/*Отступы для блока слайдер T900. Это отзывы, Акции, Программы*/
/* ===== ДО 979 ===== */
@media screen and (max-width: 979px) {
     .t1196__slider.t1196__slider_width_40 {
        --slider-gap: 10px;
        --padding-left: 12px;
        --padding-right: 12px;
    }
}

/* ===== 980 – 1199 ===== */
@media screen and (min-width: 980px) and (max-width: 1199px) {
     .t1196__slider.t1196__slider_width_40 {
        --slider-gap: 10px;
        --padding-left: 20px;
        --padding-right: 20px;
    }
}

/* ===== 1200 – 1799 ===== */
@media screen and (min-width: 1200px) and (max-width: 1799px) {
     .t1196__slider.t1196__slider_width_40 {
        --slider-gap: 10px;
        --padding-left: 20px;
        --padding-right: 20px;
    }
}

/* ===== 1800+ ===== */
@media screen and (min-width: 1800px) {
     .t1196__slider.t1196__slider_width_40 {
        --slider-gap: 16px;
        --padding-left: 20px;
        --padding-right: 20px;
    }
}





/*____________________________________________________________________________________*/



/*Отступы в карточках Врачи*/
.t786__container_indent.t786__container_clgap-20px {
    padding: 0 15px;
}




/*____________________________________________________________________________________*/



/*Стили для подписей в галерее*/

#rec1759088811 .t-card__title{
 width: fit-content !important;
/*  max-width: calc(100% - 40px) !important; /* чтобы не упиралось в края (20+20) */
  padding: 12px 12px !important;
  background: #ffffff !important;
  color: #6E94A7 !important;
    border-radius: 8px; /* ← скругление */
}

/*Отступы внутри от края карточки вовнутрь*/
/* БАЗА: до 1199 */
.t939__content {
  padding: 12px;
}

/* 1200–1799 */
@media screen and (min-width: 1200px) {
  .t939__content {
    padding: 16px;
  }
}

/* 1800+ */
@media screen and (min-width: 1800px) {
  .t939__content {
    padding: 24px;
  }
}


/*Паддинги для всего блока*/

/* БАЗА: до 1199 */
#rec1718710271 .t939__container_indent {
    padding-left: 12px;
    padding-right: 12px;
}

/* от 980 и дальше */
@media screen and (min-width: 980px) {
    #rec1759088811 .t939__container_indent {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/*____________________________________________________________________________________*/




/**/
 .t702 .t-input-group {
    margin-bottom: 12px !important;
}

/*____________________________________________________________________________________*/


/*Для тонких линий в автоскейле*/
    .height1px 
    {height: 0.5px !important;
    }

/*____________________________________________________________________________________*/



/**/
.t-form-success-popup__content-icon-background {
    fill: #76C9DA; /*Цвет фона галочки*/
}
.t-form-success-popup_new .t-form-success-popup__button {
    color: #fff; /*Цвет текста кнопки закрытия*/
    background-color: #47433D; /*Цвет фона кнопки закрытия*/
    /*border: solid 1px #0033ff; Граница кнопки закрытия*/
    border-radius: px; Скругление углов кнопки закрытия
    transition: all .3s;
}
.t-form-success-popup_new .t-form-success-popup__button:hover {
    color: #fff; /*Цвет текста кнопки закрытия при наведении
    background-color: #211F1C; /*Цвет фона кнопки закрытия при наведении*/
  /*  border: solid 1px #0033ff; Граница кнопки закрытия при наведении*/
}

@media (min-width: 641px) {
.t-form-success-popup__wrapper {
    border-radius: 20px !important; /*Скругление углов окошка сообщения (десктоп)*/
}
}


/*____________________________________________________________________________________*/

/*чтобы не прилипали к левому краю заголовки на мобилке в Программах*/
@media screen and (max-width: 960px) {
    .t1196-container_fluid_40 {
        margin-left: 16px;
        
    }
}
        
/*____________________________________________________________________________________*/   
        
/*Настройки отступов в меню второго уровня на мобилке*/
/*Между пункатми меню второго уровня*/
@media screen and (max-width: 980px) {
  .t966__menu-item-wrapper.t-submenublocks__item {
    margin-bottom: 2px !important;
  }
      .t966__content {
        padding-bottom: 4px;
    }
}


/*Убрать большой оступ сверху от пункта меню и убрать линии сверху и снизу*/
.t966__tooltip-menu_mobile {
    border-top: none !important;
border-bottom: none !important;
    margin-top: 0px !important;
}
