@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Exo 2', sans-serif;
    text-decoration: none;
    list-style: none;
    border: none;
}

a{
    color: #000000;
}

body{
    max-width: 1920px;
    margin: auto;
    background: white;
    animation: body;
    animation-duration: 3s;
}

@keyframes body {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

html{
    background: #b2b2b2;
    scroll-behavior: smooth;
}

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

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30%;
}

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

.buttons{
    background: #33ACCC;
    border-radius: 8px;
    padding: 15px 40px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    cursor: pointer;
    transition: .3s;
}

.buttons:hover{
    box-shadow: 0 0 10px #33ACCC;
}

.titles{
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #212121;
    text-align: center;
}

.wrap_icon_menu, .wrap_close_menu{
    display: none;
}

.lng-nav-sity{
    cursor: pointer;
}




/* Header */

header{
    position: sticky;
    top: 0;
    background: #F8F8F8;
    padding: 25px 0;
    z-index: 5;
}

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

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

.wrap_logo h2{
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin-left: 15px;
}

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

/* nav */

nav{
    margin-left: 66px;
}




nav .container{
    height: 100%;
}

nav .wrap_nav{
    display: flex;
    align-items: center;
    height: 100%;
}

.wrap_nav .list_nav{
    display: flex;
}

.list_nav li{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #212121;
    margin-left: 52px;
}

.list_nav li a{
    transition: .3s;
}

.list_nav li:first-child{
    margin-left: 0;
}

.list_nav li a:hover{
    color: #33ACCC;
}



.btn-sub-list-nav-sity{
    position: relative;
}

.sub-list-nav-sity{
    display: none;
    position: absolute;
    flex-direction: column;
    background: #F8F8F8;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;

}

.btn-sub-list-nav-sity:hover ul.sub-list-nav-sity{
    display: flex;
}

.wrap_nav .sub-list-nav-sity li{
    margin-left: 0;
    margin-bottom: 10px;
}

/* lang */

.wrap_lang_eye{
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 78px;
}

.wrap_phone_icon{
    margin-left: 56px;
}

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

.wrap_lang h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #4C5254;
}

.wrap_eye{
    margin-right: 50px;
}

select, select option{
    cursor: pointer;
    background: #F8F8F8;
}

/* Main */

.wrap_home_slider{
    cursor: grab;
}

.item_slider_home{
    position: relative;
    width: 100%;
    height: calc(100vh - 186px);
}

.item_slider_home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap_context_slider_home{
    position: absolute;
    top: 25%;
}

.wrap_context_slider_home h1{
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #212121;
    max-width: 570px;
}

.wrap_context_slider_home h1 span i{
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    text-transform: uppercase;
    color: #33ACCC;
}

.wrap_context_slider_home h1 span .lng-mejdun-perevozk{
    font-size: 50px;
}

.wrap_context_slider_home h3{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #212121;
    margin-top: 25px;
}

.form_banner_home{
    position: relative;
    z-index: 1;
    max-width: 1276px;
    width: 100%;
    margin: auto;
    padding: 28px 47px;
    margin-top: -100px;
    background: #FFFFFF;
    border: 1px solid #33ACCC;
    box-shadow: 0px 10px 10px rgba(14, 94, 116, 0.15);
    backdrop-filter: blur(70px);
    border-radius: 20px;
    box-sizing: border-box;
}

.form_banner_home h3{
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #212121;
}

.wrap_form_banner_home{
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.wrap_form_banner_home input{
    border: 2px solid #212121;
    border-radius: 8px;
    padding: 13px 0px 13px 24px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #212121;
}

.swiper_home {
    padding-bottom: 20px;
}

/* Servises */

.container_servises{
    padding-top: 130px;
}

.sub_title_serv{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #212121;
    max-width: 1243px;
    margin: auto;
    margin-top: 27px;
}

.lng-sub_title_serv-color{
    color: #33ACCC;
}

.list_btn_servises{
    text-align: center;
    margin-bottom: 128px;
}

.item_btn_serv_dop{
    height: 306px;
    vertical-align: bottom;
}

.item_btn_serv_dop h3{
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 132px;
}

.item_btn_serv{
    background: #FFFFFF;
    border: 2px solid #33ACCC;
    border-radius: 8px;
    max-width: 368px;
    width: 100%;
    padding: 25px 0 12px 40px;
    box-sizing: border-box;
    color: #212121;
    display: inline-block;
    margin: 46px 20px 0 20px;
    text-align: left;
    transition: .3s;
}

.item_btn_serv:hover{
    color: white;
    background: #298AA3;
    box-shadow: 0px 0px 20px rgba(27, 126, 152, 0.5);
    border-radius: 8px;
    cursor: pointer;
}

.btn_serv_categ_active{
    color: white;
    background: #298AA3;
    box-shadow: 0px 0px 20px rgba(27, 126, 152, 0.5);
    border-radius: 8px;
}

.item_btn_serv h4{
    font-style: normal;
    font-weight: 400;
    font-size: 110px;
    line-height: 132px;
}

.item_btn_serv h5{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
}


.item_btn_serv h6{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #C2E6F0;
    margin-top: 31px;
    display: flex;
    align-items: center;
   
}



.item_btn_serv h6::after{
    content: url(../../img/main/servis/str.svg);
    margin-left: 13px;
}

.wrap_items_raspis_zanyat{
    text-align: center;
}

.items_raspis_zanyat_categA, .items_raspis_zanyat_categBE,.items_raspis_zanyat_categC, .items_raspis_zanyat_categCE, .items_raspis_zanyat_categD{
    display: none;
}

.wrap_skidka{
    position: absolute;
    top: -40px;
    right: -40px;
}

.wrap_skidka:hover .wrap_skidka_text{
    display: block;
    animation: skidka 1s;
    animation-fill-mode: forwards;
}

@keyframes skidka {
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

.wrap_skidka_text{
    opacity: 0;
    transition: .3s;
    display: none;
    width: 200px;
    background: white;
    position: absolute;
    bottom: 100%;
    padding: 12px 9px;
    box-shadow: 0px 0px 20px rgba(27, 126, 152, 0.5);
    border-radius: 10px;
    right: calc(50% - 100px);
    box-sizing: border-box;
}

.item_raspis_zanyat{
    position: relative;
    max-width: 512px;
    width: 100%;
    vertical-align: top;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(27, 126, 152, 0.5);
    border-radius: 8px;
    padding: 31px 27px;
    box-sizing: border-box;
    margin: 46px 20px 0 20px;
    display: inline-block;
    text-align: center;
}

.wrap_titles_raspis{
    text-align: center;
}

.wrap_titles_raspis h3{
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #212121;
    border-bottom: 3px solid #33ACCC;
    max-width: 200px;
    margin: auto;
}

.wrap_titles_raspis h4{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #212121;
    margin-top: 13px;
    margin-bottom: 24px;
}



.item_raspis_zanyat h5{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #212121;
    text-align: left;
}

.wrap_titles_raspis h5{
    text-align: center;
}

.item_raspis_zanyat h5 span:first-child{
    font-weight: 700;
}

.price_raspis{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #18A61E;
    max-width: 254px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 7px;
}

.item_raspis_zanyat h6{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #626262;
    text-align: center;
}

.time_raspis{
    margin-top: 12px;
    margin-bottom: 30px;
}

.text_raspis{
    display: flex;
}

.time_raspis{
    display: flex;
}

.text_raspis::before{
    content: url(../../img/main/servis/icon_calend.svg);
    margin-right: 3px;
}

.time_raspis::before{
    content: url(../../img/main/servis/icon_time.svg);
    margin-right: 5px;
}

.item_raspis_zanyat .buttons{
    text-align: center;
    max-width: 224px;
    margin: auto;
    margin-top: 12px;
}


.container_preimusch{
    padding-top: 134px;
}

.wrap_img_preimusch img{
    max-width: 720px;
    width: 100%;
}

.wrap_preimusch{
    display: flex;
}

.info_preimusch ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #212121;
    display: flex;
    align-items: flex-start;
    margin-bottom: 19px;
}

.info_preimusch ul li span{
    font-weight: 700;
    margin: 0 5px;
}

.info_preimusch ul li img{
    margin-right: 10px;
}

/* .info_preimusch ul li::before{
    margin-right: 10px;
    content: url(../../img/main/preimusch/tick.svg);
} */

.info_preimusch{
    margin-left: 80px;
}

.info_preimusch h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #212121;
    margin-bottom: 31px;
}

.container_photo_school{
    padding-top: 128px;
}

.wrap_photo_school{
    margin-top: 28px;
    text-align: center;
}

.container_obr_zv_form{
    margin-top: 152px;
    max-width: 100%;
    width: 100%;
    height: 384px;
    background-image: url(../../img/main/Form.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form_obr_zvonok input{
    border: 2px solid #E7E7F2;
    border-radius: 8px;
    background: none;
    padding: 15px 24px;
    margin-right: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    box-sizing: border-box;
    color: #E7E7F2;
}

.form_obr_zvonok{
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #33ACCC;
    backdrop-filter: blur(70px);
    border-radius: 20px;
    padding: 24px 47px;
    box-sizing: border-box;
}

.form_obr_zvonok h2{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 27px;
}

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

.container_obr_zv_form .container{
    height: 100%;
}

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

.wrap_vidjet img{
    max-width: 39px;
}

.wrap_vidjet{
    max-width: 100px;
    display: flex;
    justify-content: space-between;
}

.container_contact{
    padding: 64px 0;
    background: #212121;
}

.container_contact .titles{
    color: white;
}

.container_contact{
    color: white;
}

.wrap_contact{
    margin-top: 46px;
    display: flex;
}

.wrap_contact_context{
    margin-left: 62px;
}

.wrap_contact_context h3{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.wrap_contact_context h4{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    margin-bottom: 35px;
}

.location_cont::before{
    width: 39px;
    text-align: center;
    margin-right: 10px;
    content: url(../../img/main/Location.svg);
}

.mail_contact::before{
    width: 39px;
    text-align: center;
    margin-right: 10px;
    content: url(../../img/main/mail.svg);
}

.call_contact::before{
    width: 39px;
    text-align: center;
    margin-right: 10px;
    content: url(../../img/main/Call.svg);
}

.call_contact a, .mail_contact a{
    color: white;
}

.wrap_maps iframe{
    width: 800px;
    border-radius: 10px;
    height: 100%;
}

footer{
    background: #212121;
}

footer .container{
    position: relative;

}

.wrap_footer{
    max-width: 90%;
    margin: auto;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid  #989898;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap_TG{
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.wrap_TG h4{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-right: 12px;
}

.wrap_TG img{
    max-width: 123px;
    width: 100%;
    object-fit: contain;
}

.wrap_copy h3{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.lng-mejdun-perevozk{
    font-size: 54px;
}

.wrapper-text_akp{
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #33ACCC;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    box-shadow: 0 0 10px #33ACCC;
    box-sizing: border-box;
}