/* 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: #2E86AB !important;
  text-shadow: 0.25px 0 0 currentColor !important;
}