.uc-premium-title .t795__title {
  margin-bottom: 16px;
}

.uc-premium-select .t1281__tab_active {
  border: 1px solid #3fa8ff !important;
  box-shadow: inset 0 0 0 1px #3fa8ff !important;
}

@media screen and (max-width: 1200px) {
  /* вкладки производителей для мобилки */
  #rec1687766231 .t1281__container {
    max-width: 90% !important;
  }
  #rec1687766231 .t1281__title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* отображение каруселей SEIKO и NEOLOOK для мобилки */
  #rec1687773991 .t1196__imgwrapper {
    width: 200px !important;
    height: 150px !important;
  }
  #rec1687869781 .t1196__imgwrapper {
    width: 150px !important;
    height: 80px !important;
    margin: 0 auto !important; /* центрируем логотип */
  }

  #rec1687773991 .t1196__bgimg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 200px !important;
    height: 150px !important;
  }
  #rec1687869781 .t1196__bgimg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 110px !important;
    height: 80px !important;
  }

  #rec1687773991 .t1196__item,
  #rec1687869781 .t1196__item {
    width: 230px !important;
    flex: 0 0 230px !important; /* фиксируем ширину во флексе */
  }

  #rec1687869781 .t1196__content {
    padding-right: 40px !important;
  }
}

/* Кнопка "подобрать линзы" */
#rec1691902201 .t-btn {
    color: fff;
    padding: 10px 10px;
    background-color: #625bff;
    background-image: linear-gradient(90deg, #f685ff, #cd77ff 20%, #9c69ff 40%, #625bff 60%, #4d7aff 80%, #3fa8ff);
    border: none;
    border-radius: 5px;
}

#rec1691902201 .t-btn:hover {
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .25), hsla(0, 0%, 100%, .25)), linear-gradient(90deg, #f685ff, #cd77ff 20%, #9c69ff 40%, #625bff 60%, #4d7aff 80%, #3fa8ff);
}

/* наши сотрудники */
#rec1691949611 .t774__bgimg {
    border-radius: 100%;
}

#rec1691949611 .t-btn {
    width: 100%;
}

#rec1691949611 .t-card__btn-wrapper {
    padding: 0 5px 14px;
}

#rec1691949611 .t-card__uptitle {
    position: absolute;
    top: -20px;
    z-index: 100;
    background: #58bc67;
    color: #fff;
    border-radius: 100px;
    padding: 2px 8px;
}

#rec1691949611 .t-btnflex__text {
    overflow: visible;
}

/* слайдер с акциями */
#rec1692018891 .t1196__item {
    max-width: 350px;
    width: 350px;
}

#rec1692018891 .t1196__content {
    padding: 16px 0px 16px 0px !important;
    border-radius: 0 0 16px 16px;
}

#rec1692018891 .t-card__descr {
    line-height: 1.1 !important;
}

/* === Стили для 5 карточек внутри слайдера === */
#rec1692018891 .t1196__item:nth-child(1) .t1196__content {
  background: #e2f5ff;
  color: #01296a;
  border-radius: 0 0 16px 16px;
}

#rec1692018891 .t1196__item:nth-child(2) .t1196__content {
  background: #f8ebff;
  color: #6a13c1;
  border-radius: 0 0 16px 16px;
}

#rec1692018891 .t1196__item:nth-child(3) .t1196__content {
  background: #dbffd8;
  color: #06471c;
  border-radius: 0 0 16px 16px;
}

#rec1692018891 .t1196__item:nth-child(4) .t1196__content {
  background: #fff4d2;
  color: #b25901;
  border-radius: 0 0 16px 16px;
}

#rec1692018891 .t1196__item:nth-child(5) .t1196__content {
  background: #f8ebff;
  color: #6a13c1;
  border-radius: 0 0 16px 16px;
}

/* Чтобы текст внутри не конфликтовал с цветом фона */
#rec1692018891 .t1196__item .t-card__title,
#rec1692018891 .t1196__item .t-card__descr {
  color: inherit !important;
}

/* Чтобы текст внутри не конфликтовал с цветом фона */
#rec1692343391 .t-item {
    padding-left: 0;
    padding-right: 0;
}

/* Иконка аккордеона для мобилки */
@media screen and (max-width: 480px) {
    #rec1692343391 .t849__icon {
        width: 30px;
    }
}

/* Слайдер с сертификатами. Кнопки-ссылки */
/* === T1196: сделать всю карточку кликабельной и снять стили с кнопки === */
/* !!! ВАЖНО: замените #rec1693603071 на id вашего блока, если отличается */

#rec1693603071 .t1196__item {
  position: relative;               /* база для абсолютного позиционирования ссылки */
  overflow: hidden;
}

/* Сбрасываем позиционирование внутренних контейнеров, чтобы якорь цеплялся к .t1196__item */
#rec1693603071 .t1196__content,
#rec1693603071 .t1196__content-inner {
  position: static !important;
}

/* Растягиваем обёртку кнопки на всю карточку */
#rec1693603071 .t1196__item .t-card__btn-wrapper {
  position: absolute !important;
  inset: 0 !important;              /* top/right/bottom/left: 0 */
  margin: 0 !important;
  z-index: 5;                        /* выше фонового изображения и текста */
  pointer-events: auto;
}

/* Снимаем визуальные стили с самой кнопки и растягиваем её */
#rec1693603071 .t1196__item .t-card__btn-wrapper .t-btnflex {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

/* Прячем текст "Посмотреть документ", оставляя его для скринридеров */
#rec1693603071 .t1196__item .t-btnflex__text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Видимый фокус для клавиатуры (а11y) */
#rec1693603071 .t1196__item .t-btnflex:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 4px;
}

/* Карта */
#rec1693727681 .t-width {
    width: 100%;
    max-width:100%;
}
#rec1693727681 .ymaps-2-1-79-map {
    width: 100%;
    max-width:100%;
}
#rec1693727681 .t-map-lazyload {
    border-radius: 12px;
}

/* Как до нас добраться */
#rec1694017771 .t1148__slider {
    padding-left: 0px;
    width: 580px;
}

@media screen and (max-width: 640px) {
    #rec1694017771 .t1148__slider {
    width: 471px
    }
}
@media screen and (max-width: 480px) {
    #rec1694017771 .t1148__slider {
    width: 307px
    }
}


/* Анимации */

/* Увеличения при наведении */
#rec1691949611 .t774__wrapper {
    overflow: visible;
}

#rec1687248531 .tn-atom__img,
#rec1687435451 .tn-atom__img,
#rec1687205331 .t1281__title-text,
#rec1691949611 .t774__imgwrapper,
#rec1687980401 .tn-atom__img,
#rec1688389921 .tn-atom,
#rec1690642801 .tn-atom {
    transition: transform 0.3s ease !important;
}

#rec1687248531 .tn-atom__img:hover,
#rec1687435451 .tn-atom__img:hover,
#rec1687205331 .t1281__title-text:hover,
#rec1687980401 .tn-atom__img:hover {
    transform: scale(1.1) !important;
}

#rec1691949611 .t774__imgwrapper:hover,
#rec1688389921 .tn-atom:hover,
#rec1690642801 .tn-atom:hover {
    transform: scale(1.03) !important;
}



/* Кнопки */



/* базовая кнопка */
.t-btnflex.t-btnflex_type_button {
  position: relative;
  overflow: hidden; /* обязательно */
}

/* сам блик */
.t-btnflex.t-btnflex_type_button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.25) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  transition: left 0.6s ease;
  pointer-events: none;
}

/* запуск блика */
.t-btnflex.t-btnflex_type_button:hover::before {
  left: 150%;
}




/* === ЖЕСТКИЙ блик для Zero Block кнопки (перебиваем Tilda) === */

#rec1695532221 .tn-elem[data-elem-id="1765815430699"] .tn-atom{
  position: relative !important;
  overflow: hidden !important;
}

/* Тильда уже использует ::after, поэтому переопределяем его полностью */
#rec1695532221 .tn-elem[data-elem-id="1765815430699"] .tn-atom::after{
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -150% !important;
  width: 60% !important;
  height: 200% !important;

  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.35) 50%,
    transparent 100%
  ) !important;

  transform: skewX(-25deg) !important;

  /* ВАЖНО: у Тильды transition только opacity — перебиваем */
  transition: left 0.7s ease !important;

  opacity: 1 !important;                 /* чтобы не исчезал */
  pointer-events: none !important;

  z-index: 999 !important;               /* поверх всего */
  will-change: left !important;
}

/* Запуск */
#rec1695532221 .tn-elem[data-elem-id="1765815430699"] .tn-atom:hover::after{
  left: 150% !important;
}




/* === Блик для Zero Block кнопок "Маршрут" и "Записаться -30%" === */

#rec1693716751
.tn-elem[data-elem-id="1765802465134"] .tn-atom,
#rec1693716751
.tn-elem[data-elem-id="1765805543270000007"] .tn-atom{
  position: relative !important;
  overflow: hidden !important;
}

/* переопределяем тильдовский ::after */
#rec1693716751
.tn-elem[data-elem-id="1765802465134"] .tn-atom::after,
#rec1693716751
.tn-elem[data-elem-id="1765805543270000007"] .tn-atom::after{
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -150% !important;
  width: 60% !important;
  height: 200% !important;

  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.35) 50%,
    transparent 100%
  ) !important;

  transform: skewX(-25deg) !important;
  transition: left 0.6s ease !important;

  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 999 !important;
  will-change: left !important;
}

/* запуск */
#rec1693716751
.tn-elem[data-elem-id="1765802465134"] .tn-atom:hover::after,
#rec1693716751
.tn-elem[data-elem-id="1765805543270000007"] .tn-atom:hover::after{
  left: 150% !important;
}



/* Белые кнопки "Подробнее" — деликатная анимация */
#rec1691949611 .t-btnflex.t-btnflex_type_button{
  position: relative;
  overflow: hidden;
  background-color: #fff; /* чтобы было стабильно */
  transform: translateZ(0); /* чуть лучше анимация */
}

/* тонкий блик */
#rec1691949611 .t-btnflex.t-btnflex_type_button::before{
  content: "";
  position: absolute;
  top: -60%;
  left: -140%;
  width: 50%;
  height: 220%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(63,168,255,0.18) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

/* hover — блик проезжает + кнопка чуть приподнимается */
#rec1691949611 .t-btnflex.t-btnflex_type_button:hover::before{
  left: 140%;
}

#rec1691949611 .t-btnflex.t-btnflex_type_button:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}

/* Комендантский */

.uc-premium-title .t795__title {
  margin-bottom: 16px;
}

.uc-premium-select .t1281__tab_active {
  border: 1px solid #3fa8ff !important;
  box-shadow: inset 0 0 0 1px #3fa8ff !important;
}

@media screen and (max-width: 1200px) {
  /* вкладки производителей для мобилки */
  #rec1702713521 .t1281__container {
    max-width: 90% !important;
  }
  #rec1702713521 .t1281__title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* отображение каруселей SEIKO и NEOLOOK для мобилки */
  #rec1702713551 .t1196__imgwrapper {
    width: 200px !important;
    height: 150px !important;
  }
  #rec1702713581 .t1196__imgwrapper {
    width: 150px !important;
    height: 80px !important;
    margin: 0 auto !important; /* центрируем логотип */
  }

  #rec1702713551 .t1196__bgimg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 200px !important;
    height: 150px !important;
  }
  #rec1702713581 .t1196__bgimg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 110px !important;
    height: 80px !important;
  }

  #rec1702713551 .t1196__item,
  #rec1702713581 .t1196__item {
    width: 230px !important;
    flex: 0 0 230px !important; /* фиксируем ширину во флексе */
  }

  #rec1702713581 .t1196__content {
    padding-right: 40px !important;
  }
}

/* Кнопка "подобрать линзы" */
#rec1702713591 .t-btn {
  color: fff;
  padding: 10px 10px;
  background-color: #625bff;
  background-image: linear-gradient(90deg, #f685ff, #cd77ff 20%, #9c69ff 40%, #625bff 60%, #4d7aff 80%, #3fa8ff);
  border: none;
  border-radius: 5px;
}

#rec1702713591 .t-btn:hover {
  background-image:
    linear-gradient(0deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25)),
    linear-gradient(90deg, #f685ff, #cd77ff 20%, #9c69ff 40%, #625bff 60%, #4d7aff 80%, #3fa8ff);
}

/* наши сотрудники */
#rec1702713611 .t774__bgimg {
  border-radius: 100%;
}

#rec1702713611 .t-btn {
  width: 100%;
}

#rec1702713611 .t-card__btn-wrapper {
  padding: 0 5px 14px;
}

#rec1702713611 .t-card__uptitle {
  position: absolute;
  top: -20px;
  z-index: 100;
  background: #58bc67;
  color: #fff;
  border-radius: 100px;
  padding: 2px 8px;
}

#rec1702713611 .t-btnflex__text {
  overflow: visible;
}

/* слайдер с акциями */
#rec1702713811 .t1196__item {
  max-width: 350px;
  width: 350px;
}

#rec1702713811 .t1196__content {
  padding: 16px 0px 16px 0px !important;
  border-radius: 0 0 16px 16px;
}

#rec1702713811 .t-card__descr {
  line-height: 1.1 !important;
}

/* === Стили для 5 карточек внутри слайдера === */
#rec1702713811 .t1196__item:nth-child(1) .t1196__content {
  background: #e2f5ff;
  color: #01296a;
  border-radius: 0 0 16px 16px;
}

#rec1702713811 .t1196__item:nth-child(2) .t1196__content {
  background: #f8ebff;
  color: #6a13c1;
  border-radius: 0 0 16px 16px;
}

#rec1702713811 .t1196__item:nth-child(3) .t1196__content {
  background: #dbffd8;
  color: #06471c;
  border-radius: 0 0 16px 16px;
}

#rec1702713811 .t1196__item:nth-child(4) .t1196__content {
  background: #fff4d2;
  color: #b25901;
  border-radius: 0 0 16px 16px;
}

#rec1702713811 .t1196__item:nth-child(5) .t1196__content {
  background: #f8ebff;
  color: #6a13c1;
  border-radius: 0 0 16px 16px;
}

/* Чтобы текст внутри не конфликтовал с цветом фона */
#rec1702713811 .t1196__item .t-card__title,
#rec1702713811 .t1196__item .t-card__descr {
  color: inherit !important;
}

/* Чтобы текст внутри не конфликтовал с цветом фона */
#rec1702713781 .t-item {
  padding-left: 0;
  padding-right: 0;
}

/* Иконка аккордеона для мобилки */
@media screen and (max-width: 480px) {
  #rec1702713781 .t849__icon {
    width: 30px;
  }
}

/* Слайдер с сертификатами. Кнопки-ссылки */
/* === T1196: сделать всю карточку кликабельной и снять стили с кнопки === */
/* !!! ВАЖНО: замените #rec1702713901 на id вашего блока, если отличается */

#rec1702713901 .t1196__item {
  position: relative; /* база для абсолютного позиционирования ссылки */
  overflow: hidden;
}

/* Сбрасываем позиционирование внутренних контейнеров, чтобы якорь цеплялся к .t1196__item */
#rec1702713901 .t1196__content,
#rec1702713901 .t1196__content-inner {
  position: static !important;
}

/* Растягиваем обёртку кнопки на всю карточку */
#rec1702713901 .t1196__item .t-card__btn-wrapper {
  position: absolute !important;
  inset: 0 !important; /* top/right/bottom/left: 0 */
  margin: 0 !important;
  z-index: 5; /* выше фонового изображения и текста */
  pointer-events: auto;
}

/* Снимаем визуальные стили с самой кнопки и растягиваем её */
#rec1702713901 .t1196__item .t-card__btn-wrapper .t-btnflex {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

/* Прячем текст "Посмотреть документ", оставляя его для скринридеров */
#rec1702713901 .t1196__item .t-btnflex__text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Видимый фокус для клавиатуры (а11y) */
#rec1702713901 .t1196__item .t-btnflex:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 4px;
}

/* Карта */
#rec1702713691 .t-width {
  width: 100%;
  max-width: 100%;
}
#rec1702713691 .ymaps-2-1-79-map {
  width: 100%;
  max-width: 100%;
}
#rec1702713691 .t-map-lazyload {
  border-radius: 12px;
}

/* Как до нас добраться */
#rec1702713711 .t1148__slider {
  padding-left: 0px;
  width: 580px;
}

@media screen and (max-width: 640px) {
  #rec1702713711 .t1148__slider {
    width: 471px;
  }
}
@media screen and (max-width: 480px) {
  #rec1702713711 .t1148__slider {
    width: 307px;
  }
}

/* Анимации */

/* Увеличения при наведении */
#rec1702713611 .t774__wrapper {
  overflow: visible;
}

#rec1702713531 .tn-atom__img,
#rec1702713561 .tn-atom__img,
#rec1702713511 .t1281__title-text,
#rec1702713611 .t774__imgwrapper,
#rec1702713831 .tn-atom__img,
#rec1702713851 .tn-atom,
#rec1702713881 .tn-atom {
  transition: transform 0.3s ease !important;
}

#rec1702713531 .tn-atom__img:hover,
#rec1702713561 .tn-atom__img:hover,
#rec1702713511 .t1281__title-text:hover,
#rec1702713831 .tn-atom__img:hover {
  transform: scale(1.1) !important;
}

#rec1702713611 .t774__imgwrapper:hover,
#rec1702713851 .tn-atom:hover,
#rec1702713881 .tn-atom:hover {
  transform: scale(1.03) !important;
}

/* Кнопки */

/* базовая кнопка */
.t-btnflex.t-btnflex_type_button {
  position: relative;
  overflow: hidden; /* обязательно */
}

/* сам блик */
.t-btnflex.t-btnflex_type_button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 60%;
  height: 200%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
  pointer-events: none;
}

/* запуск блика */
.t-btnflex.t-btnflex_type_button:hover::before {
  left: 150%;
}

/* === ЖЕСТКИЙ блик для Zero Block кнопки (перебиваем Tilda) === */

#rec1702713491 .tn-elem[data-elem-id="1765815430699"] .tn-atom {
  position: relative !important;
  overflow: hidden !important;
}

/* Тильда уже использует ::after, поэтому переопределяем его полностью */
#rec1702713491 .tn-elem[data-elem-id="1765815430699"] .tn-atom::after {
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -150% !important;
  width: 60% !important;
  height: 200% !important;

  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%) !important;

  transform: skewX(-25deg) !important;

  /* ВАЖНО: у Тильды transition только opacity — перебиваем */
  transition: left 0.7s ease !important;

  opacity: 1 !important; /* чтобы не исчезал */
  pointer-events: none !important;

  z-index: 999 !important; /* поверх всего */
  will-change: left !important;
}

/* Запуск */
#rec1702713491 .tn-elem[data-elem-id="1765815430699"] .tn-atom:hover::after {
  left: 150% !important;
}

/* === Блик для Zero Block кнопок "Маршрут" и "Записаться -30%" === */

#rec1702713681 .tn-elem[data-elem-id="1765802465134"] .tn-atom,
#rec1702713681 .tn-elem[data-elem-id="1765805543270000007"] .tn-atom {
  position: relative !important;
  overflow: hidden !important;
}

/* переопределяем тильдовский ::after */
#rec1702713681 .tn-elem[data-elem-id="1765802465134"] .tn-atom::after,
#rec1702713681 .tn-elem[data-elem-id="1765805543270000007"] .tn-atom::after {
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -150% !important;
  width: 60% !important;
  height: 200% !important;

  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%) !important;

  transform: skewX(-25deg) !important;
  transition: left 0.6s ease !important;

  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 999 !important;
  will-change: left !important;
}

/* запуск */
#rec1702713681 .tn-elem[data-elem-id="1765802465134"] .tn-atom:hover::after,
#rec1702713681 .tn-elem[data-elem-id="1765805543270000007"] .tn-atom:hover::after {
  left: 150% !important;
}

/* Белые кнопки "Подробнее" — деликатная анимация */
#rec1702713611 .t-btnflex.t-btnflex_type_button {
  position: relative;
  overflow: hidden;
  background-color: #fff; /* чтобы было стабильно */
  transform: translateZ(0); /* чуть лучше анимация */
}

/* тонкий блик */
#rec1702713611 .t-btnflex.t-btnflex_type_button::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -140%;
  width: 50%;
  height: 220%;
  background: linear-gradient(120deg, transparent 0%, rgba(63, 168, 255, 0.18) 50%, transparent 100%);
  transform: skewX(-25deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

/* hover — блик проезжает + кнопка чуть приподнимается */
#rec1702713611 .t-btnflex.t-btnflex_type_button:hover::before {
  left: 140%;
}

#rec1702713611 .t-btnflex.t-btnflex_type_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}



/* Наличная */

.uc-premium-title .t795__title {
  margin-bottom: 16px;
}

.uc-premium-select .t1281__tab_active {
  border: 1px solid #3fa8ff !important;
  box-shadow: inset 0 0 0 1px #3fa8ff !important;
}

@media screen and (max-width: 1200px) {
  /* вкладки производителей для мобилки */
  #rec1702715651 .t1281__container {
    max-width: 90% !important;
  }
  #rec1702715651 .t1281__title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* отображение каруселей SEIKO и NEOLOOK для мобилки */
  #rec1702715691 .t1196__imgwrapper {
    width: 200px !important;
    height: 150px !important;
  }
  #rec1702715721 .t1196__imgwrapper {
    width: 150px !important;
    height: 80px !important;
    margin: 0 auto !important; /* центрируем логотип */
  }

  #rec1702715691 .t1196__bgimg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 200px !important;
    height: 150px !important;
  }
  #rec1702715721 .t1196__bgimg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 110px !important;
    height: 80px !important;
  }

  #rec1702715691 .t1196__item,
  #rec1702715721 .t1196__item {
    width: 230px !important;
    flex: 0 0 230px !important; /* фиксируем ширину во флексе */
  }

  #rec1702715721 .t1196__content {
    padding-right: 40px !important;
  }
}

/* Кнопка "подобрать линзы" */
#rec1702716051 .t-btn {
  color: fff;
  padding: 10px 10px;
  background-color: #625bff;
  background-image: linear-gradient(90deg, #f685ff, #cd77ff 20%, #9c69ff 40%, #625bff 60%, #4d7aff 80%, #3fa8ff);
  border: none;
  border-radius: 5px;
}

#rec1702716051 .t-btn:hover {
  background-image:
    linear-gradient(0deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25)),
    linear-gradient(90deg, #f685ff, #cd77ff 20%, #9c69ff 40%, #625bff 60%, #4d7aff 80%, #3fa8ff);
}

/* наши сотрудники */
#rec1702715751 .t774__bgimg {
  border-radius: 100%;
}

#rec1702715751 .t-btn {
  width: 100%;
}

#rec1702715751 .t-card__btn-wrapper {
  padding: 0 5px 14px;
}

#rec1702715751 .t-card__uptitle {
  position: absolute;
  top: -20px;
  z-index: 100;
  background: #58bc67;
  color: #fff;
  border-radius: 100px;
  padding: 2px 8px;
}

#rec1702715751 .t-btnflex__text {
  overflow: visible;
}

/* слайдер с акциями */
#rec1702715951 .t1196__item {
  max-width: 350px;
  width: 350px;
}

#rec1702715951 .t1196__content {
  padding: 16px 0px 16px 0px !important;
  border-radius: 0 0 16px 16px;
}

#rec1702715951 .t-card__descr {
  line-height: 1.1 !important;
}

/* === Стили для 5 карточек внутри слайдера === */
#rec1702715951 .t1196__item:nth-child(1) .t1196__content {
  background: #e2f5ff;
  color: #01296a;
  border-radius: 0 0 16px 16px;
}

#rec1702715951 .t1196__item:nth-child(2) .t1196__content {
  background: #f8ebff;
  color: #6a13c1;
  border-radius: 0 0 16px 16px;
}

#rec1702715951 .t1196__item:nth-child(3) .t1196__content {
  background: #dbffd8;
  color: #06471c;
  border-radius: 0 0 16px 16px;
}

#rec1702715951 .t1196__item:nth-child(4) .t1196__content {
  background: #fff4d2;
  color: #b25901;
  border-radius: 0 0 16px 16px;
}

#rec1702715951 .t1196__item:nth-child(5) .t1196__content {
  background: #f8ebff;
  color: #6a13c1;
  border-radius: 0 0 16px 16px;
}

/* Чтобы текст внутри не конфликтовал с цветом фона */
#rec1702715951 .t1196__item .t-card__title,
#rec1702715951 .t1196__item .t-card__descr {
  color: inherit !important;
}

/* Чтобы текст внутри не конфликтовал с цветом фона */
#rec1702715921 .t-item {
  padding-left: 0;
  padding-right: 0;
}

/* Иконка аккордеона для мобилки */
@media screen and (max-width: 480px) {
  #rec1702715921 .t849__icon {
    width: 30px;
  }
}

/* Слайдер с сертификатами. Кнопки-ссылки */
/* === T1196: сделать всю карточку кликабельной и снять стили с кнопки === */
/* !!! ВАЖНО: замените #rec1702716041 на id вашего блока, если отличается */

#rec1702716041 .t1196__item {
  position: relative; /* база для абсолютного позиционирования ссылки */
  overflow: hidden;
}

/* Сбрасываем позиционирование внутренних контейнеров, чтобы якорь цеплялся к .t1196__item */
#rec1702716041 .t1196__content,
#rec1702716041 .t1196__content-inner {
  position: static !important;
}

/* Растягиваем обёртку кнопки на всю карточку */
#rec1702716041 .t1196__item .t-card__btn-wrapper {
  position: absolute !important;
  inset: 0 !important; /* top/right/bottom/left: 0 */
  margin: 0 !important;
  z-index: 5; /* выше фонового изображения и текста */
  pointer-events: auto;
}

/* Снимаем визуальные стили с самой кнопки и растягиваем её */
#rec1702716041 .t1196__item .t-card__btn-wrapper .t-btnflex {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

/* Прячем текст "Посмотреть документ", оставляя его для скринридеров */
#rec1702716041 .t1196__item .t-btnflex__text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Видимый фокус для клавиатуры (а11y) */
#rec1702716041 .t1196__item .t-btnflex:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 4px;
}

/* Карта */
#rec1702715831 .t-width {
  width: 100%;
  max-width: 100%;
}
#rec1702715831 .ymaps-2-1-79-map {
  width: 100%;
  max-width: 100%;
}
#rec1702715831 .t-map-lazyload {
  border-radius: 12px;
}

/* Как до нас добраться */
#rec1702715851 .t1148__slider {
  padding-left: 0px;
  width: 580px;
}

@media screen and (max-width: 640px) {
  #rec1702715851 .t1148__slider {
    width: 471px;
  }
}
@media screen and (max-width: 480px) {
  #rec1702715851 .t1148__slider {
    width: 307px;
  }
}

/* Анимации */

/* Увеличения при наведении */
#rec1702715751 .t774__wrapper {
  overflow: visible;
}

#rec1702715671 .tn-atom__img,
#rec1702715701 .tn-atom__img,
#rec1702715641 .t1281__title-text,
#rec1702715751 .t774__imgwrapper,
#rec1702715971 .tn-atom__img,
#rec1702715991 .tn-atom,
#rec1702716021 .tn-atom {
  transition: transform 0.3s ease !important;
}

#rec1702715671 .tn-atom__img:hover,
#rec1702715701 .tn-atom__img:hover,
#rec1702715641 .t1281__title-text:hover,
#rec1702715971 .tn-atom__img:hover {
  transform: scale(1.1) !important;
}

#rec1702715751 .t774__imgwrapper:hover,
#rec1702715991 .tn-atom:hover,
#rec1702716021 .tn-atom:hover {
  transform: scale(1.03) !important;
}

/* Кнопки */

/* базовая кнопка */
.t-btnflex.t-btnflex_type_button {
  position: relative;
  overflow: hidden; /* обязательно */
}

/* сам блик */
.t-btnflex.t-btnflex_type_button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 60%;
  height: 200%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
  pointer-events: none;
}

/* запуск блика */
.t-btnflex.t-btnflex_type_button:hover::before {
  left: 150%;
}

/* === ЖЕСТКИЙ блик для Zero Block кнопки (перебиваем Tilda) === */

#rec1702715621 .tn-elem[data-elem-id="1765815430699"] .tn-atom {
  position: relative !important;
  overflow: hidden !important;
}

/* Тильда уже использует ::after, поэтому переопределяем его полностью */
#rec1702715621 .tn-elem[data-elem-id="1765815430699"] .tn-atom::after {
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -150% !important;
  width: 60% !important;
  height: 200% !important;

  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%) !important;

  transform: skewX(-25deg) !important;

  /* ВАЖНО: у Тильды transition только opacity — перебиваем */
  transition: left 0.7s ease !important;

  opacity: 1 !important; /* чтобы не исчезал */
  pointer-events: none !important;

  z-index: 999 !important; /* поверх всего */
  will-change: left !important;
}

/* Запуск */
#rec1702715621 .tn-elem[data-elem-id="1765815430699"] .tn-atom:hover::after {
  left: 150% !important;
}

/* === Блик для Zero Block кнопок "Маршрут" и "Записаться -30%" === */

#rec1702715821 .tn-elem[data-elem-id="1765802465134"] .tn-atom,
#rec1702715821 .tn-elem[data-elem-id="1765805543270000007"] .tn-atom {
  position: relative !important;
  overflow: hidden !important;
}

/* переопределяем тильдовский ::after */
#rec1702715821 .tn-elem[data-elem-id="1765802465134"] .tn-atom::after,
#rec1702715821 .tn-elem[data-elem-id="1765805543270000007"] .tn-atom::after {
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -150% !important;
  width: 60% !important;
  height: 200% !important;

  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%) !important;

  transform: skewX(-25deg) !important;
  transition: left 0.6s ease !important;

  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 999 !important;
  will-change: left !important;
}

/* запуск */
#rec1702715821 .tn-elem[data-elem-id="1765802465134"] .tn-atom:hover::after,
#rec1702715821 .tn-elem[data-elem-id="1765805543270000007"] .tn-atom:hover::after {
  left: 150% !important;
}

/* Белые кнопки "Подробнее" — деликатная анимация */
#rec1702715751 .t-btnflex.t-btnflex_type_button {
  position: relative;
  overflow: hidden;
  background-color: #fff; /* чтобы было стабильно */
  transform: translateZ(0); /* чуть лучше анимация */
}

/* тонкий блик */
#rec1702715751 .t-btnflex.t-btnflex_type_button::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -140%;
  width: 50%;
  height: 220%;
  background: linear-gradient(120deg, transparent 0%, rgba(63, 168, 255, 0.18) 50%, transparent 100%);
  transform: skewX(-25deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

/* hover — блик проезжает + кнопка чуть приподнимается */
#rec1702715751 .t-btnflex.t-btnflex_type_button:hover::before {
  left: 140%;
}

#rec1702715751 .t-btnflex.t-btnflex_type_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}
