*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    background-color: #000;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000;
}
.container{
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
a{
    color: #fff;
    text-decoration: none;
}
header{
    background-image: url("../img/header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 70px;
}
img.main{
    display: none;
    width: 100%;
}
ul{
    list-style: none;
}
.nav{
    background-color: rgb(0 0 0 / 50%);
    box-shadow: 0 1px 6px 0px #000;
}
.nav_box{
    display: flex;
    height: 60px;
    align-items: center;
}
.header_nav{
    flex-grow: 1;
}
.header_nav ul{
    display: flex;
    gap: 80px;
}
.header_nav ul li a{
    border-bottom: 1px dotted #ffd211;
}
.header_phone a{
    font-weight: 400;
    color: #ffd211;
    font-size: 26px;
}
.header_phone a img{
    width: 22px;
    margin-right: 10px;
}
.header_box{
    width: 650px;
    margin-top: 40px;
}
.header_name{
    font-family: 'Good Vibes Pro';
    font-size: 95px;
    color: #ffd211;
}
.header_subname{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.header_subname h2 {
    font-weight: 400;
    font-size: 27px;
    text-transform: uppercase;
    color: #ffd211;
}
.header_descr{
    margin-top: 35px;
}
.header_list{
    margin-top: 50px;
}
.header_list ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.header_list ul li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header_list ul li:before{
    content: '';
    width: 25px;
    height: 25px;
    background-image: url("../img/cross.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header_video_mobile{
    display: none;
    margin-top: 45px;
}
.header_phone_mobile{
    display: none;
    margin-top: 40px;
}
.header_phone_mobile a{
    font-weight: 400;
    color: #ffd211;
    font-size: 36px;
}
.header_phone_mobile a img{
    width: 34px;
    margin-right: 10px;
}
.header_btn{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.header_btn a{
    background: rgb(255,162,0);
    background: linear-gradient(0deg, rgba(255,162,0,1) 0%, rgba(255,210,17,1) 100%);
    color: #210236;
    border-radius: 40px;
    padding: 5px 30px 8px 30px;
    text-shadow: none;
    font-weight: 400;
    font-size: 22px;
    box-shadow: 0 0 14px #ffd211;
}
.header_btn a img{
    width: 18px;
    margin-right: 10px;
}




section.devider{
    padding: 40px 0;
    color: #210236;
    background-color: #ffd211;
    background-image: url("../img/devider.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: none;
    text-align: center;
    box-shadow: 0 0 20px #ffd211;
    position: relative;
}
.devider_name{
    text-transform: uppercase;
}
.devider_name h1{
    font-size: 36px;
    font-weight: 500;
}
.devider_name h2{
    font-size: 36px;
    font-weight: 500;
}
.devider_descr{
    margin-top: 30px;
}
.devider_descr p{
    font-weight: 400;
}
.devider_btn{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.devider_btn a{
    background: rgb(30,1,50);
    background: linear-gradient(0deg, rgb(23 0 39) 0%, rgb(60 8 95) 100%);
    color: #ffd211;
    padding: 5px 30px 8px 30px;
    border-radius: 40px;
}
.devider_btn a img{
    width: 18px;
    margin-right: 10px;
}

section.main{
    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section_name{
    text-align: center;
}
.section_name h3{
    font-family: 'Good Vibes Pro';
    font-size: 74px;
    color: #ffd211;
    font-weight: normal;
}
section.service{
    text-align: center;
    padding: 40px 0 80px 0;
}
.service_box{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}
.service_box_item{
    width: calc((100% / 3) - 20px);
    padding: 0 15px;
}
.service_box_item_img img{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 2px solid #ffd211;
    box-shadow: 0 0 20px #ffd211;
}
.service_box_item_name{
    margin-top: 30px;
}
.service_box_item_name h2{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffd211;
}
.service_box_item_descr{
    margin-top: 20px;
}
.service_box_item_btn{
    margin-top: 40px;
}
.service_box_item_btn a{
    background: rgb(255,162,0);
    background: linear-gradient(0deg, rgba(255,162,0,1) 0%, rgba(255,210,17,1) 100%);
    color: #210236;
    border-radius: 40px;
    padding: 5px 30px 8px 30px;
    text-shadow: none;
    font-weight: 400;
    font-size: 20px;
    box-shadow: 0 0 14px #ffd211;
}
.service_box_item_btn a img{
    width: 18px;
    margin-right: 10px;
}



section.about{
    padding: 40px 0 80px 0;
}
.about_descr{
    margin-top: 40px;
}
iframe{
    border-radius: 40px;
    box-shadow: 0 0 20px #ffd211;
    border: 2px solid #ffd211;
}
.about_descr p iframe{
    float: right;
    margin: 0 0 25px 25px;
}
.about_img{
    margin-top: 60px;
    display: flex;
    gap: 40px;
}
.about_img_item{
    flex-grow: 1;
}
.about_img_item img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px #ffd211;
    border: 2px solid #ffd211;
}



section.recent{
    text-align: center;
    padding: 40px 0 80px 0;
}
.recent_box{
    margin-top: 20px;
}
.recent_item{
    margin-top: 30px;
    padding: 0 20px;
    opacity: 0.2;
    transition: 1s;
}
.slick-center{
    opacity: 1;
    transition: 1s;
}
.slick-slide img {
    display: inline-block;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
    z-index: 1;
}
.slick-prev, .slick-next{
    top: 157px;
}
.recent_item_img img{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 2px solid #ffd211;
    box-shadow: 0 0 20px #ffd211;
}
.recent_item_descr{
    margin-top: 30px;
}
.recent_item_descr p{
    font-size: 20px;
    line-height: 29px;
}
.recent_item_name{
    margin-top: 20px;
    font-size: 21px;
    color: #ffd211;
}
.slick-prev:before, .slick-next:before{
    color: #ffd211;
    opacity: 1;
}
.recent_btn{
    margin-top: 60px;
}
.recent_btn a{
    background: rgb(255,162,0);
    background: linear-gradient(0deg, rgba(255,162,0,1) 0%, rgba(255,210,17,1) 100%);
    color: #210236;
    border-radius: 40px;
    padding: 5px 30px 8px 30px;
    text-shadow: none;
    font-weight: 400;
    box-shadow: 0 0 14px #ffd211;
}



section.contact{
    padding: 40px 0 80px 0;
}
.contact_box{
    display: flex;
    gap: 60px;
    margin-top: 60px;
}
.contact_box_phone{
    flex-grow: 1;
}
.contact_box_phone_number{
    margin-top: 30px;
}
.contact_box_phone_number a{
    font-weight: 400;
    color: #ffd211;
    font-size: 30px;
}
.contact_box_phone_number a img{
    width: 25px;
    margin-right: 10px;
}
.contact_box_phone_messenger{
    margin-top: 50px;
}
.contact_box_phone_messenger a{
    background: rgb(255,162,0);
    background: linear-gradient(0deg, rgba(255,162,0,1) 0%, rgba(255,210,17,1) 100%);
    color: #210236;
    border-radius: 40px;
    padding: 5px 30px 8px 30px;
    text-shadow: none;
    font-weight: 400;
    box-shadow: 0 0 14px #ffd211;
}
.contact_box_phone_messenger a img{
    width: 18px;
    margin-right: 10px;
}
.contact_box_form{
    flex-grow: 1;
}
.contact_box_form_form{
    margin-top: 30px;
}

form input, form textarea{
    width: 100%;
    border: 1px solid #ffd211;
    border-radius: 40px;
    background-color: #210236;
    padding: 8px 30px;
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff;
    outline: none;
    background-color: rgb(0 0 0 / 40%);
}
form button{
    background: rgb(255,162,0);
    background: linear-gradient(0deg, rgba(255,162,0,1) 0%, rgba(255,210,17,1) 100%);
    color: #210236;
    border-radius: 40px;
    padding: 5px 30px 8px 30px;
    text-shadow: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 22px;
    box-shadow: 0 0 14px #ffd211;
    border: none;
    margin-top: 30px;
    cursor: pointer;
}
.mt30{
    margin-top: 30px;
}



footer{
    background: rgb(255,162,0);
    background: linear-gradient(0deg, rgba(255,162,0,1) 0%, rgba(255,210,17,1) 100%);
    color: #210236;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    text-shadow: none;
    box-shadow: 0 0 20px #ffd211;
    position: relative;
}
footer a{
    color: #210236;
}



.arcontactus-widget .icons-line{
    top: 7px;
}


.modal_container{
    text-align: center;
}
.iziModal .iziModal-button{
    position: absolute;
    right: 15px;
    top: 25px;
    opacity: 1;
}
.modal_name h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffd211;
}
.modal_descr{
    margin-top: 40px;
}
.mt_40{
    margin-top: 40px;
}
.mt_15{
    margin-top: 15px;
}
.modal_form form input, .modal_form form textarea{
    text-align: center;
}
.modal_close_btn{
    margin-top: 50px;
}
.modal_close_btn a {
    background: rgb(30,1,50);
    background: linear-gradient(0deg, rgb(41 3 67) 0%, rgb(87 14 137) 100%);
    color: #ffd211;
    padding: 5px 30px 8px 30px;
    border-radius: 40px;
}
.modal_form_recent input{
    margin-top: 30px;
}
.modal_form_recent textarea{
    margin-top: 30px;
}


section.form_informer{
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}
.form_informer_descr{
    margin-top: 30px;
}
.form_informer_name h1 {
    font-size: 36px;
    font-weight: 500;
    color: #ffd211;
}
.form_informer_btn_back{
    margin-top: 30px;
}
.form_informer_btn_back a{
    border-bottom: 1px dotted #ffd211;
}
.form_informer_phone{
    margin-top: 30px;
}
.form_informer_phone a {
    font-weight: 400;
    color: #ffd211;
    font-size: 34px;
}
.form_informer_phone a img {
    width: 30px;
    margin-right: 10px;
}
.form_informer_messenger{
    margin-top: 40px;
}
.form_informer_messenger a {
    background: rgb(255,162,0);
    background: linear-gradient(0deg, rgba(255,162,0,1) 0%, rgba(255,210,17,1) 100%);
    color: #210236;
    border-radius: 40px;
    padding: 5px 30px 8px 30px;
    text-shadow: none;
    font-weight: 400;
    box-shadow: 0 0 14px #ffd211;
}
.form_informer_messenger a img {
    width: 18px;
    margin-right: 10px;
}


@media screen and (max-width: 1200px) { 
    .container{
        width: 100%;
    }
}

@media screen and (max-width: 1140px) {
    .service_box_item {
        width: calc((100% / 3) - 10px);
    }
    .service_box {
        gap: 60px 15px;
    }
}

@media screen and (max-width: 1060px) {
    .service_box_item {
        width: calc((100% / 2) - 20px);
    }
    .service_box {
        gap: 60px 30px;
    }
    
}

@media screen and (max-width: 900px) {
    .about_descr p iframe{
        float: none;
        margin: 0 0 25px 0;
        width: 100%;
    }
    section.about {
        text-align: center;
    }
    form input{
        text-align: center;
    }
    section.contact {
        text-align: center;
    }
    .contact_box{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 876px) {
    .header_nav ul {
        gap: 60px;
    }
}

@media screen and (max-width: 800px) {
    .service_box_item {
        width: 100%;
    }
    .service_box {
        gap: 70px 0px;
    }
}

@media screen and (max-width: 768px) {
    .header_nav ul {
        gap: 30px;
    }
    .about_img{
        flex-wrap: wrap;
    }
    .header_box{
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .header_nav ul {
        gap: 20px;
    }
}

@media screen and (max-width: 630px) {
    .nav{
        display: none;
    }
    .header_box{
        margin-top: 0;
    }
    .about_descr p iframe{
        display: none;
    }
    header{
        text-align: center;
        background-position: left;
    }
    .header_btn{
        justify-content: center;
        margin-top: 50px;
    }
    .header_list ul li {
        justify-content: center;
        position: relative;
    }
    .section_name h3 {
        line-height: 67px;
    }
    .header_phone_mobile{
        display: block;
    }
    .header_list ul li:before {
        position: absolute;
        top: -25px;
    }
    .header_list ul {
        gap: 30px;
    }
    .header_video_mobile{
        display: block;
    }
}
@media screen and (max-width: 420px) {
    img.main{
        display: block;
    }
    .header_box {
        margin-top: -100px;
    }
}