@charset "UTF-8";

/* page-core.css — инфостраницы / новости на всех ширинах. ПК-слой: desktop-page.css */

/* Company info pages nav — mobile + shared */
.company-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
}

/* Старое оранжевое меню из CMS body — дубль company-nav */
.menu_2,
.acl.menu_2,
.contents__block .menu_2,
.right__column > .menu_2 {
  display: none !important;
}

/* News archive — mobile base */
.news-page-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-page-grid > .news {
  display: block;
  color: inherit;
  text-decoration: none;
}

.news-page-grid .card-news {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 14px;
}

.news-page-grid .card-news-container {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4f5f7;
}

.news-page-grid .card-news__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-page-grid .card-news__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 16px;
}

.news-page-grid .card-news__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.news-page-grid .card-news__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7280;
}

.news-page-grid .card-news__more {
  font-size: 14px;
  font-weight: 600;
  color: #e85d04;
}

.company-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #454856;
  text-decoration: none;
  text-transform: none;
  background: #f4f5f6;
  border: 0;
  border-radius: 12px;
}

.company-nav__link.is-active {
  color: #fff;
  background: #ff8915;
}

/* О компании: две фото справа — кроссфейд (mobile + desktop) */
.company-content--o-kompanii .acl.mb25 .fr {
  position: relative;
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 0 24px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(22, 29, 40, 0.08);
}

.company-content--o-kompanii .acl.mb25 .fr .mb30 {
  margin: 0 !important;
}

.company-content--o-kompanii .acl.mb25 .fr > div {
  position: absolute;
  inset: 0;
  margin: 0 !important;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.company-content--o-kompanii .acl.mb25 .fr > div.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.company-content--o-kompanii .acl.mb25 .fr > div:first-child:not(.is-active):not(.js-fade-ready) {
  opacity: 1;
  z-index: 2;
}

.company-content--o-kompanii .acl.mb25 .fr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
