

/* Start:/local/templates/new_5_0/assets/css/payment.css?17470567231716*/
.page-header__banner {
  display: none;
}

.page-header {
  margin-bottom: 42px;
}

.section-title {
  margin-bottom: 18px;
}

.payment-options__row {
  row-gap: 10px;
}

.payment-options__block {
  padding: 60px 100px;
  height: 100%;
  border-radius: 10px;
  background-color: var(--color-white);
}

.payment-options__header {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-blue-klein);
}

.payment-options__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 122%;
  color: var(--color-blue-klein);
}

.payment-options__method-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 122%;
}

.payment-options__subtitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 122%;
}

.payment-options__content .payment-options__subtitle {
  margin-bottom: 10px;
}

.payment-options__description {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 122%;
}

.payment-options__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  color: var(--color-blue-klein);
}

.payment-options__image {
  max-width: 100%;
  height: 26px;
}


@media(max-width:1199px) {
  .payment-options__block {
    padding: 50px 70px;
  }
}


@media(max-width:1024px) {

  .payment-options__block {
    padding: 30px 40px;
  }

  .payment-options__title {
    font-size: 20px;
  }

  .payment-options__subtitle {
    font-size: 16px;
  }
}


@media(max-width:576px) {

  .page-header {
    margin-bottom: 20px;
  }

  .payment-options__block {
    padding: 30px 28px 30px 26px;
  }

  .payment-options__method-title {
    font-size: 16px;
  }

  .payment-options__image {
    height: 20px;
  }
}

/* End */
/* /local/templates/new_5_0/assets/css/payment.css?17470567231716 */
