@media (min-width: 0) and (max-width: 620px) {
  br.xs-none {
    display: none;
  }
  span.xs-dash {
    display: inline-block;
  }
}
@media (min-width: 620px) {
  br.xs-none {
    display: inline-block;
  }
  span.xs-dash {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 400px) {
  h1.mp-header__heading {
    font-size: 3rem !important;
    line-height: 3.2rem !important;
  }
  h1.title-h1.product-header-section__title {
    font-size: 3rem !important;
    line-height: 3.2rem !important;
  }
}
@media (min-width: 0px) and (max-width: 620px) {
  .header--type1 .contacts__item {
    flex-direction: column;
    text-align: center;
  }
  .header--type1 .contacts__item-name {
    width: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .table--type1 .table__item {
    min-width: fit-content;
  }
}
.ya-share2__item_service_vkontakte, .ya-share2__item_service_viber {
  display: block;
}
