.header__sber {
  padding-left: 1.25em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'SBSansInterface', sans-serif;
}

.header__sber p {
  font-family: 'SBSansInterface', sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  line-height: 1.33;
  color: #565B62;
}

.header__sber-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.05em 1.5em;
  background-color: #107F8C;
  color: #fff;
  text-decoration: none;
  border-radius: 28px;
  font-family: 'SBSansInterface', sans-serif;
  font-weight: 600;
  transition: background-color 0.35s ease-in-out;
}

.header__sber-link {
  display: inline-block;
  font-size: 11px;
  line-height: 1.25;
  text-decoration: none;
  color: #1358bf;
}

.header__sber-btn:hover {
  background-color: #21a19a;
  text-decoration: none;
}

.header__sber-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.header__sber-icon svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.header__sber-value {
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
}

.header__sber img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header__sber-item {
  padding: 0.2em 0;
}

.header__sber-img {
  padding-right: 1em;
}

.header__sber-item:last-child {
  padding-left: 1em;
  border-left: 1px solid #B2B8BF;
}

.sber {
  position: relative;
  font-family: 'SBSansDisplay', sans-serif;
  margin-top: 24px;
  padding: 20px 40px;
}

.sber h3 {
  font-family: 'SBSansDisplay', sans-serif;
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.33;
}

.sber__content-subtitle {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
}

.sber__bg {
  position: static;
  z-index: 1;
}

.sber__content {
  position: relative;
  z-index: 3;
  color: #fff;
}

.sber::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.926556) 30.95%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
  z-index: 2;
}

.sber__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

.sber__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 15px 0;
  width: 100%;
  max-width: 190px;
  background-color: #fff;
  color: #1f1f22;
  border-radius: 82px;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 0.35s ease-in-out;
}

.sber__btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.sber__logo {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.sber-basket {
  font-family: 'SBSansInterface', sans-serif;
}

.sber-basket__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 10px 0;
}

.sber-basket__row a {
  display: flex;
  align-items: center;
}

.sber-basket__row .sber-basket__logo {
  margin-right: 15px;
  padding: 5px 0;
}

.color-gray {
  font-size: 12px;
  color: #7D838A;
}

.sber-low {
  font-size: 12px;
}

.sber-basket a svg {
  fill: #1358BF;
  margin-left: 5px;
}

#bx-soa-order-form .sber-basket a {
  color: #1358BF;
}

#bx-soa-order-form .sber-basket a:hover {
  color: #1358BF;
}

.modal.sber-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: 'SBSansInterface', sans-serif;
  box-sizing: border-box;
  z-index: 1000;
}

.modal__close {
  cursor: pointer;
}

.modal.sber-modal.is-active {
  display: flex;
}

.sber-modal .modal__inner {
  position: relative;
  max-width: 600px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 16px;
}

.sber-modal .modal__close {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 18px;
  height: 18px;
  z-index: 2;
}

.sber-modal__content {
  padding: 50px 32px;
}

.sber-alert {
  display: flex;
  color: #E58A00;
  padding: 0 50px;
}

.sber-alert__icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  flex-shrink: 0;
}
.sber-alert__icon svg {
  max-width: 100%;
  height: auto;
}

.sber-alert__text {
  text-align: left;
}

.sber-modal__row,
.sber-buy__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sber-modal__total {
  margin: 24px 0;
  padding: 0 50px;
}

.sber-modal__row .sber-modal__item:first-child,
.sber-buy__row .sber-buy__item:first-child{
  width: 65%;
  text-align: left;
}

.sber-modal__row .sber-modal__item:last-child,
.sber-buy__row .sber-buy__item:last-child{
  width: 30%;
  text-align: right;
}

.sber-modal .modal__close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
}

.sber-modal__title,
.sber-buy__title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sber-modal__icon {
  margin: 43px auto 24px;
  width: 96px;
  height: 96px;
}

.sber-modal__icon svg {
  max-width: 100%;
  height: auto;
}

.sber-modal__desc {
  font-size: 14px;
  text-align: center;
}

.sber-modal__desc a {
  color: #107F8C;
}

.sber-modal__desc a:hover {
  color: #21a19a;
}

.sber-modal__actions,
.sber-buy__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}

.sber-modal__actions--more .sber-button,
.sber-buy__actions--more .sber-button {
  margin: 0 15px;
}

.sber-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  text-decoration: none;
}

.header__sber-btn:hover {
  color: #fff !important;
}

.sber-button {
  border: 1px solid #107F8C;
  border-radius: 28px;
  color: #107F8C;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  font-size: 14px;
}

.sber-button:hover {
  color: #fff;
  border-color: #21a19a;
  background-color: #21a19a;
  text-decoration: none;
}

.sber-button--filled {
  background-color: #107F8C;
  color: #fff;
}

.sber-button--filled:hover {
  border-color: #21a19a;
  background-color: #21a19a;
  text-decoration: none;
}

@media screen and (max-width: 1279px) {
  .sber-basket a {
    font-size: 12px;
  }
  .sber-basket p {
    font-size: 12px;
  }
  .sber-low {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .sber {
    padding: 15px;
  }

  .sber h3 {
    font-size: 28px;
    margin: 0 0 14px;
  }

  .sber__content-subtitle {
    font-size: 16px;
  }

  .sber__btn {
    padding: 0.75em 0;
    font-size: 14px;
    max-width: 150px;
  }

  .sber__logo {
    bottom: 15px;
    right: 20px;
  }
  .sber-modal__title,
  .sber-buy__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 550px) {
  .sber-alert {
    padding: 0;
  }
  .sber-modal__total {
    padding: 0;
  }

  .sber-button {
    padding: 8px 14px;
    font-size: 12px;
  }

  .sber-modal__actions--more .sber-button,
  .sber-buy__actions .sber-button {
    margin: 10px auto;
  }

  .sber-modal__actions,
  .sber-buy__actions {
    flex-flow: wrap;
  }
  .sber-alert__text {
    font-size: 12px;
  }

  .sber-modal__total {
    font-size: 12px;
  }

  .sber-modal__row .sber-modal__item:last-child,
  .sber-buy__row .sber-buy__item:last-child {
    min-width: 100px;
  }
  .sber-modal__row .sber-modal__item:first-child,
  .sber-buy__row .sber-buy__item:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 412px) {
  .sber__btn {
    margin-bottom: 50px;
  }
}

.sber-buy {
  max-width: 600px;
}

.sber-buy .sber-alert {
  margin-bottom: 20px;
}

.sber-buy__error {
  margin-top: 10px;
  text-align: center;
  color: #cd3b3b;
}