*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    text-shadow: 1px 1px 1px #000;
    position: relative;
}
input, textarea, button{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
}
input, textarea, button{
    outline: none;
}
p{
    font-size: 16px;
    line-height: 22px;
}
a{
    text-decoration: none;
}
strong{
    font-weight: 500;
    color: #44df00;
    border-bottom: 1px dotted #44df00;
}
.mobile{
    width: 430px;
    margin: 0 auto;
    background-image: url("../img/bg.png");
    background-size: auto;
    background-repeat: repeat-y;
    background-position: center;
}
.container{
    padding: 0 15px;
}
.w100{
    width: 100%;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
iframe{
    width: 100%;
    height: 320px;
    border: 1px solid #f5ad00;
    border-radius: 20px;
    background-color: #000;
}
.gold{
    color: #f5ad00;
}
@supports (-webkit-background-clip: text) or (background-clip: text){
  .gold{
    text-shadow: none;
    background: #f5ad00 url("../img/gold_bg.png") center/cover no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(1px 1px #000);
    filter: drop-shadow(1px 1px #000);
  }
  .header_name.gold::before{
    background: #f5ad00 url("../img/gold_bg.png") center/cover no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(1px 1px #000);
    filter: drop-shadow(1px 1px #000);
  }
}
.header_name{
    font-family: 'SPSL RussianSouvenir', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 86px;
    line-height: 86px;
    position: relative;
    margin: -160px auto 0;
    letter-spacing: 1px;
    width: max-content;
}
.header_name::before {
    content: 'Матушка';
    position: absolute;
    left: 0;
    top: -58px;
    font-size: 55px;
    line-height: 61px;
}
.header_name::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    height: 27px;
    background-image: url("../img/line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.header_title h1{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.phone a{
    font-size: 34px;
    font-weight: 800;
    text-shadow: none;
}
.messenger{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.messenger a{
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
}
.whatsapp{
    background: rgb(0,66,16);
    background: linear-gradient(0deg, rgba(0,66,16,1) 0%, rgba(0,170,42,1) 100%);
}
.telegram{
    background: rgb(0,66,116);
    background: linear-gradient(0deg, rgba(0,66,116,1) 0%, rgba(0,146,255,1) 100%);
}
section.divider {
    position: relative;
    padding: 40px 0;
}
section.divider::before, section.divider::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 38px;
    background: url('../img/ornament.svg') repeat-x center;
    background-size: cover;
}
section.divider::before{
    top: -20px;
}
section.divider::after{
    bottom: -20px;
}
.divider_title h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
section.divider form input{
    text-align: center;
}
section.divider form button{
    margin: 15px auto 0;
}
.divider_online{
    font-size: 12px;
}
section.service{
    padding: 40px 0 0 0;
}
.section_title h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.service_item_title h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.service_item_img img{
    width: 330px;
}
.service_item_link a{
    padding: 8px 20px;
    background: rgb(177,177,177);
    background: linear-gradient(0deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 100%);
    color: #000;
    border-radius: 20px;
    text-shadow: none;
    font-weight: 400;
}
section.about{
    padding: 40px 0 0 0;
}
.about_slider_item img{
    width: 75%;
    border-radius: 20px;
}
.slick-slide img{
    display: inline-block;
}
.slick-next {
    right: 10px;
}
.slick-prev {
    left: 10px;
    z-index: 1;
}
.slick-prev:before, .slick-next:before{
    opacity: 1;
    color: #f5ad00;
}
.review_slider .slick-prev, .review_slider .slick-next{
    top: 240px;
}
.review_slider .slick-prev{
    left: 45px;
}
.review_slider .slick-next{
    right: 45px;
}
section.review{
    padding: 40px 0 0 0;
}
.review_slider_item{
    padding: 0 15px;
}
.review_slider_item_img{
    position: relative;
}
.review_slider_item_img img{
    width: 260px;
}
.review_slider_item_lock{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 240px;
}
.review_slider_item_lock_img img{
    width: 30px;
}
.review_slider_item_lock_descr{
    margin-top: 5px;
    font-size: 12px;
}
.review_slider_item_name{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.review_slider_item_city{
    font-size: 12px;
}
.review_add a{
    padding: 8px 20px;
    background: rgb(177,177,177);
    background: linear-gradient(0deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 100%);
    color: #000;
    border-radius: 20px;
    text-shadow: none;
    font-weight: 400;
}
section.contact{
    padding: 40px 0;
}
footer{
    background-color: #1e0b01;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer a{
    color: #f5ad00;
    font-size: 12px;
}
.modal_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal_header_title h4{
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}
.modal_header_close{
    display: flex;
}
.modal_header_close a{
    width: 22px;
    height: 22px;
    background-image: url("../img/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.modal_container{
    text-align: left;
}
.modal_online{
    font-size: 12px;
}
form{
    display: flex;
    flex-direction: column;
}
form input, form textarea{
    border: 1px solid #f5ad00;
    border-radius: 20px;
    background-color: rgb(0 0 0 / 30%);
    padding: 8px 20px;
    color: #fff;
}
form button{
    background: rgb(177,177,177);
    background: linear-gradient(0deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 100%);
    width: max-content;
    font-weight: 400;
    color: #000;
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    margin-top: 15px;
}
form textarea{
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 100px;
}
::-webkit-input-placeholder{
    color: #979797;
}
::-moz-placeholder{
    color: #979797;
}
:-ms-input-placeholder{
    color: #979797;
}
:-moz-placeholder{
    color: #979797;
}
a.fast_contact {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
    background-image: url("../img/fast_contact.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 40%);
}
a.fast_contact::after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 4px; 
    width: 8px;
    height: 8px;
    background-color: #44df00;
    border-radius: 50%;
    z-index: 2;
}
a.fast_contact::before {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: 8px;
    height: 8px;
    background-color: #44df00;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
    animation: wave 2s infinite ease-out;
}
@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.modal_container .messenger{
    flex-direction: column;
    gap: 15px;
    width: max-content;
}
.fast_contact_info {
    position: fixed;
    bottom: 65px;
    right: 65px;
    font-size: 12px;
    font-weight: 400;
    text-shadow: none;
    text-align: left;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    z-index: 99;
}
.fast_contact_info span{
    font-weight: 500;
    color: #2a8c00;
    border-bottom: 1px dotted #2a8c00;
}
.fast_contact_info.show{
    opacity: 1;
    visibility: visible;
}
.fast_contact_info.hide{
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 430px) {
    .mobile{
        width: 100%;
    }
}
@media screen and (max-width: 390px) {
    .header_name {
        font-size: 82px;
        line-height: 82px;
    }
    .messenger a {
        padding: 8px 15px;
    }
}
@media screen and (max-width: 380px) {
    .header_name {
        font-size: 80px;
        line-height: 80px;
    }
    .messenger {
        gap: 10px;
    }
}
@media screen and (max-width: 370px) {
    .header_name {
        font-size: 78px;
        line-height: 78px;
    }
    .service_item_img img {
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .header_name {
        font-size: 76px;
        line-height: 76px;
    }
    .phone a {
        font-size: 32px;
    }
}
@media screen and (max-width: 350px) {
    .header_name {
        font-size: 74px;
        line-height: 74px;
    }
}
@media screen and (max-width: 340px) {
    .header_name {
        font-size: 72px;
        line-height: 72px;
    }
    .phone a {
        font-size: 30px;
    }
}
@media screen and (max-width: 330px) {
    .header_name {
        font-size: 70px;
        line-height: 70px;
    }
}