*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
body{
    background-color: #000;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 20px;
    text-shadow: 1px 1px 1px #000;
}

.gold {
    background: url(../img/gold_bg.png) center center/cover no-repeat;
    text-shadow: none;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(1px 1px #000);
    filter: drop-shadow(1px 1px #000);
}
.mobile{
    width: 420px;
    background-color: #161616;
    margin: 0 auto;
    background-image: url("../img/bg.png");
    background-repeat: repeat-y;
    background-position: center;
}
.container{
    padding: 0 15px;
    text-align: center;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.header_name{
    font-family: 'SC Jurer';
    font-size: 115px;
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.header_descr{
    margin-top: -70px;
}
.header_descr h1 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 44px;
}
.header_descr h2{
    margin-top: 20px;
    text-transform: uppercase;
}
.header_text{
    margin-top: 40px;
}
.header_phone{
    margin-top: 40px;
}
.phone a{
    font-size: 40px;
    font-weight: 800;
}
.header_messenger{
    margin-top: 30px;
}
.messenger{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
}
.messenger a{
    color: #fff;
    border-radius: 20px;
    padding: 8px 30px;
}
.messenger a.whatsapp{
    background: rgb(0,70,12);
    background: linear-gradient(0deg, rgba(0,70,12,1) 0%, rgba(18,177,0,1) 100%);
    animation: whatsapp 3s infinite;
}
.messenger a.whatsapp img {
    width: 20px;
    position: relative;
    top: 3px;
    margin-left: 8px;
}
@keyframes whatsapp {
    0% {box-shadow: 0 0 10px 1px #036817;}
    50% {box-shadow: 0 0 20px 5px #00a721;}
    100% {box-shadow: 0 0 10px 1px #036817;}
  }
  @-webkit-keyframes whatsapp {
    0% {box-shadow: 0 0 10px 1px #036817;}
    50% {box-shadow: 0 0 20px 5px #00a721;}
    100% {box-shadow: 0 0 10px 1px #036817;}
  }
.messenger a.telegram{
    background: rgb(0,56,143);
    background: linear-gradient(0deg, rgba(0,56,143,1) 0%, rgba(62,133,242,1) 100%);
    animation: telegram 3s infinite;
}
.messenger a.telegram img {
    width: 20px;
    position: relative;
    top: 3px;
    margin-left: 8px;
}
@keyframes telegram {
    0% {box-shadow: 0 0 10px 1px #033468;}
    50% {box-shadow: 0 0 20px 5px #065bb7;}
    100% {box-shadow: 0 0 10px 1px #033468;}
  }
  @-webkit-keyframes telegram {
    0% {box-shadow: 0 0 10px 1px #033468;}
    50% {box-shadow: 0 0 20px 5px #065bb7;}
    100% {box-shadow: 0 0 10px 1px #033468;}
  }
.header_video{
    margin-top: 40px;
    position: relative;
}
.header_video:before{
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 83px;
    height: 82px;
    background-image: url("../img/video_top.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.header_video:after{
    content: '';
    position: absolute;
    bottom: 2px;
    right: -3px;
    width: 83px;
    height: 82px;
    background-image: url("../img/video_bottom.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.header_video iframe{
    border: 2px solid #dfb305;
    border-radius: 20px;
}



.header_list{
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.header_list_item{
    display: flex;
    gap: 20px;
}
.header_list_item_img{
    display: flex;
    align-items: center;
}
.header_list_item_descr{
    text-align: left;
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.header_list_item_descr_name{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
}
.header_list_item_descr_text p{
    font-size: 18px;
}




section.contact .name_section{
    margin-top: -120px;
}
.name_section h2 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 800;
    text-transform: uppercase;
}
.descr_section{
    margin-top: 40px;
}
img.map{
    margin-top: -60px;
}
.contact_phone{
    margin-top: -120px;
}
.contact_messenger{
    margin-top: 30px;
}
.contact_text{
    margin-top: 40px;
}



section.service .name_section{
    margin-top: -100px;
}
.service_item{
    margin-top: 25px;
}
.service_item_name{
    margin-top: -30px;
}
.service_item_name h2{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 38px;
}
.service_item_list{
    margin-top: 20px;
}

section.contact_service .name_section{
    margin-top: -60px;
}


section.recent .name_section{
    margin-top: -60px;
}
.recent_video{
    margin-top: 40px;
    position: relative;
}
.recent_video:before{
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 83px;
    height: 82px;
    background-image: url("../img/video_top.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.recent_video:after{
    content: '';
    position: absolute;
    bottom: 2px;
    right: -3px;
    width: 83px;
    height: 82px;
    background-image: url("../img/video_bottom.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.recent_video iframe{
    border: 2px solid #dfb305;
    border-radius: 20px;
}
.recent_list{
    margin-top: 40px;
}
.recent_list_item_text{
    margin-top: 20px;
}
.recent_list_item_text p{
    font-size: 18px;
}
.recent_list_item_name{
    margin-top: 20px;
}
.recent_list_item_name h5{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.slick-slide img {
    display: inline-block;
}
.slick-prev, .slick-next{
    top: 152px;
}
.slick-prev:before, .slick-next:before{
    color: #f0ce2a;
    font-size: 21px;
    opacity: 1;
}
.slick-next {
    right: 5px;
}
.slick-prev {
    left: 5px;
    z-index: 1;
}
.recent_btn{
    margin-top: 40px;
}
.recent_btn a {
    background-image: url(../img/btn.png);
    width: 274px;
    display: block;
    height: 59px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    border-radius: 20px;
    padding-top: 13px;
    margin: 0 auto;
    font-size: 22px;
}



section.about_me{
    padding-bottom: 60px;
}



.iziModal{
    background-image: url("../img/bg.png");
    background-position: center;
    text-align: center;
    border: 2px solid #dfb305;
}
.modal_name h2{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 38px;
}
.modal_text{
    margin-top: 30px;
}
form input, form textarea{
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 20px;
    border: 2px solid #dfb305;
    border-radius: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    outline: none;
    color: #fff;
}
form button{
    background-image: url(../img/btn.png);
    width: 274px;
    display: block;
    height: 59px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    border-radius: 20px;
    padding-bottom: 6px;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 22px;
    margin-top: 30px;
    cursor: pointer;
}
.modal_close{
    margin-top: 30px;
}
.modal_close a{
    background-image: url(../img/btn.png);
    width: 274px;
    display: block;
    height: 59px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    border-radius: 20px;
    padding-top: 13px;
    margin: 0 auto;
    font-size: 22px;
}
::-webkit-input-placeholder {
    color: #a9a9a9;
}
  ::-moz-placeholder {
    color: #a9a9a9;
}
  :-ms-input-placeholder {
    color: #a9a9a9;
}
  :-moz-placeholder {
    color: #a9a9a9;
}


.send{
    padding-top: 40px;
    height: 100vh;
}
.send_text{
    margin-top: 50px;
}

/* MESSENGER FIXED */
.messenger_fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.messenger_fixed_item {
    width: 55px;
    height: 55px;
    background-color: red;
    border-radius: 100%;
    margin: 0 15px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}
.messenger_fixed_item img{
    width: 30px;
}
.fixed_whatsapp{
    animation: pulse_whatsapp 1.5s infinite;
    background: rgb(0,193,12);
    background: radial-gradient(circle, rgba(0,193,12,1) 0%, rgba(0,88,5,1) 100%);
    border: 2px solid #003c03;
}
@-webkit-keyframes pulse_whatsapp {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 51, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse_whatsapp {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 255, 51, 0.6);
      box-shadow: 0 0 0 0 rgba(0, 255, 51, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
/* MESSENGER FIXED */

img.me{
    width: 100%;
}
img.img_1{
    margin-top: 65px;
}
.mt75{
    margin-top: 75px;
}
.mt35{
    margin-top: 35px;
}
@media screen and (max-width: 420px) {
    .mobile{
        width: 100%;
    }
    img.map{
        width: 100%;
    }
    .service_item_img img{
        width: 100%;
    }
}
@media screen and (max-width: 370px) {
    img.line{
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    .phone a{
        font-size: 38px;
    }
    .header_descr h1 {
        font-size: 36px;
        line-height: 41px;
    }
}
@media screen and (max-width: 340px) {
    .messenger a{
        padding: 8px 20px;
    }
    .name_section h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 335px) {
    .phone a{
        font-size: 36px;
    }
}