*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    background-color: #000;
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
}
a{
    text-decoration: none;
    color: #fff;
}
ul{
    list-style: none;
}
.container{
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
header{
    background-image: url("../img/header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 80px;
}
img.me_mobile_img{
    display: none;
    width: 100%;
}
img.header_mobile{
    display: none;
    width: 100%;
}
.header_nav{
    display: flex;
    height: 70px;
    align-items: center;
}
.header_nav nav ul{
    display: flex;
    gap: 60px;
}

.header_main{
    margin-top: 50px;
    width: 650px;
}
.header_main_name{
    font-family: 'TD Stargorod';
    font-size: 120px;
    color: #ffc625;
}
.header_main_subname{
    margin-top: 40px;
}
.header_main_subname h2{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
}
.header_main_descr{
    margin-top: 50px;
}
.header_main_phone{
    margin-top: 50px;
}
.header_main_phone a{
    font-size: 40px;
    font-weight: 700;
    color: #ffc625;
}
.header_main_messenger{
    margin-top: 35px;
    display: flex;
    gap: 40px;
}
.header_main_messenger a{
    background-color: #ffc625;
    border-radius: 40px;
    padding: 8px 40px;
    color: #2e1b10;
    text-shadow: none;
    font-weight: 600;
    box-shadow: 0 0 20px #ffc625;
}
.header_bottom{
    margin-top: 70px;
    display: flex;
    gap: 30px;
}
.header_bottom_item{
    width: calc((100% / 3) - 20px);
    display: flex;
    gap: 20px;
    align-items: center;
}
.header_bottom_item_img{
    display: flex;
    align-items: center;
}
.header_bottom_item_img img {
    width: 100px;
    border-radius: 100%;
    box-shadow: 0 0 20px #ffc625;
}
.header_bottom_item_descr_name h3{
    font-weight: 600;
    color: #ffc625;
}
.header_bottom_item_descr_text{
    margin-top: 8px;
}
.header_bottom_item_descr_text p{
    font-size: 16px;
}




section.devider{
    padding: 40px 0;
    background-color: #ffc625;
    color: #2e1b10;
    text-shadow: none;
    text-align: center;
    box-shadow: 0 0 20px #ffc625;
    position: relative;
}
.devider_name h1{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.devider_name h2{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.devider_descr{
    margin-top: 40px;
}
.devider_descr p{
    font-size: 19px;
}
.devider_btn{
    margin-top: 40px;
    display: flex;
    gap: 40px;
    justify-content: center;
}
.devider_btn a{
    background-color: #2e1b10;
    color: #ffc625;
    padding: 8px 40px;
    border-radius: 40px;
}



section.main{
    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.service{
    padding: 40px 0 70px 0;
}
.section_name{
    text-align: center;
}
.section_name h3 {
    font-family: 'TD Stargorod';
    font-size: 90px;
    color: #ffc625;
    font-weight: normal;
}
.service_box{
    display: flex;
    gap: 80px 40px;
    margin-top: 60px;
    flex-wrap: wrap;
}
.service_item{
    width: calc((100% / 2) - 20px);
    display: flex;
    gap: 40px;
}
.service_item_img{
    display: flex;
    align-items: center;
}
.service_item_img img{
    width: 160px;
    border-radius: 100%;
    box-shadow: 0 0 20px #ffc625;
}
.service_item_descr{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service_item_name h2{
    font-weight: 600;
    font-size: 24px;
    color: #ffc625;
}
.service_item_text{
    margin-top: 10px;
}
.service_item_btn{
    margin-top: 25px;
}
.service_item_btn a{
    background-color: #ffc625;
    color: #2e1b10;
    border-radius: 40px;
    padding: 6px 25px;
    text-shadow: none;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 0 20px #ffc625;
}
.service_lost{
    text-align: center;
    margin-top: 70px;
}
.service_lost_name h3{
    font-weight: 600;
    font-size: 24px;
    color: #ffc625;
}
.service_lost_form{
    width: 400px;
    margin: 0 auto;
}
.service_lost_form form input{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.service_lost_form form button{
    margin-top: 30px;
}
form input, form textarea{
    border: 1px solid #ffc625;
    padding: 8px 30px;
    border-radius: 40px;
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 400;
    background-color: rgb(31 18 11 / 50%);
    outline: none;
}
form button{
    padding: 8px 30px;
    border-radius: 40px;
    font-family: 'Lora', serif;
    font-size: 20px;
    background-color: #ffc625;
    color: #2e1b10;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: 0 0 20px #ffc625;
}



section.about_me{
    padding: 40px 0 70px 0;
}
.about_me_descr{
    margin-top: 40px;
}
iframe{
    border-radius: 40px;
    box-shadow: 0 0 20px #ffc625;
}
.about_me_descr p iframe{
    float: right;
    margin: 0 0 25px 25px;
}
.about_me_descr p{
    line-height: 27px;
}
.about_me_img{
    display: flex;
    gap: 40px;
    margin-top: 40px;
}
.about_me_img_item{
    width: calc((100% / 2) - 20px);
}
.about_me_img_item img{
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 0 20px #ffc625;
}


section.recent{
    padding: 40px 0 70px 0;
    text-align: center;
}
.recent_box{
    margin-top: 20px;
}
.recent_item{
    margin-top: 30px;
    padding: 0 20px;
    opacity: 0.3;
    transition: 1s;
}
.slick-center{
    opacity: 1;
    transition: 1s;
}
.recent_item_img img{
    width: 160px;
    height: 160px;
    border-radius: 100%;
    box-shadow: 0 0 20px #ffc625;
}
.slick-prev:before, .slick-next:before{
    color: #ffc625;
    opacity: 1;
}
.slick-slide img {
    display: inline-block;
}
.recent_item_name{
    margin-top: 30px;
    font-size: 24px;
    color: #ffc625;
}
.recent_item_descr{
    margin-top: 25px;
}
.recent_btn{
    margin-top: 60px;
}
.recent_btn a{
    color: #2e1b10;
    border-radius: 40px;
    text-shadow: none;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 0 20px #ffc625;
    background-color: #ffc625;
    padding: 8px 40px;
}


section.contact{
    padding: 40px 0 70px 0;
}
.contact_box{
    display: flex;
    gap: 60px;
    margin-top: 60px;
}
.contact_phone, .contact_form{
    width: calc((100% / 2) - 30px);
}
.contact_phone_number{
    margin-top: 40px;
}
.contact_phone_number a {
    font-size: 40px;
    font-weight: 700;
    color: #ffc625;
}
.mt40{
    margin-top: 40px;
}
.contact_phone_messenger{
    margin-top: 50px;
}
.contact_phone_messenger a {
    background-color: #ffc625;
    border-radius: 40px;
    padding: 8px 30px;
    color: #2e1b10;
    text-shadow: none;
    font-weight: 600;
    box-shadow: 0 0 20px #ffc625;
}
.contact_form_block{
    margin-top: 40px;
}
.contact_form_block form input{
    width: 90%;
}
.contact_form_block form button{
    margin-top: 40px;
}


footer{
    padding: 5px 0;
    background-color: #ffc625;
    text-shadow: none;
    text-align: center;
    box-shadow: 0 0 20px #ffc625;
}
footer a{
    color: #2e1b10;
    font-size: 14px;
}
.arcontactus-widget .icons-line{
    top: 9px;
}

.modal_container{
    text-align: center;
}
.modal_name h3{
    font-weight: 600;
    font-size: 30px;
    color: #ffc625;
}
.modal_descr{
    margin-top: 40px;
}
.modal_form{
    margin-top: 40px;
}
.modal_form form{
    width: 380px;
    margin: 0 auto;
}
.modal_form form input{
    width: 100%;
    text-align: center;
}
.modal_form form button{
    margin-top: 30px;
}
.iziModal .iziModal-button{
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}
.mt15{
    margin-top: 15px;
}
.modal_form form textarea{
    width: 100%;
    text-align: center;
}
.modal_close_btn{
    margin-top: 40px;
}
.modal_close_btn a {
    background-color: #fff;
    border-radius: 40px;
    padding: 8px 40px;
    color: #2e1b10;
    text-shadow: none;
    font-weight: 600;
    box-shadow: 0 0 20px #ffc625;
}


section.form_informer{
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}
.form_informer_name h1 {
    font-weight: 600;
    font-size: 28px;
    color: #ffc625;
    text-transform: uppercase;
}
.form_informer_descr{
    margin-top: 30px;
}
.form_informer_back_btn{
    margin-top: 30px;
}
.form_informer_back_btn a{
    border-bottom: 1px dotted #ffc625;
}
.form_informer_phone{
    margin-top: 40px;
}
.form_informer_phone a {
    font-size: 36px;
    font-weight: 700;
    color: #ffc625;
}
.form_informer_messenger{
    margin-top: 40px;
}
.form_informer_messenger a{
    background-color: #ffc625;
    border-radius: 40px;
    padding: 8px 40px;
    color: #2e1b10;
    text-shadow: none;
    font-weight: 600;
    box-shadow: 0 0 20px #ffc625;
}
.slick-next {
    right: 25px;
}
.slick-prev {
    left: 25px;
    z-index: 1;
}

.header_main_video{
    display: none;
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .container{
        width: 100%;
    }
    .header_bottom {
        gap: 20px;
    }
    .header_bottom_item {
        width: calc((100% / 3) - 10px);
    }
}

@media screen and (max-width: 1130px) {
    .header_bottom_item_img img {
        width: 75px;
    }
    .service_item {
        gap: 25px;
    }
}

@media screen and (max-width: 1060px) {
    .header_bottom_item {
        gap: 15px;
    }
    .header_bottom_item_descr_text {
        margin-top: 2px;
    }
    .service_box {
        gap: 80px 30px;
    }
    .service_item {
        width: calc((100% / 2) - 15px);
    }
    .service_item_img img {
        width: 140px;
    }
    .service_item_name h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px) {
    .slick-prev, .slick-next {
        top: 113px;
    }
}

@media screen and (max-width: 1000px) {
    .header_bottom {
        flex-direction: column;
    }
    .header_bottom_item {
        width: 420px;
    }
    .header_bottom_item_img img {
        width: 90px;
    }
    .header_bottom_item {
        gap: 25px;
    }
    .header_bottom_item_descr_text {
        margin-top: 8px;
    }
    .header_bottom {
        gap: 30px;
    }
    .service_item {
        width: 100%;
    }
    .service_item_name h2 {
        font-size: 24px;
    }
    .service_item_img img {
        width: 160px;
    }
    .service_item {
        gap: 35px;
    }
    .contact_box {
        flex-direction: column;
    }
    .contact_phone, .contact_form {
        width: 100%
    }
    section.contact{
        text-align: center;
    }
    .contact_form_block form input{
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 850px) {
    .about_me_descr p iframe {
        float: none;
        margin: 0 0 35px 0;
        width: 100%;
    }
    section.about_me{
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .header_main{
        width: 100%;
        text-align: center;
    }
    .header_main_messenger {
        justify-content: center;
        flex-wrap: wrap;
    }
    .header_bottom_item {
        width: 375px;
        margin: 0 auto;
    }
    .devider_btn{
        flex-wrap: wrap;
    }
    header {
        background-position: left;
    }
    .about_me_img_item{
        width: 100%;
    }
    .about_me_img {
        flex-direction: column;
    }
    .about_me_descr p iframe {
        display: none;
    }
    .header_main_video{
        display: block;
    }
    .header_main_descr {
        margin-top: 40px;
    }
    .header_nav nav ul {
        gap: 40px;
    }
    .service_item{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .service_box {
        gap: 60px 30px;
    }
    .header_nav {
        justify-content: center;
    }
}

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

@media screen and (max-width: 560px) {
    .header_nav{
        display: none;
    }
    .header_main {
        margin-top: 0;
    }
    .modal_form form{
        width: 100%;
    }
    img.me_mobile_img{
        display: block;
    }
    header{
        padding-bottom: 0;
    }
    section.service{
        padding-top: 0;
    }
}

@media screen and (max-width: 450px) {
    p{
        font-size: 20px;
        line-height: 29px;
    }
    .header_main_subname h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .header_bottom_item_descr_text p {
        line-height: 20px;
    }
    .service_lost_form {
        width: 100%;
    }
    img.header_mobile{
        display: block;
    }
    .header_main {
        margin-top: -75px;
    }
}

@media screen and (max-width: 420px) {
    .header_bottom_item {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 390px) {
    .slick-prev, .slick-next {
        top: 242px;
    }
}

@media screen and (max-width: 375px) {
    .header_main_phone a, .contact_phone_number a{
        font-size: 38px;
    }
}

@media screen and (max-width: 370px) {
    .header_bottom_item {
        gap: 20px;
    }
    .header_bottom_item_descr_text {
        margin-top: 4px;
    }
}

@media screen and (max-width: 360px) {
    .header_bottom_item_img img {
        width: 75px;
    }
}

@media screen and (max-width: 350px) {
    .header_main_phone a, .contact_phone_number a{
        font-size: 36px;
    }
    .header_bottom_item_descr_name h3{
        font-size: 19px;
    }
    .form_informer_phone a {
        font-size: 34px;
    }
}

@media screen and (max-width: 335px) {
    .header_main_phone a, .contact_phone_number a{
        font-size: 34px;
    }
}

@media screen and (max-width: 330px) {
    .header_bottom_item {
        gap: 15px;
    }
    .header_bottom_item_descr_name h3 {
        font-size: 18px;
    }
}