.popup-auth {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1180px;
    padding: 30px 26px 22px;
    max-height: 700px;
    border-radius: 30px;
    border: 4px solid #FFF3B5;
    background: #FFF;
    color: #262626;
    box-shadow: 0px -10px 80px 0px rgba(1, 153, 228, 0.2) inset, 0px 20px 100px 0px #0199E4;
    height: unset;
}
.popup-auth p, .popup-auth h2, .popup-auth a, .popup-auth input, .popup-auth .auth-already, .popup-auth .auth-is-login {
    font-family: Rubik, Roboto;
    color: inherit;
}
.popup-auth .btn {
    cursor: pointer;
    padding: 14px 34px;
    height: unset;
}
.popup-auth .auth-btn {
    border-radius: 14px;
    border: 1px solid #FEFEFE;
    background: linear-gradient(233deg, #B8946F 0%, #B89570 38.17%, #FCF0D8 109.09%);
    box-shadow: 0px 15px 20px 0px rgba(1, 153, 228, 0.3);
    text-shadow: 0px 4px 8px rgba(112, 80, 45, 0.6);
    color: #FEFEFE;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.popup-auth .auth-btn-inverse {
    border-radius: 14px;
    border: 2px solid #B8946F;
    background: var(--Wh, #FEFEFE);
    box-shadow: 0px 15px 20px 0px rgba(1, 153, 228, 0.3);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(90deg, #B7936E 0.53%, #D2B58A 49.91%, #B7936E 97.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.popup-auth input[type=password] {
    margin: 7px 0 20px;
}
.popup-auth input[type=text], .popup-auth input[type=password] {
    border: none;
    background-color: #e6eff8;
    border-radius: 30px;
    padding: 25px 15px;
    margin: 7px 0;
    width: 100%;
    text-indent: 4px;
    color: #656565;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    outline: none;
    vertical-align: top;
}
.popup-auth .auth-title {
    margin-bottom: 20px;
}

.popup {
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(180deg, #05186A 20.71%, #2384D7 64.63%, #198CCE 73.82%, #05186A 97.96%);
}
.popup .popup-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1180px;
    height: 100%;
    max-height: 700px;
    border-radius: 30px;
    border: 4px solid #4fbab4;
    background: #FFF;
    color: #262626;
    box-shadow: 0px -10px 80px 0px rgba(79, 186, 180, 0.22) inset, 0px 20px 100px 0px #4fbab4;
}
.popup .popup-inner .close {
    z-index: 11;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: linear-gradient(54deg, #967259 2.69%, #D0A482 35.95%, #FCECBC 97.74%);
    box-shadow: 0px 15px 20px 0px rgba(1, 153, 228, 0.5);
}
.popup .popup-inner .popup-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    padding: 40px 0 40px 80px;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #FFF;
    border-radius: 14px;
    background: linear-gradient(180deg, #05186A 1.54%, #2384D7 100%);
    box-shadow: 0px 0px 80px 0px rgba(1, 153, 228, 0.3);
}
.popup .popup-inner .popup-header .block-inner {
    max-width: 730px;
}
.popup .popup-inner .popup-scroll {
    z-index: 1;
    position: relative;
    padding: 260px 80px 60px 80px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.popup .popup-inner .orange-block {
    padding: 20px 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    border-radius: 14px;
    background: linear-gradient(45deg, #967259 -20.16%, #D0A482 49.77%, #FCECBC 105.88%);
}
.popup .popup-inner .blue-block {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 14px;
    background: linear-gradient(180deg, #05186A 1.54%, #2384D7 100%);
    box-shadow: 0px 0px 80px 0px rgba(1, 153, 228, 0.3);
}
.popup .popup-inner .blue-block img {
    margin-right: 40px;
    width: 180px;
}
.popup .popup-inner .blue-block .block-subhead {
    color: #FFF;
}
.popup .popup-inner .flex-item {
    display: flex;
    justify-content: start;
    align-items: center;
}
.popup .popup-inner .flex-item .item-desc b {
    font-weight: 600;
}
.popup.is-on {
    display: flex;
}

#popup--0 {
    background: none;
}
#popup--0 .popup-inner {
    max-width: 600px;
    height: auto;
    max-height: 100%;
}
#popup--0 .popup-inner .popup-scroll {
    padding: 80px 100px;
}
#popup--0 .popup-inner p {
    font-size: 18px;
    text-align: center;
}
#popup--0 .popup-inner .btns {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#popup--0 .popup-inner .btns .btn-type {
    cursor: pointer;
    padding: 14px 34px;
}
#popup--0 .popup-inner .btns .btn-type--1 {
    border-radius: 14px;
    border: 1px solid #FEFEFE;
    box-shadow: 0px 15px 20px 0px rgb(79, 186, 180);
    text-decoration: none;
}
#popup--0 .popup-inner .btns .btn-type--1 p {
    text-shadow: 0px 4px 8px rgba(112, 80, 45, 0.6);
    color: #FEFEFE;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#popup--0 .popup-inner .btns .btn-type--2 {
    border-radius: 14px;
    border: 2px solid #4fbab4;
    background: var(--Wh, #FEFEFE);
    box-shadow: 0px 15px 20px 0px rgb(79, 186, 180);
    text-decoration: none;
}
#popup--0 .popup-inner .btns .btn-type--2 p {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #4fbab4;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.popup-auth {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1180px;
    padding: 30px 26px 22px;
    max-height: 700px;
    border-radius: 30px;
    border: 4px solid #4fbab4;
    background: #FFF;
    color: #262626;
    box-shadow: 0px -10px 80px 0px rgba(79, 186, 180, 0.2) inset, 0px 20px 100px 0px #4fbab4;
    height: unset;
}
.popup-auth p, .popup-auth h2, .popup-auth a, .popup-auth input, .popup-auth .auth-already, .popup-auth .auth-is-login {
    font-family: Rubik, Roboto;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
}
.popup-auth .btn {
    cursor: pointer;
    padding: 14px 34px;
    height: unset;
}
.popup-auth .auth-btn {
    border-radius: 14px;
    border: 1px solid #FEFEFE;
    background: #4fbab4;
    box-shadow: 0px 15px 20px 0px rgba(79, 186, 180, 0.58);
    text-shadow: 0px 4px 8px rgb(78, 185, 179);
    color: #FEFEFE;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.popup-auth .auth-btn-inverse {
    border-radius: 14px;
    border: 2px solid #4fbab4;
    background: var(--Wh, #FEFEFE);
    box-shadow: 0px 15px 20px 0px rgba(79, 186, 180, 0.41);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #4fbab4;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.popup-auth input[type=password] {
    margin: 7px 0 20px;
}
.popup-auth input[type=text], .popup-auth input[type=password] {
    border: none;
    background-color: #e6eff8;
    border-radius: 30px;
    padding: 25px 15px;
    margin: 7px 0 10px;
    width: 100%;
    text-indent: 4px;
    color: #656565;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    outline: none;
    vertical-align: top;
}
.popup-auth .auth-title {
    margin-bottom: 20px;
}

.white-popup-block .mfp-close {
    margin: 0px 30px -60px auto;
    color: #50BBB5 !important;
    background-size: contain;
    width: 36px;
    height: 39px;
    opacity: 1;
    position: relative;
    font-size: 37px;
}

#popup--0 .popup-inner .popup-scroll {
    transform: none !important;
}

@media screen and (max-width: 1000px) {
    #popup--0 .popup-inner .btns {
        gap: 15px;
        flex-direction: column;
    }
    #popup--0 .popup-inner .popup-scroll {
        padding: 30px 26px 22px;
    }
    .auth-reg-text {
        margin-right: 40px;
        text-align: start !important;
    }
    .popup {
        align-items: center;
    }
    .popup-inner {
        margin-left: 20px;
        margin-right: 20px;
    }
    .popup .popup-inner .popup-scroll {
        width: unset;
    }
    .white-popup-block {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    a {
        text-decoration: none;
    }
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        justify-content: center;
    }
    .col-md-4 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .login-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
@media screen and (min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33%;
        min-width: 300px;
    }
}