*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
}
.container{
    width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
a{
    color: #fff;
    text-decoration: none;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
header{
    background-image: url("../img/header2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 60px;
    padding-top: 60px;
}
img.header_m{
    display: none;
    width: 100%;
}


.header_block{
    width: 650px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.header_top_name h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd713;
    font-size: 36px;
    line-height: 46px;
}
.header_middle_sublogo h2{
    font-weight: 400;
    font-size: 28px;
}
.header_middle_logo{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 75px;
}
.header_middle_sublogo{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.header_middle_tv{
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
}

.person1 {
width: 500px;
float: right;
margin: 0 0 15px 15px;
border: 1px solid #ecc800;
border-radius: 5px;
}

.phone a{
    font-weight: 700;
    font-size: 48px;
    color: #ffd713;
}

.center{
    justify-content: center;
}
.messenger{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.messenger a{
    background: linear-gradient(to bottom,#ffd713 0%,#cd8400 100%);
    color: #3a2d15;
    border-radius: 20px;
    padding: 10px 30px;
    text-shadow: none;
    font-size: 19px;
    box-shadow: 0 0 5px 0px #1f100b;
    animation: scaleAnimation 3s infinite;
}
.messenger a.whatsapp{
    color: #fff;
    background: rgb(0,70,2);
    background: linear-gradient(0deg, rgba(0,70,2,1) 0%, rgba(0,159,5,1) 100%);
}
.messenger a.viber{
    color: #fff;
    background: rgb(15,0,23);
    background: linear-gradient(0deg, rgba(15,0,23,1) 0%, rgba(0,136,204) 100%);
}
@keyframes scaleAnimation {
    0% { transform: scale(.9); }
    50% { transform: scale(1); }
    100% { transform: scale(.9); }
}
.header_video{
    display: none;
    margin-top: 20px;
}
.mobile{
    display: none;
}
.counter_item_number {
    background-image: url(../img/counter.png);
    background-size: contain;
    background-position: center;
    height: 200px;
    background-repeat: no-repeat;
    position: relative;
}
.counter_item_number span.number_main{
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    color: #551816;
    font-size: 65px;
    top: 42%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-shadow: none;
}
.counter_item_number span.number_descr{
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    color: #551816;
    font-size: 26px;
    top: 70%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-shadow: none;
}
.counter_item_name{
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd713;
    font-size: 28px;
}
.counter_item_descr{
    margin-top: 15px;
    text-align: center;
}

.offer_name{
    margin-top: 40px;
    text-align: center;
}
.offer_name h2{
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd713;
    font-size: 28px;
    line-height: 36px;
}
.offer_list{
    margin-top: 20px;
    text-align: center;
}
.offer_list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    justify-content: center;
}
.offer_list ul li{
    display: flex;
    gap: 5px;
}
.offer_list ul li img{
    width: 20px;
    height: 20px;
}
section.devider{
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
    border-top: 1px solid #cd8400;
    border-bottom: 1px solid #cd8400;
}
.devider_name{
    text-align: center;
}
.devider_name h2{
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd713;
    font-size: 32px;
    line-height: 45px;
}
.devider_text{
    margin-top: 20px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}
section.main{
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
    border-top: 1px solid #cd8400;
    border-bottom: 1px solid #cd8400;
}
.section_name{
    text-align: center;
}
.section_name h3{
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd713;
    font-size: 36px;
    line-height: 48px;
}
.service_block{
    display: flex;
    gap: 60px 40px;
    flex-wrap: wrap;
    margin-top: 50px;
}
.service_item{
    width: calc((100% - 40px) / 2);
    display: flex;
    gap: 20px;
    align-items: center;
}
.service_item_img img{
    width: 180px;
}
.service_item_text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.service_item_text_name h2{
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd713;
    font-size: 27px;
}
p {
    font-size: 18px;
    line-height: 28px;
}
.service_item_text_btn a{
    color: #ffd713;
    font-size: 18px;
    border-bottom: 1px dotted #ffb913;
    animation: scaleAnimation 3s infinite;
    display: inline-block;
}
.about_text{
    margin-top: 35px;
}
.about_text p iframe{
    float: right;
    margin: 0 0 20px 20px;
}
iframe{
    border-radius: 20px;
    border: 2px solid #cd8400;
}
.cert_block{
    text-align: center;
    margin-top: 50px;
}
.cert_block div img{
    width: 320px;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
    z-index: 1;
}

/* BOTTOM MENU */
@keyframes bottomMenuAnim{
    0% {
        box-shadow: 0px -8px 25px rgba(64, 126, 24, 0.3);
    }
    50% {
        box-shadow: 0px -8px 40px rgba(64, 126, 24, 0.6);
    }
    100% {
        box-shadow: 0px -8px 25px rgba(64, 126, 24, 0.3);
    }
}
.bottom_menu{
    width: 100%;
    max-width: 430px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #071702;
    background-image: url("../img/bg2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -8px 25px rgba(64, 126, 24, 0.3);
    overflow-y: hidden;
    animation: bottomMenuAnim 2.5s infinite ease-in-out;
    z-index: 10;
}
.bottom_menu nav{
    width: 100%;
}
.bottom_menu nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    list-style: none;
}
.bottom_menu nav ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    gap: 5px;
}
.bottom_menu nav ul li a img{
    width: 28px;
}
.bottom_menu_img{
    display: flex;
    align-items: center;
}
/* BOTTOM MENU */

.recent_block{
    margin-top: 50px;
}
.recent_item{
    text-align: center;
    opacity: .3;
    transition: 1s;
}
.slick-center{
    opacity: 1;
    transition: 1s;
}
.recent_item_img img{
    width: 350px;
    height: 350px;
}
.recent_item_text{
    margin-top: 30px;
    padding: 0 20px;
}
.recent_item_name{
    margin-top: 30px;
    color: #ffd713;
    font-size: 20px;
}
.recent_item_city{
    margin-top: 10px;
    font-size: 16px;
    color: #bcbcbc;
}
.slick-slide img{
    display: inline-block;
}
.slick-prev:before, .slick-next:before{
    opacity: 1;
    color: #ffd713;
}
.recent_btn{
    text-align: center;
    margin-top: 60px;
}
.recent_btn a {
    display: inline-block;
    background: linear-gradient(to bottom,#ffd713 0%,#cd8400 100%);
    color: #3a2d15;
    border-radius: 20px;
    padding: 6px 25px;
    text-shadow: none;
    font-size: 17px;
    box-shadow: 0 0 5px 0px #1f100b;
    animation: scaleAnimation 3s infinite;
}
.contact_block{
    display: flex;
    gap: 60px;
    margin-top: 50px;
}
.contact_left{
    width: calc((100% - 30px) / 2);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact_right{
    width: calc((100% - 30px) / 2);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
section .phone a{
    color: #ffd713;
}

form{
    width: 420px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
form#consult_form{
    gap: 0;
}
form input, form textarea{
    border-radius: 20px;
    border: 1px solid #ffd713;
    background-color: rgb(31 16 11 / 70%);
    color: #fff;
    padding: 8px 20px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    outline: none;
}
form button{
    width: fit-content;
    background: linear-gradient(to bottom,#ffd713 0%,#cd8400 100%);
    color: #3a2d15;
    border-radius: 20px;
    padding: 8px 20px;
    text-shadow: none;
    font-size: 18px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    box-shadow: 0 0 5px 0px #1f100b;
}
footer{
    background: linear-gradient(to bottom,#ffd713 0%,#cd8400 100%);
    padding: 4px 0;
    text-align: center;
    text-shadow: none;
}
footer a{
    font-size: 14px;
    color: #3a2d15;
}
.iziModal .iziModal-button{
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal_container{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.modal_name h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd713;
    font-size: 28px;
    line-height: 38px;
}
#modal, #modal_recent{
    border: 1px solid #cd8400;
}
.modal_phone a{
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    color: #ffd713;
}
section.notify{
    height: 100vh;
    display: flex;
    align-items: center;
}
.notify_block{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.notify_name h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd713;
    font-size: 36px;
    line-height: 48px;
}
.notify_btn a{
    background: linear-gradient(to bottom,#ffd713 0%,#cd8400 100%);
    color: #3a2d15;
    border-radius: 20px;
    padding: 6px 25px;
    text-shadow: none;
    font-size: 17px;
    box-shadow: 0 0 5px 0px #1f100b;
}
img.person{
    display: none;
    width: 100%;
}

img.person1{
    display: none;
    width: 100%;
}
.disclaimer{
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}
@media screen and (max-width: 1400px) {
    .container{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .service_item{
        width: 100%;
    }
    .cert_block div img {
        width: 80%;
    }
    .contact_block{
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .contact_left {
        width: 100%;
    }
    .contact_right {
        width: 100%;
    }
    .messenger{
        justify-content: center;
    }
    .modal_container .messenger{
        justify-content: left;
    }
    .notify_contact .messenger{
        justify-content: left;
    }
    form {
        width: 100%;
    }
    .contact_form form{
        align-items: center;
    }
    .contact_form form input{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 991px) {
    .header_block {
        width: 100%;
    }
    header {
        background-image: url(../img/bg.jpg);
        background-position: center;
    }
    .offer_list ul {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    .offer_list ul li img{
        display: none;
    }
    .offer_list ul li{
        font-size: 19px;
    }
    .service_item {
        flex-direction: column;
        text-align: center;
    }
    .service_item_img img {
        width: 350px;
        height: 350px;
    }
    .about_text p iframe {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .about_text{
        text-align: center;
    }
}
@media screen and (max-width: 580px) {
    .phone a {
        font-size: 44px;
    }
    .recent_block .slick-prev, .recent_block .slick-next{
        top: 280px;
    }
    .header_middle_logo {
        font-size: 62px;
    }
}
@media screen and (max-width: 520px) {
    .header_video{
        display: block;
    }
    img.header_m{
        display: block;
    }
    .header_block{
        margin-top: -40px;
    }
    img.person{
        display: block;
    }
    img.person1{
        display: block;
    }
    header, section.service, section.about, section.recent, section.contact{
        padding-top: 0;
    }
    .header_top_name h1{
        font-size: 36px;
        line-height: 42px;
    }
    body{
        background-image: url("../img/m_bg.png");
        background-size: contain;
        background-repeat: repeat-y;
    }
    header, section.main{
        background-image: none;
    }
    section.devider {
        color: #551816;
        text-shadow: none;
    }
    .devider_name h2{
        color: #551816;
    }
    section.devider{
        border:none;
        background-image: url("../img/devider_bg.png");
        background-size: contain;
        background-repeat: repeat-y;
        position: relative;
        margin-top: 50px;
    }
    section.devider:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 101px;
        top: -65px;
        background-image: url("../img/devider_top.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    section.devider:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 101px;
        bottom: -65px;
        background-image: url("../img/devider_bottom.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .mobile{
        display: block;
    }
    .header_middle_logo {
        font-size: 54px;
    }
}
@media screen and (max-width: 480px) {
    .phone a {
        font-size: 42px;
    }
}

@media screen and (max-width: 460px) {
    .phone a {
        font-size: 40px;
    }
    .service_item_text_btn a {
        font-size: 21px;
    }
    .header_middle_logo{
        font-size: 55px;
    }
}
@media screen and (max-width: 440px) {
    .phone a {
        font-size: 38px;
    }
    .header_middle_sublogo h2 {
        font-size: 24px;
    }
    .header_top_name h1 {
        font-size: 32px;
        line-height: 40px;
    }
}
@media screen and (max-width: 430px) {
    .phone a {
        font-size: 37px;
    }
    .header_middle_tv {
        gap: 0;
        justify-content: space-between;
    }
    .devider_text {
        font-size: 21px;
        line-height: 31px;
    }
    .devider_name h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .section_name h3 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 420px) {
    section.devider:before, section.devider:after{
        background-size: contain;
    }
}
@media screen and (max-width: 410px) {
    .phone a {
        font-size: 34px;
    }
    .header_middle_sublogo {
        gap: 5px;
    }
    .header_top_name h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .modal_phone a {
        font-size: 34px;
    }
    .recent_item_img img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 390px) {
    .modal_phone a {
        font-size: 32px;
    }
    .header_middle_logo {
        font-size: 50px;
    }
}
@media screen and (max-width: 380px) {
    .phone a {
        font-size: 33px;
    }
    .service_item_img img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 370px) {
    .phone a {
        font-size: 32px;
    }
    .modal_phone a {
        font-size: 30px;
    }
}
@media screen and (max-width: 360px) {
    .phone a {
        font-size: 31px;
    }
    .header_middle_logo {
        font-size: 48px;
    }
}
@media screen and (max-width: 350px) {
    .phone a {
        font-size: 30px;
    }
    .modal_phone a {
        font-size: 29px;
    }
    .header_middle_logo {
        font-size: 56px;
    }
}
@media screen and (max-width: 340px) {
    .phone a {
        font-size: 29px;
    }
    .header_middle_logo {
        font-size: 44px;
    }
}
@media screen and (max-width: 330px) {
    .phone a {
        font-size: 28px;
    }
    .modal_phone a {
        font-size: 28px;
    }
}
