*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    background-color: #000;
    color: #fff;
    font-family: 'Intro Light';
    text-shadow: 1px 1px 1px #000;
}
a{
    color: #fff;
    text-decoration: none;
}
.container{
    width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt45{
    margin-top: 45px;
}

header{
    background-image: url("../img/header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 120px;
}
.header_nav{
    height: 85px;
    display: flex;
    align-items: center;
}
.header_nav_logo{
    display: flex;
    align-items: center;
    gap: 15px;
}
.header_nav_logo_name{
    font-family: 'SC Jurer';
    text-transform: uppercase;
    font-size: 48px;
    color: #ffcc0a;
    margin-top: 10px;
}
.header_nav_logo_devider{
    width: 1px;
    height: 35px;
    background-color: #ffb70a;
}
.header_nav_logo_descr{
    font-size: 16px;
    width: 190px;
}

.header_nav_menu{
    display: flex;
    flex-grow: 1;
}
ul{
    list-style: none;
}
.header_nav_menu nav{
    width: 100%;
}
.header_nav_menu nav ul{
    display: flex;
    justify-content: space-evenly;
}
.header_nav_menu nav ul li a{
    border-bottom: 1px dotted #ffb70a;
}

.header_nav_btn{
    width: 200px;
    text-align: center;
}
img.header_mobile{
    width: 100%;
    display: none;
}

a.yellow_btn{
    background-color: #ffb70a;
    color: #460d06;
    border-radius: 20px;
    padding: 4px 20px;
    font-family: 'Intro Book';
    text-shadow: none;
}
a.green_btn{
    background-color: #037e00;
    color: #fff;
    border-radius: 20px;
    padding: 4px 20px;
    text-shadow: none;
}

.header_main{
    width: 650px;
    margin-top: 150px;
}
.header_main_name h1{
    font-family: 'SC Jurer';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 65px;
    color: #ffcc0a;
}
.header_main_descr{
    margin-top: 30px;
}
p{
    font-size: 18px;
    line-height: 24px;
}



.main_phone a{
    font-size: 34px;
    color: #ffcc0a;
    font-family: 'Intro Book';
    display: flex;
    align-items: center;
    gap: 15px;
}
.main_phone a img{
    width: 28px;
}
.main_messenger{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.column{
    flex-direction: column;
}
.main_messenger a{
    border-radius: 20px;
    padding: 6px 20px;
    color: #fff;
    width: fit-content;
}
.main_messenger a.whatsapp{
    background-color: #037e00;
}
.main_messenger a.viber{
    background-color: #6a00b1;
}

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


section.devider{
    background: rgb(255,189,32);
    background: linear-gradient(0deg, rgba(255,189,32,1) 0%, rgba(255,158,0,1) 100%);
    padding: 54px 0;
    color: #460d06;
    text-shadow: none;
    font-family: 'Intro Book';
    font-size: 19px;
}
.devider_name{
    font-family: 'SC Jurer';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 46px;
}
.devider_block{
    display: flex;
    gap: 20px;
}
.devider_item{
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc((100% - 20px) / 3);
}
.devider_item_descr{
    display: flex;
    flex-direction: column;
    gap: 2px;
}


.devider_item_descr_name h3{
    font-family: 'SC Jurer';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 34px;
    width: fit-content;
}
h3.arrow_line:after {
    content: '';
    display: inline-block;
    width: 60px;
    margin-left: 30px;
    height: 21px;
    background-image: url(../img/line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
h3.accept:after {
    content: '';
    display: inline-block;
    width: 30px;
    margin-left: 30px;
    height: 19px;
    background-image: url(../img/accept.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.devider_item_descr_counter{
    font-family: 'SC Jurer';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 34px;
    display: flex;
    gap: 10px;
}
.devider_item_descr_text{
    font-size: 17px;
}
.devider_item_img{
    position: relative;
}
.devider_item_img img{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    box-shadow: 0 0 10px 1px #460d06;
}

section.main{
    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 80px 0;
}
.section_name h3{
    font-family: 'SC Jurer';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 54px;
    color: #ffcc0a;
}
.section_descr{
    margin-top: 20px;
}
.service_block{
    display: flex;
    flex-wrap: wrap;
    gap: 70px 50px;
    margin-top: 60px;
}
.service_item{
    display: flex;
    gap: 25px;
    width: calc((100% - 50px) / 2);
    align-items: center;
}
.service_item_img img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 2px #ffcd0e;
}
.service_item_descr{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.service_item_descr_name h2{
    font-family: 'SC Jurer';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 32px;
    color: #ffcc0a;
}
.service_item_descr_text p{
    font-size: 16px;
    line-height: 22px;
}
.service_item_descr_btn{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.service_lost{
    margin-top: 90px;
    background-color: rgb(0 0 0 / 40%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 10px 2px #ffcd0e;
    display: flex;
    gap: 20px;
}
.service_lost_name{
    font-family: 'SC Jurer';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 54px;
    color: #ffcc0a;
}
.service_lost_descr{
    margin-top: 10px;
}
.service_lost_left{
    flex: 60%;
}
.service_lost_right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}






.about_descr{
    margin-top: 40px;
}
.about_descr p iframe{
    float: right;
    margin: 0 0 20px 20px;
}

iframe{
    border: 1px solid #ffb70a;
    border-radius: 20px;
}




.recent_block{
    margin-top: 40px;
    display: flex;
    gap: 40px;
}
.recent_people{
    width: calc((100% - 40px) / 2);
}
.recent_people_slide_item{
    position: relative;
    padding: 11px 16px;
    opacity: .1;
    transition: 1s;
}
.recent_people_slide_item:before{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url("../img/quote_top.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.recent_people_slide_item_persone{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.recent_people_slide_item_persone_img img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 2px #ffcd0e;
}
.recent_people_slide_item_persone_descr_name{
    font-family: 'Intro Book';
    color: #ffcc0a;
}

.slick-active{
    opacity: 1;
    transition: 1s;
}
.recent_people_btn{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}
.recent_people_btn a{
    background-color: #ffb70a;
    color: #460d06;
    border-radius: 20px;
    padding: 8px 20px;
    text-shadow: none;
    font-family: 'Intro Book';
    display: flex;
    align-items: center;
}
.recent_people_btn a img{
    margin-right: 10px;
    width: 13px;
}
.recent_people_btn button{
    background-color: #ffb70a;
    color: #460d06;
    border-radius: 20px;
    padding: 8px 20px;
    text-shadow: none;
    font-family: 'Intro Book';
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.recent_people_btn button img{
    margin-right: 10px;
    width: 13px;
}



.recent_cert{
    width: calc((100% - 40px) / 2);
}
.slick-slide img {
    display: inline-block;
}
.slick-prev:before, .slick-next:before{
    font-size: 22px;
    opacity: 1;
    color: #ffcc0a;
}
.slick-prev {
    left: 10px;
    z-index: 1;
}
.slick-next {
    right: 10px;
}
.recent_cert_img{
    text-align: center;
}
.recent_cert_img img {
    width: 250px;
    border: 2px solid #ffb70a;
    border-radius: 20px;
}


.contact_block{
    display: flex;
    gap: 40px;
    margin-top: 50px;
}
.contact_number{
    flex: 1;
    flex-basis: 50%;
}


.contact_form{
    flex: 1;
    flex-basis: 50%;
}
.contact_form_callback{
    margin-top: 30px;
}
form{
    width: 380px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
form input{
    display: block;
    background-color: rgb(0 0 0 / 60%);
    border: 1px solid #ffb70a;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: 'Intro Book';
    font-size: 18px;
    outline: none;
    color: #fff;
}
form textarea{
    display: block;
    background-color: rgb(0 0 0 / 60%);
    border: 1px solid #ffb70a;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: 'Intro Book';
    font-size: 18px;
    outline: none;
    color: #fff;
}
form button{
    background-color: #ffb70a;
    font-family: 'Intro Book';
    font-weight: normal;
    color: #460d06;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 30px;
    border-radius: 20px;
    border: none;
    width: fit-content;
}




footer{
    background: rgb(255,189,32);
    background: linear-gradient(0deg, rgba(255,189,32,1) 0%, rgba(255,158,0,1) 100%);
    padding: 6px 0;
    text-shadow: none;
    text-align: center;
}
footer a{
    color: #460d06;
    font-family: 'Intro Book';
    font-size: 14px;
}




.iziModal{
    border: 1px solid #8f6500;
}
.iziModal .iziModal-button{
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal_name h3{
    font-family: 'SC Jurer';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 40px;
    color: #ffcc0a;
}
.modal_descr{
    margin-top: 20px;
}
.modal_form{
    margin-top: 20px;
}


section.notify{
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.notify_name h1{
    font-family: 'SC Jurer';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 54px;
    color: #ffcc0a;
}



@media screen and (max-width: 1400px) {
    .container{
        width: 100%;
        padding: 0 30px;
    }
}
@media screen and (max-width: 1200px) {
    .header_nav_btn{
        display: none;
    }
    .header_nav_menu nav ul {
        justify-content: end;
        gap: 60px;
    }
    .devider_block {
        gap: 35px;
        flex-direction: column;
    }
    .devider_item{
        width: 100%;
    }
    .service_block {
        flex-direction: column;
    }
    .service_item{
        width: 100%;
    }
    .service_lost{
        flex-direction: column;
    }
    .recent_block{
        flex-direction: column;
    }
    .recent_people {
        width: 100%;
    }
    .recent_cert {
        width: 100%;
    }
    .recent_cert_img {
        text-align: left;
    }
    .contact_block{
        flex-direction: column;
    }
    h3.arrow_line:after, h3.accept:after{
        display: none;
    }
    .arrow_down:after{
        content: '';
        position: absolute;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
        width: 27px;
        height: 15px;
        background-image: url("../img/arrow_down.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 1150px) {
    header {
        background-position: left;
    }
}

@media screen and (max-width: 991px) {
    .about_descr p iframe {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .header_nav_menu nav ul {
        gap: 40px;
    }
}

@media screen and (max-width: 940px) {
    .header_nav_menu nav ul {
        gap: 30px;
    }
}

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

@media screen and (max-width: 850px) {
    .header_nav_menu {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .header_main {
        width: 100%;
    }
    header{
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 660px) {
    .service_item {
        align-items: baseline;
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .recent_cert_img img {
        width: 100%;
    }
}

@media screen and (max-width: 510px) {
    .service_lost {
        margin-top: 90px;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }
}

@media screen and (max-width: 440px) {
    form{
        width: 100%;
    }
    .video_mobile{
        display: block;
    }
    .devider_item {
        align-items: start;
    }
    .devider_item_descr_text {
        font-size: 16px;
        line-height: 20px;
    }
    .section_name h3 {
        font-size: 46px;
    }
    .service_lost_name {
        font-size: 46px;
    }
    .main_messenger a {
        padding: 8px 25px;
        font-size: 18px;
    }
    a.green_btn {
        padding: 6px 20px;
        font-size: 17px;
    }
    a.yellow_btn {
        padding: 6px 20px;
        font-size: 17px;
    }
    .service_item_descr_text p {
        font-size: 18px;
        line-height: 24px;
    }
    .service_item_descr_name h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .service_item_descr_btn{
        margin-top: 15px;
    }
    .service_item_img img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }
    img.header_mobile{
        display: block;
        margin-top: -60px;
    }
    .header_main {
        margin-top: -55px;
    }
    .header_nav {
        position: relative;
    }
}

@media screen and (max-width: 410px) {
    .main_phone a {
        font-size: 32px;
    }
}

@media screen and (max-width: 390px) {
    .main_phone a {
        gap: 10px;
    }
    .main_phone a img {
        width: 24px;
    }
    .header_main_name h1 {
        font-size: 57px;
    }
}
@media screen and (max-width: 380px) {
    .main_phone a {
        font-size: 31px;
    }
    .header_nav_logo_descr {
        font-size: 15px;
        width: auto;
    }
    .header_nav_logo_name {
        font-size: 46px;
    }
}
@media screen and (max-width: 370px) {
    .main_phone a {
        font-size: 30px;
    }
    .header_nav_logo {
        gap: 10px;
    }
}
@media screen and (max-width: 360px) {
    .main_phone a {
        font-size: 29px;
    }
    .header_nav_logo_name {
        font-size: 42px;
    }
}
@media screen and (max-width: 350px) {
    .main_phone a {
        font-size: 28px;
    }
    .header_nav_logo_name {
        font-size: 42px;
    }
    .header_nav_logo_descr {
        font-size: 14px;
    }
}
@media screen and (max-width: 340px) {
    .main_phone a {
        font-size: 27px;
    }
}
@media screen and (max-width: 330px) {
    .main_phone a {
        font-size: 26px;
    }
    .header_nav_logo_name {
        font-size: 40px;
    }
    .header_nav_logo_descr {
        font-size: 13px;
    }
    .header_nav_logo {
        gap: 8px;
    }
    .main_phone a img {
        width: 20px;
    }
}
