@charset "UTF-8";
:root {
  --color-brand-primary: #063D85;
  --color-brand-primary-hover: #0F54AE;
  --color-brand-primary-dark: #02205C;
  --color-brand-hero: #0C294E;
  --color-brand-footer: #0D1B2A;
  --color-brand-secondary: #1F4073;
  --color-brand-teal: #018D6E;
  --color-black: #1C1F23;
  --color-gray-900: #26272B;
  --color-gray-700: #404246;
  --color-gray-500: #6A6B6D;
  --color-gray-450: #8B8F95;
  --color-gray-400: #A2A5AD;
  --color-gray-350: #B4B8C3;
  --color-gray-300: #D3D6DD;
  --color-gray-200: #E0E3E9;
  --color-gray-100: #F0F2F5;
  --color-gray-50: #F5F6F7;
  --color-white: #FFFFFF;
  --color-orange: #FF5C01;
  --color-orange-light: #FEA700;
  --color-orange-dark: #F14709;
  --color-success: #149748;
  --color-text-primary: #26272B;
  --color-text-secondary: #6A6B6D;
  --color-text-muted: #A2A5AD;
  --color-text-inverse: #FFFFFF;
  --color-text-price: #1C1F23;
  --color-bg-page: #FFFFFF;
  --color-bg-section-subtle: #F5F6F7;
  --color-bg-scheme: #E7ECF2;
  --color-bg-card: #FFFFFF;
  --color-bg-button-secondary: #F0F2F5;
  --color-bg-button-disabled: #E5E9F2;
  --color-border-default: #E0E3E9;
  --color-border-strong: #E0E3E9;
  --color-border-cta: #063D85;
  --color-state-success: #149748;
  --color-state-warning: #FEA700;
  --color-state-danger: #F14709;
  --color-focus-tint: rgba(3, 97, 220, 0.05);
}

:root {
  --space-4xs: 2px;
  --space-3xs: 4px;
  --space-2xs: 5px;
  --space-xs: 8px;
  --space-sm: 10px;
  --space-md: 15px;
  --space-lg: 20px;
  --space-xl: 30px;
  --space-2xl: 40px;
  --space-3xl: 60px;
  --space-4xl: 80px;
}

:root {
  --radius-xs: 5px;
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 15px;
  --radius-xl: 20px;
  --radius-pill: 100px;
}

:root {
  --transition-fast: 150ms;
  --transition-base: 200ms;
  --transition-slow: 300ms;
  --transition-modal: 250ms;
  --transition-fn-default: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fn-out: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

html.is-turbo-navigating {
  scroll-behavior: auto;
}

html, body {
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

.layoutShell {
  overflow-x: clip;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2,
h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

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

input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 40px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-inline: 20px;
  }
}

body {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #26272B;
  background-color: #FFFFFF;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #26272B;
  font-weight: 600;
}

h3 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}

h4 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

p {
  margin: 0;
}

a:not(:where(.button)) {
  color: #063D85;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
a:not(:where(.button)):hover {
  color: #02205C;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.staticPage__content ul:has(> li:not([class])),
.staticPage__content ol:has(> li:not([class])),
.serviceContent ul:has(> li:not([class])),
.serviceContent ol:has(> li:not([class])),
.about__inner ul:has(> li:not([class])),
.about__inner ol:has(> li:not([class])),
section.productFeatures .productFeatures__html ul:has(> li:not([class])),
section.productFeatures .productFeatures__html ol:has(> li:not([class])),
.catalogAbout ul:has(> li:not([class])),
.catalogAbout ol:has(> li:not([class])),
.articleBody__content ul:has(> li:not([class])),
.articleBody__content ol:has(> li:not([class])) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.staticPage__content ul:has(> li:not([class])) > li:not([class]),
.staticPage__content ol:has(> li:not([class])) > li:not([class]),
.serviceContent ul:has(> li:not([class])) > li:not([class]),
.serviceContent ol:has(> li:not([class])) > li:not([class]),
.about__inner ul:has(> li:not([class])) > li:not([class]),
.about__inner ol:has(> li:not([class])) > li:not([class]),
section.productFeatures .productFeatures__html ul:has(> li:not([class])) > li:not([class]),
section.productFeatures .productFeatures__html ol:has(> li:not([class])) > li:not([class]),
.catalogAbout ul:has(> li:not([class])) > li:not([class]),
.catalogAbout ol:has(> li:not([class])) > li:not([class]),
.articleBody__content ul:has(> li:not([class])) > li:not([class]),
.articleBody__content ol:has(> li:not([class])) > li:not([class]) {
  position: relative;
  padding-left: 30px;
  color: #26272B;
}
.staticPage__content ul:has(> li:not([class])) > li:not([class])::before,
.serviceContent ul:has(> li:not([class])) > li:not([class])::before,
.about__inner ul:has(> li:not([class])) > li:not([class])::before,
section.productFeatures .productFeatures__html ul:has(> li:not([class])) > li:not([class])::before,
.catalogAbout ul:has(> li:not([class])) > li:not([class])::before,
.articleBody__content ul:has(> li:not([class])) > li:not([class])::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #063D85;
  transform: translateY(-50%);
}
.staticPage__content ol:has(> li:not([class])),
.serviceContent ol:has(> li:not([class])),
.about__inner ol:has(> li:not([class])),
section.productFeatures .productFeatures__html ol:has(> li:not([class])),
.catalogAbout ol:has(> li:not([class])),
.articleBody__content ol:has(> li:not([class])) {
  counter-reset: item;
}
.staticPage__content ol:has(> li:not([class])) > li:not([class]),
.serviceContent ol:has(> li:not([class])) > li:not([class]),
.about__inner ol:has(> li:not([class])) > li:not([class]),
section.productFeatures .productFeatures__html ol:has(> li:not([class])) > li:not([class]),
.catalogAbout ol:has(> li:not([class])) > li:not([class]),
.articleBody__content ol:has(> li:not([class])) > li:not([class]) {
  counter-increment: item;
}
.staticPage__content ol:has(> li:not([class])) > li:not([class])::before,
.serviceContent ol:has(> li:not([class])) > li:not([class])::before,
.about__inner ol:has(> li:not([class])) > li:not([class])::before,
section.productFeatures .productFeatures__html ol:has(> li:not([class])) > li:not([class])::before,
.catalogAbout ol:has(> li:not([class])) > li:not([class])::before,
.articleBody__content ol:has(> li:not([class])) > li:not([class])::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20px;
  color: #063D85;
  font-weight: 600;
}
.staticPage__content li:not([class]) > ul:has(> li:not([class])),
.staticPage__content li:not([class]) > ol:has(> li:not([class])),
.serviceContent li:not([class]) > ul:has(> li:not([class])),
.serviceContent li:not([class]) > ol:has(> li:not([class])),
.about__inner li:not([class]) > ul:has(> li:not([class])),
.about__inner li:not([class]) > ol:has(> li:not([class])),
section.productFeatures .productFeatures__html li:not([class]) > ul:has(> li:not([class])),
section.productFeatures .productFeatures__html li:not([class]) > ol:has(> li:not([class])),
.catalogAbout li:not([class]) > ul:has(> li:not([class])),
.catalogAbout li:not([class]) > ol:has(> li:not([class])),
.articleBody__content li:not([class]) > ul:has(> li:not([class])),
.articleBody__content li:not([class]) > ol:has(> li:not([class])) {
  margin-top: 10px;
}
.staticPage__content table,
.serviceContent table,
.about__inner table,
section.productFeatures .productFeatures__html table,
.catalogAbout table,
.articleBody__content table {
  display: table;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-spacing: 0;
  border-radius: 15px;
}
.staticPage__content thead,
.serviceContent thead,
.about__inner thead,
section.productFeatures .productFeatures__html thead,
.catalogAbout thead,
.articleBody__content thead {
  background: #F5F6F7;
}
.staticPage__content th,
.staticPage__content td,
.serviceContent th,
.serviceContent td,
.about__inner th,
.about__inner td,
section.productFeatures .productFeatures__html th,
section.productFeatures .productFeatures__html td,
.catalogAbout th,
.catalogAbout td,
.articleBody__content th,
.articleBody__content td {
  min-width: 160px;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #E0E3E9;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.staticPage__content th,
.serviceContent th,
.about__inner th,
section.productFeatures .productFeatures__html th,
.catalogAbout th,
.articleBody__content th {
  color: #404246;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.staticPage__content thead tr:first-child > th:first-child,
.serviceContent thead tr:first-child > th:first-child,
.about__inner thead tr:first-child > th:first-child,
section.productFeatures .productFeatures__html thead tr:first-child > th:first-child,
.catalogAbout thead tr:first-child > th:first-child,
.articleBody__content thead tr:first-child > th:first-child {
  border-top-left-radius: 15px;
}
.staticPage__content thead tr:first-child > th:last-child,
.serviceContent thead tr:first-child > th:last-child,
.about__inner thead tr:first-child > th:last-child,
section.productFeatures .productFeatures__html thead tr:first-child > th:last-child,
.catalogAbout thead tr:first-child > th:last-child,
.articleBody__content thead tr:first-child > th:last-child {
  border-top-right-radius: 15px;
}
.staticPage__content tr:last-child > th,
.staticPage__content tr:last-child > td,
.serviceContent tr:last-child > th,
.serviceContent tr:last-child > td,
.about__inner tr:last-child > th,
.about__inner tr:last-child > td,
section.productFeatures .productFeatures__html tr:last-child > th,
section.productFeatures .productFeatures__html tr:last-child > td,
.catalogAbout tr:last-child > th,
.catalogAbout tr:last-child > td,
.articleBody__content tr:last-child > th,
.articleBody__content tr:last-child > td {
  border-bottom: 0;
}

img.content__image {
  width: auto;
  max-width: min(var(--content-image-max-width, 100%), 100%);
  height: auto;
}

img.content__image--widht-500,
img.content__image--width-500 {
  --content-image-max-width: 500px;
  max-width: min(500px, 100%) !important;
}

img.content__image--width-800 {
  --content-image-max-width: 800px;
  max-width: min(800px, 100%) !important;
}

img.content__image--width-300 {
  --content-image-max-width: 300px;
  max-width: min(300px, 100%) !important;
}

img.content__image--width-full {
  width: 100% !important;
  max-width: 100% !important;
}

img.content__image--position-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

img.content__image--position-right {
  display: block;
  margin-left: auto;
}

.staticPage__content img[src$="/flag__rossiya.jpg"],
.serviceContent img[src$="/flag__rossiya.jpg"],
.about__inner img[src$="/flag__rossiya.jpg"],
section.productFeatures .productFeatures__html img[src$="/flag__rossiya.jpg"],
.catalogAbout img[src$="/flag__rossiya.jpg"],
.articleBody__content img[src$="/flag__rossiya.jpg"] {
  display: inline-block;
  flex: 0 0 auto;
  width: 30px;
  height: 20px;
  margin: 4px 0 0 5px;
  vertical-align: top;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 3px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
}

.productFeatures__html img.content__image {
  max-width: min(var(--content-image-max-width, 500px), 100%);
}

.productFeatures__html img.content__image--position-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

p.content__p {
  display: block;
  margin: 1em 0;
}

p.content__p br {
  display: initial;
}

p:not(.content__p) br + br {
  display: none;
}

p.content__p br + br {
  display: initial;
}

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

.content__ul:last-child {
  margin-bottom: 0;
}

.content__ul > li {
  position: relative;
  padding-left: 30px;
}

.content__ul > li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 10px;
  width: 8px;
  height: 8px;
  background: #F14709;
  border-radius: 100px;
  transform: translateY(-50%);
}

.content__image-line {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
}

.content__image-callouts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.content__image-callouts__main {
  display: block;
}

.content__image-callouts__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.content__image-callouts__item {
  position: relative;
  display: block;
}

.content__image-callouts__item > img {
  position: relative;
  z-index: 1;
}

.content__image-callouts__item > img.content__image {
  --content-image-max-width: 240px;
}

.content__block-render {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}

.content__block-render > img {
  justify-self: center;
  order: -1;
}

.content__block-render > span {
  position: relative;
  display: block;
  padding-left: 30px;
}

.content__block-render > span::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 10px;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 100px;
  transform: translateY(-50%);
}

.content__models {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}

.content__models > img {
  order: -1;
}

.content__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.content__row--align-center {
  align-items: center;
}

.content__row-col--widht-50,
.content__row-col--width-50 {
  flex: 1 1 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .content__image-callouts {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    column-gap: 60px;
  }
  .content__image-callouts__main {
    align-self: center;
    justify-self: end;
  }
  .content__image-callouts__item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 280px;
    height: 3px;
    background: #d90000;
    transform: translateY(-50%);
  }
  .content__block-render {
    grid-template-columns: minmax(180px, 1fr) minmax(320px, 500px) minmax(180px, 1fr);
    grid-template-rows: auto auto;
    column-gap: 60px;
    row-gap: 40px;
  }
  .content__block-render > img {
    grid-column: 2;
    grid-row: 1/span 2;
    order: 0;
  }
  .content__block-render > span:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  .content__block-render > span:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
  }
  .content__block-render > span:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
  }
  .content__block-render > span:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
    align-self: end;
  }
  .content__models {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 500px);
    column-gap: 40px;
  }
  .content__models > img {
    grid-column: 2;
    order: 0;
    justify-self: end;
  }
  .content__models > :not(img) {
    grid-column: 1;
    grid-row: 1;
  }
  .content__row-col--widht-50,
  .content__row-col--width-50 {
    flex-basis: calc(50% - 20px / 2);
    max-width: calc(50% - 20px / 2);
  }
}
.content__warning-time {
  padding: 15px 0 25px;
  margin-top: 15px;
  background: #990000;
}

.content__warning-time > p {
  position: relative;
  min-height: 32px;
  padding-left: 90px;
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.content__warning-time > p::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 45px;
  width: 32px;
  height: 32px;
  background: url("/img/kotlov/clock.png") no-repeat 0 0;
}

.visually-hidden {
  position: absolute !important;
  top: 0;
  left: 0;
  clip-path: inset(50%) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.icon_tbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  background: #F0F2F5;
  color: #6A6B6D;
  border: 1px dashed #D3D6DD;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1;
  font-family: monospace;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.button:focus-visible, .button.is-focus {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}
.button[disabled], .button[aria-disabled=true], .button.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}

.button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.button__label {
  display: inline-block;
}

.button_size_sm {
  padding: 6px 12px;
  gap: 6px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.button_size_md {
  padding: 10px 20px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.button_size_lg {
  padding: 12px 20px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.button_primary {
  background: #063D85;
  color: #FFFFFF;
  border-radius: 8px;
}
@media (hover: hover) {
  .button_primary:hover, .button_primary.is-hover {
    background: #0F54AE;
  }
}
.button_primary:active, .button_primary.is-active {
  background: #02205C;
}
.button_primary[disabled], .button_primary[aria-disabled=true], .button_primary.is-disabled {
  opacity: 1;
  background: #E5E9F2;
  color: #8B8F95;
}

.button_secondary {
  background: #F0F2F5;
  color: #26272B;
  border-radius: 8px;
}
@media (hover: hover) {
  .button_secondary:hover, .button_secondary.is-hover {
    background: #E0E3E9;
    color: #063D85;
  }
}
.button_secondary:active, .button_secondary.is-active {
  background: #D3D6DD;
  color: #063D85;
}
.button_secondary[disabled], .button_secondary[aria-disabled=true], .button_secondary.is-disabled {
  opacity: 1;
  background: #E5E9F2;
  color: #A2A5AD;
}

.button_white {
  background: #FFFFFF;
  color: #26272B;
  border-radius: 8px;
}
@media (hover: hover) {
  .button_white:hover, .button_white.is-hover {
    background: #F5F6F7;
    color: #063D85;
  }
}
.button_white:active, .button_white.is-active {
  background: #F0F2F5;
  color: #063D85;
}

.button_filled {
  background: #FFFFFF;
  color: #063D85;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media (hover: hover) {
  .button_filled:hover, .button_filled.is-hover {
    border-color: #F0F2F5;
    box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
  }
}
.button_filled:active, .button_filled.is-active {
  background: #F5F6F7;
}

.button_outlined {
  background: #FFFFFF;
  color: #063D85;
  border: 1px solid #063D85;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .button_outlined:hover, .button_outlined.is-hover {
    background: #F0F2F5;
    border-color: #0F54AE;
    color: #0F54AE;
  }
}
.button_outlined:active, .button_outlined.is-active {
  background: #E0E3E9;
  border-color: #0F54AE;
  color: #0F54AE;
}

.button_icon {
  background: #FFFFFF;
  color: #26272B;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  padding: 10px;
  gap: 0;
}
@media (hover: hover) {
  .button_icon:hover, .button_icon.is-hover {
    border-color: #D3D6DD;
  }
}
.button_icon:active, .button_icon.is-active {
  background: #F5F6F7;
}

.button_loading {
  background: #F0F2F5;
  color: #26272B;
  border-radius: 10px;
  gap: 10px;
  padding: 12px 30px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .button_loading:hover, .button_loading.is-hover {
    background: #E0E3E9;
    color: #063D85;
  }
}
.button_loading:active, .button_loading.is-active {
  background: #E0E3E9;
  color: #063D85;
}

.button_linkChevron {
  background: #F0F2F5;
  color: #404246;
  border-radius: 8px;
  gap: 5px;
  padding: 8px 10px 8px 20px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .button_linkChevron:hover, .button_linkChevron.is-hover {
    background: #E0E3E9;
    color: #063D85;
  }
}
.button_linkChevron:active, .button_linkChevron.is-active {
  background: #E0E3E9;
  color: #063D85;
}

.button_footerCalc {
  background: rgba(255, 255, 255, 0.1);
  color: #E0E3E9;
  border-radius: 10px;
  padding: 12px 15px;
}
@media (hover: hover) {
  .button_footerCalc:hover, .button_footerCalc.is-hover {
    background: rgba(255, 255, 255, 0.18);
    color: #E0E3E9;
  }
}

.button_footerCity {
  background: rgba(255, 255, 255, 0.1);
  color: #A2A5AD;
  border-radius: 8px;
  padding: 4px 10px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .button_footerCity {
    padding: 8px 12px;
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (hover: hover) {
  .button_footerCity:hover, .button_footerCity.is-hover {
    background: rgba(255, 255, 255, 0.18);
    color: #FFFFFF;
  }
}

.button_catalogTab {
  background: #F0F2F5;
  color: #26272B;
  border-radius: 10px;
  padding: 8px 15px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .button_catalogTab:hover, .button_catalogTab.is-hover {
    background: #E0E3E9;
  }
}

.button_catalogTabActive {
  background: #063D85;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 8px 15px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .button_catalogTabActive:hover, .button_catalogTabActive.is-hover {
    background: #02205C;
  }
}

.button_arrowRound {
  background: #FFFFFF;
  color: #26272B;
  border-radius: 100px;
  padding: 8px;
  gap: 0;
  backdrop-filter: blur(5px);
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
}
@media (hover: hover) {
  .button_arrowRound:hover, .button_arrowRound.is-hover {
    box-shadow: 0 10px 15px rgba(14, 25, 35, 0.1);
  }
}

.button_arrowSquare {
  background: #FFFFFF;
  color: #26272B;
  border-radius: 10px;
  padding: 6px;
  gap: 0;
}
@media (hover: hover) {
  .button_arrowSquare:hover, .button_arrowSquare.is-hover {
    box-shadow: 0 2px 2.5px rgba(12, 19, 26, 0.1);
  }
}

.button_icon.button_size_sm {
  padding: 6px;
}

.button_icon.button_size_md {
  padding: 10px;
}

.button_icon.button_size_lg {
  padding: 12px;
}

.actionGroup {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.actionGroup__cart {
  position: relative;
  display: inline-flex;
}

.actionGroup__cart > .counter {
  position: absolute;
  top: -5px;
  right: -8px;
  z-index: 1;
}

.counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  padding: 2px 6px;
  border-radius: 100px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.counter[hidden] {
  display: none;
}

.counter_neutral {
  background: #B4B8C3;
}

.counter_accent {
  background: #F14709;
}

.counter_brand {
  background: #063D85;
}

.input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  gap: 10px;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  color: #26272B;
  cursor: text;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .input:hover, .input.is-hover {
    border-color: #D3D6DD;
  }
}
.input:not(.input_error):not(.input_disabled):has(.input__field:not(:placeholder-shown)) {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}
.input:focus-within, .input.is-focus {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.input__field {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  appearance: none;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.input__field::placeholder {
  color: #6A6B6D;
  font-weight: 400;
  opacity: 1;
}
.input__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

select.input__field {
  cursor: pointer;
  padding-right: 15px;
}

.input__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #6A6B6D;
  pointer-events: none;
}

.input__icon_right {
  margin-left: auto;
}

.input__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: auto;
}

.input__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #E0E3E9;
  border: 0;
  border-radius: 100px;
  color: #404246;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .input__clear:hover {
    background: #D3D6DD;
  }
}
.input__clear:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.input__field:placeholder-shown ~ .input__actions .input__clear {
  display: none;
}

.input__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: #6A6B6D;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .input__submit:hover {
    color: #063D85;
  }
}
.input__submit:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 8px;
}

.input__error {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  color: #F14709;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.input_error {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}
.input_error:focus-within, .input_error.is-focus {
  border-color: #F14709;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.input_disabled {
  background: #F5F6F7;
  color: #A2A5AD;
  cursor: not-allowed;
}
.input_disabled .input__field {
  cursor: not-allowed;
  color: #A2A5AD;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select__trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  gap: 10px;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  color: #26272B;
  cursor: pointer;
  text-align: left;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .select__trigger:hover {
    border-color: #D3D6DD;
  }
}
.select__trigger:focus, .select_open .select__trigger {
  outline: 0;
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}
.select__trigger[disabled] {
  cursor: not-allowed;
}

.select__triggerLabel {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__triggerLabel_placeholder {
  color: #6A6B6D;
}

.select__chevron {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  color: #6A6B6D;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.select__clear {
  position: absolute;
  top: 50%;
  right: calc(20px + 20px + 8px);
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: #8B8F95;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .select__clear:hover {
    color: #404246;
  }
}
.select__clear:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}
.select__clear[hidden] {
  display: none;
}

.select:has(.select__clear:not([hidden])) .select__triggerLabel {
  padding-right: calc(16px + 8px);
}

.select__panel {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.select_open .select__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.select_open .select__chevron {
  transform: rotate(180deg);
}

.select__searchField {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 10px 15px 10px 20px;
  margin-bottom: 4px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  cursor: text;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.select__searchField:focus-within {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.select__searchInput {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #26272B;
  appearance: none;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.select__searchInput::placeholder {
  color: #6A6B6D;
  opacity: 1;
}

.select__searchIcon {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #6A6B6D;
  pointer-events: none;
}

.select__list {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 280px;
  overflow-y: auto;
}

.select__option {
  padding: 10px 15px;
  border-radius: 10px;
  color: #26272B;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .select__option:hover {
    background: #F5F6F7;
  }
}
.select__option[hidden] {
  display: none;
}

.select__option_selected {
  background: #F0F2F5;
  border-radius: 5px;
}

.select__option_withIcon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.select__optionIcon {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #6A6B6D;
}

.select__option_check {
  display: flex;
  align-items: center;
}
.select__option_check.select__option_selected {
  background: transparent;
}

.select__optionCheckbox {
  width: 100%;
  pointer-events: none;
}

.select__empty {
  padding: 10px 15px;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.select__error {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  color: #F14709;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.select_error .select__trigger {
  border-color: #F14709;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.select_disabled .select__trigger {
  background: #F5F6F7;
  color: #A2A5AD;
  cursor: not-allowed;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkbox__box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1.5px solid #D3D6DD;
  border-radius: 5px;
  color: #FFFFFF;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__box .icon {
  opacity: 0;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.checkbox__count {
  color: #8B8F95;
}

@media (hover: hover) {
  .checkbox:hover .checkbox__box {
    border-color: #A2A5AD;
  }
}
.checkbox__input:focus-visible + .checkbox__box {
  outline: 2px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.checkbox__input:checked + .checkbox__box {
  background: #F14709;
  border-color: #F14709;
}
.checkbox__input:checked + .checkbox__box .icon {
  opacity: 1;
}

.checkbox_disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.radio__circle {
  display: inline-flex;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1.5px solid #D3D6DD;
  border-radius: 100px;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

@media (hover: hover) {
  .radio:hover .radio__circle {
    border-color: #A2A5AD;
  }
}
.radio__input:focus-visible + .radio__circle {
  outline: 2px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.radio__input:checked + .radio__circle {
  border-width: 5px;
  border-color: #F14709;
}

.radio_disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.switch__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.switch__track {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 39px;
  height: 24px;
  padding: 3px;
  background: #E0E3E9;
  border-radius: 100px;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.switch__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 100px;
  box-shadow: 0 2px 5px rgba(24, 26, 32, 0.05);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.switch__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.switch__input:focus-visible + .switch__track {
  outline: 2px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.switch__input:checked + .switch__track {
  background: #063D85;
}
.switch__input:checked + .switch__track .switch__thumb {
  transform: translateX(15px);
}

.switch_disabled {
  cursor: not-allowed;
}
.switch_disabled .switch__track {
  background: #F0F2F5;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 15px;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.chip__label {
  display: inline-block;
}

.chip__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 100px;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.chip__close:focus-visible {
  outline: 2px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.chip_neutral {
  background: #F5F6F7;
  color: #26272B;
}
.chip_neutral .chip__close {
  background: #A2A5AD;
}
@media (hover: hover) {
  .chip_neutral:hover {
    background: #E0E3E9;
    color: #26272B;
  }
  .chip_neutral:hover .chip__close {
    background: #8B8F95;
  }
}

.chip_active {
  background: #F14709;
  color: #FFFFFF;
}
.chip_active .chip__close {
  background: #FFFFFF;
  color: #F14709;
}
@media (hover: hover) {
  .chip_active:hover {
    color: #FFFFFF;
  }
}

.chip:focus-visible {
  outline: 2px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 5px;
  color: #FFFFFF;
  background: #063D85;
  white-space: nowrap;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.badge__label {
  display: inline-block;
}

.badge_leader {
  background: #063D85;
  color: #FFFFFF;
}

.badge_discount {
  background: #FF5C01;
  color: #FFFFFF;
}

.badge_new {
  background: #149748;
  color: #FFFFFF;
}

.badge_cart {
  min-width: 18px;
  padding: 1px 8px 3px;
  border-radius: 100px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FEA700 0%, #FF5C01 50%, #F14709 100%);
  justify-content: center;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.badge_success {
  background: transparent;
  color: #149748;
  padding: 0;
}

.badge_warning {
  background: transparent;
  color: #FEA700;
  padding: 0;
}

.badge_danger {
  background: transparent;
  color: #F14709;
  padding: 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px;
  border-radius: 5px;
  background: #F5F6F7;
  color: #26272B;
  white-space: nowrap;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.tag__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: currentcolor;
}

.tag__label {
  display: inline-block;
}

.tag__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tag__remove:hover {
  opacity: 0.7;
}
.tag__remove:focus-visible {
  outline: 2px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.tag_default {
  background: #F5F6F7;
  color: #26272B;
}

.tag_accent {
  background: rgba(6, 61, 133, 0.08);
  color: #063D85;
}

.tag_dark {
  background: rgba(255, 255, 255, 0.1);
  color: #A2A5AD;
}

.tooltip {
  position: relative;
  display: inline-flex;
}

.tooltip__trigger {
  display: inline-flex;
  align-items: center;
  cursor: help;
}
.tooltip__trigger:focus-visible {
  outline: 2px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.tooltip__bubble {
  position: absolute;
  z-index: 600;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: max-content;
  padding: 15px;
  background: #FFFFFF;
  color: #1C1F23;
  border-radius: 10px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  filter: drop-shadow(0 0 10px rgba(12, 19, 26, 0.15));
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.tooltip__bubble.is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s, transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.tooltip:hover .tooltip__bubble,
.tooltip:focus-within .tooltip__bubble {
  visibility: visible;
  opacity: 1;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s, transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.tooltip_interactive .tooltip__bubble.is-visible {
  pointer-events: auto;
}

.tooltip__body {
  display: block;
  overflow-wrap: break-word;
}

.tooltip__tail {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 2px;
  transform: rotate(45deg);
}

.tooltip_top .tooltip__bubble {
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
}
.tooltip_top .tooltip__bubble.is-visible {
  transform: translateX(-50%) translateY(0);
}

.tooltip_top .tooltip__tail {
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}

.tooltip_bottom .tooltip__bubble {
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
}
.tooltip_bottom .tooltip__bubble.is-visible {
  transform: translateX(-50%) translateY(0);
}

.tooltip_bottom .tooltip__tail {
  top: -6px;
  left: 50%;
  margin-left: -6px;
}

.tooltip_left .tooltip__bubble {
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
}
.tooltip_left .tooltip__bubble.is-visible {
  transform: translateY(-50%) translateX(0);
}

.tooltip_left .tooltip__tail {
  right: -6px;
  top: 50%;
  margin-top: -6px;
}

.tooltip_right .tooltip__bubble {
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(4px);
}
.tooltip_right .tooltip__bubble.is-visible {
  transform: translateY(-50%) translateX(0);
}

.tooltip_right .tooltip__tail {
  left: -6px;
  top: 50%;
  margin-top: -6px;
}

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

.pageHeader__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 15px;
}

.pageHeader__title {
  margin: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .pageHeader__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.pageHeader__flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 30px;
  height: 20px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 4px;
  border-radius: 3px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.pageHeader__count {
  display: none;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .pageHeader__count {
    display: inline;
  }
}

.searchCategories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.searchCategories__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 10px;
  background: #F0F2F5;
  color: #404246;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .searchCategories__item:hover {
    background: #E0E3E9;
  }
}

.searchCategories__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchCategories__flag {
  display: inline-block;
  flex: 0 0 auto;
  align-self: flex-start;
  width: 18px;
  height: 12px;
  margin-left: 5px;
  margin-top: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.searchCategories__item_active {
  background: #063D85;
  color: #FFFFFF;
}
@media (hover: hover) {
  .searchCategories__item_active:hover {
    background: #063D85;
    color: #FFFFFF;
  }
}

.searchFilterPages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.searchFilterPages__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}

.productCalc {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.productCalc__intro {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.productCalc__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .productCalc__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.productCalc__title_sub {
  margin-top: 10px;
}

.productCalc__text {
  margin: 0;
  max-width: 880px;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.productCalc__card {
  border: 1px solid #E0E3E9;
  border-radius: 15px;
  background: #FFFFFF;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .productCalc__card {
    padding: 20px 30px;
  }
}

.productCalc__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .productCalc__form {
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
  }
}

.productCalc__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
@media (min-width: 768px) {
  .productCalc__field {
    flex: 1 1 0;
  }
}

.productCalc__field .select,
.productCalc__field .input {
  width: 100%;
}

.productCalc__label {
  color: #404246;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.productCalc__hint {
  color: #8B8F95;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.productCalc__submit,
.productCalc__reset {
  width: 100%;
  min-height: 48px;
}
@media (min-width: 768px) {
  .productCalc__submit,
  .productCalc__reset {
    width: auto;
  }
}

@media (min-width: 768px) {
  .productCalc__form_accum {
    align-items: flex-start;
  }
}

.productCalc__actions {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .productCalc__actions {
    flex: 0 0 auto;
    margin-top: 25px;
  }
}

.productCalc__actions .button {
  flex: 1 1 0;
}
@media (min-width: 768px) {
  .productCalc__actions .button {
    flex: 0 0 auto;
  }
}

.productCalc__disclaimer {
  margin: 0;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productCalc__results {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.productCalc__thead {
  display: none;
}
@media (min-width: 768px) {
  .productCalc__thead {
    display: grid;
    grid-template-columns: minmax(0, 416fr) minmax(0, 323fr) minmax(0, 241fr) minmax(0, 200fr);
    column-gap: 30px;
    padding: 10px 30px;
    background: #FFFFFF;
    border-radius: 15px;
  }
}

.productCalc__th {
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productCalc__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .productCalc__row {
    display: grid;
    grid-template-columns: minmax(0, 416fr) minmax(0, 323fr) minmax(0, 241fr) minmax(0, 200fr);
    column-gap: 30px;
    align-items: center;
    padding: 10px 30px;
  }
}

.productCalc__cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}
@media (min-width: 768px) {
  .productCalc__cell {
    justify-content: flex-start;
  }
}

.productCalc__cell_name {
  justify-content: flex-start;
  gap: 20px;
}

.productCalc__cellLabel {
  flex: 0 0 auto;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .productCalc__cellLabel {
    display: none;
  }
}

.productCalc__cellValue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #404246;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.productCalc__cellIcon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #A2A5AD;
}

.productCalc__bImg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #F5F6F7;
  color: #A2A5AD;
  overflow: hidden;
}
.productCalc__bImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productCalc__bName {
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  font-weight: 600;
}

.productCard {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .productCard {
    width: 302.5px;
  }
}
@media (hover: hover) {
  .productCard:hover {
    border-color: #D3D6DD;
    box-shadow: 0 4px 12px rgba(12, 19, 26, 0.04);
  }
}

.productCard__media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.productCard__badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.productCard__gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.productCard__hoverZones {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
}

.productCard__hoverZone {
  flex: 1 1 0;
  height: 100%;
}

.productCard__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.productCard__image {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.productCard__dots.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 5px;
  width: 100%;
  transform: none;
}
.productCard__dots.swiper-pagination .productCard__dot {
  width: 20px;
  height: 3px;
  margin: 0;
  border-radius: 10px;
  background: #D3D6DD;
  opacity: 1;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productCard__dots.swiper-pagination .productCard__dot_active {
  background: #26272B;
}

.productCard__title {
  display: block;
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.productCard__titleLink {
  color: inherit;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  /* Названия из админки содержат неразрывные пробелы — без этого узкая карточка
     не может разорвать длинный кусок и название наплывает на колонку с ценой */
  overflow-wrap: anywhere;
}
.productCard__titleLink:hover {
  color: #063D85;
}
.productCard__titleLink:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.productCard__flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 1px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.productCard__shortDescription {
  margin: 0;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productCard__meta {
  display: grid;
  gap: 5px;
  margin: 0;
}

.productCard__metaItem {
  display: block;
}

.productCard__metaLabel {
  display: inline;
  margin: 0;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.productCard__metaLabel::after {
  content: ":";
}

.productCard__metaValue {
  display: inline;
  margin: 0;
  color: #26272B;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productCard__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #E0E3E9;
}

.productCard__statusRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.productCard__statusInfo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.productCard__status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.productCard__status_inStock {
  color: #149748;
}

.productCard__status_outOfStock {
  color: #A2A5AD;
}

.productCard__statusIcon {
  display: inline-flex;
  align-items: center;
}

.productCard__compareForm {
  flex: 0 0 auto;
  display: inline-flex;
}

.productCard__compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: none;
  color: #6A6B6D;
  border: none;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .productCard__compare:hover {
    color: #26272B;
  }
}
.productCard__compare:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.productCard__compare_active {
  background: #F0F2F5;
  border-radius: 8px;
  color: #063D85;
}
@media (hover: hover) {
  .productCard__compare_active:hover {
    background: #E0E3E9;
    color: #063D85;
  }
}

.productCard__price {
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.productCard__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.productCard__actions form {
  width: 100%;
}

.productCard__cta {
  width: 100%;
}

.productCard__priceBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.productCard_layout_grid .productCard__priceBlock,
.productCard_layout_list .productCard__priceBlock {
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.productCard__price_request {
  white-space: nowrap;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
}

.productCard__priceDiscount {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.productCard__oldPrice {
  color: #A2A5AD;
  text-decoration: line-through;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productCard_layout_list {
  gap: 0;
  padding-block: 20px;
  padding-inline: 0;
}
@media (min-width: 1024px) {
  .productCard_layout_list {
    width: 100%;
  }
}

.productCard_layout_list .productCard__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .productCard_layout_list .productCard__content {
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
  }
}

.productCard_layout_list .productCard__main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}
@media (min-width: 768px) {
  .productCard_layout_list .productCard__main {
    flex-direction: row;
    flex: 1 1 0;
    gap: 20px;
  }
}

.productCard_layout_list .productCard__media {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .productCard_layout_list .productCard__media {
    width: 160px;
  }
}

.productCard_layout_list .productCard__slide {
  height: 150px;
}

.productCard_layout_list .productCard__image {
  height: 100%;
}

.productCard_layout_list .productCard__badges {
  top: 0;
  left: 0;
}

.productCard_layout_list .productCard__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
}

.productCard_layout_list .productCard__meta {
  display: flex;
  flex-direction: column;
}

.productCard_layout_list .productCard__metaItem {
  display: flex;
  gap: 5px;
}

.productCard__divider {
  align-self: stretch;
  flex: 0 0 auto;
  height: 1px;
  background: #E0E3E9;
}
@media (min-width: 768px) {
  .productCard__divider {
    width: 1px;
    height: auto;
  }
}

.productCard_layout_list .productCard__aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .productCard_layout_list .productCard__aside {
    flex: 0 0 200px;
    width: 200px;
  }
}

.productCard_layout_list .productCard__statusRow,
.productCard_layout_list .productCard__actions {
  width: 100%;
}

.productCard_layout_list .productCard__statusInfo {
  flex: 0 0 auto;
  min-width: max-content;
}

.productCard_skeleton {
  pointer-events: none;
}
@media (hover: hover) {
  .productCard_skeleton:hover {
    border-color: #E0E3E9;
    box-shadow: none;
  }
}

.skeleton {
  display: block;
  border-radius: 8px;
  background: linear-gradient(90deg, #F0F2F5 25%, #E0E3E9 50%, #F0F2F5 75%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.2s ease-in-out infinite;
}

.skeleton_media {
  flex: 0 0 auto;
  width: 100%;
  height: 150px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .skeleton_media {
    width: 160px;
  }
}

.skeleton_title {
  width: 80%;
  height: 24px;
}

.skeleton_line {
  width: 100%;
  height: 16px;
}

.skeleton_price {
  width: 60%;
  height: 28px;
}

.skeleton_btn {
  width: 100%;
  height: 44px;
}

@keyframes skeletonShimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.productCompare {
  display: flex;
  flex-direction: column;
}

.productCompare__panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .productCompare__panel {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .productCompare__panel {
    gap: 30px;
    padding: 40px;
    border-radius: 20px;
  }
}

.productCompare__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .productCompare__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

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

.productComponents__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .productComponents__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.productComponents__viewport {
  position: relative;
}

.productComponents__swiper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .productComponents__swiper {
    overflow: visible;
  }
}

.productComponents__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .productComponents__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .productComponents__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.productComponents .swiper-slide {
  height: auto;
}
.productComponents .swiper-slide .productComponent {
  height: 100%;
}

.productComponents__nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #FFFFFF;
  border: none;
  border-radius: 100px;
  color: #404246;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productComponents__nav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.productComponents__nav_next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (hover: hover) {
  .productComponents__nav:hover {
    color: #26272B;
  }
}
.productComponents__nav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.productComponents__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .productComponents__nav {
    display: none;
  }
}
.productComponents__nav .icon {
  display: block;
}

.productComponent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 15px;
}

.productComponent__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
.productComponent__media:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.productComponent__image {
  max-width: 80%;
  max-height: 70%;
  object-fit: contain;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .productComponent__media:hover .productComponent__image {
    transform: scale(1.05);
  }
}

.productComponent__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.productComponent__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.productComponent__name {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
}

.productComponent__nameLink {
  color: inherit;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .productComponent__nameLink:hover {
    color: #063D85;
  }
}
.productComponent__nameLink:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.productComponent__specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.productComponent__spec {
  display: flex;
  gap: 4px;
}

.productComponent__specLabel {
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productComponent__specValue {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productComponent__more {
  align-self: flex-start;
  border-radius: 10px;
  color: #063D85;
}

.productOption {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 20px;
  background: #F0F2F5;
  border-radius: 15px;
}

.productOption__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.productOption__image {
  max-width: 88%;
  max-height: 100%;
  object-fit: contain;
}

.productOption__nameLink {
  color: inherit;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productOption__nameLink:hover {
  color: #063D85;
}
.productOption__nameLink:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.productOption__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.productOption__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.productOption__name {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  font-weight: 600;
}

.productOption__desc {
  margin: 0;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productOption__action {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.productOption__price {
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}

.productOption__cta {
  width: 100%;
}

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

.productDocs__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .productDocs__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.productDocs__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  .productDocs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.productDocs__grid .document {
  width: 100%;
}

section.productFeatures {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.productFeatures .productFeatures__block + .productFeatures__block {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  section.productFeatures .productFeatures__block + .productFeatures__block {
    margin-top: 60px;
  }
}

section.productFeatures .productFeatures__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  section.productFeatures .productFeatures__block {
    gap: 30px;
  }
}

section.productFeatures .productFeatures__block_advantages {
  gap: 20px;
}

section.productFeatures .productFeatures__block_instruction .productFeatures__html img {
  max-width: min(500px, 100%);
}

section.productFeatures .productFeatures__videos,
section.catalogAbout .productFeatures__videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  section.productFeatures .productFeatures__videos,
  section.catalogAbout .productFeatures__videos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

section.productFeatures .productFeatures__video,
section.catalogAbout .productFeatures__video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #26272B;
  border-radius: 10px;
}

section.productFeatures .productFeatures__videoFrame,
section.catalogAbout .productFeatures__videoFrame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

section.productFeatures .productFeatures__title {
  margin: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  section.productFeatures .productFeatures__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

section.productFeatures .productFeatures__html {
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
section.productFeatures .productFeatures__html > * + * {
  margin-top: 20px;
}
section.productFeatures .productFeatures__html h2,
section.productFeatures .productFeatures__html h3 {
  margin: 30px 0 15px;
  color: #1C1F23;
}
section.productFeatures .productFeatures__html h2:first-child,
section.productFeatures .productFeatures__html h3:first-child {
  margin-top: 0;
}
section.productFeatures .productFeatures__html h2 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  section.productFeatures .productFeatures__html h2 {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
section.productFeatures .productFeatures__html h3 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
}
section.productFeatures .productFeatures__html .h2 {
  display: block;
  margin: 30px 0 15px;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  section.productFeatures .productFeatures__html .h2 {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
section.productFeatures .productFeatures__html .h2:first-child {
  margin-top: 0;
}
section.productFeatures .productFeatures__html p {
  margin: 0;
}
section.productFeatures .productFeatures__html p + p {
  margin-top: 15px;
}
section.productFeatures .productFeatures__html strong,
section.productFeatures .productFeatures__html b {
  font-weight: 600;
}
section.productFeatures .productFeatures__html a {
  color: #063D85;
  text-decoration: none;
  transition: color 0.2s ease;
}
section.productFeatures .productFeatures__html a:hover {
  color: #0F54AE;
}
section.productFeatures .productFeatures__html ul,
section.productFeatures .productFeatures__html ol,
section.productFeatures .productFeatures__html ul:has(> li:not([class])),
section.productFeatures .productFeatures__html ol:has(> li:not([class])) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 15px 0 20px;
  list-style: none;
}
section.productFeatures .productFeatures__html > ol:first-child,
section.productFeatures .productFeatures__html > ol:has(> li:not([class])):first-child {
  margin-top: 0;
}
section.productFeatures .productFeatures__html ul:last-child,
section.productFeatures .productFeatures__html ol:last-child,
section.productFeatures .productFeatures__html ul:has(> li:not([class])):last-child,
section.productFeatures .productFeatures__html ol:has(> li:not([class])):last-child {
  margin-bottom: 0;
}
section.productFeatures .productFeatures__html li {
  position: relative;
  padding-left: 30px;
}
section.productFeatures .productFeatures__html ul > li::before,
section.productFeatures .productFeatures__html ul:has(> li:not([class])) > li:not([class])::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 10px;
  width: 8px;
  height: 8px;
  background: #F14709;
  border-radius: 100px;
  transform: translateY(-50%);
}
section.productFeatures .productFeatures__html ol,
section.productFeatures .productFeatures__html ol:has(> li:not([class])) {
  counter-reset: item;
}
section.productFeatures .productFeatures__html ol > li,
section.productFeatures .productFeatures__html ol:has(> li:not([class])) > li:not([class]) {
  counter-increment: item;
}
section.productFeatures .productFeatures__html ol > li::before,
section.productFeatures .productFeatures__html ol:has(> li:not([class])) > li:not([class])::before {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  content: counter(item);
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  background: #F14709;
  border-radius: 100px;
}
section.productFeatures .productFeatures__html li > ul,
section.productFeatures .productFeatures__html li > ol {
  margin-top: 10px;
}
section.productFeatures .productFeatures__html ul.list__numbers > li::before {
  content: none;
}
section.productFeatures .productFeatures__html .list__numbers-round {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  background: #F14709;
  border-radius: 100px;
}
section.productFeatures .productFeatures__html figure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
section.productFeatures .productFeatures__html img {
  display: block;
  max-width: min(500px, 100%);
  height: auto;
  border-radius: 10px;
}
section.productFeatures .productFeatures__html figcaption {
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
section.productFeatures .productFeatures__html blockquote {
  padding: 20px;
  margin: 0;
  background: #F5F6F7;
  border-left: 4px solid #063D85;
  border-radius: 10px;
}
section.productFeatures .productFeatures__html hr {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #E0E3E9;
  border: 0;
}
section.productFeatures .productFeatures__html br + br {
  display: none;
}
section.productFeatures .productFeatures__html p.content__p br + br {
  display: initial;
}

section.productFeatures .productFeatures__block_areaUsage .productFeatures__html div:has(> div > p > img) {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 10px;
  margin: 15px 0 20px;
}
@media (min-width: 768px) {
  section.productFeatures .productFeatures__block_areaUsage .productFeatures__html div:has(> div > p > img) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  section.productFeatures .productFeatures__block_areaUsage .productFeatures__html div:has(> div > p > img) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

section.productFeatures .productFeatures__block_areaUsage .productFeatures__html div:has(> div > p > img) > div {
  display: flex;
  min-width: 0;
}

section.productFeatures .productFeatures__block_areaUsage .productFeatures__html div:has(> div > p > img) > div > p {
  display: flex;
  flex: 1;
  min-height: 88px;
  align-items: center;
  gap: 10px;
  padding: 15px;
  color: #26272B;
  background: #F5F6F7;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

section.productFeatures .productFeatures__block_areaUsage .productFeatures__html div:has(> div > p > img) > div > p > img {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 0;
}

section.productFeatures .productFeatures__html .content__row:has(> .content__row-col--widht-50 > img),
section.productFeatures .productFeatures__html .content__row:has(> .content__row-col--width-50 > img) {
  align-items: stretch;
}

section.productFeatures .productFeatures__html .content__row-col--widht-50:has(> img),
section.productFeatures .productFeatures__html .content__row-col--width-50:has(> img) {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

section.productFeatures .productFeatures__html .content__row-col--widht-50:has(> img) > img,
section.productFeatures .productFeatures__html .content__row-col--width-50:has(> img) > img {
  flex: 1 1 auto;
  object-fit: contain;
}

.productGallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .productGallery {
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
  }
}

.productGallery__thumbs {
  order: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .productGallery__thumbs {
    order: 0;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    width: 87px;
  }
}

.productGallery__thumbNav {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  color: #8B8F95;
  cursor: pointer;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productGallery__thumbNav svg {
  transform: rotate(-90deg);
}
@media (min-width: 1024px) {
  .productGallery__thumbNav svg {
    transform: none;
  }
}
.productGallery__thumbNav:hover {
  color: #063D85;
}
.productGallery__thumbNav:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}
.productGallery__thumbNav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.productGallery__thumbsViewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .productGallery__thumbsViewport {
    flex: 0 0 auto;
    width: 87px;
    height: 350px;
  }
}

.productGallery__thumb {
  flex: 0 0 auto;
  width: 87px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productGallery__thumb:hover {
  border-color: #B4B8C3;
}
.productGallery__thumb.swiper-slide-thumb-active {
  border-color: #063D85;
}

.productGallery__thumbInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 63px;
}

.productGallery__thumbImg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.productGallery__stage {
  order: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .productGallery__stage {
    flex: 0 0 406px;
    width: 406px;
  }
}

@media (min-width: 1024px) {
  .productGallery_single .productGallery__stage {
    flex: 1 1 auto;
    width: 100%;
  }
}

.productGallery_single .productGallery__arrow {
  display: none;
}

.productGallery__main {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}
@media (min-width: 1024px) {
  .productGallery__main {
    aspect-ratio: auto;
    height: 430px;
  }
}

.productGallery__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.productGallery__open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
}

.productGallery__image {
  max-width: 90%;
  max-height: 87%;
  object-fit: contain;
}

.productGallery__badges {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.productGallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.85);
  color: #404246;
  cursor: pointer;
  backdrop-filter: blur(2px);
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productGallery__arrow:hover {
  background: #FFFFFF;
}
.productGallery__arrow:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}
.productGallery__arrow_prev {
  left: 10px;
}
.productGallery__arrow_next {
  right: 10px;
}
.productGallery__arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .productGallery__arrow {
    display: none;
  }
}

.productGallery_locked {
  overflow: hidden;
}

.productGallery__lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(13, 27, 42, 0.94);
}
.productGallery__lightbox[hidden] {
  display: none;
}

.productGallery__lightboxSwiper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.productGallery__lightboxSlide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productGallery__lightboxImg {
  max-width: 90vw;
  max-height: 82vh;
  object-fit: contain;
}

.productGallery__lightboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  cursor: pointer;
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productGallery__lightboxClose:hover {
  background: rgba(255, 255, 255, 0.24);
}
.productGallery__lightboxClose:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.productGallery__lightboxArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  cursor: pointer;
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productGallery__lightboxArrow:hover {
  background: rgba(255, 255, 255, 0.24);
}
.productGallery__lightboxArrow:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
.productGallery__lightboxArrow_prev {
  left: 20px;
}
.productGallery__lightboxArrow_next {
  right: 20px;
}
.productGallery__lightboxArrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.productGallery__lightboxCounter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productHint {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: #F5F6F7;
}

.productHint__text {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.productHint__more {
  align-self: flex-start;
  padding: 6px 15px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #063D85;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .productHint__more:hover {
    background: #FFFFFF;
    box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
  }
}

.productModels {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.productModels__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.productModels__label {
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productModels__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.productModels__variant {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 32px;
  padding-inline: 8px;
  border: 1px solid #D3D6DD;
  border-radius: 8px;
  background: #FFFFFF;
  color: #26272B;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.productModels__variant:hover {
  border-color: #063D85;
  color: #063D85;
}
.productModels__variant:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}
.productModels__variant[hidden] {
  display: none;
}

.productModels__variant_active {
  border-color: #063D85;
  box-shadow: inset 0 0 0 1px #063D85;
  color: #063D85;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.productModels__more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  align-self: flex-start;
  padding: 0;
  background: transparent;
  border: 0;
  color: #063D85;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .productModels__more:hover {
    color: #0F54AE;
  }
}
.productModels__more:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.productModels__moreIcon {
  display: inline-flex;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productModels__more[aria-expanded=true] .productModels__moreIcon {
  transform: rotate(180deg);
}

.productPurchase {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 15px;
  border-radius: 10px;
  background: #F5F6F7;
}

.productPurchase__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.productPurchase__priceInfo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.productPurchase__status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.productPurchase__statusIcon {
  display: inline-flex;
  align-items: center;
}

.productPurchase__status_in .productPurchase__statusIcon {
  color: #149748;
}

.productPurchase__status_out .productPurchase__statusIcon {
  color: #F14709;
}

.productPurchase__priceRow {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

.productPurchase__price {
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.productPurchase__discount {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.productPurchase__oldPrice {
  color: #8B8F95;
  text-decoration: line-through;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.productPurchase__until {
  color: #8B8F95;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.productPurchase__stats {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: #8B8F95;
  cursor: pointer;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productPurchase__stats:hover {
  color: #063D85;
}
.productPurchase__stats:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.productPurchase__compareForm {
  flex: 0 0 auto;
}

.productPurchase__stats_active {
  color: #063D85;
}

.productPurchase__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.productPurchase__actions form {
  width: 100%;
}

.productPurchase__cta {
  width: 100%;
}

@media (hover: hover) {
  .productPurchase__cta.button_white:hover, .productPurchase__cta.button_white.is-hover {
    background: #FFFFFF;
    box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
  }
}

.productSlider {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px;
}
@media (min-width: 1024px) {
  .productSlider {
    gap: 30px;
    padding-block: 30px;
  }
}
.productSlider__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .productSlider__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.productSlider__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .productSlider__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.productSlider__flag {
  display: inline-block;
  width: 22px;
  height: 15px;
  margin-left: 5px;
  margin-top: 2px;
  vertical-align: top;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.productSlider__more {
  flex-shrink: 0;
}
.productSlider__viewport {
  position: relative;
}
.productSlider__swiper {
  overflow: hidden;
}
.productSlider__slide {
  height: auto;
  display: flex;
}
.productSlider__slide > .productCard,
.productSlider__slide > .productOption,
.productSlider__slide > .articleCard {
  width: 100%;
}
.productSlider__nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #FFFFFF;
  border: none;
  border-radius: 100px;
  color: #404246;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productSlider__nav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.productSlider__nav_next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (hover: hover) {
  .productSlider__nav:hover {
    color: #26272B;
  }
}
.productSlider__nav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.productSlider__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.productSlider__nav .icon {
  display: block;
}

.productSpecifications {
  display: flex;
  flex-direction: column;
  gap: 20px;
  scroll-margin-top: 20px;
}

.productSpecifications__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .productSpecifications__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

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

.productSpec__group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.productSpec__groupTitle {
  margin: 0;
  padding: 8px 20px;
  border-radius: 10px;
  background: #F0F2F5;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.productSpec__rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.productSpec__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.productSpec__term {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 0 0 50%;
}

.productSpec__name {
  display: inline;
  color: #404246;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productSpec__info {
  display: inline;
  margin-left: 5px;
  color: #8B8F95;
}
.productSpec__info .tooltip {
  vertical-align: middle;
}

.productSpec__leader {
  display: block;
  flex: 1 1 auto;
  min-width: 12px;
  border-bottom: 1px dashed #D3D6DD;
}

.productSpec__value {
  flex: 1 1 auto;
  min-width: 0;
  color: #1C1F23;
  text-align: left;
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.productSpec__value_accent {
  color: #063D85;
  font-weight: 600;
}

.productSpec__valueLink {
  color: #063D85;
  font-weight: 600;
  text-decoration: none;
}
.productSpec__valueLink:hover {
  text-decoration: underline;
}
.productSpec__valueLink:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.productTabs {
  position: relative;
  display: flex;
}

.productTabs__list {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.productTabs__list::-webkit-scrollbar {
  display: none;
}

.productTabs__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.productTabs__nav_prev {
  left: 0;
}
.productTabs__nav_next {
  right: 0;
}

.productTabs__nav_hidden {
  opacity: 0;
  pointer-events: none;
}

.productTabs__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 10px 20px;
  background: #F0F2F5;
  border-radius: 10px;
  color: #404246;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .productTabs__tab:hover {
    background: #E0E3E9;
    color: #26272B;
  }
}
.productTabs__tab:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.productTabs__tab_active {
  background: #063D85;
  color: #FFFFFF;
}
@media (hover: hover) {
  .productTabs__tab_active:hover {
    background: #0F54AE;
    color: #FFFFFF;
  }
}

.productVoltage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  scroll-margin-top: 20px;
}

.productVoltage__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .productVoltage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.productVoltage__group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.productVoltage__groupTitle {
  margin: 0;
  padding: 8px 20px;
  border-radius: 10px;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.productVoltage__scroll {
  overflow-x: auto;
  border-radius: 15px;
}

.productVoltage__table {
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-spacing: 0;
  border-radius: 15px;
}

.productVoltage__table th,
.productVoltage__table td {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #E0E3E9;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.productVoltage__table th {
  color: #404246;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.productVoltage__table thead {
  background: #F5F6F7;
}

.productVoltage__table thead tr:first-child > th:first-child {
  border-top-left-radius: 15px;
}

.productVoltage__table thead tr:first-child > th:last-child {
  border-top-right-radius: 15px;
}

.productVoltage__table tbody tr:last-child > th,
.productVoltage__table tbody tr:last-child > td {
  border-bottom: 0;
}

.productVoltage__table th:first-child,
.productVoltage__table td:first-child {
  font-weight: 600;
  color: #26272B;
}

.productSpecs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.productSpecs__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.productSpecs__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.productSpecs__row {
  display: block;
}

.productSpecs__label {
  display: inline;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.productSpecs__value {
  display: inline;
  margin: 0;
  color: #26272B;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.productSpecs__link {
  color: #063D85;
  text-decoration: underline;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.productSpecs__link:hover {
  color: #0F54AE;
}
.productSpecs__link:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.productSpecs__all {
  align-self: flex-start;
  padding: 6px 8px 6px 10px;
}

.seriesCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 15px;
}

.seriesCard__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.seriesCard__mediaLink {
  display: contents;
}

.seriesCard__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.seriesCard__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.seriesCard__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.seriesCard__titleLink {
  color: inherit;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.seriesCard__titleLink:hover {
  color: #063D85;
}

.seriesCard__power {
  margin: 0;
  color: #8B8F95;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.seriesCard__price {
  margin: 0;
  color: #063D85;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.seriesCard__description {
  margin: 0;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.seriesCard__more {
  align-self: flex-start;
  margin-top: auto;
}

.seriesSlider {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px;
}
@media (min-width: 1024px) {
  .seriesSlider {
    gap: 30px;
    padding-block: 30px;
  }
}
.seriesSlider__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .seriesSlider__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.seriesSlider__title {
  margin: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .seriesSlider__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.seriesSlider__more {
  flex-shrink: 0;
}
.seriesSlider__viewport {
  position: relative;
}
.seriesSlider__swiper {
  overflow: hidden;
}
.seriesSlider__slide {
  height: auto;
  display: flex;
}
.seriesSlider__slide > .seriesCard {
  width: 100%;
}
.seriesSlider__nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #FFFFFF;
  border: none;
  border-radius: 100px;
  color: #404246;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.seriesSlider__nav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.seriesSlider__nav_next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (hover: hover) {
  .seriesSlider__nav:hover {
    color: #26272B;
  }
}
.seriesSlider__nav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.seriesSlider__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.seriesSlider__nav .icon {
  display: block;
}

.breadcrumbs {
  width: 100%;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .breadcrumbs__list {
    flex-wrap: wrap;
  }
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.breadcrumbs__link {
  display: inline-flex;
  align-items: flex-start;
  min-width: 0;
  color: #26272B;
  text-decoration: none;
  white-space: nowrap;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .breadcrumbs__link:hover {
    color: #063D85;
  }
}
.breadcrumbs__link:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.breadcrumbs__current {
  display: inline-flex;
  align-items: flex-start;
  min-width: 0;
  color: #6A6B6D;
}

.breadcrumbs__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs__flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 12px;
  margin-left: 5px;
  margin-top: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.breadcrumbs__separator {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: #A2A5AD;
  line-height: 0;
  user-select: none;
}

.breadcrumbs__collapse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 5px;
  background: #F0F2F5;
  border: 0;
  border-radius: 5px;
  color: #6A6B6D;
  font: inherit;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .breadcrumbs__collapse:hover {
    background: #E0E3E9;
  }
}
.breadcrumbs__collapse:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.breadcrumbs__item_collapse {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.breadcrumbs__item[hidden] {
  display: none;
}

.breadcrumbs__item_hidden {
  display: none;
}

.breadcrumbs__item:last-child {
  flex: 1 1 auto;
  min-width: 0;
}
.breadcrumbs__item:last-child .breadcrumbs__current {
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumbs__list_measuring {
  overflow: hidden;
}
.breadcrumbs__list_measuring .breadcrumbs__item,
.breadcrumbs__list_measuring .breadcrumbs__item_hidden {
  display: inline-flex;
  flex: 0 0 auto;
}
.breadcrumbs__list_measuring .breadcrumbs__current,
.breadcrumbs__list_measuring .breadcrumbs__item:last-child .breadcrumbs__current {
  max-width: none;
  overflow: visible;
  white-space: nowrap;
}

.breadcrumbs__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 100;
  min-width: 180px;
  margin: 0;
  padding: 8px 0;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.15);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.breadcrumbs__menu-item {
  display: block;
}

.breadcrumbs__menu-link {
  display: block;
  padding: 8px 15px;
  color: #26272B;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .breadcrumbs__menu-link:hover {
    background: #F5F6F7;
  }
}
.breadcrumbs__menu-link:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: -3px;
}

.breadcrumbs_open .breadcrumbs__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .breadcrumbs__item_collapse {
    display: none;
  }
  .breadcrumbs__item_hidden {
    display: inline-flex;
  }
  .breadcrumbs__item:last-child {
    flex: 0 0 auto;
  }
  .breadcrumbs__item:last-child .breadcrumbs__current {
    display: inline-flex;
    max-width: none;
    overflow: visible;
    white-space: normal;
  }
}
.icon_flip {
  transform: scaleX(-1);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination__list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination__item {
  display: inline-flex;
}

.pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #26272B;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .pagination__page:hover {
    background: #F0F2F5;
    border-color: #E0E3E9;
  }
}
.pagination__page:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.pagination__page_active {
  background: #063D85;
  color: #FFFFFF;
  border-color: #063D85;
  cursor: default;
}
@media (hover: hover) {
  .pagination__page_active:hover {
    background: #063D85;
    border-color: #063D85;
  }
}

.pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  color: #A2A5AD;
  user-select: none;
}

.pagination__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  color: #404246;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .pagination__nav:hover {
    background: #F5F6F7;
    border-color: #D3D6DD;
  }
}
.pagination__nav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.pagination__nav_disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown__trigger {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 8px;
  padding: 10px 15px;
  background: #FFFFFF;
  color: #26272B;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .dropdown__trigger:hover {
    border-color: #D3D6DD;
  }
}
.dropdown__trigger:focus, .dropdown_open .dropdown__trigger {
  outline: 0;
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.dropdown__triggerIcon {
  display: inline-flex;
  align-items: center;
  color: #404246;
}

.dropdown__triggerLabel {
  display: inline-block;
}

.dropdown__chevron {
  display: inline-flex;
  align-items: center;
  color: #6A6B6D;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 100;
  min-width: 100%;
  margin: 0;
  padding: 8px 0;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.15);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown_up .dropdown__menu {
  top: auto;
  bottom: calc(100% + 4px);
  transform: translateY(4px);
}

.dropdown__item {
  display: block;
}

.dropdown__link {
  display: block;
  padding: 8px 15px;
  color: #26272B;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .dropdown__link:hover {
    background: #F5F6F7;
  }
}
.dropdown__link:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: -3px;
}

.dropdown__link_active {
  color: #063D85;
  font-weight: 500;
  background: #F5F6F7;
}

.dropdown_open .dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown_open .dropdown__chevron {
  transform: rotate(180deg);
}

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

.infoList__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.infoList__icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #6A6B6D;
}

.infoList__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  flex: 1 1 auto;
}

.infoList__label {
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.infoList__value {
  color: #26272B;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

@media (hover: hover) {
  a.infoList__value:hover {
    color: #063D85;
  }
}
a.infoList__value:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.document {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #FFFFFF;
  border: 1px solid #D3D6DD;
  border-radius: 10px;
  box-shadow: none;
  color: #26272B;
  text-decoration: none;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.document__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  color: #063D85;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

.document__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: inherit;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.document__size {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

a.document {
  cursor: pointer;
}
@media (hover: hover) {
  a.document:hover {
    background: #F5F6F7;
    border-color: transparent;
    box-shadow: none;
  }
  a.document:hover .document__icon,
  a.document:hover .document__title {
    color: #063D85;
  }
}
a.document:active {
  background: #F5F6F7;
  border-color: transparent;
  box-shadow: none;
}
a.document:active .document__icon,
a.document:active .document__title {
  color: #0F54AE;
}
a.document:focus-visible {
  background: #F5F6F7;
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  box-shadow: none;
}
a.document:focus-visible .document__icon,
a.document:focus-visible .document__title {
  color: #063D85;
}

.document_block {
  display: flex;
  width: 100%;
  padding: 15px 20px 15px 15px;
  background: #F0F2F5;
  border-color: #E0E3E9;
}
.document_block .document__icon {
  width: 32px;
  height: 32px;
}
.document_block .document__size {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.document_block .document__action {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  color: #063D85;
}

.document_filled {
  padding: 15px 20px 15px 15px;
  background: #F0F2F5;
  border-color: transparent;
}

@media (hover: hover) {
  a.document_filled:hover {
    background: #E0E3E9;
    border-color: transparent;
  }
}
a.document_filled:active {
  background: #E0E3E9;
  border-color: transparent;
}

.document_disabled {
  opacity: 0.4;
  pointer-events: none;
}

.catalogMenu {
  background: #FFFFFF;
  height: 100%;
}
@media (min-width: 1024px) {
  .catalogMenu {
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(14, 25, 35, 0.15);
    overflow: hidden;
  }
}

.catalogMenu__desktop {
  display: none;
}
@media (min-width: 1024px) {
  .catalogMenu__desktop {
    display: flex;
    gap: 30px;
    padding-inline: 30px;
    max-height: calc(100vh - 200px);
    min-height: 0;
  }
}

.catalogMenu__mobile {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .catalogMenu__mobile {
    display: none;
  }
}

.catalogMenu__level {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.catalogMenu__level[hidden] {
  display: none;
}

.catalogMenu__levelHeader {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  flex-shrink: 0;
}

.catalogMenu__levelTitle {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogMenu__backBtn,
.catalogMenu__closeBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: #F5F6F7;
  border: 0;
  border-radius: 100px;
  color: #26272B;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .catalogMenu__backBtn:hover,
  .catalogMenu__closeBtn:hover {
    background: #F0F2F5;
  }
}
.catalogMenu__backBtn:focus-visible,
.catalogMenu__closeBtn:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.catalogMenu__backBtn {
  background: transparent;
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .catalogMenu__backBtn:hover {
    background: #F5F6F7;
  }
}

.catalogMenu__rows {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
  overflow-y: auto;
}

.catalogMenu__row,
.catalogMenu__rowAll,
.catalogMenu__rowLeaf {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 10px 20px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #F0F2F5;
  color: #26272B;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .catalogMenu__row:hover,
  .catalogMenu__rowAll:hover,
  .catalogMenu__rowLeaf:hover {
    background: #F5F6F7;
  }
}
.catalogMenu__row:focus-visible,
.catalogMenu__rowAll:focus-visible,
.catalogMenu__rowLeaf:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: -3px;
}

.catalogMenu__rowLabel {
  flex: 1 1 auto;
  min-width: 0;
}

.catalogMenu__rowChevron {
  display: inline-flex;
  flex-shrink: 0;
  color: #6A6B6D;
}

.catalogMenu__rowAll {
  color: #063D85;
  font-weight: 600;
}

.catalogMenu__categories {
  display: flex;
  flex-direction: column;
  padding-block: 30px;
  width: 400px;
  flex-shrink: 0;
}

.catalogMenu__category {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 44px;
  padding-inline: 10px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #26272B;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .catalogMenu__category:hover {
    background: #F5F6F7;
  }
}
.catalogMenu__category:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.catalogMenu__category_active {
  background: #F5F6F7;
  color: #063D85;
}

.catalogMenu__categoryIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: currentColor;
}

.catalogMenu__categoryIconImage {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.catalogMenu__categoryLabel {
  flex: 1 1 auto;
  min-width: 0;
}

.catalogMenu__categoryChevron {
  display: inline-flex;
  flex-shrink: 0;
  color: #6A6B6D;
}

.catalogMenu__divider {
  width: 1px;
  background: #E0E3E9;
  align-self: stretch;
}

.catalogMenu__details {
  display: flex;
  flex-direction: column;
  padding-block: 30px;
  padding-right: 10px;
  flex: 1 1 auto;
  min-width: 0;
  overflow-y: auto;
}

.catalogMenu__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.catalogMenu__section[hidden] {
  display: none;
}

.catalogMenu__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogMenu__titleLink {
  color: inherit;
  text-decoration: none;
}

.catalogMenu__titleLink:hover {
  color: #063D85;
}

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

.catalogMenu__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalogMenu__groupTitle {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.catalogMenu__columns {
  display: grid;
  gap: 15px;
}

.catalogMenu__columns_count_1 {
  grid-template-columns: minmax(0, 1fr);
}

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

.catalogMenu__columns_count_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalogMenu__columns_count_4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalogMenu__columns_count_5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalogMenu__columns_count_6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

.catalogMenu__link {
  display: inline-block;
  color: #26272B;
  text-decoration: none;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .catalogMenu__link:hover {
    color: #063D85;
  }
}
.catalogMenu__link:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.mobileMenu {
  position: fixed;
  inset: 0 0 var(--tabbar-height, 0px) 0;
  z-index: 500;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .mobileMenu {
    display: none;
  }
}

.mobileMenu_open .mobileMenu {
  visibility: visible;
  pointer-events: auto;
}

.mobileMenu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(38, 39, 43, 0.5);
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobileMenu_open .mobileMenu__overlay {
  opacity: 1;
}

.mobileMenu__sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px 20px;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobileMenu__sheet[hidden] {
  display: none;
}

.mobileMenu_open .mobileMenu .mobileMenu__sheet:not([hidden]) {
  transform: translateY(0);
}

.mobileMenu__closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #F0F2F5;
  border: 0;
  border-radius: 20px;
  color: #26272B;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .mobileMenu__closeBtn:hover {
    background: #E0E3E9;
  }
}
.mobileMenu__closeBtn:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

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

.mobileMenu__navItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobileMenu__navLink {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .mobileMenu__navLink:hover {
    color: #063D85;
  }
}
.mobileMenu__navLink:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.mobileMenu__navLink_active {
  color: #063D85;
}

.mobileMenu__navLink_nolink {
  cursor: default;
}
@media (hover: hover) {
  .mobileMenu__navLink_nolink:hover {
    color: #26272B;
  }
}

.mobileMenu__navRow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobileMenu__navLink_parent {
  flex: 1 1 auto;
  min-width: 0;
}

.mobileMenu__navToggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0 5px 20px;
  background: transparent;
  border: 0;
  color: #26272B;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .mobileMenu__navToggle:hover {
    color: #063D85;
  }
}
.mobileMenu__navToggle:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.mobileMenu__navChevron {
  display: inline-flex;
  flex-shrink: 0;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobileMenu__navToggle[aria-expanded=true] .mobileMenu__navChevron {
  transform: rotate(180deg);
}

.mobileMenu__subList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
}
.mobileMenu__subList[hidden] {
  display: none;
}

.mobileMenu__subLink {
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .mobileMenu__subLink:hover {
    color: #063D85;
  }
}
.mobileMenu__subLink:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.mobileMenu__subLink_active {
  color: #063D85;
}

.mobileMenu__title {
  margin: 0;
  color: #26272B;
  text-align: center;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.mobileMenu__contactList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobileMenu__contactRow,
.mobileMenu__contactBlock {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #F5F6F7;
  border: 0;
  border-radius: 10px;
  color: #063D85;
  text-decoration: none;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .mobileMenu__contactRow:hover,
  .mobileMenu__contactBlock:hover {
    background: #F0F2F5;
  }
}
.mobileMenu__contactRow:focus-visible,
.mobileMenu__contactBlock:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.mobileMenu__contactBlock {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
@media (hover: hover) {
  .mobileMenu__contactBlock:hover {
    background: #F5F6F7;
  }
}

.mobileMenu__contactIcon {
  display: inline-flex;
  flex-shrink: 0;
  color: #6A6B6D;
}

.mobileMenu__contactValue {
  color: #063D85;
}

.mobileMenu__contactValue_phone {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.mobileMenu__contactInfo {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mobileMenu__contactText {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
}

.mobileMenu__contactLabel {
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.mobileMenu__contactDetail {
  color: #26272B;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .mobileMenu__contactDetail:hover {
    color: #063D85;
  }
}
.mobileMenu__contactDetail:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.mobileMenu__sheet_search {
  top: 0;
  max-height: none;
  padding: 15px 15px 20px;
  border-radius: 0;
  gap: 15px;
}

.mobileMenu__sheet_contacts {
  top: 0;
  max-height: none;
  border-radius: 0;
}

.mobileMenu__sheet[data-sheet=menu]:has(.mobileMenu__navToggle[aria-expanded=true]) {
  top: 0;
  max-height: none;
  border-radius: 0;
}

.mobileMenu__searchBar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobileMenu__searchBack {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: transparent;
  border: 0;
  color: #26272B;
  cursor: pointer;
}
.mobileMenu__searchBack:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 8px;
}

.mobileMenu__searchInput {
  flex: 1 1 auto;
  padding-block: 0;
  min-width: 0;
}

.mobileMenu__searchResults {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}

.mobileMenu__searchGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobileMenu__searchGroup[hidden] {
  display: none;
}

.mobileMenu__searchResults[hidden] {
  display: none;
}

.mobileMenu__searchGroupHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mobileMenu__searchGroupTitle {
  margin: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.mobileMenu__searchCount {
  margin-left: 8px;
  color: #A2A5AD;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.mobileMenu__searchAll {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  color: #063D85;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.mobileMenu__searchAll svg {
  flex-shrink: 0;
}
@media (hover: hover) {
  .mobileMenu__searchAll:hover {
    color: #0F54AE;
  }
}
.mobileMenu__searchAll:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.mobileMenu__searchList {
  display: flex;
  flex-direction: column;
}
.mobileMenu__searchList[hidden] {
  display: none;
}

.mobileMenu__searchDivider {
  height: 1px;
  background: #E0E3E9;
}

.mobileMenu__searchSuggestion {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
  color: #26272B;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .mobileMenu__searchSuggestion:hover {
    background: #F0F2F5;
  }
}
.mobileMenu__searchSuggestion:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: -3px;
}

.mobileMenu__searchSuggestionIcon {
  display: inline-flex;
  flex-shrink: 0;
  color: #8B8F95;
}

.mobileMenu__searchSuggestionText {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mobileMenu__searchEmpty {
  margin: 0;
  padding: 10px;
  color: #A2A5AD;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.mobileMenu__searchEmpty[hidden] {
  display: none;
}

.callbackModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) {
  .callbackModal {
    padding: 20px;
  }
}

.callbackModal_open .callbackModal:not([data-modal=quote-request]) {
  visibility: visible;
  pointer-events: auto;
}

.quoteRequestModal_open .callbackModal[data-modal=quote-request] {
  visibility: visible;
  pointer-events: auto;
}

.callbackModal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(12, 41, 78, 0.55);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.callbackModal_open .callbackModal:not([data-modal=quote-request]) .callbackModal__overlay {
  opacity: 1;
}

.quoteRequestModal_open .callbackModal[data-modal=quote-request] .callbackModal__overlay {
  opacity: 1;
}

.callbackModal__card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  box-shadow: 0 20px 48px rgba(12, 19, 26, 0.18);
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) {
  .callbackModal__card {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: auto;
    max-width: 460px;
    max-height: calc(100vh - 30px);
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 15px;
  }
}

.callbackModal_open .callbackModal:not([data-modal=quote-request]) .callbackModal__card {
  opacity: 1;
}

.quoteRequestModal_open .callbackModal[data-modal=quote-request] .callbackModal__card {
  opacity: 1;
}

.callbackModal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #26272B;
  background: #FFFFFF;
  border: none;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  cursor: pointer;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.callbackModal__close:hover {
  color: #063D85;
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.1);
}

.callbackModal__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 30px;
}
.callbackModal__head[hidden] {
  display: none;
}

.callbackModal__card_success .callbackModal__head,
.callbackModal__card_success .callbackModal__form {
  display: none;
}

.callbackModal__title {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #26272B;
}

.callbackModal__subtitle {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

.callbackModal__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.callbackModal__form[hidden] {
  display: none;
}

.callbackModal__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.callbackModal__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

.callbackModal__req {
  color: #FF5C01;
}

.callbackModal__input,
.callbackModal__phoneInput {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  outline: none;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.callbackModal__input::placeholder,
.callbackModal__phoneInput::placeholder {
  color: #A2A5AD;
}
.callbackModal__input:focus,
.callbackModal__phoneInput:focus {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.callbackModal__input:not(:focus):placeholder-shown {
  background: #FFFFFF;
}

.callbackModal__input:not(:focus):not(:placeholder-shown) {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.callbackModal__error {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #FF5C01;
}
.callbackModal__error[hidden] {
  display: none;
}

.callbackModal__field_error .callbackModal__input,
.callbackModal__field_error .callbackModal__phone {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}
.callbackModal__field_error .callbackModal__input:focus,
.callbackModal__field_error .callbackModal__phone:focus-within {
  border-color: #F14709;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.callbackModal__phone {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 48px;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.callbackModal__phone:focus-within {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}
.callbackModal__phone .callbackModal__phoneInput {
  border: none;
  flex: 1;
  min-height: 0;
  background: transparent;
}
.callbackModal__phone .callbackModal__phoneInput:focus {
  border: none;
  background: transparent;
}

.callbackModal__country {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 10px;
  color: #6A6B6D;
  background: transparent;
  border: none;
  border-right: 1px solid #E0E3E9;
  cursor: pointer;
}

.callbackModal__flag {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.callbackModal__countries {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 5px;
  list-style: none;
  max-height: 220px;
  overflow-y: auto;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.15);
}
.callbackModal__countries[hidden] {
  display: none;
}

.callbackModal__countryOption {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  background: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
}
.callbackModal__countryOption:hover {
  background: #F0F2F5;
}

.callbackModal__countryName {
  flex: 1;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.callbackModal__countryCode {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

.callbackModal__consent {
  align-items: flex-start;
}
.callbackModal__consent .checkbox__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #6A6B6D;
}
.callbackModal__consent .checkbox__input:checked + .checkbox__box {
  background: #063D85;
  border-color: #063D85;
}

.callbackModal__consent_error .checkbox__box {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.callbackModal__consentLink {
  color: #063D85;
  text-decoration: underline;
}

.callbackModal__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  padding: 20px 0;
}
.callbackModal__success[hidden] {
  display: none;
}

.callbackModal__successIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #149748;
  background: rgba(20, 151, 72, 0.12);
  border-radius: 100px;
}

@media (prefers-reduced-motion: reduce) {
  .callbackModal,
  .callbackModal__overlay,
  .callbackModal__card {
    transition: none;
  }
}
.filterRequestModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) {
  .filterRequestModal {
    padding: 20px;
  }
}

.filterRequestModal_open .filterRequestModal {
  visibility: visible;
  pointer-events: auto;
}

.filterRequestModal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(12, 41, 78, 0.55);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.filterRequestModal_open .filterRequestModal__overlay {
  opacity: 1;
}

.filterRequestModal__card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  box-shadow: 0 20px 48px rgba(12, 19, 26, 0.18);
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) {
  .filterRequestModal__card {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: auto;
    max-width: 460px;
    max-height: calc(100vh - 30px);
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 15px;
  }
}

.filterRequestModal_open .filterRequestModal__card {
  opacity: 1;
}

.filterRequestModal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #26272B;
  background: #FFFFFF;
  border: none;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  cursor: pointer;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.filterRequestModal__close:hover {
  color: #063D85;
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.1);
}

.filterRequestModal__head {
  padding-right: 30px;
}

.filterRequestModal__title {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #26272B;
}

.filterRequestModal__subtitle {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

.filterRequestModal__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.filterRequestModal__form[hidden] {
  display: none;
}

.filterRequestModal__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filterRequestModal__textarea {
  width: 100%;
  min-height: 120px;
  padding: 15px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  outline: none;
  resize: vertical;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.filterRequestModal__textarea::placeholder {
  color: #A2A5AD;
}
.filterRequestModal__textarea:focus {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}
.filterRequestModal__textarea[aria-invalid=true] {
  border-color: #F14709;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.filterRequestModal__error {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #FF5C01;
}
.filterRequestModal__error[hidden] {
  display: none;
}

.filterRequestModal__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  padding: 20px 0;
}
.filterRequestModal__success[hidden] {
  display: none;
}

.filterRequestModal__successIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #149748;
  background: rgba(20, 151, 72, 0.12);
  border-radius: 100px;
}

@media (prefers-reduced-motion: reduce) {
  .filterRequestModal,
  .filterRequestModal__overlay,
  .filterRequestModal__card {
    transition: none;
  }
}
.upsQuizLink {
  display: none;
}
@media (min-width: 1024px) {
  .upsQuizLink {
    display: block;
    position: fixed;
    top: 37%;
    right: -98px;
    z-index: 200;
    width: 244px;
    height: 50px;
    padding: 5px 10px;
    background: #F14709;
    transform: rotate(-90deg);
    transform-origin: 50% 51%;
  }
}

.upsQuizLink__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #FFFFFF;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.upsQuiz {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) {
  .upsQuiz {
    padding: 20px;
  }
}

.upsQuiz_open .upsQuiz {
  visibility: visible;
  pointer-events: auto;
}

.upsQuiz__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(12, 41, 78, 0.55);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.upsQuiz_open .upsQuiz__overlay {
  opacity: 1;
}

.upsQuiz__card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  box-shadow: 0 20px 48px rgba(12, 19, 26, 0.18);
  overflow: auto;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) {
  .upsQuiz__card {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(100%, 760px);
    max-height: calc(100vh - 30px);
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 15px;
  }
}

.upsQuiz_open .upsQuiz__card {
  opacity: 1;
}

.upsQuiz__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #26272B;
  background: #FFFFFF;
  border: none;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  cursor: pointer;
}

.upsQuiz__form,
.upsQuiz__slide,
.upsQuiz__fields,
.upsQuiz__field,
.upsQuiz__rangeField,
.upsQuiz__head,
.upsQuiz__success {
  display: flex;
  flex-direction: column;
}

.upsQuiz__form,
.upsQuiz__slide,
.upsQuiz__success {
  gap: 20px;
}

.upsQuiz__form {
  flex: 1 1 auto;
}

.upsQuiz__slides {
  flex: 1 1 auto;
  min-height: 0;
}

.upsQuiz__slide {
  min-height: 100%;
}

.upsQuiz__form[hidden],
.upsQuiz__slide[hidden],
.upsQuiz__success[hidden] {
  display: none;
}

.upsQuiz__head {
  gap: 5px;
  padding-right: 30px;
}

.upsQuiz__eyebrow {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  color: #063D85;
}

.upsQuiz__title {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #26272B;
}

.upsQuiz__subtitle,
.upsQuiz__introText {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

.upsQuiz__introTitle {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  color: #26272B;
}

.upsQuiz__accent {
  color: #F14709;
}

.upsQuiz__intro {
  display: grid;
  gap: 10px;
  padding: 15px;
  background: #F5F6F7;
  border-radius: 10px;
}

.upsQuiz__introLead,
.upsQuiz__introResult {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.upsQuiz__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 0 0 15px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.upsQuiz__progress {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  font-weight: 700;
  color: #6A6B6D;
}

.upsQuiz__bar {
  height: 6px;
  overflow: hidden;
  background: #F0F2F5;
  border-radius: 100px;
}
.upsQuiz__bar span {
  display: block;
  width: 16%;
  height: 100%;
  background: #063D85;
  border-radius: inherit;
}

.upsQuiz__question {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.upsQuiz__options {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .upsQuiz__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.upsQuiz__option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 15px;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  cursor: pointer;
}
.upsQuiz__option input {
  width: 18px;
  height: 18px;
  accent-color: #063D85;
}
.upsQuiz__option span {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  color: #26272B;
}
.upsQuiz__option:has(input:checked) {
  border-color: #063D85;
  box-shadow: 0 0 0 3px rgba(6, 61, 133, 0.1);
}

.upsQuiz__rangeField,
.upsQuiz__field,
.upsQuiz__fields {
  gap: 8px;
}

.upsQuiz__range {
  width: 100%;
  accent-color: #063D85;
}

.upsQuiz__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.upsQuiz__req {
  color: #F14709;
}

.upsQuiz__inlineControl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.upsQuiz__input,
.upsQuiz__select {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  outline: none;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.upsQuiz__input:focus,
.upsQuiz__select:focus {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}
.upsQuiz__input[aria-invalid=true],
.upsQuiz__select[aria-invalid=true] {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.upsQuiz__field_error .input,
.upsQuiz__field_error .upsQuiz__phone,
.upsQuiz__field_error .upsQuiz__select {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}
.upsQuiz__field_error .input:focus-within,
.upsQuiz__field_error .upsQuiz__phone:focus-within,
.upsQuiz__field_error .upsQuiz__select:focus {
  border-color: #F14709;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.upsQuiz__consent_error .checkbox__box {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.upsQuiz__select {
  appearance: none;
}

.upsQuiz__phone {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 48px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.upsQuiz__phone:focus-within {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.upsQuiz__country {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
  padding-inline: 10px;
  color: #6A6B6D;
  background: #F5F6F7;
  border-right: 1px solid #E0E3E9;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
}

.upsQuiz__flag {
  display: inline-flex;
}
.upsQuiz__flag .icon {
  width: 21px;
  height: 16px;
}

.upsQuiz__phoneInput {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 20px;
  color: #26272B;
  background: transparent;
  border: 0;
  outline: 0;
  appearance: none;
}
.upsQuiz__phoneInput::placeholder {
  color: #8B8F95;
  opacity: 1;
}

.upsQuiz__countries {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 100;
  width: 100%;
  max-height: 280px;
  margin: 0;
  padding: 8px;
  overflow-y: auto;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.15);
}
.upsQuiz__countries[hidden] {
  display: none;
}

.upsQuiz__countryItem {
  margin: 0;
}

.upsQuiz__countryOption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  color: #26272B;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.upsQuiz__countryOption:hover, .upsQuiz__countryOption:focus-visible {
  background: #F5F6F7;
}

.upsQuiz__countryName {
  min-width: 0;
}

.upsQuiz__countryCode {
  color: #6A6B6D;
}

.upsQuiz__consent {
  align-items: flex-start;
}

.upsQuiz__link {
  color: #063D85;
  text-decoration: underline;
}

.upsQuiz__error {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #F14709;
}
.upsQuiz__error[hidden] {
  display: none;
}

.upsQuiz__footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.upsQuiz__nav {
  min-height: 44px;
  padding: 0 20px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
}

.upsQuiz__nav_prev {
  color: #063D85;
  background: #FFFFFF;
  border: 1px solid #063D85;
}

.upsQuiz__nav_next {
  margin-left: auto;
  color: #FFFFFF;
  background: #063D85;
  border: 1px solid #063D85;
}

.upsQuiz__success {
  align-items: center;
  text-align: center;
}

.upsQuiz__successIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #FFFFFF;
  background: #149748;
  border-radius: 100px;
}

@media (prefers-reduced-motion: reduce) {
  .upsQuiz,
  .upsQuiz__overlay,
  .upsQuiz__card {
    transition: none;
  }
}
.contactsForm_boxed {
  background: #F5F6F7;
  padding-block: 30px 60px;
  margin-top: 20px;
}

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

.contactsForm_compact .contactsForm__decor {
  display: none;
}
.contactsForm_compact .contactsForm__aside {
  flex: none;
}
@media (min-width: 768px) {
  .contactsForm_compact .contactsForm__card {
    flex-direction: column;
    gap: 20px;
  }
}

.contactsForm__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  border-radius: 20px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .contactsForm__card {
    flex-direction: row;
    gap: 30px;
    padding: 40px;
  }
}

.contactsForm__aside {
  position: relative;
}
@media (min-width: 768px) {
  .contactsForm__aside {
    flex: 0 0 360px;
  }
}
@media (min-width: 1024px) {
  .contactsForm__aside {
    flex: 0 0 400px;
  }
}

.contactsForm__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .contactsForm__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.contactsForm__decor {
  display: none;
}
@media (min-width: 1024px) {
  .contactsForm__decor {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color: #063D85;
    pointer-events: none;
  }
}

.contactsForm__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.contactsForm__body[hidden] {
  display: none;
}

.contactsForm__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contactsForm__row {
    flex-direction: row;
  }
}

.contactsForm__field {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.contactsForm__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.contactsForm__req {
  color: #F14709;
}

.contactsForm__error {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #F14709;
}

.contactsForm__phone {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 48px;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  background: #FFFFFF;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contactsForm__phone:not(.input_error).is-filled {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}
.contactsForm__phone:focus-within {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.contactsForm__country {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
  padding-inline: 15px;
  border: 0;
  border-right: 1px solid #E0E3E9;
  border-radius: 10px 0 0 10px;
  background: #F5F6F7;
  color: #6A6B6D;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .contactsForm__country:hover {
    background: #F0F2F5;
  }
}
.contactsForm__country:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: -2px;
}
.contactsForm__country .icon_chevron-down {
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contactsForm__country[aria-expanded=true] .icon_chevron-down {
  transform: rotate(180deg);
}

.contactsForm__flag {
  display: inline-flex;
}
.contactsForm__flag .icon {
  width: 21px;
  height: 16px;
  border-radius: 3px;
}

.contactsForm__countries {
  position: absolute;
  inset-block-start: calc(100% + 5px);
  inset-inline-start: 0;
  z-index: 20;
  min-width: 220px;
  max-height: 280px;
  margin: 0;
  padding: 5px;
  overflow-y: auto;
  list-style: none;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.contactsForm__countries[hidden] {
  display: none;
}

.contactsForm__countryItem {
  margin: 0;
}

.contactsForm__countryOption {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #26272B;
  text-align: start;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .contactsForm__countryOption:hover {
    background: #F5F6F7;
  }
}
.contactsForm__countryOption:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: -2px;
}

.contactsForm__countryName {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.contactsForm__countryCode {
  flex: 0 0 auto;
  color: #6A6B6D;
}

.contactsForm__phoneInput {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #26272B;
  appearance: none;
}
.contactsForm__phoneInput::placeholder {
  color: #8B8F95;
  opacity: 1;
}

.contactsForm__file {
  display: flex;
  align-items: center;
  min-height: 48px;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  background: #FFFFFF;
  color: #26272B;
  cursor: pointer;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .contactsForm__file:hover {
    border-color: #D3D6DD;
  }
}
.contactsForm__file.is-filled, .contactsForm__file:focus-within {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.contactsForm__fileInput {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contactsForm__fileIcon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #6A6B6D;
}

.contactsForm__fileText {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contactsForm__textarea {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  width: 100%;
  min-height: 120px;
  padding: 10px 20px;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  background: #FFFFFF;
  color: #26272B;
  resize: vertical;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contactsForm__textarea::placeholder {
  color: #8B8F95;
  opacity: 1;
}
.contactsForm__textarea:not(:placeholder-shown) {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}
.contactsForm__textarea:focus {
  outline: 0;
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.contactsForm__actions {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
@media (min-width: 768px) {
  .contactsForm__actions {
    flex-direction: row;
    align-items: flex-start;
  }
}
.contactsForm__actions .button {
  width: 100%;
}
@media (min-width: 768px) {
  .contactsForm__actions .button {
    width: auto;
  }
}

.contactsForm__consent {
  align-items: flex-start;
}
.contactsForm__consent .checkbox__box {
  margin-top: 2px;
}

.contactsForm__consentLink {
  color: inherit;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .contactsForm__consentLink:hover {
    color: #063D85;
    text-decoration: underline;
  }
}
.contactsForm__consentLink:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.contactsForm__consentGroup {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contactsForm__phone.input_error {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.contactsForm__consent_error .checkbox__box {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.contactsForm__success {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 0;
  text-align: center;
  padding: 30px 20px;
}
.contactsForm__success[hidden] {
  display: none;
}

.contactsForm__successIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #149748;
  background: rgba(20, 151, 72, 0.12);
  border-radius: 100px;
}

.contactsForm__successTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.contactsForm__successText {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

.headerWrap {
  position: relative;
}

.header {
  position: relative;
  z-index: 200;
  background: #FFFFFF;
  border-bottom: 1px solid #F0F2F5;
  box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
}

.headerWrap_catalogOpen .header {
  z-index: 500;
}

.header__catalogMenu {
  position: fixed;
  inset: 0 0 var(--tabbar-height, 0px) 0;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), visibility 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .header__catalogMenu {
    position: absolute;
    inset: auto;
    top: 100%;
    left: 20px;
    right: 20px;
    margin-top: 10px;
    transform: translateY(-8px);
  }
}

.headerWrap_catalogOpen .header__catalogMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.headerWrap__overlay {
  position: fixed;
  inset: 0 0 var(--tabbar-height, 0px) 0;
  background: rgba(12, 19, 26, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 400;
}

.headerWrap_catalogOpen .headerWrap__overlay {
  opacity: 1;
  pointer-events: auto;
}

.header__catalogBtn[aria-expanded=true] {
  background: #02205C;
}

.header__container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.header__top {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 15px;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #26272B;
  text-decoration: none;
  flex-shrink: 1;
  min-width: 0;
}

.header__logoMark {
  display: block;
  flex-shrink: 0;
  width: 34px;
  height: 40px;
}
@media (min-width: 1024px) {
  .header__logoMark {
    width: 41px;
    height: 48px;
  }
}

.header__tagline {
  width: 215px;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .header__tagline {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.header__topMain {
  display: none;
}
@media (min-width: 768px) {
  .header__topMain {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .header__topMain {
    gap: 30px;
  }
}

.header__contacts {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #F5F6F7;
  border: 0;
  border-radius: 10px;
  color: #26272B;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .header__pill:hover {
    background: #F0F2F5;
    color: #02205C;
  }
}
.header__pill:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.header__pillIcon {
  display: inline-flex;
  color: #6A6B6D;
  flex-shrink: 0;
}

.header__pillText {
  white-space: nowrap;
}

.header__pillChevron {
  display: inline-flex;
  color: #26272B;
  flex-shrink: 0;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header__phoneInfo {
  position: relative;
  display: inline-flex;
}

.header__phoneInfoMenu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 100;
  width: 300px;
  max-width: calc(100vw - 30px);
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header__phoneInfo_open .header__phoneInfoMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.header__phoneInfo_open .header__pillChevron {
  transform: rotate(180deg);
}

.header__pill_phone {
  cursor: default;
}

.header__phoneLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.header__phoneLink:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.header__phoneToggle {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.header__phoneToggle:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.header__pill_mail {
  display: none;
}
@media (min-width: 1024px) {
  .header__pill_mail {
    display: inline-flex;
  }
}

@media (min-width: 1024px) {
  .header__pill_mail .header__pillText {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__pill_mail .header__pillText {
    display: inline;
  }
}

.header__topActions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .header__topActions {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__topActions {
    display: inline-flex;
    margin-left: 0;
  }
}

.header__iconBtn {
  display: none;
}
@media (min-width: 1024px) {
  .header__iconBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #E0E3E9;
    border-radius: 10px;
    color: #26272B;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (hover: hover) {
  .header__iconBtn:hover {
    background: #F0F2F5;
    border-color: #0F54AE;
    color: #0F54AE;
  }
}
.header__iconBtn:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.header__iconBtn:active {
  background: #E0E3E9;
  border-color: #0F54AE;
  color: #0F54AE;
}
@media (min-width: 1024px) {
  .header__iconBtn_active {
    background: #F0F2F5;
    border-color: transparent;
    color: #063D85;
  }
}
@media (hover: hover) {
  .header__iconBtn_active:hover {
    background: #E0E3E9;
    border-color: transparent;
  }
}

.header__badge {
  position: absolute;
  top: -5px;
  left: calc(100% - 10px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  padding: 2px 6px 2px;
  background: #F14709;
  border-radius: 100px;
  color: #FFFFFF;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.header__badge[hidden] {
  display: none;
}

.header__searchBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  color: #26272B;
  cursor: pointer;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .header__searchBtn:hover {
    border-color: #D3D6DD;
  }
}
.header__searchBtn:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .header__searchBtn {
    display: none;
  }
}

.header__bottom {
  display: none;
}
@media (min-width: 768px) {
  .header__bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 15px;
  }
}

.header__catalogBtn {
  display: none;
}
@media (min-width: 1024px) {
  .header__catalogBtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #063D85;
    border: 0;
    border-radius: 10px;
    color: #FFFFFF;
    flex-shrink: 0;
    cursor: pointer;
    transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media (hover: hover) {
  .header__catalogBtn:hover {
    background: #02205C;
  }
}
.header__catalogBtn:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.header__catalogIcon {
  display: inline-flex;
  flex-shrink: 0;
}

.header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .header__nav {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    flex: 1 1 auto;
    min-width: 0;
  }
}

.header__navLink {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #26272B;
  text-decoration: none;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .header__navLink:hover {
    color: #063D85;
  }
}
.header__navLink:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.header__navLink_active {
  color: #063D85;
}

.header__navLink_nolink {
  cursor: default;
}
@media (hover: hover) {
  .header__navLink_nolink:hover {
    color: #26272B;
  }
}

.header__navChevron {
  display: inline-flex;
  flex-shrink: 0;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header__navItem {
  position: relative;
  display: inline-flex;
}

.header__navItem_open .header__navChevron,
.header__navItem:focus-within .header__navChevron {
  transform: rotate(180deg);
}

@media (hover: hover) {
  .header__navItem:hover .header__navChevron {
    transform: rotate(180deg);
  }
}
.header__servicesMenu {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  z-index: 100;
  width: 490px;
  max-width: calc(100vw - 30px);
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__servicesMenu::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: calc(-1 * 15px);
  height: 15px;
}

.header__navItem_open .header__servicesMenu,
.header__navItem:focus-within .header__servicesMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media (hover: hover) {
  .header__navItem:hover .header__servicesMenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.header__servicesList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__serviceLink {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  padding: 15px 20px;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  color: #26272B;
  text-decoration: none;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .header__serviceLink:hover {
    border-color: transparent;
    background: #F0F2F5;
    color: #063D85;
  }
}
.header__serviceLink:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}

.header__serviceLink_active {
  border-color: transparent;
  background: #F0F2F5;
  color: #063D85;
}

.header__searchWrap {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .header__searchWrap {
    display: none;
  }
}
@media (min-width: 1120px) {
  .header__searchWrap {
    display: block;
    flex: 0 0 292px;
    width: 292px;
  }
}

.header__search {
  width: 100%;
  padding-block: 0;
}

.header__searchToggle {
  display: none;
}
@media (min-width: 1024px) {
  .header__searchToggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #E0E3E9;
    border-radius: 10px;
    color: #26272B;
    margin-left: auto;
    cursor: pointer;
    transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (hover: hover) {
  .header__searchToggle:hover {
    border-color: #D3D6DD;
  }
}
.header__searchToggle:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
@media (min-width: 1120px) {
  .header__searchToggle {
    display: none;
  }
}

.headerWrap_searchOpen .header {
  z-index: 500;
}

.headerWrap_searchOpen .headerWrap__overlay {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1024px) {
  .headerWrap_searchOpen .header__searchToggle {
    display: none;
  }
  .headerWrap_searchOpen .header__nav {
    display: none;
  }
  .headerWrap_searchOpen .header__searchWrap {
    display: block;
    flex: 1 1 auto;
    width: auto;
  }
}
@media (min-width: 1120px) {
  .headerWrap_searchOpen .header__nav {
    display: inline-flex;
    flex: 0 0 auto;
  }
}

.header__searchDropdown {
  position: absolute;
  top: calc(100% + 15px + 10px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), visibility 150ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

@media (min-width: 768px) {
  .headerWrap_searchOpen .header__searchDropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.header__searchDropdown [hidden] {
  display: none;
}

.header__searchDropdownSection {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.header__searchDropdownHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header__searchDropdownTitle {
  margin: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.header__searchDropdownCount {
  margin-left: 8px;
  color: #A2A5AD;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.header__searchDropdownAll {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  color: #063D85;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.header__searchDropdownAll svg {
  flex-shrink: 0;
}
@media (hover: hover) {
  .header__searchDropdownAll:hover {
    color: #0F54AE;
  }
}
.header__searchDropdownAll:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

@keyframes header-skeleton-shimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.header__searchSkeletonShimmer {
  background: linear-gradient(90deg, #F0F2F5 25%, #E0E3E9 37%, #F0F2F5 63%);
  background-size: 200% 100%;
  animation: header-skeleton-shimmer 1.4s ease-in-out infinite;
}

.header__searchSkeletonItem {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
}

.header__searchSkeletonImage {
  flex: 0 0 auto;
  width: 34px;
  height: 50px;
  border-radius: 8px;
}

.header__searchSkeletonInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  padding-block: 4px;
}

.header__searchSkeletonLine {
  height: 12px;
  border-radius: 5px;
}

.header__searchSkeletonLine_lg {
  width: 90%;
}

.header__searchSkeletonLine_sm {
  width: 40%;
}

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

.header__searchDropdownDivider {
  height: 1px;
  margin-inline: 20px;
  background: #E0E3E9;
}

.header__searchSuggestion {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
  color: #26272B;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .header__searchSuggestion:hover {
    background: #F0F2F5;
  }
}
.header__searchSuggestion:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: -3px;
}

.header__searchSuggestionIcon {
  display: inline-flex;
  flex-shrink: 0;
  color: #8B8F95;
}

.header__searchSuggestionText {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header__searchSuggestionFlag,
.mobileMenu__searchSuggestionFlag {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 5px;
  margin-top: 2px;
  vertical-align: top;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.searchProductSuggest {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
  border-radius: 10px;
  color: #26272B;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .searchProductSuggest:hover {
    background: #F0F2F5;
  }
}
.searchProductSuggest:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: -3px;
}

.searchProductSuggest__image {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 50px;
}
.searchProductSuggest__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.searchProductSuggest__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
}

.searchProductSuggest__title {
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.searchProductSuggest__flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 5px;
  margin-top: 2px;
  vertical-align: top;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.searchProductSuggest__price {
  color: #1C1F23;
  white-space: nowrap;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 600;
}

.footer {
  background: #0D1B2A;
  color: #FFFFFF;
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px;
}
@media (min-width: 768px) {
  .footer__container {
    padding-block: 40px 20px;
  }
}

.footer__columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .footer__columns {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    gap: 60px;
    align-items: start;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
@media (min-width: 1024px) {
  .footer__col {
    gap: 20px;
  }
}

.footer__colTitle {
  margin: 0;
  color: #F5F6F7;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .footer__colTitle {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.footer__col_collapsible .footer__colBody {
  display: none;
}

.footer__col_collapsible.footer__col_open .footer__colBody {
  display: flex;
}

.footer__colTrigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.footer__colChevron {
  display: inline-flex;
  flex-shrink: 0;
  color: #F5F6F7;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__col_open .footer__colChevron {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .footer__col_collapsible .footer__colBody {
    display: flex;
  }
  .footer__colTrigger {
    cursor: default;
    pointer-events: none;
  }
  .footer__colChevron {
    display: none;
  }
}
.footer__col_info {
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__col_info {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .footer__col_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__logoMark {
  display: block;
  flex-shrink: 0;
  width: 38px;
  height: 44px;
}

.footer__tagline {
  width: 215px;
  color: #FFFFFF;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.footer__col_info .button_footerCalc {
  align-self: stretch;
}
@media (min-width: 768px) {
  .footer__col_info .button_footerCalc {
    align-self: auto;
  }
}

.footer__rating {
  display: inline-grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  row-gap: 2px;
  align-items: center;
  width: 150px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.footer__ratingIcon {
  grid-row: 1;
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  width: 14px;
  height: 14px;
  color: #FFFFFF;
}

.footer__ratingValue {
  grid-row: 1;
  grid-column: 2;
  justify-self: start;
  color: #FFFFFF;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.footer__ratingStars {
  grid-row: 1;
  grid-column: 3;
  display: inline-flex;
  gap: 1px;
  color: #FEA700;
}

.footer__ratingCaption {
  grid-row: 2;
  grid-column: 1/-1;
  color: #A2A5AD;
  font-size: 8px;
  line-height: 10px;
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer__menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .footer__menu {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.footer__menuLink {
  color: #A2A5AD;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .footer__menuLink:hover {
    color: #FFFFFF;
  }
}
.footer__menuLink:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.footer__cities {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 768px) {
  .footer__cities {
    gap: 10px;
  }
}

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

.footer__contactItem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer__contactIcon {
  display: inline-flex;
  flex-shrink: 0;
  color: #A2A5AD;
}

.footer__contactValue {
  color: #F0F2F5;
  text-decoration: none;
  width: 198px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.footer__contactValue[href] {
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .footer__contactValue[href]:hover {
    color: #A2A5AD;
  }
}
@media (min-width: 1024px) {
  .footer__contactValue {
    color: #FFFFFF;
  }
}

.footer__contactValue_phone {
  color: #FFFFFF;
  width: auto;
  white-space: nowrap;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .footer__contactValue_phone {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

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

.footer__divider {
  height: 1px;
  background: #FFFFFF;
  opacity: 0.1;
}

.footer__bottomRow {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #A2A5AD;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .footer__bottomRow {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}

.footer__bottomLeft {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .footer__bottomLeft {
    gap: 5px;
    max-width: 654px;
  }
}

.footer__copyright {
  margin: 0;
}

.footer__legal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .footer__legal {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.footer__legalLink {
  color: #A2A5AD;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
@media (hover: hover) {
  .footer__legalLink:hover {
    color: #FFFFFF;
  }
}
.footer__legalLink:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.footer__requisites {
  margin: 0;
  white-space: nowrap;
}

:root {
  --tabbar-height: 68px;
}
@media (min-width: 1024px) {
  :root {
    --tabbar-height: 0px;
  }
}

.tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 12px 10px;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -5px 5px rgba(12, 19, 26, 0.05);
}
@media (min-width: 1024px) {
  .tabbar {
    display: none;
  }
}

.tabbar_static {
  position: static;
  display: flex;
  max-width: 480px;
}

.headerWrap_catalogOpen .tabbar,
.mobileMenu_open .tabbar {
  z-index: 600;
}

.catalogFilter_open .tabbar {
  display: none;
}

body:has(.tabbar:not(.tabbar_static)) {
  padding-bottom: var(--tabbar-height);
}

.tabbar__item {
  position: relative;
  display: inline-flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #404246;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tabbar__item:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.tabbar__item_active,
.tabbar__item[aria-expanded=true] {
  color: #063D85;
}

.tabbar__iconWrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #404246;
}

.tabbar__item_active .tabbar__iconWrap {
  color: #063D85;
}

.tabbar__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.tabbar__badge {
  position: absolute;
  top: -5px;
  left: calc(100% - 10px);
  display: flex;
}
.tabbar__badge[hidden] {
  display: none;
}

.heroSlider {
  position: relative;
  padding-block: 20px;
}
.heroSlider__swiper {
  overflow: hidden;
  border-radius: 20px;
}
.heroSlider .swiper-wrapper {
  align-items: stretch;
}
.heroSlider .swiper-slide {
  display: flex;
  height: auto;
}
.heroSlider__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  background: #0C294E center/cover no-repeat;
  border-radius: 20px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .heroSlider__slide {
    flex-direction: row;
    justify-content: space-between;
    min-height: 300px;
    padding: 30px 70px;
  }
}
@media (min-width: 1024px) {
  .heroSlider__slide {
    min-height: 250px;
    padding: 30px 100px;
  }
}
.heroSlider__slideLink {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.heroSlider__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.heroSlider__ellipse {
  position: absolute;
  width: 410px;
  height: 224px;
  right: -134px;
  top: 168px;
  transform: rotate(-17.47deg);
  transform-origin: center;
}
@media (min-width: 768px) {
  .heroSlider__ellipse {
    width: 728px;
    height: 534px;
    right: -328px;
    top: -89px;
  }
}
@media (min-width: 1024px) {
  .heroSlider__ellipse {
    width: 728px;
    height: 534px;
    right: -250px;
    top: -91px;
  }
}
.heroSlider__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 292px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .heroSlider__content {
    max-width: 419px;
  }
}
@media (min-width: 1024px) {
  .heroSlider__content {
    max-width: 580px;
  }
}
.heroSlider__extraBlocks {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
@media (min-width: 768px) {
  .heroSlider__extraBlocks {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
}
.heroSlider__extraBlock {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 220px;
  max-width: 100%;
  padding: 8px 15px;
  border: 1px solid #1F4073;
  border-radius: 10px;
}
.heroSlider__extraBlockImage {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 8px;
  object-fit: contain;
}
.heroSlider__extraBlockText {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin: 0;
  padding-left: 8px;
  border-left: 1px solid #1F4073;
  color: #FFFFFF;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.heroSlider__title {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .heroSlider__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.heroSlider__accent {
  display: flex;
  align-self: flex-start;
  height: 4px;
  border-radius: 100px;
  overflow: hidden;
}
.heroSlider__accentRed {
  width: 73px;
  background: #ED2125;
}
.heroSlider__accentBlue {
  width: 36px;
  background: #1F4073;
}
.heroSlider__text {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #F0F2F5;
}
@media (min-width: 768px) {
  .heroSlider__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .heroSlider__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
.heroSlider__media {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  pointer-events: none;
  width: 270px;
  height: 222px;
}
@media (min-width: 768px) {
  .heroSlider__media {
    width: 333px;
    height: 256px;
  }
}
@media (min-width: 1024px) {
  .heroSlider__media {
    width: 333px;
    height: 256px;
  }
}
.heroSlider__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.heroSlider__nav {
  position: absolute;
  z-index: 3;
  top: auto;
  bottom: calc(20px + 20px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  border: none;
  border-radius: 100px;
  color: #26272B;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .heroSlider__nav {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .heroSlider__nav {
    padding: 10px;
  }
}
.heroSlider__nav_prev {
  left: 20px;
}
@media (min-width: 1024px) {
  .heroSlider__nav_prev {
    left: 30px;
  }
}
.heroSlider__nav_next {
  right: 20px;
}
@media (min-width: 1024px) {
  .heroSlider__nav_next {
    right: 30px;
  }
}
@media (hover: hover) {
  .heroSlider__nav:hover {
    background: #FFFFFF;
  }
}
.heroSlider__nav.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.heroSlider__nav .icon {
  display: block;
}
.heroSlider__pagination.swiper-pagination {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: calc(20px + 20px);
  top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transform: none;
}
@media (min-width: 768px) {
  .heroSlider__pagination.swiper-pagination {
    bottom: calc(30px + 20px);
  }
}
.heroSlider__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 10px;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.heroSlider__pagination.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFFFFF;
}

.about {
  padding-block: 20px;
}
.about__inner {
  padding: 30px;
  background: #F5F6F7;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .about__inner {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .about__inner {
    padding: 60px 40px;
  }
}
.about__title {
  margin: 0 0 20px;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .about__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  color: #404246;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .about__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
.about__text p {
  margin: 0;
}

.catalogCategories {
  padding-block: 20px;
}
@media (min-width: 1024px) {
  .catalogCategories {
    padding-block: 30px;
  }
}
.catalogCategories__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin-inline: -16px;
  padding-inline: 16px;
  scrollbar-width: none;
}
.catalogCategories__track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .catalogCategories__track {
    margin-inline: -40px;
    padding-inline: 40px;
  }
}
@media (min-width: 1024px) {
  .catalogCategories__track {
    margin-inline: 0;
    padding-inline: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
}
.catalogCategories__card {
  position: relative;
  flex: 0 0 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(225.78deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #E0E3E9;
  color: #26272B;
  text-decoration: none;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .catalogCategories__card {
    flex: 0 0 300px;
  }
}
@media (min-width: 1024px) {
  .catalogCategories__card {
    flex: 1 1 0;
    min-width: 0;
  }
}
.catalogCategories__title {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  font-weight: 600;
}
.catalogCategories__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.catalogCategories__media img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 112px);
  object-fit: contain;
  object-position: right bottom;
}
@media (min-width: 768px) {
  .catalogCategories__media img {
    height: calc(100% - 88px);
  }
}
.catalogCategories__cta {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #063D85;
  color: #FFFFFF;
  border-radius: 100px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.catalogCategories__cta .icon {
  display: block;
  transform: rotate(-45deg);
}
.catalogCategories__card:hover .catalogCategories__cta, .catalogCategories__card:focus-visible .catalogCategories__cta {
  opacity: 1;
  transform: none;
}

.linkGroups {
  padding-block: 20px;
}
.linkGroups__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
}
.linkGroups__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.linkGroups__caption {
  margin: 0;
  color: #8B8F95;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.linkGroups__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.linkGroups__toggle {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #063D85;
  cursor: pointer;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.linkGroups__toggle:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}
.linkGroups__toggleChevron {
  display: inline-flex;
  flex: 0 0 auto;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.linkGroups__group:not(:first-child) {
  display: none;
}
.linkGroups__group:first-child .linkGroups__list {
  flex-wrap: nowrap;
  overflow: hidden;
}
.linkGroups_open .linkGroups__group:not(:first-child) {
  display: flex;
}
.linkGroups_open .linkGroups__group:first-child .linkGroups__list {
  flex-wrap: wrap;
  overflow: visible;
}
.linkGroups_open .linkGroups__toggleChevron {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .linkGroups__group:not(:first-child) {
    display: flex;
  }
  .linkGroups__group:first-child .linkGroups__list {
    flex-wrap: wrap;
    overflow: visible;
  }
  .linkGroups__toggle {
    display: none;
  }
}
.linkGroups__flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 1px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.productFilter {
  padding-block: 20px;
}

.productFilter__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #F0F2F5;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .productFilter__card {
    padding: 20px 30px;
  }
}

.productFilter__title {
  margin: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.productFilter__label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.productFilter__hint {
  display: inline-flex;
  align-items: center;
  color: #A2A5AD;
}

.productFilter__equipment {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .productFilter__equipment {
    display: none;
  }
}

.productFilter__tabs {
  display: none;
}
@media (min-width: 768px) {
  .productFilter__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.productFilter__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 0;
  border-radius: 10px;
  color: #26272B;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .productFilter__tab:hover {
    background: #F5F6F7;
  }
}
.productFilter__tab:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.productFilter__tab_active {
  background: #063D85;
  color: #FFFFFF;
}
@media (hover: hover) {
  .productFilter__tab_active:hover {
    background: #02205C;
  }
}

.productFilter__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .productFilter__fields {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .productFilter__fields {
    flex-wrap: nowrap;
  }
}
.productFilter__fields[hidden] {
  display: none;
}

.productFilter__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 768px) {
  .productFilter__field_wide {
    flex: 1 1 100%;
  }
}
@media (min-width: 1024px) {
  .productFilter__field_wide {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (min-width: 768px) {
  .productFilter__field_power,
  .productFilter__field_phases {
    flex: 1 1 0;
    min-width: 0;
  }
}

.productFilter__range {
  display: flex;
  gap: 10px;
}

.productFilter__rangeField {
  flex: 1 1 0;
  min-width: 0;
  gap: 5px;
  padding-inline: 15px;
}

.productFilter__rangeInput {
  padding-block: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.productFilter__rangeClear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  color: #8B8F95;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .productFilter__rangeClear:hover {
    color: #404246;
  }
}
.productFilter__rangeClear:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}
.productFilter__rangeClear[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .productFilter__submit {
    flex: 1 1 100%;
  }
}
@media (min-width: 1024px) {
  .productFilter__submit {
    flex: 0 0 240px;
  }
}

.productFilter__submitButton {
  width: 100%;
  padding-inline: 30px;
}

@media (min-width: 1024px) {
  .catalogFilter {
    flex: 0 0 302px;
    width: 302px;
    max-width: 302px;
    align-self: flex-start;
    position: sticky;
    bottom: 20px;
    z-index: 1;
  }
}

.catalogFilter__overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5);
}
.catalogFilter__overlay[hidden] {
  display: none;
}
@media (min-width: 1024px) {
  .catalogFilter__overlay {
    display: none;
  }
}

.catalogFilter__panel {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1), visibility 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.catalogFilter_open .catalogFilter__panel {
  visibility: visible;
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .catalogFilter__panel {
    position: static;
    inset: auto;
    z-index: auto;
    visibility: visible;
    transform: none;
    background: #F5F6F7;
    border-radius: 20px;
  }
}

.catalogFilter__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex: 0 0 auto;
  padding: 20px;
  border-bottom: 1px solid #E0E3E9;
}

.catalogFilter__title {
  margin: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogFilter__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  color: #8B8F95;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .catalogFilter__close:hover {
    color: #26272B;
  }
}
.catalogFilter__close:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .catalogFilter__close {
    display: none;
  }
}

.catalogFilter__body {
  flex: 1 1 auto;
  overflow-x: clip;
  overflow-y: auto;
  padding-inline: 20px;
}
@media (min-width: 1024px) {
  .catalogFilter__body {
    overflow-x: visible;
    overflow-y: visible;
  }
}

.catalogFilter__group {
  padding-block: 15px;
  border-bottom: 1px solid #E0E3E9;
}
.catalogFilter__group:last-child {
  border-bottom: 0;
}

.catalogFilter__groupHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.catalogFilter__groupHead:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.catalogFilter__groupTitle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogFilter__hint {
  display: inline-flex;
  align-items: center;
  color: #8B8F95;
}

.catalogFilter__chevron {
  display: inline-flex;
  flex: 0 0 auto;
  color: #8B8F95;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.catalogFilter__groupHead[aria-expanded=true] .catalogFilter__chevron {
  transform: rotate(180deg);
}

.catalogFilter__groupBody {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.catalogFilter__groupBody[hidden] {
  display: none;
}

.catalogFilter__selectAll,
.catalogFilter__showMore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  align-self: flex-start;
  padding: 0;
  background: transparent;
  border: 0;
  color: #063D85;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .catalogFilter__selectAll:hover,
  .catalogFilter__showMore:hover {
    color: #0F54AE;
  }
}
.catalogFilter__selectAll:focus-visible,
.catalogFilter__showMore:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.catalogFilter__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalogFilter__option,
.catalogFilter__range,
.catalogFilter__switch,
.catalogFilter__groupBody > .select,
.catalogFilter__footer {
  position: relative;
}

.catalogFilter__range {
  display: flex;
  gap: 10px;
}

.catalogFilter__rangeField {
  flex: 1 1 0;
  min-width: 0;
  gap: 5px;
  padding-inline: 15px;
}

.catalogFilter__rangeInput {
  min-width: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogFilter__rangeClear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  color: #8B8F95;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .catalogFilter__rangeClear:hover {
    color: #404246;
  }
}
.catalogFilter__rangeClear:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}
.catalogFilter__rangeClear[hidden] {
  display: none;
}

.catalogFilter__switch {
  margin-top: 10px;
}

.catalogFilter__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 auto;
  padding: 15px 20px;
  background: #FFFFFF;
  box-shadow: 0 -5px 5px rgba(12, 19, 26, 0.05);
}
@media (min-width: 1024px) {
  .catalogFilter__footer {
    padding: 20px;
    background: transparent;
    box-shadow: none;
  }
}

.catalogFilter__submit,
.catalogFilter__reset {
  width: 100%;
}

.catalogFilter__request {
  align-self: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: #063D85;
  text-decoration: none;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .catalogFilter__request:hover {
    color: #0F54AE;
  }
}
.catalogFilter__request:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.catalogFilter__resultTooltip {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 600;
  display: none;
}
@media (min-width: 1024px) {
  .catalogFilter__resultTooltip.catalogFilter__resultTooltip_visible {
    display: inline-flex;
  }
}
.catalogFilter__resultTooltip .tooltip__trigger {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  cursor: default;
}

.catalogFilter_loading .catalogFilter__body {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.catalogFilter_loading .catalogFilter__submit {
  opacity: 0.5;
  pointer-events: none;
}
.catalogFilter_loading .catalogFilter__resultTooltip {
  opacity: 0.5;
  pointer-events: none;
}

.catalogSort {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.catalogSort__count {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogSort__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.catalogSort__controls {
  display: flex;
}

.catalogSort__tabs {
  display: none;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .catalogSort__tabs {
    display: flex;
  }
}

.catalogSort__label {
  flex: 0 0 auto;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogSort__tabList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalogSort__tab {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  background: #F5F6F7;
  border: 0;
  border-radius: 10px;
  color: #26272B;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .catalogSort__tab:hover {
    background: #E0E3E9;
  }
}
.catalogSort__tab:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.catalogSort__tab_active {
  color: #063D85;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogSort__tabIcon {
  display: inline-flex;
  align-items: center;
  color: #26272B;
}

.catalogSort__tabIcon_up {
  transform: scaleY(-1);
}

.catalogSort__bar {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .catalogSort__bar {
    display: none;
  }
}

.catalogSort__select {
  flex: 1 1 0;
  min-width: 0;
}

.catalogSort__filter {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 10px;
  flex: 0 0 auto;
  padding: 12px 15px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  color: #063D85;
  cursor: pointer;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (hover: hover) {
  .catalogSort__filter:hover {
    border-color: #8B8F95;
    background: #F5F6F7;
  }
}
.catalogSort__filter:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.catalogSort__filterIcon {
  display: inline-flex;
  color: #063D85;
}

.catalogSort__filterLabel {
  color: #063D85;
}

.catalogSort__filterBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding-inline: 4px;
  background: #FF5C01;
  color: #FFFFFF;
  border-radius: 100px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.catalogAbout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .catalogAbout {
    gap: 30px;
  }
}

.catalogAbout__title {
  margin: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .catalogAbout__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.catalogAbout__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  color: #404246;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .catalogAbout__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
.catalogAbout__text p {
  margin: 0;
}

.catalogAbout {
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.catalogAbout > * + * {
  margin-top: 20px;
}
.catalogAbout h2,
.catalogAbout h3 {
  margin: 30px 0 15px;
  color: #1C1F23;
}
.catalogAbout h2:first-child,
.catalogAbout h3:first-child {
  margin-top: 0;
}
.catalogAbout h2,
.catalogAbout h3 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .catalogAbout h2,
  .catalogAbout h3 {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.catalogAbout p {
  margin: 0;
}
.catalogAbout p + p {
  margin-top: 15px;
}
.catalogAbout strong,
.catalogAbout b {
  font-weight: 600;
}
.catalogAbout a {
  color: #063D85;
  text-decoration: none;
  transition: color 0.2s ease;
}
.catalogAbout a:hover {
  color: #0F54AE;
}
.catalogAbout ul:not([class]),
.catalogAbout ol:not([class]),
.catalogAbout ul:not([class]):has(> li:not([class])),
.catalogAbout ol:not([class]):has(> li:not([class])) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 15px 0 20px;
  list-style: none;
}
.catalogAbout > ol:not([class]):first-child,
.catalogAbout > ol:not([class]):has(> li:not([class])):first-child {
  margin-top: 0;
}
.catalogAbout ul:not([class]):last-child,
.catalogAbout ol:not([class]):last-child,
.catalogAbout ul:not([class]):has(> li:not([class])):last-child,
.catalogAbout ol:not([class]):has(> li:not([class])):last-child {
  margin-bottom: 0;
}
.catalogAbout li:not([class]) {
  position: relative;
  padding-left: 30px;
}
.catalogAbout ul:not([class]) > li:not([class])::before,
.catalogAbout ul:not([class]):has(> li:not([class])) > li:not([class])::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 10px;
  width: 8px;
  height: 8px;
  background: #F14709;
  border-radius: 100px;
  transform: translateY(-50%);
}
.catalogAbout ol:not([class]),
.catalogAbout ol:not([class]):has(> li:not([class])) {
  counter-reset: item;
}
.catalogAbout ol:not([class]) > li:not([class]),
.catalogAbout ol:not([class]):has(> li:not([class])) > li:not([class]) {
  counter-increment: item;
}
.catalogAbout ol:not([class]) > li:not([class])::before,
.catalogAbout ol:not([class]):has(> li:not([class])) > li:not([class])::before {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  content: counter(item);
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  background: #F14709;
  border-radius: 100px;
}
.catalogAbout li:not([class]) > ul:not([class]),
.catalogAbout li:not([class]) > ol:not([class]) {
  margin-top: 10px;
}
.catalogAbout figure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.catalogAbout img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.catalogAbout .content__image-margin-right {
  margin: 0 5px 5px 0;
}
.catalogAbout .content__image--right {
  float: right;
}
.catalogAbout div:has(> div > .content__image--right) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.catalogAbout div:has(> div > .content__image--right) > :not(div) {
  flex: 1 1 100%;
  order: 0;
}
.catalogAbout div:has(> div > .content__image--right) > div:has(> .content__image--right) {
  flex: 0 0 auto;
  order: 2;
}
.catalogAbout div:has(> img.content__image:not(.content__image--right)) {
  display: block;
}
.catalogAbout div:has(> img.content__image:not(.content__image--right))::after {
  content: "";
  display: block;
  clear: both;
}
.catalogAbout div:has(> img.content__image:not(.content__image--right)) > img.content__image {
  float: left;
  width: auto;
  max-width: 200px;
  margin: 0 15px 10px 0;
}
.catalogAbout div:has(> div > .content__image--right) > div:not(:has(> .content__image--right)) {
  flex: 1 1 280px;
  min-width: 0;
  order: 1;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  gap: 15px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  order: 0;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div {
  position: relative;
  flex: 1 1 260px;
  min-width: 0;
  padding: 20px 20px 34px;
  margin: 8px 0 15px;
  text-align: center;
  background: #0c1d3c;
  border: 4px solid #e7ecf3;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div:nth-child(3) {
  background: #990000;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div > p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 0 15px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div > p:first-child::before {
  content: "";
  flex: 0 0 46px;
  width: 46px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div:nth-child(1) > p:first-child::before {
  background-image: url("/img/kotlov/thunder-ibp.png");
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div:nth-child(2) > p:first-child::before {
  background-image: url("/img/kotlov/thunder-ibp-2.png");
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div:nth-child(3) > p:first-child::before {
  background-image: url("/img/kotlov/thunder-ibp-3.png");
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div > p:nth-child(2) {
  margin: 0;
  color: #e7ecf3;
  font-size: 14px;
  line-height: 22px;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div > div:last-child {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 196px;
  padding: 10px 0;
  margin-left: -98px;
  color: #FFFFFF;
  background: #990000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div:nth-child(3) > div:last-child {
  color: #0c1d3c;
  background: #e7ecf3;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div > div:last-child::before,
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div > div:last-child::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 12px;
  height: 19px;
  background-repeat: no-repeat;
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div > div:last-child::before {
  left: -10px;
  background-image: url("/img/kotlov/arrow-gray-r.png");
}
.catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div > div:last-child::after {
  right: -11px;
  background-image: url("/img/kotlov/arrow-gray-l.png");
}
@media (max-width: 1200px) {
  .catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div {
    padding: 15px 10px 34px;
    border-width: 2px;
  }
  .catalogAbout h2:has(+ div > div > div:last-child):has(+ div > div > p:first-child:nth-last-child(3)) + div > div > p:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
  }
}
.catalogAbout figcaption {
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.catalogAbout blockquote {
  padding: 20px;
  margin: 0;
  background: #F5F6F7;
  border-left: 4px solid #063D85;
  border-radius: 10px;
}
.catalogAbout hr {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #E0E3E9;
  border: 0;
}
.catalogAbout br + br {
  display: none;
}
.catalogAbout p.content__p br + br {
  display: initial;
}

.catalogAbout.catalogAbout_intro {
  display: block;
}
.catalogAbout.catalogAbout_intro::after {
  content: "";
  display: block;
  clear: both;
}
.catalogAbout.catalogAbout_intro img.content__image {
  width: auto;
  max-width: 200px;
  height: auto;
}
.catalogAbout.catalogAbout_intro > img.content__image {
  float: left;
  margin: 0 15px 10px 0;
}
.catalogAbout.catalogAbout_intro > img.content__image--right,
.catalogAbout.catalogAbout_intro > img.content__image[align=right] {
  float: left;
  margin: 0 15px 10px 0;
}
.catalogAbout.catalogAbout_intro > div:has(> img.content__image:not(.content__image--right)) {
  display: block;
}
.catalogAbout.catalogAbout_intro > div:has(> img.content__image:not(.content__image--right))::after {
  content: "";
  display: block;
  clear: both;
}
.catalogAbout.catalogAbout_intro > div > img.content__image:not(.content__image--right) {
  float: left;
  margin: 0 15px 10px 0;
}
.catalogAbout.catalogAbout_intro > div:has(> div > img.content__image--right) {
  display: block;
}
.catalogAbout.catalogAbout_intro > div:has(> div > img.content__image--right) > div:has(> img.content__image--right) {
  float: left;
  max-width: 200px;
  margin: 0 15px 10px 0;
}
.catalogAbout.catalogAbout_intro > div:has(> div > img.content__image--right)::after {
  content: "";
  display: block;
  clear: both;
}

.catalogAbout:not(.catalogAbout_intro):has(> img.content__image[align]) {
  display: block;
}
.catalogAbout:not(.catalogAbout_intro):has(> img.content__image[align])::after {
  content: "";
  display: block;
  clear: both;
}
.catalogAbout:not(.catalogAbout_intro):has(> img.content__image[align]) > img.content__image[align] {
  width: auto;
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
}
.catalogAbout:not(.catalogAbout_intro):has(> img.content__image[align]) > img.content__image[align=left] {
  float: left;
  margin-right: 15px;
}
.catalogAbout:not(.catalogAbout_intro):has(> img.content__image[align]) > img.content__image[align=right] {
  float: right;
  margin-left: 15px;
}

.catalogAbout:not(.catalogAbout_intro):has(> img.content__image:not([align])) {
  display: block;
}
.catalogAbout:not(.catalogAbout_intro):has(> img.content__image:not([align]))::after {
  content: "";
  display: block;
  clear: both;
}
.catalogAbout:not(.catalogAbout_intro):has(> img.content__image:not([align])) > img.content__image:not([align]) {
  width: 100%;
  max-width: min(500px, 100%);
  height: auto;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .catalogAbout:not(.catalogAbout_intro):has(> img.content__image:not([align])) > img.content__image:not([align]) {
    float: right;
    width: auto;
    margin: 0 0 15px 20px;
  }
}

.catalogRecommends {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .catalogRecommends {
    padding: 30px;
  }
}

.catalogRecommends__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogRecommends__scroller {
  width: 100%;
}

@media (min-width: 768px) {
  .catalogRecommends__list {
    flex-wrap: wrap;
    overflow-x: visible;
    scroll-behavior: auto;
  }
}

@media (min-width: 768px) {
  .catalogRecommends .productTabs__nav {
    display: none !important;
  }
}

.catalogRecommends__tag {
  flex: 0 0 auto;
}

.catalogRecommends__flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 1px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.projectCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 15px;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .projectCard:hover {
    box-shadow: 0 4px 12px rgba(12, 19, 26, 0.04);
  }
}
.projectCard:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.projectCard__media {
  overflow: hidden;
  height: 300px;
  border-radius: 15px;
  background: #E0E3E9;
}

.projectCard__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projectCard__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.projectCard__category {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 6px 12px;
  background: #FFFFFF;
  border-radius: 10px;
  color: #F14709;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.projectCard__categoryIcon {
  display: inline-flex;
  color: #F14709;
}

.projectCard__title {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.projectsSlider {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .projectsSlider {
    gap: 30px;
  }
}
.projectsSlider__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .projectsSlider__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.projectsSlider__title {
  margin: 0;
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .projectsSlider__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.projectsSlider__more {
  flex-shrink: 0;
}
.projectsSlider__viewport {
  position: relative;
}
.projectsSlider__swiper {
  overflow: hidden;
}
.projectsSlider__slide {
  height: auto;
  display: flex;
}
.projectsSlider__slide > .projectCard {
  width: 100%;
}
.projectsSlider__nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #FFFFFF;
  border: none;
  border-radius: 100px;
  color: #404246;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.projectsSlider__nav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.projectsSlider__nav_next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (hover: hover) {
  .projectsSlider__nav:hover {
    color: #26272B;
  }
}
.projectsSlider__nav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.projectsSlider__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.projectsSlider__nav .icon {
  display: block;
}

.highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .highlights {
    flex-direction: row;
  }
}

.highlights__item {
  display: flex;
  flex: 1 1 0;
  gap: 15px;
  align-items: center;
  min-width: 0;
  padding: 15px 20px;
  background-color: #F5F6F7;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .highlights__item {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .highlights__item {
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
}

.highlights__icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #FF5C01;
}

.highlights__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.kitCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #D3D6DD;
  border-radius: 15px;
}

.kitCard__media {
  position: relative;
  width: 100%;
  height: 180px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.kitCard__gallery {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kitCard__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}

.kitCard__image {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
}

.kitCard__dots.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 5px;
  width: auto;
  transform: translateX(-50%);
}
.kitCard__dots.swiper-pagination .productCard__dot {
  width: 20px;
  height: 3px;
  margin: 0;
  border-radius: 10px;
  background: #D3D6DD;
  opacity: 1;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.kitCard__dots.swiper-pagination .productCard__dot_active {
  background: #26272B;
}

.kitCard__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
}

.kitCard__title {
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.kitCard__titleLink {
  color: #26272B;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.kitCard__titleLink:hover {
  color: #063D85;
}
.kitCard__titleLink:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.kitCard__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kitCard__divider {
  width: 100%;
  height: 1px;
  background: #D3D6DD;
}

.kitCard__label {
  margin: 0;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.kitCard__composition {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.kitCard__compositionList {
  margin: 0;
  padding-left: 20px;
  color: #063D85;
  list-style: disc;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.kitCard__compositionLink {
  color: inherit;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.kitCard__compositionLink:hover {
  color: #26272B;
}
.kitCard__compositionLink:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.kitCard__specs {
  display: flex;
  gap: 30px;
  margin: 0;
}

.kitCard__spec {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.kitCard__value {
  margin: 0;
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.kitCard__autonomy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.kitCard__autonomyList {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.kitCard__autonomyRow {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.kitCard__autonomyLoad {
  color: #6A6B6D;
  white-space: nowrap;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.kitCard__autonomyLeader {
  flex: 1 1 0;
  min-width: 0;
  border-bottom: 1px dashed #D3D6DD;
  transform: translateY(-3px);
}

.kitCard__autonomyTime {
  color: #26272B;
  white-space: nowrap;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.kitCard__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.kitCard__statusRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.kitCard__statusInfo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.kitCard__status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.kitCard__statusIcon {
  display: inline-flex;
  align-items: center;
  color: #149748;
}

.kitCard__status_out .kitCard__statusIcon {
  color: #A2A5AD;
}

.kitCard__price {
  color: #1C1F23;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.kitCard__compareForm {
  flex: 0 0 auto;
  display: inline-flex;
}

.kitCard__cartForm {
  width: 100%;
}

.kitCard__compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #6A6B6D;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.kitCard__compare:hover {
  color: #063D85;
}
.kitCard__compare:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.kitCard__compare_active {
  color: #063D85;
  background: #F0F2F5;
  border-radius: 8px;
}
.kitCard__compare_active:hover {
  color: #063D85;
  background: #E0E3E9;
}

.kitCard__cta {
  width: 100%;
}

.fact {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border: 1px solid #E0E3E9;
  border-radius: 20px;
  background: #FFFFFF;
}

.fact__mark {
  position: absolute;
  top: 33px;
  left: 18px;
  width: 60px;
  height: 40px;
  border-radius: 10px;
  background: #F14709;
  opacity: 0.1;
  pointer-events: none;
}

.fact__value {
  position: relative;
  margin: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
  color: #1C1F23;
}

.fact__line {
  width: 90px;
  height: 2px;
  border-radius: 10px;
  background: #F14709;
}

.fact__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.serviceCard {
  display: flex;
  flex: 0 0 85%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background: #FFFFFF;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .serviceCard {
    flex: initial;
  }
}

.serviceCard__media {
  aspect-ratio: 8/5;
  background: #E0E3E9;
  height: 250px;
}

.serviceCard__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceCard__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 25px;
}

.serviceCard__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.serviceCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.serviceCard__link {
  color: inherit;
}

.serviceCard__desc {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.serviceCard__body .button {
  align-self: flex-start;
  color: #063D85;
}
@media (hover: hover) {
  .serviceCard__body .button:hover {
    background: #063D85;
    color: #FFFFFF;
  }
}
.serviceCard__body .button:active {
  background: #02205C;
  color: #FFFFFF;
}

.serviceCard_horizontal {
  flex: initial;
  width: 100%;
}
@media (min-width: 768px) {
  .serviceCard_horizontal {
    flex-direction: row-reverse;
    min-height: 220px;
  }
}

@media (min-width: 768px) {
  .serviceCard_horizontal .serviceCard__media {
    flex: 0 0 300px;
    height: auto;
    aspect-ratio: auto;
  }
}

.industryCard {
  display: flex;
  flex: 0 0 85%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background: #F5F6F7;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .industryCard {
    flex: 0 0 40%;
  }
}
@media (min-width: 1024px) {
  .industryCard {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media (hover: hover) {
  .industryCard:hover {
    box-shadow: 0 4px 12px rgba(12, 19, 26, 0.04);
  }
}
.industryCard:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.industryCard__media {
  display: block;
  height: 250px;
  background: #E0E3E9;
}

.industryCard__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industryCard__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 20px 20px 25px;
}

.industryCard__label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.industryCard__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #FF5C01;
}

.industryCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.industryCard__arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #26272B;
}

@media (hover: hover) {
  .industryCard:hover .industryCard__arrow {
    color: #063D85;
  }
}
.quantity {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  height: 40px;
  padding-inline: 4px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .quantity:hover {
    border-color: #D3D6DD;
  }
}
.quantity:focus-within {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.quantity__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 8px;
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #404246;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .quantity__button:hover {
    background: #F5F6F7;
    color: #063D85;
  }
}
.quantity__button:active {
  background: #F0F2F5;
}
.quantity__button:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}
.quantity__button:disabled {
  color: #D3D6DD;
  cursor: not-allowed;
}

.quantity__input {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  width: 24px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #26272B;
  text-align: center;
  appearance: none;
}
.quantity__input:focus-visible {
  color: #063D85;
}

.basketCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .basketCard {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding-inline: 30px 20px;
  }
}

.basketCard__main {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}
@media (min-width: 768px) {
  .basketCard__main {
    flex: 1 1 auto;
  }
}

.basketCard__media {
  display: block;
  flex: 0 0 auto;
  width: 69px;
  height: 80px;
}

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

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

.basketCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.basketCard__flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 1px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.basketCard__link {
  color: inherit;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .basketCard__link:hover {
    color: #063D85;
  }
}
.basketCard__link:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.basketCard__remove {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #8B8F95;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .basketCard__remove:hover {
    color: #F14709;
  }
}
.basketCard__remove:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.basketCard__removeIcon {
  display: inline-flex;
}

.basketCard__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  .basketCard__controls {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
}

.basketCard__quantity {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.basketCard__stock {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #063D85;
}

.basketCard__price {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  flex: 0 0 auto;
  color: #1C1F23;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .basketCard__price {
    width: 100px;
  }
}

.basketCard__price_request {
  white-space: normal;
  overflow-wrap: break-word;
}

.ratingProduct {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ratingProduct {
    padding: 30px;
  }
}

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

.ratingProduct__name {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  font-weight: 500;
  color: #1C1F23;
}

.ratingProduct__divider {
  display: block;
  height: 1px;
  background: #E0E3E9;
}

.ratingProduct__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .ratingProduct__top {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}

.ratingProduct__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .ratingProduct__info {
    flex-direction: row;
    gap: 20px;
  }
}

.ratingProduct__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 160px;
  height: 160px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 20px;
}

.ratingProduct__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ratingProduct__specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ratingProduct__specsTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.ratingProduct__characters {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.ratingProduct__spec {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}

.ratingProduct__specLabel {
  display: inline;
  color: #6A6B6D;
}

.ratingProduct__specValue {
  display: inline;
  margin: 0;
  color: #26272B;
}

.ratingProduct__aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .ratingProduct__aside {
    flex: 0 0 auto;
    width: 186px;
  }
}

.ratingProduct__rating {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 20px;
  color: #26272B;
  background: #F5F6F7;
  border-radius: 10px;
}

.ratingProduct__star {
  display: inline-flex;
  color: #FF5C01;
}

.ratingProduct__ratingValue {
  font-weight: 600;
}

.ratingProduct__cta .button {
  width: 100%;
  justify-content: space-between;
}

.ratingProduct__description {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 768px) {
  .ratingProduct__description {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

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

.ratingProduct__featuresTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  font-weight: 600;
  color: #26272B;
}
@media (min-width: 768px) {
  .ratingProduct__featuresTitle {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 600;
  }
}

.ratingProduct__advantages {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .ratingProduct__advantages {
    columns: 2;
    column-gap: 20px;
  }
}

.ratingProduct__advantage {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  break-inside: avoid;
}
@media (min-width: 768px) {
  .ratingProduct__advantage {
    margin-bottom: 20px;
  }
}

.ratingProduct__advantageIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 2px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #F14709 0%, #FF5C01 50%, #FEA700 100%);
  border-radius: 100px;
}

.ratingProduct__advantageText {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.articleCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  background: #F5F6F7;
  overflow: hidden;
}

.articleCard_layout_row {
  padding: 20px;
}
@media (min-width: 768px) {
  .articleCard_layout_row {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
  }
}
.articleCard_layout_row .articleCard__media {
  width: 200px;
  height: 200px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .articleCard_layout_row .articleCard__media {
    align-self: flex-start;
  }
}

.articleCard_layout_vertical {
  padding: 30px;
}
.articleCard_layout_vertical .articleCard__media {
  width: 150px;
  height: 150px;
  border-radius: 15px;
}
.articleCard_layout_vertical .articleCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
}
.articleCard_layout_vertical .articleCard__excerpt {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.articleCard__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  background: #FFFFFF;
  overflow: hidden;
}

.articleCard__image {
  width: 150px;
  height: 180px;
  object-fit: contain;
  pointer-events: none;
}

.articleCard__body {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  min-width: 0;
}

.articleCard__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.articleCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.articleCard__link {
  color: inherit;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.articleCard__link:hover, .articleCard__link:focus-visible {
  color: #063D85;
}

.articleCard__excerpt {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.articleCard__more {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 10px 20px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #063D85;
  text-decoration: none;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.articleCard__more:hover, .articleCard__more:focus-visible {
  background: #063D85;
  color: #FFFFFF;
}

.articleCard_skeleton {
  pointer-events: none;
}

.articleCard__mediaSkeleton {
  flex-shrink: 0;
  align-self: center;
  width: 200px;
  height: 200px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .articleCard__mediaSkeleton {
    align-self: flex-start;
  }
}

.articleCard__lineShort {
  width: 70%;
}

.articleCard__moreSkeleton {
  align-self: flex-start;
  width: 130px;
  height: 44px;
  border-radius: 10px;
}

.aboutPage {
  display: flex;
  flex-direction: column;
  padding-block: 20px 60px;
}

.aboutIntro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 40px;
  border-radius: 20px;
  background: #F0F2F5;
}
@media (min-width: 768px) {
  .aboutIntro {
    flex-direction: row;
    gap: 30px;
  }
}

.aboutIntro__content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.aboutIntro__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.aboutIntro__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutIntro__text p {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.aboutIntro__media {
  position: relative;
  flex-shrink: 0;
  align-self: center;
  width: 220px;
  height: 200px;
}

.aboutIntro__image {
  position: absolute;
  object-fit: contain;
}

.aboutIntro__image_back {
  top: 0;
  left: 0;
  width: 208px;
  height: 179px;
}

.aboutIntro__image_front {
  top: 25px;
  left: 46px;
  width: 174px;
  height: 175px;
}

.aboutFacts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .aboutFacts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .aboutFacts {
    grid-template-columns: repeat(3, 1fr);
  }
}

.aboutServices {
  background: #F0F2F5;
  padding-block: 30px;
}
@media (min-width: 1024px) {
  .aboutServices {
    padding-block: 60px;
  }
}

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

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

.aboutServices__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.aboutServices__subtitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.aboutServices__viewport {
  position: relative;
}

.aboutServices__cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.aboutServices__cards::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .aboutServices__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .aboutServices__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.aboutServices__more {
  width: 100%;
  color: #063D85;
}

.aboutIndustry {
  padding-block: 30px;
}
@media (min-width: 1024px) {
  .aboutIndustry {
    padding-block: 60px;
  }
}

.aboutIndustry__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.aboutIndustry__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.aboutIndustry__viewport {
  position: relative;
}

.aboutIndustry__cards {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.aboutIndustry__cards::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .aboutIndustry__cards {
    overflow: visible;
    scroll-snap-type: none;
  }
}

.aboutScrollNav {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: none;
  border-radius: 100px;
  background: #FFFFFF;
  color: #404246;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  transform: translateY(-50%);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.aboutScrollNav .icon {
  display: block;
}
.aboutScrollNav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.aboutScrollNav_next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (hover: hover) {
  .aboutScrollNav:hover {
    color: #26272B;
  }
}
.aboutScrollNav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.aboutScrollNav.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .aboutScrollNav {
    display: none;
  }
}

.aboutCertificates {
  background: #F0F2F5;
  padding-block: 30px;
}
@media (min-width: 1024px) {
  .aboutCertificates {
    padding-block: 60px;
  }
}

.aboutCertificates__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .aboutCertificates__inner {
    gap: 30px;
  }
}

.aboutCertificates__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.aboutCertificates__viewport {
  position: relative;
}

.aboutCertificates__swiper {
  overflow: hidden;
}

.aboutCertificates__slide {
  display: flex;
  height: auto;
}

.aboutCertificates__nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.aboutCertificates__nav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.aboutCertificates__nav_next {
  right: 0;
  transform: translate(50%, -50%);
}
.aboutCertificates__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.aboutCertificates__card {
  position: relative;
  display: block;
  width: 100%;
  height: 230px;
  padding: 8px;
  border: none;
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .aboutCertificates__card {
    height: 320px;
    padding: 10px;
  }
}
.aboutCertificates__card:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.aboutCertificates__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.aboutCertificates__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(38, 39, 43, 0.5);
  opacity: 0;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.aboutCertificates__card:hover .aboutCertificates__overlay, .aboutCertificates__card:focus-visible .aboutCertificates__overlay {
  opacity: 1;
}

.aboutCertificates__zoom {
  display: inline-flex;
  color: #FFFFFF;
}

.aboutCertificates_locked {
  overflow: hidden;
}

.aboutCertificates__lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(13, 27, 42, 0.94);
}
.aboutCertificates__lightbox[hidden] {
  display: none;
}

.aboutCertificates__lightboxSwiper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.aboutCertificates__lightboxSlide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutCertificates__lightboxImg {
  max-width: 90vw;
  max-height: 82vh;
  object-fit: contain;
}

.aboutCertificates__lightboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  cursor: pointer;
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.aboutCertificates__lightboxClose:hover {
  background: rgba(255, 255, 255, 0.24);
}
.aboutCertificates__lightboxClose:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.aboutCertificates__lightboxArrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.aboutCertificates__lightboxArrow:hover {
  background: rgba(255, 255, 255, 0.24);
}
.aboutCertificates__lightboxArrow:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
.aboutCertificates__lightboxArrow_prev {
  left: 20px;
}
.aboutCertificates__lightboxArrow_next {
  right: 20px;
}
.aboutCertificates__lightboxArrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.aboutCertificates__lightboxCounter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #FFFFFF;
  transform: translateX(-50%);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.aboutLegal {
  padding-block: 30px;
}
@media (min-width: 1024px) {
  .aboutLegal {
    padding-block: 60px;
  }
}

.aboutLegal__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .aboutLegal__inner {
    gap: 30px;
  }
}

.aboutLegal__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.aboutLegal__list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.aboutLegal__row {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  border-radius: 10px;
}
.aboutLegal__row:nth-child(odd) {
  background: #F0F2F5;
}
@media (min-width: 768px) {
  .aboutLegal__row {
    flex-direction: row;
    gap: 10px;
    padding: 15px 30px;
  }
}

.aboutLegal__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #404246;
}
@media (min-width: 768px) {
  .aboutLegal__label {
    flex: 0 0 250px;
  }
}
@media (min-width: 1024px) {
  .aboutLegal__label {
    flex: 0 0 400px;
  }
}

.aboutLegal__value {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .aboutLegal__value {
    flex: 1 1 0;
    min-width: 0;
  }
}

.styleguide {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100vh;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .styleguide {
    grid-template-columns: 240px 1fr;
  }
}

.styleguide__sidebar {
  padding: 20px 15px;
  border-bottom: 1px solid #E0E3E9;
}
@media (min-width: 768px) {
  .styleguide__sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    border-right: 1px solid #E0E3E9;
    border-bottom: none;
  }
}

.styleguide__logo {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #26272B;
  margin: 0 0 20px;
}

.styleguide__nav {
  /* container */
}

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

.styleguide__navItem {
  /* nothing */
}

.styleguide__navLink {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: #6A6B6D;
  text-decoration: none;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.styleguide__navLink:hover {
  background: #F5F6F7;
  color: #26272B;
}

.styleguide__navLink_active {
  background: #063D85;
  color: #FFFFFF;
}

.styleguide__navLink_active:hover {
  background: #063D85;
  color: #FFFFFF;
}

.styleguide__main {
  padding: 30px 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .styleguide__main {
    padding: 40px 30px;
  }
}
@media (min-width: 1024px) {
  .styleguide__main {
    padding: 40px 60px;
    max-width: 1240px;
  }
}

.styleguide__section {
  padding: 40px 0;
  border-bottom: 1px dashed #E0E3E9;
}

.styleguide__section:last-child {
  border-bottom: none;
}

.styleguide__sectionTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #26272B;
  margin: 0 0 15px;
}

.styleguide__sectionDescription {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
  margin: 0 0 30px;
  max-width: 60ch;
}

.styleguide__subsectionTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
  margin: 30px 0 15px;
}

.styleguide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.styleguide__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.styleguide__rowLabel {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #6A6B6D;
  min-width: 120px;
}

.styleguide__colorCard,
.styleguide__iconCard,
.styleguide__spacingCard,
.styleguide__radiusCard,
.styleguide__shadowCard,
.styleguide__typeCard {
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.styleguide__iconGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

.styleguide__iconCard {
  align-items: center;
  text-align: center;
}

.styleguide__colorSwatch {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #E0E3E9;
}

.styleguide__codeLabel {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "JetBrains Mono", Consolas, monospace;
  color: #6A6B6D;
}

.styleguide__hex {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
  font-family: "JetBrains Mono", Consolas, monospace;
}

.styleguide__spacingBar {
  background: #063D85;
  height: 16px;
  border-radius: 5px;
}

.styleguide__radiusBox {
  background: #063D85;
  width: 100%;
  aspect-ratio: 1;
}

.styleguide__shadowBox {
  background: #FFFFFF;
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 10px;
  border: 1px solid #E0E3E9;
}

.styleguide__shadowBox_header {
  box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
}

.styleguide__shadowBox_card {
  box-shadow: 0 4px 12px rgba(12, 19, 26, 0.04);
}

.styleguide__shadowBox_dropdown {
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.15);
}

.styleguide__shadowBox_modal {
  box-shadow: 0 20px 48px rgba(12, 19, 26, 0.18);
}

.styleguide__productGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.styleguide__buttonRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.styleguide__preview {
  border: 1px dashed #E0E3E9;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}

.styleguide__preview_flush {
  margin-inline: calc(-1 * 15px);
}
@media (min-width: 768px) {
  .styleguide__preview_flush {
    margin-inline: calc(-1 * 30px);
  }
}
@media (min-width: 1024px) {
  .styleguide__preview_flush {
    margin-inline: calc(-1 * 60px);
  }
}

.styleguide__demo_textH3 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}

.styleguide__demo_textH4 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.styleguide__demo_textP1Medium {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
}

.styleguide__demo_textBody {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.styleguide__demo_textBodyMedium {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.styleguide__demo_textBodySm {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.styleguide__demo_textBodySmMedium {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.styleguide__demo_textCaption {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.styleguide__demo_textCaptionBold {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.styleguide__demo_textTagline {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
}

.catalogPage {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-block: 20px 40px;
}
@media (min-width: 1024px) {
  .catalogPage {
    gap: 20px;
  }
}

.catalogPage .linkGroups,
.catalogPage .seriesSlider {
  padding-block: 0;
}

@media (min-width: 1024px) {
  .catalogPage > .seriesSlider,
  .catalogPage > .linkGroups {
    margin-top: 20px;
  }
  .catalogPage > .catalogAbout,
  .catalogPage > .catalogRecommends,
  .catalogPage > .projectsSlider {
    margin-top: 40px;
  }
}
.catalogPage__products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .catalogPage__products {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}

.catalogPage__listing {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
@media (min-width: 1024px) {
  .catalogPage__listing {
    flex: 1 1 0;
  }
}

.catalogPage__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalogPage__more {
  display: flex;
}
.catalogPage__more[hidden] {
  display: none;
}
.catalogPage__more .button {
  width: 100%;
}

.catalogPage__moreBtn.is-loading {
  pointer-events: none;
}
.catalogPage__moreBtn.is-loading .catalogPage__moreSpinner {
  animation: catalogMoreSpin 0.8s linear infinite;
}

@keyframes catalogMoreSpin {
  to {
    transform: rotate(360deg);
  }
}
.productPage {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.productPage__main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  .productPage__main {
    gap: 20px;
  }
}

.productPage__main_top {
  padding-top: 20px;
}

.productPage__band {
  padding-block: 40px;
  background: #F5F6F7;
}
@media (min-width: 1024px) {
  .productPage__band {
    padding-block: 60px;
  }
}

.productPage__anchor {
  scroll-margin-top: 20px;
}

.productPage__title {
  margin: 0;
  color: #26272B;
  text-wrap: wrap;
  text-wrap: pretty;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .productPage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.productPage__flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 30px;
  height: 20px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 4px;
  border-radius: 3px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.productPage__brandLink {
  color: inherit;
  text-underline-offset: 0.1em;
  text-decoration: none;
}
.productPage__brandLink:hover {
  text-decoration: underline;
}
.productPage__brandLink:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.productPage__top {
  display: grid;
  align-items: start;
  gap: 20px;
  margin-top: 8px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "gallery" "buy" "specs";
}
@media (min-width: 768px) {
  .productPage__top {
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: minmax(0, 1fr) 300px;
    grid-template-areas: "gallery gallery" "specs   buy";
  }
}
@media (min-width: 1024px) {
  .productPage__top {
    grid-template-columns: 513px minmax(0, 1fr) 300px;
    grid-template-areas: "gallery specs buy";
  }
}

.productPage__top > .productGallery {
  grid-area: gallery;
}

.productPage__specs {
  grid-area: specs;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.productPage__buy {
  grid-area: buy;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}

.productPage__brand {
  display: none;
}
@media (min-width: 768px) {
  .productPage__brand {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 5px 8px;
    border-radius: 8px;
    transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.productPage__brand:hover {
  box-shadow: 0 4px 12px rgba(12, 19, 26, 0.15);
}
.productPage__brand:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.productPage__brandImage {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.kitsPage {
  display: flex;
  flex-direction: column;
  padding-block: 20px 40px;
}

.kitsPage__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.kitsPage__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.kitsPage__intro {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.kitsPage__products {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .kitsPage__products {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
}

.kitsPage__listing {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 0;
}
@media (min-width: 1024px) {
  .kitsPage__listing {
    flex: 1 1 0;
  }
}

.kitsPage__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  .kitsPage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .kitsPage__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.kitsPage__more {
  display: flex;
}
.kitsPage__more .button {
  width: 100%;
}

.kitsPage__moreBtn.is-loading {
  pointer-events: none;
}
.kitsPage__moreBtn.is-loading .kitsPage__moreSpinner {
  animation: kitsMoreSpin 0.8s linear infinite;
}

@keyframes kitsMoreSpin {
  to {
    transform: rotate(360deg);
  }
}
.comparePage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 60px;
}

.comparePage__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

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

.compareCategories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.compareCategories__tab {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 1px solid #E0E3E9;
  border-radius: 100px;
  background: #FFFFFF;
  color: #6A6B6D;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), border-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.compareCategories__tab:hover {
  border-color: #063D85;
  color: #063D85;
}
.compareCategories__tab:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.compareCategories__tab_active {
  border-color: #063D85;
  background: #063D85;
  color: #FFFFFF;
}
.compareCategories__tab_active:hover {
  color: #FFFFFF;
}
.compareCategories__tab_active .compareCategories__count {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

.compareCategories__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 100px;
  background: #F0F2F5;
  color: #6A6B6D;
  font-variant-numeric: tabular-nums;
}

.comparePage__panel[hidden] {
  display: none;
}

.compareTable {
  --cmp-label: 160px;
  --cmp-col: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .compareTable {
    --cmp-label: 240px;
    --cmp-col: 230px;
  }
}
@media (min-width: 1024px) {
  .compareTable {
    --cmp-label: 300px;
    --cmp-col: 280px;
  }
}

.compareTable__scroller {
  container-type: inline-size;
  overflow-x: auto;
  overflow-y: clip;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.compareTable__scroller::-webkit-scrollbar {
  display: none;
}

.compareTable__grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: max-content;
  min-width: 100%;
}

.compareTable__head {
  display: grid;
  grid-template-columns: var(--cmp-label) repeat(var(--cmp-cols), var(--cmp-col));
  column-gap: 10px;
  align-items: stretch;
  margin-bottom: 10px;
}

.compareTable__controls {
  position: sticky;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 20px;
  background: #FFFFFF;
}
.compareTable__controls::after {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 100%;
  width: 10px;
  background: #FFFFFF;
}
.compareTable__controls .button {
  width: 100%;
  justify-content: center;
}

.compareTable__clear {
  display: contents;
}

.compareTable__card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  background: #FFFFFF;
}

.compareTable__card_current {
  border: 2px solid #063D85;
}

.compareTable__flag {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 10px;
  background: #F0F2F5;
  color: #063D85;
}

.compareTable__remove {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: inline-flex;
  padding: 0;
  border: none;
  background: none;
  color: #A2A5AD;
  cursor: pointer;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.compareTable__remove:hover {
  color: #063D85;
}
.compareTable__remove:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.compareTable__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
@media (min-width: 768px) {
  .compareTable__media {
    height: 180px;
  }
}
@media (min-width: 1024px) {
  .compareTable__media {
    height: 250px;
  }
}

.compareTable__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.compareTable__image {
  max-width: 80%;
  max-height: 86%;
  object-fit: contain;
}

.compareTable__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding-inline: 15px;
}
@media (min-width: 1024px) {
  .compareTable__body {
    padding-inline: 20px;
  }
}

.compareTable__cardTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
  text-decoration: none;
}
.compareTable__cardTitle:hover {
  color: #063D85;
}
.compareTable__cardTitle:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.compareTable__countryFlag {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 1px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.compareTable__price {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: auto;
  color: #1C1F23;
}

/* Действия в карточке (корзина + КП): на десктопе — столбик, на мобильных — строка */
.compareTable__cardActions {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
}

.compareTable__cartForm,
.compareTable__cartButton,
.compareTable__quoteButton {
  min-width: 0;
  width: 100%;
}

.compareTable__cartForm {
  display: flex;
}

.compareTable__card .button {
  width: 100%;
  min-width: 0;
}

.compareTable__group {
  position: sticky;
  left: 0;
  display: flex;
  align-items: center;
  width: 100cqw;
  min-height: 44px;
  padding-block: 10px;
  border-radius: 10px;
  background: #F0F2F5;
  z-index: 1;
}

.compareTable__groupTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  padding-inline: 20px;
  color: #26272B;
}

.compareTable__row {
  display: grid;
  grid-template-columns: var(--cmp-label) auto;
  align-items: stretch;
}
.compareTable__row:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #FFFFFF;
}

.compareTable__values {
  display: grid;
  grid-template-columns: repeat(var(--cmp-cols), var(--cmp-col));
  column-gap: 10px;
  align-items: stretch;
  padding-left: 10px;
  border: 1px solid #E0E3E9;
  border-left: none;
  border-radius: 0 15px 15px 0;
  background: #FFFFFF;
}

.compareTable__cell {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px 20px;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.compareTable__cell_label {
  display: block;
  position: sticky;
  left: 0;
  z-index: 1;
  border: 1px solid #E0E3E9;
  border-right: none;
  border-radius: 15px 0 0 15px;
  background: #FFFFFF;
}
.compareTable__cell_label:has(.tooltip__bubble.is-visible) {
  z-index: 600;
}

.compareTable__label {
  min-width: 0;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.compareTable__info {
  display: inline-flex;
  margin-left: 5px;
  vertical-align: middle;
  color: #A2A5AD;
}

.compareTable_diffOnly .compareTable__row[data-same="1"] {
  display: none;
}

.compareTable_diffOnly .compareTable__group[data-has-diff="0"] {
  display: none;
}

.compareTable__sticky {
  position: fixed;
  top: 0;
  z-index: 200;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
}
.compareTable__sticky[hidden] {
  display: none;
}

.compareTable__stickyScroller {
  overflow-x: auto;
  scrollbar-width: none;
}
.compareTable__stickyScroller::-webkit-scrollbar {
  display: none;
}

.compareTable__miniRow {
  display: grid;
  grid-template-columns: var(--cmp-label) repeat(var(--cmp-cols), var(--cmp-col));
  column-gap: 10px;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
}

.compareTable__miniCorner {
  position: sticky;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #FFFFFF;
}
.compareTable__miniCorner::after {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 100%;
  width: 10px;
  background: #FFFFFF;
}

.compareTable__mini {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 20px;
  border-left: 1px solid #F0F2F5;
}

.compareTable__miniTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: flex-start;
  min-width: 0;
  color: #26272B;
}

.compareTable__miniTitleText {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.compareTable__miniCountryFlag {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 5px;
  margin-top: 2px;
  vertical-align: top;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.compareTable__miniPrice {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #1C1F23;
}

.compareTable__miniActions {
  display: flex;
  align-items: stretch;
  gap: 4px;
  margin-top: 4px;
}
.compareTable__miniActions > .compareTable__cartForm,
.compareTable__miniActions > .compareTable__cartButton,
.compareTable__miniActions > .compareTable__quoteButton {
  flex: 1 1 0;
  min-width: 0;
}
.compareTable__miniActions > .compareTable__removeForm {
  display: flex;
  flex: 0 0 auto;
}

.compareTable__miniBtn_remove {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #F0F2F5;
  color: #6A6B6D;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.compareTable__miniBtn_remove:hover {
  background: #E0E3E9;
  color: #063D85;
}
.compareTable__miniBtn_remove:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.compareTable__bar {
  position: sticky;
  bottom: 20px;
  z-index: 100;
  height: 8px;
  margin-top: 20px;
  margin-left: calc(var(--cmp-label) + 10px);
  border-radius: 100px;
  background: #F0F2F5;
  cursor: pointer;
  touch-action: none;
}
.compareTable__bar[hidden] {
  display: none;
}

.compareTable__thumb {
  height: 100%;
  border-radius: 100px;
  background: #D3D6DD;
  cursor: grab;
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.compareTable__thumb:hover {
  background: #A2A5AD;
}
.compareTable__thumb:active {
  background: #A2A5AD;
  cursor: grabbing;
}

.compareTable__desktop {
  display: none;
  /* В десктопной таблице кнопка корзины текстовая */
}
@media (min-width: 768px) {
  .compareTable__desktop {
    display: block;
  }
}
.compareTable__desktop .button__icon {
  display: none;
}

.compareTable__mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .compareTable__mobile {
    display: none;
  }
}

.compareTable__mSwitch {
  align-self: flex-start;
}

/* Действия из шапки таблицы (headActions) в мобильной версии — десктопная секция скрыта */
.compareTable__mActions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.compareTable__mActions .button {
  width: 100%;
  justify-content: center;
}

.compareTable__mSticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px 15px;
  border-radius: 0 0 10px 10px;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
}
.compareTable__mSticky[hidden] {
  display: none;
}
@media (min-width: 768px) {
  .compareTable__mSticky {
    display: none;
  }
}

.compareTable__mStickyCard {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.compareTable__mStickyInfo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.compareTable__mStickyActions {
  display: flex;
  align-items: stretch;
  gap: 4px;
}
.compareTable__mStickyActions > .compareTable__cartForm,
.compareTable__mStickyActions > .compareTable__cartButton,
.compareTable__mStickyActions > .compareTable__quoteButton {
  flex: 1 1 0;
  min-width: 0;
}
.compareTable__mStickyActions > .compareTable__removeForm {
  display: flex;
  flex: 0 0 auto;
}

.compareTable__mStickyBtn_remove {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #F0F2F5;
  color: #6A6B6D;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.compareTable__mStickyBtn_remove:hover {
  background: #E0E3E9;
  color: #063D85;
}
.compareTable__mStickyBtn_remove:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.compareTable__mStickyTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: flex-start;
  min-width: 0;
  color: #26272B;
}

.compareTable__mStickyTitleText {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.compareTable__mStickyCountryFlag {
  display: inline-block;
  width: 16px;
  height: 11px;
  margin-left: 5px;
  margin-top: 1px;
  vertical-align: top;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.compareTable__mStickyPrice {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #1C1F23;
}

.compareTable__slots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.compareTable__slot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  touch-action: pan-y;
}

.compareTable__slotCards {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  -webkit-user-select: none;
  user-select: none;
}

.compareTable__slotCard {
  flex: 1 1 auto;
}
.compareTable__slotCard[hidden] {
  display: none;
}
.compareTable__slotCard .compareTable__cardTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.compareTable__slotCard .compareTable__price {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.compareTable__pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.compareTable__pagerBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: none;
  border-radius: 100px;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(12, 19, 26, 0.05);
  color: #26272B;
  cursor: pointer;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.compareTable__pagerBtn:hover {
  color: #063D85;
}
.compareTable__pagerBtn:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.compareTable__counter {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #404246;
}

.compareTable__mParams {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.compareTable__mGroup {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #F0F2F5;
  color: #26272B;
}
.compareTable__mGroup:not(:first-child) {
  margin-top: 10px;
}

.compareTable__mRow {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.compareTable__mLabel {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  color: #26272B;
}

.compareTable__mValues {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #E0E3E9;
  border-radius: 10px;
}

.compareTable__mValue {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 10px 15px;
  color: #26272B;
}
.compareTable__mValue[data-pos="1"] {
  border-left: 1px solid #F0F2F5;
}

.compareTable_diffOnly .compareTable__mRow[data-same="1"] {
  display: none;
}

.compareTable_diffOnly .compareTable__mGroup[data-has-diff="0"] {
  display: none;
}

/* Мобильная версия: кнопка корзины — только иконка, действия в одну строку (в узкой карточке мало места) */
.compareTable__mobile .compareTable__body {
  padding-inline: 10px;
}
.compareTable__mobile .compareTable__cardActions {
  flex-direction: row;
  align-items: stretch;
  gap: 4px;
}
.compareTable__mobile .compareTable__quoteButton {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  padding: 6px 8px;
  white-space: normal;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.compareTable__mobile .compareTable__cartForm,
.compareTable__mobile .compareTable__cartButton {
  flex: 0 0 auto;
  width: 36px;
  min-width: 36px;
}
.compareTable__mobile .compareTable__cartForm .button,
.compareTable__mobile .compareTable__cartButton {
  padding-inline: 0;
}
.compareTable__mobile .compareTable__cartForm .button__label,
.compareTable__mobile .compareTable__cartButton .button__label {
  display: none;
}

.servicesMain {
  background: #F5F6F7;
}

.servicesPage {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-block: 20px 60px;
}

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

.servicesPage__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .servicesPage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .servicesPage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.servicesPage__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.servicesPage__intro p {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}
@media (min-width: 1024px) {
  .servicesPage__intro p {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.servicesPage__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .servicesPage__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.servicePageMain {
  background: #FFFFFF;
}

.servicePage {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-block: 20px 40px;
}

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

.servicePage__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .servicePage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .servicePage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.serviceContent .serviceInfo + .document_block {
  margin-top: 15px;
}

.serviceContent h1,
.serviceContent h2,
.serviceContent h3 {
  margin: 30px 0 15px;
  color: #1C1F23;
}
.serviceContent h1:first-child,
.serviceContent h2:first-child,
.serviceContent h3:first-child {
  margin-top: 0;
}
.serviceContent h1 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
.serviceContent h2 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .serviceContent h2 {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.serviceContent h3 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
}
.serviceContent p {
  margin: 0 0 15px;
}
.serviceContent p:last-child {
  margin-bottom: 0;
}

.serviceInfo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border-radius: 20px;
  background: #F5F6F7;
}
@media (min-width: 1024px) {
  .serviceInfo {
    gap: 30px;
    padding: 40px;
  }
}

.serviceInfo__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
  text-align: left;
}
@media (min-width: 768px) {
  .serviceInfo__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
  }
}

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

.serviceInfo__item {
  display: flex;
  gap: 20px;
}

.serviceInfo__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.serviceInfo__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.serviceInfo__lead {
  font-weight: 700;
}

.serviceSpec {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .serviceSpec {
    margin-top: 60px;
    gap: 30px;
  }
}

.serviceSpec__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.serviceSpec__table {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.serviceSpec__row {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
  background: #FFFFFF;
}

.serviceSpec__row_head {
  display: none;
}

.serviceSpec__cell {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #404246;
}

.serviceSpec__cell::before {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  content: attr(data-label);
  color: #6A6B6D;
}

.serviceSpec__cell_num {
  flex-direction: row;
  gap: 0;
  color: #26272B;
  font-weight: 600;
}

.serviceSpec__cell_num::before {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
  font-weight: 600;
}

@media (min-width: 768px) {
  .serviceSpec__row {
    display: grid;
    grid-template-columns: 44px minmax(0, 2.4fr) minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 30px;
    align-items: center;
    padding: 10px 30px;
  }
  .serviceSpec__row_head {
    display: grid;
    border: 0;
    background: #F5F6F7;
  }
  .serviceSpec__cell {
    flex-direction: row;
    gap: 0;
  }
  .serviceSpec__cell::before {
    display: none;
  }
  .serviceSpec__row_head .serviceSpec__cell {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #6A6B6D;
  }
}
.serviceSpec__desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  border-radius: 20px;
  background: #F5F6F7;
}
@media (min-width: 768px) {
  .serviceSpec__desc {
    align-items: center;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .serviceSpec__desc {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
}

.serviceSpec__text {
  display: flex;
  flex-direction: column;
  color: #26272B;
}
.serviceSpec__text p {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

.serviceSpec__image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .serviceSpec__image {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  .serviceSpec__image {
    flex: 0 0 auto;
  }
}

.servicePage__band {
  width: 100vw;
  margin-top: 40px;
  margin-left: calc(50% - 50vw);
  padding-block: 40px;
  background: #F5F6F7;
}
@media (min-width: 1024px) {
  .servicePage__band {
    margin-top: 60px;
    padding-block: 60px;
  }
}

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

.specSheet__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
  font-weight: 600;
}

.specSheet__table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.specSheet__head {
  display: none;
}

.specSheet__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.specSheet__groupTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
  font-weight: 600;
}

.specSheet__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
  background: #FFFFFF;
}

.specSheet__param {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
  font-weight: 600;
}

.specSheet__metrics {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.specSheet__cell {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  color: #404246;
}

.specSheet__cell::before {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  content: attr(data-label);
  color: #6A6B6D;
}

.specSheet__value {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #404246;
}

.specSheet__row_note {
  flex-direction: row;
  gap: 20px;
  padding-block: 8px;
  border: 0;
}

.specSheet__noteParam,
.specSheet__noteText {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #6A6B6D;
}

.specSheet__noteParam {
  flex: 0 0 38%;
}

@media (min-width: 768px) {
  .specSheet__head {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 2.6fr) minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
    border: 1px solid #E0E3E9;
    border-radius: 15px;
    background: #FFFFFF;
  }
  .specSheet__headCell {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: #6A6B6D;
  }
  .specSheet__row_metric,
  .specSheet__row_simple,
  .specSheet__row_note {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 2.6fr) minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
  }
  .specSheet__metrics {
    display: contents;
  }
  .specSheet__cell::before {
    display: none;
  }
  .specSheet__row_simple .specSheet__value,
  .specSheet__noteText {
    grid-column: 2/-1;
  }
}
.serviceDoes {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .serviceDoes {
    margin-top: 60px;
  }
}

.serviceDoes__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.serviceDoes__list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .serviceDoes__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.serviceDoes__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #F5F6F7;
}

.serviceDoes__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.serviceDoes__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.warrantyMain {
  background: #FFFFFF;
}

.warrantyPage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 60px;
}

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

.warrantyHeading__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .warrantyHeading__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .warrantyHeading__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.warrantyHeading__media {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .warrantyHeading__media {
    gap: 30px;
  }
  .warrantyHeading__media .document {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .warrantyHeading__media {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
  .warrantyHeading__media .document {
    flex: 0 0 auto;
    width: auto;
  }
}

.warrantyHeading__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .warrantyHeading__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    flex: 1 1 auto;
  }
}

.serviceCenters {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px;
}

.serviceCenters__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.serviceCenters__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .serviceCenters__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.serviceCenters__subtitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .serviceCenters__subtitle {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.serviceMap {
  height: 350px;
  overflow: hidden;
  background: #D3D6DD;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .serviceMap {
    height: 500px;
  }
}

.serviceMap__canvas {
  display: none;
  width: 100%;
  height: 100%;
}

.serviceMap_js .serviceMap__canvas {
  display: block;
}

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

.centersList__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .centersList__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.centersList__search {
  position: relative;
}
@media (min-width: 1024px) {
  .centersList__search {
    max-width: 330px;
  }
}

.centersDropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(14, 25, 35, 0.15);
}
.centersDropdown[hidden] {
  display: none;
}

.centersDropdown__list {
  max-height: 280px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  list-style: none;
}

.centersDropdown__option {
  padding: 10px 15px;
  border-radius: 10px;
  color: #26272B;
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .centersDropdown__option:hover {
    background: #F5F6F7;
  }
}
.centersDropdown__option[hidden] {
  display: none;
}

.centersDropdown__empty {
  padding: 10px 15px;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.centersDropdown__empty[hidden] {
  display: none;
}

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

.centersList__empty {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.cityCard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #D3D6DD;
  border-radius: 10px;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .cityCard {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 20px 30px;
  }
}

.cityCard[hidden] {
  display: none;
}

.cityCard_active {
  background: #F5F6F7;
  border-color: #063D85;
}

.cityCard__city {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #26272B;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .cityCard__city {
    flex: 0 0 200px;
  }
}
@media (hover: hover) {
  .cityCard__city:hover {
    color: #063D85;
  }
}
.cityCard__city:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}
.cityCard__city:active {
  color: #02205C;
}

.cityCard__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .cityCard__contacts {
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}

.cityCard__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-style: normal;
}
@media (min-width: 1024px) {
  .cityCard__contact {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (min-width: 1024px) {
  .cityCard__contact_address {
    flex: 1.6 1 0;
  }
}

.cityCard__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.cityCard__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.cityCard__link {
  color: inherit;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .cityCard__link:hover {
    color: #063D85;
  }
}
.cityCard__link:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
  border-radius: 5px;
}

.warrantyTerms {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}

.warrantyTerms__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .warrantyTerms__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

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

.warrantyTerms__item {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  gap: 8px;
  color: #404246;
}
@media (min-width: 1024px) {
  .warrantyTerms__item {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.warrantyTerms__item::before {
  content: "•";
  flex: 0 0 auto;
}

.warrantyPage .contactsForm {
  padding-top: 40px;
}

.portfolioPage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 60px;
}
@media (min-width: 1024px) {
  .portfolioPage {
    gap: 30px;
  }
}

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

.portfolioHeading__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .portfolioHeading__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .portfolioHeading__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.portfolioFilter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border-radius: 20px;
  background: #F0F2F5;
}
@media (min-width: 768px) {
  .portfolioFilter {
    gap: 20px;
    padding: 20px 30px;
  }
}
@media (min-width: 1024px) {
  .portfolioFilter {
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
  }
}

.portfolioFilter__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1024px) {
  .portfolioFilter__field {
    flex: 1 1 0;
    min-width: 0;
  }
}
.portfolioFilter__field .select__optionIcon {
  color: #FF5C01;
}

.portfolioFilter__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #1C1F23;
}

.portfolioFilter__submit {
  display: flex;
}

.portfolioFilter__submit .button {
  width: 100%;
}
@media (min-width: 1024px) {
  .portfolioFilter__submit .button {
    width: auto;
  }
}

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

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

.portfolioCard__mediaSkeleton {
  flex-shrink: 0;
  align-self: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .portfolioCard__mediaSkeleton {
    align-self: flex-start;
    width: 240px;
  }
}
@media (min-width: 1024px) {
  .portfolioCard__mediaSkeleton {
    width: 300px;
    height: 300px;
    aspect-ratio: auto;
  }
}

.portfolioCard {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  border-radius: 15px;
  background: #F5F6F7;
}
@media (min-width: 768px) {
  .portfolioCard {
    flex-direction: row;
    gap: 20px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .portfolioCard {
    gap: 30px;
    padding: 30px;
  }
}

.portfolioCard__media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .portfolioCard__media {
    width: 240px;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 1024px) {
  .portfolioCard__media {
    width: 300px;
    height: 300px;
    aspect-ratio: auto;
  }
}

.portfolioCard__gallery {
  width: 100%;
  height: 100%;
}

.portfolioCard__slide {
  height: 100%;
}

.portfolioCard__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolioCard__badge {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 10px;
  background: #FF5C01;
  color: #FFFFFF;
}

.portfolioCard__badgeIcon {
  display: inline-flex;
}

.portfolioCard__dots.swiper-pagination {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 50%;
  display: flex;
  justify-content: center;
  gap: 5px;
  width: auto;
  transform: translateX(-50%);
}

.portfolioCard__dot {
  width: 50px;
  height: 3px;
  margin: 0;
  border-radius: 10px;
  background: #FFFFFF;
  opacity: 0.5;
  cursor: pointer;
}

.portfolioCard__dot_active {
  opacity: 1;
}

.portfolioCard__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.portfolioCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}

.portfolioCard__link {
  color: #26272B;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolioCard__link:hover {
  color: #063D85;
}
.portfolioCard__link:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.portfolioCard__specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

.portfolioCard__spec {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.portfolioCard__specLabel {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

.portfolioCard__specValue {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.portfolioCard__specLink {
  color: #063D85;
  text-decoration: none;
}
.portfolioCard__specLink:hover {
  text-decoration: underline;
}
.portfolioCard__specLink:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.portfolioMore {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.portfolioMore__loadMore {
  width: 100%;
}

.portfolioMore__loadMore.is-loading {
  pointer-events: none;
}
.portfolioMore__loadMore.is-loading .portfolioMore__loadMoreSpinner {
  animation: portfolioMoreSpin 0.8s linear infinite;
}

@keyframes portfolioMoreSpin {
  to {
    transform: rotate(360deg);
  }
}
.projectPage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 60px;
}
.projectPage .contactsForm__card {
  padding-inline: 0;
}

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

.projectPage__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .projectPage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .projectPage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.projectInfo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .projectInfo {
    gap: 30px;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .projectInfo {
    flex-direction: row;
  }
}

.projectInfo__media {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #D3D6DD;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .projectInfo__media {
    width: 350px;
    height: 350px;
    aspect-ratio: auto;
  }
}

.projectInfo__open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
}

.projectInfo__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projectInfo__specs {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .projectInfo__specs {
    gap: 10px;
  }
}

.projectInfo__spec {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .projectInfo__spec {
    flex-direction: row;
    gap: 20px;
  }
}

.projectInfo__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  flex: 0 0 auto;
  margin: 0;
  color: #6A6B6D;
}
@media (min-width: 768px) {
  .projectInfo__label {
    width: 200px;
  }
}

.projectInfo__value {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #1C1F23;
}

.projectInfo__logo {
  display: block;
  width: auto;
  height: 24px;
}

.projectGallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .projectGallery {
    padding: 30px;
  }
}

.projectGallery__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .projectGallery__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.projectGallery__viewport {
  position: relative;
}

.projectGallery__swiper {
  overflow: hidden;
}

.projectGallery__slide {
  width: 200px;
  height: auto;
}
@media (min-width: 768px) {
  .projectGallery__slide {
    width: 300px;
  }
}

.projectGallery__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  background: #D3D6DD;
  border-radius: 20px;
}

.projectGallery__nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #FFFFFF;
  border: none;
  border-radius: 100px;
  color: #404246;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .projectGallery__nav:hover {
    color: #26272B;
  }
}
.projectGallery__nav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.projectGallery__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.projectGallery__nav .icon {
  display: block;
}

.projectGallery__nav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.projectGallery__nav_next {
  right: 0;
  transform: translate(50%, -50%);
}

.projectGallery__open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
}

.projectGallery_locked {
  overflow: hidden;
}

.projectGallery__lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(13, 27, 42, 0.94);
}
.projectGallery__lightbox[hidden] {
  display: none;
}

.projectGallery__lightboxSwiper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.projectGallery__lightboxSlide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.projectGallery__lightboxImg {
  max-width: 90vw;
  max-height: 82vh;
  object-fit: contain;
}

.projectGallery__lightboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  cursor: pointer;
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.projectGallery__lightboxClose:hover {
  background: rgba(255, 255, 255, 0.24);
}
.projectGallery__lightboxClose:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.projectGallery__lightboxArrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.projectGallery__lightboxArrow:hover {
  background: rgba(255, 255, 255, 0.24);
}
.projectGallery__lightboxArrow:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
.projectGallery__lightboxArrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.projectGallery__lightboxArrow_prev {
  left: 20px;
}

.projectGallery__lightboxArrow_next {
  right: 20px;
}

.projectGallery__lightboxCounter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #FFFFFF;
  transform: translateX(-50%);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

.projectDetails {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .projectDetails {
    padding: 30px;
  }
}

.projectDetails__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.projectDetails__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.projectDetails__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.projectDetails__html {
  color: #26272B;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.projectDetails__html > * + * {
  margin-top: 20px;
}
.projectDetails__html h2,
.projectDetails__html .h2,
.projectDetails__html h3 {
  margin: 30px 0 15px;
  color: #1C1F23;
}
.projectDetails__html h2:first-child,
.projectDetails__html .h2:first-child,
.projectDetails__html h3:first-child {
  margin-top: 0;
}
.projectDetails__html h2,
.projectDetails__html .h2 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .projectDetails__html h2,
  .projectDetails__html .h2 {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.projectDetails__html h3 {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
}
.projectDetails__html p {
  margin: 0;
}
.projectDetails__html p + p {
  margin-top: 15px;
}
.projectDetails__html strong,
.projectDetails__html b {
  font-weight: 600;
}
.projectDetails__html ul,
.projectDetails__html ol,
.projectDetails__html ul:has(> li:not([class])),
.projectDetails__html ol:has(> li:not([class])) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 15px 0 20px;
  list-style: none;
}
.projectDetails__html ul:first-child,
.projectDetails__html ol:first-child,
.projectDetails__html ul:has(> li:not([class])):first-child,
.projectDetails__html ol:has(> li:not([class])):first-child {
  margin-top: 0;
}
.projectDetails__html ul:last-child,
.projectDetails__html ol:last-child,
.projectDetails__html ul:has(> li:not([class])):last-child,
.projectDetails__html ol:has(> li:not([class])):last-child {
  margin-bottom: 0;
}
.projectDetails__html li {
  position: relative;
  padding-left: 30px;
}
.projectDetails__html ul > li::before,
.projectDetails__html ul:has(> li:not([class])) > li:not([class])::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 10px;
  width: 8px;
  height: 8px;
  background: #FF5C01;
  border-radius: 100px;
  transform: translateY(-50%);
}
.projectDetails__html ol,
.projectDetails__html ol:has(> li:not([class])) {
  counter-reset: item;
}
.projectDetails__html ol > li,
.projectDetails__html ol:has(> li:not([class])) > li:not([class]) {
  counter-increment: item;
}
.projectDetails__html ol > li::before,
.projectDetails__html ol:has(> li:not([class])) > li:not([class])::before {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  content: counter(item);
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  background: #FF5C01;
  border-radius: 100px;
}
.projectDetails__html li > ul,
.projectDetails__html li > ol {
  margin-top: 10px;
}
.projectDetails__html img {
  max-width: 100%;
  height: auto;
}

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

.projectDetails__item {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  gap: 8px;
  color: #1C1F23;
}

.projectDetails__item::before {
  content: "•";
  flex: 0 0 auto;
}

.cartPage {
  background: #F5F6F7;
}

.cartPage__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 40px;
}
@media (min-width: 1024px) {
  .cartPage__inner {
    padding-block: 20px 60px;
  }
}

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

.cartPage__back {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  color: #6A6B6D;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .cartPage__back:hover {
    color: #063D85;
  }
}
.cartPage__back:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.cartPage__backIcon {
  display: inline-flex;
}

.cartPage__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}
@media (min-width: 768px) {
  .cartPage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .cartPage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.cartPage__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .cartPage__body {
    flex-direction: row;
    align-items: flex-start;
  }
}

.cartPage__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .cartPage__items {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.cartPage__empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
}

.cartPage__emptyTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

@media (min-width: 1024px) {
  .cartPage__summary {
    position: sticky;
    top: 20px;
    flex: 0 0 401px;
  }
}

.cartSummary {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(41, 55, 68, 0.1);
}

.cartSummary__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 20px;
  background: #F0F2F5;
  border-radius: 10px;
}
.cartSummary__total[hidden] {
  display: none;
}
@media (min-width: 768px) {
  .cartSummary__total {
    padding: 20px;
  }
}

.cartSummary__totalLabel {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.cartSummary__totalValue {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cartSummary__totalValue {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.checkoutForm {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.checkoutForm[hidden] {
  display: none;
}

.checkoutForm__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
  text-align: center;
}
@media (min-width: 1024px) {
  .checkoutForm__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
  }
}

.checkoutForm__fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkoutForm__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.checkoutForm__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.checkoutForm__req {
  color: #F14709;
}

.checkoutForm__error {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #F14709;
}

.checkoutForm__field_error .input,
.checkoutForm__field_error .checkoutForm__phone,
.checkoutForm__field_error .checkoutForm__file,
.checkoutForm__field_error .checkoutForm__textarea {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}
.checkoutForm__field_error .input:focus-within,
.checkoutForm__field_error .checkoutForm__phone:focus-within,
.checkoutForm__field_error .checkoutForm__file:focus-within,
.checkoutForm__field_error .checkoutForm__textarea:focus {
  border-color: #F14709;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.checkoutForm__phone {
  display: flex;
  align-items: stretch;
  min-height: 48px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkoutForm__phone:focus-within {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.checkoutForm__country {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
  padding-inline: 10px;
  background: #F5F6F7;
  border-right: 1px solid #E0E3E9;
  color: #6A6B6D;
}

.checkoutForm__flag {
  display: inline-flex;
}
.checkoutForm__flag .icon {
  width: 21px;
  height: 16px;
}

.checkoutForm__phoneInput {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #26272B;
  appearance: none;
}
.checkoutForm__phoneInput::placeholder {
  color: #8B8F95;
  opacity: 1;
}

.checkoutForm__file {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 15px;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px dashed #D3D6DD;
  border-radius: 10px;
  color: #26272B;
  cursor: pointer;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .checkoutForm__file:hover {
    border-color: #063D85;
  }
}
.checkoutForm__file:focus-within {
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

.checkoutForm__fileInput {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkoutForm__fileIcon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #6A6B6D;
}

.checkoutForm__fileText {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.checkoutForm__comment {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.checkoutForm__commentToggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  list-style: none;
  cursor: pointer;
}
.checkoutForm__commentToggle::-webkit-details-marker {
  display: none;
}
.checkoutForm__commentToggle:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
  border-radius: 5px;
}

.checkoutForm__commentChevron {
  display: inline-flex;
  color: #6A6B6D;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.checkoutForm__comment[open] .checkoutForm__commentChevron {
  transform: rotate(180deg);
}

.checkoutForm__textarea {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  width: 100%;
  min-height: 90px;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  color: #26272B;
  resize: vertical;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkoutForm__textarea::placeholder {
  color: #8B8F95;
  opacity: 1;
}
.checkoutForm__textarea:focus {
  outline: 0;
  border-color: #063D85;
  background: rgba(3, 97, 220, 0.05);
}

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

.checkoutForm__actions .button {
  width: 100%;
}

.checkoutForm__consent {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.checkoutForm__consent_error .checkbox__box {
  border-color: #F14709;
  box-shadow: 0 0 0 3px rgba(241, 71, 9, 0.12);
}

.checkoutForm__error_form[hidden] {
  display: none;
}

.checkoutForm__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  padding: 20px 0;
}
.checkoutForm__success[hidden] {
  display: none;
}

.checkoutForm__successIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #149748;
  background: rgba(20, 151, 72, 0.12);
  border-radius: 100px;
}

.checkoutForm__successTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.checkoutForm__successText {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

.ratingMain {
  background: #FFFFFF;
}

.ratingPage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 60px;
}

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

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

.ratingHeading__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .ratingHeading__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .ratingHeading__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.ratingHeading__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .ratingHeading__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

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

.ratingInfo__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .ratingInfo__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .ratingInfo__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.ratingInfo__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .ratingInfo__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.ratingList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ratingCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ratingCard {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .ratingCard {
    flex-direction: row;
    align-items: center;
  }
}

.ratingCard__logo {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 120px;
  background: #063D85;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ratingCard__logo {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .ratingCard__logo {
    flex: 0 0 auto;
  }
}

.ratingCard__logoImage {
  max-width: 80%;
  height: auto;
}

.ratingCard__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  order: 3;
  margin: 0;
  color: #404246;
}
@media (min-width: 768px) {
  .ratingCard__text {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .ratingCard__text {
    flex: 1 1 auto;
  }
}

.ratingCard__name {
  font-weight: 600;
}

.ratingCard__rating {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  order: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin: 0;
  padding: 15px 20px;
  color: #26272B;
  background: #F5F6F7;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .ratingCard__rating {
    order: 3;
    align-self: flex-start;
    padding: 20px;
  }
}

.ratingCard__star {
  display: inline-flex;
  color: #FF5C01;
}

.ratingCard__ratingValue {
  font-weight: 600;
}

.ratingSummary {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .ratingSummary {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.ratingCategories {
  background: #F5F6F7;
}

.ratingCategories__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .ratingCategories__inner {
    gap: 60px;
    padding-block: 60px;
  }
}

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

.ratingCategory__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .ratingCategory__card {
    gap: 30px;
    padding: 40px;
  }
}

.ratingCategory__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .ratingCategory__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.ratingCategory__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .ratingCategory__intro {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
}

.ratingCategory__media {
  width: 100%;
  max-width: 250px;
  height: 220px;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ratingCategory__media {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .ratingCategory__media {
    flex: 0 0 auto;
  }
}

.ratingCategory__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratingCategory__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .ratingCategory__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
    flex: 1 1 auto;
  }
}

.ratingTabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ratingTabs {
    padding: 30px 40px;
  }
}

.ratingTabs__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .ratingTabs__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.ratingTabs__power {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ratingTabs__powerTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.ratingTabs__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.energyMain {
  background: #F5F6F7;
}

.energyIntro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 40px;
}
@media (min-width: 1024px) {
  .energyIntro {
    padding-block: 20px 60px;
  }
}

.staticPage__content > .energyHero + .energyApplications {
  margin-top: 20px;
}

.staticPage__content > .energyApplications + .energyScheme {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .staticPage__content > .energyApplications + .energyScheme {
    margin-top: 60px;
  }
}

.staticPage__content > .energyScheme,
.staticPage__content > .energySpecs,
.staticPage__content > .energyDelivery {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: #FFFFFF;
}

.staticPage__content > .energyDelivery > .energyDelivery__inner {
  padding-bottom: 30px;
}

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

.energyHero__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 1024px) {
  .energyHero__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.energyHero__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .energyHero__card {
    gap: 40px;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .energyHero__card {
    flex-direction: row;
    align-items: stretch;
  }
}

.energyHero__media {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: 2px solid #E0E3E9;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .energyHero__media {
    height: 274px;
  }
}
@media (min-width: 1024px) {
  .energyHero__media {
    flex: 0 0 auto;
    width: 334px;
  }
}

.energyHero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.energyHero__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .energyHero__body {
    flex: 1 1 auto;
  }
}

.energyHero__series {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.energyHero__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .energyHero__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.energyHero__badge {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  padding: 15px 20px;
  color: #FFFFFF;
  text-align: center;
  background: #FF5C01;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .energyHero__badge {
    padding: 15px 40px;
  }
}

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

.energyApplications__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .energyApplications__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.energyApplications__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .energyApplications__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.energyApplicationCard {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .energyApplicationCard {
    flex: 1 1 calc(50% - 5px);
  }
}
@media (min-width: 1024px) {
  .energyApplicationCard {
    flex: 1 1 0;
  }
}

.energyApplicationCard__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.energyApplicationCard__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.energySection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .energySection {
    gap: 30px;
  }
}

.energySection__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .energySection__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.energyScheme {
  background: #FFFFFF;
}

.energyScheme__inner {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .energyScheme__inner {
    padding-block: 60px;
  }
}

.energyScheme__box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background: #E7ECF2;
  border-radius: 20px;
}

.energyScheme__image {
  display: block;
  width: 100%;
  max-width: 1043px;
  height: auto;
}

.energyMaterials {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .energyMaterials {
    gap: 60px;
    padding-block: 60px;
  }
}

.energyFeatures {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .energyFeatures {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.energyFeatureCard {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .energyFeatureCard {
    padding: 30px;
  }
}

.energyFeatureCard__head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}

.energyFeatureCard__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.energyFeatureCard__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.energyFeatureCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.energyFeatureCard__desc {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.energyFeatureCard__image {
  display: block;
  width: 100%;
  max-width: 299px;
  height: auto;
  border-radius: 10px;
}

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

.energyOptionCard {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
}

.energyOptionCard__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.energyOptionCard__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.energySpecs {
  background: #FFFFFF;
}

.energySpecs__inner {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .energySpecs__inner {
    padding-block: 60px;
  }
}

.energySpecs__groups {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.energySpecHead {
  display: none;
}
@media (min-width: 1024px) {
  .energySpecHead {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 20px;
    background: #F0F2F5;
    border: 1px solid transparent;
    border-radius: 15px;
  }
}

.energySpecHead__param {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  flex: 0 0 250px;
  color: #26272B;
}

.energySpecHead__models {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 10px;
}

.energySpecHead__model {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
  text-align: center;
}

.energySpecGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.energySpecGroup__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.energySpecGroup__rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.energySpecRow {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .energySpecRow {
    flex-direction: row;
    gap: 30px;
    align-items: center;
  }
}

.energySpecRow__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}
@media (min-width: 1024px) {
  .energySpecRow__label {
    flex: 0 0 250px;
  }
}

.energySpecRow__value {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}
@media (min-width: 1024px) {
  .energySpecRow__value {
    flex: 1 1 auto;
    text-align: center;
  }
}

.energySpecRow__value_cells {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1024px) {
  .energySpecRow__value_cells {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 10px;
  }
}

.energySpecCell {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 60px;
}
@media (min-width: 1024px) {
  .energySpecCell {
    gap: 0;
    min-width: 0;
    text-align: center;
  }
}

.energySpecCell__model {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #6A6B6D;
}
@media (min-width: 1024px) {
  .energySpecCell__model {
    display: none;
  }
}

.energySpecCell__value {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.energySpecs__note {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 10px;
}

.energySpecs__noteIcon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #063D85;
}

.energySpecs__noteText {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #404246;
}

.energyDelivery {
  background: #FFFFFF;
}

.energyDelivery__banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
  background: #063D85;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .energyDelivery__banner {
    padding: 30px 20px;
  }
}

.energyDelivery__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FFFFFF;
}

.energyDelivery__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .energyDelivery__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.energyService {
  background: #FFFFFF;
}

.energyService__inner {
  padding-block: 40px 60px;
}
@media (min-width: 1024px) {
  .energyService__inner {
    padding-block: 60px;
  }
}

.energyServiceMap {
  position: relative;
  width: 100%;
  height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .energyServiceMap {
    height: 420px;
  }
}
@media (min-width: 1024px) {
  .energyServiceMap {
    height: 450px;
  }
}

.energyServiceMap__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.energyServiceMap__pin {
  position: absolute;
  display: inline-flex;
  color: #063D85;
  transform: translate(-50%, -100%);
}

.imcodMain {
  background: #F5F6F7;
}

.imcodIntro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 40px;
}
@media (min-width: 1024px) {
  .imcodIntro {
    padding-block: 20px 60px;
  }
}

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

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

.staticPage__content > .imcodHero__head + .imcodCompose {
  margin-top: 20px;
}

.staticPage__content > .imcodCompose + .imcodFeatures {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .staticPage__content > .imcodCompose + .imcodFeatures {
    margin-top: 60px;
  }
}

.staticPage__content > .imcodFeatures,
.staticPage__content > .imcodSolutions {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.imcodHero__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .imcodHero__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .imcodHero__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.imcodHero__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .imcodHero__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.imcodCompose {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .imcodCompose {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
  }
}
@media (min-width: 1024px) {
  .imcodCompose {
    gap: 80px;
  }
}

.imcodCompose__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .imcodCompose__media {
    flex: 0 0 auto;
  }
}

.imcodCompose__image {
  display: block;
  width: 100%;
  max-width: 309px;
  height: auto;
}
@media (min-width: 1024px) {
  .imcodCompose__image {
    max-width: 353px;
  }
}

.imcodCompose__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .imcodCompose__body {
    flex: 1 1 auto;
  }
}

.imcodCompose__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}
@media (min-width: 1024px) {
  .imcodCompose__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

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

.imcodComposeItem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.imcodComposeItem__num {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  background: #F14709;
  border-radius: 50%;
}

.imcodComposeItem__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.imcodFeatures {
  background: #FFFFFF;
}

.imcodFeatures__inner {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .imcodFeatures__inner {
    padding-block: 60px;
  }
}

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

.imcodFeatureCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .imcodFeatureCard {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    padding: 30px 40px;
  }
}

.imcodFeatureCard__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .imcodFeatureCard__media {
    flex: 0 0 240px;
  }
}
@media (min-width: 1024px) {
  .imcodFeatureCard__media {
    flex: 0 0 300px;
  }
}

.imcodFeatureCard__image {
  display: block;
  width: 100%;
  max-width: 289px;
  height: auto;
}
@media (min-width: 768px) {
  .imcodFeatureCard__image {
    max-width: 100%;
  }
}

.imcodFeatureCard__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .imcodFeatureCard__body {
    flex: 1 1 auto;
  }
}

.imcodFeatureCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}
@media (min-width: 1024px) {
  .imcodFeatureCard__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

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

.imcodBullet {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.imcodBullet__dot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 9px;
  background: #063D85;
  border-radius: 50%;
}

.imcodBullet__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.imcodSection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .imcodSection {
    gap: 30px;
  }
}

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

.imcodSection__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .imcodSection__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.imcodSection__title_sm {
  color: #26272B;
}
@media (min-width: 768px) {
  .imcodSection__title_sm {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.imcodSection__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.imcodCooling {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .imcodCooling {
    padding-block: 60px;
  }
}

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

.imcodCoolingCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .imcodCoolingCard {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    padding: 30px;
  }
}

.imcodCoolingCard__media {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #D3D6DD;
  border-radius: 20px;
}

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

.imcodCoolingCard__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .imcodCoolingCard__body {
    flex: 1 1 auto;
  }
}

.imcodCoolingCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.imcodCoolingCard__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.imcodDual {
  padding-block: 0 40px;
}
@media (min-width: 1024px) {
  .imcodDual {
    padding-block: 0 60px;
  }
}

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

.imcodDualCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .imcodDualCard {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    padding: 30px;
  }
}

.imcodDualCard_media_end .imcodDualCard__media {
  order: 1;
}

.imcodDualCard__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .imcodDualCard__media {
    flex: 0 0 320px;
  }
}

.imcodDualCard__image {
  display: block;
  width: 100%;
  height: auto;
}

.imcodDualCard__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .imcodDualCard__body {
    flex: 1 1 auto;
  }
}

.imcodDualCard__heading {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

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

.imcodDualFeature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.imcodDualFeature__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.imcodDualFeature__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.imcodDualMode {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.imcodDualMode__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.imcodDualMode__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.imcodDualMode__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.imcodDualMode__desc {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.imcodSolutions {
  background: #FFFFFF;
}

.imcodSolutions__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .imcodSolutions__inner {
    padding-block: 60px;
  }
}

.imcodSolutions__lead {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.imcodSolutions__leadAccent {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
}

.imcodSolutions__viewport {
  position: relative;
}

.imcodSolutions__list {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.imcodSolutions__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .imcodSolutions__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: visible;
    scroll-snap-type: none;
  }
}
@media (min-width: 1024px) {
  .imcodSolutions__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.imcodSolutionCard {
  flex: 0 0 85%;
  min-width: 0;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .imcodSolutionCard {
    flex: initial;
  }
}

.imcodSolutions__nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #404246;
  cursor: pointer;
  background: #FFFFFF;
  border: 0;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  transform: translateY(-50%);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.imcodSolutions__nav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.imcodSolutions__nav_next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (hover: hover) {
  .imcodSolutions__nav:hover {
    color: #063D85;
  }
}
.imcodSolutions__nav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.imcodSolutions__nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .imcodSolutions__nav {
    display: none;
  }
}

.imcodSolutionCard__link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  background: #F5F6F7;
  border-radius: 10px;
}
.imcodSolutionCard__link:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.imcodSolutionCard__media {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.imcodSolutionCard__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imcodSolutionCard__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  .imcodSolutionCard__bar {
    padding: 20px 20px 20px 30px;
  }
}

.imcodSolutionCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #063D85;
}
@media (min-width: 1024px) {
  .imcodSolutionCard__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.imcodSolutionCard__arrow {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 6px;
  color: #063D85;
  background: #FFFFFF;
  border-radius: 10px;
}

@media (hover: hover) {
  .imcodSolutionCard__link:hover .imcodSolutionCard__arrow {
    color: #FFFFFF;
    background: #063D85;
  }
}
.ibcodMain {
  background: #F5F6F7;
}

.staticPage__content > .ibcodAdvantages,
.staticPage__content > .ibcodSpecs,
.staticPage__content > .ibcodSolutions {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.staticPage__content > .ibcodHero + .ibcodAdvantages {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .staticPage__content > .ibcodHero + .ibcodAdvantages {
    margin-top: 60px;
  }
}

.ibcodIntro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 40px;
}
@media (min-width: 1024px) {
  .ibcodIntro {
    padding-block: 20px 60px;
  }
}

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

.ibcodHero__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .ibcodHero__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .ibcodHero__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.ibcodProduct {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ibcodProduct {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .ibcodProduct {
    padding: 30px 40px;
  }
}

.ibcodProduct__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .ibcodProduct__main {
    flex-direction: row;
    align-items: flex-start;
  }
}

.ibcodProduct__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .ibcodProduct__media {
    flex: 0 0 auto;
  }
}

.ibcodProduct__image {
  display: block;
  width: 100%;
  max-width: 287px;
  height: auto;
}

.ibcodProduct__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ibcodProduct__paragraph {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .ibcodProduct__paragraph {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.ibcodProduct__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .ibcodProduct__features {
    flex-direction: row;
  }
}

.ibcodFeaturePill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  text-align: center;
  background: #F5F6F7;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .ibcodFeaturePill {
    flex: 1 1 0;
  }
}

.ibcodFeaturePill__icon {
  display: inline-flex;
  color: #FF5C01;
}

.ibcodFeaturePill__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.ibcodCompose {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ibcodCompose {
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
  }
}
@media (min-width: 1024px) {
  .ibcodCompose {
    gap: 80px;
  }
}

.ibcodCompose__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .ibcodCompose__media {
    flex: 0 0 auto;
  }
}

.ibcodCompose__image {
  display: block;
  width: 100%;
  max-width: 294px;
  height: auto;
}
@media (min-width: 768px) {
  .ibcodCompose__image {
    max-width: 279px;
  }
}
@media (min-width: 1024px) {
  .ibcodCompose__image {
    max-width: 385px;
  }
}

.ibcodCompose__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .ibcodCompose__body {
    flex: 1 1 auto;
  }
}

.ibcodCompose__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}
@media (min-width: 1024px) {
  .ibcodCompose__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

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

.ibcodComposeItem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.ibcodComposeItem__num {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  background: #F14709;
  border-radius: 50%;
}

.ibcodComposeItem__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}
@media (min-width: 1024px) {
  .ibcodComposeItem__label {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.ibcodAdvantages {
  background: #FFFFFF;
}

.ibcodAdvantages__inner {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .ibcodAdvantages__inner {
    padding-block: 60px;
  }
}

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

.ibcodAdvantages__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .ibcodAdvantages__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.ibcodAdvantages__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .ibcodAdvantages__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ibcodAdvantageCard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 20px;
  background: #F5F6F7;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .ibcodAdvantageCard {
    padding: 30px;
  }
}

.ibcodAdvantageCard__icon {
  display: inline-flex;
  color: #FF5C01;
}

.ibcodAdvantageCard__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.ibcodAdvantageCard__lead {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
}

.ibcodSpecs {
  background: #FFFFFF;
}

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

.ibcodSpecs__section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ibcodSpecs__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .ibcodSpecs__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.ibcodSpec {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ibcodSpec__head {
  display: none;
}
@media (min-width: 1024px) {
  .ibcodSpec__head {
    display: grid;
    grid-template-columns: 300px repeat(6, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 10px;
    padding: 10px 20px;
    background: #F0F2F5;
    border-radius: 15px;
  }
}

.ibcodSpec__headLabel {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  grid-column: 1;
  grid-row: 2;
  color: #26272B;
}

.ibcodSpec__groupTitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  grid-row: 1;
  color: #404246;
  text-align: center;
}

.ibcodSpec__groupTitle:nth-child(2) {
  grid-column: 2/span 3;
}

.ibcodSpec__groupTitle:nth-child(3) {
  grid-column: 5/span 3;
}

.ibcodSpec__model {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  grid-row: 2;
  color: #063D85;
  text-align: center;
}

.ibcodSpec__model:nth-child(4) {
  grid-column: 2;
}

.ibcodSpec__model:nth-child(5) {
  grid-column: 3;
}

.ibcodSpec__model:nth-child(6) {
  grid-column: 4;
}

.ibcodSpec__model:nth-child(7) {
  grid-column: 5;
}

.ibcodSpec__model:nth-child(8) {
  grid-column: 6;
}

.ibcodSpec__model:nth-child(9) {
  grid-column: 7;
}

.ibcodSpecGroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ibcodSpecGroup__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.ibcodSpecRow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .ibcodSpecRow {
    display: grid;
    grid-template-columns: 300px repeat(6, minmax(0, 1fr));
    column-gap: 20px;
    align-items: center;
  }
}

.ibcodSpecRow__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}
@media (min-width: 1024px) {
  .ibcodSpecRow__label {
    grid-column: 1;
  }
}

.ibcodSpecCell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ibcodSpecCell_image {
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .ibcodSpecCell_image {
    align-items: center;
  }
}

.ibcodSpecCell__model {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #063D85;
}
@media (min-width: 1024px) {
  .ibcodSpecCell__model {
    display: none;
  }
}

.ibcodSpecCell__value {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #26272B;
}

.ibcodSpecCell__image {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .ibcodSpecRow_full .ibcodSpecCell {
    grid-column: 2/-1;
  }
  .ibcodSpecRow_groups .ibcodSpecCell:nth-child(2),
  .ibcodSpecRow_images .ibcodSpecCell:nth-child(2) {
    grid-column: 2/span 3;
  }
  .ibcodSpecRow_groups .ibcodSpecCell:nth-child(3),
  .ibcodSpecRow_images .ibcodSpecCell:nth-child(3) {
    grid-column: 5/span 3;
  }
}
.ibcodSpec__note {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 10px;
}

.ibcodSpec__noteIcon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #404246;
}

.ibcodSpec__noteText {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ibcodSpec__noteParagraph {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.ibcodSolutions {
  background: #FFFFFF;
}

.ibcodSolutions__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .ibcodSolutions__inner {
    padding-block: 60px;
  }
}

.ibcodSolutions__lead {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.ibcodSolutions__leadAccent {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
}

.ibcodSolutions__viewport {
  position: relative;
}

.ibcodSolutions__nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #404246;
  cursor: pointer;
  background: #FFFFFF;
  border: 0;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  transform: translateY(-50%);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ibcodSolutions__nav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.ibcodSolutions__nav_next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (hover: hover) {
  .ibcodSolutions__nav:hover {
    color: #063D85;
  }
}
.ibcodSolutions__nav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.ibcodSolutions__nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ibcodSolutions__nav {
    display: none;
  }
}

.ibcodSolutions__list {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.ibcodSolutions__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .ibcodSolutions__list {
    overflow: visible;
    scroll-snap-type: none;
  }
}

.ibcodSolutionCard {
  flex: 0 0 85%;
  min-width: 0;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .ibcodSolutionCard {
    flex: 1 1 0;
    max-width: 400px;
  }
}

.ibcodSolutionCard__link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  background: #F5F6F7;
  border-radius: 10px;
}
.ibcodSolutionCard__link:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.ibcodSolutionCard__media {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.ibcodSolutionCard__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ibcodSolutionCard__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  .ibcodSolutionCard__bar {
    padding: 20px 20px 20px 30px;
  }
}

.ibcodSolutionCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #063D85;
}
@media (min-width: 1024px) {
  .ibcodSolutionCard__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.ibcodSolutionCard__arrow {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 6px;
  color: #063D85;
  background: #FFFFFF;
  border-radius: 10px;
}

@media (hover: hover) {
  .ibcodSolutionCard__link:hover .ibcodSolutionCard__arrow {
    color: #FFFFFF;
    background: #063D85;
  }
}
.ikcodMain {
  background: #F5F6F7;
}

.ikcodIntro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 40px;
}
@media (min-width: 768px) {
  .ikcodIntro {
    padding-block: 20px 60px;
  }
}

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

.staticPage__content > .ikcodHero + .ikcodAdvantages {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .staticPage__content > .ikcodHero + .ikcodAdvantages {
    margin-top: 60px;
  }
}

.staticPage__content > .ikcodAdvantages,
.staticPage__content > .ikcodSolutions {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.ikcodHero__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .ikcodHero__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .ikcodHero__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.ikcodProduct {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ikcodProduct {
    gap: 40px;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .ikcodProduct {
    flex-direction: row;
    align-items: flex-start;
  }
}

.ikcodProduct__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .ikcodProduct__media {
    flex: 0 0 auto;
  }
}

.ikcodProduct__image {
  display: block;
  width: 100%;
  max-width: 272px;
  height: auto;
}

.ikcodProduct__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  .ikcodProduct__text {
    flex: 1 1 auto;
  }
}

.ikcodProduct__paragraph {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .ikcodProduct__paragraph {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.ikcodIncludes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ikcodIncludes {
    gap: 30px;
    padding: 30px;
  }
}

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

.ikcodIncludes__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.ikcodIncludes__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.ikcodIncludes__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ikcodIncludes__thumb {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #F0F2F5;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .ikcodIncludes__thumb {
    width: 117px;
    height: 117px;
  }
}
@media (min-width: 1024px) {
  .ikcodIncludes__thumb {
    width: 160px;
    height: 160px;
  }
}

.ikcodIncludes__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ikcodAdvantages {
  background: #FFFFFF;
}

.ikcodAdvantages__inner {
  padding-block: 40px;
}
@media (min-width: 768px) {
  .ikcodAdvantages__inner {
    padding-block: 60px;
  }
}

.ikcodAdvantages__section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ikcodAdvantages__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .ikcodAdvantages__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

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

.ikcodAdvantageGroup__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

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

.ikcodAdvantageCard {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .ikcodAdvantageCard {
    padding: 20px 30px;
  }
}

.ikcodAdvantageCard__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.ikcodAdvantageCard__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.ikcodSolutions {
  background: #FFFFFF;
  border-top: 1px solid #E0E3E9;
}

.ikcodSolutions__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .ikcodSolutions__inner {
    padding-block: 60px;
  }
}

.ikcodSolutions__lead {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.ikcodSolutions__leadAccent {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
}

.ikcodSolutions__viewport {
  position: relative;
}

.ikcodSolutions__nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #404246;
  cursor: pointer;
  background: #FFFFFF;
  border: 0;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  transform: translateY(-50%);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ikcodSolutions__nav_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.ikcodSolutions__nav_next {
  right: 0;
  transform: translate(50%, -50%);
}
@media (hover: hover) {
  .ikcodSolutions__nav:hover {
    color: #063D85;
  }
}
.ikcodSolutions__nav:focus-visible {
  outline: 3px solid rgba(6, 61, 133, 0.35);
  outline-offset: 2px;
}
.ikcodSolutions__nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ikcodSolutions__nav {
    display: none;
  }
}

.ikcodSolutions__list {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.ikcodSolutions__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .ikcodSolutions__list {
    overflow: visible;
    scroll-snap-type: none;
  }
}

.ikcodSolutionCard {
  flex: 0 0 85%;
  min-width: 0;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .ikcodSolutionCard {
    flex: 1 1 0;
    max-width: 400px;
  }
}

.ikcodSolutionCard__link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  background: #F5F6F7;
  border-radius: 10px;
}
.ikcodSolutionCard__link:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.ikcodSolutionCard__media {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.ikcodSolutionCard__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ikcodSolutionCard__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  .ikcodSolutionCard__bar {
    padding: 20px 20px 20px 30px;
  }
}

.ikcodSolutionCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #063D85;
}
@media (min-width: 1024px) {
  .ikcodSolutionCard__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.ikcodSolutionCard__arrow {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 6px;
  color: #063D85;
  background: #FFFFFF;
  border-radius: 10px;
}

@media (hover: hover) {
  .ikcodSolutionCard__link:hover .ikcodSolutionCard__arrow {
    color: #FFFFFF;
    background: #063D85;
  }
}
.medicalMain {
  background: #F5F6F7;
}

.medicalIntro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 40px;
}
@media (min-width: 1024px) {
  .medicalIntro {
    padding-block: 20px 60px;
  }
}

.medicalHero {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .medicalHero {
    gap: 40px;
  }
}

.medicalHero__head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  .medicalHero__head {
    gap: 20px;
  }
}

.medicalHero__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 1024px) {
  .medicalHero__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.medicalHero__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.medicalHero__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .medicalHero__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .medicalHero__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .medicalHeroCard:nth-child(3) {
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  .medicalHeroCard:nth-child(3) {
    grid-column: auto;
  }
}

.medicalHeroCard__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 10px;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.medicalHeroCard__link:hover, .medicalHeroCard__link:focus-visible {
  box-shadow: 0 4px 12px rgba(12, 19, 26, 0.04);
  transform: translateY(-2px);
}
.medicalHeroCard__link:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.medicalHeroCard__media {
  display: block;
  height: 100px;
  overflow: hidden;
}

.medicalHeroCard__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medicalHeroCard__caption {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 15px 20px;
  color: #063D85;
  text-align: center;
}

.medicalFilter {
  background: #FFFFFF;
}

.staticPage__content > .medicalHero__text + .medicalHero__text {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .staticPage__content > .medicalHero__text + .medicalHero__text {
    margin-top: 20px;
  }
}

.staticPage__content > .medicalHero__text + .medicalHero__cards {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .staticPage__content > .medicalHero__text + .medicalHero__cards {
    margin-top: 40px;
  }
}

.staticPage__content > .medicalHero__cards + .medicalFilter {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .staticPage__content > .medicalHero__cards + .medicalFilter {
    margin-top: 60px;
  }
}

.staticPage__content > .medicalFilter,
.staticPage__content > .medicalServices,
.staticPage__content > .medicalServiceArea {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.medicalFilter__inner {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .medicalFilter__inner {
    padding-block: 60px;
  }
}

.medicalSection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .medicalSection {
    gap: 30px;
  }
}

.medicalSection__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.medicalSection__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .medicalSection__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.medicalSection__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
@media (min-width: 1024px) {
  .medicalSection__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.medicalFilter__chips {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .medicalFilter__chips {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .medicalFilter__chipItem {
    flex: 1 1 0;
  }
}

.medicalChip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 20px;
  background: #F5F6F7;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.medicalChip:hover {
  background: #FFFFFF;
  border-color: #063D85;
}
.medicalChip:focus-visible {
  outline: 2px solid #063D85;
  outline-offset: 2px;
}

.medicalChip__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FF5C01;
}

.medicalChip__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.medicalFilter__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #F0F2F5;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .medicalFilter__row {
    flex-direction: row;
    align-items: flex-end;
    padding: 20px 30px;
  }
}

.medicalFilter__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .medicalFilter__field {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (min-width: 1024px) {
  .medicalFilter__field_manufacturer {
    flex: 1.6 1 0;
  }
}

@media (min-width: 1024px) {
  .medicalFilter__field_power {
    flex: 1.6 1 0;
  }
}

@media (min-width: 1024px) {
  .medicalFilter__field_phases {
    flex: 1 1 0;
  }
}

.medicalFilter__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #1C1F23;
}

.medicalFilter__label_hint {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.medicalFilter__hint {
  display: inline-flex;
  color: #A2A5AD;
}

.medicalFilter__range {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.medicalFilter__rangeField {
  flex: 1 1 0;
  min-width: 0;
}

@media (min-width: 1024px) {
  .medicalFilter__submit {
    flex: 0 0 auto;
  }
}

.medicalFilter__submitButton {
  width: 100%;
}
@media (min-width: 1024px) {
  .medicalFilter__submitButton {
    width: auto;
  }
}

.medicalCategories {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .medicalCategories {
    gap: 60px;
    padding-block: 60px;
  }
}

.medicalCategory {
  display: flex;
  flex-direction: column;
  gap: 20px;
  scroll-margin-top: 90px;
}
@media (min-width: 1024px) {
  .medicalCategory {
    gap: 40px;
  }
}

.medicalCategory__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}
@media (min-width: 768px) {
  .medicalCategory__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.medicalCategory__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .medicalCategory__card {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    padding: 30px;
  }
}

.medicalCategory__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .medicalCategory__media {
    flex: 0 0 250px;
  }
}

.medicalCategory__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 260px;
}
@media (min-width: 1024px) {
  .medicalCategory__image {
    max-height: 300px;
  }
}

/* В разделе УЗИ (#medical-uzi) вертикальное фото cat1-uzi-ups.png заметно выше остальных — ограничиваем отдельно */
#medical-uzi .medicalCategory__image {
  max-height: 210px;
}
@media (min-width: 1024px) {
  #medical-uzi .medicalCategory__image {
    max-height: 250px;
  }
}

.medicalCategory__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  .medicalCategory__body {
    flex: 1 1 auto;
  }
}

.medicalCategory__subtitle {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.medicalCategory__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.medicalDelivery {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 20px;
  color: #FFFFFF;
  text-align: center;
  background: #063D85;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .medicalDelivery {
    padding: 30px 20px;
  }
}

.medicalDelivery__icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: #FFFFFF;
}

.medicalDelivery__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .medicalDelivery__text {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.medicalServices {
  background: #FFFFFF;
}

.medicalServices__inner {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .medicalServices__inner {
    padding-block: 60px;
  }
}

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

.medicalServiceCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #F5F6F7;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .medicalServiceCard {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .medicalServiceCard_media_end {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .medicalServiceCard__media {
    flex: 0 0 385px;
  }
}

.medicalServiceCard__image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .medicalServiceCard__image {
    height: auto;
  }
}

.medicalServiceCard__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1024px) {
  .medicalServiceCard__body {
    flex: 1 1 auto;
  }
}

.medicalServiceCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.medicalServiceCard__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.medicalWorks {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .medicalWorks {
    padding-block: 60px;
  }
}

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

.medicalWorkCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .medicalWorkCard {
    flex-direction: row;
    gap: 30px;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .medicalWorkCard__media {
    flex: 0 0 350px;
  }
}

.medicalWorkCard__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .medicalWorkCard__image {
    aspect-ratio: 1/1;
  }
}

.medicalWorkCard__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .medicalWorkCard__body {
    flex: 1 1 auto;
  }
}

.medicalWorkCard__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}
@media (min-width: 768px) {
  .medicalWorkCard__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.medicalWorkCard__details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
}

.medicalWorkCard__detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.medicalWorkCard__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6A6B6D;
}

.medicalWorkCard__value {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}

.medicalServiceArea {
  background: #FFFFFF;
}

.medicalServiceArea__inner {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .medicalServiceArea__inner {
    padding-block: 60px;
  }
}

.medicalServiceMap {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}

.medicalServiceMap__image {
  display: block;
  width: 100%;
  height: auto;
}

.medicalContact {
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .medicalContact {
    padding-block: 60px;
  }
}

.articlesPage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 60px;
}
@media (min-width: 1024px) {
  .articlesPage {
    gap: 30px;
  }
}

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

.articles__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .articles__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .articles__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

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

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

.articles__loadMore {
  width: 100%;
}

.articles__loadMore.is-loading {
  pointer-events: none;
}
.articles__loadMore.is-loading .articles__loadMoreSpinner {
  animation: articlesMoreSpin 0.8s linear infinite;
}

@keyframes articlesMoreSpin {
  to {
    transform: rotate(360deg);
  }
}
.articlePage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 60px;
}
@media (min-width: 1024px) {
  .articlePage {
    gap: 30px;
  }
}

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

.articleDetail__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .articleDetail__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .articleDetail__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.articleDetail__layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .articleDetail__layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}

/* ── Оглавление (TOC) ─────────────────────────────── */
.articleToc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  background: #F5F6F7;
}
@media (min-width: 1024px) {
  .articleToc {
    position: sticky;
    top: 20px;
    flex: 0 0 252px;
    width: 252px;
  }
}

.articleToc__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

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

.articleToc__link {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  color: #26272B;
  text-decoration: none;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.articleToc__link:hover {
  background: #FFFFFF;
}

.articleToc__link_active {
  background: #FFFFFF;
  color: #063D85;
}

.articleToc__icon {
  display: inline-flex;
  flex-shrink: 0;
  color: currentColor;
}

/* ── Тело статьи ──────────────────────────────────── */
.articleBody {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 10px;
  background: #F5F6F7;
}

.articleBody__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .articleBody__section {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .articleBody__section {
    padding: 40px;
  }
}
.articleBody__section + .articleBody__section {
  border-top: 1px solid #E0E3E9;
}

.articleBody__content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.articleBody__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-start;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background: #FFFFFF;
  overflow: hidden;
}

.articleBody__image {
  width: 150px;
  height: 180px;
  object-fit: contain;
  pointer-events: none;
}

.articleBody__heading {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.articleBody__lead {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.articleBody__subheading {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  font-weight: 600;
  color: #26272B;
}

.articleBody__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.articleBody__lead a,
.articleBody__text a,
.articleBody__listText a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}
.articleBody__lead a:hover,
.articleBody__text a:hover,
.articleBody__listText a:hover {
  color: #063D85;
}

/* ── Маркированный список ─────────────────────────── */
.articleBody__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.articleBody__listItem {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.articleBody__bullet {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: linear-gradient(90deg, #f14709 0%, #ff5c01 50%, #fea700 100%);
  transform: translateY(-2px);
}

.articleBody__listText {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  flex: 1 1 0;
  min-width: 0;
  color: #26272B;
}

/* ── Таблица ───────────────────────────────────────
   Mobile-first: до планшета каждая строка — вертикальная карточка
   с подписями колонок (label → value); с планшета — обычная таблица-строка. */
.articleTable {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.articleTable__row {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 20px;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .articleTable__row {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
  }
}
@media (min-width: 1024px) {
  .articleTable__row {
    padding: 10px 30px;
  }
}

.articleTable__row_head {
  display: none;
}
@media (min-width: 768px) {
  .articleTable__row_head {
    display: flex;
    border-color: transparent;
    background: #F5F6F7;
  }
}

.articleTable__cell {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  color: #404246;
  word-break: break-word;
}
.articleTable__cell::before {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  content: attr(data-label);
  color: #6A6B6D;
}
@media (min-width: 768px) {
  .articleTable__cell {
    flex-direction: row;
    gap: 0;
  }
  .articleTable__cell::before {
    content: none;
  }
  .articleTable__cell:nth-child(1) {
    flex: 0 0 36px;
  }
  .articleTable__cell:nth-child(2) {
    flex: 1 1 auto;
  }
  .articleTable__cell:nth-child(3) {
    flex: 0 0 22%;
  }
  .articleTable__cell:nth-child(4) {
    flex: 0 0 24%;
  }
}
@media (min-width: 1024px) {
  .articleTable__cell:nth-child(1) {
    flex-basis: 60px;
  }
  .articleTable__cell:nth-child(3) {
    flex-basis: 150px;
  }
  .articleTable__cell:nth-child(4) {
    flex-basis: 200px;
  }
}

.articleTable__cell_head {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #6A6B6D;
}

.articleTable__cell_num {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  flex-direction: row;
  gap: 5px;
  font-weight: 600;
  color: #26272B;
}
.articleTable__cell_num::before {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  content: attr(data-label);
  font-weight: 600;
  color: #26272B;
}
@media (min-width: 768px) {
  .articleTable__cell_num::before {
    content: none;
  }
}

/* ── Другие статьи (слайдер, переиспользует .productSlider) ── */
.articleRelated__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .articleRelated__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.calculatorIntro + .calculatorIntro,
.calculatorIntro + .calculatorLead,
.calculatorIntro + .calculatorWidget,
.calculatorIntro + .calcFormula,
.calculatorIntro + .calcBand,
.calculatorLead + .calculatorIntro,
.calculatorLead + .calculatorLead,
.calculatorLead + .calculatorWidget,
.calculatorLead + .calcFormula,
.calculatorLead + .calcBand,
.calculatorWidget + .calculatorIntro,
.calculatorWidget + .calculatorLead,
.calculatorWidget + .calculatorWidget,
.calculatorWidget + .calcFormula,
.calculatorWidget + .calcBand,
.calcFormula + .calculatorIntro,
.calcFormula + .calculatorLead,
.calcFormula + .calculatorWidget,
.calcFormula + .calcFormula,
.calcFormula + .calcBand,
.calcBand + .calculatorIntro,
.calcBand + .calculatorLead,
.calcBand + .calculatorWidget,
.calcBand + .calcFormula,
.calcBand + .calcBand {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .calculatorIntro + .calculatorIntro,
  .calculatorIntro + .calculatorLead,
  .calculatorIntro + .calculatorWidget,
  .calculatorIntro + .calcFormula,
  .calculatorIntro + .calcBand,
  .calculatorLead + .calculatorIntro,
  .calculatorLead + .calculatorLead,
  .calculatorLead + .calculatorWidget,
  .calculatorLead + .calcFormula,
  .calculatorLead + .calcBand,
  .calculatorWidget + .calculatorIntro,
  .calculatorWidget + .calculatorLead,
  .calculatorWidget + .calculatorWidget,
  .calculatorWidget + .calcFormula,
  .calculatorWidget + .calcBand,
  .calcFormula + .calculatorIntro,
  .calcFormula + .calculatorLead,
  .calcFormula + .calculatorWidget,
  .calcFormula + .calcFormula,
  .calcFormula + .calcBand,
  .calcBand + .calculatorIntro,
  .calcBand + .calculatorLead,
  .calcBand + .calculatorWidget,
  .calcBand + .calcFormula,
  .calcBand + .calcBand {
    margin-top: 30px;
  }
}

/* ── Вводный блок ──────────────────────────────────── */
.calculatorIntro {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.calculatorIntro__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .calculatorIntro__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .calculatorIntro__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.calculatorIntro__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

/* ── Подзаголовок «Калькулятор времени работы ИБП» ─── */
.calculatorLead {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calculatorLead__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .calculatorLead__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.calculatorLead__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

/* ── Блок калькулятора ─────────────────────────────── */
.calculatorWidget {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border-radius: 15px;
  background: #F0F2F5;
}
@media (min-width: 768px) {
  .calculatorWidget {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .calculatorWidget {
    gap: 20px;
    padding: 40px;
    border-radius: 20px;
  }
}

.calculatorWidget__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .calculatorWidget__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.calculatorWidget__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

/* ── Форма расчёта ─────────────────────────────────── */
.calculatorForm__controller {
  display: contents;
}

.calculatorForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  background: #FFFFFF;
}
@media (min-width: 1024px) {
  .calculatorForm {
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
    padding: 30px;
  }
}

.calculatorForm__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .calculatorForm__fields {
    flex: 1 1 auto;
    flex-direction: row;
    gap: 20px;
  }
}

.calculatorForm__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .calculatorForm__field {
    flex: 1 1 0;
    min-width: 0;
  }
}

.calculatorForm__label {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.calculatorForm__submit {
  width: 100%;
  min-height: 48px;
}
@media (min-width: 1024px) {
  .calculatorForm__submit {
    flex: 0 0 auto;
    width: auto;
  }
}

.calculatorForm__disclaimer {
  margin: 0;
  color: #6A6B6D;
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
}

/* ── Формула расчёта ───────────────────────────────── */
.calcFormula {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.calcFormula__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .calcFormula__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.calcFormula__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.calcFormula__board {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 15px;
  background: #F0F2F5;
}
@media (min-width: 768px) {
  .calcFormula__board {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .calcFormula__board {
    flex-direction: row;
    gap: 15px;
    border-radius: 20px;
  }
}

.calcFormula__term {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 84px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #26272B;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .calcFormula__term {
    width: auto;
  }
}

.calcFormula__term_accent {
  background: #063D85;
  color: #FFFFFF;
  background: linear-gradient(135deg, #f14709 0%, #ff5c01 100%);
}

.calcFormula__operator {
  flex: 0 0 auto;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #A2A5AD;
}

.calcFormula__operator_slash {
  font-size: 18px;
  font-weight: 900;
}

/* ── Полноширная серая полоса (Серии + Аккумуляторы) ──
   Растягиваем фон до краёв вьюпорта, а контент возвращаем
   к ширине .container через симметричный padding-inline. */
.calcBand {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: calc(50% - 50vw);
  padding: 30px calc(50vw - 50%);
  background: #F0F2F5;
}
@media (min-width: 1024px) {
  .calcBand {
    gap: 30px;
    padding-block: 60px;
  }
}

/* ── Серии ИБП со встроенными АКБ ──────────────────── */
.calcSeries {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 15px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .calcSeries {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .calcSeries {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 40px;
    border-radius: 20px;
  }
}

.calcSeries__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}
@media (min-width: 1024px) {
  .calcSeries__content {
    flex: 1 1 0;
  }
}

.calcSeries__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .calcSeries__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.calcSeries__note {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #6A6B6D;
}

.calcSeries__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .calcSeries__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.calcSeries__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #F5F6F7;
}

.calcSeries__name {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #6A6B6D;
}

.calcSeries__brand {
  font-weight: 600;
  color: #063D85;
}

.calcSeries__flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 1px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.calcSeries__range {
  display: block;
}

.calcSeries__price {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}
.calcSeries__price strong {
  color: #26272B;
}

.calcSeries__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .calcSeries__media {
    flex: 0 0 360px;
  }
}

.calcSeries__image {
  max-width: 280px;
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .calcSeries__image {
    max-width: 100%;
  }
}

/* ── Аккумуляторы для увеличения времени ───────────── */
.calcAccum {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border-radius: 15px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .calcAccum {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .calcAccum {
    gap: 20px;
    padding: 40px;
    border-radius: 20px;
  }
}

.calcAccum__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .calcAccum__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.calcAccum__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.calcAccum__layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .calcAccum__layout {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}

.calcAccum__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .calcAccum__media {
    flex: 0 0 300px;
  }
}

.calcAccum__image {
  max-width: 280px;
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .calcAccum__image {
    max-width: 100%;
  }
}

.calcAccum__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .calcAccum__list {
    flex: 1 1 0;
  }
}

.calcAccum__item {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
  background: #FFFFFF;
  color: #26272B;
}

.calcAccum__check {
  display: inline-flex;
  flex-shrink: 0;
  color: #F14709;
}

.calcAccum__itemText {
  flex: 1 1 0;
  min-width: 0;
}

/* ── Слайдер подходящих моделей ────────────────────── */
.calcProducts__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.calcProducts__sortLabel {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #26272B;
}

.calcProducts__sort {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calcProducts__sortChip {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  border: none;
  border-radius: 100px;
  background: #F0F2F5;
  color: #26272B;
  cursor: pointer;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.calcProducts__sortChip:hover {
  background: #E0E3E9;
}

.calcProducts__sortIcon {
  display: inline-flex;
  color: #6A6B6D;
}

.calcProducts__sortIcon_asc {
  transform: rotate(180deg);
}

.contactsMain {
  background: #F5F6F7;
}

.contactsPage {
  display: flex;
  flex-direction: column;
  padding-block: 20px;
}

/* ── Контактная информация ─────────────────────────── */
.contactsInfo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.contactsInfo__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .contactsInfo__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.contactsInfo__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  border-radius: 20px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .contactsInfo__card {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .contactsInfo__card {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}

.contactsInfo__card_requisites {
  display: block;
}

.contactsInfo__office {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .contactsInfo__office {
    flex: 0 0 420px;
    max-width: 420px;
  }
}

.contactsInfo__divider {
  display: block;
  height: 1px;
  background: #E0E3E9;
}

.contactsOffice__name {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 20px;
  color: #26272B;
}

.contactsRequisites__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 10px;
  color: #26272B;
  font-weight: 600;
}

.contactsRequisites__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

/* ── Схема проезда ─────────────────────────────────── */
.contactsMap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .contactsMap {
    flex: 1 1 0;
    min-width: 0;
    max-width: 710px;
  }
}

.contactsMap__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.contactsMap__frame {
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 710/400;
}

.contactsMap__embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── Филиалы ───────────────────────────────────────── */
.contactsFilials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contactsFilials__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  color: #26272B;
}

.contactsFilials__scroller {
  position: relative;
}

.contactsFilials__list {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.contactsFilials__list::-webkit-scrollbar {
  display: none;
}

.contactsFilials__item {
  flex: 0 0 auto;
}

.contactsFilials__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #26272B;
  white-space: nowrap;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .contactsFilials__tag:hover {
    background: #F0F2F5;
  }
}

.contactsFilials__tag_active {
  background: #063D85;
  color: #FFFFFF;
}
@media (hover: hover) {
  .contactsFilials__tag_active:hover {
    background: #0F54AE;
  }
}

.contactsFilials__arrow {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 0;
  border-radius: 100px;
  background: #FFFFFF;
  color: #26272B;
  box-shadow: 0 5px 10px rgba(36, 42, 46, 0.15);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .contactsFilials__arrow:hover {
    color: #063D85;
  }
}
.contactsFilials__arrow[hidden] {
  display: none;
}

.contactsFilials__arrow_next {
  right: -15px;
}

.contactsFilials__arrow_prev {
  left: -15px;
}
.contactsFilials__arrow_prev .icon {
  transform: rotate(180deg);
}

.staticPageMain {
  background: #F5F6F7;
}

.staticPage {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 20px 60px;
}

/* Страница с формой обратной связи внизу (contactsForm_boxed):
   нижний отступ контейнера и верхний отступ формы обнуляем, чтобы серая
   полоса примыкала к контенту без белого зазора; фон полосы делаем
   gray-100 — тем же серым, что и широкие серые секции статик-страниц. */
.staticPage_bottomForm {
  padding-block-end: 0;
}
.staticPage_bottomForm + .contactsForm_boxed {
  margin-top: 0;
  background: #F0F2F5;
}

.staticPage__article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .staticPage__article {
    gap: 30px;
  }
}

.staticPage__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .staticPage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  .staticPage__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.errorPage {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 20px 60px;
}
@media (min-width: 1024px) {
  .errorPage {
    gap: 60px;
  }
}

.errorNotFound {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.errorNotFound__title {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  color: #1C1F23;
}
@media (min-width: 768px) {
  .errorNotFound__title {
    font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.errorNotFound__text {
  font-family: "Golos Text", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  color: #404246;
}

.errorNotFound__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .errorNotFound__actions {
    align-items: center;
  }
}

.catchLightningGame {
  box-sizing: border-box;
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
  user-select: none;
}
.catchLightningGame * {
  box-sizing: border-box;
}

.catchLightningGame__hud {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E3E9;
}

.catchLightningGame__brand {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: auto;
  font-weight: 700;
  font-size: 16px;
  color: #1C1F23;
}

.catchLightningGame__brandIcon {
  width: 18px;
  height: 18px;
}

.catchLightningGame__stat {
  font-size: 13px;
  color: #404246;
  white-space: nowrap;
}
.catchLightningGame__stat b {
  font-weight: 700;
  color: #1C1F23;
}

.catchLightningGame__bar {
  height: 3px;
  margin: 8px 0 2px;
  overflow: hidden;
  background: #E0E3E9;
}

.catchLightningGame__barFill {
  width: 0;
  height: 100%;
  background: #404246;
  transition: width 0.2s;
}

.catchLightningGame__hint {
  margin-bottom: 8px;
  font-size: 11.5px;
  color: #6A6B6D;
  text-align: center;
}

.catchLightningGame__field {
  position: relative;
  min-height: 320px;
  height: 45vw;
  max-height: 460px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
}
@media (min-width: 1024px) {
  .catchLightningGame__field {
    height: 420px;
  }
}

.catchLightningGame__scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.catchLightningGame__scene svg {
  display: block;
  width: 100%;
  height: 100%;
}

.catchLightningGame__item {
  position: absolute;
  top: -56px;
  z-index: 2;
  width: 52px;
  height: 52px;
}
.catchLightningGame__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.catchLightningGame__item--bolt {
  animation: catchLightningBlink1 0.7s infinite alternate;
}

.catchLightningGame__item--danger {
  animation: catchLightningBlink2 0.5s infinite alternate;
}

@keyframes catchLightningBlink1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes catchLightningBlink2 {
  from {
    opacity: 0.45;
  }
  to {
    opacity: 1;
  }
}
.catchLightningGame__player {
  position: absolute;
  bottom: 13%;
  z-index: 3;
  width: 60px;
}
.catchLightningGame__player img {
  display: block;
  width: 100%;
  height: auto;
}

.catchLightningGame__player--catch {
  animation: catchLightningPop 0.28s ease;
}

@keyframes catchLightningPop {
  0%, 100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.18);
  }
}
.catchLightningGame__player--zap {
  animation: catchLightningShake 0.32s ease;
}

@keyframes catchLightningShake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.catchLightningGame__player--dead {
  opacity: 0.3;
  transition: opacity 0.4s;
}

.catchLightningGame__levelBanner {
  position: absolute;
  inset: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  color: #1C1F23;
  pointer-events: none;
  animation: catchLightningBanner 1.4s ease-out forwards;
}

@keyframes catchLightningBanner {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  20% {
    opacity: 1;
    transform: scale(1.06);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.catchLightningGame__pop {
  position: absolute;
  z-index: 6;
  font-size: 15px;
  font-weight: 700;
  pointer-events: none;
  animation: catchLightningPopUp 0.75s ease-out forwards;
}

.catchLightningGame__pop--good {
  color: #1a7a40;
}

.catchLightningGame__pop--bad {
  color: #c0392b;
}

@keyframes catchLightningPopUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-52px);
  }
}
.catchLightningGame__overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
}

.catchLightningGame__overlay--hidden {
  display: none;
}

.catchLightningGame__panel {
  width: 100%;
  max-width: 340px;
  padding: 20px 20px 15px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E0E3E9;
  border-radius: 15px;
}
.catchLightningGame__panel h2 {
  font-size: 21px;
  font-weight: 800;
}
.catchLightningGame__panel p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
  color: #6A6B6D;
}

.catchLightningGame__panel--lose h2 {
  color: #c0392b;
}

.catchLightningGame__howto {
  display: flex;
  gap: 10px;
  margin: 15px 0 2px;
}

.catchLightningGame__howtoBox {
  flex: 1;
  padding: 10px 4px 8px;
  border: 1px solid #E0E3E9;
  border-radius: 10px;
}

.catchLightningGame__howtoIcon {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 2px;
}

.catchLightningGame__howtoBox--danger .catchLightningGame__howtoIcon {
  filter: invert(30%) sepia(80%) saturate(2500%) hue-rotate(340deg) brightness(100%);
}

.catchLightningGame__howtoTitle {
  font-size: 12px;
  font-weight: 700;
}

.catchLightningGame__howtoSub {
  margin-top: 2px;
  font-size: 11px;
  color: #D3D6DD;
}

.catchLightningGame__panelBtn {
  width: 100%;
  height: 42px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #1C1F23;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #D3D6DD;
  border-radius: 8px;
}
.catchLightningGame__panelBtn:active {
  background: #F5F6F7;
}

.catchLightningGame__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.catchLightningGame__ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 42px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #D3D6DD;
  border-radius: 8px;
}
.catchLightningGame__ctrl:active {
  background: #F5F6F7;
}

.catchLightningGame__ctrlIcon {
  width: 22px;
  height: 22px;
}

.catchLightningGame__cta {
  flex: 1;
  max-width: 175px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #1C1F23;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #D3D6DD;
  border-radius: 8px;
}
.catchLightningGame__cta:active {
  background: #F5F6F7;
}

.catchLightningGame__ctrlHint {
  margin-top: 2px;
  font-size: 11px;
  color: #D3D6DD;
  text-align: center;
}

/*# sourceMappingURL=app-7d1043473d.output.css.map */
