@import "../libs/select2.min.css";
.checkout-page {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .checkout-page {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .checkout-page .h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.checkout-page .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .checkout-page .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.checkout-page .inner .left-block {
  width: calc(51% - 20px);
}
@media (max-width: 992px) {
  .checkout-page .inner .left-block {
    width: 100%;
  }
}
.checkout-page .inner .basket-block {
  width: calc(49% - 20px);
  margin-top: -48px;
}
@media (max-width: 992px) {
  .checkout-page .inner .basket-block {
    width: 100%;
    margin-top: 0;
  }
}
.checkout-page .block {
  margin-bottom: 40px;
}
.checkout-page .block-title {
  margin-bottom: 18px;
}
.checkout-page .block-description {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  margin-top: -8px;
}
.checkout-page .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.checkout-page .block .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .checkout-page .block .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.checkout-page .block .column > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.checkout-page__input {
  border: 1px solid #dadada;
  height: 59px;
  width: 100%;
  border-radius: 18px;
  color: #000;
  font-size: 16px;
  padding: 16px 24px;
}
.checkout-page__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.checkout-page__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.checkout-page__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.checkout-page__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.checkout-page__input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.checkout-page .news-agree {
  margin-top: 15px;
}
.checkout-page .news-agree input {
  display: none;
}
.checkout-page .news-agree input + label {
  font-size: 16px;
  color: #000;
  display: block;
  padding-left: 48px;
  position: relative;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.checkout-page .news-agree input + label:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #dadada;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout-page .news-agree input + label:after {
  content: "";
  display: block;
  background: url(../img/icon__check-news.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-position: 50% 50%;
  background-size: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.checkout-page .news-agree input:checked + label:after {
  opacity: 1;
}
.checkout-page__select-block {
  position: relative;
}
.checkout-page__select-label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 24px;
  top: 13px;
  z-index: 2;
}
.checkout-page .shipping-info {
  border-radius: 18px;
  background: #f4f4f4;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  padding: 15px;
  text-align: center;
}

.use-block {
  margin-top: 16px;
}
.use-block input {
  display: none;
}
.use-block input + label {
  font-size: 16px;
  color: #000;
  display: block;
  padding-left: 40px;
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.use-block input + label:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #dadada;
  position: absolute;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.use-block input + label:after {
  content: "";
  display: block;
  background: url(../img/icon__check-news.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-size: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.use-block input:checked + label:after {
  opacity: 1;
}

.pay-method {
  border-radius: 18px;
  border: 1px solid #d0d0d0;
}
.pay-method .item:first-child .top {
  border-radius: 18px 18px 0 0;
}
.pay-method .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 20px 21px 64px;
  position: relative;
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
  position: relative;
  height: 71px;
  cursor: pointer;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .pay-method .item .top {
    padding: 16px 9px 16px 40px;
  }
}
.pay-method .item .top:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #efefef;
  border-radius: 50%;
  border: 5px solid #cbcbcb;
  position: absolute;
  top: 50%;
  left: 34px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pay-method .item .top:before {
    left: 17px;
  }
}
.pay-method .item .top .name {
  font-size: 16px;
  color: #000;
}
.pay-method .item .top .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.pay-method .item .top .logos-item {
  width: 61px;
  height: 38px;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #235290;
  font-weight: 700;
}
.pay-method .item .bottom {
  background: #f4f4f4;
  padding: 20px;
  display: none;
}
.pay-method .item:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.pay-method .item.active .top {
  border: 1px solid #235290;
  background: rgba(35, 82, 144, 0.12);
}
.pay-method .item.active .top .logos-item {
  background: #fff;
}
.pay-method .item.active .top:before {
  border-color: #235290;
  background: #fff;
}

.save-block {
  border-radius: 18px;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.save-block .use-block {
  margin-top: 0;
}

.btn-block .secure {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.btn-block .btn-pay {
  height: 71px;
  background: #235290;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 59%;
  border-radius: 18px;
  border: 1px solid #dadada;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 59px;
  font-size: 16px;
  color: #000;
  font-family: var(--font);
  padding-left: 24px;
  padding-top: 26px;
  font-weight: 600;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  top: 0;
  right: 0;
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../img/icon__select.svg) no-repeat;
  width: 20px;
  height: 12px;
  border: 0;
  margin-left: 0;
  margin-top: 0;
  left: auto;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product-list {
    margin-bottom: 15px;
  }
}
.product-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-list__item .img-block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 106px;
  height: 113px;
  border-radius: 18px;
  background: #f4f4f4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.product-list__item .img-block span .count {
  width: 29px;
  height: 29px;
  background: #000000;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: -2px;
  right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-list__item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .product-list__item .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.product-list__item .info .name {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product-list__item .info .name {
    font-size: 16px;
  }
}
.product-list__item .info .pack {
  display: none;
}
.product-list__item .info .pack .icon {
  font-size: 0;
}
@media (max-width: 767px) {
  .product-list__item .info .pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #000;
    gap: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product-list__item .info .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 5px;
}
@media (max-width: 767px) {
  .product-list__item .info .price-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.product-list__item .info .price-block .old {
  font-size: 16px;
  font-weight: 600;
  color: #8f8f8f;
  text-decoration: line-through;
}
.product-list__item .info .price-block .new {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.discount-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .discount-block {
    margin-bottom: 24px;
  }
}
.discount-block .btn-apply {
  width: 97px;
  height: 59px;
  border: 1px solid #dadada;
  border-radius: 18px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .discount-block .btn-apply {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.checkout-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 34px;
}
.checkout-info .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.checkout-info .line.total {
  font-size: 32px;
  margin-top: -15px;
}
.checkout-info .line.total span {
  font-size: 14px;
}
.checkout-info .line.total .price-total {
  text-align: right;
}
.checkout-info .line.total .old {
  text-decoration: line-through;
  color: #8f8f8f;
  font-size: 25px;
}

.total-saving {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.total-saving .icon {
  font-size: 0;
}

.thanks-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 150px 0;
}
@media (max-width: 992px) {
  .thanks-block {
    padding: 85px 0;
  }
}
.thanks-block .h2 {
  color: #5abae1;
  margin-top: 17px;
  margin-bottom: 0;
  text-align: center;
}
.thanks-block .info {
  font-size: 32px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .thanks-block .info {
    font-size: 16px;
  }
}
.thanks-block .contact-info {
  font-size: 24px;
  color: #353535;
  margin-bottom: 17px;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 992px) {
  .thanks-block .contact-info {
    font-size: 20px;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.thanks-block .btn {
  min-width: 245px;
}