/* 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 * {
  transition: color 0.25s ease;
  cursor: pointer;
}

.tariff-title:hover .tn-atom,
.tariff-title:hover .tn-atom *,
.tariff-title:hover .tn-atom a,
.tariff-title:hover .tn-atom a * {
  color: #2F3A45 !important;
}