*{
    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: contain;
    background-repeat: repeat-y;
    background-position: center;
}
.container{
    padding: 0 15px;
}
.w100{
    width: 100%;
}
.w100_video{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.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;
}
.mt80{
    margin-top: 80px;
}
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);
    }
    .service_item_link .btn-text.gold{
        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 1px #000);
        filter: drop-shadow(1px 1px 1px #000);
        position: relative;
        z-index: 2;
        display: inline-block;
    }
    .btn-gold .btn-text.gold{
        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 1px #000);
        filter: drop-shadow(1px 1px 1px #000);
        position: relative;
        z-index: 2;
        display: inline-block;
    }
}
header{
    position: relative;
}
.header_name{
    font-family: 'Annabelle';
    font-size: 110px;
    line-height: 150px;
    font-weight: normal;
    font-style: normal;
    position: relative;
    width: max-content;
    margin: -10px auto 0;
}
.header_name::before{
    content: 'Владимировна';
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 32px;
    line-height: 50px;
    border-bottom: 1px solid #f5ad00;
}
img.header_divider{
    position: relative;
    margin-top: -240px;
}
.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%);
}

.messenger_max_container{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    background-image: url("../img/white_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.messenger_max_descr{
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    text-align: left;
    text-shadow: none;
}
a.messenger_max{
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    background-color: #1e0b01;
    width: 180px;
    background: #39A7FC;
    background: linear-gradient(90deg, rgba(57, 167, 252, 1) 0%, rgba(53, 82, 238, 1) 50%, rgba(156, 68, 219, 1) 100%);
    text-align: center;
}

section.divider_offer {
    position: relative;
    padding: 172px 0 180px 0;
    background-image: url("../img/bg_dark.png");
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
}
img.offer_top{
    position: absolute;
    left: 0;
    top: -140px;
    width: 100%;
}
img.offer_bottom{
    position: absolute;
    left: 0;
    bottom: -90px;
    width: 100%;
}
section.divider_offer form input{
    text-align: center;
}
section.divider_offer form button{
    margin: 15px auto 0;
    position: relative;
    z-index: 2;
}
section.divider {
    position: relative;
    padding: 40px 0;
}
section.divider::before, section.divider::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 34px;
    background: url('../img/svg/ornament.svg') repeat-x center;
    background-size: contain;
}
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: 360px;
}
.service_item_link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    background-image: url("../img/bg_dark.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 45px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 30px;
    color: #fff;
    isolation: isolate;
    z-index: 0;
    text-shadow: none;
    overflow: hidden;
    gap: 12px;
}
.service_item_link a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 3px;
    background: url('../img/gold_bg.png') center/cover no-repeat;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: 0;
    pointer-events: none;
}
.candle {
    position: absolute;
    top: 60%;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
}
.candle-left {
    left: 20px;
    transform: translate(-50%, -50%);
    background-image: url('../img/btn_red_left.png');
}
.candle-right {
    right: 20px;
    transform: translate(50%, -50%);
    background-image: url('../img/btn_red_right.png');
}
.image_container{
    position: relative;
}
.counter{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 170px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.counter_prefix{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
.counter_sufix{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
.counter_descr{
    margin-top: 4px;
    font-size: 10px;
    line-height: 14px;
}
.count{
    font-size: 46px;
    font-weight: 800;
}
.counter_2{
    position: absolute;
    left: 20px;
    top: 70px;
}
.counter_3{
    position: absolute;
    right: 20px;
    top: 70px;
}
.counter_4{
    position: absolute;
    left: 20px;
    top: 70px;
}
.counter_5{
    position: absolute;
    right: 20px;
    top: 70px;
}
section.about{
    padding: 40px 0 0 0;
}
.about_slider_item img{
    width: 75%;
    border-radius: 20px;
    box-shadow: 0 0 10px #000;
}
.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-next{
    top: 40px;
    right: 60px;
}
.review_slider .slick-next:before{
    content: none;
}
.review_slider .slick-next img{
    width: 40px;
    height: auto;
    animation: rotateWiggle 2s ease-in-out infinite;
    transform-origin: center;
}
@keyframes rotateWiggle{
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-15deg);
    }
}
section.review{
    padding: 40px 0 0 0;
}
.review_item{
    text-align: left;
    padding: 15px;
}
.review_item_top{
    display: flex;
    align-items: center;
    gap: 10px;
}
.review_item_top_img{
    display: flex;
    align-items: center;
    position: relative;
}
.review_item_top_img::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("../img/svg/hide.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%) rotateY(0deg);
}
.review_item_top_img img{
    width: 70px;
    border-radius: 50%;
}
.review_item_top_container{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.review_item_top_name{
    font-size: 16px;
    font-weight: 600;
}
.review_item_top_date{
    font-size: 12px;
}
.review_item_top_stars{
    display: flex;
    gap: 5px;
    margin-top: 3px;
}
.review_item_top_stars span{
    width: 14px;
    height: 14px;
    background-image: url("../img/svg/star.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.review_item_mdl{
    margin-top: 10px;
}
.review_item_mdl_descr{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    background-color: #fff;
    background-image: url("../img/white_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px 20px;
    color: #000;
    text-shadow: none;
    border-radius: 10px;
}
.review_item_dwn{
    margin-top: 15px;
}
.review_item_dwn_galery{
    display: flex;
    gap: 15px;
}
.review_item_dwn_galery_item{
    position: relative;
}
.review_item_dwn_galery_item img{
    width: 100px;
    height: 60px;
    border-radius: 10px;
}
.review_item_dwn_galery_item::before{
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("../img/svg/hide.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
}
.review_item_rating{
    margin-top: 10px;
}
.review_item_rating_like_btn{
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
    text-align: left;
}
.review_item_rating_like{
    display: flex;
    align-items: center;
}
.review_item_rating_like_descr{
    font-size: 10px;
}
.review_item_rating_like_img{
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.review_item_rating_like_img_icon{
    width: 24px;
    height: 24px;
    fill: #ffffff;
    transition: fill 0.3s ease;
}
.review_item_rating_like_img_icon.active{
    fill: #fab516;
}
section.contact{
    padding: 40px 0 0 0;
}
footer{
    background-color: #071802;
    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/svg/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.modal_container{
    text-align: left;
}
.modal_container .messenger{
    flex-direction: column;
    gap: 15px;
    width: max-content;
}
.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{
    margin-top: 15px;
}
.btn-gold {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
}
.btn-gold {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    background-image: url("../img/bg_dark.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 60px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 30px;
    color: #fff;
    isolation: isolate;
    z-index: 0;
    text-shadow: none;
    overflow: hidden;
    gap: 12px;
    line-height: 1;
}
.btn-gold::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 3px;
    background: url('../img/gold_bg.png') center/cover no-repeat;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: 0;
    pointer-events: none;
}
.btn-gold .candle{
    position: absolute;
    top: 60%;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
}
.btn-gold .candle-left {
    left: 20px;
    transform: translate(-50%, -50%);
    background-image: url('../img/btn_red_left.png');
}
.btn-gold .candle-right {
    right: 20px;
    transform: translate(50%, -50%);
    background-image: url('../img/btn_red_right.png');
}
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;
}
.contact_fixed {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
    visibility: hidden;
    padding: 10px 16px 6px 16px;
    border-radius: 10px;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.contact_fixed.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.contact_fixed.hide {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(100%);
}
.contact_fixed_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}
.contact_fixed_container a{
    color: #fff;
}
.contact_fixed_item_img img{
    width: 36px;
}
.contact_fixed_item_name{
    font-size: 8px;
}
.contact_fixed_descr{
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    background-color: #fff;
    color: #000;
    text-shadow: none;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 1;
    box-shadow: 0 0 5px #000;
}
.contact_fixed_descr span{
    font-weight: 500;
    color: #2a8c00;
    border-bottom: 1px dotted #2a8c00;
}
.contact_fixed_descr::after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(255, 255, 255);
    z-index: 2;
}
.contact_fixed_descr.show {
    opacity: 1;
    visibility: visible;
}
.contact_fixed_descr.hide {
    opacity: 0;
    visibility: hidden;
}
.ya_review{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 240px;
    text-align: left;
}
.ya_review_top{
    display: flex;
    gap: 10px;
}
.ya_review_top_logo{
    display: flex;
    align-items: center;
}
.ya_review_top_logo img{
    width: 56px;
}
.ya_review_top_container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
}
.ya_review_top_title_block{
    display: flex;
    align-items: center;
}
.ya_review_top_title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}
.ya_review_top_title span{
    color: #ff5b3e;
}
.ya_review_top_verif{
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.ya_review_top_verif img{
    width: 14px;
}
.ya_review_top_descr{
    font-size: 11px;
}
.ya_review_mdl{
    margin-top: 10px;
    font-size: 11px;
    line-height: 16px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px;
    max-width: 224px;
}
.ya_review_mdl span{
    font-weight: 500;
}
.ya_review_dwn{
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px;
    width: max-content;
}
.ya_review_dwn_stars{
    display: flex;
    align-items: center;
    gap: 6px;
}
.ya_review_dwn_stars span{
    width: 10px;
    height: 10px;
    background-image: url("../img/svg/star.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ya_review_value{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}
.ya_review_logo{
    display: flex;
    align-items: center;
}
.ya_review_logo img{
    width: 18px;
}
.review_ya{
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    color: #000;
    text-shadow: none;
    background-image: url("../img/white_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.review_ya_img{
    display: flex;
    align-items: center;
}
.review_ya_img img{
    width: 84px;
}
.review_ya_container{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.review_ya_title{
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.review_ya_descr{
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
}
.review_ya_rating{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 3px;
}
.review_ya_rating_count{
    font-size: 10px;
    font-weight: 500;
}
.review_ya_rating_stars{
    display: flex;
    gap: 5px;
}
.review_ya_rating_stars span{
    width: 10px;
    height: 10px;
    background-image: url("../img/svg/star.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.video_review{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.video_review iframe{
    width: 100%;
    height: 250px;
}
.voice_message_container{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(54, 54, 54, 0.7);
    width: 100%;
}
.waveform{
    flex: 1;
    height: 40px;
}
.playPauseBtn{
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
}
.playPauseBtn:focus,.playPauseBtn:focus-visible{
    outline: none;
}
.playPauseIcon{
    display: block;
    width: 18px;
    height: 18px;
}
.voice_message_img {
    display: flex;
    align-items: center;
    position: relative;
}
.voice_message_img video {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
.voice_message_img::before{
    content: '';
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 15px;
    height: 15px;
    background-image: url("../img/svg/microphone.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.profile_fixed {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    left: -320px;
    top: 10px;
    padding: 10px;
    max-width: 280px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    z-index: 10;
    color: #fff;
    transition: left 0.5s ease;
}
.profile_fixed.show {
    left: 10px;
}
.profile_fixed.hide {
    left: -320px;
}
.profile_fixed_img{
    display: flex;
    align-items: center;
    position: relative;
}
.profile_fixed_img video {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.profile_fixed_img::after {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 4px; 
    width: 6px;
    height: 6px;
    background-color: #44df00;
    border-radius: 50%;
    z-index: 2;
}
.profile_fixed_img::before {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 6px;
    height: 6px;
    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;
    }
}
.profile_fixed_container{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.profile_fixed_title{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.profile_fixed_descr{
    font-size: 11px;
    line-height: 14px;
}
.profile_fixed_descr span{
    color: #44df00;
    font-weight: 500;
}
.header_rating{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: left;
}
.header_rating_item{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 10px;
}
.header_rating_item_top{
    display: flex;
    gap: 6px;
    align-items: center;
}
.header_rating_item_top_img{
    display: flex;
    align-items: center;
}
.header_rating_item_top_img img{
    width: 28px;
}
.header_rating_item_top_container{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.header_rating_item_top_title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}
.header_rating_item_top_stars{
    display: flex;
    gap: 4px;
}
.header_rating_item_top_stars span{
    width: 5px;
    height: 5px;
    background-image: url("../img/svg/star.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header_rating_item_dwn_descr{
    font-size: 10px;
    margin-top: 4px;
}
.header_rating_item_dwn_value{
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
}
@media screen and (max-width: 430px) {
    .mobile{
        width: 100%;
    }
}
@media screen and (max-width: 390px) {
    .messenger a {
        padding: 8px 15px;
    }
}
@media screen and (max-width: 380px) {
    .header_name {
        font-size: 105px;
    }
    .header_tv_block{
        gap: 30px;
        max-width: calc(2 * 60px + 30px);
    }
    .header_tv_block img {
        width: 60px;
    }
}
@media screen and (max-width: 370px) {
    .header_name {
        font-size: 100px;
    }
    img.header_divider {
        margin-top: -220px;
    }
    .header_name::before {
        font-size: 30px;
    }
    .messenger {
        gap: 10px;
    }
    .service_item_img img {
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .header_name {
        font-size: 95px;
    }
    .header_name::before {
        font-size: 28px;
    }
    .phone a {
        font-size: 32px;
    }
    .header_tv {
        bottom: 190px;
    }
}
@media screen and (max-width: 350px) {
    .header_name {
        font-size: 90px;
    }
    .phone a {
        font-size: 30px;
    }
    img.header_divider {
        margin-top: -210px;
    }
}
@media screen and (max-width: 330px) {
    .phone a {
        font-size: 28px;
    }
}