

/* Start:/local/templates/.default/css/about.css?17701460313443*/
.about-info__page-title {
  font-family: 'proxima-nova_bold';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #222325;
}
.about-info__title {
    font-family: 'proxima-nova_regular';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 24px;
    color: #222325;
}
.about-page__desc {
    font-family: 'proxima-nova_regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #62646a;
}
.about-page__img {
  width: 100%;
  /* margin-top: 48px; */
  margin-bottom: 32px;
}
.pl-0{padding-left:0!important}
.pr-0{padding-right:0!important}
.fs-15{font-size: 15px}
.wm-600 {max-width: 600px}

@media (max-width: 768px) {
  .mt-mobile{margin-top: 1rem}
}

/* Мобильные табы: переопределяем display:none из основного шаблона и показываем выпадающий список */
@media (max-width: 492px) {
  .category-page__tabs .category-tabs__items {
    --category-tabs-mobile: 492px;
    display: block !important;
    cursor: pointer;
    padding-bottom: 12px;
  }
  .category-page__tabs .category-tabs__items:after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #62646a;
    position: absolute;
    right: 0;
    top: 6px;
    transition: transform 0.25s ease;
  }
  .category-page__tabs .category-tabs__items_opened:after {
    transform: rotate(180deg);
  }
  .category-page__tabs .category-tabs__item {
    display: none !important;
  }
  .category-page__tabs .category-tabs__item_active {
    display: inline-block !important;
  }
  .category-page__tabs .category-tabs__mobile {
    display: none;
    width: 100%;
    padding-top: 10px;
  }
  .category-page__tabs .category-tabs__items_opened + .category-tabs__mobile {
    display: block !important;
  }
  .category-page__tabs .category-tabs__mobile-item {
    display: block !important;
    margin-top: 10px;
    margin-right: 0;
  }
  .category-page__tabs .category-tabs__mobile-item_active {
    display: none !important;
  }
  .category-page__tabs .category-tabs__mobile-link {
    display: inline-block;
  }
  /* Оранжевая линия только по ширине текста таба, не на всю плоскость */
  .category-page__tabs .category-tabs__items .category-tabs__link {
    display: inline-block;
  }
  .category-page__tabs .category-tabs__items .category-tabs__link::after {
    width: 100%;
  }
}

/* Контакты */
.contacts-block__row { margin-bottom: 0.75em; }
.contacts-block__row:last-child { margin-bottom: 0; }
.contacts-phone { white-space: nowrap; }
.contacts-messenger { display: inline-flex; vertical-align: middle; margin-left: 4px; color: #62646a; }
.contacts-messenger:hover { color: #222325; }
.contacts-messenger__icon { width: 24px; height: 24px; }
.contacts-requisites__name { font-family: 'proxima-nova_bold'; font-weight: bold; margin-bottom: 0.75em; color: #222325; }
.contacts-requisites__list { margin: 0; display: grid; gap: 0.25em 1em; }
.contacts-requisites__list dt { font-weight: bold; grid-column: 1; margin: 0; color: #222325; }
.contacts-requisites__list dd { margin: 0 0 0.5em 0; grid-column: 2; }
@media (min-width: 576px) {
  .contacts-requisites__list { grid-template-columns: auto 1fr; }
}

/* End */
/* /local/templates/.default/css/about.css?17701460313443 */
