@charset "UTF-8";
:root {
  --color-text-300: #B4BAC0;
  --color-text-400: #666;
  --color-text-600: #002F67;
  --color-text-800: #313131;
  --color-primary-300: #ED1C24;
  --color-primary-300-hover: #B60007;
  --color-primary-600: #002F67;
  --color-primary-600-hover: #396B00FF;
  --color-secondary-100: #F2F4F5;
  --color-secondary-200: #f7f8f9;
  --color-secondary-300: #E4E6E7;
  --color-secondary-400: #bfbfbf;
  --color-secondary-600: #355E8F;
  --color-secondary-800: #002858;
  --shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  --shadow-hover: 0 0 10px rgba(159, 159, 159, 0.4);
  --color-line: #ECECEC;
  --focus: #869791;
  --orange: #f4a70b;
  --red-600: #ff5400;
  --red-800: #d9534f;
  --white: #fff;
}

.swiper-lazy-preloader, #preloader .spinner {
  position: absolute;
  margin: auto;
  inset: 0;
  width: 45px;
  height: 45px;
  border: 4px solid #bbb;
  border-top: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  animation: preloader-rotate 0.8s infinite linear;
}

/* example:
@media only screen and (max-width: 425px) {
   @include cols(4, 0px);
}
@media only screen and (max-width: 320px) {
   @include cols(2, 20px);
}
 */
/*! modern-normalize v2.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; /* 3. Use a more readable tab size (opinionated). */
  tab-size: 4; /* 3 */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge 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
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
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 {
  font-size: 16px;
}

body {
  font-family: "inter-my", "inter-my Fallback", sans-serif;
  color: var(--color-text-800);
  line-height: 1.4;
  min-width: 320px;
  position: relative;
  overflow-x: clip;
  background-color: #fff;
  --scroll-offset: calc(var(--header__desktop-top-height, 0px) + var(--menu-top__link-height, 0px) + var(--nc-navbar-height, 0px));
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 991px) {
  body {
    --scroll-offset: var(--header__mobile-height, 0px);
  }
}

[id] {
  scroll-margin-top: calc(var(--scroll-offset, 0px) + var(--scroll-margin-top, 0px));
}

.page {
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - var(--nc-navbar-height, 0px));
}
@media only screen and (min-width: 2561px) {
  .page {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .page:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
  }
}

.page__offset-top {
  margin-top: 150px;
}
@media only screen and (max-width: 991px) {
  .page__offset-top {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .page__offset-top {
    margin-top: 20px;
  }
}

.main {
  flex: 1 0 auto;
}

.page__two-columns {
  flex: 1 0 auto;
  display: grid;
  grid-template-areas: "aside main";
  gap: 0 30px;
  grid-template-columns: 300px minmax(0, 1fr);
}
@media only screen and (max-width: 1359px) {
  .page__two-columns {
    grid-template-columns: 210px minmax(0, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .page__two-columns {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "main" "aside";
  }
}
body.is-mobile .page__two-columns {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "main" "aside";
}
.page__two-columns .main {
  flex: none;
  grid-area: main;
}

.aside {
  grid-area: aside;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .aside {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .aside {
    gap: 15px;
  }
}

.widgets-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: calc((100% - 1320px) / 2);
  height: 100%;
}
@media only screen and (max-width: 1359px) {
  .widgets-right {
    width: calc((100% - 960px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .widgets-right {
    width: calc((100% - 720px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .widgets-right {
    display: none;
  }
}

.mb:not(:last-child),
.tpl-block-list-objects:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .mb:not(:last-child),
  .tpl-block-list-objects:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* ОТСТУПЫ И ДР СТИЛИ БЛОКОВ */
.section_mb {
  margin-bottom: var(--section-mb, 100px);
}
@media only screen and (max-width: 1359px) {
  .section_mb {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .section_mb {
    margin-bottom: 30px !important;
  }
}

.section_mb-sm {
  margin-bottom: var(--section-mb-sm, 50px);
}
@media only screen and (max-width: 1359px) {
  .section_mb-sm {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section_mb-sm {
    margin-bottom: 30px !important;
  }
}

.section_mb-disabled {
  margin-bottom: 0 !important;
}

.section_p {
  padding-top: var(--section-p, 100px);
  padding-bottom: var(--section-p, 100px);
}
@media only screen and (max-width: 1359px) {
  .section_p {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .section_p {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section_p {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.section_p-sm {
  padding-top: var(--section-p-sm, 50px);
  padding-bottom: var(--section-p-sm, 50px);
}
@media only screen and (max-width: 1359px) {
  .section_p-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section_p-sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.section_p-disabled {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page__two-columns .main .section_p,
.page__two-columns .main .section_p-sm,
.page__two-columns .main .section_p-disabled {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .page__two-columns .main .section_p,
  .page__two-columns .main .section_p-sm,
  .page__two-columns .main .section_p-disabled {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section_dark {
  --color-text-400: #fff;
  --color-text-600: #fff;
  --color-text-800: #fff;
  --white: #333;
}
body .section_dark {
  color: #fff;
}
.section_dark a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link) {
  --color-primary-600: #fff;
  --color-primary-600-hover: #d2cdc7;
}
.section_dark .button,
.section_dark .button2,
.section_dark .button3 {
  --color-primary-600: #fff;
  --color-primary-600-hover: #d2cdc7;
}
.section_dark .form-control:focus-visible {
  border-color: var(--orange);
}
.section_dark .checkbox__input {
  accent-color: #fff;
}
.section_dark .checkbox_custom .checkbox__input {
  width: 18px;
  height: 18px;
  position: static;
  overflow: visible;
  clip: auto;
}
.section_dark .checkbox_custom .checkbox__ico {
  display: none;
}
.section_dark .radio__input {
  accent-color: #fff;
}
.section_dark .radio_custom .radio__input {
  width: 18px;
  height: 18px;
  position: static;
  overflow: visible;
  clip: auto;
}
.section_dark .radio_custom .radio__ico {
  display: none;
}

.section_bg {
  background-position: top center;
}

[data-bg]:not(.loaded),
[data-vbg]:not(.youtube-background) {
  background-color: #EEEEEE;
}
[data-bg]:not(.loaded).section_dark,
[data-vbg]:not(.youtube-background).section_dark {
  background-color: #BBBBBB;
}

[data-vbg]:not(.youtube-background) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section_bg-repeat {
  background-repeat: repeat;
}

.section_bg-no-repeat {
  background-repeat: no-repeat;
  background-size: cover;
}

.section_bg-parallax {
  background-position: center;
  background-attachment: fixed;
  will-change: reset;
}
@media only screen and (max-width: 767px) {
  .section_bg-parallax {
    background-attachment: scroll;
  }
}

/* /ОТСТУПЫ И ДР СТИЛИ БЛОКОВ */
.combine-block.section_mb-disabled .tpl-block-list-objects > div:last-child .section_mb,
.combine-block.section_mb-disabled .tpl-block-list-objects > div:last-child .section_p-sm {
  margin-bottom: 0 !important;
}

/* netcat 6 styles */
body.is-autorized {
  --nc-navbar-height: 55px;
}
@media only screen and (max-width: 991px) {
  body.is-autorized {
    --nc-navbar-height: 0px;
    margin-top: 0 !important;
  }
  body.is-autorized .nc-navbar.nc--fixed {
    display: none;
  }
}

.logoimg .container {
  position: relative;
}
.logoimg .container:before {
  content: "";
  position: absolute;
  left: -100px;
  top: -60px;
  width: 230px;
  height: 260px;
  background: url(/img/background-logo.webp) top left no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .logoimg .container:before {
    left: -30px;
    top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .logoimg .container:before {
    left: 15px;
  }
}

.logoimg2 .container {
  position: relative;
}
.logoimg2 .container:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -60px;
  width: 230px;
  height: 260px;
  background: url(/img/background-logo.webp) top left no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .logoimg2 .container:after {
    right: -30px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .logoimg2 .container:after {
    right: 15px;
  }
}

.spisok {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1359px) {
  .spisok {
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .spisok {
    flex-direction: column;
  }
}
.spisok span {
  display: block;
  font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.spisok ul {
  margin-left: 10px;
}
.spisok ul li {
  font-weight: 700;
  list-style: none;
  position: relative;
}
.spisok ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -28px;
  width: 17px;
  height: 5px;
  background-color: var(--color-primary-300);
  transform: skewX(-35deg);
}
.spisok ul li a {
  text-decoration: none;
  color: var(--color-text-800);
}
.spisok ul li a:hover {
  color: var(--color-primary-300-hover);
}

.text-top {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  font-weight: 300;
}

.shadow .text {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-text-600);
  text-wrap: balance;
  margin-top: 0;
  text-overflow: ellipsis;
  overflow-x: clip;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1359px) {
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-bottom: 1rem;
  }
}

h2:after, .h2:after, h1:after, .h1:after {
  content: "";
  margin-top: 5px;
  background-color: var(--color-primary-300);
  display: block;
  width: 158px;
  height: 6px;
  transform: skewX(-35deg);
}

h1, .h1 {
  font-size: clamp(1.625rem, 1.3875rem + 1.1875vw, 2.8125rem);
  overflow-x: unset;
}

h2, .h2 {
  font-size: clamp(1.625rem, 1.5125rem + 0.5625vw, 2.1875rem);
  overflow-x: unset;
}

h3, .h3 {
  font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
}

h4, .h4 {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

h5, .h5 {
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
}

h6, .h6 {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.h-reset {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: inherit;
  color: inherit;
  text-align: inherit;
  line-height: inherit;
}
.h-reset:before, .h-reset:after {
  display: none;
}

.sub-title {
  font-weight: 300;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  color: var(--color-text-800);
  text-wrap: balance;
  margin-top: -15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1359px) {
  .sub-title {
    margin-top: -12px;
  }
}
@media only screen and (max-width: 991px) {
  .sub-title {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-title {
    margin-top: -0.5rem;
  }
}
@media only screen and (max-width: 1359px) {
  .sub-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .sub-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-title {
    margin-bottom: 1rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
}

.text-left {
  text-align: left !important;
}
.text-left.title-wrapper > * {
  text-align: left !important;
}
.text-left.title-wrapper .sub-title:before {
  margin-left: inherit !important;
  margin-right: inherit !important;
}

.text-right {
  text-align: right !important;
}
.text-right.title-wrapper > * {
  text-align: right !important;
}
.text-right.title-wrapper .sub-title:before {
  margin-left: auto !important;
  margin-right: inherit !important;
}

.text-center {
  text-align: center !important;
}
.text-center.title-wrapper > * {
  text-align: center !important;
}
.text-center.title-wrapper .sub-title:before {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-justify {
  text-align: justify !important;
}
.text-justify.title-wrapper > * {
  text-align: justify !important;
}
.text-justify.title-wrapper .sub-title:before {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ФОРМАТИРОВАНИЕ ТЕКСТА И ЭЛЕМЕНТОВ В ТЕКСТЕ */
.text-elements > *:not(:last-child, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .sub-title) {
  margin-bottom: 1rem;
}
.text-elements img:not([class]) {
  max-width: 100%;
  height: auto;
}
.text-elements ul:not(.ul-custom) {
  margin-top: 0;
  padding-left: 0;
  margin-left: 10px;
}
.text-elements ul:not(.ul-custom) li {
  position: relative;
  left: 20px;
  margin-right: 20px;
  list-style: none;
  font-weight: 700;
}
.text-elements ul:not(.ul-custom) li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -28px;
  width: 17px;
  height: 5px;
  background-color: var(--color-primary-300);
  transform: skewX(-35deg);
}
.text-elements ul:not(.ul-custom) > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.text-elements ul:not(.ul-custom) ul, .text-elements ul:not(.ul-custom) ol {
  margin-top: 0.5rem;
}
.text-elements ol {
  margin-top: 0;
  padding-left: 0;
}
.text-elements ol li {
  position: relative;
  left: 20px;
  margin-right: 20px;
}
.text-elements ol > li::marker {
  color: var(--color-primary-600);
  font-weight: bold;
}
.text-elements ol > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.text-elements:after {
  display: block;
  clear: both;
  content: "";
}

/*
Если такой стиль списка нужен в блоке text-elements,
то оттуда убрать стандартный стиль ul
*/
.ul-custom {
  --ul-custom-width: 20px;
  --ul-custom-height: 20px;
  --ul-custom-margin-right: 10px;
  --ul-custom-offset: calc(var(--ul-custom-width) + var(--ul-custom-margin-right));
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: calc(-1 * var(--ul-custom-offset));
}
.ul-custom > li {
  margin-left: var(--ul-custom-offset);
  position: relative;
  left: var(--ul-custom-offset);
  margin-right: var(--ul-custom-offset);
}
.ul-custom > li:before {
  top: 1px;
  content: "";
  float: left;
  position: relative;
  background: url("../img/sprite.svg#ul-marker") no-repeat;
  width: var(--ul-custom-width);
  height: var(--ul-custom-height);
  margin-right: var(--ul-custom-margin-right);
  margin-left: calc(-1 * var(--ul-custom-offset));
}
.ul-custom > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.ul-custom ul, .ul-custom ol {
  margin-top: 0.5rem;
}

/* /ФОРМАТИРОВАНИЕ ТЕКСТА И ЭЛЕМЕНТОВ В ТЕКСТЕ */
/*==========  TABLE  ==========*/
:where(table) {
  border-collapse: collapse;
}

.table-striped tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-responsive :where(table), .text-elements :where(table) {
  background-color: var(--white);
}
.table-responsive :where(table) td, .text-elements :where(table) td, .table-responsive :where(table) th, .text-elements :where(table) th {
  text-align: center;
  padding: 5px 10px;
  border: 1px solid var(--color-line);
  height: 49px;
}
@media only screen and (max-width: 767px) {
  .table-responsive :where(table) td, .text-elements :where(table) td, .table-responsive :where(table) th, .text-elements :where(table) th {
    height: 40px;
  }
}
.table-responsive :where(table) th, .text-elements :where(table) th {
  background-color: var(--color-secondary-200);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .table-responsive :where(table) th, .text-elements :where(table) th {
    line-height: 1.1;
  }
}
.table-responsive :where(table) td, .text-elements :where(table) td {
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
}
.table-responsive :where(table) tr:hover td, .text-elements :where(table) tr:hover td {
  background-color: var(--color-secondary-300);
}

.table-responsive :where(table) {
  max-width: 100%;
}

.table-responsive__arrow {
  display: none;
}

@media only screen and (max-width: 991px) {
  .table-responsive {
    position: relative;
    overflow: hidden;
  }
  .table-responsive .overflow {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive__arrow {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
    z-index: 1;
  }
  .table-responsive__arrow:before {
    content: "";
    position: absolute;
    top: 0;
    width: 5px;
    height: 100%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  }
  .table-responsive__arrow:after {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;
  }
  .table-responsive__arrow svg {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 16px;
    z-index: 1;
    transform: scaleX(-1);
    width: 15px;
    height: 30px;
  }
  .table-responsive__arrow svg use {
    fill: #fff;
  }
  .table-responsive__arrow_left {
    left: -100%;
    transform: scale(-1, 1);
  }
  .table-responsive__arrow_left:before {
    right: 0;
  }
  .table-responsive__arrow_right {
    right: -100%;
  }
  .table-responsive__arrow_right:before {
    right: 0;
  }
  .table-responsive__arrow_left-on .table-responsive__arrow_left {
    left: 0;
  }
  .table-responsive__arrow_right-on .table-responsive__arrow_right {
    right: 0;
  }
}
/*==========  TABLE  ==========*/
/* Apply focus styles */
:focus-visible, :focus {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

/* Remove the focus outline */
:focus:not(:focus-visible) {
  outline: none;
}

a,
input[type=button],
button {
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out, box-shadow 0.1s ease-in-out, opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

a {
  text-decoration: none;
}

a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link) {
  color: var(--color-primary-300);
}
a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):visited {
  color: var(--color-primary-300-hover);
}
a:where(:not([class]),
[class=""],
[class=ext-Select-like-a-Boss],
[class=nowrap],
.link):hover {
  text-decoration: none;
  color: var(--color-primary-300-hover);
}

.button2, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 240px;
  max-width: 100%;
  min-height: 60px;
  padding: 5px 10px;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  line-height: 1.1;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.button2:hover, .button:hover {
  text-decoration: none;
}
.button2 svg, .button svg {
  flex-shrink: 0;
}
.button2 svg use, .button svg use {
  transition: fill 0.1s ease-in-out, stroke 0.1s ease-in-out;
}

.button {
  background-color: var(--color-primary-300);
  color: var(--white);
}
.button svg use {
  fill: var(--white);
}
.button:hover {
  background-color: var(--color-primary-300-hover);
}
.button:active {
  background-color: var(--color-primary-300);
}
.button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  background-color: #E6E6E6;
  border: none;
}
.button[disabled] svg use {
  fill: rgba(0, 0, 0, 0.8);
}

.button2 {
  color: var(--color-primary-600);
  border: 1px solid var(--color-primary-600);
}
.button2 svg use {
  fill: var(--color-primary-600);
}
.button2:hover {
  color: var(--white);
  background-color: var(--color-primary-600);
}
.button2:hover svg use {
  fill: var(--white);
}
.button2:active {
  color: var(--color-primary-600);
  background-color: transparent;
}
.button2:active svg use {
  fill: var(--color-primary-600-hover);
}

.button-container {
  text-align: center;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

blockquote {
  margin-left: 30px;
  padding-left: 20px;
  border-width: 5px;
  border-color: var(--color-primary-600);
  border-left-style: solid;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  blockquote {
    margin-left: 20px;
    padding-left: 10px;
    border-width: 3px;
  }
}
blockquote p:last-child {
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

address {
  margin-bottom: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.red-color {
  color: var(--red-600);
}

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.float-none {
  float: none;
}

.lazy:not(.loaded),
.slider-thumbs__carousel-img:not(.swiper-lazy-loaded) {
  background-color: url("data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7");
}

/* показать лупу, если фэнсибокс увеличивает картинку */
.img-container[data-fancybox] {
  display: inline-flex;
  position: relative;
}
.img-container[data-fancybox]:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../img/sprite.svg#zoom");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.3));
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
}
.img-container[data-fancybox] img {
  transition: box-shadow 0.1s ease-in-out;
}
.img-container[data-fancybox]:hover:after {
  opacity: 0.8;
}
.img-container[data-fancybox]:hover img {
  box-shadow: var(--shadow);
}

/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
}
#preloader.active {
  display: block;
}

@keyframes preloader-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.item-padding {
  padding: 20px 15px;
  background-color: var(--item_bg);
  border: 1px solid var(--item_border-color);
}
@media only screen and (max-width: 767px) {
  .item-padding {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .item-padding {
    padding: 10px;
  }
}

.no-img {
  background-color: #EEEEEE;
  width: 100%;
  height: 100%;
  padding: 10%;
}
.no-img use {
  fill: #BBBBBB;
}

/* Кнопка Наверх */
.scrollTopBtn {
  position: fixed;
  bottom: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: 98;
  background-color: var(--color-primary-600);
  margin-left: calc(var(--fancybox-scrollbar-compensate) / -2);
  left: calc((100% - 1320px) / 2 - 60px - 15px);
  display: flex;
}
@media only screen and (max-width: 1500px) {
  .scrollTopBtn {
    left: 15px;
  }
}
@media only screen and (max-width: 1359px) {
  .scrollTopBtn {
    left: calc((100% - 960px) / 2 - 60px - 15px);
  }
}
@media only screen and (max-width: 1140px) {
  .scrollTopBtn {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .scrollTopBtn {
    left: calc((100% - 720px) / 2 - 60px - 15px);
  }
}
@media only screen and (max-width: 900px) {
  .scrollTopBtn {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .scrollTopBtn {
    display: none !important;
  }
}
.scrollTopBtn svg {
  position: relative;
  top: -2px;
  margin: auto;
  width: 65%;
  max-height: 100%;
}
.scrollTopBtn svg use {
  fill: #fff;
}
.scrollTopBtn.show {
  display: flex;
  opacity: 0.8;
}
.scrollTopBtn:hover {
  opacity: 1;
}

.cookie-warning {
  display: flex;
  gap: 10px 30px;
  justify-content: center;
  align-items: center;
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-secondary-200);
  z-index: 9999;
  padding: 15px 30px;
  box-shadow: var(--shadow);
}
@media only screen and (max-width: 575px) {
  .cookie-warning {
    flex-direction: column;
    padding: 15px;
  }
}

.text-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.readMoreButton {
  color: var(--color-primary-600);
}
.readMoreButton:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1320px;
  }
}
.container .container {
  padding: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))), minmax(0, 1fr));
}
@media only screen and (min-width: 1930px) {
  .grid {
    grid-template-columns: repeat(var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))), minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1359px) {
  .grid {
    grid-template-columns: repeat(var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))), minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .grid {
    grid-template-columns: repeat(var(--col-md, var(--col-sm, var(--col, 1))), minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(var(--col-sm, var(--col, 1)), minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575px) {
  .grid {
    grid-template-columns: repeat(var(--col, 1), minmax(0, 1fr));
  }
}

.grid-flex {
  display: flex;
  flex-wrap: wrap;
}
.grid-flex > :where(div, a, span, li) {
  max-width: calc((100% - (var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))) - 1) * var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px)))))) / var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))));
  flex-basis: calc((100% - (var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))) - 1) * var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px)))))) / var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1))))));
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1930px) {
  .grid-flex > :where(div, a, span, li) {
    max-width: calc((100% - (var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))) - 1) * var(--gap-xxl, var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))))) / var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))));
    flex-basis: calc((100% - (var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))) - 1) * var(--gap-xxl, var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))))) / var(--col-xxl, var(--col-xl, var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))))));
  }
}
@media only screen and (max-width: 1359px) {
  .grid-flex > :where(div, a, span, li) {
    max-width: calc((100% - (var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))) - 1) * var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))) / var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))));
    flex-basis: calc((100% - (var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))) - 1) * var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))) / var(--col-lg, var(--col-md, var(--col-sm, var(--col, 1)))));
  }
}
@media only screen and (max-width: 991px) {
  .grid-flex > :where(div, a, span, li) {
    max-width: calc((100% - (var(--col-md, var(--col-sm, var(--col, 1))) - 1) * var(--gap-md, var(--gap-sm, var(--gap, 30px)))) / var(--col-md, var(--col-sm, var(--col, 1))));
    flex-basis: calc((100% - (var(--col-md, var(--col-sm, var(--col, 1))) - 1) * var(--gap-md, var(--gap-sm, var(--gap, 30px)))) / var(--col-md, var(--col-sm, var(--col, 1))));
  }
}
@media only screen and (max-width: 767px) {
  .grid-flex > :where(div, a, span, li) {
    max-width: calc((100% - (var(--col-sm, var(--col, 1)) - 1) * var(--gap-sm, var(--gap, 15px))) / var(--col-sm, var(--col, 1)));
    flex-basis: calc((100% - (var(--col-sm, var(--col, 1)) - 1) * var(--gap-sm, var(--gap, 15px))) / var(--col-sm, var(--col, 1)));
  }
}
@media only screen and (max-width: 575px) {
  .grid-flex > :where(div, a, span, li) {
    max-width: calc((100% - (var(--col, 1) - 1) * var(--gap, 15px)) / var(--col, 1));
    flex-basis: calc((100% - (var(--col, 1) - 1) * var(--gap, 15px)) / var(--col, 1));
  }
}

.grid,
.grid-flex {
  gap: var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px)))));
}
@media only screen and (min-width: 1930px) {
  .grid,
  .grid-flex {
    gap: var(--gap-xxl, var(--gap-xl, var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))))));
  }
}
@media only screen and (max-width: 1359px) {
  .grid,
  .grid-flex {
    gap: var(--gap-lg, var(--gap-md, var(--gap-sm, var(--gap, 30px))));
  }
}
@media only screen and (max-width: 991px) {
  .grid,
  .grid-flex {
    gap: var(--gap-md, var(--gap-sm, var(--gap, 30px)));
  }
}
@media only screen and (max-width: 767px) {
  .grid,
  .grid-flex {
    gap: var(--gap-sm, var(--gap, 15px));
  }
}
@media only screen and (max-width: 575px) {
  .grid,
  .grid-flex {
    gap: var(--gap, 15px);
  }
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.align-items-center {
  align-items: center;
}

.header {
  flex: none;
  background-color: var(--color-primary-600);
}

.header__desktop {
  padding-top: 0;
  padding-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .header__desktop {
    display: none;
  }
}

.header__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, auto));
  gap: 15px 30px;
  align-items: center;
  justify-content: space-between;
}

.header__flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.header__logo {
  min-width: 100px;
}
.header__logo[href]:hover {
  opacity: 0.8;
}

.header__slogan {
  color: var(--color-text-300);
  font-size: clamp(0.5rem, 0.425rem + 0.375vw, 0.875rem);
  line-height: 200%;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.header__phone {
  text-decoration: none;
  color: var(--white);
  font-size: clamp(0.875rem, 0.7375rem + 0.6875vw, 1.5625rem);
  font-weight: bold;
}
.header__phone:hover {
  color: var(--color-primary-300);
}

:root {
  --header__desktop-top-height: 35px;
}
@media only screen and (max-width: 991px) {
  :root {
    --header__desktop-top-height: 63px;
  }
}

.header__desktop-top {
  min-height: var(--header__desktop-top-height);
  flex: none;
  position: static;
  z-index: 4;
  transition: background 0.1s ease-in-out;
  background-color: var(--color-primary-600);
}
@media only screen and (max-width: 991px) {
  .header__desktop-top {
    display: none;
  }
}
.header__desktop-top .geo {
  text-align: right;
  color: var(--color-text-300);
  font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__desktop-top .geo .geoimg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.header__desktop-top .geo .geoimg svg {
  width: 24px;
  height: 24px;
}
.header__desktop-top .geo .geoimg svg use {
  fill: var(--color-primary-300);
}
.header__desktop-top .geo .form-control_select {
  height: 30px;
  background-color: transparent;
  border: none;
  color: var(--white);
  max-width: 130px;
  padding: 0 25px 0 14px;
}
.header__desktop-top .geo .form-control_select option {
  color: #000;
}

.header__desktop-top_bg-transparent {
  background-color: transparent;
}

.header__desktop-top-grid {
  min-height: inherit;
  display: flex;
  gap: 5px 15px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  visibility: hidden;
  height: var(--header__desktop-top-height);
}
@media only screen and (max-width: 991px) {
  .header__desktop-top-grid {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}

.header__desktop-top-grid_visible {
  visibility: visible;
  height: auto;
}

.header__top-text {
  font-size: 14px;
  color: var(--color-text-800);
}

.header__top-button {
  font-size: 14px;
  min-height: 20px;
  width: 180px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .header__top-button {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1359px) {
  .header__top-button {
    font-size: 14px;
    min-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__top-button {
    min-height: 20px;
  }
}

.header__top-button_active {
  opacity: 1;
  visibility: visible;
}

.menu-header {
  flex-grow: 1;
}
@media only screen and (max-width: 991px) {
  .menu-header {
    grid-column: 1/-1;
  }
}

.menu-header_list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .menu-header_list {
    justify-content: space-between;
  }
}

.menu-header_list,
.p-plus {
  gap: 5px 30px;
}
@media only screen and (max-width: 991px) {
  .menu-header_list,
  .p-plus {
    gap: 5px 15px;
  }
}

.menu-header_item {
  position: relative;
}
.menu-header_item:where(:hover, :focus-within) .menu-header__submenu_level1 {
  display: block;
}
.menu-header_item.p-plus__primary-nav-item {
  flex-grow: 0;
}

.menu-header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  min-height: 30px;
  padding: 6px 0;
  font-size: 14px;
  color: var(--color-text-600);
  line-height: 1.2;
  gap: 10px;
}

.menu-header_item:where(:hover, .menu-header_item_active, .menu-header_item_selected) .menu-header__link,
.menu-header__link_more:where(:hover, [aria-expanded=true]) {
  color: var(--color-primary-600-hover);
}
.menu-header_item:where(:hover, .menu-header_item_active, .menu-header_item_selected) .menu-header__link .menu-header__svg use,
.menu-header__link_more:where(:hover, [aria-expanded=true]) .menu-header__svg use {
  fill: var(--color-primary-600-hover);
}

.menu-header__svg {
  width: 7px;
  height: 12px;
  transform: rotate(-90deg);
}
.menu-header__svg use {
  fill: var(--color-text-600);
}

.menu-header__submenu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  max-width: 300px;
  width: max-content;
  background-color: var(--white);
  box-shadow: var(--shadow);
}

.menu-header__submenu_level1 {
  min-width: 100%;
  z-index: 1;
}

.menu-header__submenu_level2 {
  top: 0;
  left: 100%;
}

.menu-header__submenu-item {
  position: relative;
}
.menu-header__submenu-item:where(:hover, .menu-header__submenu-item_active, .menu-header__submenu-item_selected) > .menu-header__submenu-link {
  background-color: var(--color-primary-600);
  color: #fff;
}
.menu-header__submenu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-line);
}
.menu-header__submenu-item:where(:hover, :focus-within) .menu-header__submenu_level2 {
  display: block;
}

.menu-header__submenu-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  min-height: 40px;
  padding: 6px 13px;
  line-height: 1.2;
  color: var(--color-text-600);
  text-decoration: none;
}

.menu-header__link_more {
  font-weight: bold;
}

.menu-header__submenu_more {
  top: 100%;
  right: 0;
  width: 300px;
  min-width: auto;
}
.p-plus--is-showing-overflow .menu-header__submenu_more {
  display: block;
}
.menu-header__submenu_more .menu-header__svg {
  display: none;
}

.header__mobile {
  display: none;
  background-color: var(color-primary-600);
  color: var(--white);
  justify-content: space-between;
  height: var(--header__mobile-height);
}

@media only screen and (max-width: 991px) {
  .header__mobile {
    display: flex;
  }
  .header {
    position: sticky;
    top: var(--nc-navbar-height, 0px);
    z-index: 10;
  }
  :root {
    --header__mobile-height: 50px;
  }
}
body.is-mobile .header__mobile {
  display: flex;
}
body.is-mobile .header {
  position: sticky;
  top: var(--nc-navbar-height, 0px);
  z-index: 10;
}
:root body.is-mobile {
  --header__mobile-height: 50px;
}

.header__mobile-buttons {
  height: 100%;
  display: flex;
  align-items: center;
}

.header__mobile-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  text-decoration: none;
  width: 40px;
  height: 100%;
  color: inherit;
}
.header__mobile-button svg {
  width: 55%;
  max-height: 55%;
}
.header__mobile-button svg use {
  fill: var(--white);
}

.header__mobile-button_active {
  background-color: rgba(255, 255, 255, 0.4);
}

.header__mobile-button_cart {
  position: relative;
}
.header__mobile-button_cart .count {
  display: flex;
  position: absolute;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 2px;
  right: -3px;
  width: 20px;
  height: 20px;
  background-color: var(--orange);
  font-weight: 400;
  font-size: 12px;
  color: var(--white);
}

/** Selector for the root */
/** Selector for the button. */
/** Selector for the button with the "collapse" effect. */
/** Selector for the button with the "spin" effect. */
/** Selector for the button with the "squeeze" effect. */
/** Selector for the button with the "tornado" effect. */
/** Selector for the button when the menu is opened. */
/** Selector for the button with the "collapse" effect when the menu is opened. */
/** Selector for the button with the "spin" effect when the menu is opened. */
/** Selector for the button with the "squeeze" effect when the menu is opened. */
/** Selector for the button with the "tornado" effect when the menu is opened. */
/** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
/** Whether or not to include the CSS for the "collapse" animation. */
/** Whether or not to include the CSS for the "spin" animation. */
/** Whether or not to include the CSS for the "squeeze" animation. */
/** Whether or not to include the CSS for the "tornado" animation. */
:root {
  /** Size for the button. */
  --mb-button-size: 60px;
  /** Width for the bars, relative to the button. */
  --mb-bar-width: 0.6;
  /** Height for the bars.*/
  --mb-bar-height: 4px;
  /** Distance between bars (approximately). */
  --mb-bar-spacing: 10px;
  /** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
  --mb-animate-timeout: 0.4s;
}

.mburger {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.mburger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * (1 - var(--mb-bar-width)) / 2);
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height) / 2);
  background: currentColor;
  color: inherit;
  opacity: 1;
}
.mburger b:nth-of-type(1) {
  bottom: calc(50% + var(--mb-bar-spacing));
  transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.mburger b:nth-of-type(2) {
  top: calc(50% - var(--mb-bar-height) / 2);
  transition: opacity 0.2s ease;
}
.mburger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.mm-wrapper--opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - var(--mb-bar-height) / 2);
  transform: rotate(45deg);
}
.mm-wrapper--opened .mburger b:nth-of-type(2) {
  opacity: 0;
}
.mm-wrapper--opened .mburger b:nth-of-type(3) {
  top: calc(50% - var(--mb-bar-height) / 2);
  transform: rotate(-45deg);
}

.mburger--squeeze b:nth-of-type(1) {
  transition-delay: 0.1s, 0s;
}
.mburger--squeeze b:nth-of-type(2) {
  transition-delay: 0.1s;
}
.mburger--squeeze b:nth-of-type(3) {
  transition-delay: 0.1s, 0s;
}

.mm-wrapper--opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s);
}
.mm-wrapper--opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s);
}
.mm-wrapper--opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s);
}

.mburger {
  --mb-button-size: 40px;
  --mb-bar-width: 0.6;
  --mb-bar-height: 2px;
  --mb-bar-spacing: 6px;
}
.mm-wrapper_opened .mburger {
  background-color: rgba(255, 255, 255, 0.4);
}

.header__mobile-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  gap: 5px;
  overflow-x: clip;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
}
.header__mobile-logo:hover, .header__mobile-logo:active {
  text-decoration: none;
}
.header__mobile-logo img {
  flex-shrink: 0;
}

.header__mobile-logo-text {
  overflow-x: clip;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header__mobile-button-container {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 10px 15px;
  background-color: inherit;
}

/* mmenu */
.mm-navbars--top a, .mm-navbars--top button {
  height: 44px;
}
.mm-navbars--top svg {
  width: 50%;
  max-height: 50%;
}
.mm-navbars--top svg use {
  fill: var(--mm-color-text-dimmed);
}

.mm-menu--theme-light {
  --mm-color-background: #f3f3f3;
  --mm-color-border: rgb(0 0 0 / 0.15);
  --mm-color-icon: rgb(0 0 0 / 0.4);
  --mm-color-text: rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed: rgb(0 0 0 / 0.4);
  --mm-color-background-highlight: rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.75);
  --mm-color-focusring: #06c ;
}

.mm-menu--theme-dark {
  --mm-color-background: var(--color-secondary-600);
  --mm-color-border: rgb(0, 0, 0, 0.4);
  --mm-color-icon: rgb(255, 255, 255, 0.4);
  --mm-color-text: rgb(255, 255, 255, 0.8);
  --mm-color-text-dimmed: rgb(255, 255, 255, 0.4);
  --mm-color-background-highlight: rgb(255, 255, 255, 0.08);
  --mm-color-background-emphasis: var(--color-primary-600);
  --mm-color-focusring: #06c ;
}

.mm-listitem--vertical > .mm-panel {
  padding-top: 0;
  padding-bottom: 0;
}

.mm-listitem--vertical > .mm-listitem__btn {
  height: inherit;
}

.mm-panel {
  margin-bottom: -1px;
}
.mm-panel:after {
  display: none;
}

.mm-listitem--opened:not(.mm-listitem_selected) > .mm-panel > .mm-listview > .mm-listitem:first-child:before {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.mm-listitem:after {
  inset-inline-start: 0;
}

.mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

.header_with-video {
  position: sticky;
  top: 0;
  z-index: 4;
}
.header_with-video .header__desktop {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_with-video .menu-top {
  background-color: transparent;
  z-index: auto;
  position: static;
  top: auto;
}
.index-page .header_with-video {
  background-color: transparent;
  margin-bottom: -64px;
  transition: background 0.1s ease-in-out;
}
@media only screen and (max-width: 1359px) {
  .index-page .header_with-video {
    margin-bottom: -64px;
  }
}
@media only screen and (max-width: 991px) {
  .index-page .header_with-video {
    margin-bottom: -64px;
  }
}
@media only screen and (max-width: 767px) {
  .index-page .header_with-video {
    margin-bottom: 0;
  }
}
.index-page .header_with-video.header_with-video-bg {
  background-color: #0e2756;
}

.video-block {
  position: relative;
  background: rgba(15, 43, 77, 0.7) linear-gradient(to bottom, rgba(1, 17, 65, 0.57) 0%, rgba(2, 18, 65, 0.56) 38%, rgba(0, 18, 64, 0.29) 57%, rgba(0, 12, 70, 0.08) 78%, rgba(0, 0, 85, 0.01) 96%, rgba(0, 0, 128, 0) 98%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 100dvh;
  padding-top: 150px;
  padding-bottom: 105px;
}
@media only screen and (max-width: 991px) {
  .video-block {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .video-block {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .video-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.video-block .container {
  height: 100%;
}
.video-block + div {
  scroll-margin-top: calc(var(--scroll-offset, 0px) + var(--scroll-margin-top, 0px));
}

.video-block__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-block__text-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.video-block__title {
  color: #fff;
  font-size: clamp(1.5rem, 0.925rem + 2.875vw, 4.375rem);
  line-height: 1;
  font-weight: bold;
}

.video-block__text {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  color: #fff;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  margin-top: 60px;
}
@media only screen and (max-width: 1359px) {
  .video-block__text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .video-block__text {
    margin-top: 20px;
  }
}
.video-block__text a {
  color: #fff;
}
.video-block__text a:not(:last-child):after {
  content: "|";
  margin: 0 8px;
}

.video-block__button {
  margin-top: 65px;
}
@media only screen and (max-width: 1359px) {
  .video-block__button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .video-block__button {
    margin-top: 20px;
  }
}

.video-block__bottom {
  display: block;
  background-color: var(--color-primary-600);
  width: 26px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -13px;
  z-index: 1;
}
.video-block__bottom:hover {
  animation: shake 0.7s ease-in-out alternate infinite;
}
.video-block__bottom:active {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .video-block__bottom {
    display: none;
  }
}

@keyframes shake {
  100% {
    transform: translateY(10px);
  }
}
.geo .form__field {
  display: inline-block;
}

.geo__region-link {
  color: var(--color-text-300);
  text-decoration: underline;
}
.geo__region-link:hover {
  text-decoration: none;
}

.geo_btns {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 5px;
}
.geo_btns .button {
  width: 45px;
  min-height: 30px;
  padding: 3px;
}

.form-control_select-geo option[value="0"] {
  font-weight: bold;
}

:root {
  --menu-top__link-height: 50px;
}

.menu-top {
  flex: none;
  background-color: var(--color-primary-600);
  position: sticky;
  z-index: 3;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .menu-top {
    display: none;
  }
}

.menu-top__container {
  visibility: hidden;
  height: var(--menu-top__link-height);
}

.menu-top__container_visible {
  visibility: visible;
  height: auto;
}

.menu-top_list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-secondary-600);
  border-bottom: 1px solid var(--color-secondary-600);
}

.menu-top_item {
  position: relative;
  flex-grow: 1;
}
.menu-top_item:where(:hover, :focus-within) .menu-top__submenu_level1 {
  display: block;
}
.menu-top_item:before {
  display: none;
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: var(--color-primary-300);
  transform: skewX(-35deg);
}

.menu-top__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  min-height: var(--menu-top__link-height);
  padding: 6px 10px;
  color: var(--white);
  line-height: 1.2;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .menu-top__link {
    font-size: 14px;
  }
}

.menu-top_item:where(:hover, .menu-top_item_active, .menu-top_item_selected) .menu-top__link,
.menu-top__link_more:where(:hover, [aria-expanded=true]) {
  background-color: var(--color-primary-600);
  color: #fff;
}

.menu-top_item:where(:hover, .menu-top_item_active, .menu-top_item_selected):before {
  display: block;
}

.menu-top__svg {
  width: 7px;
  height: 12px;
  transform: rotate(-90deg);
}
.menu-top__svg use {
  fill: rgba(255, 255, 255, 0.6);
}

.menu-top__submenu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  max-width: 300px;
  width: max-content;
  background-color: var(--color-secondary-100);
  box-shadow: var(--shadow);
}

.menu-top__submenu_level1 {
  min-width: 100%;
  z-index: 1;
}

.menu-top__submenu_level2 {
  top: 0;
  left: 100%;
}

.menu-top__submenu-item {
  position: relative;
}
.menu-top__submenu-item:where(:hover, .menu-top__submenu-item_active, .menu-top__submenu-item_selected) > .menu-top__submenu-link {
  background-color: var(--white);
  color: var(--color-primary-300);
}
.menu-top__submenu-item:not(:last-child) {
  border-bottom: 1px solid var(--color-secondary-300);
}
.menu-top__submenu-item:where(:hover, :focus-within) .menu-top__submenu_level2 {
  display: block;
}

.menu-top__submenu-link {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 13px 6px 37px;
  line-height: 1.2;
  color: var(--color-text-800);
  text-decoration: none;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 700;
  position: relative;
}
.menu-top__submenu-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 17px;
  height: 5px;
  margin-top: -2px;
  background-color: var(--color-primary-300);
  transform: skewX(-35deg);
}

.menu-top__link_more {
  font-weight: bold;
}

.menu-top__submenu_more {
  top: 100%;
  right: 0;
  width: 300px;
  min-width: auto;
}
.p-plus--is-showing-overflow .menu-top__submenu_more {
  display: block;
}
.menu-top__submenu_more .menu-top__svg {
  display: none;
}

.menu-top_item_static {
  position: static;
}

/* menu-top__submenu-fw */
.menu-top_item:where(:hover, :focus-within) .menu-top__submenu-fw {
  display: block;
}

.menu-top__submenu-fw {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--white);
  box-shadow: var(--shadow);
}

.menu-top__submenu-fw-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px 30px;
  justify-content: center;
  padding: 0 15px !important;
}
@media only screen and (max-width: 1359px) {
  .menu-top__submenu-fw-grid {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .menu-top__submenu-fw-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.menu-top__submenu-fw-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.menu-top__submenu-fw-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: flex-start;
  max-width: 100%;
  color: var(--color-text-600);
}
@media only screen and (max-width: 991px) {
  .menu-top__submenu-fw-link {
    gap: 5px;
  }
}

.menu-top__submenu-fw-link:hover,
:where(.menu-top__submenu-fw-item_active, .menu-top__submenu-fw-item_selected) .menu-top__submenu-fw-link {
  color: var(--color-primary-600);
}

.menu-top__submenu-fw-img-container {
  display: flex;
}

.menu-top__submenu-fw-title {
  display: flex;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
}

.menu-top__submenu-fw-level2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 1359px) {
  .menu-top__submenu-fw-level2 {
    gap: 5px;
  }
}

.menu-top__submenu-fw-level2-item {
  max-width: 100%;
}

.menu-top__submenu-fw-level2-link {
  line-height: 1.2;
  color: var(--color-text-600);
  text-overflow: ellipsis;
  overflow-x: clip;
}
@media only screen and (max-width: 1359px) {
  .menu-top__submenu-fw-level2-link {
    font-size: 14px;
  }
}

.menu-top__submenu-fw-level2-link:hover,
:where(.menu-top__submenu-fw-level2-item_active, .menu-top__submenu-fw-level2-item_selected) .menu-top__submenu-fw-level2-link {
  color: var(--color-primary-600);
}

/* /menu-top__submenu-fw */
/* menu-top__submenu-ul */
.menu-top_item:where(:hover, :focus-within) .menu-top__submenu-ul {
  display: block;
}

.menu-top__submenu-ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--white);
  box-shadow: var(--shadow);
}

.menu-top__submenu-ul-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 30px;
  padding: 0 15px !important;
}

.menu-top__submenu-ul-level2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .menu-top__submenu-ul-level2 {
    gap: 5px;
  }
}

.menu-top__submenu-ul-level2-item {
  text-overflow: ellipsis;
  overflow-x: clip;
}

.menu-top__submenu-ul-level2-link {
  text-decoration: none;
  line-height: 1.2;
  color: var(--color-text-600);
  text-overflow: ellipsis;
  overflow-x: clip;
}
@media only screen and (max-width: 991px) {
  .menu-top__submenu-ul-level2-link {
    font-size: 14px;
  }
}

.menu-top__submenu-ul-level2-link:hover,
:where(.menu-top__submenu-ul-level2-item_active, .menu-top__submenu-ul-level2-item_selected) .menu-top__submenu-ul-level2-link {
  color: var(--color-primary-600);
}

@media only screen and (max-width: 991px) {
  .menu-top__submenu-ul-text {
    font-size: 14px;
  }
}

/* /menu-top__submenu-ul */
@media only screen and (max-width: 1359px) {
  .vertical-menu {
    font-size: 14px;
  }
}

/* menu */
.vertical-menu__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border: 1px solid var(--color-line);
  border-bottom: none;
}

.vertical-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 8px 25px 8px 16px;
  text-decoration: none;
  color: var(--color-text-600);
  border-bottom: 1px solid var(--color-line);
  line-height: 1.2;
}
@media only screen and (max-width: 1359px) {
  .vertical-menu__link {
    padding: 6px 20px 6px 12px;
  }
}
.vertical-menu__link span {
  text-overflow: ellipsis;
  overflow-x: clip;
}

.vertical-menu__link:hover,
:where(.vertical-menu__item_active, .vertical-menu__item_selected) .vertical-menu__link {
  background-color: var(--color-primary-600);
  color: #fff;
}
.vertical-menu__link:hover + .vertical-menu__item-btn svg use,
:where(.vertical-menu__item_active, .vertical-menu__item_selected) .vertical-menu__link + .vertical-menu__item-btn svg use {
  fill: rgba(255, 255, 255, 0.6);
}

/* /menu */
/* vertical-menu__item-btn */
.vertical-menu__item-wrap {
  position: relative;
}

.vertical-menu__item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  width: 30px;
  height: 100%;
}
@media only screen and (max-width: 1359px) {
  .vertical-menu__item-btn {
    width: 25px;
  }
}
.vertical-menu__item-btn svg {
  width: 7px;
  height: 12px;
  transform: rotate(180deg);
}
.vertical-menu__item-btn svg use {
  fill: var(--color-secondary-400);
  transition: fill 0.1s ease-in-out;
}
.vertical-menu__item-btn:hover svg use {
  fill: #fff;
}

:where(.vertical-menu__item_active, .vertical-menu__item_selected) .vertical-menu__item-btn svg {
  transform: rotate(-90deg);
}

.vertical-menu__item-btn_show svg {
  transform: rotate(-90deg);
}

.vertical-menu__item-btn_hide svg {
  transform: rotate(180deg);
}

/* /vertical-menu__item-btn */
/* submenu */
.vertical-menu__submenu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: none;
  border-top: none;
  background-color: var(--color-secondary-200);
  padding: 6px 0;
}

:where(.vertical-menu__item_active, .vertical-menu__item_selected) .vertical-menu__submenu {
  display: block;
}

.vertical-menu__submenu-link {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  color: var(--color-text-600);
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow-x: clip;
}

.vertical-menu__submenu-link:hover,
:where(.vertical-menu__submenu-item_active, .vertical-menu__submenu-item_selected) .vertical-menu__submenu-link {
  font-weight: bold;
}

/* /submenu */
/* vertical-menu animate */
.vertical-menu__link span {
  transition: transform 0.1s ease-in-out;
}
.vertical-menu__link:hover span {
  transform: translateX(10px);
}

.vertical-menu__submenu-link {
  transition: transform 0.1s ease-in-out;
}
.vertical-menu__submenu-link:hover {
  transform: translateX(10px);
}

/* /vertical-menu animate */
.breadcrumbs-block {
  background-color: var(--color-primary-600);
}

.breadcrumbs {
  flex: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: var(--color-text-300);
}
.breadcrumbs__item:not(:last-child):after {
  margin: 0 8px;
  content: "/";
}
.breadcrumbs__item span.breadcrumbs__link {
  color: var(--white);
}

.breadcrumbs__link {
  color: var(--color-text-300);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 450px;
  overflow-x: clip;
}
.breadcrumbs__link[href] {
  text-decoration: none;
}
.breadcrumbs__link[href]:hover {
  text-decoration: none;
  color: var(--color-primary-300);
}

.footer {
  flex: none;
}
.footer .cblock {
  margin-top: 10px;
}

.footer__desktop {
  background-color: var(--color-primary-600);
}
@media only screen and (max-width: 991px) {
  .footer__desktop {
    display: none;
  }
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, auto));
  gap: 15px 30px;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__contacts .phone-wrap:not(:last-child) {
  margin-bottom: 5px;
}

.footer__phone {
  text-decoration: none;
  color: var(--white);
  font-size: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.footer__phone:hover {
  color: var(--color-primary-300);
}

.footer__button {
  width: 190px;
}

.footer__email {
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer__email:hover {
  color: var(--color-primary-300);
}
.footer__email svg {
  margin-right: 10px;
}

.footer__address {
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer__address svg {
  margin-right: 10px;
}

.footer__time {
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
}
.footer__time svg {
  margin-right: 10px;
}

/* menu-bottom */
.menu-bottom {
  background-color: var(--color-secondary-300);
}

.menu-bottom__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu-bottom__item {
  flex-grow: 1;
}

.menu-bottom__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  min-height: 44px;
  padding: 6px 10px;
  color: var(--color-text-600);
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .menu-bottom__link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-bottom__link {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .menu-bottom__link {
    margin-bottom: 10px;
  }
}

.menu-bottom__link_selected,
.menu-bottom__link[href]:hover {
  background-color: var(--color-primary-600);
  color: #fff;
}

/* /menu-bottom */
/* footer-menu */
.footer-menu__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu__link {
  color: var(--white);
  text-decoration: none;
  line-height: 1.2;
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  font-weight: 700;
}

.footer-menu__link_selected,
.footer-menu__link[href]:hover {
  text-decoration: none;
  color: var(--color-primary-300);
}

/* /footer-menu */
.footer__mobile {
  background-color: var(--color-primary-600);
  color: var(--color-text-300);
  font-size: clamp(0.625rem, 0.6125rem + 0.0625vw, 0.6875rem);
}
@media only screen and (max-width: 991px) {
  .footer__mobile {
    display: block;
  }
}
.footer__mobile > .container {
  display: flex;
  justify-content: center;
  min-height: 40px;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 6px;
}
.footer__mobile a {
  color: var(--white);
  text-decoration: none;
}
.footer__mobile a:hover {
  color: var(--color-primary-300);
}

.footer__mobile-copyright {
  display: flex;
  gap: 65px;
  border-top: 1px solid var(--color-secondary-600);
  padding: 15px 0;
}
@media only screen and (max-width: 991px) {
  .footer__mobile-copyright {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer__mobile-copyright {
    flex-direction: column;
    gap: 15px;
  }
}

.footer__mastweb {
  width: 155px;
  color: var(--color-text-300) !important;
  display: inline-block;
}
.footer__mastweb img {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__mastweb {
    display: none;
  }
}

.footer__mobile-text {
  width: calc(100% - 175px);
}
@media only screen and (max-width: 767px) {
  .footer__mobile-text {
    width: 100%;
  }
}

.text-block__item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .text-block__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.text-block__item > *:last-child {
  margin-bottom: 0;
}

.text-block_two-columns .text-block__grid {
  display: grid;
  gap: 1rem 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.text-block_two-columns .text-block__grid.text-block__grid_2-3 {
  grid-template-columns: minmax(0, 32%) minmax(0, 68%);
}
.text-block_two-columns .text-block__grid.text-block__grid_3-2 {
  grid-template-columns: minmax(0, 68%) minmax(0, 32%);
}
@media only screen and (max-width: 767px) {
  .text-block_two-columns .text-block__grid, .text-block_two-columns .text-block__grid.text-block__grid_2-3, .text-block_two-columns .text-block__grid.text-block__grid_3-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.text-block_three-columns .text-block__grid {
  display: grid;
  gap: 1rem 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
  .text-block_three-columns .text-block__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.news-inner .img-container, .text-block_float .img-container {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1359px) {
  .news-inner .img-container, .text-block_float .img-container {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .news-inner .img-container, .text-block_float .img-container {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .news-inner .img-container, .text-block_float .img-container {
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none;
    display: flex;
    justify-content: center;
  }
}
.news-inner .img-container.float-start, .text-block_float .img-container.float-start {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .news-inner .img-container.float-start, .text-block_float .img-container.float-start {
    margin-right: 15px;
  }
}
.news-inner .img-container.float-end, .text-block_float .img-container.float-end {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .news-inner .img-container.float-end, .text-block_float .img-container.float-end {
    margin-left: 15px;
  }
}

.text-block-fw .video-container,
.text-block-fw .video-container-fancybox {
  width: auto !important;
  height: 100%;
}
.text-block-fw .video-container-fancybox {
  display: block;
}
.text-block-fw .video-container-fancybox img {
  height: 100%;
  object-fit: cover;
}
.text-block-fw .ckeditor-html5-video {
  height: 100%;
}
.text-block-fw .ckeditor-html5-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-block-fw .text-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1359px) {
  .text-block-fw .text-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .text-block-fw .text-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.text-block-fw__item {
  width: 100%;
  overflow: hidden;
}

.text-block-fw__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.text-block-fw__grid.text-block-fw__grid_2-3 {
  grid-template-columns: minmax(0, 32%) minmax(0, 68%);
}
.text-block-fw__grid.text-block-fw__grid_3-2 {
  grid-template-columns: minmax(0, 68%) minmax(0, 32%);
}
@media only screen and (max-width: 767px) {
  .text-block-fw__grid, .text-block-fw__grid.text-block-fw__grid_2-3, .text-block-fw__grid.text-block-fw__grid_3-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.text-block-fw__grid + .container {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .text-block-fw__grid + .container {
    margin-top: 15px;
  }
}

.text-block-fw__col .text-container {
  width: 645px;
}
@media only screen and (max-width: 1359px) {
  .text-block-fw__col .text-container {
    width: 465px;
  }
}
@media only screen and (max-width: 991px) {
  .text-block-fw__col .text-container {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  .text-block-fw__col .text-container {
    width: 510px;
  }
}
.text-block-fw__col:nth-child(1).text-block-fw__col_text {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .text-block-fw__col:nth-child(1).text-block-fw__col_text {
    justify-content: center;
  }
}
.text-block-fw__col:nth-child(1) .text-container {
  padding-left: 15px;
  padding-right: 120px;
}
@media only screen and (max-width: 1359px) {
  .text-block-fw__col:nth-child(1) .text-container {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .text-block-fw__col:nth-child(1) .text-container {
    padding-right: 15px;
  }
}
.text-block-fw__col:nth-child(2).text-block-fw__col_text {
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .text-block-fw__col:nth-child(2).text-block-fw__col_text {
    justify-content: center;
  }
}
.text-block-fw__col:nth-child(2) .text-container {
  padding-right: 15px;
  padding-left: 120px;
}
@media only screen and (max-width: 1359px) {
  .text-block-fw__col:nth-child(2) .text-container {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .text-block-fw__col:nth-child(2) .text-container {
    padding-left: 15px;
  }
}

.text-block-fw__col_text {
  display: flex;
  align-items: center;
  min-height: 560px;
}
@media only screen and (max-width: 1359px) {
  .text-block-fw__col_text {
    min-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .text-block-fw__col_text {
    min-height: 292px;
  }
}
@media only screen and (max-width: 767px) {
  .text-block-fw__col_text {
    min-height: auto;
    order: -1;
  }
}

.text-block-fw__bg {
  display: block !important;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 952/560;
}

.news-inner .text {
  margin-bottom: 1rem;
}

.news-inner__date {
  display: block;
  font-size: 12px;
  margin-bottom: 1rem;
}

.news-inner__author {
  font-size: 12px;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .news-inner__button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

iframe, object, embed {
  border: 0;
}

.text-elements :where(iframe, object, embed) {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .text-elements :where(iframe, object, embed) {
    width: 100%;
    height: 100%;
  }
  .text-elements :where(iframe, object, embed) {
    aspect-ratio: 16/9;
  }
  .text-elements :where(iframe, object, embed).aspect_ratio_21by9 {
    aspect-ratio: 21/9;
  }
  .text-elements :where(iframe, object, embed).aspect_ratio_4by3 {
    aspect-ratio: 4/3;
  }
  .text-elements :where(iframe, object, embed).aspect_ratio_1by1 {
    aspect-ratio: 1/1;
  }
}
.text-elements :where(iframe, object, embed).float-start {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .text-elements :where(iframe, object, embed).float-start {
    margin-right: 0;
  }
}
.text-elements :where(iframe, object, embed).float-end {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .text-elements :where(iframe, object, embed).float-end {
    margin-left: 0;
  }
}
.text-elements :where(iframe, object, embed).center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.text-elements :where(iframe, object, embed).fullwidth {
  width: 100%;
}

/* video-gallery */
.video-gallery__item {
  display: flex;
  flex-direction: column;
}

.video-gallery__title {
  line-height: 1.2;
  padding: 10px;
  color: #fff;
  background-color: var(--color-primary-600);
  text-overflow: ellipsis;
  overflow-x: clip;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}

/* /video-gallery */
/* video-container (in video-gallery, in WYSIWYG)*/
.video-container {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.video-container :where(iframe, object, embed) {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-container, .video-container.aspect_ratio_16by9 {
  aspect-ratio: 16/9;
}
.video-container.aspect_ratio_21by9 {
  aspect-ratio: 21/9;
}
.video-container.aspect_ratio_4by3 {
  aspect-ratio: 4/3;
}
.video-container.aspect_ratio_1by1 {
  aspect-ratio: 1/1;
}
.video-container.float-start {
  width: 100%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .video-container.float-start {
    margin-right: 0;
    float: none;
  }
}
.video-container.float-end {
  width: 100%;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .video-container.float-end {
    margin-left: 0;
    float: none;
  }
}
.video-container.center {
  margin-left: auto;
  margin-right: auto;
}
.video-container.fullwidth {
  width: 100%;
}

/* /video-container (in video-gallery, in WYSIWYG)*/
/* video-gallery-fancybox */
.video-gallery-fb video {
  display: none;
}

.video-gallery-fb__item {
  display: flex;
  flex-direction: column;
}

.video-gallery-fb__img-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.video-gallery-fb__img-container, .video-gallery-fb__img-container.aspect_ratio_16by9 {
  aspect-ratio: 16/9;
}
.video-gallery-fb__img-container.aspect_ratio_21by9 {
  aspect-ratio: 21/9;
}
.video-gallery-fb__img-container.aspect_ratio_21by9 img {
  height: 100%;
}
.video-gallery-fb__img-container.aspect_ratio_4by3 {
  aspect-ratio: 4/3;
}
.video-gallery-fb__img-container.aspect_ratio_1by1 {
  aspect-ratio: 1/1;
}

.video-gallery-fb__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-gallery-fb__title {
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: var(--color-primary-600);
  text-overflow: ellipsis;
  overflow-x: clip;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.video-gallery-fb__img-container,
.video-container-fancybox {
  position: relative;
}
.video-gallery-fb__img-container:after,
.video-container-fancybox:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../img/sprite.svg#youtube");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
  pointer-events: none;
  transition: transform 0.1s ease-in-out;
}
.video-gallery-fb__img-container:before,
.video-container-fancybox:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.video-gallery-fb__item:hover .video-gallery-fb__img-container:after,
.video-container-fancybox:hover:after {
  transform: scale(1.1);
}

/* /video-gallery-fancybox */
/* video-container-fancybox (in video-gallery-fancybox, in WYSIWYG)*/
.video-container-fancybox {
  display: inline-flex;
  max-width: 100%;
}
.video-container-fancybox.float-start {
  width: 100%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .video-container-fancybox.float-start {
    margin-right: 0;
    float: none;
  }
}
.video-container-fancybox.float-end {
  width: 100%;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .video-container-fancybox.float-end {
    margin-left: 0;
    float: none;
  }
}
.video-container-fancybox.center {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.video-container-fancybox.fullwidth {
  display: block;
}
.video-container-fancybox.fullwidth img {
  width: 100%;
}

/* /video-container-fancybox (in video-gallery-fancybox, in WYSIWYG)*/
/* html5-video */
.ckeditor-html5-video {
  max-width: 100%;
}
.ckeditor-html5-video.float-start {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .ckeditor-html5-video.float-start {
    margin-right: 0;
    float: none;
  }
}
.ckeditor-html5-video.float-end {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .ckeditor-html5-video.float-end {
    margin-left: 0;
    float: none;
  }
}
.ckeditor-html5-video.center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.ckeditor-html5-video.aspect_ratio_original {
  overflow: hidden;
}
.ckeditor-html5-video.aspect_ratio_original video {
  display: block;
}
.ckeditor-html5-video:not(.aspect_ratio_original) {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.ckeditor-html5-video:not(.aspect_ratio_original):before {
  content: "";
  display: block;
}
.ckeditor-html5-video:not(.aspect_ratio_original) video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_16by9 {
  aspect-ratio: 16/9;
}
.ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_21by9 {
  aspect-ratio: 21/9;
}
.ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_4by3 {
  aspect-ratio: 4/3;
}
.ckeditor-html5-video:not(.aspect_ratio_original).aspect_ratio_1by1 {
  aspect-ratio: 1/1;
}

/* /html5-video */
/*# sourceMappingURL=maps/critical.min.css.map */
