.auth-modals__wrapper{
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);

    display:none;
}
.modal-container__payment,
.modal-container__auth {
    display: none;
}
.auth-modals__wrapper.show{
    display:block;
}
.auth-modal__container{
    position: absolute;
    right: 20px;
    top: 20px;
}
.auth-modal__container.show{
    display:block;
}
.auth-modal__container{
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    width: 415px;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
}
.auth-modal__close{
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}
.auth-modal__title{
    border-bottom: 1px solid rgba(17, 17, 19, 0.15);
    padding:20px;
    font-family: "TT Intrphss Pr Mn Trl Vr", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: left;
    color: #111113;
}
.auth-modal__payment{
    padding:22px 20px 43px;
    display:flex;
    flex-direction: column;
    gap:16px;
}
.modal-payment__title{
    font-size:20px;
    color:rgba(24, 33, 38, 1);
    font-family: "TT Firs Neue", sans-serif;
    font-weight: 450;
}
.modal-payment__desc{
    font-size:14px;
    color:rgba(24, 33, 38, 0.5);
    font-family: "TT Firs Neue", sans-serif;
    font-weight: 450;
}
.modal-payment__variants{
    display:flex;
    flex-direction: column;
    gap:8px;
}
.modal-payment__variant.btn:before{
    height:0px;
}
.modal-payment__variant{
    background:rgba(17, 17, 19, 1);
    border-radius:4px;
    width:100%;
    height:48px;
    font-size:13px;
    color:rgba(255, 255, 255, 1);
    text-transform: uppercase;
    cursor:pointer;
    font-family: "TT Intrphss Pr Mn Trl Vr", sans-serif;
    font-weight: 400;

    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-payment__variant p{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:10px;

    transition: opacity 0.4s ease;
    margin: 0;
}
.modal-payment__variant.loading .loader {
    opacity: 1;
}
.modal-payment__variant p span{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.modal-payment__variant.loading .loader{

}
.modal-payment__variant.loading p {
    opacity: 0;
}
.modal-payment__variant.loading {
    pointer-events: none;
    cursor: default;
}
.auth-modal__auth{
    padding:20px;
}
.form-step__title{
    font-family: "TT Firs Neue", sans-serif;
    font-size:14px;
    font-weight:450;
    color:rgba(0, 0, 0, 0.5);
}
.form-step.step-2{
    display:flex;
    flex-direction: column;
    gap:20px;
}
.step-tabs__variants{
    padding:40px 0 32px;
    display:flex;
    flex-direction: row;
    gap:12px;

    font-family: "TT Firs Neue", sans-serif;
    font-size:14px;
    font-weight:450;
    color:rgba(0, 0, 0, 0.5);
}
.step-tabs__variants div{
    border-bottom: 1px solid transparent;
    cursor:pointer;
}
.step-tabs__variants .active{
    color:rgba(24, 33, 38, 1);
    border-color: #182126;
}
.tab-variant__content{
    display:none;
}
.tab-variant__content.active{
    display:block;
}
.auth-modal__auth input[type=text]{
    width: 100%;
    height: 44px;
    padding-left: 8px;
    padding-right: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    font-family: "TT Intrphss Pr Mn Trl Vr", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    color: #182126;
    border:none;
    outline:none;
}
.auth-form__check{
    padding:8px 0;
}
.home-hero__check{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    color: rgba(255, 255, 255, 0.6980392157);
}
.app-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.app-checkbox:has(input:checked) > div {
    background-color: #182126;
    border-color: #182126;
}
.app-checkbox > div {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    background: #fff;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    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;
}
.app-checkbox > div::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    background: url("/local/templates/main/assets/img/icons/check.svg") center/contain no-repeat;
}
.app-checkbox input {
    display: none;
}
.caption-text {
    font-family: "TT Firs Neue", sans-serif;
    font-weight: 450;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 0.3490196078);
}
.home-hero__check a.footer__subtitle {
    color: rgba(0, 0, 0, 0.3490196078);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3490196078);
}
.auth-btn{
    background:rgba(17, 17, 19, 1);
    border-radius:4px;
    width:100%;
    height:48px;
    font-size:13px;
    color:rgba(255, 255, 255, 1);
    text-transform: uppercase;
    cursor:pointer;
    font-family: "TT Intrphss Pr Mn Trl Vr", sans-serif;
    font-weight: 400;
    border:none;
    outline:none;
    position:relative;
    overflow:hidden;
}
.auth-btn:disabled{
    pointer-events: none;
    color: rgba(0, 0, 0, 0.1490196078);
    background: var(--black-5, rgba(0, 0, 0, 0.05));
}
.auth-btn span{
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.loader{
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 24px;
    padding: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ff8522;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    -webkit-animation: l3 1s infinite linear;
    animation: l3 1s infinite linear;
    opacity: 0;
    pointer-events: none;
}
.auth-btn.loading .loader{
    opacity:1;
}
.auth-btn.loading span{
    opacity:0;
}
@-webkit-keyframes l3 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes l3 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.auth-btn:hover span{
    color:black;
    position: relative;
    z-index: 9;
}
.auth-btn::after {
    border-radius: 4px;
    content: "";
    display: block;
    width: 110%;
    height: 0%;
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #ff8522;
    position: absolute;
    bottom: -5%;
    left: -5%;
    right: 0;
}
.auth-btn:hover::after {
    height: 120%;
}
.auth-modal__header h2{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    gap:12px;
}
.auth-modal__header .to-back{
    cursor: pointer;
}
.auth-code__error{
    font-family: "TT Firs Neue", sans-serif;
    color:red;
    font-size:12px;
}
.auth-code__sms-timer{
    font-family: "TT Firs Neue", sans-serif;
    font-size:13px;
    color: rgba(0, 0, 0, 0.5);
}
.auth-code__sms-timer span{
    color:#182126;
}
@media (max-width:460px) {
    .auth-modal__container{
        width:100%;
        right:0;
        top:0;
        border-radius:0;
        height:100vh;
    }
}
.about-intro__payment-desc{
    font-family: "TT Firs Neue", sans-serif;
    font-weight: 450;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 1);
}