

/* Start:/local/templates/alpha_hydraulics/assets/css/company.css?178601481911554*/
/* Company page */
.page-company .page-content {
  padding-bottom: 0;
}

.page-company .page-content > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.company-page__section-title {
  margin: 0;
  font-family: var(--font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.company-page__section-title--inverse {
  color: var(--white);
}

/* Hero */
.company-page__hero {
  padding: 16px 60px 40px;
  background: var(--white);
}

.company-page__hero-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.company-page__hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px minmax(0, 620px);
  gap: 24px 40px;
  align-items: center;
}

.company-page__title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.company-page__hero-plus {
  justify-self: center;
}

.company-page__hero-lead {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #454545;
}

.company-page__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  padding-top: 16px;
}

.company-page__stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  min-height: 148px;
  padding: 25px 32px;
}

.company-page__stat--divider {
  border-left: 1px solid var(--grey-blue);
}

.company-page__stat-value {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1;
  color: var(--deep-blue);
  white-space: nowrap;
}

.company-page__stat-label {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #454545;
}

/* Story */
.company-page__story {
  padding: 80px 60px;
  background: #f4f6fd;
}

.company-page__story-inner {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 620px);
  gap: 80px;
  align-items: center;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.company-page__story-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company-page__story-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #454545;
}

.company-page__story-media {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 620 / 360;
}

.company-page__story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* History */
.company-page__history {
  padding: 40px 60px 80px;
  background: var(--white);
}

.company-page__history-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.company-page__history-card {
  position: relative;
  padding: 30px;
  border-radius: 16px;
  background: #f4f6fd;
}

.company-page__history-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 23px;
  margin-bottom: 30px;
}

.company-page__history-tab {
  padding: 10px 32px;
  border-radius: 40px;
  background: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #454545;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.company-page__history-tab.is-active,
.company-page__history-tab:hover {
  background: var(--deep-blue);
  color: var(--white);
}

.company-page__history-panel {
  display: none;
  grid-template-columns: minmax(0, 458px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.company-page__history-panel.is-active {
  display: grid;
}

.company-page__history-media {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 458 / 472;
}

.company-page__history-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-page__history-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}

.company-page__history-year {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
}

.company-page__history-heading {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
}

.company-page__history-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #454545;
}

/* Advantages */
.company-page__advantages {
  padding: 60px 60px 80px;
  background: var(--dark-blue);
}

.company-page__advantages-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.company-page__advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.company-page__advantage {
  padding: 40px 0;
  border-top: 2px solid #1b3d9c;
  border-bottom: 2px solid #1b3d9c;
}

.company-page__advantage-title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
}

.company-page__advantage-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: var(--white);
}

/* Certificates */
.company-page__certificates {
  padding: 80px 60px;
  background: var(--white);
}

.company-page__certificates-inner {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.company-page__certificates-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company-page__certificates-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #454545;
}

.company-page__certificates-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}

.company-page__certificate {
  position: relative;
  overflow: hidden;
  width: min(100%, 296px);
  padding: 0;
  border: none;
  border-radius: 16px;
  background: none;
  cursor: zoom-in;
}

.company-page__certificate img {
  width: 100%;
  height: auto;
  aspect-ratio: 296 / 430;
  object-fit: cover;
}

.company-page__certificate-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.company-page__certificate:hover .company-page__certificate-overlay,
.company-page__certificate:focus-visible .company-page__certificate-overlay {
  opacity: 1;
}

.company-page__certificate-zoom {
  width: 64px;
  height: 64px;
}

.company-page__certificate-caption {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
}

/* Requisites */
.company-page__requisites {
  padding: 60px;
  background: #f4f6fd;
}

.company-page__requisites-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.company-requisites {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.company-requisites__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 50px;
}

.company-requisites__company {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.company-requisites__download {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--deep-blue);
}

a.company-requisites__download:hover {
  text-decoration: underline;
}

.company-requisites__download--disabled {
  opacity: 0.45;
  cursor: default;
}

.company-requisites__table {
  overflow: hidden;
  border: 1px solid var(--grey-blue);
  border-radius: 12px;
  background: var(--white);
}

.company-requisites__row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 50px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.2;
}

.company-requisites__row + .company-requisites__row {
  border-top: 1px solid var(--grey-blue);
}

.company-requisites__label {
  color: #7a7a7a;
}

.company-requisites__value {
  color: var(--black);
}

/* Lightbox */
.company-page__lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.company-page__lightbox[hidden] {
  display: none;
}

.company-page__lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 9, 72, 0.72);
}

.company-page__lightbox-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(100%, 860px);
  max-height: calc(100vh - 48px);
  padding: 24px;
  border-radius: 16px;
  background: var(--white);
}

.company-page__lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f6fd;
  font-size: 28px;
  line-height: 1;
  color: var(--black);
}

.company-page__lightbox-image {
  width: 100%;
  max-height: calc(100vh - 180px);
  object-fit: contain;
}

.company-page__lightbox-caption {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #454545;
  text-align: center;
}

@media (max-width: 1199px) {
  .company-page__hero-row {
    grid-template-columns: 1fr;
  }

  .company-page__hero-plus {
    display: none;
  }

  .company-page__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-page__stat--divider {
    border-left: none;
  }

  .company-page__stat:nth-child(odd):not(:first-child) {
    border-left: 1px solid var(--grey-blue);
  }

  .company-page__story-inner,
  .company-page__certificates-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .company-page__history-panel.is-active {
    grid-template-columns: 1fr;
  }

  .company-page__history-content {
    padding-top: 0;
  }

  .company-page__advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .company-page__hero,
  .company-page__story,
  .company-page__history,
  .company-page__advantages,
  .company-page__certificates,
  .company-page__requisites {
    padding-inline: 20px;
  }

  .company-page__hero {
    padding-top: 16px;
  }

  .company-page__title,
  .company-page__section-title {
    font-size: clamp(32px, 8vw, 48px);
  }

  .company-page__hero-lead {
    font-size: 18px;
  }

  .company-page__stats {
    grid-template-columns: 1fr;
  }

  .company-page__stat,
  .company-page__stat:nth-child(odd):not(:first-child) {
    min-height: auto;
    padding: 20px 0;
    border-left: none;
    border-top: 1px solid var(--grey-blue);
  }

  .company-page__stat:first-child {
    border-top: none;
  }

  .company-page__history-card {
    padding: 20px;
  }

  .company-page__history-tab {
    padding: 8px 20px;
    font-size: 18px;
  }

  .company-page__history-year {
    font-size: clamp(32px, 8vw, 48px);
  }

  .company-page__history-heading {
    font-size: clamp(24px, 6vw, 32px);
  }

  .company-page__advantages-grid {
    grid-template-columns: 1fr;
  }

  .company-requisites__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 20px;
  }

  .company-page__certificates-grid {
    justify-content: center;
  }
}

/* End */
/* /local/templates/alpha_hydraulics/assets/css/company.css?178601481911554 */
