* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    user-select: none;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('https://storage.yandexcloud.net/onf2/fonts/DIN Pro/dinpro_light.otf');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('https://storage.yandexcloud.net/onf2/fonts/DIN Pro/dinpro.otf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('https://storage.yandexcloud.net/onf2/fonts/DIN Pro/dinpro_medium.otf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('https://storage.yandexcloud.net/onf2/fonts/DIN Pro/dinpro_bold.otf');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('https://storage.yandexcloud.net/onf2/fonts/DIN Pro/dinpro_black.otf');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('https://storage.yandexcloud.net/onf2/fonts/DIN Pro Condensed/dinpro_condensedregular.otf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('https://storage.yandexcloud.net/onf2/fonts/DIN Pro Condensed/dinpro_condensedmedium.otf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('https://storage.yandexcloud.net/onf2/fonts/DIN Pro Condensed/dinpro_condensedbold.otf');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('https://storage.yandexcloud.net/onf2/fonts/DIN Pro Condensed/dinpro_condensedblack.otf');
    font-style: normal;
    font-weight: 900;
}

body.no-scroll {
    overflow: hidden !important;
}

body::-webkit-scrollbar {
    width: 1px;
}

body::-webkit-scrollbar-track {
    border-radius: 100px;
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 100px;
    padding: 0;
    border: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



input[type="number"] {
    -moz-appearance: textfield;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type='date']::-webkit-calendar-picker-indicator {
    filter: invert(100%);
}

p {
    -webkit-text-size-adjust: none !important;
    padding: 0;
    margin: 0;
}

a img {
    border: 0;
}

input[type='submit']:hover {
    cursor: pointer;
}

a.ref {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-decoration: none;
    display: block;
}

html {
    height: 100%;
}

body {
    font-family: 'DIN Pro', sans-serif;
    font-weight: 400;
    min-width: 360px;
    /*background:url(https://storage.yandexcloud.net/onf2/prices.jpg) no-repeat center 0;*/
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.page-container {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0 auto;
    opacity: 1;
    overflow-x: hidden;
}

.button {
    display: inline-block;
    text-align: center;
    height: 62px;
    line-height: 60px;
    padding: 0 40px;
    background: #D1000F;
    border-radius: 100px;
    text-decoration: none;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: 'DIN Pro', sans-serif;
    text-transform: uppercase;
}

.button:hover {
    background: #a10000;
    cursor: pointer;
}

.button:active {
    background: #a10000;
}

.button a {
    color: inherit;
    text-decoration: none;
}

.button[disabled], .button[disabled]:hover, .button[disabled]:active, .button.disabled {
    background: #A7A7A7;
    cursor: default;
}

.white-button {
    color: #393939;
    border: 1px solid #393939;
    background: transparent;
}

.white-button:hover, .white-button:active {
    color: #393939;
    border: 1px solid #393939;
    background: transparent;
}

.slick-prev, .slick-next {
    width: 76px;
    height: 76px;
    background: #A7A7A7 url(https://storage.yandexcloud.net/onf2/img/slider-arrow.svg) no-repeat center center;
    border-radius: 50%;
}

.slick-prev {
    background: #A7A7A7 url(https://storage.yandexcloud.net/onf2/img/slider-arrow1.svg) no-repeat center center;
    z-index: 2;
    left: -106px;
}

.slick-prev:hover {
    background: #D1000F url(https://storage.yandexcloud.net/onf2/img/slider-arrow1.svg) no-repeat center center;
}

.slick-next {
    right: -106px;
}

.slick-next:hover {
    background: #D1000F url(https://storage.yandexcloud.net/onf2/img/slider-arrow.svg) no-repeat center center;
}

.slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after {
    display: none;
}

/* Элементы слайдера */
.payments-slider-item {
    background: #f9f9f9;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow: hidden;
}



.slider-item-rigth-block{
    display: flex;
    width: 100%;
    gap: 24px;
    flex-direction: column;
}

.slider-item-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: 'DIN Pro', sans-serif;
}

.slider-item-title{
    color: #393939;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: start;
}

.slider-item-description{
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: start;
}

.inner-section {
    width: 1242px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

header {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 0px 0 0px 0;
    z-index: 2;
    background: #fff;
    color: #393939;
    transition: all 0s;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);*/
}


header.active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}


.header .contacts {
    text-align: right;
}



.header .contacts .title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 36px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #D1000F;
    text-align: left;
}



section {
    clear: both;
    position: relative;
    padding: 70px 0 70px 0;
}

section p a {
    color: #D1000F;
    text-decoration: none;
}

section p a:hover {
    text-decoration: underline;
}


h1 {
    display: block;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #393939;
    padding: 0;
    margin: 0 0 34px 0;
}


label.black-checkbox {
    color: #000;
}

label.black-checkbox a {
    color: #000;
    border-bottom: 1px solid #000;

}

label.black-checkbox a:hover {
    border-bottom: 1px solid transparent;
}

/*payment pages*/

.payment-page-container {
    color: #fff;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    background: url("https://storage.yandexcloud.net/onf2/img/pay2me-background.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.payment-page-container .inner-section {
    width: 825px;
    max-width: 100%;
}


.payment-page-container .form-item.pnl-agree > input {
    width: 24px !important;
    height: 24px !important;
}

.payment-page-container.darkened:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Затемнение */
}

.payment-page-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 60px;
}

.payment-logos-container {
    width: 515px;
    max-width: 100%;
    order: 3;
    opacity: 0.7;
    margin-left: auto;
}

.payment-logos-container-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}

.payment-logos-container-top img {
    display: block;
    max-width: 100%;
}

.payment-logo-v {
    max-width: none;
}

.payments-form-wrap {
    width: 825px;
    max-width: 100%;
}


.payment-order-text-content {
    border-radius: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(50px);
    width: 100%;
}

.payment-order-text-content span {
    text-decoration: none;
}

.toggler {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    display: flex !important;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toggler span {
    font-family: "DIN Pro Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.toggler svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.toggler.active svg {
    transform: rotate(180deg);
}

.payment-order-text {

}

.tab-menu {
    display: none;
}

.payment-order-text .payment-title {
    margin-bottom: 4px;
    text-transform: none;
}

.payment-order-text a, .payment-order-text span {
    display: block;
    text-decoration: none;
    color: #fff;
}

.payment-block {
    margin-bottom: 24px;
}

.extra-block {
    margin-bottom: 0;
}

.payment-footer {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 36px;
    padding-bottom: 24px;
}

.payment-footer-img-mobile {
    display: none;
}

.payment-footer img {
    max-width: 371px;
    max-height: 48px;
}

.payment-footer .button, .retry-payment-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DIN Pro Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    height: 62px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(50px);
}

.payment-title {
    display: block;
    font-family: "DIN Pro Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin: 0 0 8px 0;
    padding: 0;
    text-transform: uppercase;
}

.payment-failed-reasons{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DIN Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    margin-bottom: 24px;
}


.payment-title svg, .payment-failed-reasons svg {
    opacity: 1;
    margin-left: 16px;
    cursor: pointer;
}

.generate-qr-modal-exit {
    content: "";
    width: 16px;
    height: 16px;
    background: url("https://storage.yandexcloud.net/onf2/img/modal-exit.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.generate-qr-modal .title {
    text-transform: uppercase;
    font-family: "DIN Pro Condensed";
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
    color: rgba(57, 57, 57, 1);
}

.generate-qr-modal {
    align-items: center;

}

.modal-qr-code {
    max-width: 263px;
    max-height: 263px;
}

.text-modal {
    margin-bottom: 24px;
}

.payment-type-modal {
    display: none;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
}

.payment-ul-modal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 543px;
    width: 100%;
    z-index: 9999;
    flex-direction: column;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    max-height: calc(100vh - 30px);
}

.payment-ul-modal-content {
    overflow-y: auto;
    max-height: 100%;
}

.payment-ul-modal-content .title {
    font-family: "DIN Pro Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.centered-text {
    text-align: center;
}

.payment-ul-modal-content ul {
    padding-left: 16px;
    margin-bottom: 24px;
}

.payment-ul-modal-content li {
    font-weight: 600;
    font-size: 14px;
    line-height: 15.4px;
    margin-top: 16px;
}

.payment-ul-modal-content li p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
    opacity: .6;
}

.payment-ul-modal-content button {
    display: block;
    width: 298px;
    margin: 0 auto;
}

.payment-type-modal p {
    margin-bottom: 16px;
    color: rgba(57, 57, 57, 1);;
}

.payment-type-modal.active, .payment-ul-modal.active {
    display: flex;
}

.payment-type a {
    color: rgba(57, 57, 57, 1);
    text-decoration: none;
    border-bottom: 1px solid rgba(57, 57, 57, 1);
}

.payment-modal-button,
.payment-failed-modal-button {
    font-family: 'DIN Pro Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    border: none;
    border-radius: 16px;
    text-transform: uppercase;;
    padding: 16px;
    text-align: center;
    gap: 10px;
    background: rgba(78, 82, 66, 1);
    color: #ffffff;
}

.payment-modal-button:hover,
.payment-failed-modal-button:hover
{
    background: rgba(96, 101, 81, 1);
}


.payment-page-container .form-item input::-webkit-input-placeholder, .payment-page-container .form-item input:-moz-placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #A7A7A7;
    text-transform: uppercase;
}

.payment-card-block {
    margin-right: 20px;
}

.payment-card-block input {
    font-family: "DIN Pro", sans-serif;
    max-height: 47px;
}

.payment-card-block-outer {
    display: flex;
    justify-content: space-between;

}

.payment-card-block input.active:focus-visible {
    outline: rgba(57, 57, 57, 1) auto 1px;
}

.payment-card-contacts .email-item {
    margin-bottom: 24px;
}

.payment-card-block {
    background: url("https://storage.yandexcloud.net/onf2/img/card-background.png") center center no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 24px;
    max-width: 370px;
    width: 100%;
    height: 234px;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
    /*backdrop-filter: blur(50px)*/
}

.invalid {
    border: 2px solid rgb(212, 18, 28) !important;
}

.payment-card-block .payment-title {
    color: rgba(57, 57, 57, 1);
}

.payment-card-expires-inner .payment-title {
    margin-bottom: 0;
}

.payment-card-block input {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.15);
    /*backdrop-filter: blur(3px);*/
    outline: none;
}

.payment-card-block input:focus-visible{
    border-color: rgba(57, 57, 57, 1);
}

.contacts-item input:focus-visible {
    border: 2px #ffffff solid;
}

.payment-card-expires-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 147px;

}

.payment-card-expires-inner input {
    max-width: 63px;
    max-height: 47px;
}

.payment-card-cvc input {
    max-width: 80px;
}

.payment-card-block-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.payment-page-container .donate-form__payment-icon img {
    margin: 0 2px;
}

.payment-page-container .button.submit-button {
    font-size: 20px;
    border-radius: 16px!important;
    width: 100%;
    margin-top: 24px;
    color: rgba(57, 57, 57, 1);
    font-weight: 700;
    line-height: 30px;
    background: rgba(209, 208, 208, 1);
}
.submit-button.active{
    background: #D1000F!important;
    color: #FFFFFF!important;
}
.result-success .payments-form-wrap, .result-error .payments-form-wrap {
    display: none;
}

.payment-result-block-success {
    display: none;
}

.result-success .payment-result-block-success {
    display: block;
}

.payment-result-block-error {
    display: none;
}

.result-error .payment-result-block-error {
    display: block;
}

.payment-result-block {
    z-index: 10;
    color: #FFFFFF;
    text-align: center;
    width: 640px;
    max-width: 100%;

}

.payment-result-block .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.45em;
    text-transform: uppercase;
}

.payment-result-block .white-button {
    margin: 0 auto;
    display: block;
    width: 350px;
    background: #FFFFFF;
    color: #393939;
    border: 0;
    max-width: 100%;
}

.payment-result-block .white-button:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #393939;
}

.payment-mobile-logos-block {
    display: none;
}

.toggling-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.toggling-item.closed {
    display: none;
}


.payment-page-container .toggling-item {
    padding: 16px 0 3px 0;
}

.payment-order-text-row {
    display: flex;
    gap: 8px;
    vertical-align: top;
    margin-right: 49px;
    line-height: 1.5em;
}

.payment-order-text-row.description-row {
    margin-top: 16px;
}

.payment-order-text-row span {
    opacity: .6;
    margin-right: 8px;
}

.tabs {
    font-family: 'DIN Pro', sans-serif;
}

.tabs-content, .payment-monthly {
    border-radius: 16px;
    padding: 24px 30px;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
}

.payment-tabs {
    display: none;
    font-family: 'DIN Pro', sans-serif;
}

.payment-tabs.active {
    display: block;
}

.payment-tabs .tabs-head {
    font-size: 0;
    padding: 0 0 24px 0;
}

.payment-tabs .tabs-head button {
    width: 199px;
    height: 118px;
    display: inline-block;
    vertical-align: middle;
    display: inline-flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    margin-right: 3px;
    background: #FFFFFF;
    border: 1px solid #393939;
    /*backdrop-filter: blur(3px);*/
    border-radius: 20px;
    margin: 0 3px 10px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #A7A7A7;
    padding: 0px 10px 0 24px;
    text-align: left;
    font-family: 'DIN Pro', sans-serif;
}

.payment-tabs .tabs-head button:last-child {
    margin-right: 0;
}

.payment-tabs .tabs-head button:hover {
    cursor: pointer;
    opacity: 0.9;
}

.payment-tabs .tabs-head button.active {
    background: #B3CC71;
    border-color: #B3CC71;
    color: #fff;
    opacity: 1;
}

.tabs-item {
    display: none;
}

.tabs-item.active {
    display: block;
}

.tabs-item .payment-title {
 display: flex;
    align-items: center;
    gap: 4px;
}

.payment-contacts {
    display: flex;
    gap: 19px;
}

.donate-title {
    margin-top: 16px;
    margin-bottom: 16px;
}

.contacts-item {
    display: flex;
    flex-direction: column;
    width: 100%;

}

.contacts-item .donate-title {
    margin-top: 0;
}

.contacts-item input {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 16px;
    width: 100%;
    height: 50px;
    text-align: left;
    padding: 16px;
    color: #ffffff;
}

.contacts-item input::placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: .4;
}

.contacts-item input:focus-visible {
    outline: none;
}

.checkboxes-outer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-wrap {
    position: relative;
    margin-right: 8px;
}

.checkbox-wrap input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.checkbox-wrap .checkbox-image {
    border: 2px solid #ffffff;
    border-radius: 4px;
    background: transparent;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.checkbox-wrap input[type="checkbox"]:checked ~.checkbox-image {
    background:rgba(212, 18, 28, 1) url("https://storage.yandexcloud.net/onf2/img/checkbox-checked.svg") center center no-repeat;
    border-color: rgba(212, 18, 28, 1);
}


.payment-page-container .form-item.pnl-agree > input {
    margin-left: 16px !important;
    margin-right: 0 !important;
}

.payment-title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    opacity: 0.6;
}


.small-text {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    text-transform: none;
}

.checkboxes-outer .pnl-agree {
    display: flex;
    align-items: center;
    gap: 8px;

}

.checkboxes-outer a {
    color: white;
}

.payment-card-block input.active {
    border-color: rgba(57, 57, 57, 1) !important;
}

.payment-page-container .form-item input.error {
    background: #FFD1D5;
    border: 1px solid #D1000F;
}

.payment-page-container div.error {
    display: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 8px 0 0 34px;
    margin: 0;
    color: #FFFFFF;
}

.payment-page-container div.error.active {
    display: block;
}

.payment-title.has-alert {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.error-alert {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #393939;
    /*backdrop-filter: blur(3px);*/
    padding: 3px 16px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #393939;
}

.error-alert svg {
    display: inline-block;
    margin-right: 4px;
}

.error-alert i {
    font-style: normal;
}

.payment-variants-blocks, .payment-type-blocks {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}

.payment-type-blocks {
    margin-bottom: 16px;
}

.amount-variants {
    display: flex;
    gap: 8px;
    flex-direction: row;
}

.fixed-amounts-wrapper{
    display: flex;
    gap: 8px;
    flex-direction: row;
}

.fixed-amount {
    font-family: "DIN Pro", sans-serif;
    cursor: pointer;
}


.amount-variants input {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 16px;
    max-width: 101px;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #ffffff;
}

.amount-variants input:focus-visible {
    outline: none;
}

.amount {
    min-width: 216px;
    color: #ffffff;
}

.amount::placeholder {
    opacity: .4;
    font-family: 'DIN Pro', sans-serif;
}

.amount-variants input::placeholder {
    color: #ffffff;
}

.payment-type-item {
    font-family: "DIN Pro Condensed";
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    width: 402px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(50px);
    border-radius: 16px;
    padding: 8px;
}

.payment-variants-item {
    font-family: "DIN Pro Condensed";
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    height: 58px;
    background: #ffffff1a;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 8px;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.payment-variants-item img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-left: 10px;
}

.payment-variants-item.active,
.payment-type-item.active {
    background: #ffffff;
    color: rgba(57, 57, 57, 1);
    /*backdrop-filter: none;*/
    box-shadow: none;
}

.payment-variants-item3 {
    display: none;
}

.fixed-amount.active,
.fixed-amount:hover,
.contacts-item input.active,
.amount.active{
    border: 2px solid #ffffff;

}

.payment-monthly {
    display: none;
}

.payment-monthly.active {
    display: block;
}

.payment-variants-item button, .payment-type-item button {
    border: none;
}

.payment-variants-item .title, .payment-type-item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: inherit;
}

.payment-variants-item .subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 24px 0 16px 0;
}


.payment-variants-item p {
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 16px 0;
    color: inherit;
}


.hidden-element {
    display: none !important;
}

.button a {
    color: inherit;
    text-decoration: none;
}

.generate-qr-button {
    font-family: "DIN Pro Condensed", sans-serif;
    color: rgba(57, 57, 57, 1);
    font-weight: 700;
    line-height: 30px;
    background: rgba(209, 208, 208, 1);
    border-radius: 16px;
    width: 100%;
    margin-top: 24px;
}

.generate-qr-button:hover {
    background: rgba(177, 177, 177, 1);

}

.card-payment-button,
.sbp-generate-qr,
.mir-payment-button,
.monthly-payment-button {
    pointer-events:none;
}

.card-payment-button.active,
.sbp-generate-qr.active,
.monthly-payment-button.active,
.mir-payment-button.active {
    pointer-events: auto;
    background: rgba(212, 18, 28, 1);
    color: #ffffff;
}

.card-payment-button.active:hover,
.sbp-generate-qr.active:hover,
.mir-payment-button.active:hover {
    background: rgba(245, 30, 41, 1);
}

.bth-qr{
    display: block;
}

.mobile-bth{
    display: none;
}
/*end of payment pages*/
