/* 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: left;
  hyphens: auto;
  -webkit-hyphens: auto;
}
