@font-face {
    font-family: 'Montserrat-webfont';
    src: url('/assets/css/fonts/montserrat-light.woff') format('woff');
    font-weight: 300;
    font-display:swap;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat-webfont';
    src: url('/assets/css/fonts/montserrat-regular.woff') format('woff');
    font-weight: 400;
    font-display:swap;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat-webfont';
    src: url('/assets/css/fonts/montserrat-medium.woff') format('woff');
    font-weight: 500;
    font-display:swap;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat-webfont';
    src: url('/assets/css/fonts/montserrat-semibold.woff') format('woff');
    font-weight: 600;
    font-display:swap;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat-webfont';
    src: url('/assets/css/fonts/montserrat-extrabold.woff') format('woff');
    font-weight: 700;
    font-display:swap;
    font-style: normal
}



*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

*,*:before,*:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,img,b,u,i,center,table,tr,th,td,video{margin:0;padding:0;border:0}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#7d8194;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#7d8194;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#7d8194;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#7d8194;}

input {
outline: none;
}
body {    margin: 0;color: #1e1e1e;font-size: 16px;font-family: 'Montserrat-webfont', Arial, sans-serif;}
a {text-decoration:none;color: #1e1e1e;}
.container{
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}



h2 {font-size: 32px;font-weight: 800;text-transform: uppercase;color: #000000;margin-bottom:35px;}



















a.logo_head svg {
    width: 24px;
}

a.logo_head {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    gap: 10px;
}

.header {
    position: sticky;
    top: 0;
    z-index: 10001;
    background: #ecebea;
}
.top_menu1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 80px;
}

.top_menu1 ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

a.top_phone svg {
    width: 26px;
}

a.top_phone {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    margin-left: auto;
    gap: 15px;
}

.top_block {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.top_menu1 {
    margin-left: 60px;
}



.service_menu_top {
    background: #1e1e1e;
}

.service_menu ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.service_menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
}

.service_menu ul li a {
    background-color: #1e1e1e;
    padding: 14px 20px;
    display: block;
    text-align: center;
}

.service_menu ul li a:hover {
    background-color: #ffb838;
    background-image: none;
    border-color: #ffb838;
    color: #1e1e1e;
}

.service_menu ul li {
    border-right: 2px solid #fff;
    width: 100%;
}

.top_block {
    padding: 15px 0;
}

.service_menu ul li:last-child {
    border-right: 2px solid #1e1e1e;
}

/*
.header_banner{
  background:
    linear-gradient(to right,
      #fff 0%,
      #fff 30%,           
      rgba(255,255,255,.9) 40%,
      rgba(255,255,255,0) 60% 
    ),
    url(/assets/images/tild6439-3465-4332-b638-653933646466__b4d484c2-83eb-4a20-b.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}
.header_banner{
  background:
  
    linear-gradient(to right,
      #fff 0%,
      #fff 50%,
      rgba(255,255,255,.9) 60%,
      rgba(255,255,255,0) 75%
    ),
    
    linear-gradient(to top,
      #fff 0%,
      rgba(255,255,255,.95) 18%,
      rgba(255,255,255,0) 45%
    ),
   
    url(/assets/images/tild6439-3465-4332-b638-653933646466__b4d484c2-83eb-4a20-b.png);

  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, left bottom, right center;
  background-size: 100% 100%, 100% 100%, cover;
}
*/

.header_banner_container {
    /* background: url(/assets/images/tild6439-3465-4332-b638-653933646466__b4d484c2-83eb-4a20-b.png) no-repeat; */
    display: flex;
    justify-content: space-between;
    position:relative;
    z-index:2;
}
/*

.header_banner{
  background: url(/assets/images/bg-index.png);
   
  background-repeat: no-repeat, no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}
*/
.header_banner{
 padding: 50px 0;
 position:relative;
}
.header_banner:before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/images/tild6439-3465-4332-b638-653933646466__b4d484c2-83eb-4a20-b.png") right center / cover no-repeat;
  z-index: 0;
  background-size: 75%;
}

.header_banner::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/images/tild3330-6663-4636-a437-386361643365__fad99d40-6297-4809-b.png") left center / cover no-repeat;
  /* opacity: 0.35; */            /* регулируйте прозрачность */
  z-index: 1;
  pointer-events: none;
}


.header_banner_descr ul li svg {
    width: 42px;
}

.header_banner_descr > span {
    /* color: #000000; */
    font-size: 44px;
    font-weight: 800;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header_banner_descr h1 {
    color: #03a90a;
    font-size: 54px;
    line-height: normal;
    text-transform: uppercase;
    margin: 10px 0;
}

.text_inner h1 {
        color: #000000;
    font-size: 32px;
    font-weight:800;
    
    line-height: normal;
    text-transform: uppercase;margin-bottom:35px;
}

.text_inner {
    margin: 80px 0;
    color: #000000;
    font-size: 16px;line-height:normal;
}

.header_banner_descr > span:last-child {}

.header_banner_descr > span:first-child {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    /* letter-spacing: 2px; */
    text-transform: none;
}

.header_banner_descr ul li {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header_banner_descr ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    /* display: flex; */
}

.header_banner_descr ul li:not(:last-child) {
    margin-bottom: 5px;
}

.header_banner_form {
    border-radius: 2px;
    border: 6px solid #ffb838;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    opacity: 0.9;
    background: #fff;
}

.head_bann_form_zag {
    color: #03a809;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.head_bann_form_zag span {
    color: rgb(30, 30, 30);
    display: block;
}

.header_banner_form > p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

form input[type="text"], form input[type="tel"], form textarea {
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(30, 30, 30);
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: 'Montserrat-webfont', Arial, sans-serif;
    padding: 15px 0;
}



.header_banner_form form {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

input[type="submit"] {
    color: #1e1e1e;
    border-radius: 12px;
    font-size: 18px;
    font-family: Montserrat-webfont;
    cursor: pointer;
    background-color: #ffb838;
    transition: 0.3s ease all;
    font-weight: 600;
    border: none;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}
input[type="submit"]:hover {
background-color: #f6a718;
}
.header_banner_form {
    padding: 25px;
    text-align: center;
    max-width: 360px;
    width: 100%;
    box-sizing: border-box;
}

.header_banner_form form p a {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.sale_form span {
    color: #000000;
        text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
}

.sale_form p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.header_banner_form form p {
    margin: 5px 0 20px 0;
}


.sindcdescr img {
    max-width: 127px;
}

.sindcz {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sindcp {
    color: #03a90a;
    font-size: 18px;
    font-weight: 600;
}
.service_index {
    margin-top: 50px;
}

.service_index_cart {
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_index_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.service_index_container a {
    box-shadow: 0px 2px 8px 0px rgba(30, 30, 30, 0.2);
    padding: 20px;
    box-sizing: border-box;
}

.service_index_cart img {
    max-width: 127px;
    width: 100%;
}



.form_page_sale_container img {
    width: 276px;
}

.form_page_sale_container {
    box-shadow: 0px 2px 8px 0px rgba(30, 30, 30, 0.2);
    border: 6px solid #ffb838;
    border-radius: 2px;
    display: flex;
    background:#fff;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
}

.form_page_sale_descr > div {
    color: #000000;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

.form_page_sale_descr > div > span {
    color: rgb(3, 169, 10);
}

.form_page_sale_descr > p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}

.form_page_sale_descr > div.form_page_sale_text {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    margin-top: 20px;
}

.form_page_sale_descr > div.form_page_sale_text a {
    color: rgb(30, 30, 30);
    text-decoration: underline;
}

.form_page_sale_descr form {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.form_page_sale_descr form input[type="submit"] {
    min-width: 220px;
}

.form_page_sale {
    margin-top: 80px;
    z-index: 1;
    position: relative;
}



.where {
    background: #efefef;
    padding: 180px 0 80px 0;
    margin-top: -80px;
}
.where h2 {
    text-align: center;
}

/* 2 колонки */
.where_container{
  display: flex;
  align-items: stretch; /* высота колонок выравнивается */
}

/* левая часть с фото */
.wh_left{
  flex: 0 0 52%;
  border-radius: 2px;
  overflow: hidden;
  background: #ddd;
}

/* фото */
.wh_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* правая часть */
.wh_right{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: stretch;   /* важно */
}

/* карточки справа — равная высота */
.wh_right_cart{
  background: #fff;
  padding: 20px 40px;
  border-radius: 2px;
  flex: 1 1 0;           /* ВАЖНО: basis 0, тогда делит высоту поровну */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wh_right_cart:nth-child(1) {
    background: #fff;
}

.wh_right_cart:nth-child(2) {
    background: #eaeaea;
}

.wh_right_cart:nth-child(3) {
    background: #dadada;
}

/* строка с иконкой и заголовком */
.whrz{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.whrz svg{
  max-width: 34px;
}

.whrz h3{
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

/* текст */
.whrd p{
  line-height: 1.55;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}




.etaps {
    margin-top: 80px;
}

.etaps_left img {
    width: 70px;
}

.etaps_left span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.etaps_right p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.etaps_cart {
    display: flex;
    align-items: center;
    gap: 100px;
    border-bottom: 2px solid #b5b5b5;
     margin-bottom: 35px;
    
    padding-bottom: 35px;
}

.etaps_left {
    display: flex;
    align-items: center;
    gap: 30px;
    min-width:285px;
}

.etaps_cart:not(:last-child) {
   
}



.specialisty_cart img {
    max-width: 260px;
    width: 100%;
}

.specialisty_cart > span {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
}

.specialisty_cart > p, .spec_rate span {
    color: #686868;
    font-size: 16px;
    font-weight: 500;
}

.specialisty_cart > p {
    margin: 10px 0;
}

.spec_rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rate_ico {
    display: flex;
}

.rate_ico svg {
    width: 19px;
}

.specialisty_cart {
    border: 2px solid #1e1e1e;
    padding: 15px;
    box-sizing: border-box;
}

.specialisty {
    margin-top: 110px;
}

.arr_spec_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.arr_spec {
    display: flex;
}

.arr_spec_container h2 {
    margin-bottom: 0;
}

.arr_spec img {
    max-width: 52px;
    width: 100%;
}

.arr_next img {
    transform: rotate(180deg);
}

.arr_spec div {
    cursor: pointer;
}



.sertificate {
    margin-top: 80px;
}

.sertificate > p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.sertificate_container {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.sert_cart img {
    max-width: 260px;
    width: 100%;
}

.sert_first img {
    width: 260px;
    border: 1px solid #000000;
}

.sert_first {
    display: flex;
    gap: 80px;
}

div {}

.two_sert {
    margin-top: 50px;
    display: flex;
}

.two_sert img:last-child {
    margin-left: auto;
    margin-right: 100px;
}




.reviews {
    margin-top: 80px;
}

.arr_reviews_container {
    /* box-shadow: 0px 2px 8px 0px rgba(30, 30, 30, 0.2); */
    /* border-radius: 2px; */
    /* border: 6px solid #ffb838; */
    /* padding: 45px; */
    /* box-sizing: border-box; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arr_rev img {
    max-width: 52px;
    width: 100%;
}

.arr_rev {
    display: flex;
}

.arr_rev .arr_next img {
    transform: rotate(
0deg);
}

.arr_rev div {
    cursor: pointer;
}

.rev_btn_container > a {
    color: #1e1e1e;
    border-radius: 12px;
    font-size: 18px;
    font-family: Montserrat-webfont;
    cursor: pointer;
    background-color: #ffb838;
    transition: 0.3s ease all;
    font-weight: 600;
    border: none;
    box-sizing: border-box;
    padding: 13px 27px;
    display: inline-block;
}

.rev_btn_container > a:hover {
    background-color: #f6a718;
}

.rev_btn_container {
    display: flex;
    align-items: center;
    gap: 25px;
}

.arr_reviews_container h2 {
    margin-bottom: 0;
}

.block_rv {
    box-shadow: 0px 2px 8px 0px rgba(30, 30, 30, 0.2);
    border-radius: 2px;
    border: 6px solid #ffb838;
    padding: 45px;
}

.reviews_top img {
    max-width: 95px;
    width: 100%;
}

.reviews_top > div > span {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.reviews_top > div > p {
    color: #686868;
    font-size: 16px;
    font-weight: 500;
}

.reviews_descr p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.reviews_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews_descr {
    margin-top: 25px;
}

.reviews_quote img {
    max-width: 130px;
    width: 100%;
    position: absolute;
    right: 35px;
    bottom: -40px;
    background: #fff;
}

.reviews_quote {
    position: relative;
}



.remont {
    margin-top: 120px;
}

.remont > p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}


.remont{
  padding: 40px 0;
  background: #fff;
}

.remont .container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.remont h2{
}

.remont > .container > p{
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* 2 колонки + вертикальная линия посередине */
.remont_container{
  display: flex;
  gap: 60px;
  align-items: stretch;                 /* колонки одной высоты */
  position: relative;
  margin-top: 40px;
}

.remont_container::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);                /* линия по центру */
  width: 2px;
  background: #d9d9d9;
}

/* левая и правая колонки */
.remont_left{
  flex: 0 0 calc(50% - 30px);           /* половина минус половина gap */
  display: flex;
}

.remont_right{
  flex: 0 0 calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-self: stretch;                   /* тянемся по высоте левой колонки */
}

/* ---------------- LEFT CARD ---------------- */
.remont_left_cart{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.remont_left_cart .img_rem{
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.remont_left_cart .img_rem img{
  width: 100%;
  height: auto;
  display: block;
}

.remont_left_cart span{
}

.remont_left_cart p{
}

/* ---------------- RIGHT CARDS ---------------- */
.remont_right_cart{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  /* flex: 1 1 0; */                           /* КЛЮЧ: делим высоту поровну */
  min-height: 0;
  padding: 0;                             /* как на скрине — без белых карточек */
}

/* текстовая часть справа */
.remont_right_cart span{
}

.remont_right_cart p{
  /* max-width: 320px; */
}

/* картинка справа в карточке */
.remont_right_cart .img_rem{
  flex: 0 0 260px;                        /* ширина превью как на скрине */
                            /* высота превью */
  border-radius: 2px;
  overflow: hidden;
}

.remont_right_cart .img_rem img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* нижний текст */
.remont_bottom{
  margin-top: 35px;
}

.remont_bottom p{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  max-width: 980px;
}

.remont_right_cart > div > span, .remont_left_cart span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
}

.remont_right_cart > div > p, .remont_left_cart p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.remont_left_cart .img_rem {
    margin-bottom: 70px;
}

.remont_bottom p {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}



.advantages{
  padding: 80px 0 60px;
  background: #efefef;
  margin-top: 50px;
}

.advantages .container{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.advantages h2{
}

.advantages > .container > p{color: #000000;font-size: 16px;font-weight: 400;}


.advantages_container{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
   /* важно: НЕ растягиваем карточки по высоте */
  align-items: stretch;
  margin-top: 40px;
}


.advantages_cart{
  background:#fff;
  padding: 28px;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  overflow:hidden;
}


.advantages_cart > svg{
  max-width: 84px;
  display:block;
  width: 100%;
}


.advantages_cart > span, .advantages_cart.img_adv > div span{
  display:block;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* Текст */
.advantages_cart > p, .advantages_cart.img_adv > div p{
  color: #686868;
  font-size: 16px;
  font-weight: 500;
}

.advantages_cart.img_adv{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 0; /* внутренние отступы дадим текстовому блоку */
  /* min-height: 260px; */ /* чтобы как на скрине */
  height: 100%;
  /* align-items: flex-end; */
}

.advantages_cart.img_adv > div{
  padding: 28px;
  flex: 1 1 58%;
  min-width: 0;
  align-self: flex-start;
}

.advantages_cart.img_adv > div svg{
  max-width: 64px;
  width: 100%;
  display:block;
}

.advantages_cart.img_adv > div span{
}

.advantages_cart.img_adv > div p{
  /* margin:0; */
  /* font-size: 13px; */
  /* line-height: 1.55; */
  /* color:#6a6f76; */
  max-width: 420px;
}

.advantages_cart.img_adv > img{
  flex: 0 0 42%;
  width: 42%;
  height: 100%;
  object-fit: contain;
  align-self: stretch;
  margin-left:auto;
  /* padding-right: 10px; */
  /* align-items: flex-end; */
  object-position: bottom right;
}


.advantages_container .advantages_cart:nth-child(1){ grid-column: 1 / 2; }
.advantages_container .advantages_cart:nth-child(2){grid-column: 2 / 4;/* min-height: 300px; */}
.advantages_container .advantages_cart:nth-child(3){ grid-column: 1 / 3; /*min-height: 300px;*/ }
.advantages_container .advantages_cart:nth-child(4){ grid-column: 3 / 4; }




.what_vyzov {
   /* background: url(/assets/images/bg-whm.jpg) no-repeat;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;*/
   padding: 80px 0;
   position: relative;
   overflow: hidden;
}

.what_vyzov_cart {
    border-radius: 2px;
    border: 6px solid #ffb838;
    background: #fff;
    padding: 40px;
    max-width: 840px;
    width: 100%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.what_vyzov_cart p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.what_vyzov_cart p:not(:last-child) {
    margin-bottom: 30px;
}

.what_vyzov:before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/images/tild6164-3335-4634-b039-663231636434__5789e308-6aae-407f-b.png") right center / cover no-repeat;
  z-index: 0;
  background-size: 65%;
}

.what_vyzov::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/images/tild3330-6663-4636-a437-386361643365__fad99d40-6297-4809-b.png") left center / cover no-repeat;
  /* opacity: 0.35; */            /* регулируйте прозрачность */
  z-index: 1;
  pointer-events: none;
}



.contacts_form_container {
    display: flex;
    align-items: center;
    /* height: 100%; */
    /* width: 100%; */
    justify-content: space-between;
}

.contacts_form {
    padding: 80px 0;
}

.contacts_form_descr > p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.bold_contacts p, .bold_contacts a {
    color: #000000;
    font-weight: 500;
    font-size: 24px;
}

.bold_contacts a {
    font-size: 32px;
}

.bold_contacts p {
    margin: 15px 0;
}

.bold_contacts {
    margin-top: 40px;
}

.contacts_form_container form {
    display: flex;
    flex-direction: column;
}

.contacts_form_container > div.contacts_form_descr, .contacts_form_container > form {
    width: 50%;
    /* height: 100%; */
}

.contacts_form_descr {
    /* border-right: 2px solid #b5b5b5; */
}

.contacts_form_descr:after {}



.contacts_form_container > form > p a {
    color: #000000;
    font-size: 12px;
}

.contacts_form_container > form > p {
    text-align: center;
    margin-top: 15px;
}

.contacts_form_container form input[type="submit"] {
    margin-top: 35px;
}

.contacts_form_container form input[type="text"], .contacts_form_container form input[type="tel"] {
    /* padding: 20px 0; */
}

.contacts_form_container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  position: relative;          /* важно */
}

.contacts_form_container::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;                    /* на всю высоту контейнера */
  left:50%;
  transform:translateX(-50%);  /* строго по центру */
  width:2px;
  background:#b5b5b5;
}

/* чтобы контент не “наезжал” на линию */
.contacts_form_container > .contacts_form_descr,
.contacts_form_container > form{
  /* padding: 0 40px 0 40px; */             /* подберите под макет */
  box-sizing: border-box;
}


.contacts_form_container > .contacts_form_descr {
    padding: 0 50px 0 0;
}

.contacts_form_container > form {
    padding: 0 0 0 50px;
}



.footer_logo a svg {
    width: 24px;
}

.footer_logo a, .footer_phone a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer {
    background: #1e1e1e;
    color: #fff;
    padding: 50px 0 35px 0;
}

.footer_phone a svg {
    width: 26px;
}

.pay_cart svg {
    width: 40px;
}

.pay_cart:nth-child(2) img {width:54px;}
.pay_cart:nth-child(3) img {width:59px;}
.pay_cart:nth-child(4) img {width:64px;}
.pay_cart:nth-child(5) svg {width:32px;}



.payment_container {
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer a {
    color: #fff;
}

.footer_logo a span, .footer_phone a span {
    font-size: 18px;
    font-weight: 800;
}

.footer_phone {
    margin-top: 15px;
}

.footer_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 110px;
    margin-right: 80px;
}

.footer_menu ul li a {
    font-size: 14px;
}

.fcnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_info {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 45px;
    /* align-items: flex-end; */
}

.footer_info > div a, .footer_info > div p {
    font-size: 14px;
}

.footer_info > div p, .footer_payment {
    margin-top: 15px;
}

.footer_payment > p {
    margin: 0 !important;
}

.footer_payment {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-left: auto;
    margin-right: auto;
}








.sub_top {display:none;}

.t794__arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
    border-color: inherit;
}

.t794__arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0;
    position: absolute;
    top: 45%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent;
    border-top-color: inherit;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.sub_top.active .t794__arrow::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


.burger{
  width: 30px;          /* общая “рамка” */
  /* height: 34px; */
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

.burger span{
  height: 3px;
  background: #1e1e1e;
  /* border-radius: 2px; */
  display: block;
  width: 30px;
}

/* верхняя и нижняя — длинные */
.burger span:nth-child(1),
.burger span:nth-child(3){
  width: 100%;
}

/* средняя — короче и прижата вправо */
.burger span:nth-child(2){
  width: 25px;
  margin-left: auto; /* прижимает вправо */
}

.burger, a.top_phone.mobile {display:none;}











.mobile_nav.active {display:block;}


/* ====== OFFCANVAS MENU ====== */
.mobile_nav{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 360px;
  max-width: 88vw;
  background: #fff;
  z-index: 10001;

  /* hidden state */
  transform: translateX(110%);
  transition: transform .35s ease;

  /* optional */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 22px 22px 26px;
  box-sizing: border-box;
}

.mobile_nav.active{
  transform: translateX(0);
}

/* чтобы меню не ловило клики, пока закрыто (на всякий) */
.mobile_nav:not(.active){
  pointer-events: none;
}
.mobile_nav.active{
  pointer-events: auto;
}

/* ====== BODY OVERLAY (DIM) ====== */
body{
  position: relative;
}

body.nav-open{
  overflow: hidden; /* блокируем скролл под меню */
}

/* затемнение фона */
body.nav-open::before{
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 10000;
  opacity: 1;
  transition: opacity .35s ease;
}

/* когда не открыто — псевдоэлемента нет (иначе мешал бы кликам) */
body::before{
  opacity: 0;
}

/* ====== CLOSE BUTTON (если нужно) ====== */
.burger-close{
  position: absolute;
  top: 7px;
  right: 7px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.burger-close span{
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  height: 2px;
  background: #111;
  transform-origin: center;
}

.burger-close span:first-child{
  transform: translateY(-50%) rotate(45deg);
}

.burger-close span:last-child{
  transform: translateY(-50%) rotate(-45deg);
}

.mobile_nav .logo_head {
    margin-top: 25px;
    margin-bottom: 20px;
}

/* ====== SUBMENU "Техника" ====== */
.mobile_nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile_nav > ul > li:not(:last-child){
  margin-bottom: 10px;
}

.sub_sub_mob > ul{
  
  margin-top: 10px;
  margin-left: 10px;
  /* margin-bottom: 10px; */
}

.sub_sub_mob > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
}

.sub_sub_mob .t794__arrow{
  transition: transform .25s ease;
}

/* состояние "открыто" */
.sub_sub_mob.open > ul{
  display: block;
}
.sub_sub_mob.open .t794__arrow {
    transform: rotate(0deg);
}

.sub_sub_mob .t794__arrow{
  transform: rotate(180deg);
}
li.sub_sub_mob > a {
    display: inline-block;
}

.sub_sub_mob .t794__arrow {
    width: 5px;
    height: 5px;
}

.mobile_nav ul li a {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
}

a.burger_phone.mobile {
    color: #1e1e1e;
    background-color: #ffb838;
    font-weight: 600;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    font-size: 16px;
    padding: 19px 40px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 35px;
}

li.sub_sub_mob ul li a {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 400;
    }

.sub_sub_mob > ul > li:not(:last-child) {
    margin-bottom: 10px;
}

li.sub_sub_mob ul li a:hover {color:#ffb838}



li.sub_sub_mob:hover, li.sub_sub_mob:active, .mobile_nav ul li a:hover {color:#ffb838}








body.about_page .header_banner_descr h1 {
    font-size: 38px;
    font-weight: 800;
}

body.about_page .header_banner_descr h1 span {
    display: block;
    color: rgb(0, 0, 0);
}

a.ssale {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease all;
    border-radius: 2px;
    border: 2px solid #1e1e1e;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 30px;
}

a.ssale:hover {
    background-color: #ffb838;
    background-image: none;
    border-color: #ffb838;
}



.header_adantage_container {}

.header_adantage_container {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.header_adv_cart img {
    max-width: 60px;
    width: 100%;
}

.header_adv_cart p a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    line-height: 1.3;
}

.header_adv_cart p a span {
    color: rgb(3, 169, 10);
    display: block;
}

p {}

.header_adv_cart {
    text-align: center;
}

.header_adantage {
    margin-top: 60px;
}

/* секция */
.text_about{
  margin-top: 80px;
}

/* контейнер 1200px */
.text_about .container{
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

/* верхний заголовок */
.text_about > .container > h2{
  margin: 0 0 24px;
  line-height: normal;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
  font-size: 32px;
}

/* основной двухколоночный блок */
.text_about_container{
  display: flex;
  gap: 40px;
  align-items: stretch; /* ключевое: правая колонка растянется по высоте левой */
}

/* левая колонка */
.text_about_left{
  flex: 1 1 58%;
}

.text_about_left p{
  margin: 0 0 16px;
  line-height: normal;
  color: #000000;
  font-size: 16px;
}

/* заголовок внутри текста */
.text_about_left h2{
  margin: 30px 0 18px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
}

/* правая колонка */
.text_about_right{
  flex: 0 0 42%;
  display: flex;          /* чтобы img мог занять 100% высоты */
  align-items: stretch;
}

/* изображение тянется по высоте текста */
.text_about_right img{
  width: 100%;
  height: 100%;
  object-fit: cover;      /* чтобы красиво заполняло */
  display: block;
}

.text_about_container h2 {
    margin: 50px 0 24px 0;
}

.text_about_left p:last-child {margin-bottom: 0;}

body.about_page .where {
    margin-top: 65px;
    padding: 65px 0;
}


.contacts_text_container img {
    max-width: 560px;
    width: 100%;
}

.contacts_text_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    color: #000000;
    font-size: 16px;
}

.contacts_text_right p:not(:last-child) {
    margin-bottom: 20px;
}

.contacts_text {
    margin-top: 80px;
}

.warning_text_container {
    border: 6px solid #ffb838;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 60px;
    /* z-index: 1; */
    background: #fff;
}

.warning_text {
    z-index: 1;
    position: relative;
    margin-top: 80px;
}
.header_banner_descr h1 span {
    color: rgb(30, 30, 30);
}


.price__head{
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 20px;
  padding: 14px 0 18px;
  color: #03a90a;              /* зелёный как на скрине */
  font-weight: 600;
  border-bottom: 3px solid #03a90a;
  font-size: 18px;
}

.price__row{
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #b5b5b5; /* серые линии */
}

.price__col{
  font-size: 18px;
  line-height: 1.35;
  color: #000000;
  font-weight: 500;
}

.price__col--right{
  text-align: right;
  font-weight: 600;
}

/* кнопка */
.price__btn, .problems__btn{
  margin-top: 48px;
  padding: 15px 35px;
  border: 0;
  border-radius: 12px;
  background: #ffb838; /* оранжевый */
  font-weight: 600;
  cursor: pointer;
  color: #1e1e1e;
  font-size: 18px;
  transition: 0.3s ease all;
  font-family: 'Montserrat-webfont', Arial, sans-serif;
}

.price__btn:hover, .problems__btn:hover{
  background:#f6a718;
}

.price__hcol.price__hcol--right {
    text-align: right;
}

.price__table.is-collapsed .price__row:nth-child(n + 8){
  display: none;
}


.problems__grid.is-collapsed .problem-card:nth-child(n + 9){
  display: none;
}

.category fails .problems__grid.is-collapsed .problem-card:nth-child(n + 9) {
    display: block;
}

.price_service {margin-top:80px;}



.problems__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 46px; /* вертикаль/горизонталь как на скрине */
}


.problems_service p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 35px;
}

.problem-card__descr {
    color: #1e1e1e;
    font-size: 14px;
    margin-top: 15px;
}

body.category.fails .problems__grid {
    grid-template-columns: repeat(3, 1fr);    gap: 35px;
}

/* карточка */
.problem-card{
  background: #fff;
  border-radius: 2px;
  padding: 34px 34px 30px;
  text-decoration: none;
  color: #000;
  box-shadow: 0px 2px 8px 0px rgba(30, 30, 30, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.problem-card__icon{
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.problem-card__icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.problem-card__name{
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.problem-card__price{
  font-weight: 600;
   /* зелёная цена */
  margin-top: 15px;
  color: #03a90a;
  font-size: 18px;
}


.problems_service {
    margin-top: -80px;
    background: #efefef;
    padding-top: 170px;
    padding-bottom:80px;
}

.repairs__text{
  margin: 0 0 44px;
  line-height: 1.4;
  color: #000000;
  font-size: 16px;
}

/* 3 колонки */
.repairs__grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* пункт */
.issue{
  display: grid;
  /* grid-template-columns: 44px 1fr; */
  gap: 16px;
  margin-bottom: 44px;
}

.issue__icon{
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0aa000;   /* зелёный кружок */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
}

.issue__title{
  line-height: normal;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
}

.issue__desc{
  line-height: normal;
  color: #000000;
  font-size: 16px;
  margin-top: 20px;
}

/* картинка справа снизу */
.repairs__col--right{
  display: flex;
  flex-direction: column;
}

.repairs__img{
  margin-top: 26px;
  display: flex;
  justify-content: flex-end;
}

.repairs__img img{
  width: 100%;
  max-width: 520px; /* как на скрине */
  height: auto;
  display: block;
}

.repairs {
    margin-top: 80px;
}

.issue__icon_container {
    display: flex;
    /* width: 100%; */
    gap: 15px;
    display: flex;
    align-items: center;
}

.step_remont {
    margin-top: 30px;
}

.step_remont_container {
    color: #000000;
    font-size: 16px;
}

.step_remont_container ul li:not(:last-child) {
    margin-bottom: 5px;
}

.step_remont_container ul {
    margin: 15px 0 0;
    padding: 0 0 0 20px;
}

.remont_stoimost {
    margin-top: 80px;
}

.remont_stoimost_container {
        box-sizing: border-box;
    border: 6px solid #ffb838;
    padding: 50px;
    box-shadow: 0px 2px 8px 0px rgba(30, 30, 30, 0.2);
    z-index: 2;
    position: relative;
    background: #fff;
    max-width: 840px;
    width: 100%;
}

.remont_stoimost_container p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}





.remont_stoimost {
    position: relative;
    padding: 100px 0;
}





.remont_stoimost::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(0.249turn, rgba(249, 249, 249, 1) 59%, rgba(249, 249, 249, 0) 100%);
}

.remont_stoimost:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/assets/images/tild3937-3531-4635-b935-633035303138__kefircorp_laptop_on_.png) right  center / cover no-repeat;
    z-index: 0;
    background-size: 40%;
}
.adv_iner {
    color: #000000;
    font-size: 16px;
    margin-top:80px;
}

.adv_iner_cart_head > p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.adv_iner p {
}

.adv_iner_cart_head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.adv_iner_cart_head img, .adv_after_container > div img {
    max-width: 32px;
    width: 100%;
}

.adv_iner_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    margin-top: 35px;
}

.adv_after_container > div p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.adv_after_container > div span {
    color: rgb(3, 169, 10);
}

.adv_after_container > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.adv_after_container > p {
    margin-top: 20px;
}

.adv_after_container {
    border-top: 1px solid #b5b5b5;
    padding-top: 40px;
    margin-top: 40px;
}

.brands {
    margin-top: 80px;
    background-color: rgb(239, 239, 239);
    padding: 80px 0;
}

.brands p {
    color: #000000;
    font-size: 16px;
}

.brands_container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-top: 35px;
}

.brands_cart img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.brands_cart > div {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(30, 30, 30, 0.2);
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
}

.brands_cart {
    display: flex;
}

.brands h2, .brands p {
    text-align: center;
}

body.category .where {
    margin-top: 80px;padding: 80px 0;
}









.header_fail_img div {
    position: relative;
}

img.full_header_img {
    max-width: 520px;
    width: 100%;
}

body.category.fails .header_banner_container {
    align-items: center;
}

body.category.fails .header_banner_descr h1 {
    font-size: 38px;
}

body.category.fails .header_banner_descr > span {
    font-size: 38px;
    letter-spacing: unset;
}

.details_service {
    margin-top: 80px;
}

.details_service_container {
    border: 6px solid #ffb838;
    padding: 50px;
    box-sizing: border-box;
}

.details_descr img {
    max-width: 380px;
    width: 100%;
}

.details_descr {
    display: flex;
    align-items: center;
    gap: 25px;
}

.details_descr ul {
    padding: 0 0 0 20px;
    margin: 20px 0 0 0;
}

.details_descr ul li:not(:last-child) {
    margin-bottom: 15px;
}

.details_service_container > p, .details_service_container ul li {
    color: #000000;
    font-size: 16px;
}




.adv_after_container_noborder p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.adv_after_container_noborder {
    margin-top: 35px;
}


.stoimist_remonta {
    margin-top: 80px;
    background-color: rgb(239, 239, 239);
    padding: 80px 0;
}

.stoimist_remonta p {
    color: #000000;
    font-size: 16px;
}

.stoimist_remonta_container {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin: 25px 0;
}

.stoimist_remonta_cart_head img {
    max-width: 32px;
    width: 100%;
}

.stoimist_remonta_cart_head span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.stoimist_remonta_cart_head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.stoimist_remonta_cart {
    border-right: 1px solid #b5b5b5;
    padding: 0 50px;
    box-sizing: border-box;
}

.stoimist_remonta_cart:last-child {
    border: none;
    padding-right: 0;
}

.stoimist_remonta_cart:first-child {
    padding-left: 0;
}

.benefits__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}

/* блок преимущества */
.benefit{
  margin-bottom: 34px;
}

.benefit__title{
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 600;
  position: relative;
  color: #000000;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}





/* нижний текст слева */
.benefits__note{
  margin: 30px 0 0;
  line-height: normal;
}

/* правая колонка: картинка внизу */
.benefits__col--right{
  display: flex;
  flex-direction: column;
}

.benefits__img{
  display: flex;
  justify-content: flex-end;
}

.benefits__img img{
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
   /* лёгкий наклон как на скрине */
}

.benefits {
    margin-top: 80px;
    color: #000000;
    font-size: 16px;
}

.benefit__title img {
    width: 32px;
    height: 32px;
}

body.category.fails .brands {
    margin-top: -80px;
    padding-top: 170px;
}
body.category.fails.brands_page .brands {
    
    margin-top: 80px;
    background-color: rgb(239, 239, 239);
    padding: 80px 0;
    
}
body.category.fails .problems_service {
    margin-top: 0;
    padding: 80px 0 0 0;
    background: #fff;
}


body.page_404 h1 span {
    color: #03a90a;
    display: block;
}

body.page_404 h1 {
    font-size: 54px;
    font-weight: 800;
}

body.page_404 .text_inner_text p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

body.page_404 .text_inner_text p a {
    border-bottom: 2px solid rgb(255, 184, 56);
}

body.page_404 .text_inner {
    padding: 85px 0;
}
.brands_cart div a {
    display: flex;
}

.price_snos {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.price_snos img {
    max-width: 32px;
    width: 100%;
}

.benefits__img .benefits__note {display:none;}


.rpage {margin-top:80px;}

  .rcart{
    display:flex;
    gap: 32px;
    padding: 28px 0;
    border-bottom: 2px solid #b5b5b5;
  }

  .rcart_left{
    flex: 0 0 340px;           /* ширина левой колонки как на скрине */
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 18px;
  }

  .rcart_name{
    min-width: 0;
  }

  .rcart_name span{
    display:block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 8px;
  }

  .rcart_name p{
    margin:0 0 10px 0;
    font-size: 16px;
    line-height: 1.2;
    color:#6d6d6d;
  }

  .rcart_stars{
    display:block;
    width: 92px;              /* подгони под свою картинку звёзд */
    height: auto;
  }

  .rcart_logo{
    flex: 0 0 auto;
    display:flex;
    align-items:flex-start;
    justify-content: flex-start;
    padding-top: 2px;         /* чтобы логотип был на уровне имени */
  }

  .rcart_logo img{
    display:block;
                 /* общий размер логотипов */
  }



  .rcart_right{
    flex: 1 1 auto;
    color: #000000;
    font-size: 16px;
  }

.rev_form {
    margin-top: 80px;
    border: 6px solid #ffb838;
    padding: 60px;
    position: relative;
}

.rev_form > p {
    color: #000000;
    font-size: 16px;
}

.rev_form form.request-form-rev input[type="text"], .rev_form form.request-form-rev input[type="tel"], .rev_form form.request-form-rev textarea {border-bottom:1px solid rgb(30, 30, 30);resize: none;}

.rev_form form.request-form-rev textarea {
    height: auto;
    padding: 20px 0 5px 0;
}

.fi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.brv {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 30px;
}

.brv input[type="submit"] {
    max-width: 380px;
    margin-top: 0;
}

form.request-form-rev .brv p {
    font-size: 12px;
    font-weight: 400;
}

.rev_form form.request-form-rev {
    margin-top: 35px;
}

.rev_form:after {
    content: '';
    background: url(/assets/images/tild3630-6236-4632-b166-313934343764__8108671e-029d-4e16-a.png) no-repeat;
    position: absolute;
    bottom: -37px;
    right: 30px;
    width: 130px;
    height: 80px;
    /* z-index: 3; */
    background-size: contain;
    background-color: #fff;
}

.rpage .container {
    position: relative;
}

.racrt_name span {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.racrt_name p {
    color: #686868;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}

img.ya, img.g {
    max-width: 72px;
}

img.o {
    max-width: 93px;
}

img.g {}

.racrt_name img {
    max-width: 70px;
    width: 100%;
}

@media (max-width: 1199px) {
    
.benefits__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}

/* блок преимущества */
.benefit{
  margin-bottom: 34px;
}

.benefit__title{
  margin: 0 0 15px;
  line-height: normal;
  font-weight: 600;
  position: relative;
  color: #000000;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}





/* нижний текст слева */
.benefits__note{
  margin: 30px 0 0;
  line-height: normal;
}

/* правая колонка: картинка внизу */
.benefits__col--right{
  display: flex;
  flex-direction: column;
}

.benefits__img{
  display: flex;
  justify-content: flex-end;
}

.benefits__img img{
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
   /* лёгкий наклон как на скрине */
}

.benefits {
    margin-top: 80px;
    color: #000000;
    font-size: 16px;
}

.benefit__title img {
    width: 32px;
    height: 32px;
}    
.sub_top {display:block;}
.service_menu > ul > li:nth-child(6), .service_menu > ul > li:nth-child(7), .service_menu > ul > li:nth-child(8), .service_menu > ul > li:nth-child(9) {
    display: none;
}
li.sub_top > ul {
    display: none;
}

.service_menu ul li a:hover {
    background-color: #1e1e1e;border-color: unset;    color: #ffffff;
}




li.sub_top.active ul {
    display: block;
    position: absolute;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 3px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

li.sub_top {
    position: relative;
}

li.sub_top.active ul li a {
    background-color: #fff;
    color: #1e1e1e;
}

li.sub_top.active:before {
    background-color: #f9f9f9;
    top: -6.5px;
    border-color: #eee;
    border-width: 0;
    border-style: none;
}

li.sub_top.active {}




li.sub_top.active ul{
  display:block;
  position:absolute;
  width:calc(100% + 20px);
  background:#f9f9f9;
  border-radius:3px;
  box-shadow:0 0 7px rgba(0,0,0,.2);
  top: 100%;
  margin-top: 20px;
}
li.sub_top.active ul li {
    width: auto;border:none;
}
/* белая стрелка вверх */
li.sub_top.active ul::before{
  content:"";
  position:absolute;
  top:-8px;              /* насколько “вылезает” вверх */
  left: 0;             /* сдвиг по горизонтали (подберите) */
  width:0;
  height:0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-bottom:8px solid #fff;   /* цвет стрелки */
  z-index:2;
  right: 0;
  margin: 0 auto;
}

/* (опционально) лёгкая обводка/тень под стрелкой, чтобы не терялась */
li.sub_top.active ul::after{
  /* content:""; */
  position:absolute;
  top:-9px;
  left:24px;
  width:0;
  height:0;
  border-left:9px solid transparent;
  border-right:9px solid transparent;
  border-bottom:9px solid rgba(0,0,0,.08);
  z-index:1;
}


li.sub_top.active ul li a:hover {color:#ffb838}




li.sub_top.active ul li:nth-child(1), li.sub_top.active ul li:nth-child(2), li.sub_top.active ul li:nth-child(3), li.sub_top.active ul li:nth-child(4) {
    display: none;
}
    
}


@media (max-width: 959px) {
    .fi {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.rev_form form.request-form-rev textarea {
    /* margin-top: 15px; */
    padding: 15px 0 0 20px;
}

.brv {
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 0;
}

.rev_form {
    padding: 60px 20px;
}
    .fi {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.rev_form form.request-form-rev textarea {
    /* margin-top: 15px; */
    padding: 15px 0 0 20px;
}

.brv {
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 0;
}

.rev_form {
    padding: 60px;
}
.rcart {
    flex-direction: column;
    gap: 15px;
}

.rcart_left {
    flex: auto;
} 
    
.benefits__note {
    display: none;
}  
.benefits__img .benefits__note {display:block;}
.benefits__img {
    display: flex;
    align-items: center;
    gap: 15px;
}

.benefits__img img {
    max-width: 280px;
}  
.benefits__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 34px;
}


.stoimist_remonta_container {
    grid-template-columns: repeat(1, 1fr);
}

.stoimist_remonta_cart {
    padding: 0;
    border: none;
}

.stoimist_remonta_cart:not(:last-child) {
    margin-bottom: 30px;
}
    .details_descr img {
    display: none;
}
    .brands_container {
    grid-template-columns: repeat(4, 1fr);
}
.adv_iner_container {
    grid-template-columns: repeat(1, 1fr);
}
.remont_stoimost_container {
    padding: 30px;
}

.remont_stoimost_container p {
    font-size: 16px;
}

.remont_stoimost:before {
            background-size: cover;
}

.remont_stoimost {
    padding: 60px 0;
}
.remont_stoimost_container {
    max-width: 100%;
}
.repairs__grid {
    grid-template-columns: repeat(2, 1fr);
}
.problems__grid, body.category.fails .problems__grid {
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
}
.contacts_text_container {
    grid-template-columns: repeat(1, 1fr);
}

.contacts_text_container img {
    object-fit: cover;
    height: 245px;
    max-width: unset;
}

.contacts_text_right {
    order: -1;
}


    
    .burger {display:flex;margin-left:auto;}
    
a.top_phone {
    margin-right: 25px;gap:0;
}
    
    
.service_menu > ul > li:nth-child(4), .service_menu > ul > li:nth-child(5) {
display: none;  
}

li.sub_top.active ul li:nth-child(3),li.sub_top.active ul li:nth-child(4),li.sub_top.active ul li:nth-child(5) {
        display: block;
    }

.top_menu1 {display:none;}

    .rev_form {
        padding: 60px 20px;
    }
}


@media (max-width: 639px) {
body.page_404 h1 {font-size: 38px;}
body.page_404 .text_inner_text p {font-size: 16px;}

.benefits__img {
    flex-direction: column;
}
.stoimist_remonta_cart_head span {
    font-size: 17px;
}

.stoimist_remonta p {
    font-size: 15px;
}
    .details_service_container {
    padding: 30px;
}
    .details_service_container > p, .details_service_container ul li {font-size:15px;}
    .brands_container {
    grid-template-columns: repeat(2, 1fr);
}  
.brands p {font-size:15px;}
.brands_cart > div {
    height: 80px;        padding: 15px;
}

.brands_container {
    gap: 20px;
}
.adv_after_container > div p, .adv_iner_cart_head > p {
    font-size: 18px;
}



.adv_iner_cart_descr p, .adv_after_container p, .adv_after_container_noborder p {
    font-size: 15px;
}
.step_remont {margin-top:80px;}
.step_remont_container {font-size:15px;} 
    
    .repairs__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}

.issue__title {
    font-size: 18px;
}

.issue__desc {
    font-size: 15px;
}

.issue__icon {
  min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 15px;
}

.repairs__text {
    font-size: 15px;
}

.issue {
    margin-bottom: 25px;
}
.price__col {
    font-size: 16px;
}

.price__row {
    grid-template-columns: repeat(2, 1fr);
}

.price__btn, .problems__btn {
    font-size: 17px;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 35px auto 0 auto;
}
.text_inner h1, h2 {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
    .text_inner {font-size:15px;}
.service_menu > ul > li:nth-child(3) {
display: none;  
}   
li.sub_top.active ul li:nth-child(2) {
        display: block;
    }
    
.service_menu ul li a {font-size:14px;}
.contacts_text_container {
    font-size: 15px;
}

.warning_text_container {
    font-size: 15px;
    padding: 40px;
}
}



@media (max-width: 479px) {
    
body.page_404 h1 {font-size: 32px;}
body.page_404 .text_inner_text p {font-size: 16px;}   
    
.details_service_container {
    padding: 20px;
} 
    
.problem-card__name {
    font-size: 18px;
}

.problem-card__price {
    font-size: 16px;
}

.problem-card__icon {
    width: 40px;
    height: 40px;
}
    
.problems__grid, body.category.fails .problems__grid {
    grid-template-columns: repeat(1, 1fr);
}
.problem-card {padding: 25px;}
.problem-card__icon {margin-bottom:15px;}
a.ssale {
    font-size: 14px;
    padding: 15px;
} 
    
.service_menu ul li a {padding: 10px 0;}
.top_block {
    padding-bottom: 10px;
}

a.logo_head {font-size:16px;}  
a.logo_head svg {width:20px;}
a.top_phone {display:none;}    
a.top_phone.mobile {display:flex;font-size: 14px;margin-bottom:15px;}
a.top_phone.mobile svg {display:none;}
.service_menu > ul > li:nth-child(2) {
display: none;  
}   
li.sub_top.active ul li:nth-child(1) {
        display: block;
    }  
}







.specialisty_container .slick-slide{
  margin: 0 12px;
}


.specialisty_container .slick-list{
  margin: 0 -12px;
}


.reviews_container .slick-slide{
  margin: 0 15px;
}


.reviews_container .slick-list{
  margin: 0 -15px;
}
.reviews_container {
    margin-top: 30px;
}

/* одинаковая зона под фото */
.specialisty_cart .spec_img{
  width: 100%;
  height: 238px;   
  overflow: hidden;
  display: block;
}

/* картинка растягивается в рамку без искажений */
.specialisty_cart .spec_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;      /* обрезает лишнее, но держит пропорции */
  object-position: center;/* центр кадра */
  display: block;
}



/* контейнер точек */
.specialisty_container .slick-dots, .reviews_container .slick-dots{
  bottom: -30px;          /* при необходимости */
}

/* обычная точка */
.specialisty_container .slick-dots li button:before, .reviews_container .slick-dots li button:before{
  font-size: 10px;
  color: #d9d9d9;         /* неактивные */
  opacity: 1;
}

/* активная точка */
.specialisty_container .slick-dots li.slick-active button:before, .reviews_container .slick-dots li.slick-active button:before{
  color: #ffb838;         /* нужный цвет */
}

.fancybox__container {    z-index: 10002;}

.is-compact .fancybox__content>.f-button.is-close-btn,
.fancybox__content>.f-button.is-close-btn {
    top: 10px !important;
    right: 15px !important;
    width: 23px !important;
    background-color: #fff !important;
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image: url("/assets/images/close.svg") !important
}

.is-compact .fancybox__content>.f-button.is-close-btn svg,
.fancybox__content>.f-button.is-close-btn svg {
    display: none
}
.bModal {
    display: none;
    box-sizing: border-box;
    max-width: 560px !important;
    width: 100%;
    padding: 40px !important
}

.bModal__caption {
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    margin: 15px 0;
}

form.request-form-rev {
    flex-direction: column;
    display: flex;
}

form textarea {
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(30, 30, 30);
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: 'Montserrat-webfont', Arial, sans-serif;
    padding: 25px 0;
    height: 90px;
}

form.request-form-rev input[type="text"], form.request-form-rev input[type="tel"], form.request-form-rev textarea {
    border-bottom: 1px solid #b5b5b5; padding-left:15px;outline:none;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {    background: rgba(0, 0, 0, .4) !important;}
.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, .8);
    --f-spinner-color-1: rgba(0, 0, 0, .8);
}

form.request-form-rev p {
    font-weight: 300;
    color: #000000;
    font-size: 15px;
    margin-top: 20px;
}

form.request-form-rev p a {
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .two_sert img:last-child {
    margin-left: auto;
    margin-right: auto;
}
    .header_banner_descr h1 {font-size:48px;}
    .header_banner_descr > span {font-size:38px;}
    .header_banner_descr ul li {font-size:18px;}
    .header_banner_descr > span:first-child {font-size:20px;}
.form_page_sale_descr form {
    flex-direction: column;
}

.form_page_sale_descr form input {
    width: 100%;
}

.form_page_sale_container {
    padding: 25px;
}
.footer_menu {
    gap: 70px;
    margin-right: 30px;
} 
}

@media (max-width: 959px) {
.header_adantage_container {
    grid-template-columns: repeat(2, 1fr);
}  
    
.footer_menu {
    gap: 20px;
    margin-right: 0;
}
.what_vyzov:before {
    background-size: cover;
    background-position: top center;
}

.what_vyzov::after {
    opacity: 0.75;
}

.what_vyzov_cart p {
    font-size: 16px;
}

.what_vyzov_cart {
    padding: 25px;
}
.remont_container {
    flex-direction: column;
    gap: 0;
    /* margin-top: 15px; */
}



.remont_container::after {
    display: none;
}


.remont_left_cart {
    flex-direction: row;
    margin-bottom: 20px;
    gap: 15px;
}

.remont_left_cart .img_rem, .remont_right_cart .img_rem {
    order: -1;
}

.remont_left_cart .img_rem, .remont_right_cart .img_rem {
    height: 180px;
    overflow: hidden;
    min-width: 220px;
    max-width: 220px;
    width: 100%;
    margin-bottom: 0;
}

.remont_left_cart .img_rem img, .remont_right_cart .img_rem img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.remont_right {
    gap: 20px;
    flex: unset;
}

.remont_left {
    flex: unset;
}
.arr_reviews_container {
    flex-direction: column;
}

.rev_btn_container {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.rev_btn_container .arr_rev {
}

.rev_btn_container > a {
    /* order: 1; */
}
.sert_first {
    flex-direction: column;
    gap: 25px;
}

.two_sert {
    flex-direction: column;
}

.two_sert img:last-child {
    margin: 25px auto 0 auto;
}

.sert_first img {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}
.header_banner_container {
    flex-direction: column;
    align-items: center;
}

.header_banner_form {
    margin-top: 30px;
    max-width: 80%;
}
.header_banner:before {
    background-size: cover;
    background-position: top center;
}

.header_banner::after {
    opacity: 0.8;
}

.service_index_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.where_container {
    flex-direction: column;
}

.wh_right {
}

.wh_left {
    order: 1;
    max-height: 500px;
    width: 100%;
    flex: unset;
}
.etaps_cart {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.advantages_container .advantages_cart:nth-child(1), .advantages_container .advantages_cart:nth-child(2), .advantages_container .advantages_cart:nth-child(3), .advantages_container .advantages_cart:nth-child(4) {
    grid-column: 1;
}

.advantages_container {
    grid-template-columns: repeat(1, 1fr);
}
.contacts_form_container {
    flex-direction: column;
}

.contacts_form_container::after {
    display: none;
}

.contacts_form_container > form {
    padding: 0;
}

.contacts_form_container > div.contacts_form_descr, .contacts_form_container > form {
    padding: 0;
    width: 100%;
}
}

@media (max-width: 690px) {
.header_adantage_container {grid-template-columns: repeat(1, 1fr);gap: 40px;}
.text_about_left h2, .text_about > .container > h2 {
    font-size: 28px;
} 
.text_about_container {
    flex-direction: column;
}

.text_about_right {
    flex: auto;
}
 .text_about_left p {font-size:14px;}   
.fcnt {
    flex-direction: column;
    gap: 30px;
}

.footer_info {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.footer_payment {
    margin: 0;
}
}

@media (max-width: 639px) {
    
.footer_payment {
    flex-direction: column;
    gap: 0;
}
.contacts_form_descr > p {
    font-size: 16px;
}

.bold_contacts a {
    font-size: 28px;
}

.bold_contacts p, .bold_contacts a {
    font-size: 18px;
}
    .advantages_cart > span, .advantages_cart.img_adv > div span {font-size:18px;}
    .advantages_cart > p, .advantages_cart.img_adv > div p {font-size:14px;}
.header_banner_descr ul li:not(:last-child) {
    margin-bottom: 15px;
}
    form input[type="text"], form input[type="tel"], .header_banner_form input[type="submit"], form textarea {font-size:16px;}
    
    .header_banner_form {max-width: 100%;}
    .header_banner_descr > span:first-child {font-size:18px;}
    .header_banner_descr h1 {font-size:38px;}
    .header_banner_descr > span {font-size:32px;}
    .header_banner_descr ul li {font-size:16px;}
    .head_bann_form_zag {font-size:24px;}
    .header_banner_form > p {font-size:16px;}
    .sale_form span {font-size:22px;}
    .sale_form p {font-size:18px;}
    
    
.service_index_container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.sindcz {font-size:18px;} 
.sindcp {font-size:16px;} 

.form_page_sale_container {
    flex-direction: column;
}

.form_page_sale_container img {
    order: 1;
    max-width: 230px;
    width: 100%;
}


.form_page_sale_descr > p {
    margin-bottom: 10px;
}

.form_page_sale_descr form input[type="submit"] {
    margin-top: 0;
    font-size: 16px;
}

.form_page_sale_descr form {
    gap: 20px;
}

.whrz h3 {font-size:18px;}
.whrd p {font-size:14px;}
.whrz svg {
    max-width: 30px;
}


}

@media (max-width: 479px) {
.footer_menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

.footer_menu ul:last-child {
    order: -1;
}
.contacts_form_container form input[type="submit"] {font-size:16px;}
.advantages_cart.img_adv {
    flex-direction: column;
}

.advantages_cart.img_adv > img {
    flex: 0;
    width: 65%;
}

.advantages_cart.img_adv > div {
    flex: unset;
    padding: 15px;
}
.advantages_cart > svg, .advantages_cart.img_adv > div svg {
    max-width: 50px;
}
.reviews_top {
    flex-direction: column;
    gap: 15px;
}
.rev_btn_container > a {font-size:16px;}
.block_rv {
    padding: 30px;
}
.specialisty_cart {
    text-align: center;
}
.arr_spec_container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom:25px;
}
.arr_spec {
    margin-top: 15px;
}
.specialisty_cart .spec_img img {margin:0 auto;}
.spec_rate {
    justify-content: center;
}

.spec_rate span {
    margin-right: 10px;
}
    .header_banner_descr > span:first-child {font-size:16px;}
    .header_banner_descr h1 {font-size:32px;}
    .header_banner_descr > span {font-size:24px;}
    .header_banner_descr ul li {font-size:16px;}
    
.wh_left {
    max-height: 340px;
}
.wh_left {border-radius:0px;}    
.wh_right_cart {padding:20px;}

.remont_right_cart, .remont_left_cart {
    /*align-items: center;*/
}

.remont_right_cart, .remont_left_cart {
    flex-direction: column;
}

.remont_left_cart .img_rem, .remont_right_cart .img_rem {
    max-width: 100%;
}
.remont_right_cart {gap:30px;}
.remont_left_cart {margin-bottom:30px;}

.bModal__caption {
    font-size: 28px;
}

form.request-form-rev input[type="submit"] {
    font-size: 16px;
}

.bModal {
    padding: 40px 20px !important;
}
}


@media (max-width: 380px) {
.service_index_cart {
    gap: 15px;
}

.service_index_container a {
    padding: 10px 15px;
}    
}