body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color:  #4c4c4c;
}
body>p,
body>br {
display:none;
}


.header-wrapper {
  position: relative;
  width: 100%;
  background: #fafafa;
  overflow: hidden;
}

header {
  padding-top: 18px;
}

h1{
    text-align: center;
}
.logo-wrapp {
      margin: 0 auto;
}

.predator-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.predator-item {
    padding: 15px;
    width: 50%;
    text-align: center;
    background-size: cover;
}
.predator-item a {
    display: inline-block;
    margin-top: 10px;
}

.logo:hover{
   cursor:pointer;
}

.logo img:hover{
   cursor:pointer;
}

.logo img {
  width: 70%;
}

.header-info {
  overflow: hidden;
}

.contact-info {
  
}

.contact-info p {
position: relative; 
line-height: 15px;
margin: 0;
}

.contact-info p span {
  font-weight: 700;
}


.adress-wrapp {
  float: left;
  width: 65%;
        text-align: center;
}

.callback {
      width: 35%;
      float: right;
      text-align: center;
}

.callback > a{
     text-decoration:none;
}

.callback > a:hover{
     text-decoration:none;
}

.callback  #callback{
     font-size:20px;
     text-decoration:none;
     line-height:20px;
}




.adress {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 18px;
}

.adress:before,
.work-time:before {
  position: absolute;
  left: -20px;
    top: -3px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;

}

.adress  a {
    display: none !important;
}

.work-time:before {
  width: 20px;
  left: -22px;

}

.brand-slogan {
       font-size: 12px;
}

.logo {
    text-align: center;
}

.logo p {
  margin: 0;
}

.contactsMainBlock {
     text-align:center;
    padding-bottom: 30px;
}

.contactsMainBlock li {
    list-style-type: none;
}

.y_mapAndForm {
   padding-bottom: 30px;
}
.contact-info a {
         margin-left: 5px;
  color:  #00539b;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 12.5px;
  text-decoration: underline;
}

.contact-info a:hover {
  text-decoration: none;
}

.container h2 {
    text-align: center;
}


.callback .call {
  display: inline-block;
  margin-bottom: 15px;
  color:  #00539b;
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
        text-decoration: none;
       
}



.callback .call:hover {
  text-decoration: none;
  
}

.navigation ul {
        text-align: center;
  margin: 0;
  margin-top: 5px;
  padding: 0 31px;
  border-top: 2px solid #4c4c4c ;
}

.navigation li {
  display: inline-block;
  

}

.navigation a {
  color:  #4c4c4c;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding: 15px 12px;
  display: inline-block;
}

.navigation a:hover {
  text-decoration: none;
  background: #4c4c4c;
  color: #fafafa;

}

.baner-wrapp {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fafafa;
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.baner-img {
  position: absolute;
  
}

.baner-img img {

}

.baner-content {
  min-width: 520px;
  text-align: center;
  padding: 110px 0;

}

.baner-remont {
padding-bottom: 20px;

}

.baner-content h2 {
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px
}

.fix-button {
  display: inline-block;
  padding: 10px;
  border: 1px solid #4c4c4c;
  color:  #4c4c4c;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.fix-button:hover {
  text-decoration: none;
  background: #4c4c4c;
  color: #ffffff;
}

.baner-content p {
  margin: 0;
  padding-top: 5px;

}

.green-text {
  font-size: 15px;
  color:  #00539b;
}

.info-block {
  padding: 25px 15px;
}

.info-block br {
    display: none;
}

.list-left,
.list-right {
  float: left;
  padding-right:0px;
}

div.list-right {
   float:right;
}

.list-left li,
.list-right li {
  position: relative;
  padding-top: 20px;
  font-weight: 600;
  list-style-type: none;
}

.list-left li:before,
.list-right li:before {
  position: absolute;
  display: inline-block;
  left: -15px;
  top: 23px;
  content: "";
  width: 8px;
  height: 15px;
  background: url(../img/marker.webp);
}

.banner-fix-price {
  background: url(../img/baner-fix-price-bg.webp);
  margin-bottom: 20px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}


.banner-fix-price .banner-content {
  padding: 34px 30px;
  font-weight: 600;
  text-align: center;
}

.title {
        display: block;
        padding-bottom:15px;
  text-align: center;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
}

.form-group input {
  padding: 5px 35px 5px 5px;
  color:  #959595;
  font-weight: 300;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid  #4c4c4c;
  margin-right: 5px;
}

.green-btn {
  padding: 6px 30px;
  background: #00539b;
  border-radius: 0;
  border: 1px solid #00539b;
  color:  #ffffff;
  font-weight: 600;
}

.green-btn:hover {
  background:  #00539b;
  border-radius: 0;
  border: 1px solid #00539b;
  color:  #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.green-btn:focus {
  background: #00539b;
  border-radius: 0;
  border: 1px solid #00539b;
  color:  #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.green-btn:active {
  background:  #00539b;
  border-radius: 0;
  border: 1px solid #00539b;
  color:  #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.green-btn:active:focus {
  background:  #00539b;
  border-radius: 0;
  border: 1px solid #00539b;
  color:  #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.text-block {
  padding: 20px 0;
  text-align: center;
}

.text-block p {
  text-align: left;
  font-weight: 400;
  line-height: 25px;
}

.text-block .title {
  margin: 0;
  padding-bottom: 15px;
}

.services {
  padding: 0;
  margin-bottom: 70px;
  border: 1px solid rgba(163, 163, 163, 0.25);
}

.service-item {
  padding: 20px 12px;
  float: left;
  width: 50%;
  background: #fff;
  border-top: 1px solid rgba(163, 163, 163, 0.25);
  border-left: 1px solid rgba(163, 163, 163, 0.25);
        min-height: 275px;
}


.service-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.service-img {

  float: left;
  width: 40%;

}

.service-info {
  padding-left: 20px;
  width: 60%;
  text-align: center;
  float: left;
}

.service-img img {
  max-height: 200px;
  width: 100%;
}

.service-info .title {
  font-weight: 700;
}

.service-info p {
  max-width: 240px;
  padding-bottom: 20px;
}

.more-btn {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  float: right;
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 700;
}

.more-btn:hover {
  color:  #4c4c4c;
  text-decoration: none;
}

.more-btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -4px;
    right: 5px;
  width: 30px;
  height: 30px;
  background: url(../img/arow-1.webp);
}

.service-info .green-text {
  font-size: 14px;
}

.gift-banner {
  margin-bottom: 20px;
  text-align: center;
  background: url(../img/gift-banner-bg.webp) no-repeat;
  background-size: contain;
}

.gift-banner p {
  padding: 25px 0;
  color:  #ffffff;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
}

.text-block-why {
  text-align: center;
}

.text-block-why .item {
  padding-top: 45px;
  float: left;
  width:25%;
  padding-bottom: 70px;

}

.text-block-why .info {
  max-width: 200px;
  min-height: 106px;
  margin: 0 auto;
  
}

.text-block-why .info .title {
  font-size: 17px;
  font-weight: 600;
}

.text-block-why .info p {
  font-size: 15px;
  font-weight: 300;
  line-height: 18.75px;
}

.text-block-why  .more {
  color:  #7f7d7d;
  display: inline-block;
  padding: 7px 15px;
  background: #fafafa;
  border: 1px solid #ededed;
}

.text-block-why  .more:hover {
  text-decoration: none;
  color: #fafafa;
  background: #7f7d7d;
}

.banner-2-wrapp {
  background: url(../img/banner2-bg.webp) no-repeat;
  background-size: cover;
}

.banner2-info {
  background: url(../img/dark-bg.webp) no-repeat;
  background-position-x: -20px;
    background-size: 100% 100%;
  padding: 35px 0 35px 90px;
  color:  #f0f0f0;
  font-weight: 300;
}

.banner2-info .title {
  padding-bottom: 15px;
  font-weight: 300;
  line-height: 25px;
}

.sale-banner {
  margin-bottom: 70px;
  padding: 20px 0;
  color:  #ffffff;
  text-align: center;
  background: url(../img/sale-banner-bg.webp);
}

.how-we-work {
  margin-right: 0;
  overflow: hidden;
}

.how-we-work .item {
  position: relative;
  width: 20%;
  padding-right: 50px;
}

.how-we-work .item .img {
  padding-bottom: 15px;
}

.how-we-work .item .info {
  min-height: auto;
}

.how-we-work .item:after {
  position: absolute;
  top: 30%;
  right: 9px;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/arrow-r.webp);
}

.how-we-work .item:last-child:after {
  content: none;
}

.reviews {
  padding-bottom: 70px;
}

.reviews{
 text-align:center;
}

.reviews .title {
  text-align: center;
  padding: 50px 0px;
}

.review-item {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ededed;
  overflow: hidden;
  background-color:  #fafafa;
}

.avatar, .review-text {
  float: left;
}

.review-text br {
   display:none;
}

.avatar {
  width: 7%;
}

.avatar img {
  width: 100%;
  max-width: 50px;
}

.review-title {
  font-size: 17px;/* Приближение из-за подстановки шрифтов */
  font-weight: 600;
}
 
.review-title .green-text {
  font-size: 15px;
  font-weight: 400;
} 

.review-text {
  width: 93%;
}

.buttons {
  text-align: center;
}

.buttons .green-btn {
  width: 270px;
}

#more-reviews {
  background: #fff;
  border: 1px solid #00539b;
  color:  #00539b;
}

footer {
  padding: 20px;
  width: 100%;
  color:  #9f9f9f;
  font-size: 13px;
  font-weight: 600;
  background: #4d4d4d;
}

footer p {
  margin: 0;
}

.footer-nav ul {
     padding-left: 0px;
}

.copiryght {
  
  text-align: center;
}

.footer-nav li {
  list-style-type: none;
}
 footer a {
  color:  #9f9f9f;
  font-size: 12px;
  font-weight: 600;

 }

  footer a:hover {
    color:  #9f9f9f;
  }

 footer .scheme {
  padding-left: 5px;
 }

.footer-adress {
    text-align: left;
}

 .footer-adress span {
  font-weight: 700;
 }

 .footer-adress p {
  padding-bottom: 10px;
    padding-top: 10px;
 }

 .footer-callback {
  padding-left: 20px;
  text-align: center;
 }

.footer-callback p {
  font-size: 22px;
  padding-bottom: 15px;
}

.footer-callback .btn {
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  background: transparent;
  border: 2px solid #9f9f9f;
  color: #9f9f9f;
}

.footer-callback .btn:hover {
  background: #9f9f9f;
  color: #4d4d4d;
}

#scrollup {
position: fixed; /* фиксированная позиция */
padding: 15px 10px 10px; /* отступы */
right: 30px; /* отступ слева */
bottom: 120px; /* отступ снизу */
display: none; /* спрятать блок */
cursor: pointer;
}

.info__mark {
    padding-top: 20px;
}


.main-content {
  padding: 60px 0;
  padding-right: 30px;
}

.list-left-price {
  padding-bottom: 60px;
  float: none;
}


.text-block-why-price-page .item {
  margin-bottom: 10px;
  border: 2px solid #00539b;
  float: none;
  width: auto;
}

.table-price {
  padding-bottom: 30px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-bottom: 1px solid #ededed !important;
}

.table>thead>tr>th {
  background: #ededed;
}

.table-wrapp {
  padding-top: 20px;
}

.fix-sale-block {
  text-align: center;
}

.fix-sale {
  text-decoration: none;
  background: #4c4c4c;
  color: #ffffff;
}

.fix-sale:hover {
  color: #4c4c4c;
  background: transparent;
}


.sidebar {
  padding: 70px 0;
}

.banner-content textarea {
  display: block;
  margin: 10px auto;
  width: 100%;
  resize: none;
}

.banner-fix-lg {
  margin-bottom: 60px;
}

.banner-fix-lg .form-group,
.banner-fix-lg button {
  width: 49% !important;
  float: left;
}

.banner-fix-lg .form-group {
  padding-right: 10px;
}

.banner-fix-lg .form-control {
  width: 100% !important;
  margin-right: 10px;
}



.banner-fix-rev .inputs,
.banner-fix-rev textarea  {
  float: left;
  display: inline-block;
}

.banner-fix-rev {
  background: linear-gradient(90deg, #eff1f0 67%, #ffffff 100%);
  padding-bottom: 20px;
}

.banner-fix-rev .inputs {
  width: 40%;
  padding-right: 20px;
}

.banner-fix-rev textarea {
  
  margin-top: 0;
}

.banner-fix-rev .textarea {
  position: relative;
  width: 60%;
  float: left;

}

.banner-fix-rev #fix-banner-calculate-btn {
  position: absolute;
  bottom: 12px;
  right: 2px;
}


.service-diagnostick .service-item {
  width: 14.28%;
}

.service-diagnostick .service-item .service-info,
.service-diagnostick .service-item .service-img {
  float: none;
  width: 100%;
}

.save {
 padding-top: 10px;
font-size: 12px;
position: relative;
}

.save:before {
content: " ";
position: absolute;
width:27px;
height: 27px;
    left: 15px;
    bottom: -3px;
background: url(../img/save.webp);
}

.banner-content .save, .sale-banner .save {
display: none;

}

.service-diagnostick .service-item .service-info  .title {
  font-size: 14px;
}

.pop-up-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);

}

.pop-up {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 440px;
  margin-left: -220px;
  margin-top: -110px;
  background: #4d4d4d;
  padding: 15px 30px;
  text-align: center;
  color: #fafafa;
}

#close-btn {
  position: absolute;
  top: -19px;
  right: -19px;
  border-radius: 50%;
  background: #fff
               url(../img/close.webp);
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  cursor: pointer;
}


.show{
  display: block;
}

.contacts-text-block h1{
     text-align:center;
}

.contacts-text-block h3 {
  padding-bottom: 30px;
}

.contacts-text-block{
  padding-bottom: 40px;
}


.contacts-text-block p {
  text-align: center;
}

.contact-item {
  position: relative;
}

.contact-item:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 1px;
  left: 1px;
}

.contact-phone:before {
  background: url(../img/phone-ico.webp);
  left: 105px;
  top: -2px;
}

.contact-adress:before {
  background: url(../img/loc-ico.webp);
  width: 14px;
  left: -5px;
}

.contact-time:before {
  background: url(../img/clock-ico.webp);
}


.map {
  padding-bottom: 40px;
}

.icon {
  position: fixed;
  right: 15px;
  top: 10px;
  left: unset;
  z-index: 1000;
  display: none;
}

.menui,
.bottom-animate,
.top-animate {
  background: #00539b !important;
}

.mobilenav {
  background: #1b1b1b;
}

body.noscroll {
  overflow: hidden;
}

.text-block-why {
       padding-top: 30px;
}

.contact-info a {
 display: block;
}

.heading-text  {
   text-align: center;
}

.mfp-content {
  padding: 10px;
background: #fff;
text-align: center !important;
}

.tel_form_input {
color: #4c4c4c !important;
}







.brand {
    text-align: center;
    margin-top: -9px;
}

.brand__title {
    font-size: 26px;
    margin: 0 0 9px;
}

.brand p:last-child {
    margin: 0;
}

.callback  #callback {
    border: 1px solid #474747;
    padding: 10px 5px;
    line-height: 12px;
}

.nav {
    margin-top: 5px;
}

.block-two .info .title {
    padding: 15px 10px;
}

.tel_form_input {
    padding: 5px 0 4px;
    color: #474747;
}

.checkbox a {
    color: #f5f5f5;
    text-decoration: underline;
}

.pay {
    font-size: 14px;
    margin-top: 11px;
}

.table {
    margin-bottom: 30px;
}

.table th {
    background: #D0D0D0;
    color: #333;
padding: 15px 10px !important;
}

.table th:first-child {
padding: 15px 16px !important;
}

.table td:last-child, .table th:last-child {
    width: 30%;
}

.table td:first-child {
    padding: 8px 16px;
}

tbody tr:nth-child(2n) {
    background: #EAEAEA;
}

.table td {
    font-size: 14px;
    padding: 15px 10px;
}

.table a {
position: relative;
padding-bottom: 1px;
    text-decoration: none;
    color: #333;
}

.table a:hover {
    border-bottom: 1px solid #333;
    font-weight: 600;
}

.table a:before {
    position: absolute;
    top: 0;
    left: -16px;
    content: "";
    width: 11px;
    height: 18px;
    border-left: 4px solid #474747;
}

.predator-wrap {
    display: flex;
    flex-flow: row wrap;
}

.predator-item {
    padding: 5px 0 5px 120px;
    width: 50%;
    text-decoration: underline;
    text-align: inherit;
}

.predator-item a {
position: relative;
    font-size: 16px;
}

.predator-item a:before {
    content: "";
    position: absolute;
    top: 0;
left: -44px;
    width: 30px;
    height: 30px;
    background: url(../img/finger.png);
}

.text-block-why .info p {
    font-size: 15px;
    font-weight: 300;
    line-height: 18.75px;
    border-top: 1px solid #474747;
    padding: 15px 0;
    margin: 0;
}


.text-block-why .info p span {
font-weight: 600;
}

.text-block-why img {
    width: 42px;
    height: 42px;
}

.text-block-why .more {
    border: 1px solid #7f7d7d;
}

.text-block-why .info .title {
    padding: 15px 0;
}

.baner-content {
    padding: 124px 0;
    float: right;
}

.baner-img img {
    margin-left: -50%;
}

.modal_form span {
    display: block;
    width: 56%;
    margin: 0 auto;
}

.service-info p {
    max-width: 260px;
}

.service-info {
    text-align: inherit;
}

.green-btn {
    padding: 6px 30px;
    background: #474747;
    border-radius: 0;
    border: 1px solid #474747;
    color: #ffffff;
    margin-top: -4px;
    font-weight: 600;
}

.modal_form .checkbox a, .banner-fix-price .checkbox a {
    color: #474747;
}

.table td:last-child, .table th:last-child {
    width: 20%;
}

.fix-button {
    margin-top: 40px;
}

.form-inline .checkbox, .form-inline .radio {
    width: 100%;
    margin-top: 4px;
}

.baner-wrapp {
    padding-top: 30px;
}

.footer-nav ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    justify-content: center;
}

.footer-nav li {
text-align: center;
    width: 50%;
}

footer li a {
    display: block;
    padding: 3px 0;
    color: #fff;
    text-align: center;
}

footer li a:hover {
    font-size: 16px;
    padding: 1px 0;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

footer {
    color: #fff;
}

.footer-adress p:first-child {
    padding-bottom: 11px;
}

.footer-adress span {
    font-weight: 700;
    font-size: 16px;
}

footer a {
    font-size: 14px;
}

.footer-callback .btn, .footer-contacts .btn {
    border: 2px solid #fff;
    color: #fff;
    margin: 13px 0;
border-radius: 0;
    font-weight: 600;
}

.footer-callback .btn:hover, .footer-contacts .btn:hover {
    background: #fff;
    color: #4d4d4d;
}

.footer-callback p {
    color: #fff;
}

footer .col-md-3:last-child {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
}

.footer-callback {
    margin-top: -2px;
}

.copiryght > img {
    width: 130px;
}

.bank-cards {
    margin-top: 14px;
}

.logo a {
    display: block;
    color: #474747;
    text-decoration: none;
}

.callback  #callback:hover {
    background: #474747;
    color: #fff;
}

.modal_form .title_p {
font-size: 22px;
}

.green-text {
  font-size: 15px;
    color: #006600;
    font-weight: 900;
}

.reviews {
    text-align: justify;
}

.callback {
    width: 100%;
    float: none;
    margin-top: -2px;
}

.callback .call, .callback  #callback {
color: #474747;
    margin: 0;
}

.callback .call {
margin-bottom: 5px;
}

.logo img {
    width: 180px;
}

.text-block-why .info .short {
    padding: 15px 10px;
}

.footer-callback p {
    padding-bottom: 0;
}

.footer-callback {
    padding: 0;
}



@media (min-width: 992px) and (max-width: 1200px) {

.callback .call {
    margin-bottom: 0;
}

.footer-callback p {
    font-size: 20px;
}

.bank-cards {
    margin-top: 9px;
}

.brand__title {
    font-size: 23px;
    margin: 2px 0 13px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.pay {
display: none;
}

.callback  #callback {
    margin: 0;
    white-space: nowrap;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.copiryght {

}
}

@media (min-width: 320px) and (max-width: 991px) {
 .baner-img {
    opacity: 0.5;
    left: 0;
}

.fix-button {
    color: #fff;
    background: #4c4c4c;
}
}

@media (min-width: 320px) and (max-width: 768px) {
.contact-info .callback {
    width: 200px;
    float: none;
    padding: 20px 0;
    margin: 0 auto;
}

.footer-adress {
text-align: center;
    float: none;
}
}

@media (min-width: 320px) and (max-width: 479px) {
.footer-nav ul {
    width: 100%;
}

.footer-nav li {
width: 100%;
}
}








/*----------------------- MEDIA QUERIES ------------------------------ */





@media (min-width: 1200px) {
  
.container {
  width: 1140px;
}

}

@media (max-width: 1200px) {

.navigation a {
  padding: 10px 7px;
}

.list-left, .list-right {
    width: 50%;
}

}
/* ^ was never closed: everything below used to apply only under 1200px */


@media (min-width: 768px) and (max-width: 992px) {
 
 .contact-info {
  padding-left: 0;
 }


 .navigation ul {
  padding: 0;
 }

 .navigation a {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 6px;
 }

 .baner-img {
    opacity: 0.5;
    left: 0;
}

.banner-fix-wrapp {
  padding-right: 45px;
  padding-left: 0;
}

.banner-fix-price {
  background-size: contain;
}

.service-item {
  padding: 20px 22px;
}

.gift-banner {
  background-size: cover;
}

.gift-banner p {
  padding: 8px 0px;
  font-size: 18px;
}

.banner2-info {
  background: rgba(35, 35, 35, 0.78);
  padding: 30px 20px;
}

.baner-remont {
padding-bottom: 20px !important;
}

.service-diagnostick .service-item {
  width: 50%;
}

.contact-item:before {
  display: none;
}

.fix-sale-block {
  margin-bottom: 40px;
}


}

@media (max-width: 768px) {

.baner-wrapp {
  
}

.banner-fix-wrapp {
  padding-right: 15px;
  padding-left: 15px;
}

.how-we-work {
  margin-right: 0;
}

.how-we-work .item {
  padding-right: 40px;
}

.how-we-work .item:after {
  right: 4px;
}

.how-we-work .item:last-child {
  padding-right: 0;
}

.service-item {
  padding: 20px 25px;
}

.service-item .service-info .title {
  font-size: 20px;
}

.service-diagnostick .service-item {
  width: 50%;
}

.contact-item:before {
  display: none;
}

.fix-sale-block {
  margin-bottom: 40px;
}

.sidebar .item {
  width: 100%;
}

  
}

@media (max-width: 766px) {

.adress-wrapp {
  display: none;
}

.callback {
   float: left;
   width: 100%;
}

.navigation {
  display: none;
}

.baner-content {
  min-width: 100%;
}

.text-block-why .item {
  width: 50%
}

.gift-banner {
  background-size: cover;
}

.gift-banner p {
  padding: 10px 0;
  font-size: 19px;
}

.avatar {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 15%;
}

.buttons .btn {
    margin-top: 15px;
   
}

.service-item {
  width: 100%;
  padding: 20px 25px;
}

.text-block-why .item {
  width: 50%;
}

.how-we-work .item {
  float: none;
  width: 100%;
  padding: 15px 0;
}

.how-we-work .item:after {
  content: none;
}

.list-left, .list-right {
  width: 100%;
}

.sale-banner {
  padding: 25px 10px;
}

.contact-info {
  overflow: hidden;
}

.banner2-info {
  padding: 35px 0 35px 35px;
}

.icon {
  display: block;
}

.contact-item:before {
  display: none;
}

.green-btn {
  padding: 10px 14px;
  font-size: 14px;
  white-space: normal;
  max-width: 100%;
}

.service-diagnostick .service-item {
  width: 100%;
}

.fix-sale-block {
  margin-bottom: 40px;
}

.sidebar .item {
  width: 100%;
}

.banner-fix-rev .inputs, .banner-fix-rev textarea {
  float: none;
  width: 100%;
}

.banner-fix-rev .textarea {
  width: 100%;
}

.banner-fix-rev #fix-banner-calculate-btn {
  bottom: 20px;
    right: 5px;
}

.banner-fix-rev {
  overflow: hidden;
}

.banner-fix-rev .inputs {
  padding-right: 0;
}



.banner-fix-price .banner-content {
    padding: 50px 8px;
}
  

/* Forms */

.mfp-content .tel_form,
.mfp-content .bmap_form {
  float:none !important;
  margin:0 auto !important;
}

.modal_form .tel_form {
  margin-top:0;
}


.tel_form_input,
.greyFormInp input,
textarea{
        border-radius: 0;
  color:#000 !important;
}

a.tel_button_red:focus,
a.tel_button_grey:focus,
input:focus{
  box-shadow:0 0 10px rgba(0,0,0,.5);
  color:#000;
  text-decoration:none;
  outline:none;
}
.tel_button_red {
  width:auto;
  max-width:100%;
  min-width:220px;
  font:15px/1.25 'RobotoCondensed-Light',Verdana, sans-serif;
  height:auto;
  min-height:35px;
  padding:9px 16px;
  white-space:normal;
  text-align:center;
  border:none;display:block;
  color:#fff;
  cursor:pointer;
  margin:11px auto 0;
  background: #00539b;
}
a.tel_button_red:hover{
  text-decoration:none;
  color:#fff;
}
.footer_contacts .tel_button_red {
  width:200px;
}
}

.info-block {
    padding: 15px;
}
.text-block {
    padding:10px 0px;
}

.tel_form_input {
    border-radius: 0;
    vertical-align: middle;
    height: 34px;
    padding: 0 10px;
    color: #000;
    border: 1px solid #666;
}
.get_red_ask_modal,
.get_discount_red_modal,
.modal_form,
.tel_button_order_modal {
    background: #fff;
    padding: 20px 20px 30px 20px;
    text-align: center !important;
}
.title_p {
    font-size: 21px;
}
.sweet-alert .sa-error-container {
    display: none;
}
.bmap_form input {
    width: 49%;
}
.get_red_ask_modal textarea {
width: 100%;
}

/* =====================================================================
   RESPONSIVE FIXES (2026-09-12)
   ===================================================================== */

/* safety net + nested .container inside columns caused 2-6px overflow */
body {
    overflow-x: hidden;
}
footer {
    padding-left: 0;
    padding-right: 0;
}
.services {
    overflow: hidden;
}
.container .container,
.row .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.fix-sale-block {
    margin-left: 0;
    margin-right: 0;
}

/* price tables: scroll inside the wrapper instead of stretching the page */
.table-wrapp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-wrapp .table {
    min-width: 100%;
    margin-bottom: 10px;
}

/* modal forms: consistent look on every width */
.modal_form .green-btn,
.mfp-content .green-btn,
.tel_button_order_modal .green-btn,
.get_discount_red_modal .green-btn,
.get_red_ask_modal .green-btn {
    background: #00539b;
    border-color: #00539b;
}
.mfp-content {
    max-width: 100%;
}

/* burger: larger tap target with a light backdrop so it stays visible over content */
.icon {
    width: 44px;
    height: 44px;
    padding: 10px;
    background: rgba(250, 250, 250, 0.92);
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.menui {
    margin-top: 11px;
    margin-left: 0;
}
.mobilenav ul {
    margin: 0;
    padding: 0;
}
.mobilenav li a {
    display: block;
    padding: 6px 0;
}
.icon:focus:not(:focus-visible) {
    outline: none;
}

/* ---------- tablets ---------- */
@media (max-width: 991px) {
    .banner2-info {
        background: rgba(35, 35, 35, 0.78);
        padding: 30px 20px;
    }
    .form-centered .tel_form_input,
    .form-centered .green-btn,
    .form-centered .tel_button_red {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 8px auto 0;
    }
    .form-centered .checkbox {
        margin-top: 10px;
    }
    .bmap_form input {
        width: 100%;
        max-width: 320px;
    }
    .predator-item {
        padding: 6px 0 6px 60px;
    }
}

/* ---------- phones ---------- */
@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    /* banner: image on top, headline below it instead of over it */
    .baner-wrapp {
        padding-top: 15px;
    }
    /* the laptop sits at 69-80% of each 1140px banner image: shift every
       image so that its laptop lands in the middle of the phone screen */
    .baner-img {
        position: absolute;
        left: 15px;
        right: 15px;
        height: 170px;
        opacity: 1;
    }
    .baner-img img {
        position: absolute;
        left: 50%;
        top: 0;
        height: 170px;
        width: auto;
        max-width: none;
        margin: 0;
        transform: translateX(-74%);
    }
    .baner-img img[src$="bnr-bg.png"] { transform: translateX(-73%); }
    .baner-img img[src$="bnr-bg-02.png"] { transform: translateX(-76.6%); }
    .baner-img img[src$="img-item-2.png"] { transform: translateX(-78.2%); }
    .baner-img img[src$="bnr-1-bg.png"] { transform: translateX(-70.9%); }
    .baner-img img[src$="plansh.png"] { transform: translateX(-76.8%); }
    .baner-img img[src$="img-item-5.png"] { transform: translateX(-73.2%); }
    .baner-img img[src$="bnr-3-bg.png"] { transform: translateX(-74%); }
    .baner-img img[src$="img-item-10.png"] { transform: translateX(-74.9%); }
    .baner-img img[src$="img-item-8.png"] { transform: translateX(-79%); }
    .baner-img img[src$="img-item-3.png"] { transform: translateX(-78.9%); }
    .baner-img img[src$="bnr-4-bg.png"] { transform: translateX(-69.7%); }
    .baner-img img[src$="img-item-6.png"] { transform: translateX(-77.9%); }
    .baner-img img[src$="img-item-7.png"] { transform: translateX(-73%); }
    .baner-img img[src$="bnr-5-bg.png"] { transform: translateX(-69.4%); }
    .baner-img img[src$="img-item-4.png"] { transform: translateX(-80.2%); }
    .baner-img img[src$="img-item-9.png"] { transform: translateX(-77.5%); }
    .baner-content {
        float: none;
        min-width: 0;
        width: 100%;
        padding: 190px 0 30px;
    }
    .baner-content .fix-button {
        margin-top: 20px;
    }

    /* justified text leaves rivers on narrow columns */
    p[style*="justify"],
    .text-block p,
    .reviews,
    .review-text p,
    .main-content p {
        text-align: left !important;
    }

    /* tap targets */
    .callback .call {
        display: inline-block;
        padding: 8px 0;
        line-height: 24px;
    }
    .callback #callback {
        display: inline-block;
        padding: 12px 10px;
        line-height: 16px;
    }
    .checkbox label {
        display: inline-block;
        padding: 8px 0 8px 28px;
        line-height: 20px;
    }
    .checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-left: -28px;
        margin-top: 0;
    }
    .more-btn {
        padding: 10px 40px 10px 0;
    }
    .more-btn:after {
        top: 50%;
        margin-top: -15px;
    }
    .text-block-why .more {
        padding: 11px 18px;
    }
    footer li a {
        padding: 8px 0;
    }
    .footer-adress p {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    /* inner pages: less dead space, sidebar cards compact */
    .main-content {
        padding: 25px 15px 0;
    }
    .sidebar {
        padding: 10px 15px 20px;
    }
    .main-content h2,
    .main-content .title {
        font-size: 22px;
        line-height: 1.25;
    }
    .text-block-why-price-page .item {
        padding: 20px 10px 25px;
    }
    .list-left-price {
        padding-bottom: 20px;
    }
    .fix-sale-block {
        margin-bottom: 15px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }

    /* model / problem grid: one column with room for the finger icon */
    .predator-item {
        width: 100%;
        padding: 8px 0 8px 50px;
    }

    .modal_form span,
    .tel_button_order_modal span {
        width: 100%;
    }
    .modal_form,
    .tel_button_order_modal,
    .get_discount_red_modal,
    .get_red_ask_modal {
        padding: 15px 12px 25px;
    }

    .banner-fix-price .banner-content {
        padding: 30px 8px;
    }
    .sale-banner {
        padding: 20px 10px;
    }

    /* "back to top" button: smaller and out of the text on phones */
    #scrollup {
        right: 8px;
        bottom: 12px;
        padding: 4px;
    }
    #scrollup img {
        width: 38px;
        height: 38px;
        opacity: 0.6;
    }
}

/* ---------- narrow phones: advantage cards in one column ---------- */
@media (max-width: 479px) {
    .text-block-why .item {
        float: none;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .text-block-why .info {
        max-width: 280px;
    }
    .text-block-why .info .title {
        padding-top: 8px;
    }
    .text-block-why .info p {
        min-height: 0;
    }
    .how-we-work .item {
        padding: 12px 0;
    }
    /* service cards: picture on top, text below */
    .service-item {
        min-height: 0;
        padding: 20px 15px;
    }
    .service-img,
    .service-info {
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .service-img img {
        width: auto;
        max-width: 170px;
        margin-bottom: 10px;
    }
    .service-info p {
        max-width: none;
        padding-bottom: 12px;
    }
    .more-btn {
        float: none;
    }
}


/* =====================================================================
   SEO text block with "show more" + FAQ accordion (2026-09-12)
   ===================================================================== */
[hidden] {
    display: none !important;
}

.seo-text {
    padding: 20px 15px 30px;
}
.seo-text .title {
    padding-bottom: 15px;
}
.seo-text__body {
    position: relative;
    max-height: 200px;
    overflow: hidden;
}
.seo-text__body:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 85%);
}
.seo-text.is-open .seo-text__body {
    max-height: none;
}
.seo-text.is-open .seo-text__body:after {
    display: none;
}
.seo-text__body p {
    text-align: left;
    line-height: 25px;
    margin: 0 0 12px;
}
.seo-text__toggle {
    display: block;
    margin: 12px auto 0;
    padding: 10px 26px;
    background: #fff;
    border: 1px solid #00539b;
    color: #00539b;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.seo-text__toggle:hover,
.seo-text__toggle:focus {
    background: #00539b;
    color: #fff;
    outline: none;
}

.faq {
    padding: 30px 15px 50px;
}
.faq .title {
    padding-bottom: 20px;
}
.faq__item {
    border-bottom: 1px solid #e3e3e3;
}
.faq__item:first-child {
    border-top: 1px solid #e3e3e3;
}
.faq__q {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px 44px 15px 0;
    background: none;
    border: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #333;
    cursor: pointer;
}
.faq__q:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #00539b;
}
.faq__q[aria-expanded="true"]:after {
    content: "\2013";
}
.faq__q:hover,
.faq__q:focus {
    color: #00539b;
    outline: none;
}
.faq__a {
    padding: 0 30px 16px 0;
}
.faq__a p {
    margin: 0;
    line-height: 24px;
    text-align: left;
    color: #4c4c4c;
}
@media (max-width: 767px) {
    .seo-text {
        padding: 10px 15px 25px;
    }
    .faq {
        padding: 20px 15px 35px;
    }
    .faq__q {
        font-size: 15px;
        padding-right: 36px;
    }
    .faq__a {
        padding-right: 0;
    }
}

/* checkbox in the "ask a question" form inherited width:49% from .bmap_form input */
.bmap_form input[type="checkbox"],
.form-centered input[type="checkbox"] {
    width: auto;
    max-width: none;
    display: inline-block;
    margin: 4px 0 0 -20px;
}

/* collapsible intro text inside the main column of inner pages */
.seo-text--intro {
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.seo-text--intro .seo-text__body > h2,
.seo-text--intro .seo-text__body > h3 {
    text-align: left;
    font-size: 22px;
    margin: 10px 0 12px;
}
.seo-text--intro .seo-text__body > p {
    text-align: justify;
}
@media (max-width: 767px) {
    .seo-text--intro .seo-text__body > p {
        text-align: left;
    }
}

/* semantic blocks: lists inside seo text + standalone container */
.seo-text__body ul.seo-text__list {
    margin: 0 0 14px 0;
    padding-left: 22px;
    list-style: disc;
}
.seo-text__body ul.seo-text__list li {
    list-style-type: disc;
    line-height: 24px;
    margin-bottom: 6px;
    text-align: left;
}
.seo-text__body h3 {
    text-align: left;
    font-size: 20px;
    margin: 14px 0 10px;
}
.seo-text--sem {
    padding: 20px 15px 10px;
}
.seo-text--sem .seo-text__body p {
    text-align: justify;
}
@media (max-width: 767px) {
    .seo-text--sem .seo-text__body p,
    .seo-text--intro .seo-text__body p {
        text-align: left;
    }
}



/* 152-ФЗ: юридические страницы и уведомление о cookie */
.legal-text { padding: 10px 15px 30px; }
.legal-text h2 { font-size: 20px; text-align: left; margin: 22px 0 8px; }
.legal-text p { line-height: 25px; }
.cookie-note {
    position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%);
    width: calc(100vw - 32px); max-width: 920px; z-index: 9999;
    display: none; align-items: center; gap: 18px; flex-wrap: wrap;
    padding: 16px 20px; border-radius: 14px;
    background: #1e1e1e; color: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.35);
    font-family: 'Open Sans', sans-serif;
}
.cookie-note.is-visible { display: flex; }
.cookie-note p { margin: 0; flex: 1 1 320px; font-size: 14px; line-height: 1.5; color: #fff; text-align: left; }
.cookie-note a { color: #7fc4ff; text-decoration: underline; }
.cookie-note a:hover { color: #a9d8ff; }
.cookie-note__btn {
    flex: 0 0 auto; padding: 12px 28px; border: 0; border-radius: 50px;
    background: #00539b; color: #fff; font-weight: 700; font-size: 14px; cursor: pointer;
}
.cookie-note__btn:hover, .cookie-note__btn:focus { background: #0a6ac2; outline: none; }
.footer-legal { margin-top: 8px; font-size: 12px; line-height: 1.5; color: #9f9f9f; }
.footer-legal a { color: #9f9f9f; text-decoration: underline; }
/* /152-ФЗ */

/* ===== Скруглённые углы: кнопки, поля, окна (2026-09-13) ===== */
.btn,
.green-btn,
.green-btn:hover,
.green-btn:focus,
.green-btn:active,
.green-btn:active:focus,
.tel_button_red,
.tel_button_grey,
.tel_button_gray,
.z_button,
.fix-button,
.footer-callback .btn,
.footer-contacts .btn,
#more-reviews,
.seo-text__toggle,
.text-block-why .more,
.text-block-why-price-page .more,
.callback #callback,
button,
input[type="submit"],
input[type="button"] {
    border-radius: 10px !important;
}
.cookie-note__btn {
    border-radius: 50px !important;
}
.form-group input,
.tel_form_input,
.greyFormInp input,
.bmap_form input:not([type="checkbox"]):not([type="submit"]),
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
.sweet-alert input {
    border-radius: 8px !important;
}
.mfp-content .tel_form,
.mfp-content .bmap_form,
.mfp-content .surpris_form_long,
.get_red_ask_modal,
.get_discount_red_modal,
.get_discount_gray_modal,
.modal_form,
.tel_button_order_modal,
.ask_director_modal,
#modal_wnd,
.white-popup,
.sweet-alert,
.sweet-alert button,
.banner-fix-price,
.services,
.service-item,
.review-item,
.text-block-why-price-page .item,
.info-block,
.faq__item,
.faq__q,
.faq__a,
.table-wrapp,
.progress-bar,
.progress {
    border-radius: 14px !important;
}
.sweet-alert button {
    border-radius: 10px !important;
}
/* ===== /Скруглённые углы ===== */

/* Антиспам: honeypot-поле формы, скрыто от людей (не display:none — часть ботов его пропускает) */
.fld-web { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.fld-web input { width: 1px !important; height: 1px !important; }

/* ===== Правки по скринам (2026-09-13) ===== */
/* Контакты: иконки часов/адреса встают в строку перед текстом, а не поверх него */
.contact-time,
.contact-adress {
    padding-left: 0;
}
.contact-time:before,
.contact-adress:before {
    position: static !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    vertical-align: -4px;
    margin-right: 8px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    left: auto !important;
    top: auto !important;
}

/* Баннер «Оставьте заявку на ремонт со скидкой 10%»: затемнение фона, читаемый текст, синяя кнопка */
.sale-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/sale-banner-bg.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    border-radius: 14px;
}
.sale-banner .title,
.sale-banner p {
    color: #fff;
}
.sale-banner .checkbox label,
.sale-banner .checkbox a {
    color: #fff;
}
.sale-banner .tel_form_input {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    height: 40px;
    text-shadow: none;
}
.sale-banner .green-btn,
.sale-banner .green-btn:hover,
.sale-banner .green-btn:focus,
.sale-banner .green-btn:active,
.sale-banner input[type="submit"] {
    background: #00539b !important;
    border: 1px solid #00539b !important;
    color: #fff !important;
    text-shadow: none;
    height: 40px;
    padding: 6px 24px;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
    margin-top: 0;
}
.sale-banner .green-btn:hover,
.sale-banner .green-btn:focus {
    background: #0a6ac2 !important;
    border-color: #0a6ac2 !important;
}
/* ===== /Правки по скринам ===== */

/* Согласие в окнах на белом фоне: текст тёмный, ссылки синие (по умолчанию .checkbox a почти белый) */
.mfp-content .checkbox label,
.get_discount_red_modal .checkbox label,
.get_discount_gray_modal .checkbox label,
.get_red_ask_modal .checkbox label,
.tel_button_order_modal .checkbox label,
.modal_form .checkbox label,
.ask_director_modal .checkbox label,
.tel_form .checkbox label,
.bmap_form .checkbox label {
    color: #333;
}
.mfp-content .checkbox a,
.get_discount_red_modal .checkbox a,
.get_discount_gray_modal .checkbox a,
.get_red_ask_modal .checkbox a,
.tel_button_order_modal .checkbox a,
.modal_form .checkbox a,
.ask_director_modal .checkbox a,
.tel_form .checkbox a,
.bmap_form .checkbox a {
    color: #00539b;
    text-decoration: underline;
}
/* на тёмных баннерах остаётся белым */
.sale-banner .checkbox label,
.sale-banner .checkbox a {
    color: #fff;
}

/* Скругление при наведении: рамка у ссылок в футере и подсветка пунктов меню */
footer li a,
footer li a:hover {
    border-radius: 8px;
    padding-left: 6px;
    padding-right: 6px;
}
footer li a {
    border: 1px solid transparent;
}
.navigation a,
.navigation a:hover {
    border-radius: 10px;
}

/* Окна magnific-popup: белый фон рисует внешняя обёртка .mfp-content — скругляем её */
.mfp-content,
.mfp-inline-holder .mfp-content {
    border-radius: 14px;
}
.mfp-content .mfp-close {
    border-top-right-radius: 14px;
}

/* Формы заявок (вопрос специалисту, расчёт стоимости, обратный звонок, скидка):
   поле телефона и кнопка в одну линию, одной высоты, без отрицательного отступа у кнопки */
.bmap_form .tel_form_input,
.bmap_form .green-btn,
.tel_form .tel_form_input,
.tel_form .green-btn,
.tel_form .tel_button_red,
.surpris_form_long .tel_form_input,
.surpris_form_long .green-btn,
.form-inline .tel_form_input,
.form-inline .green-btn {
    height: 44px;
    min-height: 44px;
    line-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
}
@media (max-width: 991px) {
    /* на узких экранах поле и кнопка стоят друг под другом — возвращаем отступ между ними */
    .bmap_form .green-btn,
    .tel_form .green-btn,
    .tel_form .tel_button_red,
    .surpris_form_long .green-btn,
    .form-inline .green-btn,
    .form-centered .tel_form_input {
        display: block;
        margin: 8px auto 0;
    }
}

/* Плитки на странице «Диагностика»: одинаковая высота заголовка (2 строки) и картинки, текст не обрезается */
.service-diagnostick .service-item {
    padding: 16px 8px;
    min-height: 0;
}
.service-diagnostick .service-item .service-info {
    padding-left: 0;
}
.service-diagnostick .service-item .service-info p,
.service-diagnostick .service-item .service-info .title {
    max-width: none;
    padding-bottom: 0;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.3;
    min-height: 2.6em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.service-diagnostick .service-item .service-img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-diagnostick .service-item .service-img img {
    width: auto;
    max-width: 100%;
    max-height: 170px;
}
@media (max-width: 1199px) {
    .service-diagnostick .service-item .service-info .title {
        font-size: 14px;
    }
}
