/* cyrillic */
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27pmO7&skey=96867d716c89840e&v=v14) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27rWO7&skey=96867d716c89840e&v=v14) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27rGO7&skey=96867d716c89840e&v=v14) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=FwZc7-Am2FI_-VOxaLDvvq27omO7&skey=96867d716c89840e&v=v14) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('/style/fonts/ProximaNova-Bold.eot');
    src: url('/style/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/style/fonts/ProximaNova-Bold.woff') format('woff'), url('/style/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('/style/fonts/ProximaNova-Semibold.eot');
    src: url('/style/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('/style/fonts/ProximaNova-Semibold.woff') format('woff'), url('/style/fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('/style/fonts/ProximaNova-Regular.eot');
    src: url('/style/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('/style/fonts/ProximaNova-Regular.woff') format('woff'), url('/style/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Black';
    src: url('/style/fonts/ProximaNova-Black.eot');
    src: url('/style/fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('/style/fonts/ProximaNova-Black.woff') format('woff'), url('/style/fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Proxima Nova Regular', sans-serif;
    padding-right: 0 !important;
    overflow-y: scroll!important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}


a {
    text-decoration: none;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.modal-backdrop.show {
    opacity: 0;
}



/* Стилі перемикача мови */

.modal_list_lang_md {
    background: none;
    border: none;
    outline: none;
    color: #fff;
}

option {
    background-color: rgb(7, 19, 31);
    border: none;
    color: #fff;
}

.list_lang {
    margin: auto;
    margin-left: 0.7em;
    opacity: 0.5;
    text-align: center;
    font-size: 0.9em;
    color: #fff;
}

.list_lang:hover{
    color: #fff;
}

.modal_list_lang {
    display: flex;
    justify-content: space-around;
}

.modal_list_lang input[type=radio] {
    display: none;
}

.modal_list_lang input[type=radio]:checked+label {
    opacity: 1;
}

.modal_list_lang_xl {
    display: flex;
    justify-content: space-around;
}

.modal_list_lang_xl input[type=radio] {
    display: none;
}

.modal_list_lang_xl input[type=radio]:checked+label {
    opacity: 1;
}

.modal_list_lang_item {
    margin: 20px;
    opacity: 0.5;
    text-align: center;
}

.modal_list_lang_item:hover{
    opacity: 1;
}

.navbar {
    display: flex;
    font-weight: 500;
    position: fixed !important;
    z-index: 101;
    font-family: 'Proxima Nova Regular';
    margin: auto;
    
    left: 0px; right: 0px; 
}

.navbar_two{
    display: flex;
    justify-content: space-between;
    width: 96%;    
}

.navbar_left{
    display: flex;
    width: 73%;  
    position: relative;
}
.trial_lesson{
   
    color: #00d09d;
    text-align: center;
    font-family: "Proxima Nova Black";
    display: inline-block;
}

.trial_lesson h4 {
    margin: 1em;
}

.button_trial_lesson_eng {
    font-family: "Proxima Nova Semibold";
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),  url('/style/img/flag_en_big.jpg') center no-repeat;
    background-size: cover;
    margin-right: 1em;
    border: none;
    border-radius: 30px;
    padding: 0 1em;
    height: 3em;
    width: 10em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1em;
}



.button_trial_lesson_spa {
    background-size: cover;
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),   url('/style/img/Flag_of_SPA.png') center no-repeat;
    font-family: "Proxima Nova Semibold";
    border: none;
    border-radius: 30px;
    padding: 0 1em;
    height: 3em;
    color: #fff;
    font-weight: 600;
    width: 10em;
   
}




@media screen and (max-width: 5200px) {
    .chat_search{
        border-radius: 50%;
        background-color: #00d09d;
        border: 1px solid #00d09d;
        color: #fff;
        position: sticky;
        bottom: 50px;
        width: 70px;
        padding: 20px;
        margin: auto;
        margin-bottom: 10px;
        margin-left: 1em;
        outline: none;
    }

    .head_window {
    
        background: url("/style/img/01_banner.jpg") top center no-repeat;
        height: 100vh;
        background-size: 100%;
        font-family: 'Proxima Nova Regular';
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .lang {
        position: absolute;
        margin: 0 auto;
        color: #fff;
        height: 5vw;
        display: flex;
        right: 2em;
    }
    .logo_link{
        margin: auto 0;
       
    }
    .modal_list_lang_xl {
        display: block;
        margin: auto 0;
    }

    .head_list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100vh;
        /* padding-top: 20%; */
    }
        
    .title_main_page {
        opacity: 1;
        color: #000;
        padding: 1.5em;
        font-weight: 800;
        text-align: center;
        margin: 0;
        font-size: 2.7em;
        font-family: "Proxima Nova Black";
        z-index: 100;
        position: relative;
    }
    
    .navbar_background {
        position: fixed;
        background: rgb(7, 19, 31);
        width: 100%;
        height: 5em;
        opacity: 0;
        z-index: 100;
    }
  
    
    
    .navbar_background_sec {
        position: fixed;
        background: rgb(7, 19, 31);
        width: 100%;
        height: 5em;
        z-index: 100;
    }

    .modal_list_lang_md {
        display: none;
    }
    .head_title {
        font-size: 4em;
        
        color: #fff;
        font-weight: 700;
        font-family: "Proxima Nova Black";
    }
    .head_text {
        color: #fff;
        letter-spacing: 1px;
        font-family: 'Proxima Nova Semibold';
        line-height: 160%;
        width: 45%;
       
    }
    .head_text_right{
        width: 40%;
        color: #fff;
        letter-spacing: 1px;
        font-family: 'Proxima Nova Semibold';
        line-height: 160%;
        visibility: visible;
        text-align: center;
        background-color: #152331;
        padding: 1em;
        border-radius: 0.5em;
        
        display: flex;
        flex-direction: column;
    }

     

    .navbar_small {
        display: flex;
        font-weight: 500;
        margin: auto 0;
    }
    .navbar_right{
        display: flex;
        justify-content: flex-end;
        width: 27%; 
        position: relative;
    }
    
    .menu {
        position: fixed;
        left: 96%;
        top: 86%;
        margin-left: -80px;
        padding-top: 20px;
        padding-left: 80px;
        box-sizing: border-box;
        font-size: 20px;
        text-align: left;
        z-index: 1000;
    }
    

    .list_lang_item:last-child {
        border-bottom: none;
    }

    .list_lang_item:hover {
        background: #233557
;
    }

    .list_lang_item:first-child:hover {
        background: #233557
;
        border-radius: 12px 12px 0 0;
    }

    .list_lang_item:last-child:hover {
        background: #233557
;
        border-radius: 0 0 12px 12px;
    }

    .list_lang_item_img {
        position: relative;
        left: 1.2em;
        top: 0.8em;
        width: 8%;
        height: 8%;
        display: none;
        margin-right: 5px;
    }

    .list_lang_item:hover>.list_lang_item_img {
        display: block;
    }

    .list_lang_item_arr {
        position: absolute;
        left: 90%;
        top: 0.5em;
        width: 8%;
        height: 8%;
        display: none;
        margin-right: 5px;
    }

    .list_lang_item:hover>.list_lang_item_arr {
        display: block;
    }

    .list_lang_item_link:hover {
        color: #fff;
    }

    .hr_list_lang {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .button_contact {
        text-align: right;
        background: none;
        width: 2.5em;
        height: 2.5em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        background: url('/style/img/button_contact.png') no-repeat;
        background-size: 70%;
        background-position: center;
        outline: none;
    }

    .button_contact:hover{
        background: url('/style/img/button_contact_hov.png') no-repeat;
        background-size: 70%;
        background-position: center;
        background-color: #fff;
    }


    .button_phone {
        margin-right: 0.5em;
        text-align: right;
        background: none;
        width: 2.5em;
        height: 2.5em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        background: url('/style/img/help.png') no-repeat;
        background-size: 122%;
        background-position: center;
        outline: none;
    }
    .button_phone:hover{
        background: url('/style/img/help_hover.png') no-repeat;
        background-size: 128%;
        background-position: center;
        background-color: #fff;
    }
    .button_my_room {
        background: none;
        color: #fff;
        border-radius: 30px;
        height: 2.5em;
        padding: 0;
        border: #fff 1px solid;
        font-size: 1em;
        outline: none;
        width: 68%;
        margin: auto 0.5em;
        
    }

    .button_my_room:hover{
        color:  #07131f;
        background-color: #fff;
        font-weight: 600;
    }

    .button_chat{
        margin-right: 0.5em;
        text-align: right;
        background: none;
        width: 2.5em;
        height: 2.5em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        background: url('/style/img/conversation.png') no-repeat;
        background-size: 45%;
        background-position: center;
        outline: none;
    }

    .button_accaunt{
        margin-right: 0.5em;
        text-align: right;
        background: none;
        width: 2.5em;
        height: 2.5em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        background: url('/style/img/user1.png') no-repeat;
        background-size: 40%;
        background-position: center;
        outline: none;
    }

    .main_page {
        /* background-image: url("/style/img/background.jpg"); */
        background-color: #FBFBFB;
        background-size: cover;
        height: 100%;
        text-align: center;
    }
    
    .group_of_img_mob{
        display: none;
    }

    .choose_plan_mob{
        display: none;
    }

    .choose_plan_column {
        display: flex;
        justify-content: center;
        text-align: left;
        margin: auto;
        width: 70%;
    }

    .choose_plan_list {
        list-style-type: none;
        list-style-image: url('/style/img/list.png');
        line-height: 95%;
        width: 90%;
        margin: 1.3em;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 1em;
    }
    .choose_plan_block{
        width: 90%;
        display: flex;
        margin: 0 1em;
        flex-direction: column;
        border-radius: 0.7em;
        box-shadow: 0 0 10px #aaa;
        background-color: #fff;
    }

    .course {
        padding-top: 9em;
        padding-bottom: 2em;
        min-height: 100vh;
    }
    
    .course_card {
        width: 91%;
        background-color: #fff;
        border-radius: 2em;
        text-align: center;
        padding: 1.5em;
        margin-top: 3em;
        transition: 0.5s;
        box-shadow: 0 0 10px #e1e1e1;
        color: #07131F;
    }
    .course_about {
        padding-top: 9em;
        padding-bottom: 2em;
        min-height: 100vh;
    }
    .course_about_content_right_head{
        display: flex;
    }

    .course_about_content_left {
        width: 50%;
        padding: 5em;
    }
    .course_about_content_right {
        width: 50%;
        padding: 5em 5em 5em 0;
    }
    .margin_bottom_for_button {
        margin-bottom: 3em;
    }
    .course_about_content_text {
        font-family: "Proxima Nova Bold";
        color: #07131f;
        font-size: 1.2em;
        
    }
    .hr_for_phone_modal1 {
        position: absolute;
        border: 0.1 solid #fff;
        width: 60%;
        left: 15%;
        opacity: 1;
        top: -64px;
        
    }
    
    .cabinet_window {
        display: flex;
        margin: 0;
        padding: 0;
        min-height: 91.5vh;
        position: relative;
        margin-top: 5em;
    }

    .lesson_modal {
        margin-top: 20%;
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        padding: 3%;
    }

    .buy_magazine{
        background-color: #152331;
        color: #dc3545;
        border-radius: 20px;
        width: 80%;
        margin: auto;
        margin-top: 25%;
        padding: 2em 2em 1em 2em;
    }

    .phone_contact{
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        width: 60%;
        margin-left: 33em;
        margin-top: 17%;
        padding: 2% 5%;
        text-align: left;
    }

    .room_modal {
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        width: 70%;
        margin-left: 33em;
        margin-top: 17%;
        height: inherit;
        padding: 2%;
    }
        
    .phone_modal {
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        width: 70%;
        margin-left: 30em;
        margin-top: 17%;
        padding: 2% 5%;
    }
    .topmenu{
        position: relative;
        left: 3em;
    }
    
    .topmenu>li {
        float: left;
        position: relative;
    }
    

    .topmenu>li:first-child {
        border-left: 0;
    }

    .topmenu>li>a {
        color: #fff;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .topmenu .fa, .submenu .fa {
        margin-left: 5px;
        color: inherit;
    }

    .submenu {
        position: absolute;
        z-index: 5;
        min-width: 150px;
        background: #07131F;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        transform-origin: 0% 0%;
        transform: rotateX(-90deg);
        transition: .3s linear;
        border-radius: 12px;
        margin-top: 1px;
        font-family: 'Proxima Nova Semibold';
    }

    .submenu li {
        position: relative;
    }

    .submenu li a {
        color: #fff;
        padding: 10px 20px;
        width: 100%;
        font-size: 13px;
    }

    .submenu .submenu {
        position: absolute;
        left: 100%;
        top: -1px;
        transition: .3s linear;
    }

    nav li:hover>.submenu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }

    .list_lang_item {
        border-bottom: 0.5px solid rgb(38, 53, 68, 0.8);
        display: flex;
    }
        
    .nav_item {
        text-decoration: none;
        color: #fff;
        margin: 0 1em;
        border-bottom: 2px rgba(0, 0, 0, 0) solid;
    }

    .nav_item:hover {
        border-bottom: 2px #fff solid;
    }

    .nav_item_active {
        border-bottom: 2px #fff solid;
        
    }
        
    footer {
        margin: 0;
        padding: 0;
        background: linear-gradient(180deg, #FDFDFD 0%, #F1F1F1 100%);
        box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.05);
        color: #000;
        text-align: center;
        margin-top: auto;
        z-index: 100;
    }

    .footer{
        display: flex;
        justify-content: space-between;
        padding: 0.3em 0;
        z-index: 100;
    }
    .footer_second{
        display: flex;
        padding: 0.1em 0;
        justify-content: space-between;
        color: #808080;
        background-color: #F4F4F4;
    }

    .footer_column{
        width: 20%;
        text-align: left;
        display: flex;
    }
    .footer_column_center{
        width: 55%;
        text-align: left;
        display: flex;
        justify-content: center;
    }

    .footer_text {
        -webkit-text-fill-color: rgba(0, 0, 0, 1); 
        margin: auto 0;
        text-align: center;
        font-size: 0.9em;
        width: 100%;
    }

    .footer_text_name{
        width: 100%;
        text-align: left;
    }

    .footer_link{
        color: #000;
        margin: 1em;
        font-size: 1em;
    }
    .footer_link_seccond{
        color: #808080;
        margin: 1em 0;
        font-size: 0.9em;
        width: 30%;
        text-align: center;
        margin: auto;
    }

    .footer_link:hover{
        color: #000;
    }

    .footer_img_list{
        display: flex;
        justify-content: left;
        margin: 1em;
        margin-left:2em;
    }

    .footer_img_item{
        margin: 0 1em;
    }

    .footer_last_column{
        display: flex;
        justify-content: flex-end;
    }

    .footer_icon{
        width: 6%;
        margin: 0 0.2em 0 0.8em;
    }
    .point{
        margin: auto 0;
    }

    .footer_img{
        margin: auto 0.5em;
    }

        
    .blog_page {
        padding-top: 7em;
        padding-bottom: 2em;
        background-size: auto;
        background-color: #FBFBFB;
        min-height: 92vh;
        display: flex;
        flex-direction: column;
    }

    
    .blog_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
    }
    .magazine_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        justify-items: center;
    }
    .head_window_contact {
        background-size: 100%;
        font-family: 'Proxima Nova Regular';
    }
        
    .contact_page_content {
        display: flex;
        justify-content: space-around;
    }

    .contact_page_content_left {
        width: 40%;
        margin-top: 3em;
        padding-left: 1em;
        text-align: left;
        position: relative;
        
    }
    .contact_page_content_right {
        width: 40%;
    }
        
    .contact_page_content_cont {
        font-weight: 600;
        font-size: 1.5em;
        margin-bottom: 1em;
        display: inline-block;
        font-family: 'Proxima Nova Bold';
        margin: auto 0;
    }

    .contact_page_content_cont div{
        margin: 0;
        display: flex;
        width: 130%;
    }

    .contact_page_content_cont div div span{
        font-family: 'Proxima Nova Regular';
        font-weight: 500;
    }

    .contact_page_content_left_img_1 {
       margin: auto 0;
       margin-right: 0.5em;
        width: 8%;
    }

    .contact_page_content_left_img_1_1 {
        margin: auto 0;
        margin-right: 0.5em;
        width: 8%;
    }

    .contact_page_content_left_img_2 {
        margin: auto 0;
        margin-right: 0.5em;
        width: 8%;
    }
    .contact_page_content_left_img_3{
        margin: auto 0;
        margin-right: 0.5em;
        width: 8%;
    }
    .schedule{
        margin-left: 1.8em;
    }
    .why_choose_us {
        text-align: left;
        margin-bottom: 6em;
    }
    .congrat {
        padding-bottom: 4em;
        
    }
    .background_fon{
        position: relative;
        
    }
    .background_congrat{
        position: absolute;
        background-color: #fff;
        background-size: 100%;
        height: 100%;
        width: 110%;
        left: -10%;
        transform: skewY(5deg);
        overflow: hidden;
    }
    .choose_plan{
        padding-bottom: 5em;
    }
    .congrat_content_text {
        text-align: left;
        letter-spacing: 1px;
        line-height: 160%;
        color: #000;
        padding: 0em 1em 2em 0;
        font-size: 1.1em;
        width: 50%;
        z-index: 10;
    }
    .course_list {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        justify-items: center;
    }
    .course_card:hover {
        transform: scale(1.1);
    }
    .course_about_content {
        display: flex;
        color: #07131F;
        font-family: 'Proxima Nova Black';
    }
    .cabinet_window_right {
        width: 17vw;
        
    }
    .calendar_table{
        position: relative;
        height:170px; 
        width:100%;
    
    }

    .tabcontent {
        display: none;
        padding: 2em;
        border-top: 1px solid #ccc;
    }

    .tabcontent_chat {
        display: none;
        padding: 2em;
        border-top: 1px solid #ccc;
    }
    #tabcontent_main{
        display: flex;
    }
    #tabcontent_main_chat{
        display: flex;
    }

    .tabcontent_main_text{
        margin: auto;
        text-align: center;
        font-family: 'Proxima Nova Semibold';
        color: #00d09d;
        cursor: pointer;
    }

    .cabinet_window_menu_mob{
        display: none;
    }
    
    .homework_modal{
        
        border-radius: 15px;
        color: #07131f;
        background-color: #fff;
        width: 80%;
        margin:auto;
      
        padding: 1em;
    
    }
    .cabinet_window_right_title {
        display: none;
       
    }

    .modal_button_account {
        color: #fff;
        background: none;
        padding: 0.3em 1.5em;
        margin-top: 1.5em;
        font-weight: 600;
        outline: none;
        border: 1px solid #00d09d;
        border-radius: 30px;
        position: relative;
        
    }
    
    .modal_button_account:hover {
        background-color: #00d09d;
    }
    .modal_footer_account{
        display: flex;
        flex-direction: column;
    }
    
    .out_of_account{
        color: #fff;
        font-family: "Proxima Nova Semibold";
        margin: auto;
        font-size: 1.1em;
    }

    .out_of_account:hover{
        color: #fff;
    }
    .cabinet_window_menu {
        list-style-type: none;
        text-align: left;
        margin-left: -0.5em;
    }
    .tabcontent_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        text-align: center;
    }
    
    .tabcontent_card {
        width: 33%;
    }
    .head_button_cabinet {
        color: #fff;
        background: #00d09d;
        margin-bottom: 0.5em;
        padding: 0.5em;
        font-weight: 600;
        font-size: 1em;
        outline: none;
        border: 1px solid #00d09d;
        border-radius: 30px;
        width: 100%;
    }
    .head_button_cabinet:disabled {
        background: #B2F1E1;
        border: none;
        
    }
    .cabinet_window_center_mob{
        display: none;
    }
    
    .cabinet_window_chat{
        display: flex;
        width: 65.9vw;
        background-color: #f2f3f4;
        z-index: 10;
        height: 90vh; 
    }

    .hidden1 {
    z-index: -10;
    }

    .cabinet_window_chat_left{
        width: 25%;
        background-color: #fff;
        border-radius: 0 1em 0 0;
        height: 100%;
        z-index: -1;
        display: flex;
        flex-direction: column;
        overflow: auto;
        position: relative;
    }
    .cabinet_window_chat_right{
        width: 75%;
        display: flex;
        flex-direction: column;
    }
    .msg_student{
        display: flex;
        justify-content: flex-end;
        max-width: 48%;
        margin-left: auto;
        margin-right: 1em;
    }
    .msg_teacher{
        display: flex;
        max-width: 48%;
        margin-left: 1em;
        
    }
    .window_msg{
        height: 95%;
        overflow: auto;
    }
    .homework_list{
        display: grid;
        grid-template-columns: repeat(8, 1fr) ;
    }
    .cabinet_window_center {
        width: 66vw;
        background-color: #f2f3f4;
        padding: 0 2em;
        display: block;
        
    }
    .group_of_img{
        display: flex;
        justify-content: center;
        width: 95%;
        
        margin-left: 1em;
    }

    .group_of_img_sec{
        display: flex;
        justify-content: center;
        width: 95%;
        
        margin-left: 1em;
    }

    .group_of_img_sec_mob{
        display: none;
    }

    .why_choose_us_icon_num{
        width: 30%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 0 auto;
    }
    
    .why_choose_us_icon_number{
        font-size: 7em;
        font-family: "Proxima Nova Bold";
        color: #233557;
        line-height: 1;
        margin-top: 1em;
        margin-right: -0.2em;
        z-index: 90;
        width: 0.5em;
        transition: 0.5s;
    }
    
    .elipse_for_icon{
        background: url('/style/img/Ellipse_1.png') no-repeat center;
        background-size: 100%;
        height: 100%;
        position: relative;
        z-index: 50;
        width: 8em;
    }

    .why_choose_us_icon{
       width: 40%;
       margin: auto;
       transition: 0.5s;
       position: absolute;               
       top: 50%;
       left: 50%;                         
       transform: translate(-50%, -50%);   
    }
  
    .why_choose_us_icon_text{
        font-family: "Proxima Nova Bold";
        font-size: 1.05em;
        color: #233557;
        margin-top: -3.5em;
        margin-left: 2em;
        width: 120%;
        text-align: left;
        word-wrap: break-word;
        z-index: 90;
    }

    
    .why_choose_us_block_line{
        display: flex;
        margin-left: 1em;
        
    }
    .why_choose_us_line{
        background-size: contain;
        margin: auto;
        display: block;
        
        
    }

    .why_choose_us_icon_num:hover .why_choose_us_icon {
        transform: scale(1.2) translate(-40%, -50%); 
        
    }

    .why_choose_us_icon_num:hover .why_choose_us_icon_number {
        transform: scale(1.2);  
    }

    .why_choose_us_icon_num_1:hover .why_choose_us_icon {
        transform: scale(1.2) translate(-40%, -50%);  
    }

    .why_choose_us_icon_num_1:hover .why_choose_us_icon_number {
        transform: scale(1.2);  
    }
    .why_choose_us_icon_num_1{
        width: auto;
        display: flex;  
        margin: 0 auto;
        max-width: 200px;
        margin-bottom: 1em;
    }


    .why_choose_us_img {
        position: relative;
        left: 1em;
        width: auto;
    }
    
    .alert-info{
        opacity: 1 !important;
        position: fixed;
        float: left;
        width: 33%;
        bottom: 0.5em;
        color: #07131f !important;
        background: #00d09d !important;
        border: none !important;
        z-index: 1000;
    }

  

   
    .course_card_price {
        font-weight: 900;
        font-size: 2.5em;
        margin: 0 0 0.5em 0;
        font-family: "Proxima Nova Black";
    }
    .head_button_course {
        color: #fff;
        background: #00d09d;
        padding: 1em 4.5em;
        font-weight: 600;
        outline: none;
        border: 1px solid #00d09d;
        border-radius: 30px;
    }

    .button_magazine {
        color: #fff;
        background: #00d09d;
        padding: 0.5em;
        font-weight: 600;
        outline: none;
        border: 1px solid #00d09d;
        border-radius: 30px;
        width: 70%;
        margin: 1em auto;
    }
    
    .course_about_content_right_price {
        font-weight: 900;
        font-size: 3.5em;
        margin: 0 0.5em 0.5em 0;
        font-family: "Proxima Nova Black";
    }
    
    .cabinet_window_left {
        width: 17vw;
        background-color: #07131F;
        border-radius: 0 1em 0 0;
        color: #fff;
        font-family: "Proxima Nova Bold";
        text-align: center;
    }
    .tab {
        overflow: hidden;
        padding-bottom: 1em;
        background-color: #f1f1f1;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .close_chat{
        display: none;
    }
    .tab button {
        background-color: #fff;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        width: 10em;
        padding: 0.5em 0.6em;
        transition: 0.3s;
        font-size: 1em;
        margin: 1em;
        border-radius: 0.5em;
        box-shadow: 0 0 3px #aaa;
        font-family: "Proxima Nova Bold";
    }
    .tab_calendar{
        display: none;
    }
    .congrat_content {
        display: flex;
        justify-content: space-around;
    }
    


    .congrat_content_video_block {
        width: 50%;
        
        display: flex;
        
    }
    .my-video-dimensions{
        width: auto;
        height: auto;
    }

    .video-js{
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
        height: auto;
    }

    .vjs-poster{
        background-color: rgba(0, 0, 0, 0);
        position: relative;
        background: no-repeat top;
        
    
    }
    .video-js .vjs-tech{
        
        background: none;
    }


    .video-js .vjs-big-play-button{
        top: 45%;
        left: 43%;
        border: none;
        background-color: rgba(0, 208, 157, 0.6);
        border-radius: 50%;
        width: 1.5em;
        height: 1.5em;
        margin: auto;
    }
    #CDT {
        font-size: 2.5em;
        color: #eee;
        margin: auto;
        font-weight: bold;
        display: flex; 
    }
    #CDT .number-wrapper {
        margin: 10px;
        -moz-box-shadow: 0 5px 8px #000000;
        -webkit-box-shadow: 0 5px 8px #000000;
        box-shadow: 0 5px 8px #000000;
        position: relative;
        z-index: 1000;
    }
    .form_pass{
        color: #152636;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 25%;
        background-color: #fff;
        margin: auto;
        box-shadow: 0 0 10px #bbb;
        border-radius: 10px;
        padding: 1em;
    }  
    .form_pass_footer{
        width: 90%;
        display: flex;
        justify-content: space-between;
        margin-top: 1em;
    }
    body > section > div > div.form_pass_footer > a {
        margin: auto 0;
    }
    .button_back_chat{
        display: none;
        
    }
    
    .msg_send_button{
        border: none;
        background: url("/style/img/send_msg.png") center no-repeat;
        background-size: 100%;
        border-radius: 50%;
        width: 2em;
        height: 2em;
        outline: none;
        margin: auto;
        margin-left: -4.1em;
        z-index: 1000;
    }
    .pay_logo{
        width: 15%;
    }
    
    .pay_logo_success{
        width: 18%;
        margin-bottom: 2em;
    }
    .button_accaunt:hover{
        background: url('/style/img/user.png') no-repeat;
        background-color: #fff;
        background-size: 40%;
        background-position: center;
    }
    
    .button_chat:hover{
        background: url('/style/img/conversation1.png') no-repeat;
        background-color: #fff;
        background-position: center;
    }

    

    .menu_contact_item{
        display: flex;
        margin: 0.5em 0;
        white-space: nowrap;
    }
   

    .mob_contact{
        display: none;
    }
    .close_calendar_button{
        display: none;
    }

    .magazine_block{
        display: flex;
        flex-direction: row;
        
    }
    
    .magazine_block_left{
        padding: 2em 5em;
        width: 45%;
    }

    .magazine_image{
        width: 90%;
        height: 100%;
        cursor: pointer;
    }

    .magazine_block_right{
        padding: 2em;
        width: 55%;
    }
    .fon-modal{
        background-color: rgb(38, 53, 68, 0.8);
        
    }

    .show_magazine{
        background: none;
        border: none;
        margin: auto;
        margin-top: -1em;
        margin-left: -9em;
    }

    #magazine{
        width:800px;
        height:600px;
        
       }
    .hard{
        position: relative;
    }
        
    .arrow-hover {
        cursor: pointer;
        position: absolute;
        width: 80px;
        height: 50px;
        margin-top: 10px;
       
    }
    .arrow-hover div {
        position: relative;
        top: 20px;
        width: 90px;
        height: 10px;
        background-color: #152331;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
        left:0;
        display: block;
        transform: rotate(315deg);
    }
    .arrow-hover div::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 10px;
        top: -11px;
        right: -8px;
        background-color: #152331;
        transform: rotate(45deg);
    }
    .arrow-hover div::before {
        content: '';
        position: absolute;
        width: 40px;
        height: 10px;
        top: 11px;
        right: -8px;
        background-color: #152331;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
    }
    .arrow-hover {
        animation: arrow-hover 1s linear infinite;
    }
    @keyframes arrow-hover {
        0% {
            right:20px;
            top: 20px;
        }
        50% {
            right:30px;
            top: 30px;
        }
        100% {
            right:20px;
            top: 20px;
        }
    }

    .arrow-hover-last {
        cursor: pointer;
        position: absolute;
        width: 80px;
        height: 50px;
        margin-top: 20px;
        margin-left: 0px;
       
    }
    .arrow-hover-last div {
        position: relative;
        top: 20px;
        width: 90px;
        height: 10px;
        background-color: #152331;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
        left:0;
        display: block;
        transform: rotate(225deg);
    }
    .arrow-hover-last div::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 10px;
        top: -11px;
        right: -8px;
        background-color: #152331;
        transform: rotate(45deg);
    }
    .arrow-hover-last div::before {
        content: '';
        position: absolute;
        width: 40px;
        height: 10px;
        top: 11px;
        right: -8px;
        background-color: #152331;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
    }
    .arrow-hover-last {
        animation: arrow-hover-last 1s linear infinite;
    }
    @keyframes arrow-hover-last {
        0% {
            left:10px;
            top: 10px;
        }
        50% {
            left:20px;
            top: 20px;
        }
        100% {
            left:10px;
            top: 10px;
        }
    }

    .box_help{
        position: absolute;
        top: 0;
        padding: 1.5em;
        background-color: rgb(7, 19, 31, 0.8);
        border-radius: 10px;
        margin: 2em;
        width: 350px;
        display: flex;
        flex-direction: column;
    }
        
    .popup {
        background-color: #e4e4e4;
        
        left: 0;
        right: 0; 
        text-align: center;
        font-size: 1em;
        margin: auto;
        width: 100%;
        min-width: 320px;
        max-width: 600px;
        position: relative;
        padding: 2em;
        color: #fff;
        z-index: 1000;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        -webkit-animation: fade .6s;
        -moz-animation: fade .6s;
        animation: fade .6s;
    }
        
        
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 999;
        -webkit-animation: fade .6s;
        -moz-animation: fade .6s;
        animation: fade .6s;
        overflow: auto;
    }
    .text_popup-magazine{
        font-family: 'Proxima Nova Bold';
        color: #fff;
        top: 56%;
        left: 17%;
        position: absolute;
    }


    #text_popup-magazine_first{
        text-align: left;
        margin-left: 0.7em;
    }

    .text_popup-magazine_first{
        font-size: 2.3em;
        margin: 0;
        text-shadow: 3px 1px 3px #000;
        line-height: 1;
    }

    .text_popup-magazine_second{
        font-size: 1.9em;
        margin: 0;
        text-shadow: 3px 1px 3px #000;
        line-height: 1;
    }
        
    .button_popup-magazine{
        background: none;
        border: 1px solid black;
        border-radius: 8px;
        margin-left: 65%;
        color: black;
        font-size: 1.3em;
        font-weight: 600;
        padding: 0 0.5em;
    }

}




.close1 {
    color: #fff;
    top: 20px;
    right: 20px;
    background: none;
    position: absolute;
    border: none;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    outline: none;
    font-family:  Arial, Helvetica, sans-serif;
}






.logo {
    padding: 0;

    
}
.button_chat_position{
    display: flex;
}

#window_help{
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    position: absolute;
    z-index: 100000;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: none;
}



.window_help_text{
    text-align: left;
    
}

#close_window_help{
    color: #fff;
    background: #00d09d;
    padding: 0.5em 1.5em;
    font-weight: 600;
    outline: none;
    border: 1px solid #00d09d;
    border-radius: 30px;
    margin-top: 1em;
    margin-left: 50%;
    width: 50%;
}





@media screen and (max-width: 1800px) {
   
   
   
    .modal_list_lang_xl {
        display: none;
    }
    .modal_list_lang_md {
        display: block;
        height: 50%;
        margin: auto 0;
    }
    .head_title {
        font-size: 4em;
        /* padding-top: 18%; */
        color: #fff;
        font-weight: 700;
        font-family: "Proxima Nova Black";
    }
    .head_text {
        color: #fff;
        letter-spacing: 1px;
        font-family: 'Proxima Nova Semibold';
        line-height: 160%;
        width: 50%;
       
    }
    .menu {
        position: fixed;
        left: 95%;
        top: 80%;
        margin-left: -80px;
        padding-top: 20px;
        padding-left: 80px;
        box-sizing: border-box;
        font-size: 20px;
        text-align: left;
        z-index: 1000;
    }
    .button_contact {
        text-align: right;
        background: none;
        width: 2.3em;
        height: 2.3em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        margin-left: 0;
        background: url('/style/img/button_contact.png') no-repeat;
        background-size: 70%;
        background-position: center;
        outline: none;
    }

    .button_phone {
        margin-right: 0.5em;
        text-align: right;
        background: none;
        width: 2.3em;
        height: 2.3em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        background: url('/style/img/help.png') no-repeat;
        background-size: 122%;
        background-position: center;
        outline: none;
    }
    
    
    .button_my_room {
        background: none;
        color: #fff;
        border-radius: 30px;
        height: 2.3em;
        padding: 0;
        border: #fff 1px solid;
        font-size: 1em;
        outline: none;
        width: 68%;
        margin: auto 0.5em;
        
    }
    .button_chat{
        margin-right: 0.5em;
        text-align: right;
        background: none;
        width: 2.3em;
        height: 2.3em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        background: url('/style/img/conversation.png') no-repeat;
        background-size: 45%;
        background-position: center;
        outline: none;
    }

    .button_accaunt{
        margin-right: 0.5em;
        text-align: right;
        background: none;
        width: 2.3em;
        height: 2.3em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        background: url('/style/img/user1.png') no-repeat;
        background-size: 40%;
        background-position: center;
        outline: none;
    }
    .course {
        padding-top: 6em;
        padding-bottom: 1em;
        min-height: 100vh;
    }
        
    .course_card {
        width: 91%;
        background-color: #fff;
        border-radius: 2em;
        text-align: center;
        padding: 1.5em;
        margin-top: 1em;
        transition: 0.5s;
        box-shadow: 0 0 10px #e1e1e1;
        color: #07131F;
    }

    .course_about {
        padding-top: 6em;
        padding-bottom: 1em;
        min-height: 100vh;
    }
    .course_about_content_left {
        width: 50%;
        padding: 5em;
        padding-top: 1em;
    }
    .course_about_content_right {
        width: 50%;
        padding: 1em 5em 5em 0;
    }
    .margin_bottom_for_button {
        margin-bottom: 1em;
    }
    .course_about_content_text {
        font-family: "Proxima Nova Bold";
        color: #07131f;
        font-size: 1.2em;
        margin-bottom: 0.2em;
    }
    .cabinet_window {
        display: flex;
        margin: 0;
        padding: 0;
        min-height: 90vh;
        position: relative;
        margin-top: 5em;
    }
    
    .room_modal {
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        width: 70%;
        margin-left: 30em;
        margin-top: 17%;
        height: inherit;
        padding: 2%;
    }
    .form_pass{
        color: #152636;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30%;
        background-color: #fff;
        margin: auto;
        box-shadow: 0 0 10px #bbb;
        border-radius: 10px;
        padding: 1em;
    }  
            
    .popup {
        
        left: 0;
        right: 0; 
        text-align: center;
        font-size: 1em;
        margin: auto;
        width: 75%;
        min-width: 320px;
        max-width: 600px;
        position: relative;
        padding: 2em;
        color: #fff;
        background-color: #e4e4e4;
        z-index: 1000;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        -webkit-animation: fade .6s;
        -moz-animation: fade .6s;
        animation: fade .6s;
    }

}

@media screen and (min-width: 1400px) and (max-width: 1470px){

    .lang{
        right: 0.2em;
    }
}
@media screen and (max-width: 1400px){
    
        
    

    .choose_plan_icon_2_grchat{
        margin-left: 1.1em;
        margin-top: -0.7em;
        width: 100%;
        height: 100%;
        transition: 0.5s;
    }

        
    .lesson_modal {
        margin-top: 15%;
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        padding: 3%;
    }
    
    .navbar_small {
        display: flex;
        font-weight: 500;
        margin: auto 0;
    }
    .form_pass{
        color: #152636;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40%;
        background-color: #fff;
        margin: auto;
        box-shadow: 0 0 10px #bbb;
        border-radius: 10px;
        padding: 1em;
    }  
    

}

@media screen and (min-width: 1200px) and (max-width: 1400px){

    .lang{
        right: 0.5em;
    }
}

@media screen and (min-width:768px) and (max-width: 1200px){
    .head_window{
        background-size: cover !important;
    }
    .head_window_contact{
        background-size: cover !important;
    }
    .navbar_background {
        position: fixed;
        background: rgb(7, 19, 31);
        width: 100%;
        height: 4em;
        opacity: 0;
        z-index: 100;
    }
    .navbar_background_sec {
        position: fixed;
        background: rgb(7, 19, 31);
        width: 100%;
        height: 4em;
        z-index: 100;
    }
    .container{
        margin: 0;
        max-width: 1200px;
        position: relative;
    }
      #overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 999;
        -webkit-animation: fade .6s;
        -moz-animation: fade .6s;
        animation: fade .6s;
        overflow: auto;
    }
    .navbar_small {
        display: flex;
        font-weight: 500;
        margin: auto 0;
    }
    .topmenu{
        left: 0;
    }
    .button_contact {
        text-align: right;
        background: none;
        width: 2.3em;
        height: 2.3em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        
        background: url('/style/img/button_contact.png') no-repeat;
        background-size: 70%;
        background-position: center;
        outline: none;
    }
    .button_contact:hover {
        text-align: right;
        background: none;
        width: 2.3em;
        height: 2.3em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto 0.5em;
        background: url('/style/img/button_contact.png') no-repeat;
        background-size: 70%;
        background-position: center;
        outline: none;
    }
    .button_phone {
        width: 2.3em;
        height: 2.3em;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 0;
        margin: auto 0.5em;
        background: url('/style/img/help.png') no-repeat center;
        background-size: 122%;
        background-position: center;
        outline: none;
    }
    .button_phone:hover{
        width: 2.3em;
        height: 2.3em;
        border:  1px solid #fff;
        border-radius: 50%;
        padding: 0;
        margin: auto 0.5em;
        background: url('/style/img/help.png') no-repeat center;
        background-size: 122%;
        background-position: center;
        outline: none;
    }
    .button_my_room {
        background: none;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #fff;
        width: 2.3em;
        height: 2.3em;
        padding: 0;
        font-size: 1em;
        outline: none;
        margin: auto 0.5em;
        background: url('/style/img/user2.png') no-repeat center;
        text-indent: -9999px;
        background-size: 65%;
    }

    .button_my_room:hover{
        background: none;
        color: #fff;
        border-radius: 50%;
        border: 1px solid #fff;
        width: 2.3em;
        height: 2.3em;
        padding: 0;
        font-size: 1em;
        outline: none;
        margin: auto 0.5em;
        background: url('/style/img/user2.png') no-repeat center;
        text-indent: -9999px;
        background-size: 65%;
    }
    .logo {
        padding: 0;
        margin:auto;
        width: 70%;
        margin-left: 0;
        
    }

    .navbar_two{
        width: 100%;
        justify-content: flex-start !important;
    }

    .nav_item{
        margin: 0 0.5em;
        font-size: 0.85em;
    }

    .lang{
        right: 0.5em;
    }
    .navbar_right{
        width: auto;
    }
    .head_title{
        font-size: 3em;
    }
    .head_text{
        width: 80%;
    }
    .head_text_right{
        width: 40%;
        background-color: #152331;
        padding: 1em;
        border-radius: 0.5em;
        
        display: flex;
        flex-direction: column;
    }


    .phone_contact{
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        width: 60%;
        margin-left: 18em;
        margin-top: 17%;
        padding: 2% 5%;
    }
    .room_modal {
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        width: 70%;
        margin-left: 18em;
        margin-top: 17%;
        height: inherit;
        padding: 2%;
    }
        
    .phone_modal {
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        width: 70%;
        margin-left: 18em;
        margin-top: 17%;
        padding: 2% 5%;
    }

    .why_choose_us_img_tablet{
        width: 100%;
        display: block;
    }

    
    .choose_plan_column{
        width: 90%;
    }
    .course_card_price {
        font-weight: 900;
        font-size: 2.2em;
        margin: 0 0 0.5em 0;
        font-family: "Proxima Nova Black";
    }
    .head_button_course {
        color: #fff;
        background: #00d09d;
        padding: 1em 3em;
        font-weight: 600;
        outline: none;
        border: 1px solid #00d09d;
        border-radius: 30px;
    }
    .course_about_content_left {
        width: 50%;
        padding: 1em 1em 1em 0;
    }
    .course_about_content_right {
        width: 50%;
        padding: 1em 1em 1em 0;
    }
    .course_about_content_right_price {
        font-weight: 900;
        font-size: 2.4em;
        margin: 0 0.5em 0.5em 0;
        font-family: "Proxima Nova Black";
    }
    .blog_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
    .magazine_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        justify-items: center;
    }
    .contact_page_content_left_img_1 {
        margin: auto 0;
        margin-right: 0.5em;
        width: 10%;
    }
    .contact_page_content_left_img_1_1 {
        margin: auto 0; 
        margin-right: 0.5em;
        width: 10%;
    }

    .contact_page_content_left_img_2 {
        margin: auto 0; 
        margin-right: 0.5em;
        width: 10%;
    }

    .contact_page_content_left_img_3{
        margin: auto 0;
        margin-right: 0.5em;
        width: 10%;
    }
    .contact_page_content_right {
        width: 50%;
    }
    .menu {
        position: fixed;
        left: 94%;
        
        margin-left: -80px;
        padding-top: 20px;
        padding-left: 80px;
        box-sizing: border-box;
        font-size: 20px;
        text-align: left;
        z-index: 1000;
    }
    .cabinet_window{
        padding-top: 3.9em;
        margin-top: 0;
    }
    .cabinet_window_left{
        width: 30%;
    }   
    .cabinet_window_right{
        position: absolute;
        right: 0;
       width: 30%;
    }
    .cabinet_window_center{
        width: 40%;
        padding: 0 0.5em;
        overflow: auto;
    }
    .tab{
        display: none;
    }
    .tabcontent{
        padding: 0.5em;
    }
    .tabcontent_chat{
        padding: 0.5em;
    }
    .tabcontent_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
        margin: 1em 0;
    }
    
    .tabcontent_card {
        width: 95%;
    }
    .head_button_cabinet {
        color: #fff;
        background: #00d09d;
        padding: 0.5em;
        font-weight: 600;
        font-size: 1em;
        outline: none;
        width: 3.2em;
        height: 3.2em;
        border: 1px solid #00d09d;
        border-radius: 50%;
        text-indent: -9999px;
    }
    
    .head_button_cabinet_1 {
        background: #00d09d url('/style/img/play.png') center no-repeat;
    }

    .head_button_cabinet_2 {
        background: #00d09d url('/style/img/transfer.png') center no-repeat;
    }

    .head_button_cabinet:disabled {
        background: #B2F1E1;
        border: none;
        
    }
    .head_button_cabinet_1:disabled {
        background: #B2F1E1 url('/style/img/play.png') center no-repeat;
        border: none;
    }
    .head_button_cabinet_2:disabled {
        background: #B2F1E1 url('/style/img/transfer.png') center no-repeat;
        border: none;
    }
    .homework_list{
        display: grid;
        grid-template-columns: repeat(3, 1fr) ;
        margin-top: 0;
    }
    .cabinet_window_chat{
        position: absolute;
        display: flex;
        width: 70%;
        background-color: #f2f3f4;
        z-index: 10;
        height: 94%; 
        top: 3.9em;
    }
    .cabinet_window_chat_left{
        width: 40%;
        background-color: #fff;
        border-radius: 0 1em 0 0;
        height: 100%;
        z-index: -1;
        display: flex;
        flex-direction: column;
        overflow: auto;
        position: relative;
    }
    .cabinet_window_chat_right{
        width: 60%;
        display: flex;
        flex-direction: column;
    }
    .msg_student{
        display: flex;
        justify-content: flex-end;
        max-width: 75%;
        margin-left: auto;
        margin-right: 1em;
    }
    .msg_teacher{
        display: flex;
        max-width: 75%;
        margin-left: 1em;
        
    }
    .close_chat{
        margin:auto;
        display: inline-block;
        margin-top: 0.4em;
        margin-right: 1em;
    }
    .close_chat_button{
       
        border: none;
        background: url('/style/img/X.png') center no-repeat;
        
        background-size: 90%;  
    }

    .group_of_img{
        width: 80%;
        justify-content: space-around;
    }

    .group_of_img_sec{
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin: auto;
    }
    .why_choose_us{
        margin-bottom: 3em;
    }

    .why_choose_us_icon_num{
        width: 15%;
        display: flex; 
        display: -webkit-flex; 
    }
    .why_choose_us_icon_num_1{
        width: auto;
        display: flex;  
        
        margin: 0 auto;
        max-width: 180px;
        margin-bottom: 1em;
    }
    
    .why_choose_us_icon_number{
        font-size: 5.5em;
        font-family: "Proxima Nova Bold";
        color: #233557;
        line-height: 1;
        margin-top: 1.2em;
        margin-right: 0em;
        z-index: 90;
        width: 0.3em;
        transition: 0.5s;
    }
    
    .elipse_for_icon{
        background: url('/style/img/Ellipse_1.png') no-repeat center;
        background-size: 100%;
        height: 100%;
        position: relative;
        z-index: 50;
        width: 6.8em;
        
        
    }

    .why_choose_us_icon{
        width: 40%;
        margin: auto;
        transition: 0.5s;
        position: absolute;               
        top: 50%;
        left: 50%;                         
        transform: translate(-50%, -50%);   
    }
    .why_choose_us_icon_text{
        
        font-family: "Proxima Nova Bold";
        font-size: 0.95em;
        color: #233557;
        margin-top: -3.5em;
        margin-left: 2em;
        z-index: 90;
        word-wrap: break-word; 
       
    }
    .why_choose_us_block_line{
        display: flex;
        margin-left: 1em;
        width: 12%;
    }
    .why_choose_us_line{
        background-size: contain;
        margin: auto;
        width: 95%;
        display: none;
        
        
    }
    .footer_text {
        -webkit-text-fill-color: rgba(0, 0, 0, 1); 
        margin: 1em 0;
        text-align: center;
        font-size: 0.8em;  
        width: 100%;
    }
    .footer_link_seccond{
        font-size: 0.9em; 
    }
    .title_main_page {
        opacity: 1;
        color: #000;
        padding: 1.2em;
        font-weight: 800;
        text-align: center;
        margin: 0;
        font-size: 2em;
        font-family: "Proxima Nova Black";
        z-index: 10;
        position: relative;
    }
    .form_pass{
        color: #152636;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
        background-color: #fff;
        margin: auto;
        box-shadow: 0 0 10px #bbb;
        border-radius: 10px;
        padding: 1em;
    }  

    .window_msg{
        height: 85%;
    }
    .msg_send_button{
        margin-left: -3em;
    }
    .start_lesson{
        background-image: url('/style/img/play.png') !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 50% !important;
    }

    .transfer_lesson{
        background-image: url('/style/img/transfer.png') !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 50% !important;
    }
            
}

@media screen and (min-width:768px) and (max-width: 1000px){
    #CDT {
        font-size: 1.8em;
    }
    #CDT .number-wrapper {
        margin: 5px;
    }
}




@media screen and (min-width:320px) and (max-width: 767px){
    .chat_search{
        bottom: 80px;
    }
    .head_window {
        background: url("/style/img/01_banner.jpg") top center no-repeat;
        height: 100vh;
        font-family: 'Proxima Nova Regular';
        background-size: cover !important;
        padding: 0 1em;
    }
    .head_title {
        font-size: 2.5em;
        margin-top: 2.5em;
        /* padding-top: 18%; */
        color: #fff;
        font-weight: 700;
        font-family: "Proxima Nova Black";
    }
    .head_list{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-top: 20%;
    }
    .container{
        margin: 0;
        padding: 0;
    }
    .navbar_background {
        position: fixed;
        background: rgb(7, 19, 31);
        width: 100%;
        height: 4em;
        opacity: 0;
        z-index: 100;
    }

    .navbar_background_sec {
        position: fixed;
        background: rgb(7, 19, 31);
        width: 100%;
        height: 4em;
        z-index: 100;
    }
    .head_text {
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Proxima Nova Semibold';
    line-height: 160%;
    font-size: 0.8em;
    width: 100%;
   
    }
    .button_accaunt:hover{
        background: url('/style/img/user1.png') no-repeat;
        background-color:none;
        background-size: 50%;
        background-position: center;
    }
        
    .button_chat:hover{
        background: url('/style/img/conversation.png') no-repeat;
        background-color: none;
        background-position: center;
        background-size: 55%;
    }

    .modal_button_account_pict{
        background:none !important;
        border: 1px solid #00d09d !important;
        text-indent: 0 !important;
    }

    .start_lesson{
        background-image: url('/style/img/play.png') !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 50% !important;
    }

    .transfer_lesson{
        background-image: url('/style/img/transfer.png') !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 50% !important;
    }
   

    .container{
        max-width: 760px;
    }


    .menu {
        position: fixed;
        left: 90%;
        top: 85%;
        margin-left: -80px;
        padding-top: 20px;
        padding-left: 80px;
        box-sizing: border-box;
        font-size: 20px;
        text-align: left;
        z-index: 1000;
    }


    .menu_btn_mob{
        display: block;
        width: 40px;
        height: 40px;
        background: none;
        position: relative;
        margin-left: 1em;
    }

    .menu_btn_mob span,
    .menu_btn_mob span::before,
    .menu_btn_mob span::after{
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;

    }

    .menu_btn_mob span::before,
    .menu_btn_mob span::after{
       content: '';

    }

    .menu_btn_mob span::before{
        transform: translateY(-10px);
    }

    .menu_btn_mob span::after{
        transform: translateY(10px);
        width: 20px;
    }

    .lang {
        position: absolute;
        margin: 0 auto;
        color: #fff;
        height: 100%;
        display: flex;
        left: 4em;
        right: auto;
    }
    .hr_for_phone_modal1 {
        position: absolute;
        border: 0.1 solid #fff;
        width: 80%;
        left: 15%;
        margin: auto;
        opacity: 1;
        margin-top: 16px;
        
    }

    .logo_link{
        margin: auto;
        position: relative;
        display: flex;
    }

    .logo {
        padding: 0;
        margin:auto;
        width: 70%;
        margin-left: 30%;
        
    }
    .navbar_small{
        font-weight: 500;
        margin: auto 0;
        display: none;
        position: absolute;
        background: #07131F;
        border-radius: 0 0 15px 15px;
        height: calc(100vh - 4em + 1px) ;
        width: 100vw;
        height: auto;
        top: calc(3.5em - 1px);
        padding-top: 1em;
        transition: 0.5s;
    }
            
    .nav_item {
        text-decoration: none;
        color: #fff;
        margin: 0 1em;
        margin-bottom: 0.5em;
        border-bottom: 2px rgba(0, 0, 0, 0) solid;
        display: inline-block;

    }

    .nav_item:hover {
        border-bottom: 2px #fff solid;
    }

    .nav_item_active {
        border-bottom: 2px #fff solid;
        
    }
    .room_modal {
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        width: 100%;
        margin-left: 0em;
        margin-top: 20%;
        height: inherit;
        padding: 2%;
    }
    .topmenu{
        left: 0;
    }

    .topmenu li{
        float: none;
    }

    .submenu {
        position: relative;
        z-index: 5;
        min-width: 150px;
        color: #fff;
        display: none;
        opacity: 0;
        transform-origin: 0% 0%;
        transform: rotateX(-90deg);
        transition: .3s linear;
        margin-top: 1px;
        font-family: 'Proxima Nova Semibold';
        background: #07131F;
        padding-left: 5%;
    }

    .submenu li {
        position: relative;
    }

    .submenu li a {
        color: #fff;
        padding: 10px 20px;
        width: 100%;
        font-size: 1em;
    }

    .submenu .submenu {
        position: relative;
        top: -1px;
        padding-left: 10%;
        left: 0;
        transition: .3s linear;
    }
    .list_lang_item{
        display: block;
        border-bottom: none;
    }
    .list_lang_item:last-child {
        border-bottom: none;
    }

    .list_lang_item:hover {
        background: #07131f;
    }

    .list_lang_item:first-child:hover {
        background: #07131f;
        
    }

    .list_lang_item:last-child:hover {
        background: #07131f;
        
    }

    .list_lang_item_img {
        position: relative;
        left: 1.2em;
        top: 0.8em;
        width: 8%;
        height: 8%;
        display: none;
        margin-right: 5px;
    }

    .list_lang_item:hover>.list_lang_item_img {
        display: none;
    }

    .list_lang_item_arr {
        
        width: 8%;
        height: 8%;
        display: none;
        transform: rotate(90deg);
       
    }
    .list_lang_item:hover>.list_lang_item_arr {
        display: none;
    }


    .list_lang_item_link:hover {
        color: #fff;
    }

    .hr_list_lang {
        display: none;
    }
    nav li:hover>.submenu {
        transform: rotateX(0deg);
        display: block;
        opacity: 1;
    }

    .navbar_small.active{
        
        display: block;
        transition: 0.5s;
    }
    .button_contact{
        display: none;
    }

    .button_phone {
        width: 2.3em;
        height: 2.3em;
        border: none;
        border-radius: none;
        padding: 0;
        margin: auto 0.3em;
        background: url('/style/img/phone_mob.png') no-repeat center;
        background-size: 100%;
        background-position: center;
        outline: none;
    }
    .button_phone:hover{
        width: 2.3em;
        height: 2.3em;
        border: none;
        border-radius: none;
        padding: 0;
        margin: auto 0.3em;
        background: url('/style/img/phone_mob.png') no-repeat center;
        background-size: 100%;
        background-position: center;
        outline: none;
    }
    .button_my_room {
        background: none;
        color: #fff;
        border-radius: 30px;
        border: none;
        width: 2.3em;
        height: 2.3em;
        padding: 0;
        font-size: 1em;
        outline: none;
        margin: auto 0.3em;
        background: url('/style/img/user_mob.png') no-repeat center;
        text-indent: -9999px;
        background-size: 50%;
    }

    .button_my_room:hover{
        background: none;
        color: #fff;
        border-radius: 30px;
        border: none;
        height: 2.3em;
        padding: 0;
        font-size: 1em;
        outline: none;
        width: 2.3;
        margin: auto 0.3em;
        background: url('/style/img/user_mob.png') no-repeat center;
        text-indent: -9999px;
        background-size: 50%;
    }

    
            
    .phone_modal {
        background-color: #152331;
        color: #fff;
        border-radius: 20px;
        width: 100%;
        margin-left: 0em;
        margin-top: 20%;
        padding: 2% 5%;
    }

    .title_main_page {
        opacity: 1;
        color: #000;
        padding: 1.5em;
        font-weight: 800;
        text-align: center;
        margin: 0;
        font-size: 1.5em;
        font-family: "Proxima Nova Black";
        z-index: 10;
        position: relative;
    }
    .main_page {
        padding: 0 1em;
    }

    .group_of_img {
        display: none;
    }
    .why_choose_us_icon_num_1{
        justify-content: center;
    }
    .why_choose_us_icon_num_1:hover .why_choose_us_icon {
        transform: scale(1);  
    }

    .group_of_img_sec{
        display: none;
    }
    
    .group_of_img_sec_mob{
        display: block;
    }
    
    .why_choose_us_icon_number{
        display: none;
    }
    .choose_plan_block{
        box-shadow: none;
        padding-top: 1.5em;
    }
    .why_choose_us_icon_text{
        margin-top: 0em;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .group_of_img_mob{
        display: block;
    }
    .elipse_for_icon{
        background-size: 100%;
        width: 10em;
        height: 10em;
        margin: auto;
    }

    .img_mob_item{
        display: flex;
        flex-direction: column;
        
    }

    .img_mob_item_img{
        margin: auto;
    }

    .img_mob_item_text{
        text-align: center;
        font-family: 'Proxima Nova Semibold';
        color: #07131F;
        margin-top: 0.5em;
    }

    .choose_plan_column {
        display: none;
    }

    .choose_plan_mob{
        display: block;
    }
    .choose_plan_list {
        list-style-type: none;
        list-style-image: url('/style/img/list.png');
        line-height: 95%;
        width: 90%;
        margin: 1.3em;
        text-align: left;
        padding: 0;
    }
    .head_text_right{
        width: 100%;
        margin-top: 2em;
        background-color: #152331;
        padding: 0.5em;
        border-radius: 0.5em;
        
        display: flex;
        flex-direction: column;
    }
    .slick-prev {
        left: -15px;
        background: url('/style/img/slide_arr_prev.png') no-repeat center;
        width: 30px;
        height: 30px;
    }

    .slick-prev::before, .slick-next::before{
        content: '';
    }

    .slick-next{
        right: -15px;
        background: url('/style/img/slide_arr_next.png') no-repeat center;
        width: 30px;
        height: 30px;
    }
    
    .footer{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 0.3em 0;
        z-index: 100;
    }
    .footer_second{
        display: flex;
        flex-direction: column;
        padding: 0.1em 0;
        justify-content: space-between;
        color: #808080;
        background-color: #F4F4F4;
        padding-bottom: 1em;
    }

    .footer_column{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .footer_column_center{
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .footer_text {
        -webkit-text-fill-color: rgba(0, 0, 0, 1); 
        margin: 1em 0;
        text-align: center;
        font-size: 1em;  
        width: 100%;
    }

    .footer_link{
        color: #000;
        margin: 1em;
        font-size: 1em;
    }
    .footer_link_seccond{
        color: #808080;
        margin: 0.2em 0;
        font-size: 1em;
        text-align: center;
        width: 100%;
    }

    .footer_link:hover{
        color: #000;
    }

    .footer_img_list{
        display: flex;
        justify-content: center;
        margin: 1em;
        margin-left:2em;
    }

    .footer_img_item{
        margin: 0 1em;
    }

    .footer_last_column{
        display: flex;
        justify-content: center;
    }

    .footer_icon{
        width: 5%;
        margin: 0 0.6em 0 0.8em;
    }
    .point{
        display: none;
    }

    .footer_img{
        margin: 1em;
    }
         
    .blog_page {
        padding: 1em;
        padding-top: 5em;
    }
    .blog_list {
        display: block;
        margin-left: 1em;
    }
    .magazine_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
    
    .head_window_contact {
        background-size: cover !important;
        font-family: 'Proxima Nova Regular';
        padding: 0 1em;
    }
    .contact_page_content {
        display: block;
        
    }

    .contact_page_content_left {
        width: 100%;
        margin-top: 3em;
        padding-left: 1em;
        text-align: left;
        position: relative;
        
    }
    .contact_page_content_right {
        width: 100%;
    }
    .contact_page_content_cont {
        font-weight: 600;
        font-size: 1.2em;
        display: inline-block;
    }

    .contact_page_content_left_img_1 {
        margin: auto 0;
        margin-right: 0.5em;
        width: 2em;
    }
    .contact_page_content_left_img_1_1 {
        margin: auto 0;
        margin-right: 0.5em;
        width: 2em;
    }

    .contact_page_content_left_img_2 {
        margin: auto 0;
        margin-right: 0.5em;
        width: 2em;
    }

    .contact_page_content_left_img_3{
        margin: auto 0;
        margin-right: 0.5em;
        width: 2em;
    }

    .schedule{
        margin-left: 2.2em;
    }
    .why_choose_us {
        text-align: left;
        margin-bottom: 2em;
    }
    .congrat {
        margin-bottom: 2em;
    }
    .choose_plan{
        padding-bottom: 2em;
    }
    .congrat_content_text {
        text-align: left;
        letter-spacing: 1px;
        line-height: 160%;
        color: #000;
        padding: 2em 0;
        font-size: 1.1em;
        width: 100%;
        z-index: 10;
        
    }
    .course_list {
        display: block;
    }
    .course_card {
        width: 91%;
        background-color: #fff;
        border-radius: 2em;
        text-align: center;
        padding: 1.5em;
        margin: auto;
        margin-bottom: 1em;
        transition: 0.5s;
        box-shadow: 0 0 10px #e1e1e1;
        color: #07131F;
    }
    .course_card:hover {
        transform: scale(1);
    }
    .course_about_content {
        display: flex;
        flex-direction: column;
        color: #07131F;
        font-family: 'Proxima Nova Black';
    }
    .course_about_content_left {
        width: 100%;
        padding: 1em;
    }
    .course_about_content_right {
        width: 100%;
        padding: 1em;
    }
    .course_about_content_right_head{
        display: flex;
        flex-direction: column;
    }
    .breadcrumb{
        margin-left: 1em;
    }
    
    .cabinet_window {
        display: flex;
        margin: 0;
        padding: 0;
        min-height: 100vh;
        position: relative;
        
    }
    .cabinet_window_left{
        display: none;
    }   
    .cabinet_window_right{
        display: none;
        position: absolute;
        width: 100%;
        min-height: 90%;
        margin-top: 4em;
    }
    .cabinet_window_center{
        width: 100%;
    }
    /* .cabinet_window_center_mob{
        
        display: block;
    } */
    .tab{
        margin-top: 4em;
    }
    .button_chat{
        margin-right: 0;
        text-align: right;
        background: none;
        
        border: none;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto;
        background: url('/style/img/chat_mob.png') no-repeat;
        background-size: 55%;
        background-position: center;
        outline: none;
    }
    .button_chat:hover{
        margin-right: 0;
        text-align: right;
        background: none;
        
        border: none;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto;
        background: url('/style/img/chat_mob.png') no-repeat;
        background-size: 55%;
        background-position: center;
        outline: none;
    }

    .button_accaunt{
        margin-right: 0;
        text-align: right;
        background: none;
        
        border: none;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto;
        background: url('/style/img/user_mob.png') no-repeat;
        background-size: 50%;
        background-position: center;
        outline: none;
    }
    .button_accaunt:hover{
        margin-right: 0;
        text-align: right;
        background: none;
        
        border: none;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        margin: auto;
        background: url('/style/img/user_mob.png') no-repeat;
        background-size: 50%;
        background-position: center;
        outline: none;
    }
    .button_trial_lesson_eng{
        margin-right: 0;
    }
    .calendar_table{
        position: relative;
        height:170px; 
        width:100%;
        margin-top: 1em;
    }
    .tabcontent {
        display: none;
        padding: 0;
        border-top: none;
    }

    .tabcontent_chat {
        display: none;
        padding: 0;
        border-top: none;
    }
    .cabinet_window_menu_mob{
        display: block;
        text-align: center;
    }
    .homework_modal{
        
        border-radius: 15px;
        color: #07131f;
        background-color: #fff;
        width: 100%;
        margin:auto;
       
        padding: 1em;
    
    }

    .cabinet_window_right_title {
        display: flex;
        margin: 1em 0 0 0;
    }
    .modal_button_account {
        color: #fff;
        padding: 0.3em 1.5em;
        margin: auto 0;
        font-weight: 600;
        outline: none;
        border:none;
        border-radius: 30px;
        position: relative; 
        background: url('/style/img/padlock.png') no-repeat center;
        text-indent: -9999px;
    }
    
    .modal_button_account:hover {
        background-color: none;
        cursor: pointer;
    }
    .modal_footer_account{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: auto 0 !important;
       
    }
    .accaunt_modal_email{
        margin-bottom: 1em;
    }
    .cabinet_window_menu {
        list-style-type: none;
        text-align: center;
        margin: 0 2.5em;
    }
    .tabcontent_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
        margin: 1em 0;
    }
    
    .tabcontent_card {
        width: 95%;
    }
    .head_button_cabinet {
        color: #fff;
        background: #00d09d;
        padding: 0.5em;
        font-weight: 600;
        font-size: 1em;
        outline: none;
        width: 3.5em;
        height: 3.5em;
        border: 1px solid #00d09d;
        border-radius: 50%;
        text-indent: -9999px;
    }

    .head_button_cabinet_1 {
        background: #00d09d url('/style/img/play.png') center no-repeat;
    }

    .head_button_cabinet_2 {
        background: #00d09d url('/style/img/transfer.png') center no-repeat;
    }

    .head_button_cabinet:disabled {
        background: #B2F1E1;
        border: none;
    }
    .head_button_cabinet_1:disabled {
        background: #B2F1E1 url('/style/img/play.png') center no-repeat;
        border: none;
    }
    .head_button_cabinet_2:disabled {
        background: #B2F1E1 url('/style/img/transfer.png') center no-repeat;
        border: none;
    }


    .cabinet_window_chat{
        position: relative;
        display: flex;
        width: 100vw;
        background-color: #f2f3f4;
        z-index: 10;
        height: 93%; 
        top: 3.9em;
    }

    .hidden1 {
    z-index: -10;
    }

    .cabinet_window_chat_left{
        width: 100%;
        background-color: #fff;
        border-radius: 0 1em 0 0;
        height: 100%;
        z-index: -1;
        display: block;
        display: flex;
        flex-direction: column;
        overflow: auto;
        position: relative;
    }
    .cabinet_window_chat_right{
        width: 100%;
        display: none;  
        flex-direction: column;
    }
    .button_back_chat{
        display: block;
        position:fixed;
        width: 50px;
        height: 50px;
        border: none;
        background: url('/style/img/arrow_left.png') center no-repeat;
        background-size: contain;
        float: left;
    }
    .msg_student{
        display: flex;
        justify-content: flex-end;
        max-width: 68%;
        margin-left: auto;
        margin-right: 1em;
    }
    .msg_teacher{
        display: flex;
        max-width: 68%;
        margin-left: 1em;
        
    }
    .window_msg{
        height: 88%;
        overflow: auto;
    }
    .homework_list{
        display: grid;
        grid-template-columns: repeat(3, 1fr) ;
        margin-top: 5em;
    }
    .close_chat{
        display: none;
    }
    .tab button {
        background-color: #fff;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        width: 10em;
        padding: 0.3em;
        transition: 0.3s;
        font-size: 1em;
        margin: 0.3em;
        border-radius: 0.5em;
        box-shadow: 0 0 3px #aaa;
        font-family: "Proxima Nova Bold";
    }
    .tab_calendar{
        display: block;
        border: none !important;
        background: url('/style/img/icon-calendar.png') no-repeat center;
        background-size: 60%;
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .close_calendar_button{
        display: block;
        position: fixed;
        right: 1em;
        top: 5em;
        border: none;
        background: url('/style/img/X.png') center no-repeat;
        background-size: 70%;  
        margin: auto;
        z-index: 1000;
    }
    .alert-info{
        opacity: 1 !important;
        position: fixed;
        width: 100%;
        bottom: 0.5em;
        color: #07131f !important;
        background: #00d09d !important;
        border: none !important;
        z-index: 1000;
    }
    .congrat_content {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    
    .congrat_content_video_block {
        width: 100%;
        
        display: flex;
        
    }
    .my-video-dimensions{
        width: auto;
        height: auto;
    }

    .video-js{
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
        height: auto;
    }

    .vjs-poster{
        background-color: rgba(0, 0, 0, 0);
        position: relative;
        background: no-repeat top;
        
    
    }
    .video-js .vjs-tech{
        position: relative;
        background: none;
        height: auto;
    }


    .video-js .vjs-big-play-button{
        top: 45%;
        left: 43%;
        border: none;
        background-color: rgba(0, 208, 157, 0.6);
        border-radius: 50%;
        width: 1.5em;
        height: 1.5em;
        margin: auto;
    }
    .background_congrat{
        position: absolute;
        background-color: #fff;
        background-size: 100%;
        height: 100%;
        width: 115%;
        left: -10%;
        transform: skewY(5deg);
        overflow: hidden;
        
    }
    .form_pass{
        color: #152636;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        background-color: #fff;
        margin: auto;
        box-shadow: 0 0 10px #bbb;
        border-radius: 10px;
        padding: 1em;
    }  
    .form_pass_footer{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 1em;
    }
   
    body > section > div > div.form_pass_footer > a {
        margin: auto;
    }

    .pay_logo{
        width: 25%;
    }
    
    .pay_logo_success{
        width: 30%;
        margin-bottom: 2em;
    }
    .mob_contact{
        font-family: 'Proxima Nova Bold';
        display: block;
        justify-content: space-between;
        padding: 1em;
        margin-top: 1em;
        color: #000;
        border-radius: 0 0 15px 15px;
        background-color: #fff;
    }
    
    .navbar_two{
        width: 100%;
    }
    .magazine_block{
        display: flex;
        flex-direction: column;
        
    }

    .magazine_block_left{
        width: 100%;
    }
    .magazine_block_right{
        width: 100%;
    }

    .buy_magazine{
        background-color: #152331;
        color: #dc3545;
        border-radius: 20px;
        width: 100%;
        margin: auto;
        margin-top: 25%;
        padding: 2em 2em 1em 2em;
    }

    
    #magazine{
        width:95vw;
        height:90vh;
        margin: auto !important;
       }

    .show_magazine{
        margin-top: 0;
        margin-left: 0;
        display: flex;
    }
            
    .arrow-hover {
        cursor: pointer;
        position: absolute;
        width: 80px;
        height: 50px;
        margin-top: 10px;
        
    }
    .arrow-hover div {
        position: relative;
        top: 20px;
        width: 90px;
        height: 10px;
        background-color: #152331;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
        left:0;
        display: block;
        transform: rotate(315deg);
    }
    .arrow-hover div::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 10px;
        top: -11px;
        right: -8px;
        background-color: #152331;
        transform: rotate(45deg);
    }
    .arrow-hover div::before {
        content: '';
        position: absolute;
        width: 40px;
        height: 10px;
        top: 11px;
        right: -8px;
        background-color: #152331;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
    }
    .arrow-hover {
        animation: arrow-hover 1s linear infinite;
    }
    @keyframes arrow-hover {
        0% {
            right:20px;
            top: 20px;
        }
        50% {
            right:30px;
            top: 30px;
        }
        100% {
            right:20px;
            top: 20px;
        }
    }

    .arrow-hover-last {
        cursor: pointer;
        position: absolute;
        width: 80px;
        height: 50px;
        margin-top: 20px;
        
    }
    .arrow-hover-last div {
        position: relative;
        top: 20px;
        width: 90px;
        height: 10px;
        background-color: #152331;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
        left:0;
        display: block;
        transform: rotate(225deg);
    }
    .arrow-hover-last div::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 10px;
        top: -11px;
        right: -8px;
        background-color: #152331;
        transform: rotate(45deg);
    }
    .arrow-hover-last div::before {
        content: '';
        position: absolute;
        width: 40px;
        height: 10px;
        top: 11px;
        right: -8px;
        background-color: #152331;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
        transform: rotate(-45deg);
    }
    .arrow-hover-last {
        animation: arrow-hover-last 1s linear infinite;
    }
    @keyframes arrow-hover-last {
        0% {
            left:10px;
            top: 10px;
        }
        50% {
            left:20px;
            top: 20px;
        }
        100% {
            left:10px;
            top: 10px;
        }
    }

    .box_help{
        position: absolute;
        top: 0;
        padding: 1.5em;
        background-color: rgb(7, 19, 31, 0.8);
        border-radius: 10px;
        margin: 0.5em;
        margin-top: 30%;
        width: 95vw;
        display: flex;
        flex-direction: column;
    }
            
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
        -webkit-animation: fade .6s;
        -moz-animation: fade .6s;
        animation: fade .6s;
        overflow: auto;
    }
    .popup {
      
        left: 0;
        right: 0; 
        text-align: center;
        font-size: 1em;
        margin: auto;
        width: 100%;
        min-width: 320px;
        max-width: 600px;
        position: relative;
        padding: 2em;
        color: #fff;
        background-color: #e4e4e4;
        z-index: 1000;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
    display: flex;
    flex-direction: column;
        -webkit-animation: fade .6s;
        -moz-animation: fade .6s;
        animation: fade .6s;
    }
        
    .text_popup-magazine{
        font-family: 'Proxima Nova Bold';
        color: #fff;
        top: 56%;
        left: 17%;
        position: absolute;
    }


    #text_popup-magazine_first{
        text-align: left;
        margin-left: 0.7em;
    }

    .text_popup-magazine_first{
        font-size: 1.8em;
        margin: 0;
        text-shadow: 3px 1px 3px #000;
        line-height: 1 !important;
    }

    .text_popup-magazine_second{
        font-size: 1.4em;
        margin: 0;
        text-shadow: 3px 1px 3px #000;
        line-height: 1 !important;
    }
    
    .button_popup-magazine{
        background: none;
        border: 1px solid black;
        border-radius: 8px;
        margin-left: 50%;
        
        color: black;
        font-size: 1.1em;
        font-weight: 600;
        padding: 0 0.5em;
    }
    .course_about_content_right_price {
        font-weight: 900;
        font-size: 3em;
        margin: 0 0.5em 0.5em 0;
        font-family: "Proxima Nova Black";
    }
    .menu_contact_item{
        display: flex;
        margin: 0.5em 0;
        white-space: nowrap;
        -webkit-text-fill-color: rgba(0, 0, 0, 1); 
        color: #000 !important;
    }
    #CDT {
        font-size: 1.8em;
    }
    #CDT .number-wrapper {
        margin: 5px;
    }
   
   
}


.photo_magazine{
    width: 100%;
    height: auto;
}




nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul:after {
    content: "";
    display: table;
    clear: both;
}

nav a {
    text-decoration: none;
    display: block;
    transition: .3s linear;
}








.button_chat_active{
    background: url('/style/img/conversation1.png') no-repeat;
    background-color: #fff;
    background-position: center;
}





.head_title_color {
    color: #00d09d;
}




.head_button_lesson {
    color: #fff;
    background: #00d09d;
    padding: 1em 3em;
    font-weight: 600;
    outline: none;
    border: 1px solid #00d09d;
    border-radius: 30px;
    margin: auto;
}

.head_button_lesson:hover {
    box-shadow: 0 12px 27px rgba(0, 208, 157, 0.6)
}

.button_courses {
    background: none;
    border: none;
    outline: none;
}

.courses_modal {
    margin-top: 3%;
    margin-left: -1%;
}

.courses_modal_content {
    border-radius: 12px;
    background-color: #07131F;
    color: #fff;
    width: 30%;
}



.modal_body_courses {
    padding: 0;
}


.modal_lesson_input {
    background: #07131F;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 100%;
    height: 3em;
    margin: 0.5em 0;
    padding-left: 15px;
    border-radius: 25px;
    font-weight: 500;
    outline: none;
}

.modal-header {
    border-bottom: 0px;
    color: #fff;
    margin: auto;
    justify-content: center;
    padding: 1em;
}

.modal_body_language {
    padding: 0;
    
}

#trial-lesson-form{
    display: flex;
    flex-direction: column;
}

.modal_body_language_inputs{
    width: 100%;
    padding: 0 1.5em;
}
.modal_body_paused_lesson{
    width: 100%;
    text-align: center;
    padding: 0 1.5em;
}

.modal_text {
    margin: auto;
    margin-top: 1.5em;
}

.modal-footer {
    padding: 0;
    border-top: 0px;
    margin: auto;
    padding-bottom: 0.5em;
}


.hr_for_phone_modal {
    border: 0.1 solid #fff;
    width: 90%;
    margin-left: 5%;
    opacity: 1;
    margin-top: -9px;
}



.modal_header_phone {
    padding: 0.5em;
}

.modal_phone_input {
    background: #07131F;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 100%;
    height: 2.5em;
    margin: 0.5em 0;
    padding-left: 15px;
    border-radius: 25px;
    font-weight: 500;
    outline: none;
}

.modal_room_input {
    background: #152636;
    border: 1px solid #404d59;
    color: #ffffff;
    width: 100%;
    height: 2.5em;
    margin: 0.5em 0;
    padding-left: 15px;
    border-radius: 25px;
    font-weight: 500;
    outline: none;
}
.modal_radio_button {
    display: inline-flex;
}

.modal_button_phone {
    color: #fff;
    background: none;
    padding: 0.5em 2.5em;
    font-weight: 600;
    outline: none;
    border: 1px solid #00d09d;
    border-radius: 30px;
    position: relative;
}
.modal_button_room {
    color: #fff;
    background: none;
    padding: 0.5em 2.5em;
    font-weight: 600;
    outline: none;
    border: 1px solid #00d09d;
    border-radius: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 0.5em;
}
.button_baner {
    color: #fff;
    background: none;
    padding: 0.5em 1.5em;
    font-weight: 600;
    outline: none;
    border: 1px solid #00d09d;
    border-radius: 30px;
    position: relative;
    
    margin: 0.5em;
    margin-bottom: 0;
}
.link_password{
    color: #19d5a7;
    margin: auto 0;
    
}

.button_login_bottom{
    display: flex;
    margin-top: 0.5em;
    justify-content: space-between;
}

.modal_button_phone:hover {
    background-color: #00d09d;
}

.button_baner:hover {
    background-color: #00d09d;
}

.modal_footer_phone {
    padding-bottom: 0.5em;
}


.modal_header_room {
    padding: 20px 10px 10px 20px;
   margin: 0;
}

.form_toggle {
    display: inline-block;
    overflow: hidden;
}

.form_toggle-item {
    display: inline-block;
}

.form_toggle-item input[type=radio] {
    display: none;
}

.form_toggle-item label {
    display: inline-block;
    padding: 0px 15px;
    line-height: 34px;
    border: 1px solid #fff;
    cursor: pointer;
    user-select: none;
}

.form_toggle .item-1 label {
    border-radius: 25px;
    padding: 0 55px;
}

.form_toggle .item-2 label {
    border-radius: 25px;
    padding: 0 55px;
}

.form_toggle .item-2 {
    position: relative;
    left: -34px
}

/* Checked */

.form_toggle .item-1 input[type=radio]:checked+label {
    background: #fff;
    color: #07131F;
    font-weight: 500;
}

.form_toggle .item-2 input[type=radio]:checked+label {
    background: #fff;
    color: #07131F;
    font-weight: 500;
}

.tabs {
    font-size: 0;
    width: 100%;
    
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    border: 1px solid #152331;
    font-size: 16px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */

#tab-btn-1:checked~#content-1, #tab-btn-2:checked~#content-2 {
    display: block;
    position: relative;
}

.tabs>label {
    width: 50%;
    padding-top: 0.5em;
    height: 2.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #152331;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.tabs>label:not(:first-of-type) {
    border-left: none;
}

.tabs>label:not(:last-of-type) {
    border-right: none;
}

.tabs>input[type="radio"]:checked+label {
    background-color: #fff;
    color: #07131F;
    border: 1px solid #fff;
    font-weight: 600;
    border-radius: 30px;
}

.tab-btn-2 {
    border-radius: 0 30px 30px 0;
    transition: background-color 2s ease;
}

.tab-btn-1 {
    border-radius: 30px 0 0 30px;
}

/* Стилі скролу */

::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: #3f6c9e;
}

::-webkit-scrollbar-thumb {
    background-color: #3d6899;
    
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #f3faf7;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

/* Стилі чату */

.menu-item, .menu-open-button {
    background: #00d09d;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-left: -40px;
    position: absolute;
    color: white;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
}

.menu-item {
    background: #4b5154;
    opacity: 0.4;
}

.menu-open {
    display: none;
}

.convers_item_disable {
    margin-top: 20%;
    width: 50%;
    animation: convers_item_disable 1.5s ease-in-out infinite;
}

@keyframes convers_item_disable {
    0% {
        transform: rotate(-25deg);
    }
    20% {
        transform: rotate(20deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.convers_item_active {
    visibility: hidden;
    position: absolute;
    top: 67%;
    right: 24%;
    width: 50%;
}

.menu-open:checked+.menu-open-button .convers_item_active {
    visibility: visible;
    margin-top: -40%;
}

.menu-open:checked+.menu-open-button .convers_item_disable {
    visibility: hidden;
}

.menu-open:checked + .menu-open-button::after{
    animation: none;
}
.menu-open:checked + .menu-open-button::before{
    animation: none;
}

.menu-item:hover {
    background: #1e2122;
    opacity: 1;
    color: #00d09d;
}

.menu-item:nth-child(3) {
    transition-duration: 180ms;
}

.menu-item:nth-child(4) {
    transition-duration: 180ms;
}

.menu-item:nth-child(5) {
    transition-duration: 180ms;
}

.menu-item:nth-child(6) {
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.4, 1.4) translate3d(0, 0, 0);
    cursor: pointer;
}

.menu-open-button::before, .menu-open-button::after {
    content: '';
    animation: radial-pulse 1.5s linear infinite;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

.menu-open-button::after {
    animation-delay: .4s;
}

.menu-open-button:hover::before, .menu-open-button:hover::after {
    animation: none;
}

.menu-open-button:hover {
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    animation: none;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

.menu-open:checked+.menu-open-button {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked~.menu-item {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-open:checked~.menu-item:nth-child(3) {
    transition-duration: 190ms;
    transform: translate3d(0, -60px, 0);
}

.menu-open:checked~.menu-item:nth-child(4) {
    transition-duration: 290ms;
    transform: translate3d(0, -120px, 0);
}

.menu-open:checked~.menu-item:nth-child(5) {
    transition-duration: 390ms;
    transform: translate3d(0, -180px, 0);
}

.menu-open:checked~.menu-item:nth-child(6) {
    transition-duration: 490ms;
    transform: translate3d(0, -240px, 0);
}

.convers_item {
    width: 50%;
    margin-top: 25%;
}









/* .why_choose_us_icon_4 {
    position: absolute;
    width: 4.5%;
    left: 58em;
    top: 2.6em;
    transition: 0.5s;
}

.why_choose_us_icon_4:hover {
    transform: scale(1.2);
} */






.group_of_img {
    position: relative;
}



.choose_plan_img {
    position: relative;
    top: 0.4em;
    left: -0.7em;
}






.choose_plan_list_item {
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 120%;
    color: #000;
    font-family: 'Proxima Nova Regular';
}





.our_students {
    padding-bottom: 8em;
    
}

.autoplay {
    padding-bottom: 4%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 20px;
}



.our_students_card {
    border-radius: 40px 0 0 0;
    width: 31%;
    height: 13em;
    background-color: #fff;
    text-align: left;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 80px;
    margin-bottom: 30px;
    outline: none;
    transition: 0.5s;
    box-shadow: 0 0 10px #bbb;
}

.our_students_card:hover {
    transform: scale(1.11);
}

.our_students_card_head {
    display: flex;
}

.our_students_card_img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 5%;
    margin-left: 9%;
}

.our_students_card_title {
    line-height: 120%;
    font-size: 1em !important;
    margin: auto 0;
    flex-basis: 45%;
}

.grey_text {
    color: #76797d;
}

.point{
   
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.rating-mini {
    display: inline-block;
    font-size: 0;
    margin-top: 4%;
}

.rating-mini span {
    padding: 0;
    font-size: 20px;
    line-height: 1;
    color: lightgrey;
}

.rating-mini>span:before {
    content: '★';
}

.rating-mini>span.active {
    color: #19d5a7;
}

.breck_img {
    position: relative;
    width: 20%;
    height: 20%;
    margin-top: -7%;
    z-index: 1000;
}

.our_students_card_text {
    line-height: 100%;
    font-size: 0.9em;
    margin-left: 9%;
    margin-right: 5%;
}


.error_title{
    font-family: 'Proxima Nova Bold';
    text-align: center;
    font-size: 13em;
    color: #07131f;
    margin-top: 0.3em;
}

.error_text{
    font-family: 'Proxima Nova Semibold';
    text-align: center;
    color: #07131f;
}




/* PAGE COURSE */







.course_card_title {
    font-weight: 800;
    margin-bottom: 2em;
    font-family: "Proxima Nova Bold";
}

.course_card_text {
    font-weight: 600;
}



.course_card_last_price {
    font-weight: 500;
    font-size: 1.8em;
    margin: 1.2em 0 0 0;
    text-align: right;
    padding-right: 1em;
    text-decoration: line-through;
    color: #a9a9a9;
    opacity: 0;
    font-family: "Proxima Nova Regular";
}

.course_card_sale_text {
    color: #00D09D;
    font-weight: 600;
    text-align: center;
    opacity: 0;
}



.head_button_course:hover {
    box-shadow: 0 12px 27px rgba(0, 208, 157, 0.6);
    color: #fff;
}

/* PAGE COURSE_ABOUT */





.course_about_content_left_title1 {
    font-weight: 800;
    font-size: 1.5em;
    margin-bottom: 1.5em;
    font-family: "Proxima Nova Bold";
}

.course_about_content_left_title2 {
    font-weight: 900;
    font-size: 2.5em;
}

.course_about_content_left_hr {
    color: #00d09d;
    border: 2px #00d09d solid;
    width: 22%;
    margin-bottom: 3em;
}



.course_about_content_text_color {
    color: #00d09d;
}

.course_about_content_right_row {
    display: flex;
    justify-content: space-between;
    color: #07131f;
    font-size: 1.4em;
    margin: 0;
    width: 100%;
    margin-bottom: 0.6em;
}

.course_about_content_right_row_title {
    margin: 0;
}

.course_about_content_right_row_select {
    border: none;
    text-align-last: right;
    outline: none;
    text-decoration: underline;
    text-decoration-color: #a5a7a9;
    text-underline-position: under;
    font-family: "Proxima Nova Regular";
}

.course_about_content_right_row_option {
    background-color: #fff;
    color: #07131f;
    
}


.course_about_content_right_last_price {
    font-size: 2em;
    
    padding-right: 1em;
    text-decoration: line-through;
    color: #a9a9a9;
    opacity: 0;
    font-family: "Proxima Nova Bold";
}

.course_about_content_right_sale_text {
    color: #00D09D;
    
    font-family: "Proxima Nova Regular";
    text-align: left;
    opacity: 0;
    font-weight: 600;
    font-size: 1.2em;
}

.active_sale {
    opacity: 1;
}

/* PAGE BLOG */





.blog_card {
    width: 95%;
    background-color: #fff;
    border-radius: 3em 0 0 0;
    text-align: justify;
    padding: 1.5em;
    margin-bottom: 1em;
    box-shadow: 0 0 10px #e1e1e1;
}

.blog_card:hover {
    box-shadow: 0 0 20px #b6b5b5;
}

.blog_card_box_img {
    height: 13em;
    margin-bottom: 1em;
    background-size: cover;
}

.blog_card_img {
    width: 100%;
    height: 100%;
    border-radius: 3em 0 0 0;
    object-fit: cover;
}


.blog_card_body_title {
    font-weight: 600;
    font-size: 1.3em;
}

.blog_card_footer {
    text-decoration: none;
    font-weight: 600;
    text-align: right;
}

.blog_card_footer_text {
    color: #00d09d;
}

.blog_card_footer_text:hover {
    color: #00D09D;
}

.breadcrumb-item_color {
    color: #07131f;
}

.breadcrumb-item_color:hover {
    color: #07131f;
}

.breadcrumb-item_color_active {
    color: #07131f;
    font-weight: 600;
}

.breadcrumb-item_color_active:hover {
    color: #07131f;
}

.blog_page_title {
    font-weight: 600;
    margin-bottom: 2em;
    text-align: center;
}


.magazine_page_title {
    font-weight: 600;
    margin-bottom: 1em;
    text-align: left;
}

.blog_page_img {
    width: 100%;
    border-radius: 3em 0 0 0;
    margin-bottom: 3em;
}

.list_eng_skill li {
    list-style-type: none;
}

.list_eng_skill li::before {
    content: '\25ba';
    padding-right: 5px;
    color: #00d09d;
}

/* PAGE CONTACT */



.contact_page {
    background-color: #FBFBFB;
    height: 100%;
    text-align: center;
}




.contact_page_card {
    background-color: #fff;
    border-radius: 2em 0 0 0;
    box-shadow: 0 0 5px #d1d3d6;
    padding: 1.5em;
    margin: 1.5em;
    color: #07131f;
}

.contact_page_card_title {
    font-weight: 600;
    font-size: 1.3em;
    color: #07131f;
}

.contact_page_content_input {
    background: #fff;
    border: 1px solid #d1d3d6;
    color: #07131f;
    width: 100%;
    height: 2.5em;
    margin: 0.5em 0;
    padding-left: 15px;
    border-radius: 25px;
    font-weight: 500;
    outline: none;
}

.contact_page_content_input_big {
    background: #fff;
    border: 1px solid #d1d3d6;
    color: #07131f;
    width: 100%;
    height: 10em;
    margin: 0.5em 0;
    padding-left: 15px;
    padding-top: 10px;
    border-radius: 25px;
    font-weight: 500;
    outline: none;
}


.head_button_contact_arrow {
    color: #fff;
    background: url('/style/img/arrow_contact.png') no-repeat;
    background-position: center;
    background-size: contain;
    padding: 1em 3em;
    font-weight: 600;
    outline: none;
    border: none;
    margin-top: 10em;
}

.head_button_contact {
    color: #fff;
    background: #00d09d;
    padding: 1em 3em;
    font-weight: 600;
    outline: none;
    border: 1px solid #00d09d;
    border-radius: 30px;
}

.head_button_contact:hover {
    box-shadow: 0 12px 27px rgba(0, 208, 157, 0.6)
}

/* CABINET TEACHER */



.cabinet_window_left_title {
    display: flex;
    margin: 1em 0;
}

.cabinet_window_left_title_img{
    width: 6%;
    height: 6%;
    margin: 0em 0.5em 0em 1.5em;
}

#download_photo{
    display: none;
}


.homework_modal_header{
    color: #07131f;
}
.modal_title{
    font-size: 1.2em;
}

.modal_body_homework{
    padding-top: 0;
}

.close{
    border: none;
    background: none;
    padding-left: 2.5em;
    position: absolute;
    right: 1em;
}

#current_page{
    /* border: 1px solid #aaa; */
    border-radius: 10px;
    text-align: left;
    padding: 0.5em;
    padding-left: 1.5em;
    color: #aaa;
    box-shadow: 0 0 5px #aaa;
    margin: 0 1em;
    font-family: "Proxima Nova Regular";
}

.file, .file1, .file2{
    display: none;
}
.homework_modal_arrow{
    position: absolute;
    right: 3.2em;
    top: 0.9em;
}
 /* .invalid-feedback{
    position: absolute;
    width: 200px;
    float: left;
    border-radius: 15px;
    background-color: rgb(7, 19, 31, 0.8);
    padding: 1em; 
    z-index: 10000;
}  */

#current_menu {
    display: none;
    position: relative;
    margin: 0 1em;
    margin-top: 2px;
    
    /* border: 1px solid #aaa; */
    border-top: none;
    box-shadow: 0 0 5px #aaa;
    height: 185px;
    overflow: auto;
    border-radius: 10px;
  }

  #current_menu ul{
      list-style-type: none;
      padding: 0;
      margin: 0;
  }
  #current_menu li{
    text-align: left;
    padding: 0.2em 0.5em 0.2em 1.5em;
}
#current_menu ul li:hover{
    background-color: #f0efef;
}
#current_menu ul li a{
    color: #000;
    font-family: "Proxima Nova Regular";
    width: 100%;
    height: 100%;
}

.check_student_list{
    display: flex;
}



#current_menu ul li a:hover{
    color: #000;
}
  #current_menu ul li a img {
    width: 40px;
    height: 40px;
  }



#drag-drop-area{
    width: 100%;
    height: 200px;
}

#drag-drop-area > div > div{
    height:245px;
}

#upload_file_block, #upload_file_block1, #upload_file_block2{
    border: 2px dashed #ccc;
    height: 170px;
    width: 80%;
    display: block;
    border-radius: 0.5em;
    margin:auto;
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    }  


.upload_file_block_text{
    color: #bbb;
    margin: auto;
    cursor: pointer;
}

.file_item_name_block{
    display: flex;
    justify-content: space-between;
    width: 75%;
}

.file_item_name{
    word-wrap: break-word;
    width: 70%;
    margin: auto 0;
}

.file_item_button{
    border: none;
    background: none;
    height: 50%;
    margin: auto;
}

#list_of_file, #list_of_file1, #list_of_file2{
    display: none;
    margin: 1em;
    min-height: 170px;
    max-height: 200px;
    overflow: auto;
    
}

.button_del_file{
    border: none;
    background: none;
}

.file_item{
    text-align: left;
    display: flex;
}



.file_item_homework{
    text-align: left;
    margin: 0.5em;
    width: 10%;
    position: relative;
   
}
.file_item_homework_link{
    display: block;
    color:#000;
    position: relative;
    height: 60px;
    width: 60px;
}
.file_item_homework_link:hover{
    color:#000;
}




.file_item_homework_img{
    width: 50px;
    height: 50px;
    margin: 0.5em;
}


.file_item_homework_del_link{
    display: none;
    position: absolute;
    top: 0;
    left: 40px;
    
}

.file_item_homework_link:hover + .file_item_homework_del_link{
    display: block;
}

.file_item_homework_del_link:hover{
    display: block;

}




.file_item_homework_del{
    width: 17px;
    height: 17px;
    margin: 0.5em;
}



.file_item_homework_name{
    text-align: left;
    font-family: 'Proxima Nova Semibold';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    width: 5em;
}


.file_item img{
    margin: 0.5em;
}

.cabinet_window_left_box_img {
    background-color: #fff;
    display: flex;
    border-radius: 50%;
    width: 7em;
    height: 7em;
    
    border: double 0.5em #07131F;
    margin: auto;
}

.cabinet_window_left_box_img_1{
    margin: auto;
}

.cabinet_window_left_box_img_1:hover{
    cursor: pointer;
}

.cabinet_window_name {
    color: #00d09d;
    font-size: 1em;
    margin: 0;
}

.cabinet_window_position {
    font-size: 0.8em;
    font-family: "Proxima Nova Regular";
    font-weight: 200;
}

.cabinet_window_button {
    background: none;
    border: solid 1px #fff;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 1.5em;
    outline: none;
    font-size: 1em;
}



.cabinet_window_menu_item {
    margin: 1em 0.5em 1em 0em;
    display: flex;
    justify-content: space-between;
}

.cabinet_window_menu_link {
    color: #fff;
    font-size: 1em;
}

.cabinet_window_menu_item .active {
    color: #fff;
    border-bottom: 1px solid #00d09d;
}

.cabinet_window_menu_link:hover {
    color: #fff;
    border-bottom: 1px solid #00d09d;
}

.cabinet_window_menu_item_button_add {
    background: none;
    border: none;
    outline: none;
}


.accaunt_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit:cover;
}


.chat_img{
    margin: 5% 2% 5% 5%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit:cover;
}
.chat_name{
    font-size: 0.8em;
    width: 60%;
    overflow: hidden;
    
    color: #000;
}

.client_chat{
    display: flex;
    justify-content: left;
    padding: 5%;
    position: relative;
}

.client_chat_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0.5em;
    object-fit:cover;
}

.count_message{
    position: absolute;
    right: 1em;
    top: 30%;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #00D09D;
    color: #fff;
    text-align: center;
    font-size: 0.6em;
    font-weight: 600;
}

.count_unread_messages{
    position: absolute;
    right: 4.6em;
    top: -5%;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    background-color: #00D09D;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
}

.none_msg{
    display: none;
} 





.msg_send{
    display: flex;
    margin: auto;
    margin-bottom: 4%;
    width: 94%;
}

#sendMessage-form{
    display: none;
}
.msg_send_text{
    width: 94%;
    margin:auto;
    padding: 0.5em;
    padding-right: 2.5em;
    color: #000;
    font-size: 1em;
    border-radius: 8px;
    border: 1px solid #aaa;
    outline: none;
}

.msg_send::placeholder{
    color: #aaa;
}



.msg_student_text{
    background-color: #C6D9FF;
    color: #000;
    padding: 0.5em;
    border-radius: 0.5em 0.5em 0 0.5em;
    margin: 0.5em;
    font-size: 0.9em;
    word-break: break-word;
}

.msg_student_time{
    opacity: 0.5;
    color: #808080;
    font-size: 0.9em;
    text-align: right;
    margin-right: 0.5em;
    margin-bottom: 0;
}

.msg_student_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: 2em;
    object-fit:cover;
}



.msg_teacher_text{
    background-color: #C6D9FF;
    color: #000;
    padding: 0.5em;
    border-radius: 0.5em 0.5em 0.5em 0 ;
    margin: 0.5em;
    font-size: 0.9em;
    word-break: break-word;
}

.msg_teacher_time{
    opacity: 0.5;
    color: #808080;
    font-size: 0.9em;
    text-align: left;
    margin-left: 0.5em;
    margin-bottom: 0;
}



.accaunt_modal_img_and_name{
    color:#00D09D;
    text-align: center;
    font-size: 1.2em;
    font-family: 'Proxima Nova Semibold';
    margin: 0.5em;
}

.accaunt_modal_email{
    font-size: 0.9em;
    text-align: center;
}








/* Style the buttons inside the tab */



/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #fff;
}

.tab button:disabled {
    box-shadow: none;
    cursor: default;
    color: #999;
}
/* Create an active/current tablink class */

.tab button.active_tab {
    box-shadow: 0 0 10px #aaa;
    color: #00d09d !important;
}

.active_tab{
    background-color: #00d09c3b;
}


/* Style the tab content */




.tabcontent_card_body {
    background-color: #fff;
    border-radius: 10px;
    padding: 1em;
    transition: 0.5s;
    margin: 0.5em;
}

.tabcontent_card_body:hover {
    box-shadow: 0 0 8px #aaa;
}

.tabcontent_card_body_date {
    font-family: "Proxima Nova Semibold";
    color: #07131f;
    font-size: 1.9em;
}

.tabcontent_card_body_name {
    font-family: "Proxima Nova Semibold";
    color: #76797d;
}





.head_button_cabinet:disabled:hover {
    background: #B2F1E1;
    border: none;
    box-shadow: none;
    cursor: default;
}

.head_button_cabinet:hover {
    box-shadow: 0 12px 27px rgba(0, 208, 157, 0.6)
}

.tabcontent_card_footer {
    padding: 1em 0;
}

.homework_content {
    margin-top: 15em;
}

.homework_header .homework-title {
    color: #07131f;
}

.homework-close {
    border: none;
    background: none;
    font-size: 2em;
}

.example-2 .btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 40px;
    width: 300px;
    margin: auto;
    display: block;
    border: 2px solid #555
}

.example-2 .btn-tertiary:hover, .example-2 .btn-tertiary:focus {
    color: #888;
    border-color: #888
}

.example-2 .input-file {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.example-2 .input-file+.js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer
}

.example-2 .input-file+.js-labelFile .icon:before {
    content: "\f093"
}

.example-2 .input-file+.js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5AAC7B
}





.calendar_year {
    border: none;
}

.calendar_mounth {
    border: none;
}







/* Таблица календаря  */
.calendar {
    border: none;
    border-collapse: collapse;
    font-family: "Proxima Nova Semibold";
    font-size: 11px;
    width: 96%;
    margin: 1em 2%;
    background: none;
  }
  /* Заголовок */
  .calendar th {
    text-align: center;
    width: 26px;
    height: 20px;
    color: #aaa;
    border: none; 
    
    
  }

 
  #active_week{
      width: 96%;
      left: 2%;
      height: 1.9em;
      position: absolute;
      background-color: #00D09D;
      border-radius: 10px;
      opacity: 0.3;
      top: 6.9em;
      z-index: -1;
      display: block;
  }
  #active_week1{
    width: 96%;
    left: 2%;
    height: 1.9em;
    position: absolute;
    background-color: #00D09D;
    border-radius: 10px;
    opacity: 0.3;
    top: 6.9em;
    z-index: -1;
    display: block;
}
  /* Заголовок праздника */
  .calendar th.holiday {
    color: #FF0000;
  }
  /* Ячейка дня */
  .calendar td {
    text-align: center;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;  font-size: 12px;
    line-height: 40%;
    font-size: 1.3em;
  }
  /* Затемненный день */
  .calendar td.grayed {
   
   
    cursor: auto;
  }

  .day_lesson{
       opacity: 0;
} 
  /* Выбранный день */
  .calendar td.selected {
    background: #00D09D;
    color: #FFFFFF;
   
    border-radius: 10px;
  }

  .class_name_week{
    background: #B2F1E1;
    color: #FFFFFF;
    border-radius: 8px;
    
  }

  .nav_arr{
    width: 30px;
    height: 30px;
    padding: 0 !important;
    text-align: center;
  }


  /* Праздничный день */
  .calendar td.holiday {
    color: #FF0000;
  }
  /* Кнопки навигации */
  .calendar td.navigation {
    text-align: center;
    border: 0px none;
    font-size: 1.6em;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;  
    padding-left: 0.5em;
  }








#CDT .caption{
    font-size: 0.5em;
}





#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #07131F 2%, #00D09D 50%, #07131F 100%);
    background-image: -o-linear-gradient(bottom, #07131F 2%, #00D09D 50%, #07131F 100%);
    background-image: -moz-linear-gradient(bottom, #07131F 2%, #00D09D 50%, #07131F 100%);
    background-image: -webkit-linear-gradient(bottom, #07131F 2%, #00D09D 50%, #07131F 100%);
    background-image: -ms-linear-gradient(bottom, #07131F 2%, #00D09D 50%, #07131F 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}
       
#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 38%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
   
 
.form_pass_item{
    display: flex;
    flex-direction: column;
    width: 90%;
    position: relative;
}
.form_pass_text{
    font-family: "Proxima Nova Semibold";
    font-size: 1em;
    width: 100%;
    margin: 0.5em;
    position: absolute;
    bottom: 3.5em;
}
.form_pass_input {
    background: #fff;
    border: 1px solid #ccc;
    color: #152636;
    width: 100%;
    height: 2.4em;
    margin: 1.0em auto;
    padding-left: 10px;
    border-radius: 25px;
    font-weight: 500;
    outline: none;
}
.form_pass_input:focus {
    border: 1px solid #aaa;
}
.form_pass_input:focus .form_pass_text{
    color: #00d09d;
    border: 1px solid #152636;
}
.form_pass_button {
    color: #fff;
    background: #00d09d;
    margin: 1em 0;
    padding: 0.5em;
    font-weight: 600;
    font-size: 1em;
    outline: none;
    border: 1px solid #00d09d;
    border-radius: 30px;
    width: 45%;
}
.form_pass_button:hover {
    box-shadow: 0 12px 27px rgba(0, 208, 157, 0.6);
    cursor: pointer;
}
input:focus ~ label, label:focus {
    color: #00d09d;
    transform: scale(1.02);
}

.button_form_reg{
    color: #000;
    background: none;
    padding: 0.2em 1.5em;
    font-weight: 500;
    outline: none;
    border: 1px solid #00d09d;
    border-radius: 30px;
   
}

.button_form_reg:hover{
    color: #fff;
    background: #00d09d;
    
}


.form_text{
    display: block;
    text-align: center;
    margin-top: 1em;
}

.form_pass_link{
    text-align: right;
    width: 90%;
    margin-bottom: 0;
}



.form_pass_title{
    margin: 0.4em 0;
    font-weight: 600;
}

#cancellessonform-message{
    background-color: #ddd;
}
#cancel-lesson-form > div.modal-footer{
    justify-content: center;
    margin-top: 0.7em;
}




.__select_chat{
    position: relative;
    width: 90%;
    height: 3em;
    margin: 0 auto;
}
.__select_chat[data-state="active"] .__select__title_chat::before {
    transform: translate(-3px, -50%) rotate(-45deg);
}
.__select_chat[data-state="active"] .__select__title_chat::after {
    transform: translate(3px, -50%) rotate(45deg);
}
.__select_chat[data-state="active"] .__select__content_chat {
    display: flex;
}
.__select_chat[data-state="active"] .__select__label_chat + .__select__input_chat + .__select__label_chat {
    max-height: 3em;
    border-top-width: 1px;
}
.__select__title_chat {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    border-radius: 5px;
    border: solid 1px #c7ccd1;
    cursor: pointer;
}
.__select__title_chat::before, .__select__title_chat::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333;
    transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title_chat::after {
    transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title_chat:hover {
    border-color: #00d09d;
}
.__select__title_chat:hover::before, .__select__title_chat:hover::after {
    background-color: #00d09d;
}

.__select__content_chat {
    position: absolute;
    top: 3em;
    left: 3px;
    display: none;
    flex-direction: column;
    width: calc(100% - 6px);
    background-color: #fff;
    border: 1px solid #c7ccd1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease-out;
    overflow-y: scroll;
    z-index: 8;
    height: 250px;
}
.__select__input_chat {
    display: none;
}
.__select__input_chat:checked + label {
    background-color: #dedede;
}
.__select__input_chat:disabled + label {
    opacity: 0.6;
    pointer-events: none;
}
.__select__label_chat {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 0;
    padding: 0 16px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
    padding: 1.5em;
    
}
.small_img{
    margin: 0.5em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.__select__label_chat + input + .__select__label_chat {
    border-top: 0 solid #c7ccd1 60;
}
.__select__label_chat:hover {
    background-color: #00d09d !important;
    color: #fff;
}

#user_photo{
    display: none;
}

.block_user_photo{
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
    display: inline-block;
    border-radius: 50%;
}

#label_user_photo{
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;  
    position: relative;
}

.block_icon_camera{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transition: .3s opacity;
    background-color: rgba(0, 0, 0, .7);
}

.icon_camera{
    margin: auto;
    width: 18px;
    height: 18px;
    
}

.icon_backet{
    position: absolute;
    left: -21px;
    top: 11px;
    width: 25px;
    height: 25px;
    opacity: 0;
    transition: .3s opacity;
}

#label_user_photo:hover .block_icon_camera{
    opacity: 1;
}

.block_user_photo:hover .icon_backet{
    opacity: 1;
}



.__select{
    position: relative;
    width: 90%;
    height: 3em;
    margin: 0 auto;
}
.__select[data-state="active"] .__select__title::before {
    transform: translate(-3px, -50%) rotate(-45deg);
}
.__select[data-state="active"] .__select__title::after {
    transform: translate(3px, -50%) rotate(45deg);
}
.__select[data-state="active"] .__select__content {
    display: flex;
}
.__select[data-state="active"] .__select__label + .__select__input + .__select__label {
    max-height: 3em;
    border-top-width: 1px;
}
.__select__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    border-radius: 5px;
    border: solid 1px #c7ccd1;
    cursor: pointer;
}
.__select__title::before, .__select__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333;
    transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title::after {
    transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title:hover {
    border-color: #00d09d;
}
.__select__title:hover::before, .__select__title:hover::after {
    background-color: #00d09d;
}

.__select__content {
    position: absolute;
    top: 3em;
    left: 3px;
    display: none;
    flex-direction: column;
    width: calc(100% - 6px);
    background-color: #fff;
    border: 1px solid #c7ccd1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease-out;
    overflow-y: scroll;
    z-index: 8;
    height: 250px;
}
.__select__input {
    display: none;
}
.__select__input:checked + label {
    background-color: #dedede;
}
.__select__input:disabled + label {
    opacity: 0.6;
    pointer-events: none;
}
.__select__label {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 0;
    padding: 0 16px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
    padding: 1.5em;
    
}
.small_img{
    margin: 0.5em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.__select__label + input + .__select__label {
    border-top: 0 solid #c7ccd1 60;
}
.__select__label:hover {
    background-color: #00d09d !important;
    color: #fff;
}



.__select1{
    position: relative;
    width: 90%;
    height: 3em;
    margin: 0 auto;
}
.__select1[data-state="active"] .__select__title1::before {
    transform: translate(-3px, -50%) rotate(-45deg);
}
.__select1[data-state="active"] .__select__title1::after {
    transform: translate(3px, -50%) rotate(45deg);
}
.__select1[data-state="active"] .__select__content1 {
    display: flex;
}
.__select1[data-state="active"] .__select__label1 + .__select__input1 + .__select__label1 {
    max-height: 3em;
    border-top-width: 1px;
}
.__select__title1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    border-radius: 5px;
    border: solid 1px #c7ccd1;
    cursor: pointer;
}
.__select__title1::before, .__select__title1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333;
    transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title1::after {
    transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title1:hover {
    border-color: #00d09d;
}
.__select__title1:hover::before, .__select__title1:hover::after {
    background-color: #00d09d;
}

.__select__content1 {
    position: absolute;
    top: 3em;
    left: 3px;
    display: none;
    flex-direction: column;
    width: calc(100% - 6px);
    background-color: #fff;
    border: 1px solid #c7ccd1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease-out;
    overflow-y: scroll;
    z-index: 8;
    height: 250px;
}
.__select__input1 {
    display: none;
}
.__select__input1:checked + label {
    background-color: #dedede;
}
.__select__input1:disabled + label {
    opacity: 0.6;
    pointer-events: none;
}
.__select__label1 {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 0;
    padding: 0 16px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
    padding: 1.5em;
    
}

.__select__label1 + input + .__select__label1 {
    border-top: 0 solid #c7ccd1 60;
}
.__select__label1:hover {
    background-color: #00d09d !important;
    color: #fff;
}




.__select2{
    position: relative;
    width: 90%;
    height: 3em;
    margin: 0 auto;
}
.__select2[data-state="active"] .__select__title2::before {
    transform: translate(-3px, -50%) rotate(-45deg);
}
.__select2[data-state="active"] .__select__title2::after {
    transform: translate(3px, -50%) rotate(45deg);
}
.__select2[data-state="active"] .__select__content2 {
    display: flex;
}
.__select2[data-state="active"] .__select__label2 + .__select__input2 + .__select__label2 {
    max-height: 3em;
    border-top-width: 1px;
}
.__select__title2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 16px;
    border-radius: 5px;
    border: solid 1px #c7ccd1;
    cursor: pointer;
}
.__select__title2::before, .__select__title2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333;
    transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title2::after {
    transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title2:hover {
    border-color: #00d09d;
}
.__select__title2:hover::before, .__select__title2:hover::after {
    background-color: #00d09d;
}

.__select__content2 {
    position: absolute;
    top: 3em;
    left: 3px;
    display: none;
    flex-direction: column;
    width: calc(100% - 6px);
    background-color: #fff;
    border: 1px solid #c7ccd1;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease-out;
    overflow-y: scroll;
    z-index: 8;
    height: 250px;
}
.__select__input2 {
    display: none;
}
.__select__input2:checked + label {
    background-color: #dedede;
}
.__select__input2:disabled + label {
    opacity: 0.6;
    pointer-events: none;
}
.__select__label2 {
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 0;
    padding: 0 16px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    overflow: hidden;
    padding: 1.5em;
    
}

.__select__label2 + input + .__select__label2 {
    border-top: 0 solid #c7ccd1 60;
}
.__select__label2:hover {
    background-color: #00d09d !important;
    color: #fff;
}


.icon_modal_contact{
    width: 17px;
    height: 17px;
    margin: auto 0;
}



.poster{
    position:relative;
 
}
.descr{
    display:none;
    background-color: #fff;
    padding:3px;
    margin-top:25px;
    border: 1px solid #ccc;
   
}
.poster:hover .descr{
    display:block;
    position:absolute;
    top:30px;
    z-index:9999;
    
}



.mail{
    
    display: flex;
    flex-direction: column;
    padding-left: 4em;
    padding-right: 4em;
}

.mail h3{
    color: #000;
    font-family: 'Proxima Nova Semibold';
}

.mail p {
    color: #000;
    font-family: 'Proxima Nova Semibold';
    font-size: 1.2em;
}

.mail_img{
    margin: auto;
    width: 30%;
}

.mail_button {
    color: #fff;
    background: #00d09d;
    padding: 1em 3em;
    font-weight: 600;
    outline: none;
    border: 1px solid #00d09d;
    border-radius: 40px;
    margin: 3em auto;
    font-size: 1.3em;
    font-family: 'Proxima Nova Semibold';
}

#outlook a {
	padding:0;
}
.es-button {
	mso-style-priority:100!important;
	text-decoration:none!important;
}
a[x-apple-data-detectors] {
	color:inherit!important;
	text-decoration:none!important;
	font-size:inherit!important;
	font-family:inherit!important;
	font-weight:inherit!important;
	line-height:inherit!important;
}
.es-desk-hidden {
	display:none;
	float:left;
	overflow:hidden;
	width:0;
	max-height:0;
	line-height:0;
	mso-hide:all;
}
[data-ogsb] .es-button {
	border-width:0!important;
	padding:10px 20px 10px 20px!important;
}
[data-ogsb] .es-button.es-button-1 {
	padding:10px 20px!important;
}
@media only screen and (max-width:600px) {p, ul li, ol li, a { line-height:150%!important } h1 { font-size:30px!important; text-align:center; line-height:120%!important } h2 { font-size:26px!important; text-align:center; line-height:120%!important } h3 { font-size:20px!important; text-align:center; line-height:120%!important } .es-header-body h1 a, .es-content-body h1 a, .es-footer-body h1 a { font-size:30px!important } .es-header-body h2 a, .es-content-body h2 a, .es-footer-body h2 a { font-size:26px!important } .es-header-body h3 a, .es-content-body h3 a, .es-footer-body h3 a { font-size:20px!important } .es-menu td a { font-size:16px!important } .es-header-body p, .es-header-body ul li, .es-header-body ol li, .es-header-body a { font-size:16px!important } .es-content-body p, .es-content-body ul li, .es-content-body ol li, .es-content-body a { font-size:16px!important } .es-footer-body p, .es-footer-body ul li, .es-footer-body ol li, .es-footer-body a { font-size:16px!important } .es-infoblock p, .es-infoblock ul li, .es-infoblock ol li, .es-infoblock a { font-size:12px!important } *[class="gmail-fix"] { display:none!important } .es-m-txt-c, .es-m-txt-c h1, .es-m-txt-c h2, .es-m-txt-c h3 { text-align:center!important } .es-m-txt-r, .es-m-txt-r h1, .es-m-txt-r h2, .es-m-txt-r h3 { text-align:right!important } .es-m-txt-l, .es-m-txt-l h1, .es-m-txt-l h2, .es-m-txt-l h3 { text-align:left!important } .es-m-txt-r img, .es-m-txt-c img, .es-m-txt-l img { display:inline!important } .es-button-border { display:block!important } a.es-button, button.es-button { font-size:20px!important; display:block!important; border-width:10px 0px 10px 0px!important } .es-adaptive table, .es-left, .es-right { width:100%!important } .es-content table, .es-header table, .es-footer table, .es-content, .es-footer, .es-header { width:100%!important; max-width:600px!important } .es-adapt-td { display:block!important; width:100%!important } .adapt-img { width:100%!important; height:auto!important } .es-m-p0 { padding:0px!important } .es-m-p0r { padding-right:0px!important } .es-m-p0l { padding-left:0px!important } .es-m-p0t { padding-top:0px!important } .es-m-p0b { padding-bottom:0!important } .es-m-p20b { padding-bottom:20px!important } .es-mobile-hidden, .es-hidden { display:none!important } tr.es-desk-hidden, td.es-desk-hidden, table.es-desk-hidden { width:auto!important; overflow:visible!important; float:none!important; max-height:inherit!important; line-height:inherit!important } tr.es-desk-hidden { display:table-row!important } table.es-desk-hidden { display:table!important } td.es-desk-menu-hidden { display:table-cell!important } .es-menu td { width:1%!important } table.es-table-not-adapt, .esd-block-html table { width:auto!important } table.es-social { display:inline-block!important } table.es-social td { display:inline-block!important } }


.turn-page{
    background-color: #3d6899;
}
 

.select2-dropdown{
    z-index: 10000 !important;
}