/* скрываю фото в отзывах */
/*#rec547382647 .t923__imgwrapper {
    display: none;
}*/


/* значения в инпутах в форме */
.t-radio__control.t-text.t-text_xs {
  font-size: 15px;
}

/* слайдер кнопки отзывы, стрелки отступы */
.t923 .t-slds__arrow_wrapper-left {
    left: 10%;
}
.t923 .t-slds__arrow_wrapper-right {
    right: 10%;
}

@media screen and (min-width: 650px) {
/* Кнопка WhatsApp на пк */
.t393__wrapper .t-btn {
  padding: 10px 20px;
  font-size: 16px;
}

}
@media screen and (max-width: 640px) {
  /* Контакты заголовок на мобилках*/
  .t554__title {
    font-size: 28px!important;
}
/* о компании */
.t764__title {
    font-size: 28px!important;
}
/* имя отзыва */
.t923__title {
    font-size: 18px!important;
}
/* Текст отзыва*/
.t923__descr {
    font-size: 16px!important;
}
/* Заголовок вопроса */
.t849__title {
    font-size: 18px!important;
}
/* Текст вопроса */
.t849__text {
    font-size: 16px!important;
}
/*  В таблице заголовки */
 .t431 .t431__th { 
  font-size: 14px!important;
}
/*  В таблице описание */
.t431 .t431__td { 
  font-size: 12px!important;
}
}

@media screen and (max-width: 550px) {
   /* слайдер кнопки отзывы, стрелки отступы */
.t923 .t-slds__arrow_wrapper-left {
    left: 7%;
}
.t923 .t-slds__arrow_wrapper-right {
    right: 7%;
}

}

/* контейнер кнопки записи мобилка */
#rec1916820171 .t943__buttonwrapper {
    bottom: 90px !important;
    display: flex !important;
    justify-content: right !important;
    width: 80px !important;
    margin-left: auto !important;
}

/* кнопка записи мобилка*/
#rec1916820171 .t-btnflex.t-btnflex_type_button {
    border-radius: 50% !important;
    box-shadow: none !important;
    height: 80px !important;
    width: 80px !important;
    padding: 0 !important;
}

/* кнопка записи текст мобилка*/
#rec1916820171 .t-btnflex__text {
  font-size: 12px !important;
}

