@font-face {
    font-family: 'Exo2';
    font-style: normal;
    font-weight: 400;
    src: local('Exo2'), local('Exo2.0-Regular'),
    url(/assets/fonts/exo-20.woff) format('woff'),
    url(/assets/fonts/exo-20.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo2SemiBold';
    font-style: normal;
    font-weight: 400;
    src: local('Exo2SemiBold'), local('Exo2SemiBold'),
    url(/assets/fonts/Exo2SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo2-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Exo2-Light'), local('Exo2-Light'),
    url(/assets/fonts/Exo2-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Exo2-Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Exo2-Italic'), local('Exo2-Italic'),
    url(/assets/fonts/Exo2-Italic.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: local('Montserrat-Medium'), local('Montserrat-Medium'),
    url(/assets/fonts/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'montserrat-light';
    src: local('montserrat'), local('montserrat-light'),
    url(/assets/fonts/Montserrat-Light.woff) format('woff');
    url(/assets/fonts/montserrat-light.ttf) format('truetype');
}
@font-face {
    font-family: 'montserrat_extrabold';
    src: local('montserrat'), local('montserrat_extrabold'),
    url(/assets/fonts/montserrat_extrabold.woff) format('woff');
    url(/assets/fonts/montserrat_extrabold.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: local('montserrat'), local('Montserrat-Regular'),
    url(/assets/fonts/Montserrat-Regular.woff) format('woff');
    url(/assets/fonts/Montserrat-Regular.ttf) format('truetype');
}

a{
    color: white;
    text-decoration: none;
}

.inline{
    display: inline-block;
    vertical-align: top;
}
.inline_table{
    display: inline-table;
}
.inline_middle{
    vertical-align: middle;
}

.mob{
    width: 100vw;
    background-color: #EDEDED;
    background-image: none;
    font-family: "Exo2";
    padding: 0;
    margin: 0;
    height: max-content;
}

.mob .full{
    text-align: center;
    font-size: 2vw;
    background-color: #3C3C3B;
    padding: 20px 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
    margin-top: -20px;
    cursor: pointer;
}

.mob .header{
    width: 100%;
    height: max-content;
    background: linear-gradient(180deg, rgba(38, 134, 25, 0.88) 10.42%, #29660B 84.37%);
    padding-bottom: 10vh;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.mob .header_logo{
    background: url(../img/ITNET_black.png) no-repeat;
    background-size: 90vw;
    background-position: top 0px right 0px;
    z-index: 1;
    position: absolute;
    top: -15vw;
    left: 0;
    right: 4vw;
    bottom: 0;
    z-index: 1;
    opacity: .3;
}
.text_header div{
    margin-bottom: 2vw;
}
.text_header{
    padding: 5vw 5vw 0 5vw;
    color: white;
    font-family: "montserrat-light";
    font-size: 4vw;

    position: relative;
    z-index: 2;
}
.text_header .settings{
    width: max-content;
}
.text_header .info{
    width: 90vw;
    vertical-align: top;

}
.text_header .settings{
    width: 10vw;
}
.text_header .settings img{
    width: 8vw;
}
.text_header .title_app{
    font-size: 7vw;
    text-align: center;
    margin: 10vw 0;
}
.num_balance{
    font-family: "montserrat_extrabold";
    font-size: 5.5vw;
}
.dogovor{
    width: 48vw;
}
.btn_header{

    width: 44vw;
}
.btn_header .btn{
    width: 35vw;
}
.btn_header .pay{
    background-color: #e35200;
}
.btn {
    font-size: 4.5vw;
    background-color: #e35200;
    border-radius: 2vw;
    padding: 2.5vw 4vw;
    cursor: pointer;
    font-family: "Montserrat-Regular";
    color: #FFF;
    width: max-content;
    text-align: center;
}
.btn_green{
    background-color: #8BBA84;
}
.chevron{
    margin-left: -1.5vw;
    width: 5vw;
    vertical-align: middle;
}
.chevron_select{
    position: absolute;
    margin-left: -10vw;
    margin-top: 2vh;
    width: 8vw;
}
.filter{
    filter: invert(0.5);
}
.down{}
.up{
    transform: rotate(180deg);
}
.bg_header{
    width: 100vw;
    height: 10vh;
    background: #EDEDED;
    border-radius: 100vw/5vw;
    margin-top: -5vh;
    position: relative;
    z-index: 2;
}
.content{
    display: none;
    width: 86vw;
    margin: -15vh 5vw 0 5vw;
    height: max-content;
    min-height: 66vh;
    overflow-y: scroll;
    background-color: white;
    border-radius: 2vw 2vw 0 0;
    padding: 2.5vh 2vw;
    font-size: 4vw;
    position: relative;
    z-index: 2;
    padding-bottom: 15vh;
}
.app{
    width: 92vw;
    margin: -15vh 0;
    padding: 6vw 4vw;
}
.block_content{
    display: block;
    font-size: 4vw;

    line-height: 8vw;
}
.block_content .title_div{
    width: 100%;
    font-size: 4vw;
}
.block_content .title{
    font-family: Exo2;
    font-size: 5vw;
}
.block_content .line{
    padding-bottom: 1vw;
    border-bottom: 2px solid black;
}

.block_content .btn{
    text-decoration: none;
    font-size: 4vw;
}
.block_content .login{
    background: #3E8D34;
    color: #FFFFFF;
    width: 65vw;
}

.block_content .messenger_status{
    background: #FD6815;
    color: #FFFFFF;
    min-width: 54vw;

}
.block_content .btns_add_lk{
    background: #FD6815;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    text-decoration: none;
    text-align: center;
    font-size: 4vw;
    justify-content: space-between;
    margin: 2vh 0;
    border-radius: 2vw;
}
.block_content .btns_add_lk .btns_add_lk_text{
    padding: 2.5vw 4vw;
}
.block_content .btns_add_messenger{
    background: #FD6815;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    text-decoration: none;
    text-align: center;
    font-size: 4vw;
    justify-content: space-between;
    margin-bottom: 2vh;
    border-radius: 2vw;
}
.block_content .btns_add_messenger .btns_add_messenger_text{
    padding: 2.5vw 4vw;
}
.block_content .btns_add_lk .btns_add_lk_icon{
    background: url("/assets/img/btn_add.png")  no-repeat;
    background-size: contain;
    width: 13vw;
}

.block_content .btn_app_icon{
    border: 1vw solid #FD6815;
    background: #FFFFFF;
    border-radius: 2vw;
    padding: 0;
}
.block_content .btndel_disabled{
    border: 1vw solid #8BBA84;
    background-color: #FFFFFF;
    color: #8BBA84;
}
.block_content .btn_app_icon img{
    width: 5vw;
    padding: 3vw;
    display: block;
}
.block_content .reload{
    background: #29ab25;
    width: 100%;
}
.block_content .delete{
    color: #F89660;
    background: url("/assets/img/btn_del.png")  no-repeat;
    background-size: contain;
    width: 5vw;

}
.block_content .btns_login{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 2vh 0;
}
.block_content .btns_messenger{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2vh;
}
.text_info{
    font-size: 3vw;
    font-style: italic;
    display: inline-block;
    line-height: normal;
}









h1{
    text-align: center;
    font-size: 4.5vw;
    margin: 0;
    margin-bottom: 6vw;
    padding: 0;
    font-weight: normal;
    color:#4E76C3;
}

.information{
    margin-top: 3vh;
    color: #3C3C3B;
    margin-bottom: 5vw;
}
.information a{
    color: #3C3C3B;
    border-bottom-style: dashed;
    border-bottom-width: 0.3vw;
    font-family: "Exo2";
}

.information .uz{
    margin: 1vh 2vw;
    font-size: 5vw;
}
.ico{
    width: 6vw;
    height: 6vw;
}
.uz .div_login{
    width: 74vw;
}
.uz .div_ico{
    margin-top: 0.7vw;
    width: 8vw;
}
.uz .div_status{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1vw 0;
}
.uz .uz_status, .uz .stopuz_status{
    color: #ffffff;
    padding: 1vw 4vw 1.5vw 4vw;
    border-radius: 2vw;
    background-color: #9DC898;
    font-size: 3.4vw;
}

.uz_status.status_warning{
    background-color: #4e76c3;
}

hr{
    margin: 10px 0 0 0;
    background-color: #4E76C3;
    border: 0;
    height: 0.1vh;
    width: 100%;
}
hr.white{
    background-color: white;
}
.hr{
    margin: 30px auto;
    background-color: #E4E4E4;
    height: 0.3vh;
    width: 82vw;
}

.login{
    font-size: 5vw;
    font-width: bold;
}
.uz .h_info{;
    font-family: "Exo2SemiBold";
    font-size: 5vw;
    margin: 3vw 0 1vw 0;
    color: #4E76C3;
}
.uz table tr{
    height: 90px;
}

.justify {
    display: table;
    width: 82vw;
}

.right {
    text-align: right;
    float: right;
}

.left {
    text-align: left;
}


.text_through {
    text-decoration:line-through;
}

.blue{
    color: #4E76C3;
}
.stop_uz_header{
    width: 82vw;
}
.stop_uz{
    background-color: #F2F2F2;
    width: 74vw;
    padding: 4vw;
    text-align: center;
    margin-top: 2vh;
}
.stop_uz_div{
    padding: 2vw 0;
    font-size: 4vw;
    text-align: center;
}
.stop_uz_width{
    width: 35vw;
}
.input_date{
    width: 31vw;
    height: 6vh;
    font-size: 4.1vw;
    text-align: center;
    border: none;
    margin: 2vw 0;
    border-radius: 2vw;
    background-color: white;
    -webkit-appearance: none;
}
.flex{
    display: flex;
    width: 74vw;
}
.justify_around{
    justify-content: space-around;
}
.justify_between{
    justify-content: space-between;
}
.input_date_big{
    width: 100%;
    max-width: 100%;
}

.btn_stop_uz, .btn_free_internet {
    margin: 3vw auto;
    width: 65vw;
    text-align: center;
    margin-top: 2vh;
}
.center{
    text-align: center;
}

input[type='date']::-webkit-calendar-picker-indicator { -webkit-appearance: none;display: none; }
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=date]::-webkit-date-and-time-value{
    text-align: center;
    margin: 0 auto;
}
.hidden{
    display: none;
}

.popup{
    position: fixed;
    top: 0;
    width: 90vw;
    height: max-content;
    overflow: scroll;
    min-height: 72vh;
    background-color: rgba(255,255,255,.95);
    padding: 5vh 5vw 20vh 5vw;
    text-align: center;
    z-index: 5;
    overflow-y: scroll;
}
.popup_item{
    color:white;
    font-size: 2vh;
    overflow: scroll;
    max-height: 54vh;
}
.popup_item::-webkit-scrollbar {
    display: none;
}
.popup_item .popup_block{
    padding-bottom: 4vw;
}
.popup_item .title{
    font-size: 4.5vw;
    width: 100%;
    line-height: normal;
}
.popup_item .text_span{
    display: block;
    line-height: 3vh;
}
.popup_item .line{
    padding-bottom: 1vw;
    border-bottom: 2px solid white;
    margin-bottom: 2vh;
}
.popup_item .num_agrm{
    border-bottom: 0.3vh dashed white;
    font-size: 5vw;
}

.popup .close{
    margin-top: 5vh;
    font-size: 5vw;
    width: 70vw;
}
.popup_space{
    padding: 2vw;
}

.popup_space_app{
    padding: 1.5vh;
    display: block;
}

.popup_text{
    font-size: 3.5vw;
}
.popup_space_app_small{
    padding: 1vh;
    display: block;
}
.close_x{
    color: #3e8d34;
    position: fixed;
    top: 5vw;
    right: 5vw;
    font-size: 7vw;
    line-height: 7vw;
}
.div_clear{
    padding: 6vw;
}
.close_block{
    width: 80vw;
    margin-bottom: 4vw;
}
.content_popup{
    text-align: left;
}
.content_popup .text{
    font-size: 5vw;
    font-family: "Exo2";
}
.content_popup .content_data{
    width: 80vw;
    height: max-content;
    min-height: 35vw;
    background-color: #3E8D34;
    border-radius:2vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding: 3vh 5vw;
    border: none;
    line-height: 8vw;
}

.content_data .agreements{
    line-height: 10vw;
}

.input{
    border-radius: 2vw;
    border-color: white;
    border: none;
    height: 12vw;
    width: 100%;
    font-size: 4.5vw;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 1vh;
    background-color: white;
    -webkit-appearance: none;
}
input, select{
    outline: none;
}
.select{
    border-radius: 2vw;
    border-color: white;
    border: none;
    height: 12vw;
    width: 100%;
    font-size: 5vw;
    text-align: center;
    padding: 2vw;
    margin: 0;
    background-color: white;
    -webkit-appearance: none;

    background-image: url('../img/mob/chevron_black.png');
    background-repeat: no-repeat;
    background-color: white;
    background-size: 12%;
    background-position: 96%;

    padding-right: 10vw;
}
.select option{
    font-size: 2vw;
}
.input_small{
    /*width: 40vw;*/
}
.btn_popup{
    display: block;
    padding: 0vw 8vw;
    line-height: 12vw;
}
.btn_app{
    width: auto;
    font-size: 4vw;
}
.messenger{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 4.5vw;
}
.text_messenger{
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 2vw;
    display: block;
}
.messenger a{
    padding: 2.5vw 4vw;
    font-size: 3.5vw;

}
.unconnected_messenger a{
    margin-bottom: 2.5vw;
}
.messenger_default{
    background-color: #8BBA84;
    color: #ffffff;
    min-width: 54vw;
}
.poput_smstime{
    border-radius: 2vw;
    border-color: white;
    border: none;
    height: 10vw;
    width: 15vw;
    font-size: 4.5vw;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 1vh;
    background-color: white;
}
.messenger_popup .checkbox_label{
    font-size: 3vw;
}
.messenger_popup .checkbox_label .red{
    color: #ccbcbc;
}
.btn_right{
    float: right;
}
.setting_block{
    width: 80vw;
    font-size: 3.5vw;
}
.setting_block .form{
    margin:0;
}
.setting_block_margin{
    margin-bottom: 5vh;
}
.div_input_small_text{
    font-size: 4vw;
}
.div_input_small{
    width: 38vw;
    display: inline-block;
}
.div_input_small_btn{
    width: 38vw;float: right;
}

.btn_pay{
    width: 100%;
    display: flex;
    margin-top: 1vh;
    flex-direction: row-reverse;
}
.radio_label{
    margin-left: 1vw;
    font-size: 3.4vw;
}
.btn_pay div{
    width: 100%;
}
.small_lh{
    line-height: 2vh;
}
.ico_web{
    background-image: url('../img/mob/ico_internet_blue.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.ico_inttv{
    background-image: url('../img/mob/ico_internet_blue.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.ico_tv{
    background-image: url('../img/mob/ico_iptv_blue.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.ico_cam{
    background-image: url('../img/mob/ico_cam_blue.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.ico_dmf{
    background-image: url('../img/mob/ico_dmf_blue.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.ico_tel{
    background-image: url('../img/mob/ico_tel_blue.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.ico_service{
    background-image: url('../img/mob/ico_service.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.red{
    color: red;
}
.gray{
    /*background-color: #DADADA;
    color: #FD6815;*/
    background-color: #747474;
    color: #ffffff;
}
.change_int_tar{
    margin-top: 2vh;
    background-color: #F2F2F2;
    width: 74vw;
    padding: 4vw;
    text-align: center;
}
.change_int_tar_btn{
    margin-top: 4vw;
    padding: 2.5vw 9vw;
}
.rasp_int_tar_btn{
    padding: 2.5vw 5vw;
}
.change{
    font-size: 4vw;
    color: #FD6815;
    margin: auto 0;
}
.space_between{
    display: flex;
    justify-content: space-between;
}
.btn_disabled {
    background-color: #DADADA;
}
.print_code{
    margin-bottom: 1vh;
    text-decoration: none;
    border-bottom-style: dashed;
    border-bottom-width: 0.3vw;
    line-height: 2vw;
    width: max-content;
    position: absolute;
    padding: 0.5vh 0;
}
.text_code{
    margin: 1vh 0;
}
.checkbox{
    display: none;
    align-items: center;
    user-select: none;
}

.checkbox+label::before {
    content: '';
    display: inline-block;
    border-radius: 2vw;
    border-color: white;
    border: none;
    height: 7vw;
    width: 7vw;
    vertical-align: middle;
    font-size: 4vw;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 0.5vh;
    background-color: white;
}

.checkbox_label{
    margin-left: 2vw;
}

input[class=checkbox]:checked + label:before {
    content: url('../img/checkmark.png');

    color: #666666;
    text-align: center;
    line-height: 3.5vh;
}
input[type=checkbox]:disabled+label:before{
    background-color: #DADADA;
}
.input:disabled{
    background-color: #8d8d8d;
}
.input:disabled::placeholder{
    color: white;
}
.pack_iptv{
    margin-top: 2vh;
}
.margin_btn{
    margin: 0 1vh;
}
.margin_right_btn{
    margin-right: 1vh;
}
.margin_left_btn{
    margin-left: 1vh;
}
.cancel_prompay_div{
    line-height: 10vw;
}
.dashed{
    border-bottom-style: dashed;
    border-bottom-width: 0.3vh;
}
.desktop_lk{
    margin-bottom: -3vh;
    font-size: 4vw;
}

@media only screen and (max-width: 800px) { /*mobile*/
    .body_enter {
        background-color: #c7c7c7;
        width: 100vw;
        margin: 0 auto;
    }
    .enter_login {
        margin: 20vh auto;
        width: 90vw;
        /*max-width: 100vw;*/
        height: max-content;
        background-color: #c7c7c7;

    }
    .enter_login .header {
        height: max-content;
        background-color: #3E8D34;
        border-radius: 2vw 2vw 0 0;
        color: white;
    }
    .enter_login .header .logo {
        padding: 1vh 2vw;
        text-align: left;
        width: 24vw;
    }
    .enter_login .header .text {
        padding: 3vw;
        font-family: 'Exo2-Light';
        font-size: 6vw;
        text-align: right;
        width: 55vw;
    }
    .enter_login .enter_content {
        height: max-content;
        background-color: #F2F2F2;
        text-align: center;
        border-radius: 0 0 2vw 2vw;
        color: #757575;
    }
    .enter_login .inputs {
        margin-top: 2vh;

    }
    .enter_content_div {
        padding: 0 3vh;
        text-align: center;
    }
    .input_enter {
        border-radius: 1vh;
        border-color: black;
        border: none;
        height: 12vw;
        width: 100%;
        font-size: 4vw;
        text-align: center;
        padding: 0;
        margin: 0;
        color: #757575;
        background-color: #fff;
        -webkit-appearance: none;
        vertical-align: center;

    }
    .input_enter:focus{
        border-color: #3E8D34;
        border-style: solid;
    }
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px white inset; /* можно изменить на любой вариант цвета */
        -webkit-text-fill-color: #333;
    }
    .btns {
        padding-bottom: 3vh;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;

    }
    .btns div {
        font-family: "Montserrat-Medium";
        font-size: 3.5vw;
    }
    .btn_enter {
        width: 77vw;
        background-color: #e35200;
        border-radius: 2vw;
        padding: 3vw 0.1vw;
        color: white;
        cursor: pointer;
        outline: none;
        border: 0;
    }
    .btn_enter_green {
        background-color: #8BBA84;
    }

    .form_radio_btn label{
        font-size: 3.5vw;
    }
    .btn_pass {
        outline: none;
        border: 0;
        border-radius: 1vh;
        width: 100%;
        font-family: "Montserrat-Medium";
        font-size: 3.5vw;
    }
    .text_date_pass {
        margin: 3vh 0 1vh 0;
        padding: 0;

        font-family: "Exo2-Italic";
        font-size: 3.5vw;
    }
    .enter_error {
        text-align: center;
        font-family: "Exo2-Italic";
        font-size: 3vw;
        color: #ff392b;
        margin: 1vh 0;
    }
    .no_pass {
        color: #4B5261;
        margin-top: 1vh;
        text-align: right;
        font-family: Exo2-Italic;
        font-size: 3vh;
    }
}
@media only screen and (min-width: 800px) { /*desctop*/
    .body_enter {
        background-color: #c7c7c7;
        width: 100vh;
        margin: 0 auto;
    }
    .enter_login {
        margin: 20vh auto;
        width: 70vh;
        /*max-width: 100vw;*/
        height: max-content;
        background-color: #c7c7c7;

    }
    .enter_login .header {
        height: max-content;
        background-color: #3E8D34;
        border-radius: 2vh 2vh 0 0;
        color: white;
    }
    .enter_login .header .logo {
        padding: 1vh 2vh;
        text-align: left;
        width: 24vh;
    }
    .enter_login .header .text {
        padding: 3vh;
        font-family: 'Exo2-Light';
        font-size: 4vh;
        text-align: right;
        width: 36vh;
    }
    .enter_login .enter_content {
        height: max-content;
        background-color: #F2F2F2;
        text-align: center;
        border-radius: 0 0 2vh 2vh;
        color: #757575;
    }
    .enter_login .inputs {
        margin-top: 2vh;

    }
    .enter_content_div {
        padding: 0 3vh;
        text-align: center;
    }
    .input_enter {
        border-radius: 1vh;
        border-color: black;
        border: none;
        height: 8vh;
        width: 100%;
        font-size: 3vh;
        text-align: center;
        padding: 0;
        margin: 0;
        color: #757575;
        background-color: #fff;
        -webkit-appearance: none;
        vertical-align: center;
        font-family: "Exo2-Italic";
    }
    .input_enter:focus{
        border-color: #3E8D34;
        border-style: solid;
    }
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px white inset; /* можно изменить на любой вариант цвета */
        -webkit-text-fill-color: #333;
    }
    .btns {
        padding-bottom: 3vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .btns div {
        font-family: "Exo2-Italic";
        font-size: 3vh;
    }
    .btn_enter {
        width: 32vh;
        background-color: #e35200;
        border-radius: 2vh;
        padding: 2vh;
        color: white;
        cursor: pointer;
        outline: none;
        border: 0;
        font-size: 3vh;
    }
    .auth_lk{
        background: none;
        color: #e35200;
        width: 20vh;
    }
    .btn_enter_green {
        background-color: #8BBA84;
    }
    .btn_pass {
        outline: none;
        border: 0;
        border-radius: 1vh;
        width: 60vh;
        font-family: "Exo2-Italic";
        font-size: 3vh;
    }
    .text_date_pass {
        margin: 3vh 0 1vh 0;
        padding: 0;

        font-family: "Exo2-Italic";
        font-size: 2vh;
    }
    .enter_error {
        text-align: center;
        font-family: "Exo2-Italic";
        font-size: 3vh;
        color: #ff392b;
        margin-top: 3vh;
    }
    .no_pass {
        color: #4B5261;
        margin-top: 1vh;
        text-align: right;
        font-family: Exo2-Italic;
        font-size: 3vh;
    }

    .form_radio_btn label{
        font-size: 3vh;
    }
}


.pay-switch-btn {
    display: inline-block;
    height: 7vw;
    width: 12vw;
    background: #e35200; /* цвет фона */
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    transition-duration: 300ms; /* анимация */
    margin: 0 2vw;
    border-radius: 2vw;
}
.pay-switch-btn::after {
    content: "";
    height: 7vw;
    width: 6vw;
    background: #fff; /* цвет кнопки */
    transition-duration: 300ms; /* анимация */
    position: absolute;
    z-index: 1;
    border-radius: 2vw;
}
.pay_right::after {
    left: 6vw;
}
.pay_flex{
    display: inline-flex;
    align-items: center;
    margin-bottom: 2vw;
}

.recpay{
    font-size: 6vw;
    font-weight: bold;
}
.swal-itnet{
    width: 60vh;
    padding: 2vh;
    font-size: 2vh;
}


.footer_menu{
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100vw;
    background: white;
    padding: 1vh 0 4vh 0;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #ffffff;
    font-size: 30px;
    border-top: 4px solid #ededed;
    line-height: 0;
    max-height: 10vh;
}

.footer_menu div{
    text-align: center;
}
.footer_menu a{
    color: #36772e;
    font-size: 3vw;
}
.footer_menu .item{
    background-color: #ffffff;
    border-radius: 2vw;
    margin: 0 auto;
    width: max-content;
}
.footer_menu .item img{
    padding: 3vw;
    max-width: 10vw;
    /*qqqq*/
}

@media all and (orientation:landscape) {
    .footer_menu{
        font-size: 17px;
        padding: 5vh 0;
        line-height: 5vh;
        max-height: 20vh;
    }
    .footer_menu div{

        text-align: center;
    }
    .footer_menu .item{
        margin: 0 auto;
    }

    .footer_menu .item img{
        padding: 10px;
        max-width: 35%;
    }
}

body.popup-open {
    overflow: hidden;
    position: fixed;
}



.swal2-modal .swal2-styled {
    border: 0;
    /*border-radius: 3px;*/
    box-shadow: none;
    color: #51a72d;
    color: var(--main-color);
    border: 1px solid #53b011;
    border: 1px solid var(--main-color);
    cursor: pointer;
    font-size: 3vw;
    text-transform: uppercase;
    margin: 50px 5px 0;
    /*padding: 10px 32px; */
    padding: 6px 0;
    width: 150px;
}


.swal2-modal .swal2-content {
    font-size: 4vw;
    text-align: left;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word;
}


.password {
    position: relative;
}
.password-control {
    position: absolute;
    top: 3.7vh;
    right: 2vh;
    display: inline-block;
    width: 7%;
    height: 50%;
    background: url(/assets/img/view.svg) 0 0 no-repeat;
    opacity:0.6;
}
.password-control.view {
    background: url(/assets/img/no-view.svg) 0 0 no-repeat;
    opacity:0.6;
}