@charset "UTF-8";/*! modern-normalize v3.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/

/**
Add the correct font weight in Chrome and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: currentcolor;
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
  margin: 0;
}
:root {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  --header-height: 80px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 49px;
  }
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2"), url("../fonts/");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2"), url("../fonts/");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2"), url("../fonts/");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2"), url("../fonts/");
}
body,
.paragraph {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  color: #191b1d;
  letter-spacing: -0.02rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
body sup,
.paragraph sup {
  top: -0.7em;
  font-size: 50%;
}
@media (max-width: 991px) {
  body,
  .paragraph {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: -0.015rem;
  }
}
body_m,
.paragraph_m {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.005rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  body_m,
  .paragraph_m {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.01rem;
  }
}
body_l,
.paragraph_l {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  body_l,
  .paragraph_l {
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
body_xl,
.paragraph_xl {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: normal;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  body_xl,
  .paragraph_xl {
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #191b1d;
}
h1,
.heading_h1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.1rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  h1,
  .heading_h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03rem;
  }
}
h2,
.heading_h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  h2,
  .heading_h2 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.025rem;
  }
}
h3,
.heading_h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.015rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  h3,
  .heading_h3 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02rem;
  }
}
h4,
.heading_h4 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  h4,
  .heading_h4 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.0175rem;
  }
}
h5,
h6,
.heading_h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  h5,
  h6,
  .heading_h5 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.0175rem;
  }
}
.paragraphs {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
a {
  text-decoration: underline;
}
ul {
  padding: 0;
  list-style-type: none;
}
ul li {
  position: relative;
  padding-left: 36px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  ul li {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  ul li {
    padding-left: 24px;
  }
}
ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #999999;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  ul li::before {
    top: 9px;
  }
}
@media (max-width: 575px) {
  ul li::before {
    top: 7px;
    width: 16px;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
}
.container {
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  padding: 0 16px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
body:has(> header.header) main {
  padding-top: var(--header-height);
}
main {
  overflow-x: hidden;
}
.grey-page {
  background-color: #f9f9f9;
}
.grey-page_tablet {
  background-color: #fff;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .grey-page_tablet {
    background-color: #f9f9f9;
  }
}
.typography__content {
  padding-top: 30px;
}
.section__typography {
  margin-bottom: 2rem;
  padding: 0.9375rem;
}
.typography__content-item {
  margin-bottom: 40px;
}
hr {
  height: 1px;
  margin-top: 16px;
  background-color: #191b1d;
  border: none;
}
.kit__item {
  padding: 80px 0;
}
.kit__item h4 {
  margin-top: 16px;
}
.kit__item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 16px;
}
.kit__item-row {
  display: flex;
  gap: 24px;
}
.kit__item-notes li pre {
  display: inline;
}
.pages-list {
  min-height: 100vh;
  background-color: #fff;
}
.pages-list li::before {
  content: "- ";
  position: static;
  display: inline;
  width: unset;
  height: unset;
  background-color: transparent;
}
.pages-list a {
  text-decoration: none;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
}
@media (hover: hover) {
  .pages-list a:hover {
    color: #005a8c;
  }
}
.swiper-pagination-bullet {
  pointer-events: all;
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  /* stylelint-disable */
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: background-color, transform;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (hover: hover) {
  .swiper-pagination-bullet:hover {
    transform: scale(1.2);
  }
}
.swiper-pagination-bullet-active {
  cursor: default;
}
@media (hover: hover) {
  .swiper-pagination-bullet-active:hover {
    transform: scale(1);
  }
}
@media (max-width: 1199px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.button {
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #172f54;
  border: none;
  outline: none;
  /* stylelint-disable */
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  will-change: background-color, color;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.button__wrapper {
  display: flex;
  flex: 0;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: center;
}
.button__text {
  white-space: nowrap;
}
.button__icon {
  display: flex;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.button__icon svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  /* stylelint-disable */
  transition: stroke 0.3s ease-in-out;
  will-change: stroke;
  /* stylelint-enable */
}
.button__download-attrs > span {
  color: #cccccd;
}
.button__download-attrs > span:not(:last-child)::after {
  content: ", ";
}
.button__download-extension {
  text-transform: uppercase;
}
.button_wide {
  width: 100%;
}
.button_reverse .button__wrapper {
  flex-direction: row-reverse;
}
@media (hover: hover) {
  .button:hover {
    background-color: #005a8c;
  }
}
.button_secondary {
  color: #172f54;
  background-color: #fff;
}
.button_secondary .button__icon svg {
  stroke: #172f54;
}
@media (hover: hover) {
  .button_secondary:hover {
    color: #fff;
    background-color: #172f54;
  }
  .button_secondary:hover .button__icon svg {
    stroke: #fff;
  }
}
.button:active {
  color: #fff;
  background-color: #11223d;
}
.button:active .button__icon svg {
  stroke: #fff;
}
@media (max-width: 991px) {
  .button {
    width: 100%;
    min-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.button_cornered {
  position: relative;
  align-content: center;
  min-width: auto;
  background-color: transparent;
}
.button_cornered span {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.00125rem;
  vertical-align: middle;
}
.button_cornered p {
  order: -1;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #cccccd;
}
.button_cornered .button__wrapper {
  align-items: center;
  justify-content: center;
}
.button_cornered .button__wrapper > span.button__text {
  color: #172f54;
}
.button_cornered .button__icon {
  flex: 0 0 24px;
  color: #cccccd;
}
.button_cornered .button__icon svg {
  width: 24px;
  height: 24px;
  max-height: unset;
}
.button_cornered::before, .button_cornered::after, .button_cornered > div::before, .button_cornered > div::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 16px;
  /* stylelint-disable */
  transition: border-color 0.3s ease-in-out;
  will-change: border-color;
  /* stylelint-enable */
}
.button_cornered::before {
  top: 0;
  left: 0;
  border-top: 1px solid #cccccd;
  border-left: 1px solid #cccccd;
}
.button_cornered::after {
  top: 0;
  right: 0;
  border-top: 1px solid #cccccd;
  border-right: 1px solid #cccccd;
}
.button_cornered > div::before {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #cccccd;
  border-left: 1px solid #cccccd;
}
.button_cornered > div::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #cccccd;
  border-bottom: 1px solid #cccccd;
}
@media (hover: hover) {
  .button_cornered:hover {
    background-color: transparent;
  }
  .button_cornered:hover::before, .button_cornered:hover::after, .button_cornered:hover > div::before, .button_cornered:hover > div::after {
    border-color: #172f54;
  }
}
.form-control {
  position: relative;
  padding-top: 24px;
}
.form-control input,
.form-control textarea {
  width: 100%;
  padding-bottom: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  background: transparent;
  border: none;
  border-bottom: 1px solid #cccccd;
  outline: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.form-control input::-moz-placeholder, .form-control textarea::-moz-placeholder {
  color: #cccccd;
}
.form-control input::placeholder,
.form-control textarea::placeholder {
  color: #cccccd;
}
@media (max-width: 767px) {
  .form-control input,
  .form-control textarea {
    font-size: 1.25rem;
  }
}
.form-control textarea {
  resize: none;
  min-height: 78px;
}
.form-control__required {
  position: absolute;
  right: 0;
  color: #005a8c;
}
.form-control__error {
  position: absolute;
  bottom: -24px;
  left: 0;
  display: none;
  color: #d6001c;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .form-control__error {
    font-size: 0.75rem;
  }
}
.form-control_white .form-control__required {
  color: #fff;
}
.form-control_white input,
.form-control_white textarea {
  color: #fff;
}
.form-control.error .form-control__error {
  display: block;
}
.form-control input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18' stroke='%23005A8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23005A8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.link {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 24px;
  text-decoration: none;
  white-space: nowrap;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
}
a.link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33331 8H12.6666' stroke='%23005A8C' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33203L12.6667 7.9987L8 12.6654' stroke='%23005A8C' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;
  will-change: opacity, right;
  /* stylelint-enable */
}
@media (hover: hover) {
  a.link:hover {
    color: #005a8c;
  }
  a.link:hover::after {
    right: 0;
    opacity: 1;
  }
}
.burger {
  cursor: pointer;
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0;
  color: #005a8c;
  background-color: transparent;
  border: none;
}
.burger svg {
  stroke: currentColor;
}
.checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox__input {
  position: absolute;
  bottom: 0;
  left: 12px;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.checkbox__label {
  cursor: pointer;
  position: relative;
  padding-left: 16px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .checkbox__label {
    font-size: 0.75rem;
  }
}
.checkbox__indicator {
  cursor: pointer;
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #172f54;
  border-radius: 4px;
  /* stylelint-disable */
  transition: background 0.3s ease-in-out;
  will-change: background;
  /* stylelint-enable */
}
.checkbox__indicator::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  /* stylelint-enable */
}
.checkbox input[type=checkbox]:checked + .checkbox__indicator {
  background: #172f54;
}
.checkbox input[type=checkbox]:checked + .checkbox__indicator::before {
  opacity: 1;
}
.checkbox_white .checkbox__indicator {
  border-color: #fff;
}
.checkbox_white .checkbox__label {
  color: #fff;
}
.checkbox.error .checkbox__indicator {
  border-color: #d6001c;
}
.checkbox.error .checkbox__label {
  color: #d6001c;
}
.slider-button {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: transparent;
  border: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .slider-button {
    width: 56px;
    height: 56px;
  }
}
.slider-button::after, .slider-button::before {
  pointer-events: none;
  content: "";
  position: absolute;
}
.slider-button::after {
  z-index: 1;
  transform: rotate(-45deg);
  width: 56px;
  height: 56px;
  background: #fff;
  border: 1px solid transparent;
  /* stylelint-disable */
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  will-change: background, border;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .slider-button::after {
    width: 40px;
    height: 40px;
  }
}
.slider-button::before {
  z-index: 2;
  left: 19px;
  width: 39px;
  height: 39px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.592 12.1149L11.4196 2.12808L12.6935 0.877431L25.0405 12.9992L12.6935 25.1211L11.4196 23.8704L21.592 13.8836L0.796875 13.8836L0.796874 12.1149L21.592 12.1149Z' fill='%23191B1D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
  /* stylelint-disable */
  transition: left 0.3s ease-in-out, background-image 0.3s ease-in-out;
  will-change: left, background-image;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .slider-button::before {
    left: 15px;
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
  }
}
@media (hover: hover) {
  .slider-button:hover::after {
    background: #172f54;
  }
  .slider-button:hover::before {
    left: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.592 12.1149L11.4196 2.12808L12.6935 0.877431L25.0405 12.9992L12.6935 25.1211L11.4196 23.8704L21.592 13.8836L0.796875 13.8836L0.796874 12.1149L21.592 12.1149Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    /* stylelint-disable scss/no-global-function-names */
    /* stylelint-enable scss/no-global-function-names */
  }
}
@media (hover: hover) and (max-width: 991px) {
  .slider-button:hover::before {
    left: 19px;
  }
}
.slider-button:active::after, .slider-button:focus-visible::after {
  background: #11223d;
}
.slider-button:active::before, .slider-button:focus-visible::before {
  left: 27px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.592 12.1149L11.4196 2.12808L12.6935 0.877431L25.0405 12.9992L12.6935 25.1211L11.4196 23.8704L21.592 13.8836L0.796875 13.8836L0.796874 12.1149L21.592 12.1149Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .slider-button:active::before, .slider-button:focus-visible::before {
    left: 19px;
  }
}
.slider-button:disabled, .slider-button.disabled {
  cursor: not-allowed;
}
.slider-button:disabled::after, .slider-button.disabled::after {
  background: #f6f6f6;
}
.slider-button:disabled::before, .slider-button.disabled::before {
  left: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.592 12.1149L11.4196 2.12808L12.6935 0.877431L25.0405 12.9992L12.6935 25.1211L11.4196 23.8704L21.592 13.8836L0.796875 13.8836L0.796874 12.1149L21.592 12.1149Z' fill='%23cccccd'/%3E%3C/svg%3E%0A");
}
.slider-button_left {
  transform: rotate(-180deg);
}
.slider-button_gray::after {
  background-color: #f6f6f6;
}
.slider-button_border::after {
  background: transparent;
  border: 1px solid #fff;
}
.slider-button_border::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.592 12.1149L11.4196 2.12808L12.6935 0.877431L25.0405 12.9992L12.6935 25.1211L11.4196 23.8704L21.592 13.8836L0.796875 13.8836L0.796874 12.1149L21.592 12.1149Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
@media (hover: hover) {
  .slider-button_border:hover::after {
    background: #fff;
    border-color: transparent;
  }
  .slider-button_border:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.592 12.1149L11.4196 2.12808L12.6935 0.877431L25.0405 12.9992L12.6935 25.1211L11.4196 23.8704L21.592 13.8836L0.796875 13.8836L0.796874 12.1149L21.592 12.1149Z' fill='%23191b1d'/%3E%3C/svg%3E%0A");
  }
}
.slider-button_border:active::after, .slider-button_border:focus-visible::after {
  background: #11223d;
  border-color: transparent;
}
.slider-button_border:active::before, .slider-button_border:focus-visible::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.592 12.1149L11.4196 2.12808L12.6935 0.877431L25.0405 12.9992L12.6935 25.1211L11.4196 23.8704L21.592 13.8836L0.796875 13.8836L0.796874 12.1149L21.592 12.1149Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.slider-button_border-gray {
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  /* stylelint-enable */
}
.slider-button_border-gray::after {
  background-color: transparent;
  border-color: #abacac;
}
.slider-button_border-gray::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1842 11.7222L11.114 1.83573L12.3751 0.597658L24.598 12.5976L12.3751 24.5977L11.114 23.3596L21.1842 13.4731L0.598022 13.4731L0.598022 11.7222L21.1842 11.7222Z' fill='%23ABACAC'/%3E%3C/svg%3E%0A");
}
@media (hover: hover) {
  .slider-button_border-gray:hover::after {
    border-color: #172f54;
  }
}
.slider-button_border-gray:disabled {
  pointer-events: none;
  opacity: 0;
}
.slider-button-new {
  cursor: pointer;
  position: relative;
  rotate: 45deg;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
}
.slider-button-new::before, .slider-button-new::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
}
.slider-button-new::before {
  rotate: 45deg;
  background-color: #fff;
}
.slider-button-new::after {
  pointer-events: none;
  rotate: -45deg;
  width: 10px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='22' viewBox='0 0 12 22' fill='none'%3E%3Cpath d='M1 21L11 11L1 1' stroke='%2311223D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
}
@media (hover: hover) {
  .slider-button-new:hover::after {
    transform: translateX(16px);
  }
}
.slider-button-new_prev {
  rotate: 225deg;
}
.play-button {
  cursor: pointer;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.play-button__text {
  color: #fff;
}
.play-button__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 180px;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.3);
}
.play-button__play-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 43px;
  height: 50px;
  color: #d6001c;
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
}
.play-button_small .play-button__inner {
  width: 64px;
  height: 64px;
}
.play-button_small .play-button__border {
  width: 20px;
  height: 20px;
}
.play-button_small .play-button__play-icon {
  scale: 0.5;
}
.play-button:has(.play-button__text) {
  position: static;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.play-button:has(.play-button__text) .play-button__inner {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  translate: unset;
}
@media (hover: hover) {
  .play-button:hover .play-button__borders {
    transform: scale(0.85);
  }
  .play-button:hover .play-button__play-icon {
    transform: scale(1.15);
  }
}
@media (max-width: 767px) {
  .play-button .play-button__inner {
    width: 40px;
    height: 40px;
  }
  .play-button .play-button__play-icon {
    width: 18px;
    height: 18px;
  }
}
.bread-crumbs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.bread-crumbs a {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  text-decoration: none;
}
.bread-crumbs a::after {
  content: "";
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 10.8555L7.43698 6L2 1.14446L3.28151 0L10 6L3.28151 12L2 10.8555Z' fill='%23808080'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.pagination {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.pagination__items {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.pagination .slider-button {
  width: 52px;
  height: 52px;
}
.pagination .slider-button::after {
  width: 40px;
  height: 40px;
}
.pagination .slider-button::before {
  left: 9px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .pagination .slider-button::before {
    left: 12px;
  }
}
.pagination__item {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #005a8c;
  text-decoration: none;
}
.pagination__item.is-active {
  color: #11223d;
}
.pagination_wide {
  justify-content: space-between;
}
.select {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 4px;
}
.select__option, .select__button {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 12px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  color: #666;
  text-align: start;
  letter-spacing: -0.0175rem;
  background-color: transparent;
  border: none;
}
.select__option {
  background-color: #fff;
  border-top: 1px solid #cccccd;
}
.select__button {
  position: relative;
  padding-right: 48px;
  background-color: #fff;
}
.select__dropdown {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 0;
  background-color: #fff;
}
.select__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #172f54;
}
.select__arrow svg {
  width: 100%;
  height: 100%;
}
.product-characteristic {
  display: flex;
  align-items: first baseline;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #cccccd;
}
.product-characteristic span:first-child {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.015rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .product-characteristic span:first-child {
    font-size: 0.875rem;
    line-height: 1.3;
    letter-spacing: -0.0175rem;
  }
}
.product-characteristic span:last-child {
  display: block;
  max-width: 50%;
  color: #666;
  text-align: end;
  word-break: break-word;
  white-space: normal;
}
.employees {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .employees {
    flex-direction: column;
    padding-bottom: 16px;
  }
}
.employees:not(:last-child) {
  margin-bottom: 32px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .employees:not(:last-child) {
    margin-bottom: 16px;
  }
}
.employees__title:not(:empty) {
  margin-bottom: 24px;
}
.employees__right {
  display: flex;
  gap: 20px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .employees__right {
    align-self: flex-end;
  }
}
@media (max-width: 575px) {
  .employees__right {
    align-self: flex-start;
    justify-content: space-between;
    width: 100%;
  }
}
.employees__info {
  min-width: 344px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .employees__info {
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .employees__info {
    min-width: unset;
  }
}
.employees__name {
  margin-bottom: 16px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .employees__name {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .employees__name {
    width: 156px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
  }
}
.employees__position {
  margin-bottom: 40px;
  font-size: 1rem;
  color: #666;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .employees__position {
    margin-bottom: 24px;
  }
}
.employees__text {
  margin-bottom: 24px;
  font-size: 1rem;
  color: #666;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .employees__text {
    display: none;
  }
}
.employees__link {
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #191b1d;
  text-decoration: none;
  letter-spacing: 1%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.employees__link:not(:last-child) {
  margin-bottom: 24px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .employees__link:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .employees__link {
    font-size: 1rem;
    font-weight: 400;
    overflow-wrap: anywhere;
  }
}
.employees__photo {
  overflow: hidden;
  max-width: 344px;
  border-radius: 4px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .employees__photo {
    max-width: 160px;
  }
}
.employees__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
button[data-download-button] {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  color: #cccccd;
  background-color: transparent;
  border: none;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
}
@media (hover: hover) {
  button[data-download-button]:hover {
    color: #b3b3b3;
  }
}
button[data-download-button] svg {
  width: 24px;
  height: 24px;
}
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
.header__inner {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
.header__wrapper {
  display: flex;
  align-items: center;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1599px) {
  .header__wrapper {
    justify-content: space-between;
  }
}
.header__side {
  display: flex;
  align-items: center;
  height: 99px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.header__side_left {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.header__side_right {
  justify-content: flex-end;
}
.header__side_right > button:not(.header__burger), .header__side_right > div:not(.header__search) {
  padding: 0 16px;
}
.header__side_right > button:last-child, .header__side_right > div:last-child {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .header__side {
    height: -moz-fit-content;
    height: fit-content;
    padding: 12px 0;
  }
}
.header__logo {
  overflow: hidden;
  display: flex;
  flex-basis: 167px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  max-height: 32px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1199px) {
  .header__logo {
    flex-basis: 156px;
    max-height: unset;
  }
}
.header__nav {
  height: 100%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1599px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  height: 100%;
  margin: 0;
  margin-right: 16px;
}
.header__menu > li {
  display: block;
  height: 100%;
  padding-left: 0;
}
.header__menu > li::before {
  content: none;
}
.header__menu > li > ul {
  display: none;
}
.header__menu > li:has(> ul) > a {
  padding-right: 20px;
}
.header__menu > li:has(> ul) > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.76297 5L8 8.39811L11.237 5L12 5.80094L8 10L4 5.80094L4.76297 5Z' fill='%23005A8C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* stylelint-disable */
  transition: transform 0.2s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
}
.header__menu > li:has(> ul)[data-state=active] > a::before {
  transform: translateX(100%);
  opacity: 1;
}
.header__menu > li:has(> ul)[data-state=active] > a::after {
  transform: rotate(180deg);
}
.header__menu a {
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #005a8c;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}
.header__menu a::before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #005a8c;
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  will-change: transform, opacity;
  /* stylelint-enable */
}
@media (hover: hover) {
  .header__menu a:hover::before {
    transform: translateX(100%);
    opacity: 1;
  }
}
.header__search {
  position: relative;
  display: flex;
  flex: 0 0 68px;
  height: 100%;
}
.header__search-form {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 0;
  border-left: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.header__search-form form {
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1599px) {
  .header__search-form {
    border-left-width: 0;
  }
}
.header__search-control {
  width: 100%;
  padding: 22px 24px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.header__search-control input {
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.02rem;
}
@media (max-width: 1199px) {
  .header__search-control {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.header__search-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 100%;
  padding: 0;
  color: #005a8c;
  background-color: transparent;
  border: none;
  border-right: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.header__search-button svg {
  flex: 0 0 18px;
  height: 18px;
}
@media (max-width: 1599px) {
  .header__search-button {
    border: none;
  }
}
.header__search-button_hide {
  display: none;
}
.header__search-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  height: auto;
  max-height: 244px;
  background-color: #fff;
}
.header__search-no-result, .header__search-results {
  padding: 22px 24px;
}
.header__search-no-result {
  display: none;
  color: #666;
}
.header__search-results {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  justify-content: space-between;
  min-height: 244px;
  margin: 0;
}
.header__search-results li {
  position: static;
  overflow: hidden;
  padding-left: 0;
  line-height: 20px;
  color: #005a8c;
  text-overflow: ellipsis;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
}
.header__search-results li::before {
  content: none;
}
@media (hover: hover) {
  .header__search-results li:hover {
    color: #172f54;
  }
}
.header__search-results a {
  padding: 12px 0;
  text-decoration: none;
  white-space: nowrap;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  justify-content: center;
  height: 100%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.header__contacts a {
  line-height: normal;
  color: #005a8c;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1599px) {
  .header__contacts {
    display: none;
  }
}
.header__btn {
  cursor: pointer;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.08px;
  white-space: nowrap;
  border: none;
}
.header__feedback-btn {
  color: #fff;
  background-color: #005a8c;
}
.header__cities-btn {
  color: #005a8c;
  background-color: transparent;
}
.header__cities-btn svg {
  width: 16px;
  height: 16px;
}
.header__dropdown {
  overflow: hidden;
  height: 0;
  background-color: #fff;
}
.header__dropdown-wrapper {
  padding: 80px 0;
}
.header__dropdown-wrapper li {
  padding: 0;
}
.header__dropdown-wrapper li::before {
  content: none;
}
.header__dropdown-wrapper a {
  text-decoration: none;
}
.header__dropdown-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.header__dropdown-wrapper > ul > li {
  display: flex;
  flex: 0 0 calc((100% - 60px) / 4);
  flex-direction: column;
  row-gap: 56px;
}
.header__dropdown-wrapper > ul > li > a {
  display: inline-block;
  min-height: 58px;
}
.header__dropdown-wrapper > ul > li > ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.header__dropdown-wrapper > ul > li > ul > li {
  color: #172f54;
}
.header__dropdown-wrapper > ul.column {
  flex-direction: column;
}
.header__burger {
  display: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1599px) {
  .header__burger {
    display: flex;
  }
}
.footer {
  position: relative;
  color: #fff;
  background: #172f54;
}
.footer__map {
  position: relative;
  z-index: 1;
}
.footer__form {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer__form {
    position: static;
  }
}
.footer-form {
  padding-top: 80px;
  padding-bottom: 80px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-form__container {
  pointer-events: all;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 500px;
  padding: 40px 32px;
  background: rgba(23, 47, 84, 0.7);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-form__container {
    width: 100%;
    padding: 0;
  }
}
.footer-form__title {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-form__title {
    font-size: 1.25rem;
  }
}
.footer-form__wrapper.form {
  row-gap: 16px;
}
.footer-form .form__controls {
  row-gap: 4px;
}
.footer-map {
  width: 100%;
  height: 800px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-map {
    aspect-ratio: 1404/800;
    height: auto;
    min-height: 220px;
  }
}
.footer-menu__top {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__top {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .footer-menu__top {
    gap: 40px;
  }
}
.footer-menu__logo {
  flex: 0 0 171px;
  max-width: 171px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__logo {
    flex: 0 0 101px;
    max-width: 101px;
  }
}
.footer-menu__wrapper {
  flex: 0 0 calc(100% - 171px - 200px);
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1399px) {
  .footer-menu__wrapper {
    flex: 0 0 calc(100% - 100px - 200px);
  }
}
.footer-menu__wrapper > ul {
  display: grid;
  grid-template-columns: 2fr 2fr 5fr 3fr;
  grid-template-rows: repeat(4, auto);
  row-gap: 32px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__wrapper > ul {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(3, auto);
  }
}
.footer-menu__wrapper li {
  padding: 0;
  list-style: none;
}
.footer-menu__wrapper li::before {
  display: none;
}
.footer-menu__item {
  grid-row-end: 5;
  grid-row-start: 1;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__item {
    grid-column-end: auto !important;
    grid-column-start: auto !important;
    grid-row-end: auto !important;
    grid-row-start: auto !important;
  }
}
.footer-menu__item--not-sub {
  grid-column-end: 4;
  grid-column-start: 3;
}
.footer-menu__item--not-sub:nth-child(3) {
  grid-row-end: 2;
  grid-row-start: 1;
}
.footer-menu__item--not-sub:nth-child(4) {
  grid-row-end: 3;
  grid-row-start: 2;
}
.footer-menu__item--not-sub:nth-child(5) {
  grid-row-end: 4;
  grid-row-start: 3;
}
.footer-menu__item--not-sub:nth-child(6) {
  grid-row-end: 5;
  grid-row-start: 4;
}
.footer-menu__item ul li:not(:last-child) {
  margin-bottom: 24px;
}
.footer-menu__item ul li a,
.footer-menu__item ul li span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  letter-spacing: -0.00125rem;
  opacity: 0.7;
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__item ul li a,
  .footer-menu__item ul li span {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
@media (hover: hover) {
  .footer-menu__item ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.footer-menu__item ul > li:first-child {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__item ul > li:first-child {
    margin-top: 24px;
  }
}
.footer-menu__item:has(> div:nth-of-type(3)) {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer-menu__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__title {
    font-size: 0.875rem;
  }
}
.footer-menu__title:not(:last-child) {
  margin-bottom: 24px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__title:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer-menu__title a,
.footer-menu__title span {
  text-decoration: none;
}
@media (hover: hover) {
  .footer-menu__title a:hover {
    text-decoration: underline;
  }
}
.footer-menu__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__bottom {
    gap: 80px;
    justify-content: center;
  }
}
.footer-menu__left {
  display: flex;
  gap: 24px;
  align-items: center;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__left {
    justify-content: space-between;
    width: 100%;
  }
}
.footer-menu__soclinks {
  display: flex;
  gap: 12px;
}
.footer-menu__soclinks a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #172f54;
  border: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .footer-menu__soclinks a {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .footer-menu__soclinks a:hover svg {
    transform: scale(1.2);
  }
}
.footer-menu__soclinks a::before, .footer-menu__soclinks a::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #172f54;
  /* stylelint-disable */
  transition: background-color 0.3s ease-in-out;
  will-change: background-color;
  /* stylelint-enable */
}
.footer-menu__soclinks a::after {
  top: -3px;
  bottom: -3px;
  width: calc(100% - 32px);
  height: auto;
}
.footer-menu__soclinks a::before {
  right: -3px;
  left: -3px;
  width: auto;
  height: calc(100% - 32px);
}
.footer-menu__soclinks a svg {
  z-index: 2;
  width: 24px;
  height: 24px;
  color: #fff;
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
}
.footer-menu__policy {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__policy {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
@media (hover: hover) {
  .footer-menu__policy:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.footer-menu__made {
  color: rgba(255, 255, 255, 0.5);
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .footer-menu__made {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .footer-menu [data-type=accordion] [data-type=accordion-title]::before, .footer-menu [data-type=accordion] [data-type=accordion-title]::after {
    display: none;
  }
}
.footer-menu [data-type=accordion] [data-type=accordion-title]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.25' y='0.25' width='15.5' height='15.5' rx='1.75' stroke='%23ffffff4d' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
.footer-menu [data-type=accordion] [data-type=accordion-title]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5 7L8 10L11 7' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (min-width: 1200px) {
  .footer-menu [data-type=accordion] [data-type=accordion-body] {
    height: auto !important;
  }
}
.burger-menu {
  position: fixed;
  z-index: -1000;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  height: 100dvh;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.burger-menu__top-row {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 16px;
  margin-bottom: 52px;
  background-color: #fff;
}
.burger-menu__wrapper {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 88px 16px 12px;
  background-color: #fff;
}
.burger-menu__inner {
  scrollbar-width: none;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  height: 100%;
  -ms-overflow-style: none;
}
.burger-menu__inner::-webkit-scrollbar {
  display: none;
}
.burger-menu__logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
}
.burger-menu__logo img {
  width: auto;
  height: 100%;
}
.burger-menu__hide-button {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 48px;
  color: #005a8c;
  background-color: transparent;
  border: none;
}
.burger-menu__hide-button svg {
  aspect-ratio: 1/1;
  width: 14px;
  stroke: currentColor;
}
.burger-menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: 0;
}
.burger-menu__list ul {
  margin: 0;
}
.burger-menu__list li {
  padding-left: 0;
}
.burger-menu__list li::before {
  content: none;
}
.burger-menu__list li a {
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.burger-menu__list > li > ul, .burger-menu__list > li {
  display: flex;
  flex-direction: column;
}
.burger-menu__list > li > div a, .burger-menu__list > li > a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #172f54;
  text-transform: uppercase;
  letter-spacing: 0.0175rem;
}
.burger-menu__list > li > ul > *:first-child {
  padding-top: 14px;
}
.burger-menu ul > li > ul, .burger-menu__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.burger-menu ul > li > ul a, .burger-menu__contacts a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #172f54;
  text-decoration: none;
  letter-spacing: -0.015rem;
  white-space: nowrap;
}
.burger-menu .header__feedback-btn {
  height: -moz-fit-content;
  height: fit-content;
  padding: 19px 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.01rem;
  background-color: #172f54;
  border-radius: 4px;
  /* stylelint-disable */
  transition: background-color 0.3s ease-in-out;
  will-change: background-color;
  /* stylelint-enable */
}
@media (hover: hover) {
  .burger-menu .header__feedback-btn:hover {
    background-color: #005a8c;
  }
}
.burger-menu .header__feedback-btn:active {
  background-color: #11223d;
}
.burger-menu .header__cities-btn {
  position: relative;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1px 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #172f54;
  text-transform: uppercase;
  letter-spacing: 0.0175rem;
}
.burger-menu .header__cities-btn svg {
  display: none;
}
.burger-menu .header__cities-btn::before, .burger-menu .header__cities-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.burger-menu .header__cities-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.25' y='0.25' width='15.5' height='15.5' rx='1.75' stroke='%23172F54' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
.burger-menu .header__cities-btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5 7L8 10L11 7' stroke='%23172F54' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
}
@media (max-width: 991px) {
  .burger-menu {
    max-width: unset;
  }
}
.modal {
  position: fixed;
  z-index: -1000;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: calc(100% - var(--header-height) * 1.5);
  opacity: 0;
  background-color: #fff;
  border-radius: 4px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.modal__close-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  color: #005a8c;
  background-color: transparent;
  border: none;
}
.modal__close-button svg {
  width: 14px;
  height: 14px;
}
.modal__wrapper {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 80px 40px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .modal__wrapper {
    padding: 40px 24px;
  }
}
.modal_feedback, .modal_consultation, .modal_thank-you {
  width: 37dvw;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1399px) {
  .modal_feedback, .modal_consultation, .modal_thank-you {
    width: 50dvw;
  }
}
@media (max-width: 991px) {
  .modal_feedback, .modal_consultation, .modal_thank-you {
    width: 60dvw;
  }
}
.modal_cities {
  width: 70dvw;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .modal_cities {
    width: 88dvw;
  }
}
.modal_thank-you {
  height: -moz-fit-content;
  height: fit-content;
}
.modal_thank-you .modal__wrapper {
  overflow-y: unset;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
.modal_thank-you .modal__close-button {
  display: none;
}
.modal_feedback {
  height: auto;
}
@media (max-width: 575px) {
  .modal {
    width: 91dvw;
  }
}
.backdrop {
  position: fixed;
  z-index: -1000;
  inset: 0;
  display: none;
  opacity: 0;
  background-color: #191b1d;
}
[data-type=accordion] [data-type=accordion-title] {
  cursor: pointer;
  position: relative;
  width: 100%;
}
[data-type=accordion] [data-type=accordion-title]::before, [data-type=accordion] [data-type=accordion-title]::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* stylelint-disable */
  transition: transform 0.15s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
}
[data-type=accordion] [data-type=accordion-title]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.25' y='0.25' width='15.5' height='15.5' rx='1.75' stroke='%23172F54' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}
[data-type=accordion] [data-type=accordion-title]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5 7L8 10L11 7' stroke='%23172F54' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
[data-type=accordion] [data-type=accordion-body] {
  will-change: height;
  overflow: hidden;
  transition: none !important;
}
[data-type=accordion][data-state=active] [data-type=accordion-title]::after {
  transform: rotate(180deg);
}
.section {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  padding: 80px 0;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.section__container {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .section__container {
    row-gap: 24px;
  }
}
.section__sub-heading {
  max-width: 780px;
  color: #666;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.section__sub-heading_black {
  color: #191b1d;
}
@media (max-width: 1199px) {
  .section__sub-heading_black {
    color: #666;
  }
}
.section:has(.bread-crumbs) {
  padding-bottom: 0;
}
.section_bgc-gray {
  background-color: #f9f9f9;
}
.section_bgc-gray-tablet {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .section_bgc-gray-tablet {
    background-color: #f9f9f9;
  }
}
.section_bgc-gray-desktop {
  background-color: #f9f9f9;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .section_bgc-gray-desktop {
    background-color: #fff;
  }
}
.section_bgc-white-desktop {
  background-color: #fff;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .section_bgc-white-desktop {
    background-color: transparent;
  }
}
.section_bgc-white-mobile {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .section_bgc-white-mobile {
    background-color: #fff;
  }
}
@media (max-width: 1199px) {
  .section {
    row-gap: 32px;
    padding: 40px 0;
  }
  .section:has(.catalog-index) {
    row-gap: 0px;
  }
}
.section-heading {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #005a8c;
  text-decoration: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.section-heading__heading {
  color: inherit;
  text-transform: uppercase;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .section-heading__heading {
    text-transform: none;
  }
}
.section-heading__arrow {
  overflow: hidden;
  width: 32px;
  height: 56px;
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  will-change: transform, color;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .section-heading__arrow {
    width: 24px;
  }
}
@media (hover: hover) {
  .section-heading:hover .section-heading__arrow {
    transform: translateX(8px);
  }
}
@media (max-width: 991px) {
  .section-heading {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
a.section-heading:active {
  color: #172f54;
}
.about-numbers-item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 32px 0;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.about-numbers-item__value {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(267deg, #005a8c -1.15%, #001826 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.about-numbers-item__value_suffix::after {
  content: " +";
}
@media (max-width: 1199px) {
  .about-numbers-item__value {
    font-size: 2.75rem;
  }
}
.about-numbers-item__description {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  color: #666;
  text-transform: uppercase;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .about-numbers-item__description {
    font-size: 0.75rem;
    font-weight: 400;
    color: #191b1d;
    text-transform: none;
    letter-spacing: -0.015rem;
  }
}
@media (max-width: 1199px) {
  .about-numbers-item {
    row-gap: 16px;
    padding: 0;
  }
}
.news-announcements-item {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  text-decoration: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .news-announcements-item {
    flex-direction: row;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .news-announcements-item {
    flex-direction: column;
  }
}
@media (hover: hover) {
  .news-announcements-item:hover .news-announcements-item__title {
    color: #191b1d;
    text-decoration: underline;
  }
}
.news-announcements-item__wrapper {
  display: flex;
  flex: auto;
  flex-direction: column;
  row-gap: 32px;
  padding: 32px 24px;
  background: #fff;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .news-announcements-item__wrapper {
    flex: 1;
    row-gap: 16px;
  }
}
@media (max-width: 575px) {
  .news-announcements-item__wrapper {
    row-gap: 12px;
    padding: 16px;
  }
}
.news-announcements-item__image {
  overflow: hidden;
  width: 100%;
  height: 302px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.news-announcements-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1199px) {
  .news-announcements-item__image {
    flex: 1;
    height: 213px;
  }
}
@media (max-width: 575px) {
  .news-announcements-item__image {
    flex: unset;
  }
}
.news-announcements-item__date {
  margin-top: auto;
  line-height: 1.4;
  color: #999999;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .news-announcements-item__date {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.015rem;
  }
}
.news-announcements-item__title {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #666;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .news-announcements-item__title {
    -webkit-line-clamp: 5;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02rem;
  }
}
@media (max-width: 575px) {
  .news-announcements-item__title {
    -webkit-line-clamp: 4;
  }
}
.video-single__wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1404/680;
  width: 100%;
  height: 100%;
  background-color: #191b1d;
}
.video-single video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.video-single__button {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.video-single__poster {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-single__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-single__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0.2;
  background-color: #11223d;
}
.video-single__container {
  height: 680px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .video-single__container {
    height: 516px;
  }
}
@media (max-width: 575px) {
  .video-single__container {
    height: 185px;
  }
}
.gallery__slider {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.gallery__wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.gallery__item {
  height: 302px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .gallery__item {
    max-height: 158px;
  }
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery__navigation {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  translate: 0 -50%;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .gallery__navigation {
    display: none;
  }
}
.gallery__slider-arrow {
  pointer-events: all;
}
.form {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.form__controls, .form__submit-block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.form__buttons {
  display: flex;
  gap: 20;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.form__buttons > * {
  flex: 1;
}
@media (max-width: 1199px) {
  .form__buttons {
    flex-direction: column;
    gap: 16px;
  }
}
.form__info {
  color: #005a8c;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.form__info_white {
  color: #fff;
}
@media (max-width: 1199px) {
  .form__info {
    font-size: 0.75rem;
  }
}
.form__error {
  position: absolute;
  color: #d6001c;
  text-align: center;
}
.form__error.is-active {
  position: static;
}
.certificate {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.certificate__link {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: center;
  text-decoration: none;
}
.certificate__image {
  padding: 12px;
  border: 1px solid #f6f6f6;
}
.certificate img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.certificate__download-link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #005a8c;
  text-decoration: none;
  letter-spacing: -0.02rem;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
}
@media (hover: hover) {
  .certificate__download-link:hover {
    color: #172f54;
  }
}
.certificate__inner {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
.certificate__download-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.certificate__download-icon svg {
  width: 20px;
  height: 20px;
}
.certificate__download-description {
  display: inline-block;
  color: #cccccd;
  white-space: nowrap;
}
.certificate__download-description span:not(:last-child)::after {
  content: ", ";
}
.catalog-part {
  padding: 48px 0;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.catalog-part:first-child {
  padding-top: 0;
}
.catalog-part:last-child {
  padding-bottom: 0;
}
.catalog-part__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .catalog-part__wrapper {
    row-gap: 32px;
  }
}
.catalog-part__top-row {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  max-width: 40%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-part__top-row {
    row-gap: 24px;
    max-width: unset;
  }
}
.catalog-part__heading {
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-part__description {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .catalog-part__description {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: -0.02rem;
  }
}
.catalog-part__bottom-row {
  display: flex;
  justify-content: space-between;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-part__bottom-row {
    flex-direction: column-reverse;
    row-gap: 16px;
  }
}
.catalog-part__goods-wrapper {
  flex: 0 0 38.5%;
  height: 100%;
  margin: auto 0;
}
.catalog-part__goods {
  display: flex;
  flex-direction: column;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-part__goods {
    flex: 0 0 100%;
    row-gap: 12px;
  }
}
.catalog-part__image-wrapper {
  height: auto;
  margin: auto 0;
}
.catalog-part__image {
  width: 708px;
  height: 460px;
  background-color: #fff;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.catalog-part__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1199px) {
  .catalog-part__image {
    width: 100%;
    max-width: unset;
    height: 437px;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .catalog-part__image {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .catalog-part__image {
    height: 213px;
  }
}
@media (max-width: 991px) {
  .catalog-part {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .catalog-part:nth-child(even) {
    background-color: #fff;
  }
}
.catalog-good-link {
  position: relative;
  border-bottom: 1px solid #cccccd;
}
@media (hover: hover) {
  .catalog-good-link:hover .catalog-good-link__arrow {
    opacity: 1;
  }
  .catalog-good-link:hover .catalog-good-link__arrow::after {
    transform: translateX(16px);
  }
}
.catalog-good-link__link {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 100px 24px 0;
  text-decoration: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-good-link__link {
    padding: 8px 0;
  }
}
.catalog-good-link__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-good-link__wrapper {
    row-gap: 2px;
  }
}
.catalog-good-link__heading {
  font-weight: 500;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-good-link__heading {
    letter-spacing: -0.0175rem;
  }
}
@media (max-width: 575px) {
  .catalog-good-link__heading {
    font-size: 0.875rem;
  }
}
.catalog-good-link__description {
  color: #666;
}
.catalog-good-link__arrow {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 32px;
  translate: 0 -50%;
  opacity: 0;
  background-color: transparent;
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  /* stylelint-enable */
}
.news-item {
  display: flex;
  -moz-column-gap: 146px;
       column-gap: 146px;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.news-item__column {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: space-between;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .news-item__column {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 575px) {
  .news-item__column {
    width: 100%;
  }
}
.news-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .news-item__content {
    row-gap: 16px;
  }
}
.news-item__image {
  flex: 0 0 465px;
  height: 302px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .news-item__image img {
    height: auto;
  }
}
@media (max-width: 991px) {
  .news-item__image {
    overflow: hidden;
    flex: 0 0 calc((100% - 16px) / 2);
    border-radius: 4px;
  }
}
@media (max-width: 575px) {
  .news-item__image {
    flex: 0 0 100%;
  }
}
.news-item__date {
  color: #666;
}
.news-item__title {
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .news-item__title {
    -webkit-line-clamp: 4;
    max-height: 144px;
  }
}
@media (max-width: 991px) {
  .news-item__title {
    -webkit-line-clamp: 7;
  }
}
@media (max-width: 575px) {
  .news-item__title {
    overflow-y: visible;
    -webkit-line-clamp: unset;
    max-height: unset;
    text-overflow: unset;
  }
}
.news-item__link {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .news-item__link {
    display: none;
  }
}
.news-item a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .news-item {
    flex-direction: row-reverse;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 0;
    border: none;
  }
}
@media (max-width: 575px) {
  .news-item {
    flex-direction: column-reverse;
    row-gap: 16px;
  }
}
.filter__slider {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.filter__wrapper {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.filter__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 56px;
  padding: 19px 0;
  line-height: 1;
  color: #172f54;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  /* stylelint-disable */
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  will-change: background-color, color;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.filter__item.is-active {
  color: #fff;
  background-color: #172f54;
}
@media (max-width: 991px) {
  .filter__item {
    max-height: 44px;
  }
}
.product-about {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 56px 32px 24px;
  background-color: #fff;
  border-radius: 4px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-about__for-slider {
  display: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .product-about__for-slider {
    display: block;
  }
}
.product-about__top-row {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .product-about__top-row {
    row-gap: 32px;
  }
}
.product-about__description-button, .product-about__options-link {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #b3b3b3;
  letter-spacing: -0.02rem;
  background-color: transparent;
  border: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-about__description-button::after, .product-about__options-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8555 2L6 7.43698L1.14446 2L0 3.28151L6 10L12 3.28151L10.8555 2Z' fill='%23B3B3B3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
}
@media (max-width: 991px) {
  .product-about__description-button, .product-about__options-link {
    font-size: 0.75rem;
    color: #666;
  }
  .product-about__description-button::after, .product-about__options-link::after {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23666666' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  .product-about__description-button, .product-about__options-link {
    font-size: 0.875rem;
    line-height: 1.3;
    letter-spacing: -0.0175rem;
  }
}
.product-about__description {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-about__description-inner {
  overflow-y: hidden;
  color: #666;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .product-about__description-inner {
    color: #191b1d;
  }
}
.product-about__description-button {
  cursor: pointer;
}
.product-about__description-button.expanded::after {
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .product-about__description {
    row-gap: 16px;
  }
}
.product-about__bottom-row {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.product-about__bottom-row-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-about__options-link {
  text-decoration: none;
}
.product-about__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  color: #005a8c;
}
.product-about__price-from::after, .product-about__price-currency::before {
  content: " ";
}
@media (max-width: 1199px) {
  .product-about {
    padding: 32px;
    border-radius: 4px;
  }
}
@media (max-width: 991px) {
  .product-about {
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .product-about {
    row-gap: 24px;
  }
}
.product-about__price-buttons {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-about__price-buttons .button__download-attrs {
  min-width: -moz-fit-content;
  min-width: fit-content;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1399px) {
  .product-about__price-buttons .button__download-attrs {
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .product-about__price-buttons {
    flex-direction: column;
  }
  .product-about__price-buttons .button_cornered span.button__text {
    font-size: 12px;
  }
  .product-about__price-buttons .button_cornered .button__wrapper {
    gap: 8px;
  }
  .product-about__price-buttons .button_cornered .button__download-attrs > span {
    font-size: 12px;
  }
}
.product-slider {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-slider__inner {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.product-slider__item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product-slider__wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.product-slider__slide {
  overflow: hidden;
  width: 100%;
  height: 460px;
  border-radius: 4px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .product-slider__slide {
    height: 213px;
    border-radius: 4px;
  }
}
.product-slider__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-slider__arrow_prev {
  left: 32px;
}
.product-slider__arrow_next {
  right: 32px;
}
@media (max-width: 991px) {
  .product-slider__arrow {
    display: none;
  }
}
.product-slider__pagination {
  display: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-slider__pagination > .swiper-pagination-bullet {
  background-color: #cccccd;
}
.product-slider__pagination > .swiper-pagination-bullet-active {
  background-color: #172f54;
}
@media (max-width: 991px) {
  .product-slider__pagination {
    display: flex;
  }
}
.product-slider__thumbs {
  overflow: hidden;
  width: 100%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-slider__thumbs-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.product-slider__thumbs-slide {
  position: relative;
  overflow: hidden;
  max-height: 224px;
  border-radius: 4px;
}
.product-slider__thumbs-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  background-color: rgba(23, 47, 84, 0.2);
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  /* stylelint-enable */
}
.product-slider__thumbs-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}
@media (max-width: 991px) {
  .product-slider__thumbs {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-slider {
    display: none;
  }
}
.slider-with-tabs {
  position: relative;
}
.slider-with-tabs__wrapper {
  position: relative;
  overflow: clip;
  overflow-y: visible;
}
.slider-with-tabs__slider {
  overflow-x: clip;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 74.65%;
  margin-left: auto;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .slider-with-tabs__slider {
    width: 100%;
  }
}
.slider-with-tabs__slider-wrapper {
  translate: 0 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.slider-with-tabs__pagination {
  scrollbar-width: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 24%;
  height: 100%;
  -ms-overflow-style: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.slider-with-tabs__pagination::-webkit-scrollbar {
  display: none;
}
.slider-with-tabs__pagination-item {
  cursor: pointer;
  padding: 24px 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #cccccd;
  text-align: start;
  letter-spacing: 0.015rem;
  background-color: transparent;
  border: none;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
}
.slider-with-tabs__pagination-item:first-child {
  padding-top: 0px;
}
.slider-with-tabs__pagination-item:last-child {
  padding-bottom: 0;
}
.slider-with-tabs__pagination-item:not(:last-child) {
  border-bottom: 1px solid #cccccd;
}
.slider-with-tabs__pagination-item_active {
  color: #191b1d;
}
@media (max-width: 1199px) {
  .slider-with-tabs__pagination {
    display: none;
  }
}
.slider-with-tabs__select {
  display: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .slider-with-tabs__select {
    display: flex;
    max-width: 380px;
  }
}
@media (max-width: 575px) {
  .slider-with-tabs__select {
    max-width: unset;
  }
}
.slider-with-tabs.options-tabs .slider-with-tabs__slider {
  width: 708px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .slider-with-tabs.options-tabs .slider-with-tabs__slider {
    width: 100%;
  }
}
.slider-with-tabs.options-tabs .slider-with-tabs__wrapper > * {
  overflow: hidden;
  border-radius: 4px;
}
.slider-with-tabs.options-tabs .slider-with-tabs__pagination {
  overflow: visible;
  width: 37.3%;
  margin-top: -24px;
}
.slider-with-tabs.options-tabs .slider-with-tabs__pagination-item {
  position: relative;
}
.slider-with-tabs.options-tabs .slider-with-tabs__pagination-item:first-child {
  padding-top: 24px;
}
.slider-with-tabs.options-tabs .slider-with-tabs__pagination-item:last-child {
  padding-bottom: 24px;
}
.product-options__slider {
  position: relative;
  overflow: hidden;
}
.product-options__navigation-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  translate: 0 -50%;
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-options__navigation-button-prev {
  left: 32px;
}
.product-options__navigation-button-next {
  right: 32px;
}
.product-options__navigation-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1199px) {
  .product-options__navigation-button {
    display: none;
  }
}
.product-options__wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.product-options__item {
  width: 708px;
  height: 460px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-options__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .product-options__item {
    height: 437px;
  }
}
@media (max-width: 575px) {
  .product-options__item {
    height: 213px;
  }
}
.product-options__pagination {
  display: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-options__pagination .swiper-pagination-bullet {
  cursor: default;
  background-color: #cccccd;
}
.product-options__pagination .swiper-pagination-bullet-active {
  background-color: #172f54;
}
@media (max-width: 1199px) {
  .product-options__pagination {
    display: flex;
  }
}
.logo-big {
  padding: 40px 0;
  background: #172f54;
}
.logo-big svg {
  width: 100%;
}
.download-file {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 24px;
  color: #005a8c;
  text-decoration: none;
  border-bottom: 1px solid #cccccd;
}
.download-file__name {
  width: 100%;
  max-width: 344px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .download-file__name {
    max-width: 600px;
  }
}
.download-file__left-part {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .download-file__left-part {
    flex-direction: column;
    align-items: flex-start;
  }
}
.download-file__attributes {
  color: #cccccd;
  white-space: nowrap;
}
.download-file__attributes > * {
  text-transform: uppercase;
  white-space: nowrap;
}
.download-file__attributes > *:not(:last-child)::after {
  content: ", ";
}
.download-file__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
}
.download-file__icon svg {
  aspect-ratio: 1/1;
  width: 24px;
}
.hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100dvw;
}
.hero__wrapper {
  display: flex;
}
.hero__slide {
  position: relative;
  overflow: hidden;
  flex: 0 0 100dvw;
  height: 100%;
}
.hero__slide-container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  height: 800px;
  padding-top: 136px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .hero__slide-container {
    row-gap: 24px;
    align-items: center;
    justify-content: flex-start;
    max-height: 432px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .hero__slide-container {
    max-height: 270px;
    padding-top: 40px;
  }
}
.hero__slide-image {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
}
.hero__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__slide-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("../images/hero/hero-background.webp") 100% 100% no-repeat, linear-gradient(0deg, rgba(0, 90, 140, 0.34) 0%, rgba(0, 90, 140, 0.34) 100%);
  background-blend-mode: multiply, multiply;
}
.hero__slide-title {
  max-width: 1064px;
  color: #fff;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .hero__slide-title {
    max-width: unset;
    text-align: center;
  }
}
.hero__slide-description {
  max-width: 976px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.02rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .hero__slide-description {
    max-width: unset;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.01rem;
  }
}
.hero__pagination {
  pointer-events: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
  justify-content: center;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.hero__pagination > .swiper-pagination-bullet {
  background-color: #fff;
}
.hero__pagination > .swiper-pagination-bullet-active {
  background-color: #005a8c;
}
@media (max-width: 991px) {
  .hero__pagination {
    bottom: 24px;
  }
}
.hero__video {
  position: absolute;
  z-index: -1000;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #191b1d;
}
.hero__single .hero__slide-container {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .hero__single .hero__slide-container {
    height: auto;
    min-height: 432px;
    max-height: none;
    padding-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .hero__single .hero__slide-container {
    min-height: 270px;
  }
}
.hero_vacancies .hero__slide-description {
  max-width: 1400px;
  font-size: 2rem;
  line-height: 1.4;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .hero_vacancies .hero__slide-description {
    font-size: 1rem;
  }
}
.about-numbers {
  overflow-x: hidden;
}
.about-numbers__container {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .about-numbers__container {
    overflow: hidden;
  }
}
.about-numbers__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .about-numbers__wrapper {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 16px;
    padding-bottom: 16px;
    transition-timing-function: linear !important;
  }
}
.about-numbers__item {
  position: relative;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.about-numbers__item:nth-child(3n+1) {
  padding-right: 24px;
  border-right: 1px solid #cccccd;
}
.about-numbers__item:nth-child(3n+2) {
  padding-right: 24px;
  padding-left: 24px;
}
.about-numbers__item:nth-child(3n) {
  padding-left: 24px;
  border-left: 1px solid #cccccd;
}
.about-numbers__item:nth-child(-n+3) {
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccd;
}
.about-numbers__item:nth-last-child(-n+3) {
  padding-top: 24px;
}
.about-numbers__item:not(:nth-child(-n+3)):not(:nth-last-child(-n+3)) {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccd;
}
.about-numbers__item:nth-child(3n+1):not(:nth-last-child(-n+3)):before, .about-numbers__item:nth-child(3n+2):not(:nth-last-child(-n+3)):before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 100%;
  translate: -50% -50%;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .about-numbers__item {
    position: static;
    flex: 0 0 242px;
    padding: 0 !important;
    border: none !important;
  }
  .about-numbers__item::before {
    content: none !important;
  }
}
.clients__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.clients__wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  transition-timing-function: linear;
}
.clients__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  padding: 50px;
  border: 1px solid #cccccd;
  /* stylelint-disable */
  transition: border-color 0.3s ease-in-out;
  will-change: border-color;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .clients__slide {
    width: 200px;
    padding: 35px;
  }
}
@media (hover: hover) {
  .clients__slide:hover {
    border-color: #11223d;
  }
  .clients__slide:hover .clients__img {
    transform: scale(1.1);
  }
}
.clients__slide::before, .clients__slide::after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.section_bgc-gray .clients__slide::before, .section_bgc-gray .clients__slide::after {
  background-color: #f9f9f9;
}
.section_bgc-gray-desktop .clients__slide::before, .section_bgc-gray-desktop .clients__slide::after {
  background-color: #f9f9f9;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .section_bgc-gray-desktop .clients__slide::before, .section_bgc-gray-desktop .clients__slide::after {
    background-color: #fff;
  }
}
.section_bgc-gray-tablet .clients__slide::before, .section_bgc-gray-tablet .clients__slide::after {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .section_bgc-gray-tablet .clients__slide::before, .section_bgc-gray-tablet .clients__slide::after {
    background-color: #f9f9f9;
  }
}
.clients__slide::after {
  top: -3px;
  bottom: -3px;
  width: calc(100% - 168px);
  height: auto;
}
.clients__slide::before {
  right: -3px;
  left: -3px;
  width: auto;
  height: calc(100% - 168px);
}
.clients__img {
  position: relative;
  z-index: 2;
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
}
.clients__img img {
  width: 100%;
  height: 100%;
}
.news-announcements__wrapper {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .news-announcements__wrapper {
    flex-direction: column;
    row-gap: 32px;
  }
}
.manufacture {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .manufacture {
    row-gap: 16px;
  }
}
.manufacture__gallery-item {
  aspect-ratio: 1.5097402597;
}
.catalog-index {
  position: relative;
}
.catalog-index__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.catalog-index__line {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(50% - 11px);
  min-height: 376px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .catalog-index__line {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .catalog-index__line {
    min-height: 210px;
  }
}
@media (max-width: 991px) {
  .catalog-index__line {
    flex-direction: column;
    width: 100%;
    padding: 80px 0px 0px 0px !important;
    border: none !important;
  }
}
@media (hover: hover) {
  .catalog-index__line:hover .catalog-index__img {
    transform: scale(1.1) translateX(-13px);
    /* stylelint-disable scss/no-global-function-names */
    /* stylelint-enable scss/no-global-function-names */
  }
}
@media (hover: hover) and (max-width: 767px) {
  .catalog-index__line:hover .catalog-index__img {
    transform: scale(1.1) translateX(0);
  }
}
.catalog-index__line:nth-child(2n+1) {
  padding-right: 34px;
  border-right: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__line:nth-child(2n+1) {
    padding-right: 16px;
  }
}
.catalog-index__line:nth-child(2n+2) {
  padding-right: 34px;
  padding-left: 34px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__line:nth-child(2n+2) {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.catalog-index__line:nth-child(2n) {
  padding-left: 34px;
  border-left: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__line:nth-child(2n) {
    padding-left: 16px;
  }
}
.catalog-index__line:nth-child(-n+2) {
  padding-bottom: 34px;
  border-bottom: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__line:nth-child(-n+2) {
    padding-bottom: 16px;
  }
}
.catalog-index__line:nth-last-child(-n+2) {
  padding-top: 34px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__line:nth-last-child(-n+2) {
    padding-top: 16px;
  }
}
.catalog-index__line:not(:nth-child(-n+2)):not(:nth-last-child(-n+2)) {
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__line:not(:nth-child(-n+2)):not(:nth-last-child(-n+2)) {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.catalog-index__line:nth-child(2n+1):not(:nth-last-child(-n+2)):before, .catalog-index__line:nth-child(2n+2):not(:nth-last-child(-n+2)):before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 100%;
  translate: -50% -50%;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__line:nth-child(2n+1):not(:nth-last-child(-n+2)):before, .catalog-index__line:nth-child(2n+2):not(:nth-last-child(-n+2)):before {
    display: none;
  }
}
.catalog-index__line:not(:last-child) {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .catalog-index__line:not(:last-child) {
    border-bottom: 1px solid #cccccd !important;
  }
}
.catalog-index__line--last {
  flex-direction: column;
  padding: 48px;
  background: transparent;
  background-image: url("../images/catalog-index/catalog-index-bg.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 80% auto;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .catalog-index__line--last {
    padding: 24px 16px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .catalog-index__line--last {
    width: 100%;
  }
}
.catalog-index__line--last .catalog-index__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.catalog-index__line--last .catalog-index__title {
  z-index: 3;
}
.catalog-index__line--last .button {
  z-index: 3;
  display: block;
  align-self: flex-start;
  margin-bottom: auto;
  text-decoration: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__line--last .button {
    order: 1;
    width: 100%;
  }
}
.catalog-index__card {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 100%;
  margin-right: auto;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__card {
    width: unset;
    height: auto;
    margin-right: auto;
  }
}
.catalog-index__title {
  display: block;
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__title {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.catalog-index__title br {
  display: none;
}
.catalog-index__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__list {
    gap: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .catalog-index__list {
    gap: 24px;
  }
}
.catalog-index__item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
}
.catalog-index__item::after {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24264 4.75736L1 0.514719L0.151472 1.36325L3.54558 4.75736L0.151472 8.15147L1 9L5.24264 4.75736Z' fill='%23172F54'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: opacity, transform;
  /* stylelint-enable */
}
.catalog-index__item br {
  display: none;
}
@media (hover: hover) {
  .catalog-index__item:hover {
    color: #005a8c;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .catalog-index__item:hover::after {
    transform: translateX(10px);
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.24264 4.75736L1 0.514719L0.151472 1.36325L3.54558 4.75736L0.151472 8.15147L1 9L5.24264 4.75736Z' fill='%23005A8C'/%3E%3C/svg%3E");
  }
}
.catalog-index__img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  overflow: hidden;
  width: 230px;
  height: 100%;
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .catalog-index__img {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .catalog-index__img {
    position: relative;
    width: 100%;
    height: 232px;
  }
}
.catalog-index__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .catalog-index__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 35%;
       object-position: center 35%;
  }
}
.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(98vh - var(--header-height));
  min-height: 500px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .page-404 {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .page-404 {
    min-height: 300px;
    max-height: 360px;
  }
}
.page-404__title {
  margin-bottom: 48px;
  color: #172f54;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .page-404__title {
    margin-bottom: 24px;
    font-size: 2.75rem;
    font-weight: 500;
  }
}
.page-404__text {
  margin-bottom: 64px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .page-404__text {
    margin-bottom: 32px;
    font-size: 1rem;
    font-weight: 500;
  }
}
@media (max-width: 575px) {
  .page-404__text {
    margin-bottom: auto;
  }
}
.page-404 .button {
  width: 100%;
  max-width: 640px;
}
.search-page__input {
  position: relative;
  margin-bottom: 64px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .search-page__input {
    margin-bottom: 32px;
  }
}
.search-page__input input {
  width: 100%;
  padding: 27px 84px 27px 16px;
  font-size: 1rem;
  line-height: 1.2;
  background: #fff;
  border: none;
  border-radius: 4px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .search-page__input input {
    padding: 12px 46px 12px 16px;
  }
}
@media (max-width: 767px) {
  .search-page__input input {
    font-size: 0.75rem;
  }
}
.search-page__input button {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  background: #172f54;
  border: none;
  border-radius: 4px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .search-page__input button {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .search-page__input button {
    width: 30px;
  }
}
.search-page__input button svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.search-page__list {
  margin-bottom: 0;
}
.search-page__list li {
  padding: 20px 0;
  border-bottom: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .search-page__list li {
    padding: 8px 0;
  }
}
.search-page__list li::before {
  display: none;
}
.search-page__list li:not(:last-child) {
  margin-bottom: 32px;
}
.search-page__list a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .search-page__list a {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .search-page__list a:hover .slider-button::before {
    left: 22px;
    /* stylelint-disable scss/no-global-function-names */
    /* stylelint-enable scss/no-global-function-names */
  }
}
@media (hover: hover) and (max-width: 767px) {
  .search-page__list a:hover .slider-button::before {
    left: 19px;
  }
}
.search-page__list a .slider-button {
  width: 52px;
  height: 52px;
}
.search-page__list a .slider-button::after {
  width: 40px;
  height: 40px;
}
.search-page__list a .slider-button::before {
  left: 9px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 767px) {
  .search-page__list a .slider-button::before {
    left: 12px;
  }
}
.search-page__pagination {
  margin-top: 64px;
}
.history-tabs__wrapper {
  position: relative;
  overflow-y: hidden;
}
.history-tabs__slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 50.4%;
  margin-left: auto;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .history-tabs__slider {
    row-gap: 24px;
    width: 100%;
  }
}
.history-tabs__slider-wrapper {
  translate: 0 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.history-tabs__item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  background-color: #fff;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.history-tabs__item-slider {
  position: relative;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .history-tabs__item-slider {
    position: static;
    overflow-x: hidden;
    flex: 0 0 calc(50% - 16px);
  }
}
@media (max-width: 575px) {
  .history-tabs__item-slider {
    flex: 0 0 fit-content;
  }
}
.history-tabs__item-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.history-tabs__item-slide {
  width: 100%;
  height: 400px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.history-tabs__item-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .history-tabs__item-slide {
    overflow: hidden;
    height: 186px;
    border-radius: 4px;
  }
}
.history-tabs__item-navigation {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  translate: 0 -50%;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .history-tabs__item-navigation {
    display: none;
  }
}
.history-tabs__item-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.history-tabs__item-pagination .swiper-pagination-bullet {
  cursor: default;
  background-color: #cccccd;
}
.history-tabs__item-pagination .swiper-pagination-bullet-active {
  background-color: #172f54;
}
@media (max-width: 991px) {
  .history-tabs__item-pagination {
    display: flex;
  }
}
.history-tabs__item-description {
  display: flex;
  align-items: flex-end;
  height: 280px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #191b1d;
  letter-spacing: -0.02rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .history-tabs__item-description {
    overflow-y: hidden;
    flex: 1 0 calc(50% - 16px);
    height: auto;
    font-size: 0.75rem;
    letter-spacing: -0.015rem;
  }
}
@media (max-width: 575px) {
  .history-tabs__item-description {
    overflow-y: hidden;
    flex: 0 1 fit-content;
  }
}
@media (max-width: 991px) {
  .history-tabs__item {
    position: relative;
    flex-direction: row;
    -moz-column-gap: 16px;
         column-gap: 16px;
    background-color: transparent;
  }
}
@media (max-width: 575px) {
  .history-tabs__item {
    row-gap: 12px;
  }
}
.history-tabs__pagination {
  scrollbar-width: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 37.3%;
  height: 100%;
  -ms-overflow-style: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.history-tabs__pagination::-webkit-scrollbar {
  display: none;
}
.history-tabs__pagination-wrapper {
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
  scrollbar-width: thin;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.history-tabs__pagination-wrapper::-webkit-scrollbar {
  width: 3px;
  background: transparent;
}
.history-tabs__pagination-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .history-tabs__pagination-wrapper {
    overflow-y: unset;
    flex-direction: row;
    padding-right: unset;
  }
}
.history-tabs__pagination-item {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 32px 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #cccccd;
  letter-spacing: 0.015rem;
  background-color: #fff;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.history-tabs__pagination-item-arrow {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  opacity: 0;
  /* stylelint-disable */
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  /* stylelint-enable */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.history-tabs__pagination-item-arrow::before {
  translate: -50% 0;
  /* stylelint-disable */
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  /* stylelint-enable */
}
@media (max-width: 991px) {
  .history-tabs__pagination-item-arrow {
    display: none;
  }
}
.history-tabs__pagination-item:not(:last-child) {
  border-bottom: 1px solid #cccccd;
}
.history-tabs__pagination-item-active {
  color: #191b1d;
}
@media (hover: hover) {
  .history-tabs__pagination-item:hover .history-tabs__pagination-item-arrow {
    opacity: 1;
  }
  .history-tabs__pagination-item:hover .history-tabs__pagination-item-arrow::after {
    background: #f6f6f6;
  }
  .history-tabs__pagination-item:hover .history-tabs__pagination-item-arrow::before {
    transform: translateX(65%);
  }
}
@media (max-width: 991px) {
  .history-tabs__pagination-item {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 13px 16px 12px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: #172f54;
    letter-spacing: 0.01rem;
    background-color: transparent;
    border-radius: 4px;
    /* stylelint-disable */
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    will-change: background-color, color;
    /* stylelint-enable */
  }
  .history-tabs__pagination-item:not(:last-child) {
    border: none;
  }
  .history-tabs__pagination-item-active {
    color: #fff;
    background-color: #172f54;
  }
}
@media (max-width: 991px) {
  .history-tabs__pagination {
    position: static;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    padding: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
}
.history-tabs__button {
  margin-left: auto;
}
.our-manufacture__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.our-manufacture__slider-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.our-manufacture__slide {
  height: 302px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.our-manufacture__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .our-manufacture__slide {
    overflow: hidden;
    width: 242px;
    height: 158px;
    border-radius: 4px;
  }
}
.our-manufacture__navigation {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  translate: 0 -50%;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .our-manufacture__navigation {
    display: none;
  }
}
.our-manufacture__nav-button {
  pointer-events: all;
}
.certificates-tabs {
  position: relative;
}
.certificates-tabs__wrapper {
  position: relative;
  overflow: clip;
  overflow-y: visible;
}
.certificates-tabs__slider {
  overflow-x: clip;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 74.65%;
  margin-left: auto;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .certificates-tabs__slider {
    width: 100%;
  }
}
.certificates-tabs__slider-wrapper {
  translate: 0 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.certificates-tabs__pagination {
  scrollbar-width: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 24%;
  height: 100%;
  -ms-overflow-style: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.certificates-tabs__pagination::-webkit-scrollbar {
  display: none;
}
.certificates-tabs__pagination-item {
  cursor: pointer;
  padding: 24px 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #cccccd;
  text-align: start;
  letter-spacing: 0.015rem;
  background-color: transparent;
  border: none;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
}
.certificates-tabs__pagination-item:first-child {
  padding-top: 0px;
}
.certificates-tabs__pagination-item:last-child {
  padding-bottom: 0;
}
.certificates-tabs__pagination-item:not(:last-child) {
  border-bottom: 1px solid #cccccd;
}
.certificates-tabs__pagination-item_active {
  color: #191b1d;
}
@media (max-width: 1199px) {
  .certificates-tabs__pagination {
    display: none;
  }
}
.certificates-tabs__select {
  display: none;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .certificates-tabs__select {
    display: flex;
    max-width: 380px;
  }
}
@media (max-width: 575px) {
  .certificates-tabs__select {
    max-width: unset;
  }
}
.certificates-single .certificates__item {
  flex: 0 0 calc((100% - 60px) / 4);
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .certificates-single .certificates__item {
    flex: 0 0 100%;
  }
}
.certificates__slider {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .certificates__slider {
    width: 100%;
    padding: 0 48px;
  }
}
.certificates__wrapper {
  display: flex;
  width: 100%;
}
.certificates__item {
  flex: 0 0 calc((100% - 40px) / 3);
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .certificates__item {
    flex: 0 0 100%;
  }
}
.certificates__navigation {
  position: absolute;
  right: 10px;
  bottom: calc(100% + 24px);
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .certificates__navigation {
    display: none;
  }
}
.certificates__pagination {
  display: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.certificates__pagination .swiper-pagination-bullet {
  cursor: default;
  background-color: #cccccd;
}
.certificates__pagination .swiper-pagination-bullet-active {
  background-color: #172f54;
}
@media (max-width: 575px) {
  .certificates__pagination {
    display: flex;
  }
}
.history__item {
  display: flex;
  -moz-column-gap: 130px;
       column-gap: 130px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid #999999;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .history__item {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .history__item {
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding: 40px 0;
  }
  .history__item:first-child {
    padding-top: 0;
  }
  .history__item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .history__item {
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.history__year {
  flex: 0 0 235px;
  width: 100%;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 100%;
  color: #005a8c;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .history__year {
    flex-basis: 145px;
    font-size: 2.75rem;
  }
}
@media (max-width: 575px) {
  .history__year {
    flex-basis: auto;
  }
}
.history__text {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .history__text {
    margin-top: 16px;
    margin-left: 0;
  }
}
.news-detail__date {
  margin-bottom: 64px;
  color: #999999;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .news-detail__date {
    margin-bottom: 32px;
  }
}
.news-detail__wrapper {
  font-size: 1rem;
  color: #666;
}
.news-detail__wrapper img {
  float: left;
  max-width: 708px;
  height: 460px;
  margin-right: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .news-detail__wrapper img {
    max-width: 100%;
    height: 437px;
  }
}
@media (max-width: 767px) {
  .news-detail__wrapper img {
    height: 213px;
  }
}
.news-detail__wrapper img:not(:last-child) {
  margin-bottom: 16px;
}
.news-detail__wrapper ul,
.news-detail__wrapper ol {
  clear: both;
}
.news-detail__wrapper *:not(h2, h3, h4, h5, h6):not(:last-child) {
  margin-bottom: 16px;
}
.news-detail__wrapper h2:not(:last-child),
.news-detail__wrapper h3:not(:last-child),
.news-detail__wrapper h4:not(:last-child),
.news-detail__wrapper h5:not(:last-child),
.news-detail__wrapper h6:not(:last-child) {
  margin-bottom: 24px;
}
.catalog__wrapper {
  display: flex;
  flex-direction: column;
}
.vacancies-list {
  padding-bottom: 0;
}
.vacancies-list__place:not(:last-child) {
  margin-bottom: 64px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .vacancies-list__place:not(:last-child) {
    margin-bottom: 80px;
  }
}
.vacancies-list__title {
  margin-bottom: 32px;
}
.vacancies-list__item {
  border-bottom: 1px solid #cccccd;
}
.vacancies-list__top {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .vacancies-list__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 16px 0;
  }
}
.vacancies-list__salary {
  margin-right: 75px;
}
.vacancies-list__description {
  margin-top: 11px;
  margin-bottom: 24px;
}
.vacancies-list__grid {
  display: flex;
  gap: 20px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .vacancies-list__grid {
    flex-direction: column;
  }
}
.vacancies-list__grid:not(:last-child) {
  margin-bottom: 40px;
}
.vacancies-list__left, .vacancies-list__right {
  width: 50%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .vacancies-list__left, .vacancies-list__right {
    width: 100%;
  }
}
.vacancies-list__designation {
  margin-bottom: 32px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .vacancies-list__designation {
    margin-bottom: 24px;
  }
}
.vacancies-list__text:not(:last-child) {
  margin-bottom: 40px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .vacancies-list__text:not(:last-child) {
    margin-bottom: 32px;
  }
}
.vacancies-list__text ul li:not(:last-child) {
  margin-bottom: 24px;
}
.vacancies-list__text p:not(:last-child) {
  margin-bottom: 24px;
}
.vacancies-list [data-type=accordion] [data-type=accordion-title]::after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5152 15.0303V0H16.4848V15.0303H32V16H16.4848V32H15.5152V16H0V15.0303H15.5152Z' fill='%232A2D2F'/%3E%3C/svg%3E%0A");
}
.vacancies-list [data-type=accordion][data-state=active] [data-type=accordion-title]::after {
  transform: rotate(45deg);
}
.vacancies-list [data-type=accordion] [data-type=accordion-title]::before {
  display: none;
}
.department {
  padding-bottom: 80px;
}
.department__title {
  margin-bottom: 64px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .department__title {
    margin-bottom: 32px;
  }
}
.department__title.heading_h2 {
  font-weight: 500;
  text-transform: unset;
}
.department__item:not(:last-child) {
  margin-bottom: 64px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .department__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.department__item:last-child .employees:last-child {
  padding-bottom: 0;
  border: none;
}
.news__wrapper, .news__items {
  display: flex;
  flex-direction: column;
}
.news__wrapper {
  row-gap: 64px;
}
.news__items {
  row-gap: 32px;
}
.product-item__container {
  display: flex;
  flex-direction: column;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .product-item__container {
    row-gap: 24px;
  }
}
.product-item__wrapper {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.product-item__wrapper > * {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .product-item__wrapper > * {
    width: 100%;
  }
}
.product-item__top-row {
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
:root {
  --indent-vertical: 58px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  :root {
    --indent-vertical: 32px;
  }
}
.product-advantages {
  counter-reset: advantages-counter;
}
.product-advantages__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.product-advantages__item {
  counter-increment: advantages-counter;
  position: relative;
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  max-width: 50%;
  min-height: 300px;
  padding-top: var(--indent-vertical);
  padding-bottom: var(--indent-vertical);
  background-color: #fff;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .product-advantages__item {
    flex-basis: 100%;
    max-width: none;
    min-height: 250px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-right: none !important;
    border-left: none !important;
  }
}
.product-advantages__item:nth-child(2n+1) {
  padding-right: 50px;
  border-right: 1px solid #cccccd;
}
.product-advantages__item:nth-child(2n) {
  padding-left: 50px;
}
.product-advantages__item:nth-child(2n)::after {
  right: 0;
}
.product-advantages__item:nth-child(-n+2) {
  padding-bottom: var(--indent-vertical);
  border-bottom: 1px solid #cccccd;
}
.product-advantages__item:nth-last-child(-n+2) {
  padding-top: var(--indent-vertical);
}
.product-advantages__item:not(:nth-child(-n+2)):not(:nth-last-child(-n+2)) {
  padding-top: var(--indent-vertical);
  padding-bottom: var(--indent-vertical);
  border-bottom: 1px solid #cccccd;
}
.product-advantages__item:nth-child(2n+1):not(:nth-last-child(-n+2)):before, .product-advantages__item:nth-child(2n+2):not(:nth-last-child(-n+2)):before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 100%;
  translate: -50% -50%;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.product-advantages__item::after {
  content: "0" counter(advantages-counter);
  position: absolute;
  top: 48px;
  right: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 4.5rem;
  font-weight: bold;
  font-weight: 500;
  line-height: 1;
  color: #e8e8e8;
  text-align: right;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .product-advantages__item::after {
    top: 32px;
    right: 16px;
    font-size: 2.75rem;
  }
}
.product-advantages__item-title, .product-advantages__item-text {
  max-width: 87%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .product-advantages__item-title, .product-advantages__item-text {
    max-width: unset;
  }
}
.product-advantages__item-title {
  max-width: calc(100% - 76px - 20px);
  margin-bottom: 24px;
  font-weight: 600;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #172f54;
  text-transform: uppercase;
}
.product-advantages__item-text {
  margin-top: auto;
  color: #666;
}
.section:has(.map) {
  padding-bottom: 0;
}
.map {
  position: relative;
}
.map::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(23, 47, 84, 0.05) linear-gradient(271deg, rgba(249, 249, 249, 0) 33.41%, #f9f9f9 58.91%);
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .map::before {
    display: none;
  }
}
.map__container {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 680px;
  margin-left: auto;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .map__container {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .map__container {
    height: 190px;
  }
}
.map__info {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .map__info {
    position: static;
    margin-bottom: 24px;
  }
}
.map__wrapper {
  pointer-events: all;
  width: 50%;
  height: 100%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .map__wrapper {
    width: 100%;
  }
}
.map__list {
  margin-bottom: 40px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .map__list {
    margin-bottom: 24px;
  }
}
.map__item {
  padding: 32px 0;
  border-bottom: 1px solid #cccccd;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .map__item {
    padding: 16px 0;
  }
}
.map__name {
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: #666;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .map__name {
    margin-bottom: 12px;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.map__link {
  text-decoration: none;
}
.map__soclinks {
  display: flex;
  gap: 12px;
}
.map__soclink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #005a8c;
  border-radius: 10px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .map__soclink {
    width: 40px;
    height: 40px;
  }
}
.map__soclink svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.production__title {
  color: #fff;
  background: #172f54;
}
.production__description {
  background: #fff;
}
.production__title, .production__description {
  display: flex;
  flex-wrap: wrap;
}
.production__title dt,
.production__title dd, .production__description dt,
.production__description dd {
  padding: 32px 10px;
  border-top: 1px solid #cccccd;
}
.production__title dt, .production__description dt {
  width: 50%;
  padding-left: 40px;
}
.production__title dd, .production__description dd {
  width: 25%;
  text-align: center;
}
.certificates-rows__container {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
.certificates-rows__group {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .certificates-rows__group {
    flex-direction: column;
    row-gap: 24px;
  }
}
.certificates-rows__title, .certificates-rows__items {
  flex: 0 0 calc((100% - 24px) / 2);
}
.certificates-rows__title {
  text-wrap: balance;
}
.certificates-rows__items {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
:root {
  --certificates-accordions-row-length: 4;
  --certificates-accordions-items-indent: 20px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  :root {
    --certificates-accordions-row-length: 3;
  }
}
@media (max-width: 767px) {
  :root {
    --certificates-accordions-row-length: 2;
  }
}
@media (max-width: 575px) {
  :root {
    --certificates-accordions-row-length: 1;
  }
}
.certificates-accordions__container {
  display: flex;
  flex-direction: column;
}
.certificates-accordions__item {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px solid #cccccd;
}
.certificates-accordions__item .accordion__button {
  height: 69px;
  padding: 0;
  text-align: left;
  background-color: transparent;
  border: none;
}
.certificates-accordions__item .accordion__button::before, .certificates-accordions__item .accordion__button::after {
  top: 50%;
  right: 3px;
  translate: 0 -50%;
  width: 18px;
  height: 1px;
  background: unset;
  background-color: #005a8c;
}
.certificates-accordions__item .accordion__button::before {
  rotate: 90deg;
}
.certificates-accordions__item[data-state=active] .accordion__button::before, .certificates-accordions__item[data-state=active] .accordion__button::after {
  transform: rotate(45deg);
}
.certificates-accordions__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - var(--certificates-accordions-items-indent) * (var(--certificates-accordions-row-length) - 1)) / var(--certificates-accordions-row-length)), 1fr));
  row-gap: 32px;
  -moz-column-gap: var(--certificates-accordions-items-indent);
       column-gap: var(--certificates-accordions-items-indent);
  padding-top: 42px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  .certificates-accordions__gallery {
    padding-top: 0px;
  }
}
:root {
  --cities-groups-horizontal-indent: 20px;
  --cities-columns: 4;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 991px) {
  :root {
    --cities-groups-horizontal-indent: 16px;
  }
}
@media (max-width: 575px) {
  :root {
    --cities-columns: 2;
  }
}
.cities {
  height: 100%;
}
.cities__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  height: 100%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 1199px) {
  .cities__wrapper {
    row-gap: 48px;
  }
}
.cities__search .form-control__input {
  padding: 12px 36px 12px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02rem;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .cities__search .form-control__input::-moz-placeholder {
    font-size: 0.75rem;
  }
  .cities__search .form-control__input::placeholder {
    font-size: 0.75rem;
  }
}
.cities__search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.2856 14.2039C11.5542 14.2039 14.2039 11.5542 14.2039 8.2856C14.2039 5.01702 11.5542 2.36731 8.2856 2.36731C5.01702 2.36731 2.36731 5.01702 2.36731 8.2856C2.36731 11.5542 5.01702 14.2039 8.2856 14.2039ZM8.2856 16.5712C12.8616 16.5712 16.5712 12.8616 16.5712 8.2856C16.5712 3.70959 12.8616 0 8.2856 0C3.70959 0 0 3.70959 0 8.2856C0 12.8616 3.70959 16.5712 8.2856 16.5712Z' fill='%23005A8C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3261 18L12.7751 14.449L14.449 12.7751L18 16.3261L16.3261 18Z' fill='%23005A8C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.cities__inner {
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: var(--cities-groups-horizontal-indent);
       column-gap: var(--cities-groups-horizontal-indent);
  height: -moz-fit-content;
  height: fit-content;
}
.cities__group, .cities__items {
  display: flex;
  flex-direction: column;
}
.cities__group {
  flex: 0 1 calc((100% - var(--cities-groups-horizontal-indent) * (var(--cities-columns) - 1)) / var(--cities-columns));
  row-gap: 32px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .cities__group {
    row-gap: 24px;
  }
}
.cities__items {
  row-gap: 24px;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
@media (max-width: 575px) {
  .cities__items {
    row-gap: 16px;
  }
}
.cities__item {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  /* stylelint-disable */
  transition: color 0.3s ease-in-out;
  will-change: color;
  /* stylelint-enable */
}
@media (hover: hover) {
  .cities__item:hover {
    color: #005a8c;
  }
}
.cities__no-result {
  display: none;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  /* stylelint-disable scss/no-global-function-names */
  /* stylelint-enable scss/no-global-function-names */
}
.cities__no-result p {
  overflow: hidden;
  width: 70%;
  color: #666;
  text-align: center;
}
@media (max-width: 575px) {
  .cities__no-result {
    row-gap: 16px;
  }
}
.thank-you__title, .thank-you__text {
  text-align: center;
}/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
