header {
    z-index: 999 !important;
}

.mt-50 {
    margin-top: 50px;
}
.seo-content {
    padding:80px 0 0;
}
.h2-text {
    padding-bottom:30px;
}
.h2-text h2 {
    text-align:center;
}
.text-seo {
    padding:0px 20px;
}

.text-seo p {
    margin-bottom:10px;
}
.text-seo p, .text-seo ul, .text-seo li{
    color: #3c3e45;
font-size: 16px;
font-family: 'Inter',Arial,sans-serif;
line-height: 1.59;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}

.text-seo h2 {
    color: #3c3e45;
font-size: 22px;
font-family: 'Inter',Arial,sans-serif;
line-height: 1.59;
font-weight: 600;
margin: 20px 0 5px 0;
}
.breadcrumb {
    font-family: 'Inter',Arial,sans-serif;
    display:flex;
    flex-wrap:wrap;
    padding:0 !important;
    color: #858585;
    font-size:14px;    
}
.breadcrumb a {
    color: #858585 !important;
}
.breadcrumb a:hover {
    color: rgb(254, 217, 0) !important;
}

.breadcrumb li {
    list-style:none;
}
.breadcrumb li:after {
    content: '/';
    margin-left:10px;
    margin-right:10px;
}
.breadcrumb li:last-child:after {
    display:none;
}
.seo-img {
    width: 500px;
    height: auto;
    float: left;
    margin: 25px 40px 25px 0px;
    border-radius: 20px;
}
.sales-forms .t-input-phonemask__wrap {
    border: 1px solid #fff !important;
}
.sales-forms .t-submit {
    border-radius: 15px;
    color: #3c3e45;
    background: #fff;
}
@media (max-width:500px) {
    .hero-forms {
        display:block;
    }
    .seo-img{
        width: 100%;
    }
}
.form-chebox-hide input[type="checkbox"] {
    display:none;
}
.t-input {
    height: 42px;
    background: transparent;
}
.tn-form_horiz .t-section__topwrapper{margin-bottom:75px}.tn-form_horiz .t-section__title{margin-bottom:30px}.tn-form_horiz .t-section__descr{max-width:560px}.tn-form_horiz.t-form_inputs-total_5 .t-input-group{width:20%}.tn-form_horiz.t-form_inputs-total_4 .t-input-group{width:25%}.tn-form_horiz.t-form_inputs-total_3 .t-input-group{width:33.33%}.tn-form_horiz.t-form_inputs-total_2 .t-input-group{width:50%}.tn-form_horiz.t-form_inputs-total_1 .t-input-group{width:100%}.tn-form_horiz .t-form__inputsbox{display:table;-webkit-transition:max-height .3s cubic-bezier(.19,1,.22,1),opacity .3s linear;transition:max-height .3s cubic-bezier(.19,1,.22,1),opacity .3s linear;max-height:5000px}.tn-form_horiz__inputsbox_hidden.t-form__inputsbox{display:block;overflow:hidden;max-height:0;opacity:0}.tn-form_horiz .t-input-group{display:table-cell;vertical-align:bottom}.tn-form_horiz .t-input-block{height:100%;width:100%;box-sizing:border-box}.tn-form_horiz .t-input-title{padding-bottom:5px}.tn-form_horiz .t-input-subtitle{margin-top:-5px;padding-bottom:10px}.tn-form_horiz .t-form__submit,.tn-form_horiz .tn-form__submit{display:table-cell;vertical-align:bottom;height:100%}.tn-form_horiz .t-datepicker{width:100%}.tn-form_horiz .t-form_bbonly .t-input-title{padding-bottom:0;margin-bottom:0}.tn-form_horiz .t-form_bbonly .t-input-subtitle{padding-bottom:0;padding-top:5px}.tn-form_horiz .t-input-error{display:none!important}


.is-button {
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff !important;
    font-size: 16px;
    font-family: "Arial", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 15px;
    background-image: linear-gradient(90deg, rgba(254, 224, 48, 1) 0%, rgba(255, 180, 41, 1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 2px 5px 0px rgba(61, 49, 0, 0.1);
}
h1.is-404 {
    font-size: 64px;
}
@media screen and (max-width: 410px) {
    h1.is-404 {
        font-size: 64px !important;
    }
}
.text-seo.is-404 {
    text-align: center;
}

.overlay{
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px;
    z-index: 999;
    display: none;
    outline: none;
}
.overlay.active{
    display:block;
    opacity:1;
}
.popup-thank{
    padding: 40px 45px;
    max-width: 560px;
    width:100%;
        background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
        border-radius: 25px;
        transform: translateY(-50%);
        display:none;
        z-index:999;
}
.popup-thank.active{
    display:block;
}
.popup-thank .title{
    margin-bottom: 11px;
    font-size: 36px;
    line-height: 1.23;
    font-family: 'Inter',Arial,sans-serif;
    font-weight: 600;
    color: #0a0a0a;
    text-align:center;
    margin:0;
}
.popup-thank p{
    text-align:center;
    font-size: 14px;
    line-height: 1.55;
    margin:30px 0 0 0;
    font-family: 'Inter',Arial,sans-serif;
    font-weight: 400;
    color: #0a0a0a;
}
.popup-thank .close{
    top: 10px;
    right: 10px;
    width: 43px;
    height: 43px;
    transition: opacity ease-in-out 0.3s;
    z-index: 9;
    position:fixed;
}
.popup-thank .close button {
    width: 23px;
    padding: 10px;
    font-size: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}


.container{
    width:100%;
    max-width:1190px;
    padding:0 15px;
    box-sizing:border-box;
    margin:0 auto;
}
.preim__list{
    display:flex;
    justify-content:space-between;
    padding:50px 0 60px 0;
}
.preim-item{
    width:calc(100%/3);
    max-width:320px;
}
.preim-item p{
    margin:20px 0 0 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 142%;
    color: #000;
    font-family: 'Inter',Arial,sans-serif;
}
.preim-item p.name{
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
@media (max-width:575px) {
    .preim__list{
        flex-wrap:wrap;
        padding:10px 0 40px 0;
    }
    .preim-item{
        width:100%;
        max-width:100%;
        margin:34px 0 0 0;
    }
    .preim-item div{
        display:flex;
        align-items:center;
    }
    .preim-item div p{
        margin:0;
    }
    .preim-item img{
        margin-right:28px;
    }
}

.header .select_city {
    margin-top: 0;
    position: relative;
    margin-left: 50px;
}
.header .select_city a {
    font-size: 14px;
    white-space: nowrap;
    color: #646464;
    font-family: 'Inter',Arial,sans-serif;
    position: relative;
}
.header .btn-city::after {
    content: '';
    position: absolute;
    right: -22px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='512px' id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon points='160,115.4 180.7,96 352,256 180.7,416 160,396.7 310.5,256 '/%3E%3C/svg%3E");
    transform: rotate(90deg);
}
.header .select_city ul.list_city {
    background: #fed900;
    padding: 20px 15px;
    display: none;
    position: absolute;
    border-radius: 6px;
    top: 25px;
    left: 0;
    z-index: 1;
}
.header .select_city ul.list_city li{
    list-style:none;
    font-family: 'Inter',Arial,sans-serif;
}

.b-command{
    padding:50px 0;
}
.b-command h2{
    font-family: 'Inter',Arial,sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #000;
}
.command__list{
    display:flex;
    margin:0 -10px;
}
.command-item{
    border-radius: 16px;
    width: calc(25% - 20px);
    margin:20px 10px 0 10px;
    padding:27px 17px 127px 17px;
    box-shadow: 0 9px 26px 8px rgba(0, 0, 0, 0.04);
    background: #fff;
    position:relative;
}
.command-item img{
    margin:0 auto;
    width:146px;
    display:block;
}
.command-item p.name{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin:20px 0 0 0;
}
.command-item p.post{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #8e8e8e;
    margin:16px 0 0 0;
    padding:0 0 7px 0;
}
.command-item p{
    margin:9px 0 0 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #000;
}
.command-item p span{
    font-weight:600;
}
#allrecords .command-item a,
.command-item a{
    border-radius: 20px;
    width: calc(100% - 34px);
    display:flex;
    align-items:center;
    justify-content:center;
    height: 58px;
    background: #fed900;
    margin:32px auto 0;
    text-decoration:none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position:absolute;
    bottom:37px;
    left:17px;
}
.b-master{
    padding:80px 0;
}
.b-master h1{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #000;
    margin:0;
}
.master-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:61px 0 0 0;
    
}
.master-flex img{
    margin-right:69px;
}
.master-info{
    flex:1;
    border-radius: 16px;
    box-shadow: 0 9px 26px 8px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding:55px 45px 55px 53px;
}
.master-info .d-flex{
    display:flex;
    align-items:center;
}
.master-info .d-flex p{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #000;
    margin:0 22px 0 0;
}
.master-info .rayt{
    padding:0 98px 0 0;
    background:url(/images/rayt.svg) no-repeat right center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #5d5d5d;
}
.master-info p.post{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #8e8e8e;
    margin:15px 0 0 0;
    padding:0 0 18px 0;
}
.master-info p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin:12px 0 0 0;
}
.master-info p span{
    font-weight: 600;
}
.b-certificate{
    padding:120px 0 80px 0;
}
.cert__list{
    display:flex;
    margin:0 -10px;
}
.cert__list img{
    width:calc(100%/3 - 20px);
    margin:40px 10px 0 10px;
}
.b-certificate p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin:40px 0 0 0;
}
.b-master + div.form-question .name{
    font-size:27px;
}
.models-block{
    padding:90px 0 0 0;
}
.models-block h2{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: left;
    color: #0a0a0a;
    margin-bottom: 28px;
}
.models__list {
    display:flex;
    flex-wrap:wrap;
    padding: 50px 0 0 0;
    margin: 0 -10px;
}
.models__list .item {
    width:calc(100% / 4 - 20px);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 9px 26.3px 8px #0000000A;
    background: #fff;
    margin: 10px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.models__list .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.models__list .item p{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #0a0a0a;
    margin-top: 15px;
}

.models__list .item img{
    margin:20px auto 0;
    display:block;
    max-width:100%;
}
@media screen and (max-width: 575px) {
    .faq-flex{
        flex-direction: column-reverse;
    }
    .faq-master{
        margin:0 auto 20px;
    }
    .master-flex{
        flex-wrap:wrap;
    }
    .b-master{
        padding:50px 0 0 0;
    }
    .master-flex img{
        max-width:146px;
        margin:0 auto;
        display:block;
    }
    .master-info{
        margin:20px 0 0 0;
        padding:25px 12px 39px 12px;
    }
    .b-master h1,
    .master-info .d-flex p{
        font-size:28px;
        text-align:center;
        width:100%;
    }
    .b-master h1 br{
        display:none;
    }
    .master-info p{
        text-align:center;
    }
    .master-info .d-flex{
        flex-wrap:wrap;
        justify-content: center;
    }
    .master-info .rayt{
        margin:16px 0 0 0;
    }
    .b-certificate h2{
        font-size:24px;
        text-align:center;
    }
    .cert__list{
        padding:10px 70px 0 70px;
    }
    .cert__list .slick-arrow{
        width:52px;
        height:52px;
        position:absolute;
        transform: translate(0);
        top:50%;
        margin-top:0;
    }
    .cert__list .slick-next{
        right:0;
        background:url('/images/arrow-slide.svg') no-repeat;
        transform:rotate(180deg);
    }
    .cert__list .slick-prev{
        left:0;
        background:url('/images/arrow-slide.svg') no-repeat;
    } 
    .cert__list .slick-next:before,
    .cert__list .slick-prev:before{
        display:none;
    }
    .b-certificate{
        padding:35px 0 80px 0;
    }
    .command__list .slick-arrow{
        width:52px;
        height:52px;
        position:absolute;
        transform: translate(0);
        margin-top:0;
        bottom: -60px;
        top:auto;
    }
    .command__list .slick-next{
        right:50%;
        margin-right:-52px;
        background:url('/images/arrow-slide.svg') no-repeat;
        transform:rotate(180deg);
    }
    .command__list .slick-prev{
        left:50%;
        margin-left:-52px;
        background:url('/images/arrow-slide.svg') no-repeat;
    } 
    .command__list .slick-next:before,
    .command__list .slick-prev:before{
        display:none;
    }
    .models__list {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
        margin: 0;
    }
    .models__list .item {
        flex: 0 0 80%;
        scroll-snap-align: start;
        width: 100%;
    }
}

.sitemap-links {
    padding: 60px 0;
}

.sitemap {
    margin: 15px 0 15px 40px;
}

.sitemap-links li {
    position: relative;
    list-style: none !important;
    margin-bottom: 6px;
}

.sitemap-links li::before {
    position: absolute;
    content: '';
    background-color: #fec600;
    width: 15px;
    height: 2px;
    top: 13px;
    left: -30px;
}

.sitemap-links li a {
    color: #000;
    font-size: 18px;
}

.text-seo ul.ul-check {
    margin: 12px 0;
}

.ul-check {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-seo ul.ul-check li {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

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

.ul-check li::before {
    content: "";
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/images/icons/icon-ul-check.svg");
}

.advantages-text {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.advantages-text__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    min-width: 350px;
}
.advantages-text.inner--wrap {
    margin: 20px -6px 20px -6px;
    gap: 0;
}

.advantages-text.inner--wrap .advantages-text__item {
    width: calc(100% / 4 - 12px);
    align-items: flex-start;
    min-width: auto;
    margin: 0 6px;
}

.advantages-text.inner--wrap .advantages-text__item .advantages-text__text {
    font-size: 14px;
}

.advantages-text__icon {
    flex: 0 0 auto;
    display: block;
    max-width: 38px;
    height: auto;
}

.advantages-text__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 860px) {
    .advantages-text.inner--wrap {
        margin: 0;
        flex-direction: column;
    }
    .advantages-text.inner--wrap .advantages-text__item {
        width: 100%;
        margin: 6px 0;
        align-items: center;
    }
}


@media screen and (max-width: 575px) {
    .advantages-text__item {
        min-width: 100%;
    }
    .advantages-text.inner--wrap {
        flex-direction: column;
    }
}




/**/
.services-price {
    width: 100%;
    font-family: inherit;
    color: #000;
    padding: 40px 0;
}

.services-price *,
.services-price *::before,
.services-price *::after {
  /* box-sizing: border-box; */
}

.services-price__head,
.services-price__item {
  display: grid;
  grid-template-columns: 43% 25% 14% 18%;
  align-items: center;
}
section.services-price h2 {
    color: #0a0a0a;
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
}


.services-price__head {
  min-height: 53px;
  padding: 0 9px;
  background: #fed900;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
}

.services-price__item {
  min-height: 60px;
  padding: 4px 9px;
}

.services-price__head > div:first-child,
.services-price__name {
  text-align: left;
  justify-self: start;
}

.services-price__head > div:nth-child(2),
.services-price__head > div:nth-child(3),
.services-price__head > div:nth-child(4),
.services-price__time,
.services-price__cost,
.services-price__action {
  text-align: center;
  justify-self: center;
}

.services-price__name a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
}

.services-price__name a:hover {
  text-decoration: underline;
}

.services-price__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
}

.services-price__icon {
  /* position: relative; */
  /* flex: 0 0 auto; */
  /* width: 19px; */
  /* height: 19px; */
  /* border-radius: 50%; */
  /* background: #000; */
}

.services-price__icon::before {
  /* content: ""; */
  /* position: absolute; */
  /* inset: 4px; */
  /* border: 1.5px solid #fff; */
  /* border-radius: 50%; */
}

.services-price__icon::after {
  /* content: ""; */
  /* position: absolute; */
  /* left: 9px; */
  /* top: 5px; */
  /* width: 1.5px; */
  /* height: 5px; */
  /* background: #fff; */
  /* border-radius: 2px; */
  /* transform-origin: bottom center; */
  /* transform: rotate(25deg); */
}

.services-price__cost {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.services-price__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  min-height: 42px;
  padding: 10px 18px;
  background: #000;
  border-radius: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.services-price__action a:hover {
  opacity: 0.8;
}

/* Mobile */
@media (max-width: 767px) {
  .services-price {
    max-width: 320px;
    margin: 0 auto;
  }

  .services-price__head {
    display: none;
  }

  .services-price__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 21px 18px 0;
    row-gap: 14px;
    text-align: center;
  }

  .services-price__name,
  .services-price__time,
  .services-price__cost,
  .services-price__action {
    justify-self: auto;
    text-align: center;
  }

  .services-price__name a {
    font-size: 16px;
    line-height: 1.25;
  }

  .services-price__time {
    justify-content: center;
    font-size: 14px;
  }

  .services-price__cost {
    font-size: 18px;
  }

  .services-price__action {
    width: 100%;
  }

  .services-price__action a {
    width: 100%;
    max-width: 283px;
    min-height: 39px;
    background: #ffd200;
    color: #000;
    border-radius: 12px;
    font-size: 18px;
  }
}

.services-price__name a {
    font-size: 18px;
    color: #000;
}

.services-price__time span {
    font-size: 16px;
}



@media screen and (max-width: 479px) {
    section.services-price h2 {
        font-size: 23px;
    }
}





.models_block_cart {
    box-shadow: 0 9px 26px 8px rgba(0, 0, 0, 0.04);
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-sizing: border-box;
}

.models_block_cart span {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #3c3c3c;
    display: block;
}

.models_block_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 25px 0;
}

.models_block_cart img {
    max-width: 218px;
    width: 100%;
}


@media (max-width: 767px) {
.models_block_container {
    grid-template-columns: repeat(2, 1fr);
} 
}


@media screen and (max-width: 479px) {
.models_block_container {
    grid-template-columns: repeat(1, 1fr);
}   
.models_block_cart {
    padding: 10px 20px;
}
.models_block_cart span {font-size:16px;}
}


.repair-problems {
  width: 100%;
  font-family: inherit;
  color: #000;
  padding: 40px 0;
}

.repair-problems *,
.repair-problems *::before,
.repair-problems *::after {
  box-sizing: border-box;
}

.repair-problems__title {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.repair-problems__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  /* margin: 0 auto; */
}

.repair-problems__item {
  padding: 20px 20px 22px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
  /* margin-top: 30px; */
}

.repair-problems__item-title {
  display: flex;
  align-items: center;
  min-height: 45px;
  margin: 0 0 24px;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.repair-problems__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 10px;
  margin: 0 0 24px;
}

.repair-problems__label {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.repair-problems__text {
  font-size: 14px;
  line-height: 1.35;
  color: #4b4b4b;
}

.repair-problems__label--solution {
  margin: 0 0 12px;
}

.repair-problems__list-points {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.text-seo .repair-problems__list-points li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.4;
  color: #4b4b4b;
  list-style: none;
  /* padding-left: 0; */
}

.repair-problems__list-points li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #ffd200;
  border-radius: 50%;
}

.repair-problems__time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-height: 36px;
  padding: 8px 14px;
  background: #fed900;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}

.repair-problems__time b {
  font-weight: 800;
}

.repair-problems__time-icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.repair-problems__time-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* Mobile */
@media (max-width: 767px) {
  .repair-problems__title {
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 800;
  }

  .repair-problems__list {
    gap: 30px;
    max-width: none;
    margin: 0;
  }

  .repair-problems__item {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .repair-problems__item-title {
    min-height: auto;
    margin: 0 0 34px;
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.25;
  }

  .repair-problems__row {
    display: block;
    margin: 0 0 34px;
  }

  .repair-problems__label {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.3;
  }

  .repair-problems__text {
    font-size: 15px;
    line-height: 1.35;
  }

  .repair-problems__label--solution {
    margin: 0 0 22px;
  }

  .repair-problems__list-points {
    gap: 18px;
    margin: 0 0 28px;
  }

  .repair-problems__list-points li {
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.35;
  }

  .repair-problems__list-points li::before {
    left: 4px;
    top: 7px;
    width: 9px;
    height: 9px;
  }

  .repair-problems__time {
    display: flex;
    width: 100%;
    min-height: 60px;
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.25;
  }

  .repair-problems__time-icon {
    width: 22px;
    height: 22px;
  }
}

ul.repair-problems__list-points {
    margin-left: 0;
    margin-bottom: 15px;
}
.text-seo .models_block h2 {color:#000;}
.text-seo .repair-problems h2 {
    margin-bottom: 30px;
    color:#000;
    text-align:center;
}


/********/
.benefits-block {
  width: 100%;
  font-family: inherit;
  color: #3f3f3f;
  margin-bottom: 35px;
}

.benefits-block *,
.benefits-block *::before,
.benefits-block *::after {
  box-sizing: border-box;
}

.benefits-block__title {
  margin: 0 0 34px;
  color: #000;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
}

.benefits-block__text {
  /* max-width: 1280px; */
  margin: 0 0 30px;
  /* font-size: 17px; */
  line-height: 1.35;
  font-weight: 400;
}

.benefits-block__grid {
  display: grid;
  grid-template-columns: 1.08fr 1.08fr 1.08fr;
  gap: 14px 14px;
}

.benefits-block__item {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 14px 18px 14px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  background: #fff;
}

.benefits-block__item:nth-child(4),
.benefits-block__item:nth-child(5),
.benefits-block__item:nth-child(6),
.benefits-block__item:nth-child(7) {
  min-height: 108px;
}

.benefits-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-right: 15px;
}

.benefits-block__icon svg {
  display: block;
  width: 38px;
  height: 38px;
}

.benefits-block__item-text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  /* color: red; */
}

.benefits-block__item-text b {
  font-weight: 800;
}

.benefits-block__icon--24 {
  position: relative;
  border: 3px solid #fed900;
  border-radius: 50%;
  color: #fed900;
  font-size: 13px;
  font-weight: 800;
}

.benefits-block__icon--24::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 1px;
  width: 13px;
  height: 13px;
  border-right: 5px solid #fed900;
  border-bottom: 5px solid #fed900;
  transform: rotate(15deg);
}

.benefits-block__icon--24 span {
  position: relative;
  z-index: 1;
}

/* Desktop: 4 карточки во второй строке */
@media (min-width: 768px) {
  .benefits-block__grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .benefits-block__item:nth-child(1),
  .benefits-block__item:nth-child(2),
  .benefits-block__item:nth-child(3) {
    grid-column: span 4;
  }

  .benefits-block__item:nth-child(4),
  .benefits-block__item:nth-child(5),
  .benefits-block__item:nth-child(6),
  .benefits-block__item:nth-child(7) {
    grid-column: span 3;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .benefits-block__title {
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 1.15;
  }

  .benefits-block__text {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.35;
  }

  .benefits-block__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .benefits-block__item,
  .benefits-block__item:nth-child(4),
  .benefits-block__item:nth-child(5),
  .benefits-block__item:nth-child(6),
  .benefits-block__item:nth-child(7) {
    min-height: 62px;
    padding: 12px 12px;
    border-radius: 15px;
  }

  .benefits-block__icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-right: 16px;
  }

  .benefits-block__item-text {
    font-size: 15px;
    line-height: 1.25;
  }
}

.text-seo .benefits-block h2 {
    color: #000;
    /* text-align: center; */
    margin-bottom: 20px;
}







.text-seo .type_ustroistva h2 {
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
}

.type_ustroistva {
    padding: 20px 0;
}

.type_ustroistva_container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

a.type_ustroistva_cart img {
    max-width: 200px;
    width: 100%;
}

a.type_ustroistva_cart span {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    text-align: center;
    color: #3c3c3c;
    margin-toP: 10px;
}

a.type_ustroistva_cart {
    text-align: center;
}




@media (max-width: 767px) {
    
 .type_ustroistva_container {
    grid-template-columns: repeat(1, 1fr);
}   
}




/*************/
.discount-form-block {
  width: 100%;
  padding: 20px 20px 24px;
  background: #ffd200;
  border-radius: 9px;
  font-family: inherit;
  color: #000;
}

.discount-form-block *,
.discount-form-block *::before,
.discount-form-block *::after {
  box-sizing: border-box;
}

.discount-form-block__title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  color: #000;
}

.discount-form-block__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
}

.discount-form-block__input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 0;
  outline: none;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
}

.discount-form-block__input::placeholder {
  color: #a7a7a7;
}

.discount-form-block__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.discount-form-block__button:hover {
  opacity: 0.85;
}

.discount-form-block__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
}

.discount-form-block__button-icon svg {
  display: block;
  width: 31px;
  height: 31px;
}

/* Mobile */
@media (max-width: 767px) {
  .discount-form-block {
    max-width: 280px;
    margin: 0 auto;
    padding: 12px 9px 14px;
    border-radius: 8px;
  }

  .discount-form-block__title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
  }

  .discount-form-block__form {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .discount-form-block__input {
    height: 42px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
  }

  .discount-form-block__button {
    height: 42px;
    gap: 8px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 14px;
  }

  .discount-form-block__button-icon {
    width: 31px;
    height: 31px;
  }
}

span.discount-form-block__button-icon span {
}

button.discount-form-block__button span {
    color: #fff;
}

.container_form {
    margin: 50px 0;
}







/*******************/
.repair-steps {
  width: 100%;
  /* padding: 40px 16px 36px; */
  /* background: #f8f8f8; */
  font-family: inherit;
  color: #000;
  margin-bottom: 30px;
}

.repair-steps *,
.repair-steps *::before,
.repair-steps *::after {
  box-sizing: border-box;
}

.repair-steps__title {
  margin: 0 0 26px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.repair-steps__text {
  margin: 0 0 28px;
  line-height: 1.35;
  font-weight: 400;
  color: #3c3c3c;
}

.repair-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.repair-steps__item {
  min-height: 284px;
  background: #fff;
  box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 20px;
}

.repair-steps__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
}

.repair-steps__icon {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
}

.repair-steps__icon img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.repair-steps__step {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
}

.repair-steps__item-title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.repair-steps__item-text {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

/* Mobile */
@media (max-width: 767px) {
  .repair-steps {
    /* padding: 28px 12px 30px; */
  }

  .repair-steps__title {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 1.15;
  }

  .repair-steps__text {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.35;
  }

  .repair-steps__grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .repair-steps__item {
    min-height: auto;
    padding: 18px 17px 22px;
    border-radius: 12px;
  }

  .repair-steps__top {
    gap: 12px;
    margin: 0 0 18px;
  }

  .repair-steps__icon {
    width: 62px;
    height: 62px;
  }

  .repair-steps__icon img {
    width: 62px;
    height: 62px;
  }

  .repair-steps__step {
    font-size: 20px;
  }

  .repair-steps__item-title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.3;
  }

  .repair-steps__item-text {
    font-size: 15px;
    line-height: 1.35;
  }
}

.text-seo .repair-steps h2 {
    color: #000;
}

/*****/
.repair-benefits-simple {
  width: 100%;
  font-family: inherit;
  /* color: #fff; */
  margin-bottom: 30px;
}

.repair-benefits-simple *,
.repair-benefits-simple *::before,
.repair-benefits-simple *::after {
  box-sizing: border-box;
}

.repair-benefits-simple__title {
  margin: 0 0 28px;
  color: #000;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.repair-benefits-simple__text {
  max-width: 1240px;
  margin: 0 0 30px;
  line-height: 1.35;
  font-weight: 400;
  color: #3c3e45;
}

.repair-benefits-simple__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
}

.repair-benefits-simple__item {
  min-width: 0;
}

.repair-benefits-simple__top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 12px;
}

.repair-benefits-simple__icon {
  display: flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
}

.repair-benefits-simple__icon svg {
  display: block;
  width: 38px;
  height: 38px;
}

.repair-benefits-simple__item-title {
  padding-top: 2px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.repair-benefits-simple__item-text {
  padding-left: 50px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

/* Mobile */
@media (max-width: 767px) {
  .repair-benefits-simple__title {
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 1.15;
  }

  .repair-benefits-simple__text {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.18;
  }

  .repair-benefits-simple__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .repair-benefits-simple__top {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: start;
    column-gap: 12px;
    margin: 0 0 7px;
  }

  .repair-benefits-simple__icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }

  .repair-benefits-simple__icon svg {
    width: 28px;
    height: 28px;
  }

  .repair-benefits-simple__item-title {
    padding-top: 0;
    font-size: 15px;
    line-height: 1.25;
  }

  .repair-benefits-simple__item-text {
    padding-left: 40px;
    font-size: 15px;
    line-height: 1.25;
  }
}

.text-seo .repair-benefits-simple h2 {
    color: #000;
}