/* 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;
}






/* Исходное состояние */
.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;
}



.uc-menu-scale .t1281__tab,
.uc-menu-scale .t395__tab {
  transition: transform 0.2s ease;
  transform-origin: center;
  position: relative;
}

/* Ровное распределение пунктов меню ME602B / Tabs */
@media screen and (min-width: 961px) {
  .uc-menu-scale .t1281__wrapper,
  .uc-menu-scale .t395__wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .uc-menu-scale .t1281__tab,
  .uc-menu-scale .t395__tab {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }

  .uc-menu-scale .t1281__title,
  .uc-menu-scale .t395__title {
    white-space: nowrap !important;
  }
}

/* Только для устройств с настоящим hover, то есть ПК/ноутбуки */
@media (hover: hover) and (pointer: fine) {
  .uc-menu-scale .t1281__tab:hover,
  .uc-menu-scale .t395__tab:hover {
    transform: scale(1.08);
    z-index: 5;
  }
}






.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;
}










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

.uc-te600-gradient-ho .t650__inner-col {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate;
    transition: 
        background-color .35s ease,
        box-shadow .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 {
    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;
}






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

.uc-te600-gradient-ho .t-card__col:hover .t650__inner-col {
    border-color: #9A9696 !important;
}