

/* Start:/local/templates/alpha_hydraulics/assets/css/main.css?178601377834279*/
.footer__form .field input,
.footer__form .field textarea {
  border: none;
  background: transparent;
  box-shadow: none;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--white);
  outline: none;
  resize: none;
}

.footer__form .field input::placeholder,
.footer__form .field textarea::placeholder {
  color: var(--white);
  opacity: 1;
}

.footer__form .success-message,
.footer__form .error-message {
  margin-bottom: 16px;
  font-size: 14px;
}

:root {
  --black: #151515;
  --deep-blue: #122a75;
  --dark-blue: #090948;
  --grey-blue: #eef0f2;
  --page: #f7f7f9;
  --white: #ffffff;
  --danfoss-red: #d92826;
  --sun-orange: #f15827;
  --font: "Ubuntu", sans-serif;
  --container: 1320px;
  --radius-lg: 40px;
  --radius-md: 30px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.2;
  color: var(--black);
  background: var(--white);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

address {
  font-style: normal;
}

.container {
  width: min(100% - 120px, var(--container));
  margin-inline: auto;
}

/* Topbar */
.topbar {
  background: var(--page);
  padding: 8px 0;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
}

.topbar__item {
  display: flex;
  align-items: center;
  gap: 3px;
}

.topbar__right {
  display: flex;
  align-items: center;
  gap: 50px;
}

.topbar__right .topbar__phone {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
  color: var(--deep-blue);
}

.topbar__phones {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: var(--white);
  padding-bottom: 15px;
  overflow: visible;
}

.header__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 0;
}

.header__row {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: nowrap;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 auto;
  min-width: 0;
  height: 54px;
  background: var(--page);
  border-radius: var(--radius-lg);
  padding: 0 20px 0 0;
  overflow: visible;
}

.header__nav-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 468px;
  max-width: 468px;
  flex: 0 0 468px;
  height: 54px;
  background: var(--grey-blue);
  border-radius: var(--radius-lg);
  padding: 18px 32px;
  overflow: visible;
}

.header__nav-secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 239px;
  width: 239px;
  max-width: 239px;
  height: 18px;
  margin-left: auto;
  gap: 0;
}

.header__nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: var(--black);
}

.header__nav .nav-link img {
  display: block;
  flex-shrink: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  color: var(--black);
  white-space: nowrap;
  text-decoration: none;
}

.nav-link--pill {
  font-weight: 500;
  color: var(--deep-blue);
}

.nav-pill-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.nav-pill-item__control {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 18px;
}

.nav-pill-item__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 15px;
  height: 9px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 0;
}

.nav-pill-item__arrow img {
  display: block;
  width: 15px;
  height: 9px;
  transition: transform 0.2s ease;
}

.header__logo {
  flex-shrink: 0;
}

.header__logo img {
  display: block;
  height: 50px;
  width: 203px;
  object-fit: contain;
}

.nav-dropdown {
  position: relative;
  overflow: visible;
}

.nav-dropdown__panel--mobile {
  display: none;
}

.nav-dropdown.is-open .nav-pill-item__arrow img,
.nav-dropdown.is-open .nav-dropdown__arrow img {
  transform: rotate(180deg);
}

.header__dropdown-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: visible;
}

.header-mega {
  display: none;
  width: 100%;
}

.header--mega-open .header-mega {
  display: block;
}

.header-mega__panel[hidden] {
  display: none !important;
}

.header-mega__panel:not([hidden]) {
  display: block;
  margin-top: 15px;
  padding: 20px 0 40px;
  background: var(--white);
  border-radius: 0;
  box-shadow:
    0 24px 32px -8px rgba(8, 13, 46, 0.16),
    0 12px 16px -4px rgba(8, 13, 46, 0.08);
}

.header-mega__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

.header-mega__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 18px 25px;
  background: var(--white);
  border: 1px solid var(--page);
  border-radius: 16px;
}

.header-mega__col--electronics {
  gap: 12px;
}

.header-mega__col--electronics .header-mega__col-list {
  gap: 12px;
}

.header-mega__col-title {
  display: block;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--deep-blue);
  text-decoration: none;
  transition: color 0.2s;
}

.header-mega__col-title:hover {
  color: var(--dark-blue);
}

.header-mega__col-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-mega__col-link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
  text-decoration: none;
  transition: color 0.2s;
}

.header-mega__col-link:hover {
  color: var(--deep-blue);
}

.header-mega__col--sidebar {
  gap: 0;
  justify-content: flex-start;
}

.header-mega__col-list--sidebar {
  gap: 0;
  width: 100%;
}

.header-mega__col-list--sidebar .header-mega__col-item {
  padding-bottom: 12px;
}

.header-mega__col-list--sidebar .header-mega__col-item:last-child {
  padding-bottom: 0;
}

.header-mega__col-link--sidebar {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--deep-blue);
}

.header-mega__col-link--sidebar:hover {
  color: var(--dark-blue);
}

.nav-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nav-submenu--nested {
  gap: 8px;
  padding: 0;
  margin: 0;
}

.nav-submenu__item--parent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav-submenu__link {
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--black);
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s;
}

.nav-submenu__link:hover,
.nav-submenu__link.is-active {
  color: var(--deep-blue);
  background: transparent;
}

.nav-submenu__item--parent > .nav-submenu__link {
  font-weight: 500;
  color: var(--deep-blue);
}

.header__tools {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.header__icon {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0;
}

.header__icon-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--deep-blue);
  color: var(--white);
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.btn--callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 202px;
  min-height: 54px;
  padding: 18px 32px;
  border: none;
  border-radius: var(--radius-lg);
  background: var(--deep-blue);
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

.btn--callback-submit {
  width: 100%;
}

/* Callback modal */
.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.callback-modal[hidden] {
  display: none;
}

.callback-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
}

.callback-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 560px);
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  box-shadow:
    0 24px 32px -8px rgba(8, 13, 46, 0.16),
    0 12px 16px -4px rgba(8, 13, 46, 0.08);
}

.callback-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 28px 0 32px;
}

.callback-modal__header-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.callback-modal__close {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 38px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.callback-modal__close img {
  display: block;
  width: 40px;
  height: 38px;
}

.callback-modal__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
}

.callback-modal__lead {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #454545;
}

.callback-modal__message {
  margin: 0 32px 8px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.callback-modal__message.is-success {
  background: #e8f5e9;
  color: #1b5e20;
}

.callback-modal__message.is-error {
  background: #ffebee;
  color: #b71c1c;
}

.callback-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 32px 0;
}

.callback-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.callback-modal__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #454545;
}

.callback-modal__field input,
.callback-modal__field textarea {
  width: 100%;
  min-height: 46px;
  padding: 14px 16px;
  border: 1px solid #d1d3d4;
  border-radius: 8px;
  background: var(--white);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--black);
  outline: none;
  resize: vertical;
}

.callback-modal__field input::placeholder,
.callback-modal__field textarea::placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.callback-modal__field input:focus,
.callback-modal__field textarea:focus {
  border-color: var(--deep-blue);
}

.callback-modal__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #454545;
  cursor: pointer;
}

.callback-modal__consent input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  border: 1px solid var(--deep-blue);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.callback-modal__consent input:checked {
  background: var(--deep-blue);
  box-shadow: inset 0 0 0 3px var(--white);
}

.callback-modal__consent a {
  color: inherit;
  text-decoration: underline;
}

.callback-modal__footer {
  padding: 8px 0 24px;
}

.callback-modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 16px 32px;
  border: none;
  border-radius: 999px;
  background: var(--deep-blue);
  color: var(--white);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.callback-modal__submit:hover {
  background: #1b3d9c;
}

.callback-modal__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.header__search-host {
  width: 100%;
  position: relative;
}

.header__search-host .title-search-result {
  z-index: 200;
}

.header__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 18px 32px;
  border: none;
  background: var(--page);
  border-radius: var(--radius-lg);
}

.header--mega-open .header__search {
  padding-bottom: 0;
}

.header__search input {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--black);
}

.header__search input::placeholder {
  color: rgba(27, 24, 32, 0.4);
}

.header__search button {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  padding: 0;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
}

.burger span {
  display: block;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.is-open span:nth-child(2) {
  opacity: 0;
}

.burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Pill button */
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 0 32px;
  min-height: 54px;
  border-radius: var(--radius-lg);
  background: var(--grey-blue);
  color: var(--deep-blue);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}

.btn-pill img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.btn-pill--sm {
  min-height: 54px;
}

.btn-pill--light {
  background: var(--grey-blue);
  margin-top: 0;
}

/* Hero */
.hero {
  padding: 30px 0 80px;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0 40px;
  position: relative;
}

.hero__text {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  padding-top: 0;
}

.hero__plus {
  position: absolute;
  left: 4px;
  top: 77px;
  width: 80px;
  height: 80px;
}

.hero__title {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}

.hero__title-offset {
  margin-left: 92px;
}

.hero__text .btn-pill {
  margin-top: 40px;
  margin-left: 92px;
}

.hero__aside {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: end;
  max-width: 323px;
  padding-top: 28px;
}

.hero__aside-plus {
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.hero__aside p {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.hero__banner-badge {
  margin-top: 40px;
}

.hero__badge-img {
  display: block;
  width: 149px;
  height: 61px;
}

.hero__banner {
  grid-column: 1 / -1;
  grid-row: 2;
  position: relative;
  margin-top: 40px;
  min-height: 296px;
}

.hero__banner-bg {
  position: relative;
  width: 100%;
  min-height: 296px;
  border-radius: var(--radius-lg);
  background: var(--deep-blue);
  overflow: visible;
}

.hero__banner-bg-media {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  pointer-events: none;
}

.hero__banner-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero__product {
  position: absolute;
  left: 50%;
  top: -210px;
  transform: translateX(-50%);
  width: min(597px, 55%);
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* Sections */
.section {
  padding: 60px 0;
}

.section-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.2;
}

.section-head {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
}

.section-head--simple {
  gap: 50px;
}

.section-link {
  font-weight: 500;
  font-size: 16px;
  color: var(--deep-blue);
}

.catalog .section-link,
.catalog__expand {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-weight: 500;
  font-size: 16px;
  color: var(--deep-blue);
  text-align: right;
  cursor: pointer;
}

.catalog:not(.is-expanded) .catalog-card--hidden {
  display: none;
}

.catalog-card__img--extra {
  right: 0;
  bottom: 0;
  width: 65%;
  max-width: 320px;
}

/* Catalog */
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.catalog-card {
  position: relative;
  min-height: 210px;
  padding: 40px;
  background: var(--page);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.2s;
}

.catalog-card:hover {
  transform: translateY(-2px);
}

.catalog-card__title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 1.2;
  max-width: 200px;
}

.catalog-card__title span {
  display: block;
}

.catalog-card__img {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
    right: 0;
    bottom: 0;
}


/* Services */
.services .section-title {
  margin-bottom: 40px;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 334px;
  height: 100%;
  padding: 40px;
  background: var(--page);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.service-card:hover {
  box-shadow:
    0 4px 6px -1px rgba(8, 13, 46, 0.06),
    0 8px 16px -4px rgba(8, 13, 46, 0.1);
}

.service-card__title {
  margin: 0;
  font-family: var(--font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}

.service-card__title span {
  display: block;
}

.service-card__media {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 107px;
  margin-top: -18px;
}

.service-card__icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  flex-shrink: 0;
}

.service-card__icons {
  position: relative;
  width: 113px;
  height: 44px;
  flex-shrink: 0;
}

.service-card__icons .service-card__icon {
  width: 113px;
  height: 44px;
}

.service-card__icon--2 {
  position: absolute;
  right: -20px;
  top: -30px;
  width: 49px;
  height: 49px;
}

.service-card--control .service-card__icon {
  width: 80px;
  height: 107px;
}

.service-card--hydrosystems .service-card__icon {
    width: 113px;
    height: 82px;
}

.service-card--assembly .service-card__icon {
  width: 89px;
  height: 89px;
}

.service-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 347px;
  min-height: 54px;
  margin-top: 24px;
  padding: 0 32px;
  border: 1.5px solid var(--deep-blue);
  border-radius: var(--radius-lg);
  color: var(--deep-blue);
  font-family: var(--font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  transition: background 0.2s;
}

.service-card__btn:hover {
  background: rgba(18, 42, 117, 0.06);
}

/* Why */
.why {
  position: relative;
  overflow: hidden;
  background: var(--white);
  padding-top: 50px;
  padding-bottom: 80px;
}

.why__bg {
    position: absolute;
    inset: 0;
    background: url('/local/templates/alpha_hydraulics/assets/images/why-mask.png') center top / auto no-repeat;
    background-size: auto;
    opacity: 0.1;
    pointer-events: none;
    background-size: auto;
}

.why__inner {
  position: relative;
  z-index: 1;
}

.why .section-title {
  margin-bottom: 70px;
}

.why__timeline {
  position: relative;
  min-height: 284px;
  padding: 0 92px;
}

.why__line {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    var(--deep-blue) 0,
    var(--deep-blue) 10px,
    transparent 10px,
    transparent 15px
  );
}

.why__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.why__item {
  flex: 0 1 228px;
  padding-top: 0;
}

.why__dot {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--deep-blue);
  position: relative;
  flex-shrink: 0;
}

.why__dot::before,
.why__dot::after {
  content: "";
  position: absolute;
  background: var(--white);
}

.why__dot::before {
  top: 50%;
  left: 8px;
  right: 8px;
  height: 1.5px;
  transform: translateY(-50%);
}

.why__dot::after {
  left: 50%;
  top: 8px;
  bottom: 8px;
  width: 1.5px;
  transform: translateX(-50%);
}

.why__item h3 {
  margin: 15px 0 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--deep-blue);
  line-height: 1.2;
}

.why__item p {
  margin: 16px 0 0;
  font-size: 24px;
  line-height: 1.2;
  max-width: 228px;
}

.why__item--last p {
  max-width: 221px;
}

.why__years {
  display: inline-block;
  margin-left: 50px;
  font-size: 28px;
  color: var(--deep-blue);
  font-style: italic;
}

.why__cta {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

/* Brands */
.brands__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
}

.brand-card--danfoss {
  background: var(--danfoss-red);
}

.brand-card--danfoss .brand-card__img,
.brand-card--sun .brand-card__img {
    max-width: 100%;
    display: block;
    object-fit: contain;
    padding: 20px;
}

.brand-card--sun {
  background: var(--sun-orange);
}

.brand-card--soon {
  flex-direction: column;
  gap: 12px;
  border: 1.5px solid #002b49;
  background: var(--white);
  text-align: center;
  padding: 40px;
}

.brand-card--soon strong {
  font-size: 48px;
  font-weight: 700;
  color: var(--deep-blue);
}

.brand-card--soon span {
  font-size: 16px;
  color: rgba(21, 21, 21, 0.4);
  max-width: 249px;
}

/* Blog */
.blog .section-head {
  margin-bottom: 0;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.blog-card {
  min-width: 0;
}

a.blog-card__media,
.blog-card__media {
  display: block;
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
}

.blog-card__media > img:first-child {
  width: 100%;
  aspect-ratio: 315 / 334;
  object-fit: cover;
  display: block;
}

.blog-card__media time {
  position: absolute;
  left: 20px;
  bottom: 22px;
  padding: 10px 15px;
  border: 1.5px solid var(--white);
  border-radius: var(--radius-lg);
  color: var(--white);
  font-size: 14px;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.blog-card__arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
}

.blog-card h3 {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}

.blog-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* Footer */
.footer {
  position: relative;
  overflow: hidden;
  background: var(--dark-blue);
  color: var(--white);
  padding: 40px 0 0;
}

.footer__watermark {
  position: absolute;
  top: 9.12%;
  right: 58.43%;
  bottom: 17.33%;
  left: 7.98%;
  pointer-events: none;
}

.footer__watermark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 762px 356px minmax(226px, 1fr);
  grid-template-rows: auto auto;
  gap: 0;
  padding-bottom: 30px;
}

.footer__form {
  grid-column: 1;
  grid-row: 1 / 3;
  max-width: 538px;
}

.footer__form-title,
.footer__form h2 {
  margin: 0 0 25px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
}

.footer__form-fields {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer__fields {
  display: flex;
  flex-direction: column;
}

.field {
  display: block;
  border-bottom: 1.5px solid rgba(238, 240, 242, 0.2);
  padding: 20px 20px 15px;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  cursor: pointer;
}

.checkbox input {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  appearance: none;
  border: 1px solid var(--white);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.checkbox input:checked {
  background: var(--white);
  box-shadow: inset 0 0 0 3px var(--dark-blue);
}

.checkbox a {
  color: inherit;
  text-decoration: none;
}

.checkbox a:hover {
  text-decoration: underline;
}

.footer__form .btn-pill--light {
  align-self: flex-end;
  margin: 0;
  border: none;
  cursor: pointer;
}

.footer__contacts {
  grid-column: 2;
  grid-row: 1;
  padding-top: 24px;
}

.footer__menu {
  grid-column: 3;
  grid-row: 1;
  padding-top: 24px;
}

.footer__heading,
.footer__contacts h3,
.footer__menu h3 {
  margin: 0 0 35px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(238, 240, 242, 0.2);
}

.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__phone {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  text-decoration: none;
}

.footer__phone:hover {
  color: var(--grey-blue);
}

.footer__email,
.footer__address {
  display: inline-flex;
  align-items: flex-start;
  gap: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  color: var(--white);
  text-decoration: none;
}

.footer__email:hover {
  color: var(--grey-blue);
}

.footer__phone img,
.footer__email img,
.footer__address img {
  flex-shrink: 0;
}

.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu-item {
  margin: 0;
}

.footer__menu a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
  text-decoration: none;
}

.footer__menu a:hover {
  color: var(--grey-blue);
}

.footer__logo {
  grid-column: 3;
  grid-row: 2;
  align-self: end;
  justify-self: end;
}

@media (min-width: 1201px) {
  .footer__inner {
    min-height: 534px;
  }

  .footer__logo {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}

.footer__logo img {
  display: block;
  width: 311px;
  max-width: 100%;
  height: 79px;
  object-fit: contain;
}

.footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 30px;
  border-top: 1.5px solid rgba(238, 240, 242, 0.2);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--white);
}

.footer__bottom p {
  margin: 0;
}

.footer__legal {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.footer__legal a {
  color: var(--white);
  text-decoration: none;
}

.footer__legal a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1200px) {
  .container {
    width: min(100% - 48px, var(--container));
  }

  .header__nav-pill {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
    padding: 14px 20px;
  }

  .catalog__grid,
  .services__grid,
  .brands__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why__timeline {
    padding: 0;
  }

  .why__items {
    flex-direction: column;
    gap: 40px;
  }

  .why__line {
    display: none;
  }

  .why__item {
    flex: 1 1 auto;
    max-width: none;
  }

  .why__item p {
    max-width: none;
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer__form {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: 538px;
  }

  .footer__contacts,
  .footer__menu {
    padding-top: 0;
  }

  .footer__menu {
    grid-column: 2;
  }

  .footer__logo {
    position: static;
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .topbar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .topbar__right {
    flex-wrap: wrap;
    gap: 16px;
  }

  .header__row {
    flex-wrap: wrap;
    gap: 16px;
  }

  .header__nav-pill {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }

  .header__nav-secondary {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .header__nav {
    display: none;
    order: 10;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 16px;
  }

  .header__nav.is-open {
    display: flex;
  }

  .header__nav-pill {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    padding: 0;
    background: transparent;
  }

  .header-mega {
    display: none !important;
  }

  .header__dropdown-block {
    border-radius: var(--radius-lg);
  }

  .nav-dropdown__panel--mobile {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 0 0 12px 16px;
    min-width: 0;
    background: transparent;
    border-radius: 0;
  }

  .nav-dropdown.is-open .nav-dropdown__panel--mobile {
    display: block;
  }

  .nav-pill-item {
    width: 100%;
    justify-content: space-between;
    padding: 12px 0;
  }

  .nav-dropdown.is-open .nav-pill-item__arrow img,
  .nav-dropdown.is-open .nav-dropdown__arrow img {
    transform: rotate(180deg);
  }

  .nav-submenu {
    gap: 12px;
  }

  .nav-dropdown:not(.is-open) .nav-dropdown__panel--mobile {
    display: none;
  }

  .header__nav-secondary {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    width: 100%;
    gap: 0;
  }

  .burger {
    display: flex;
    margin-left: auto;
  }

  .btn--callback {
    display: none;
  }

  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero__aside {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    max-width: none;
  }

  .hero__banner {
    margin-top: 60px;
  }

  .hero__banner-bg {
    min-height: 220px;
  }

  .hero__product {
    width: 80%;
    top: -60px;
  }

  .hero__banner-badge {
    margin-top: 32px;
  }

  .section-head {
    flex-wrap: wrap;
    gap: 20px;
  }

  .catalog__grid,
  .services__grid,
  .brands__grid,
  .blog__grid,
  .why__items {
    flex-direction: column;
  }

  .footer__inner,
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .hero__title-offset,
  .hero__text .btn-pill {
    margin-left: 0;
  }

  .hero__plus {
    display: none;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__aside p {
    font-size: 18px;
  }

  .service-card {
    min-height: 280px;
  }

  .service-card__media {
    min-height: 80px;
    margin-top: 20px;
  }

  .service-card--control .service-card__icon {
    width: 64px;
    height: 86px;
  }

  .service-card--assembly .service-card__icon {
    width: 72px;
    height: 72px;
  }

  .service-card__icons {
    width: 96px;
    height: 38px;
  }

  .service-card__icons .service-card__icon {
    width: 96px;
    height: 38px;
  }

  .service-card__icon--2 {
    width: 40px;
    height: 40px;
    right: -14px;
    top: -24px;
  }

  .service-card__btn {
    margin-top: 20px;
  }
}




/* Compare list widget (bitrix:catalog.compare.list) */
.compare-list-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  width: min(360px, calc(100vw - 32px));
}

.compare-list {
  overflow: hidden;
  border: 1px solid #d1d3d4;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(21, 21, 21, 0.12);
}

.compare-list__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: var(--page);
}

.compare-list__info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.compare-list__title {
  white-space: nowrap;
}

.compare-list__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--deep-blue);
  color: var(--white);
  font-size: 12px;
  line-height: 1;
}

.compare-list__actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.compare-list__link,
.compare-list__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  font: 500 14px/1 var(--font);
  text-decoration: none;
  cursor: pointer;
}

.compare-list__link {
  background: var(--deep-blue);
  color: var(--white);
  border: none;
}

.compare-list__toggle {
  border: 1px solid #d1d3d4;
  background: var(--white);
  color: var(--black);
}

.compare-list__panel {
  max-height: 240px;
  overflow: auto;
  border-top: 1px solid #e5e7eb;
}

.compare-list__items {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.compare-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
}

.compare-list__name {
  min-width: 0;
  color: var(--black);
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.compare-list__name:hover {
  color: var(--deep-blue);
}

.compare-list__remove {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #6b7280;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.compare-list__remove:hover {
  background: var(--page);
  color: var(--danfoss-red);
}

@media (max-width: 767px) {
  .compare-list-widget {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}

/* End */


/* Start:/local/templates/alpha_hydraulics/assets/css/inner.css?178609200626050*/
/**
 * Стили внутренних страниц — минимальная обёртка под контент Bitrix.
 */
.page-head {
  padding: 32px 0 16px;
  border-bottom: 1px solid #eef0f2;
  margin-bottom: 32px;
}

.page-head .container,
.page-head__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.page-head--hero {
  padding: 40px 60px;
  border-bottom: none;
  margin-bottom: 0;
  background: var(--white);
}

.page-head--hero-crumbs {
  padding: 40px 60px 0;
}

.page-head--hero.page-head--muted {
  background: #f4f6fd;
}

.page-head--hero .page-head__inner {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding: 0;
}

.page-breadcrumbs {
  display: block;
  width: 100%;
  overflow: hidden;
}

.page-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 18px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.page-breadcrumbs__item {
  margin: 0;
  padding: 0;
}

.page-breadcrumbs__link,
.page-breadcrumbs__item--sep {
  color: #7a7a7a;
  text-decoration: none;
}

.page-breadcrumbs__link:hover {
  color: var(--black);
}

.page-breadcrumbs__item--current {
  color: var(--black);
}

.page-head--hero .page-title {
  margin: 0;
  font-family: var(--font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.page-head__lead {
  margin: 0;
  max-width: 900px;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #454545;
}

.page-title {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  color: #122a75;
}

.page-content {
  padding-bottom: 80px;
}

.page-content--full {
  padding-bottom: 0;
}

.page-content--full > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Services categories list */
.page-services .page-content {
  padding-top: 0;
  padding-bottom: 0;
}

.services-page {
  /* Figma 2092:3730 — section padding 40 top/bottom, 60 sides via container */
  padding: 40px 0;
}

/* Process / «Как мы работаем» */
.process {
  padding: 80px 0;
  background: var(--page);
}

.process .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: min(100% - 120px, var(--container));
}

.process__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  max-width: 900px;
}

.process__title {
  margin: 0;
  font-family: var(--font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.process__lead {
  margin: 0;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #454545;
}

.process__steps {
  display: flex;
  gap: 16px;
  align-items: stretch;
  width: 100%;
}

.process-step {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
  min-height: 211px;
  padding: 24px;
  border: 1px solid var(--grey-blue);
  border-radius: 12px;
  background: var(--white);
  box-sizing: border-box;
}

.process-step__num {
  margin: 0;
  font-family: var(--font);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--deep-blue);
}

.process-step__title {
  margin: 0;
  font-family: var(--font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}

.process-step__text {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #454545;
}

.page-service-detail .page-content {
  padding-top: 0;
  padding-bottom: 0;
}

.service-detail__hero {
  background: #f4f6fd;
  padding: 24px 60px 40px;
}

.service-detail__hero-inner {
  display: flex;
  align-items: stretch;
  gap: 60px;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.service-detail__hero-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 720px;
  width: 720px;
  max-width: 100%;
  min-width: 0;
}

.service-detail__title {
  margin: 0;
  font-family: var(--font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.service-detail__lead {
  margin: 0;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}

.service-detail__lead p {
  margin: 0;
}

.service-detail__lead p + p {
  margin-top: 0;
}

.service-detail__hero-media {
  position: relative;
  flex: 1 1 0;
  align-self: stretch;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #e8edfb;
}

.service-detail__hero-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 16px;
  pointer-events: none;
}

.service-detail__hero--text-only .service-detail__hero-inner {
  display: block;
}

.service-detail__hero--text-only .service-detail__hero-main {
  flex: none;
  width: min(100%, 900px);
}

/* Detail text after hero banner */
.service-detail__content {
  padding: 40px 60px;
  background: var(--white);
}

.service-detail__content-inner {
  width: min(100%, var(--container));
  margin-inline: auto;
}

.service-detail__text {
  max-width: 900px;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #454545;
}

.service-detail__text > :first-child {
  margin-top: 0;
}

.service-detail__text > :last-child {
  margin-bottom: 0;
}

.service-detail__text p {
  margin: 0;
}

.service-detail__text p + p {
  margin-top: 16px;
}

.service-detail__text ul,
.service-detail__text ol {
  margin: 16px 0 0;
  padding-left: 1.25em;
}

.service-detail__text li + li {
  margin-top: 8px;
}

.service-detail__text a {
  color: var(--deep-blue);
}

.service-detail__text a:hover {
  text-decoration: underline;
}

/* Service detail — «Что входит в услугу» */
.service-includes {
  position: relative;
  overflow: hidden;
  background: var(--white);
  padding: 40px 60px;
}

.service-includes__bg {
  position: absolute;
  left: 0;
  top: -128px;
  width: 100%;
  height: 787px;
  background-image: url("/local/templates/alpha_hydraulics/assets/css/../images/service-includes-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  pointer-events: none;
  mix-blend-mode: difference;
  transform: scaleY(-1);
}

.service-includes__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.service-includes__title {
  margin: 0;
  font-family: var(--font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.service-includes__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
}

.service-includes__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
  width: 429px;
  max-width: 100%;
  height: 206px;
  padding: 24px;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f6fd;
}

.service-includes__card:nth-child(3),
.service-includes__card:nth-child(5) {
  width: 430px;
}

.service-includes__icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 auto;
  height: 46px;
  min-width: 30px;
}

.service-includes__icon img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 56px;
  object-fit: contain;
  object-position: left center;
  pointer-events: none;
}

.service-includes__card-title {
  margin: 0;
  font-family: var(--font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}

.service-includes__card-text {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #454545;
}

/* Service detail — «Уже разработали» */
.service-cases {
  background: #f7f7f9;
  padding: 60px 60px 120px;
}

.service-cases__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.service-cases__title {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 8px;
  font-family: var(--font);
  color: var(--black);
  white-space: nowrap;
}

.service-cases__title-main {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.service-cases__title-hint {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.service-cases__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.service-cases__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 424px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
}

.service-cases__media {
  width: 100%;
  height: 127px;
  overflow: hidden;
  background: #bcbec0;
}

.service-cases__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.service-cases__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  overflow: hidden;
}

.service-cases__tag {
  display: inline-flex;
  align-items: flex-start;
  height: 25px;
  padding: 4px 12px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #e8edfb;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #122a75;
  white-space: nowrap;
}

.service-cases__card-title {
  margin: 0;
  width: 100%;
  font-family: var(--font);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.service-cases__text {
  margin: 0;
  width: 100%;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #454545;
}

/* Service detail — «Частые вопросы» */
.service-faq {
  background: #f7f7f9;
  padding: 40px 60px 60px;
}

.service-faq__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, var(--container));
  margin-inline: auto;
}

.service-faq__title {
  margin: 0;
  font-family: var(--font);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.service-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.service-faq__item {
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #eef0f2;
  border-radius: 12px;
  background: var(--white);
}

.service-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
  cursor: pointer;
  list-style: none;
}

.service-faq__summary::-webkit-details-marker {
  display: none;
}

.service-faq__summary::marker {
  content: "";
}

.service-faq__question {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.service-faq__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.service-faq__icon-img {
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
  transform: rotate(0deg);
  pointer-events: none;
}

.service-faq__item[open] .service-faq__icon-img {
  transform: rotate(-45deg);
}

.service-faq__answer {
  margin-top: 12px;
  max-width: 620px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #454545;
}

.service-faq__answer p {
  margin: 0;
}

.service-faq__answer p + p {
  margin-top: 0;
}

.services-page .container {
  width: min(100% - 120px, var(--container));
}

.services-page .services__grid {
  gap: 21px;
}

.services-page .service-card {
  min-height: 334px;
  height: 334px;
  padding: 40px;
  box-sizing: border-box;
}

/* Figma: button at y=240 in 334px card → ~24px above icon bottom; keep main.css margin-top: 24px */
.services-page .service-card__media {
  min-height: 0;
  margin-top: 0;
}

.services-page .service-card__btn {
  flex-shrink: 0;
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .services-page .container {
    width: min(100% - 48px, var(--container));
  }

  .services-page .services__grid {
    grid-template-columns: 1fr;
  }

  .services-page .service-card {
    height: auto;
    min-height: 280px;
  }

  .process {
    padding: 60px 0;
  }

  .process .container {
    width: min(100% - 48px, var(--container));
  }

  .process__title {
    font-size: clamp(32px, 5vw, 48px);
  }

  .process__steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .process-step {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .services-page .container {
    width: min(100% - 32px, var(--container));
  }

  .process .container {
    width: min(100% - 32px, var(--container));
    gap: 32px;
  }

  .process__steps {
    grid-template-columns: 1fr;
  }

  .process-step__title {
    font-size: 20px;
  }
}

/* Articles list */
.articles-page {
  display: flex;
  flex-direction: column;
}

.articles-featured {
  background: #f4f6fd;
  padding: 24px 0 40px;
}

.articles-featured__card {
  display: grid;
  grid-template-columns: minmax(0, 660px) minmax(0, 1fr);
  gap: 40px;
  align-items: stretch;
  width: min(100%, var(--container));
  margin-inline: auto;
  padding: 40px;
  border-radius: 16px;
  background: var(--white);
}

.articles-featured__media {
  overflow: hidden;
  border-radius: 12px;
  background: #eef0f2;
}

.articles-featured__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.articles-featured__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.articles-featured__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.articles-featured__tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e8edfb;
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.articles-featured__info {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #7a7a7a;
}

.articles-featured__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.articles-featured__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.articles-featured__text {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--black);
}

.articles-featured__btn {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 18px 32px;
  border-radius: 999px;
  background: var(--deep-blue);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.articles-featured__btn:hover {
  background: #1b3d9c;
  color: var(--white);
}

.articles-list {
  padding: 40px 0 80px;
  background: var(--white);
}

.articles-list__title {
  margin: 0 0 40px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.articles-list__grid {
  margin-top: 0;
}

.articles-list__empty {
  margin: 0;
  font-size: 18px;
  color: #7a7a7a;
}

.articles-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.articles-pager {
  display: flex;
  align-items: center;
  gap: 8px;
}

.articles-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #d1d3d4;
  border-radius: 8px;
  background: var(--white);
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

a.articles-pager__btn:hover {
  border-color: var(--deep-blue);
  color: var(--deep-blue);
}

.articles-pager__btn.is-active {
  border-color: var(--deep-blue);
  background: var(--deep-blue);
  color: var(--white);
}

.articles-pager__btn.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/* Article detail */
.page-article-detail .page-content {
  padding-bottom: 0;
}

.article-detail__hero {
  background: #f4f6fd;
  padding: 16px 0 40px;
}

.article-detail__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 1fr);
  gap: 24px;
  align-items: start;
}

.article-detail__hero-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.article-detail__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.article-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.article-detail__tag {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e8edfb;
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.article-detail__meta-sep,
.article-detail__meta-item {
  font-size: 14px;
  line-height: 1;
  color: #7a7a7a;
}

.article-detail__hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  min-height: 265px;
}

.article-detail__hero-media img {
  display: block;
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.article-detail__body {
  padding: 40px 0 80px;
  background: var(--white);
}

.article-detail__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.article-detail__aside {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 12px;
  background: #eef0f2;
}

.article-detail__aside-title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.article-detail__aside-nav {
  display: flex;
  flex-direction: column;
}

.article-detail__aside-link {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  color: #454545;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

a.article-detail__aside-link:hover {
  color: var(--deep-blue);
}

.article-detail__aside-link.is-active {
  background: var(--white);
  color: var(--deep-blue);
}

.article-detail__content {
  min-width: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}

.article-detail__content > :first-child {
  margin-top: 0;
}

.article-detail__content > :last-child {
  margin-bottom: 0;
}

.article-detail__content h2,
.article-detail__content h3 {
  margin: 24px 0 0;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.article-detail__content h2:first-child,
.article-detail__content h3:first-child {
  margin-top: 0;
}

.article-detail__content p {
  margin: 24px 0 0;
}

.article-detail__content ul,
.article-detail__content ol {
  margin: 24px 0 0;
  padding-left: 27px;
}

.article-detail__content li {
  margin: 0 0 8px;
}

.article-detail__content li:last-child {
  margin-bottom: 0;
}

.article-detail__content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 24px;
  border-radius: 12px;
}

.article-detail__content table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}

.article-detail__content a {
  color: var(--deep-blue);
  text-decoration: underline;
}

.article-detail__content a:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .article-detail__hero-inner {
    grid-template-columns: 1fr;
  }

  .article-detail__hero-media img {
    height: auto;
    min-height: 220px;
    max-height: 360px;
  }

  .article-detail__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .article-detail__aside {
    position: static;
  }
}

@media (max-width: 767px) {
  .article-detail__hero {
    padding: 16px 0 24px;
  }

  .article-detail__body {
    padding: 32px 0 40px;
  }
}

@media (max-width: 1199px) {
  .articles-featured__card {
    grid-template-columns: 1fr;
  }

  .articles-featured__media img {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .articles-featured {
    padding-bottom: 24px;
  }

  .articles-featured__card {
    padding: 24px;
    gap: 24px;
  }

  .articles-list {
    padding-bottom: 40px;
  }
}

.page-inner .site-main {
  min-height: 50vh;
}

.page-inner table.data-table,
.page-inner .catalog-section-list,
.page-inner .news-list {
  width: 100%;
}

.page-inner img {
  max-width: 100%;
  height: auto;
}

/* 404 */
.page-404 .site-main {
  min-height: auto;
}

.error-page {
  display: flex;
  justify-content: center;
  padding: 120px 60px;
  background: var(--white);
}

.error-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 560px;
  text-align: center;
}

.error-page__code {
  margin: 0;
  font-size: clamp(100px, 18vw, 200px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--deep-blue);
}

.error-page__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.error-page__text {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #454545;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-top: 16px;
}

.error-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 18px 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.error-page__btn--primary {
  background: var(--deep-blue);
  color: var(--white);
}

.error-page__btn--primary:hover {
  background: #1b3d9c;
  color: var(--white);
}

.error-page__btn--outline {
  border: 1.5px solid var(--deep-blue);
  background: transparent;
  color: var(--deep-blue);
}

.error-page__btn--outline:hover {
  background: rgba(18, 42, 117, 0.06);
  color: var(--deep-blue);
}

@media (max-width: 1200px) {
  .service-detail__hero-inner {
    flex-direction: column;
    gap: 32px;
  }

  .service-detail__hero-main {
    flex: none;
    width: 100%;
  }

  .service-detail__hero-media {
    min-height: 280px;
    aspect-ratio: 1050 / 512;
  }

  .service-includes__card,
  .service-includes__card:nth-child(3),
  .service-includes__card:nth-child(5) {
    width: calc((100% - 16px) / 2);
    height: auto;
    min-height: 206px;
  }

  .service-cases {
    padding: 48px 40px;
  }

  .service-cases__card {
    width: calc((100% - 24px) / 2);
  }

  .service-cases__title {
    white-space: normal;
  }

  .service-faq {
    padding: 40px;
  }

  .service-faq__question {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .page-head--hero {
    padding: 32px 20px;
  }

  .page-head--hero-crumbs {
    padding: 32px 20px 0;
  }

  .page-head--hero .page-title {
    font-size: clamp(32px, 8vw, 48px);
  }

  .page-head__lead {
    font-size: 16px;
  }

  .page-breadcrumbs__list {
    flex-wrap: wrap;
    white-space: normal;
  }

  .service-detail__hero {
    padding: 24px 20px 32px;
  }

  .service-detail__title {
    font-size: clamp(32px, 8vw, 48px);
  }

  .service-detail__lead {
    font-size: 16px;
  }

  .service-detail__content {
    padding: 32px 20px;
  }

  .service-detail__text {
    font-size: 16px;
  }

  .service-detail__hero-media {
    min-height: 220px;
  }

  .service-includes {
    padding: 32px 20px 60px;
  }

  .service-includes__inner {
    gap: 24px;
  }

  .service-includes__title {
    font-size: clamp(32px, 8vw, 48px);
  }

  .service-includes__card,
  .service-includes__card:nth-child(3),
  .service-includes__card:nth-child(5) {
    width: 100%;
  }

  .service-includes__card-title {
    font-size: 20px;
  }

  .service-cases {
    padding: 40px 20px;
  }

  .service-cases__inner {
    gap: 24px;
  }

  .service-cases__title-main {
    font-size: clamp(32px, 8vw, 48px);
  }

  .service-cases__card {
    width: 100%;
  }

  .service-cases__card-title {
    font-size: 20px;
  }

  .service-faq {
    padding: 32px 20px 48px;
  }

  .service-faq__title {
    font-size: clamp(32px, 8vw, 48px);
  }

  .service-faq__question {
    font-size: 18px;
  }

  .service-faq__item {
    padding: 20px;
  }

  .error-page {
    padding: 80px 20px;
  }

  .error-page__actions {
    flex-direction: column;
    width: 100%;
  }

  .error-page__btn {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/alpha_hydraulics/assets/css/product-detail.css?178601482311777*/
.product-detail {
  color: var(--black);
}

.product-detail__hero {
  padding: 16px 0 60px;
  background: var(--page);
}

.product-detail__hero-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-product-detail .page-breadcrumbs__list {
  flex-wrap: wrap;
  white-space: normal;
}

.product-detail__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.product-detail__gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-detail__gallery-main {
  position: relative;
  min-height: 520px;
  border-radius: 16px;
  background: var(--white);
  overflow: hidden;
}

.product-detail__gallery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.product-detail__gallery-main--empty {
  background: #d1d3d4;
}

.product-detail__gallery-main--empty::after {
  content: "";
}

.product-detail__gallery-image.is-active {
  opacity: 1;
  visibility: visible;
}

.product-detail__gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.product-detail__gallery-thumb {
  width: 96px;
  height: 4px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--grey-blue);
  cursor: pointer;
}

.product-detail__gallery-thumb.is-active {
  background: #e8edfb;
  border-color: var(--deep-blue);
}

.product-detail__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-detail__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.product-detail__stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 25px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #dcfce7;
  color: #16a34a;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.product-detail__stock--unavailable {
  background: #fde7e7;
  color: var(--danfoss-red);
}

.product-detail__article {
  margin: 0 0 0 auto;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.product-detail__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.product-detail__key-params,
.product-detail__preview {
  padding: 24px;
  border-radius: 16px;
  background: var(--white);
}

.product-detail__preview-row,
.product-detail__key-row,
.product-detail__spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 42px;
  padding: 12px 0;
  border-bottom: 1px solid var(--grey-blue);
  font-size: 16px;
  line-height: 1;
}

.product-detail__preview-row:last-child,
.product-detail__key-row:last-child,
.product-detail__spec-row:last-child {
  border-bottom: none;
}

.product-detail__preview-label,
.product-detail__key-label,
.product-detail__spec-label {
  color: #7a7a7a;
}

.product-detail__preview-value,
.product-detail__key-value,
.product-detail__spec-value {
  color: var(--black);
  text-align: right;
}

.product-detail__cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-detail__cta-btn {
  flex: 1 1 auto;
  min-height: 54px;
  padding: 18px 32px;
  border: none;
  border-radius: 999px;
  background: var(--deep-blue);
  color: var(--white);
  font: 500 16px/1 var(--font);
  cursor: pointer;
  transition: background 0.2s ease;
}

.product-detail__cta-btn:hover {
  background: var(--dark-blue);
}

.product-detail__cta-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-detail__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.product-detail__icon-btn.is-active img {
  filter: invert(16%) sepia(72%) saturate(2878%) hue-rotate(214deg) brightness(90%) contrast(96%);
}

.product-detail__benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-detail__benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border: 1px solid var(--grey-blue);
  border-radius: 12px;
  background: var(--white);
}

.product-detail__benefit p {
  margin: 0;
  color: #454545;
  font-size: 16px;
  line-height: 1.2;
}

.product-detail__tabs-section {
  padding: 40px 0;
  background: var(--white);
}

.product-detail__tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--grey-blue);
}

.product-detail__tab {
  padding: 16px 24px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #7a7a7a;
  font: 500 16px/1 var(--font);
  cursor: pointer;
}

.product-detail__tab.is-active {
  color: var(--deep-blue);
  border-bottom-color: var(--deep-blue);
}

.product-detail__tab-panels {
  padding-top: 32px;
}

.product-detail__tab-panel {
  display: none;
}

.product-detail__tab-panel.is-active {
  display: block;
}

.product-detail__specs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-detail__description {
  font-size: 16px;
  line-height: 1.6;
  color: #454545;
}

.product-detail__description p {
  margin: 0 0 16px;
}

.product-detail__docs-section,
.product-detail__related {
  padding: 40px 0 80px;
  background: var(--page);
}

.product-detail__section-title {
  margin: 0 0 24px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
}

.product-detail__docs-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-detail__doc {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--grey-blue);
  border-radius: 12px;
  background: var(--white);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-detail__doc:hover {
  border-color: #d1d3d4;
  box-shadow: 0 1px 2px rgba(8, 13, 46, 0.08);
}

.product-detail__doc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 17px;
  padding: 0 8px;
  border-radius: 6px;
  background: #fde7e7;
  color: var(--danfoss-red);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.product-detail__doc-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.product-detail__doc-title {
  color: var(--black);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.2;
}

.product-detail__doc-meta {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.product-detail__doc-download {
  flex-shrink: 0;
}

.product-detail__related-slider {
  position: relative;
  padding-inline: 52px;
}

.product-detail__related-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 312px;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.product-detail__related-track::-webkit-scrollbar {
  display: none;
}

.product-detail__related-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.product-detail__related-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.product-detail__related-nav--prev {
    left: 0;
    transform: rotate(180deg);
}

.product-detail__related-nav--next {
  right: 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 508px;
  border-radius: 16px;
  background: var(--white);
  overflow: hidden;
  scroll-snap-align: start;
}

.product-card__media {
  display: block;
  height: 220px;
  background: #d1d3d4;
}

.product-card__media--empty {
  background: #d1d3d4;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 16px 20px 20px;
}

.product-card__brand {
  margin: 0;
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.product-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.product-card__title a {
  color: inherit;
}

.product-card__article {
  margin: 0;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.2;
}

.product-card__params {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 8px;
  font-size: 14px;
}

.product-card__param {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.product-card__param span:first-child {
  color: #7a7a7a;
}

.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
}

.product-card__btn {
  min-height: 42px;
  padding: 12px 20px;
  border: none;
  border-radius: 999px;
  background: var(--deep-blue);
  color: var(--white);
  font: 500 16px/1 var(--font);
  cursor: pointer;
}

.product-card__actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.product-detail__feedback {
  padding: 0 0 80px;
  background: var(--page);
}

.product-detail__feedback-card {
  padding: 40px;
  border-radius: 16px;
  background: var(--deep-blue);
  color: var(--white);
}

.product-detail__feedback-card .footer__form-title {
  margin: 0 0 24px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .product-detail__hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-detail__gallery-main {
    min-height: 420px;
  }

  .product-detail__related-track {
    grid-auto-columns: 300px;
  }
}

@media (max-width: 900px) {
  .product-detail__hero {
    padding-top: 16px;
  }

  .product-detail__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .product-detail__cta-actions {
    justify-content: center;
  }

  .product-detail__preview-row,
  .product-detail__key-row,
  .product-detail__spec-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .product-detail__preview-value,
  .product-detail__key-value,
  .product-detail__spec-value {
    text-align: left;
  }

  .product-detail__related-nav {
    display: none;
  }

  .product-detail__related-slider {
    padding-inline: 0;
  }

  .product-detail__related-track {
    grid-auto-columns: minmax(260px, 85%);
  }

  .product-detail__feedback-card {
    padding: 24px;
  }
}

@media (max-width: 600px) {
  .product-detail__tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .product-detail__tabs::-webkit-scrollbar {
    display: none;
  }

  .product-detail__tab {
    flex-shrink: 0;
  }

  .product-detail__doc {
    flex-wrap: wrap;
  }
}

/* End */


/* Start:/local/templates/alpha_hydraulics/styles.css?178478770526*/
/* Required by Bitrix */

/* End */


/* Start:/local/templates/alpha_hydraulics/template_styles.css?178478770552*/
/* Template-specific overrides for Bitrix admin */

/* End */
/* /local/templates/alpha_hydraulics/assets/css/main.css?178601377834279 */
/* /local/templates/alpha_hydraulics/assets/css/inner.css?178609200626050 */
/* /local/templates/alpha_hydraulics/assets/css/product-detail.css?178601482311777 */
/* /local/templates/alpha_hydraulics/styles.css?178478770526 */
/* /local/templates/alpha_hydraulics/template_styles.css?178478770552 */
