/* ST300: перенос артикула ниже кнопки Купить */

.t-store__prod-popup__info {
  display: flex !important;
  flex-direction: column !important;
}

.t-store__prod-popup__title-wrapper {
  display: contents !important;
}

.t-store__prod-popup__sku {
  order: 50 !important;
  margin-top: 20px !important;
}

.t-store__prod-popup__price-wrapper {
  order: 10 !important;
}

.js-product-controls-wrapper {
  order: 20 !important;
}

.t-store__prod-popup__btn-wrapper,
.t-store__prod-popup__button-wrapper {
  order: 30 !important;
}

.t-store__prod-popup__text {
  order: 60 !important;
}


/* Заголовки услуг: легкое усиление при наведении */

.service-title .tn-atom {
  font-weight: 400 !important;
  transition: all 0.2s ease;
}

.service-title:hover .tn-atom {
  font-weight: 600 !important;
  cursor: pointer;
}


/* Выравнивание текста по ширине */

.justify-text .tn-atom {
  text-align: justify !important;
  text-align-last: justify !important;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.justify-wide-text .tn-atom {
  text-align: justify !important;
  text-align-last: left !important;
  hyphens: auto;
  -webkit-hyphens: auto;
  word-spacing: normal !important;
  letter-spacing: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

.about-justify-text,
.about-justify-text .tn-atom {
  text-align: justify !important;
  text-align-last: left !important;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}


/* Tariff title: hover-эффект */

.tariff-title .tn-atom,
.tariff-title .tn-atom *,
.tariff-title .tn-atom a,
.tariff-title .tn-atom a * {
  cursor: pointer !important;
  transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease !important;
}

.tariff-title .tn-atom {
  display: inline-block !important;
  transform-origin: left center !important;
}

.tariff-title:hover .tn-atom {
  transform: scale(1.06) !important;
}

.tariff-title:hover .tn-atom,
.tariff-title:hover .tn-atom *,
.tariff-title:hover .tn-atom a,
.tariff-title:hover .tn-atom a * {
  color: #6B88C4 !important;
  text-shadow: 0.25px 0 0 currentColor !important;
}


/* TE600: премиальный градиент и рамки карточек */

.uc-te600-gradient-ho .t-card__col {
  cursor: pointer;
}

.uc-te600-gradient-ho .t650__inner-col {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  border: 1px solid #7C7A7A !important;
  box-sizing: border-box !important;
  transition:
    border-color .35s ease,
    box-shadow .35s ease,
    background-color .35s ease,
    transform .35s ease;
}

.uc-te600-gradient-ho .t650__inner-col::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s ease;
  background:
    radial-gradient(
      120% 105% at -10% 115%,
      rgba(255,255,255,.34) 0%,
      rgba(255,255,255,.18) 24%,
      rgba(255,255,255,.07) 48%,
      rgba(255,255,255,0) 72%
    ),
    linear-gradient(
      135deg,
      rgba(255,255,255,.09) 0%,
      rgba(255,255,255,.025) 45%,
      rgba(0,0,0,.10) 100%
    );
}

.uc-te600-gradient-ho .t-card__col:hover .t650__inner-col::before {
  opacity: 1;
}

.uc-te600-gradient-ho .t-card__col:hover .t650__inner-col {
  border-color: #9A9696 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 -40px 70px rgba(0,0,0,.08),
    0 18px 38px rgba(0,0,0,.14);
}

.uc-te600-gradient-ho .t650__text,
.uc-te600-gradient-ho .t650__btn-container {
  position: relative !important;
  z-index: 2 !important;
}


/* Ссылки внутри конкретного Zero Block */

#rec2315964871 .tn-atom a,
#rec2315964871 .tn-atom a:link,
#rec2315964871 .tn-atom a:visited {
  color: #ff8562 !important;
  text-decoration: underline !important;
  text-decoration-color: #ff8562 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Убираем подчёркивание, которое Tilda поставила через редактор */

#rec2315964871 .tn-atom u,
#rec2315964871 .tn-atom a u,
#rec2315964871 .tn-atom u a,
#rec2315964871 .tn-atom a span {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}


/* ME602B / T1281: вкладки влезают без горизонтального скролла и выровнены по ширине Zero Block */

@media screen and (min-width: 961px) {

  #rec1981635591.uc-menu-scale,
  #rec1981635591.uc-menu-scale .t1281 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  #rec1981635591.uc-menu-scale .t1281__container {
    width: calc(100% - 40px) !important;
    max-width: 1160px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  #rec1981635591.uc-menu-scale .t1281__wrapper {
    position: relative !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    gap: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  #rec1981635591.uc-menu-scale .t1281__wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    box-sizing: border-box;
    border: 2px solid #000000;
  }

  #rec1981635591.uc-menu-scale .t1281__tab {
    position: relative !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #F9F9F9 !important;
    opacity: 1 !important;
    filter: none !important;
  }

  #rec1981635591.uc-menu-scale .t1281__tab + .t1281__tab::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #000000;
    z-index: 6;
    pointer-events: none;
  }

  #rec1981635591.uc-menu-scale .t1281__tab_active {
    background-color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: none !important;
  }

  #rec1981635591.uc-menu-scale .t1281__title {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(14px, 1vw, 24px) !important;
    line-height: 1.15 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    color: #000000 !important;
    opacity: 1 !important;
    filter: none !important;
    text-shadow: none !important;
  }
}


/* ME602B: отступ на средних экранах без белой полосы */

@media screen and (min-width: 961px) and (max-width: 1200px) {
  #rec1981635591 {
    margin-top: 0 !important;
    padding-top: 55px !important;
    background-color: #F9F9F9 !important;
  }

  #rec1981635591 .t1281,
  #rec1981635591 .t1281__container,
  #rec1981635591 .t1281__wrapper {
    background-color: #F9F9F9 !important;
  }
}


/* ME602B: серый фон по бокам блока вкладок */

#rec1981635591,
#rec1981635591 .t1281 {
  background-color: #F9F9F9 !important;
}

#rec1981635591 .t1281__container {
  background-color: transparent !important;
}

#rec1981635591 .t1281__wrapper {
  background-color: transparent !important;
}


/* Блоки ниже вкладок делаем белыми */

#rec1405143661,
#rec1405143661 .t396__artboard,
#rec1405143661 .t396__filter,

#rec1405145921,
#rec1405145921 .t396__artboard,
#rec1405145921 .t396__filter,

#rec1544812631,
#rec1544812631 .t396__artboard,
#rec1544812631 .t396__filter,

#rec1336595951,
#rec1336595951 .t396__artboard,
#rec1336595951 .t396__filter,

#rec1544813851,
#rec1544813851 .t396__artboard,
#rec1544813851 .t396__filter {
  background-color: #ffffff !important;
}





/* Ссылки внутри конкретного Zero Block */

#rec2380345541 .tn-atom a,
#rec2380345541 .tn-atom a:link,
#rec2380345541 .tn-atom a:visited {
  color: #ff8562 !important;
  text-decoration: underline !important;
  text-decoration-color: #ff8562 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Убираем подчёркивание, которое Tilda поставила через редактор */

#rec2380345541 .tn-atom u,
#rec2380345541 .tn-atom a u,
#rec2380345541 .tn-atom u a,
#rec2380345541 .tn-atom a span {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}





/* Кнопка телефона: принудительно показываем красивый формат номера */

.phone-format-button .tn-atom {
  font-size: 0 !important;
}

.phone-format-button .tn-atom__button-content {
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.phone-format-button .tn-atom__button-content::after {
  content: "+7 495 118-87-94" !important;
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}






/* ME602B: рука на активном пункте меню */

#rec1981635591 .t1281__tab,
#rec1981635591 .t1281__tab *,
#rec1981635591 .t1281__tab_active,
#rec1981635591 .t1281__tab_active *,
#rec1981635591 .t1281__title,
#rec1981635591 .t1281__title * {
  cursor: pointer !important;
}

#rec1981635591 .t1281__tab_active {
  pointer-events: auto !important;
}
