body{
    overflow-x: hidden !important;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    text-rendering: geometricPrecision;
}

h2 {
    margin-bottom: 40px;
}

h6 {
    font-weight: 600 !important;
}

.table {
    font-size: 13px;
}

.table>:not(caption)>*>* {
    padding: 0.4rem 0.4rem;
}

label {
    display: block;
    margin: 14px 0 4px;
    color: #0d0c22;

}


p {
    margin: 20px 0 0;
    color: #000;

}


input:-webkit-autofill{
    font-family: 'Montserrat', sans-serif;
    -webkit-text-fill-color: #000 !important;
    -webkit-background-clip: unset !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:focus{
     -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}


button:-webkit-autofill,
button:-webkit-autofill:hover,
button:-webkit-autofill:focus,
button:focus{
    transition: background-color 5000s ease-in-out 0s;
}



.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.code-input{
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 7px !important;
    color: #000 !important;
}

.form-check-label{
    color: #0d0c22;

}


.pass_icon_red path, .pass_icon_green circle{
    fill: #ff5f5f !important;
}

.pass_icon_red circle{
    fill: #ff5f5f !important;
}

.pass_icon_yel path, .pass_icon_green circle{
    fill: #e4cf10 !important;
}

.pass_icon_green path, .pass_icon_green circle{
    fill: #15bd5c !important;
}

#info_icon_accountpassnewpassword p,
#info_icon-pass-1 p,
#info_icon-pass-c1 p{
    padding: 0px;
    margin-top: 6px;
    color: #ff0000;
    font-size: 13px;
    font-weight: 500;
}

.cnt-login-des{
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: rgb(53 58 61);
    line-height: 1.8;
    max-width: 81%;
    margin: auto;
}

.cnt-login-des a{
    text-decoration: none;
}

.title-login{

}


.title-login a, .title-login .a{
    text-decoration: none;
    display: block;
    width: fit-content;
    cursor: pointer;
}


.title-login a:hover svg, .title-login .a:hover svg{
    margin-left: -11px;
    transition: .3s;
}

.title-login a:hover svg rect, .title-login a:hover svg path,.title-login .a:hover svg rect, .title-login .a:hover svg path{
    fill: #0d6efd;
    transition: .3s;
}

.title-login a svg rect, .title-login a svg path,.title-login .a svg rect, .title-login .a svg path{
    fill: #000;
    transition: .3s;
}

.title-login svg{
    float: left;
    height: 25px;
    margin-top: 3px;
    width: 34px;
    text-align: left;
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: -7px;
    transition: .3s;
}


.title-login h1{
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    display: flex;
    align-items: center;
    color: #000;
    padding-left: 36px;
    width: fit-content;
}

.des-login-form{
    font-size: 14px;
    color: rgb(125 128 148);
    line-height: 25px;
    font-weight: 500;
    margin-top: 13px;
}

.login-link-text{
    color: #3d3d4e;

    text-align: center;
}

.login-link-text a{
    color: #3d3d4e;

}

.login-btn{
    width: 416px;
    height: 56px;
    border: 0px;
    border-radius: 29px;
    background: #0d0c22;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.right-link{
    float: right;
    color: #0d0c22;
    font-size: 14px;
    font-weight: normal;
}

.right-link:hover{
    color: #0d0c22;
}



.bg-success {
    background-color: #eefbf5 !important;
    border: 1px solid #6fe7b7;
    color: #13b981;

}

.badge {
    border-radius: 8px;
}


.body-login{
    min-height: 100vh;
    background: #000;
}


.cnt-logo{
    text-align: center;
    margin-bottom: 25px;
}

.cnt-button-slide-auth{
    padding: 0.25rem;
    background: #f4f5f7;
    border-radius: 0.75rem;
    height: 53px;
    margin-bottom: 25px;
}

.cnt-button-slide-auth .button-active{
    width: 50%;
    margin: 0px;
    float: left;
    height: 44px;
    color: #131718;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0.125rem 0.125rem rgba(0,0,0,.07), inset 0 0.25rem 0.125rem #fff;
    border: 0px;
    background: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    border-radius: 0.65rem;
    transition: .3s;
}



.cnt-input-obj{
    margin-top: 15px;
}


.cnt-input-obj input, .cnt-input-obj textarea{
    font-size: 13px;
    padding: 0px;
    padding-left: 48px;
    font-weight: 500;
    height: 56px;
    background: #f4f5f7;
    border-radius: 0.75rem;
    border: 3px solid #f4f5f7;
    transition: .3s;
}


.cnt-input-obj input:focus , .cnt-input-obj textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f4f5f7;
    outline: 0;
    box-shadow: none;
    transition: .3s;
}


.cnt-input-obj .icon-cnt-login-input, .cnt-input-obj .icon-cnt-login-input{
    position: absolute;
    pointer-events: none;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cnt-input-obj svg{
    width: 26px;
    height: 26px;
}


.cnt-input-obj svg path{
    fill: #939ca6;
}



.cnt-input button, .cnt-input button:focus-visible{
    border-radius: 0.75rem;
    height: 56px;
    width: 100%;
    color: #fff;
    border: 0px;
    outline: none;
    background: #000;
    transition: .3s;
    font-weight: 600;
    font-size: 13px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}


.fs-19{
    font-size: 12.5px; 
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 25px;
    display: block;
    margin-top: 13px;
    width: fit-content;
}

a:hover {
    color: #0068ff;
}

.cnt-button-slide-auth .button{
    width: 50%;
    margin: 0px;
    float: left;
    height: 44px;
    color: #6c7275;
    border: 0px;
    background: #f4f5f7;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    border-radius: 0.65rem;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.button:hover{
    color: #131718;
    transition: .3s;
}


.hover-bt-1 svg{
    opacity: 0;
    width: 0px;
    height: 24px;
    transition: .2s;
}

.hover-bt-1:hover svg{
    opacity: 1;
    width: 24px;
    height: 24px;
    transition: .2s;
    margin-left: 10px;
}

.hover-bt-1 svg path,.hover-bt-1 svg rect{
    fill: #fff;
}

.show-pass{
    float: right;
    margin-top: -56px;
    margin-right: 1px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
svg path{
    transition: .3s;
}
.view-pass-icon svg path{
    fill: #0f6efd;
    transition: .3s;
}

.form-cnt-login{
    height: calc(100% - 42px);
    background: #fff;
    margin: 21px;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.login-cnt{
    /*width: 420px;*/
    width: 505px;
}

.input_des{

}

.input_des label{
    margin: auto;
    text-align: center;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 600;
    margin-top: 5px;
    border-radius: 8px;
}

.color-green{
    background-color: #eefbf5 !important;
    border: 1px solid #6fe7b7;
    color: #13b981;
    width: fit-content;
}

.color-red{
    background-color: #fbeeee !important;
    border: 1px solid #ff00002e;
    color: #ff0000bd;
    width: fit-content;
}


.logo-auth{
    z-index: 100;
    position: absolute;
    top: 30px;
    left: 30px;
}

.auth-sidebar-credit{
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

.auth-sidebar-credit:hover{
    color: #fff;
}


.auth-sidebar-video{
    width: 100%;
    height: 350px;
    margin: auto;
    margin-top: 60px;
    object-fit: contain;
    height: -webkit-fill-available;
}

/*
.auth-sidebar-video{
    width: 45%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: -1;
    top: 84px;
    left: -95px;
}*/

.left-login-text{
    padding: 5rem;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.left-login-text h1{
    font-size: 3rem !important;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.left-login-text p{
    font-size: 1.2rem;
    line-height: 2.25rem;
    font-weight: 300;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.modal-content {
    border: 4px solid rgba(255,255,255,.1);
    border-radius: 25px;
    -webkit-box-shadow: 0 0rem 5rem rgb(10 13 44 / 10%);
    box-shadow: 0 0rem 5rem rgb(10 13 44 / 10%);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 21px 21px 12px 21px;
    border-bottom: 0px solid #dee2e6;
}

.modal-body {
    font-size: 12px;
    font-weight: 500;
    background: rgba(0,0,0,.02);
    margin: 19px;
    margin-top: 7px;
    margin-bottom: 6px;
    border-radius: 16px;
    line-height: 1.9;
}

.modal-footer {
    border-top: 0px solid #dee2e6;
    justify-content: center;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    -webkit-backdrop-filter: blur(10px) saturate(10%);
    background-color: #01020e8a;
    backdrop-filter: blur(10px) saturate(10%);
}

.modal-backdrop.show {
    opacity: 1;
    width: 100% !important;
}


.card {
    border: 1px solid rgb(230 232 237);
    border-radius: 15px;
}

.card-title {
    font: bold 18px/18px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.right-switch{
    float: right;
    margin: 0px;
    right: -8px;
    top: -3px;
    position: relative;
}

.btn {
    font-weight: 500;
}

.btn-primary {
    color: #fff;
    background-color: #3784ff;
    border-color: #3784ff;
    font-weight: 400 !important;
    font: normal 14px/20px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.btn-group-sm>.btn, .btn-sm {
    padding: 7px 19px;
    font-size: 13px;
    border-radius: 10px;
}




#service_cnt{
    width: 100%;
    height: 100%;
}


#service_cnt h2{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

#service_cnt h3{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}


#service_cnt p{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
}


#service_cnt .hr{
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 25px 0px 25px 0px;
}


#service_cnt svg{
    width: 20px;
    height: 20px;
    top: -2px;
    position: relative;
    margin-right: 6px;
}

#service_cnt svg path{
    fill: #0e6efc;
}




#service_cnt .btn-secondary {
    background-color: #ffffff;
    border-color: #eee;
    border-radius: 13px;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 18px;
    color: #0d6efd;
}



#service_cnt .dropdown-toggle::after {
    display: inline-block;
    margin-left: 6px;
    vertical-align: 2px;
}


#service_cnt select{
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    width: 206px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #262626;
    outline: none;
}



.dropdown-menu {
    overflow: hidden;
    border: 0px solid #fff;
    border-radius: 13px;
    box-shadow: 0px 14px 20px 12px rgba(34, 60, 80, 0.2);
}



.dropdown-menu button{
    border: 0px;
    background: #fff;
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    text-align: left;
    padding: 6px 40px 6px 14px;
}


.dropdown-menu button:hover{
    background: #f2f2f2;
}



.des-option{
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 8px;
}


.const-value {
    border: 2px solid #f2f2f2;
    border-radius: 10px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    width: 206px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #262626;
}








@media (min-width: 1800px){
    .mobile-none{
        // max-width: 667px;
    }
    .mobile-main{
        // width: calc(100% - 667px) !important;
    }

    .auth-sidebar-video {
        max-width: 899px;
    }
}


.blur-login{
    /*
    background: rgb(0 0 0 / 9%);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    backdrop-filter: saturate(180%) blur(24px);*/
}


.auth-sidebar-video {
    max-width: auto;
}

.mobile-none{
    padding-left: 0px;
    // width: 33.33333333%;
}
.mobile-main{
    padding-right: 0px;
    // width: 66.66666667%;
}

@media (max-width: 1500px){
    .mobile-none{
        // width: 45%;
    }
    .mobile-main{
        // width: 55%;
    }

}




@media (max-width: 1400px){
    .right-col-login, .left-col-login{
        width: 50% !important;
    }

    .form-cnt-login{
        height: 100%;
        margin: 0px;
        border-radius: 0px
    }
}

@media (max-width: 1300px){
    .left-col-login{
        width: 43% !important;
    }
    .left-login-text {
        padding: 35px !important;
    }
    .left-login-text h1 {
        font-size: 32px !important;
        line-height: 145% !important;
    }

    .left-login-text p {
        font-size: 16px !important;
        line-height: 201% !important;
        font-weight: 500 !important;
        color: #f4f4f4c2 !important;
    }

    .right-col-login{
        width: 57% !important;
        padding: 52px !important;
        background: #fff;
    }

    .auth-sidebar-credit{
        display: none;
    }

    .form-cnt-login{
        height: 100%;
        margin: 0px;
        border-radius: 0px;
    }
}


@media (max-width: 1000px){
    .login-cnt {
        max-width: 490px;
    }
    body{
        //background: #fff !important
    }
    .left-col-login{
        pointer-events: none;
        width: 100% !important;
        background: #000;
        height: 196px;
        padding-top: 50px;

    }

    .mrow{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .left-login-text h1, .left-login-text p{
        display: none;
    }

    .auth-sidebar-video{
        display: block !important;
        width: 100%;
        height: 150px;
        top: -96px;
        position: relative;
    }

    .left-login-text {
        overflow: hidden;
    }

    .form-cnt-login{
        background: none;
    }
    .right-col-login{
        width: 100% !important;
        min-height: calc(100vh - 196px);
        padding: 0px !important;
        border-radius: 20px 20px 0px 0px;
    }
}

/*
@media (max-width: 1500px){

    .body-login {
        overflow: auto !important;
    }
    .mobile-none{
        width: 100%;
        height: 360px;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .mobile-main{
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .auth-sidebar-credit{
        display: none;
    }

    .form-cnt-login{
        max-width: 453px;
        margin: auto;
        height: fit-content;
        margin-bottom: 40px;
    }

    .auth-sidebar-video{
        height: 21%;
        width: 100%;
        left: 0px;
        top: 200px;
        position: absolute;
        z-index: -100;
    }

    .left-login-text{
        max-width: 735px;
        margin: auto;
        padding: 4rem;
        text-align: center;
    }
}
*/

@media (min-width: 2200px){

    .left-col-login{
        width: 25%;
    }

    .right-col-login{
        width: 75%;
    }

}

@media (min-width: 2500px){

    .left-col-login{
        width: 30%;
    }

    .right-col-login{
        width: 70%;
    }

}



@media (max-width: 650px){

    .mobile-none{
        display: none;
    }


    html, body {
        //background-color: #000000; /* Цвет по твоему выбору */
        //background: linear-gradient(to bottom, #000000 50%, #ffffff 50%) !important;
    }
    /*
    .body-login {
        background: linear-gradient(to top, #ffffff 50%, #000000 50%);
    }*/

    .mobile-main{

    }

}















