@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@100&display=swap');

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
  }

*{
    padding: 0;
    margin: 0;
}

.container_gl p {
    font-size: 55px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: -25px;
}

.container_gl p span:first-child{
    color: #0126FF;
}

.container_gl p span:last-child{
    color: #F40000;
}

.wrap_close_container{
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Виджеты */

.contain_vidget{
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 1;
    
}

.wrap_vidgit{
    z-index: 11;
    position: fixed;
    bottom: 30px ;
    right: 30px;
    width: 90px;
    height: 90px;
    background: #ffc30d84;
    border-radius: 282.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
    
}

.item_vidget{
    width: 100%;
    height: 100%;
}

.img_vidget{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 101.5px;
}

.wrap_vidgit_open{
    width: 420px;
    height: 420px;
    right: -250px;
    bottom: -250px;
    background: #FCCA36;
}

.inst_open{
    position: absolute;
    top: 22px;
    left: 106px;
    background: white;
}

.telegr_open{
    position: absolute;
    top: 56px;
    left: 59px;
    background: white;
}

.viber_open{
    position: absolute;
    top: 104px;
    left: 33px;
    background: white;

}

.close_vidget{
    position: absolute;
    left: 115px;
    top: 115px;
}

.icon_vidget{
    width: 30px;
    transition: .2s;
}

.icon_vidget:hover{
    transform: scale(1.1);
    cursor: pointer;
}

/*  */

.container{
    max-width: 1123px;
    margin: 0 auto;
}

/* Header */

/* .header{
    top: 0;
    position: sticky;
    max-height: 98px;
    height: 100%;
    z-index: 10;
    background: white;
} */

.header{
    top: 0;
    position: sticky;
    max-height: 132px;
    height: 100%;
    z-index: 11;
    background: white;
}

.wrap_gg_menu{
    display: none;
}

/* .wrapper_header{
    height: 98px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
} */

.wrapper_header{
    height: 128px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
}



.wrap_logo_header{
    max-width: 132px;
}

.logo{
    width: 132px;
}

.wrap_nav_menu{
    display: flex;
    justify-content: space-between;
    max-width: 615px;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    margin-bottom: 25px;
    opacity: 1;
}

.nav_link{
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    transition: .3s;
}

.nav_link:hover{
    transform: scale(1.1);
}

/* Phone Header */

.item_phone{
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.numb_phone{
    transition: .3s;
}

.item_phone:hover .numb_phone{
    transform: scale(1.1);
}

.wrapper_phone{
    max-width: 202px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.icon_phone{
    display: flex;
    align-items: center;
}

/* Main */

/* Главная */

.main_glavn{
    background: url(../image/main/54_rent_car.jpg);
    background-position: center;
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 595px;
    position: relative;
}

.main_glavn .container{
    max-width: 95%;
}

.cont_main{
    position: relative;
}

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

.cont_main{
    max-width: 97%;
}

.wrapper_gl_text{
    height: 595px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.container_gl{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 362px;
    height: 100%;
}

.title_gl{
    color: white;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    max-width: 557px;
    height: 121px;
    line-height: 60px;
}

.sub_title_gl{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: white;
}

.button{
    padding: 10px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: linear-gradient(91.99deg, #FD2016 4.19%, #FFC20D 99.68%);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 66px;
    color: white;
    cursor: pointer;
    transition: .3s;
    max-width: 300px;
}

.button:hover{
    transform: scale(1.1);
}

.image_gl{
   max-width: 800px;
}

.image_gl img{
    width: 100%;
}

/* Выбор Категории */

.wrapper_categor{
    margin: 88px 0;
}

.title_categor{
    text-align: center;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
}

.items_categor{
    border: 1px solid #FFC20D;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 15px;
    box-sizing: border-box;
    margin-top: 43px;
}

.item_categor{
    transition: .3s;
    cursor: pointer;
    width: 33%;
    text-align: center;
}

.item_categ_mob{
    display: none;
}

.item_categor:hover{
    transform: scale(1.02);
}



.wraper_categor_open, .categorA, .categorA1, .categorB{
    display: flex;
    justify-content: space-between;
    margin-top: 67px;
    width: 100%;
}

.wrap_text_categor_open{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 369px;
}

.name_categor{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
}

.item_text_categ{
    margin-top: 17px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
}

.wrapper_img_categ{
    padding-right: 100px;
    max-width: 60%;
}

.wrapper_img_categ img{
    max-height: 350px;
    width: 100%;
}

/* Группы обучения */

.main_groups{
    max-width: 100%;
    margin: auto;
    background: linear-gradient(180deg, #FF6B00 0%, #FFC20D 100%);
}

.wrapper_groups{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 489px;
}

.avtoSchool{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    color: white;
    font-size: 24px;
}

.titles{
    width: 100%;
    text-align: center;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
}

.wrap_items_groups{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 220px;
    background: #FFFFFF;
    border-radius: 30px;
}

.item_group{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.name_group{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.times_group{
    text-align: center;
    font-size: 16px;
}

.wrap_text_bot_group{
    max-width: 530px;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}

.text_bot{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

/* Стоимость */

.wrap_price .titles{
    font-weight: 500;
}

.wrap_price{
    position: relative;
    height: 680px;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fon_line{
    position: absolute;
    top: calc(50% - 180px);
    width: 110%;
    height: 264px;
    border: 3px dashed #FF6B00;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    z-index: -1;
}

.wrap_items_price{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;

}

.item_price{
    background: #ffb50b;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 542px;
    height: 246px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    transition: .3s;
    cursor: pointer;
}

.main_price .container .titles{
    font-weight: 500;
}

.title_price{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
}

.title_marg_bot{
    margin-bottom: 40px;
}

.price{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #FD2016;
    margin-bottom: 10px;
}

.main_price .container .titles{
    margin-top: 96px;
}

.item_price_text{
    max-width: 323px;
    width: 100%;
    display: flex;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
}

.dop_price{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.item_price_text::before{
    margin-right: 5px;
    content: '•';
}

.price_dop{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #FD2016;
    margin: 0 5px 0 15px;
}

.item_price_text_dop{
    display: block;
    max-width: 340px;
    margin-top: 10px;
}

/* Форма дополнительный занятий */

.main_form_dop{
    position: relative;
    max-width: 100%;
    margin: auto;
    height: 307px;
    background: linear-gradient(171.33deg, #FF6B00 -1.88%, #FEDB75 109.06%);
}

.main_form_dop .container{
    position: relative;
}

.wrap_dop{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 300px;
}

.fon_dop{
    position: absolute;
    top: 0;
    left: 0;
}

.wrap_form_text{
    max-width: 800px;
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sub_titles_dop{
    text-align: center;
    max-width: 560px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
}

.form_dop{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    z-index: 2;
}

.form_dop .button{
    width: 220px;
    font-weight: 500;
    font-size: 16px;
}

.inp_form{
    width: 254px;
    background: #FFFFFF;
    border-radius: 66px;
    outline: none;
    border: none;
    padding: 12px 30px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    box-sizing: border-box;
}

/* Учебные программы */

.wrap_programs{
    margin-top: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 713px;
}

.programs_text{
    max-width: 983px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

.wrap_disks_items{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.items_disk{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: 1px solid #FF6B00;
    width: 422.75px;
    height: 400px;
    padding: 55px 20px 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.wrap_opis_disk{
    display: flex;
}

.text_opis_disk{
    display: flex;
    max-width: 190px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-right: 15px;
}

.text_opis_disk::before{
    content: '•';
    margin-right: 10px;
}

.btn_disk{
    max-width: 200px;
    text-transform: uppercase;
    height: 25px;
    background: linear-gradient(91.51deg, #FF6B00 0%, #FFC20D 100.28%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
    cursor: pointer;
    transition: .3s;
    margin-left: 12px;
}

.btn_disk:hover{
    transform: scale(1.05);
}

.btn_disk::after{
    content: url(../image/main/str_right.svg);
}

/* Баннер */

.main_banner{
    background: linear-gradient(92.98deg, #FF6B00 1.37%, #FFC20D 55.74%);
    padding: 20px;
    max-width: 100%;
    margin: auto;
    margin-top: 98px;
    box-sizing: border-box;
}

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

.wrap_text_banner .titles{
    font-weight: 650;
    font-size: 40px;
    line-height: 65px;
    max-width: 650px;
    margin-bottom: 32px;
}

.sub_title_baner{
    max-width: 602px;
    text-align: center;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
}

/* Баннер 2 */

.main_banner_two .titles{
    margin: 96px 0 60px 0;
    font-weight: 500;
    font-size: 42px;
    line-height: 42px;
}

.wrap_fon_img{
    max-width: 100%;
    width: 100%;
    margin: auto;
    height: 643px;
    background: url(../image/main/banner_car_3.jpg);
    background-position: center;
    background-size: cover;
    background-position: bottom 35% center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.fon_banner{
    background: url(../image/main/banner_fon.png) no-repeat;
    width: 824px;
    height: 100%;
    padding: 98px 0 98px 87px;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.item_text_banner{
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.title_banner{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 18px;
}

.sub_title_banner{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
}

.wrap_sub_title_banner{
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub_title_banner::before{
    content: '•';
    margin-right: 5px;
}

/* Сертификаты */

.wrap_sertif .titles{
    margin-bottom: 38px;
}

.main_certif{
    margin: 96px 0;
}

.wrap_items_certif{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.item_certif{
    width: 100%;
}

.item_certif img{
    width: 100%;
}

/* Photo */

.main_photo_gal{
    max-width: 100%;
    margin: auto;
    width: 100%;
    margin: auto;
    background: linear-gradient(104.7deg, #FF6B00 -0.22%, #FFC20D 63.26%);
    position: relative;
    padding: 38px 0 60px 0;
    box-sizing: border-box;
}

.main_photo_gal .titles{
    font-weight: 500;
    font-size: 42px;
    margin: 38px 0 33px 0;
}

.container_photo{
    max-width: 1280px;
    margin: auto;
}

.swipper_wrapper_photo{
    max-width: 1280px;
    text-align: center;
}

.wrap_str_photo{
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: auto;
    z-index: 10;
}

.button-prev, .button-next{
    cursor: pointer;
    transition: .3s;
}

.button-prev:hover, .button-next:hover{
    transform: scale(1.2);
}
.img_photo{
    width: 100%;
    max-height: 385px;
    border-radius: 10px;
    object-fit: cover;
}

/* Адреса и Контакты */

.wrap_Carts_nav{
    max-width: 100%;
    margin: auto;
}

.main_contacts{
    margin-top: 96px;
}

.wrap_Carts_nav iframe{
    width: 100%;
}

.wrap_contacts .titles{
    margin-bottom: 33px;
    font-weight: 500;
    font-size: 42px;
}

/* Footer */

.footer{
    background: linear-gradient(91.16deg, #FF6B00 0.15%, #FFC20D 73.27%);
    padding: 50px;
}

.wrap_footer{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_text_footer, .title_item_footer{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
}

.item_footer{
    text-decoration: none;
    color: #000000;
}

.item_text_footer{
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #000000;
}

.title_item_footer{
    font-weight: 400;
}

.item_text_footer img{
    margin-right: 8px;
}

.footer_items{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

/* Pop_up */

.container_pop_up{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.564);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 13;
}

.wrap_pop_up{
    position: relative;
    max-width: 696px;
    width: 90vh;
    height: 470px;
    background: #FFFFFF;
    border: 4px solid #FFC20D;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 51px 26px 19px 10px;
    overflow-x: auto;
    z-index: 15;
}

.text_pop_up{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    padding: 0px 10px;
    margin-bottom: 5px;
    display: flex;
}

.text_pop_up::before{
    content: '•';
    margin-right: 10px;
}

.wrap_pop_up svg{
    position: absolute;
    top: 28px;
    right: 42px;
    transition: .3s;
    cursor: pointer;
}

.wrap_pop_up svg:hover{
    transform: scale(1.1);
}

.wrap_pop_up_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.title_pop_up{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    color: #433652;
}

.text_pop_up_form{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #433652;
    max-width: 438px;
}

.form_pop_up{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 200px;
}

.form_pop_up input{
    width: 270px;
    border: 2px solid #FFC20D;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 16px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.text_pers{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
    color: #433652;
}

.text_opis_disk_mob{
    display: none;
}

@media (max-width:1280px) {
    .container_photo{
        max-width: 1200px;
    }

    .fon_line{
        width: 105%;
    }

    .item_price{
        width: 48%;
    }

    .wrap_form_text{
        max-width: 700px;
    }

    .inp_form{
        width: 200px;
    }


    /* .logo{
        width: 100%;
    }

    .wrap_logo_header{
        max-width: 100%;
    }

    .header {
        max-height: 105px;
        height: 100%;
    }

    .wrapper_header{
        height: 105px;
    } */
}

@media (max-width: 1180px) {
    .container, .container_photo{
        max-width: 920px;
    }

    .wrap_nav_menu{
        max-width: 540px;
    }

    .image_gl {
        display: flex;
        align-items: center;
        max-width: 400px;
    }

    .item_categor img{
        width: 100%;
    }

    .wrap_form_text{
        max-width: 600px;
    }

    .inp_form{
        width: 170px;
    }

    .form_dop .button{
        width: 200px;
    }

    .form_dop{
        position: relative;
    }

    .sub_titles_dop{
        max-width: 530px;
    }

    .wrap_text_banner .titles{
        font-size: 30px;
    }
}

@media (max-width: 930px) {
    .container, .container_photo{
        max-width: 720px;
    }

    .cont_main{
        max-width: 95%;
    }

    .container_gl .button{
        max-width: 300px;
    }

    .wrap_nav_menu{
        max-width: 380px;
    }

    .title_gl{
        font-size: 40px;
        height: auto;
        line-height: 48px;
    }

    .container_gl p{
        font-size: 40px;
    }

    .wrap_form_text .titles{
        font-size: 30px;
    }

    .wrap_form_text{
        height: 200px;
    }

    .sub_titles_dop{
        font-size: 20px;
        max-width: 300px;
    }

    .wrap_programs{
        height: 100%;
    }

    .wrap_disks_items{
        flex-direction: column;
        align-items: center;
    }

    .items_disk{
        margin: 20px 0;
    }

    .wrap_img_banner{
        max-width: 400px;
    }

    .wrap_img_banner img{
        width: 100%;
    }


    .wrapper_banner{
        align-items: center;
    }

    .sub_title_baner{
        line-height: 24px;
    }

    .wrap_text_banner .titles{
        font-size: 26px;
        line-height: 24px;
    }
        
    .fon_banner{
        padding: 98px 0 98px 40px;
    }

    .footer_items{
        flex-direction: column;
        align-items: center;
    }

    .item_footer{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    
    .wrapper_img_categ{
        display: none;
    }
}

@media (max-width: 800px) {

    .main_form_dop{
        padding-bottom: 20px;
    }

    .wrap_dop, .main_form_dop{
        height: 550px;
    }

    .wrap_dop{
        align-items: flex-end;
        justify-content: center;
    }

    .fon_dop{
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .main_banner{
        padding: 9px;
    }

    .wrapper_banner{
        flex-direction: column-reverse;
    }

    .wrap_text_banner .titles{
        font-size: 24px;
        line-height: 42px;
    }

    .sub_title_baner{
        margin-bottom: 20px;
        font-size: 16px;
    }

    .fon_banner{
        padding: 70px 40px;
        width: 100%;
    }

    .wrapper_gl{
        position: relative;
        justify-content: flex-start;
    }

    .image_gl{
        max-width: 270px;
        position: absolute;
        top: 40%;
        right: 0;
    }

    .main_glavn {
        height: 420px;
    }

    .wrapper_gl_text{
        justify-content: flex-start;
    }

    .container_gl{
        margin-top: 50px;
        max-height: 280px;
    }

}

@media (max-width: 740px) {
    .container, .container_photo{
        max-width: 90%;
    }

    .header .container{
        max-width: 100%;
    }

    .wrap_nav_menu{
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 128px;
        z-index: 1;
        max-width: 100%;
        opacity: 0;
        transition: .1s;
        height: auto;
        background: white;
    }
    .nav_link{
        padding: 20px 0;
        background: white;
    }

    .nav_link:hover{
        transform: scale(1);
        background: linear-gradient(90.79deg, #FF6B00 0.1%, #FFC20D 100%);
        border-radius: 0px;
        color: white;
    }

    
    .wrap_gg_menu{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        height: 60px;
        width: 60px;
    }

    .wrap_gg_menu svg{
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: .3s;
    }

    .wrap_gg_menu:hover svg{
        transform: scale(1.1)
    }
    

    .nav_link{
        width: 100%;
        text-align: center;
    }

    .avtoSchool{
        text-align: center;
        color: #000000;
    }

    .main_categor .container{
        max-width: 90%;
    }


    .main_groups{
        padding: 20px 0;
    }

    .wrapper_groups{
        height: 100%;
    }

    .wrap_items_groups{
        flex-direction: column;
        height: 100%;
        margin: 20px 0;
    }

    .main_price{
        margin-top: 38px;
    }

    .price{
        font-size: 24px;
    }

    .title_price{
        font-size: 19px;
    }

    .item_price_text, .dop_price, .price_dop{
        font-size: 14px;
    }

    .price_dop{
        margin: 0 1px 0 2px;
    }

    .main_price .container{
        max-width: 90%;
    }

    .item_price{
        height: 270px;
    } 

    .fon_line{
        top: calc(50% - 220px);
    }

    .wrap_programs{
        margin-top: 50px;
    }

    .programs_text{
        margin: 20px 0;
    }

    .sub_title_baner{
        max-width: 500px;
    }

    .wrapper_banner .wrap_text_banner{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main_certif{
        display: none;
    }

    .main_banner_two{
        margin-bottom: 81px;
    }

    .container_gl .button{
        max-width: 220px;
    }
 

}

@media (min-width: 740px) {
    .wrap_nav_menu {
        display: flex !important;
        opacity: 1 !important;
    }
}

@media (max-width: 520px) {
    .item_categor {
        width: auto;
    }

    .container{
        max-width: 90%;
    }

    .button {
        max-width: 100%;
    }

    .container_gl .button{
        padding: 1px;
    }

    .nav_link{
        font-size: 12px;
        font-weight: 600;
    }

    .container_photo{
        padding-left: 10px;
        max-width: 100%;
    }

    .header .container, .footer .container{
        max-width: 100%;
    }

    .wrapper_phone {
        max-width: 150px;
        justify-content: center;
        margin-bottom: 0;
    }

    .numb_phone{
        font-size: 14px;
    }

    .wrapper_header{
        height: 94px;
    }

    .logo {
        width: 97px;
    }

    .wrap_logo_header{
        margin-left: 10px;
        max-width: 97px;
    }

    .wrap_nav_menu{
        top: 87px;
        background: white;
    }

    .avtoSchool{
        font-size: 16px;
        max-width: 200px;
    }

    .main_categor .container{
        max-width: 100%;
    }

    .item_categor{
        margin: 0 5px;
    }

    .item_categor img{
        width: 100%;
    }

    .item_categor:hover{
        transform: scale(1);
    }

    .titles, .title_categor, .title_gl{
        font-size: 24px;
    }

    .container_gl p{
        font-size: 20px;
        line-height: 42px;
    }

    .title_gl{
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
        color: #000000;
    }

    .sub_title_gl{
        max-width: 126px;
        font-weight: 400;
        font-size: 11px;
        line-height: 17px;
        color: #000000;
    }

    .main_glavn{
        max-height: 169px;
    }

    .wrapper_gl_text{
        height: 160px;
    }

    .image_gl{
        top: 10%;
        max-width: 180px;
    }

    .container_gl .button{
        max-width: 132px;
        font-weight: 500;
        font-size: 11px;
        line-height: 18px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .container_gl{
        margin-top: 0;
        max-height: 169px;
    }

    .image_gl{
        top: 2%;
        max-width: 53%;
    }

    .items_categor{
        margin-top: 19px;
        padding: 10px;
        border: none;
    }

    .item_categor {
        max-width: 100px;
        width: 100%;
        height: 60px;
    }

    .item_categor img:first-child{
        display: none;
    }

    .item_categ_mob img{
        position: absolute;
        top: 5px;
        right: 5px;
        max-width: 44px;
    }

    .item_categ_mob .img_width_categ{
        max-width: 60px
    }

    .item_categ_mob .img_width_categ_B{
        top: 12px;
    }


    .categor_mob{
        position: relative;
        top: 5px;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 42px;
        color: rgba(255, 255, 255, 0.61);
        text-align: left;
        margin-left: 5px;
    }

    .categor_mob span{
        position: relative;
        right: 19px;
    }

    .podrobnee{
        position: absolute;
        top: calc(100% - 17px);
        right: 4px;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
    }

    .podrobnee::after{
        content: url(../image/main/str_categ.svg);
    }
    
    .item_categ_mob{
        position: relative;
        display: block;
        background: linear-gradient(105.06deg, #FF7001 5.04%, #FFC20D 95.06%);
        border-radius: 15px;
        width: 100%;
        height: 100%;
    }

    .categor{
        position: relative;
    }

    .wrapper_categor{
        margin: 10px;
    }

    .wraper_categor_open, .categorA, .categorA1, .categorB{
        margin-top: 10px;
    }

    

    .name_categor{
        font-size: 24px;
        text-align: center;
    }

    .item_text_categ{
        text-align: left;
    }

    .item_text_categ p{
        font-size: 20px;
        margin-top: 10px;
    }

    .wrap_text_categor_open .button{
        margin-top: 30px;
    }

    .title_categor{
        margin-bottom: 20px;
        margin-left: 20px;
    }

    

    .wrap_text_categor_open{
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        max-height: 290px;
    }

    .item_text_categ{
        font-size: 20px;
        font-weight: 400px;
        line-height: 20px;
    }

    .wrapper_groups .titles{
        font-weight: 500;
    }

    .wrap_items_groups{
        padding: 38px 0 10px 0;
        margin: 38px 0;
    }

    .item_group{
        margin-bottom: 30px;
    }

    .name_group{
        font-size: 14px;
        line-height: 20px;
    }

    .times_group{
        font-size: 13px;
    }

    .text_bot{
        font-size: 16px;
    }

    .main_groups{
        padding: 50px 0;
    }

    .title_price{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .title_marg_bot{
        margin-bottom: 40px;
    }

    .price{
        font-size: 24px;
    }

    .item_price_text{
        max-width: 200px;
        font-size: 12px;
        line-height: 15px;
    }

    .item_price_text_line{
        line-height: 18px;
    }

    .main_price .container .titles{
        margin-top: 38px;
        font-weight: 500;
    }

    .wrap_price{
        margin-top: 18px;
    }

    .main_banner{
        margin-top: 38px;
    }

    .fon_banner{
        width: 100%;
        background: url(../image/main/banner_fon_mob.png) no-repeat;
    }

    .wrap_fon_img{
        height: 458px;
    }

    .fon_line{
        top: 0;
        width: 60%;
        height: 100%;
    }

    .wrap_price{
        height: 100%;
        margin-bottom: 38px;
    }

    .item_price {
        width: 100%;
        height: 200px;
    }

    .wrap_items_price{
        width: 90%;
        flex-direction: column;
        height: 440px;
    }

    .dop_price{
        font-size: 12px;
    }

    .price_dop{
        font-size: 24px;
        margin: 0 3px 0 5px;
    }

    .main_price .container {
        max-width: 95%;
    }

    .wrap_dop{
        height: 100%;
    }

    .form_dop{
        flex-direction: column;
        align-items: center;
        height: 200px;
    }

    .fon_dop img{
        width: 100%;
    }

    .wrap_form_text{
        height: 340px;
    }

    .main_form_dop{
        height: 700px;
    }

    .inp_form{
        width: 90%;
    }

    .form_dop .button{
        width: 90%;
    }

    .wrap_form_text .titles{
        font-size: 20px;
        font-weight: 500;
    }

    .sub_titles_dop{
        font-size: 16px;
        max-width: 250px;
    }

    .wrap_programs{
        margin-top: 38px;
    }

    .wrap_programs .titles{
        font-weight: 500;
    }

    .wrap_opis_disk{
        flex-direction: column-reverse;
        align-items: center;
    }

    .items_disk{
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    .text_opis_disk{
        font-size: 14px;
        max-width: 100%;
        margin-right: 0;
    }

    .text_opis_disk_desk{
        display: none;
    }

    .text_opis_disk_mob{
        display: flex;
        font-size: 12px;
        line-height: 18px;
    }

    .wrap_img_disk{
        max-width: 120px;
    }

    .wrap_img_disk img{
        width: 100%;
    }

    .btn_disk {
        max-width: 100%;
        font-size: 18px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 10px 0;
    }

    .main_banner_two .titles{
        font-size: 24px;
    }

    .title_banner{
        font-size: 24px;
    }

    .sub_title_banner{
        font-size: 12px;
        line-height: 15px;
        max-width: 200px;
        display: flex;
    }

    .item_text_banner{
        max-height: 120px;
        justify-content: space-evenly;
    }

    .fon_banner{
        padding: 40px 10px;
    }

    .main_banner_two{
        margin-bottom: 38px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main_banner_two .titles{
        max-width: 300px;
        margin-top: 38px;
        margin-bottom: 10px;
    }

    .fon_banner .container .wrap_text_banner{
        display: flex;
        flex-direction: column-reverse;
    }

    .fon_banner .container{
        max-width: 100%;
    }

    .main_photo_gal{
        padding: 1px 0 30px 0;
    }

    .mob_sw_photo{
        display: none;
    }

    .main_photo_gal .titles{
        margin-top: 10px;
        font-size: 24px;
    }

    .wrap_str_photo{
        display: none;
    }

    .img_photo{
        border-radius: 10px;
        max-height: 170px;
    }

    .wrap_contacts .titles{
        font-size: 24px;
    }

    .main_contacts{
        margin-top: 38px;
    }

    .title_item_footer{
        font-weight: 300;
        line-height: 20px;
    }

    .item_text_footer, .title_item_footer, .programs_text{
        font-size: 14px;
    }

    .item_text_footer{
        align-items: center;
    }

    .item_text_footer img{
        max-width: 20px;
    }

    .item_footer{
        margin-top: 10px;
        max-width: 120px;
        padding: 0 0 0 5px;
        align-items: flex-start;
    }

    .footer{
        max-width: 100%;
        padding: 10px 0px 92px 0;
    }

    .wrap_vidgit{
        right: 5px;
        bottom: 5px;
    }

    .wrap_vidgit_open{
        right: -250px;
        bottom: -250px;
    }

    .text_pop_up{
        font-size: 12px;
    }

    .wrap_pop_up{
        height: 68vh;
    }

    .wrap_pop_up{
        padding: 30px 15px 0 15px;
        width: calc(100% - 20px);
    }

    .wrap_pop_up svg {
        top: 15px;
        right: 15px;
    }

    .form_pop_up {
        width: 100%;
    }

    .form_pop_up input{
        width: 100%;
    }

    .form_pop_up .button{
        font-size: 12px;
    }

    .item_price_text_dop{
        max-width: 230px;
    }
}

@media (max-width: 460px) {
    .main_form_dop{
        height: 640px;
    }
}

@media (max-width:420px) {
    .container{
        max-width: 90%;
    }

    .main_form_dop{
        height: 600px;
    }

    .image_gl {
        top: 8%;
        max-width: 56%;
    }

    .item_categ_mob .img_width_categ{
        top: 10px;
        max-width: 48px
    }

    .item_categ_mob .img_width_categ_B{
        top: 16px;
    }

}

.swiper-pagination-bullet-active {
    background-color: white;
  }



.thank-content {
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    font-family: 'Oswald';
}

.thank {
    background: rgba(248, 235, 250, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.thank h2 {
    font-size: 30px;
}
