/*   class="text-seo"    */
    .text-seo{
     /*   margin: 0px 10px; */
        font-family: 'Jost',Arial,sans-serif;
    }
    
    .title {
        display: flex;
        justify-content: center;
    }

   
    .text-seo p {
        margin-bottom:10px;
    }
    .text-seo p, .text-seo ul, .text-seo li {
    color: #2d2b2b;
    font-size: 16px;
    line-height: 1.59;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    }
    
    .text-seo h2, .text-seo h3 {
        color: #2D2B2B;
    font-size: 22px;
    line-height: 1.59;
    font-weight: 700;
    margin: 0px 0 5px 0;
    }
    
      .text-seo a {
        color: #b71414 !important;
    }
    
    .title h2 {
        font-family: 'Jost',Arial,sans-serif;
    color: #2D2B2B;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 28px;
    text-align: center;
    }
    
        .text-seo ol{
        counter-reset: myCounter;
    }

    .text-seo ol > li{
      list-style: none;
      line-height: 20px;
      margin: 0 0 8px 0;
    }
    
    .text-seo ol > li:before {
        counter-increment: myCounter;
        content: counter(myCounter);
        position: relative;
        display: inline-grid;
        color: #fff;
        background: #b71414;
        margin-right: 10px;
        margin-bottom: 5px;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        padding: 0px;
        font-weight: bold;
        text-align: center;
        border-radius: 0.9em;
        
    }
    
    .seo-img {
        display: block;
        width: auto;
        height: 230px;
        float: left;
        border-radius: 15px;
        background-position: center center;
        background-size: cover;
        margin-right: 25px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    
    @media screen and (max-width: 640px) {
        .title h2 {
             font-size: 35px;
   
        }
        .seo-img {
        height: 180px;
        }
    
    
    }
    
    @media screen and (max-width: 480px) {
        .title h2 {
             font-size: 30px;
   
        }
        .seo-img {
        height: 180px;
        margin-bottom: 8px;
        }
        .seo-img {
        float: none;
        }
    }


.t-rec_pt_15 {
    transition: all 0.4s ease-in-out;
}

.t-btn_sm {
    width: 100%;
}

.t774__bgimg {
    border-radius: 15px 15px 25px 25px;
}

.t-popup__container {
    border-radius: 15px;
}

.uc-popap-form .t-input-block {
    box-shadow: 0px 0px 8px 0px rgb(101 101 101 / 26%);
}

@media screen and (max-width: 960px) {
    .t774__wrapper {
        box-shadow: 0px 0px 8px 0px rgb(101 101 101 / 26%);
    }

}

@media screen and (min-width: 961px) {
    .t774__col {
        transition: all 0.4s ease-in-out;
        box-shadow: 0px 0px 8px 0px rgb(101 101 101 / 26%);
        border-radius: 15px;
    }
    
    .t774__col:hover {
        transform: translateY(-10px);
        box-shadow: 0px 12px 8px 0px rgb(101 101 101 / 20%);
    }

}

/*------------- Аккордеон прайс ----------*/


/*Настройка ширины блока*/
.t668 .t-container {
    max-width: 1200px;
}
.t668__col {
    max-width: 1200px;
}

/*Скругление углов у аккордеона */
.t668__wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgb(101 101 101 / 26%);
}

/*Стили надзаголовка в шапке аккордеона*/
.t668__title span[style="color: rgb(0, 0, 0);"] {
    display: inline-block;
    /*padding: 5px 10px;*/
    /*background-color: #D3EEFF;*/
    /*border-radius: 30px;*/
    font-size: 14px;
    font-weight: 500;
    color: #61B3FF !important;
    margin-bottom: 10px;    /*Отступ снизу*/
}

/*-----Настройка открытия аккордеона-----*/
.t668__content {
    max-height: 0px;
    display: flex !important;
    flex-wrap: wrap;
    transition: all 0.4s ease-in-out !important;
    /*padding: 30px !important;*/
}

/*при наведении на аккардеон увеличиваем его высоту*/
@media screen and (min-width: 1200px){
    .t668__wrapper:hover .t668__content:not(.t668__wrapper > .t668__header.t668__opened + .t668__content) {
        max-height: 100px !important;
        transition: all 0.3s ease-in;
    }
}
/*-----Стилизация текстовой части внутри аккордеона-----*/
.t668__textwrapper {
    order: -1;  /*Делаем текст выше добавленного блока*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
}
.t668__text{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.t668__img {
    display: block;
    width: 80px;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 0px !important;
}
/*Стилизуем каждую кнопку внутри аккордеона*/
.t668__textwrapper .t668__text span[style="color: rgb(0, 0, 0);"] {
    display: inline-block;
    padding: 6px 16px;
    background-color: #f7f7f7;
    color: black !important;
    border-radius: 100px;
    align-self: center;
}
/*Стилизация текста под кнопками*/
.t668__text span[style="color: rgb(119, 119, 119);"] {
    width: 100%;
}

/*-----Стилизация нумерации аккордеона-----*/
span[style="color: rgb(0, 108, 255);"] {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #0F79F5;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
    color:  white !important;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Onest';
    position: absolute;
    top: 30px;
    right: 30px;
}

.t668__icon {
/*    display: none; Скрываем иконку*/
}

/*-----Добавлям снизу белый градиент-----*/
.t668__content:after {
    content: "";
    display: block;
    width:  100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg, #ffffff, rgb(255 255 255 / 0%));
    border-radius: 0 0 10px 10px;
    transition: all 0.3s ease-in;
}

.t668__header.t668__opened + .t668__content:after {
    height: 0px;
}



/*-----Добавляем цветную полоску слева-----*/
.t668__wrapper,
.t668__wrapper:before{
   transition: all 0.3s ease-in; 
}
/*Изначальное положение и размер полоски*/
.t668__wrapper:before{
    content: "";
    width: 0px;
    height: 100%;
    display: block;
    background-color: #ffebb3;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in;    
}
/*Размер полоски при наведении на аккордеон и его открытии*/
.t668__wrapper:has(.t668__header.t668__opened):before,
.t668__wrapper:hover:before {
    content: "";
    width: 3px;
    height: 100%;
    display: block;
    background-color: #ffebb3;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in;
}


/*Стили для мобилки*/
@media screen and (max-width: 640px){
    .t668__trigger-button {
        padding: 30px 70px 30px 30px!important;
    }
    .t668__wrapper{
        border-radius: 10px;
    }
    
    .t668__title{
        font-size: 20px !important;
    }
}

/*------------- Страница отзывов ----------*/

.t525 .t-list__item {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 8px 0px rgb(101 101 101 / 10%);
}

.t525__textwrapper {
    padding: 20px;
}


#rec698448678 fieldset {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#rec698448678 .t-radio__control {
    margin: 0 !important;
}

.t-radio__control span {
    color: #F19905;
}

.btn-form .t-input {
    box-shadow: 0px 0px 8px 0px rgb(101 101 101 / 10%);
}

@media screen and (max-width: 480px) {
    #rec698448678 fieldset {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    
    #rec698448678 .t-radio__control {
        margin: 0 0 10px 0 !important;
    }
    
  .slick-prev {
    left: 10px !important;
  } 

  .slick-next {
    right: 10px !important;
  }
}


/*------------- Страницы услуг плитка -------------*/

.t858__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 30px !important;
    cursor: pointer;
}

#rec698888099 .t-card__title {
    padding-right: 20px;
}

.t858__inner-col {
    position: relative;
    height: auto !important;
    transition: all 0.3s ease-in-out;
}

.t858__img {
    padding-bottom: 40px !important;
}

/*------------- Страницы услуг бренды -------------*/

.t594__img, .t738__img {
    box-shadow: 0px 0px 8px 0px rgb(101 101 101 / 10%);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.t594__img:hover {
    box-shadow: 0px 0px 12px 0px rgb(101 101 101 / 15%);
    scale: 103%;
}