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