

/* Start:/local/templates/regional_systems/css/normalize.css?17534511406138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/regional_systems/css/styles.css?1754638882178097*/
@charset "UTF-8";
@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: normal;
    src: url("/local/templates/regional_systems/css/../fonts/Arimo-Regular.woff") format("woff"), url("/local/templates/regional_systems/css/../fonts/Arimo-Regular.woff2") format("woff2"), url("/local/templates/regional_systems/css/../fonts/Arimo-Regular.ttf") format("ttf"), url("/local/templates/regional_systems/css/../fonts/Arimo-Regular.eot") format("eot");
}

@font-face {
    font-family: "Arimo";
    font-style: normal;
    font-weight: bold;
    src: url("/local/templates/regional_systems/css/../fonts/Arimo-Bold.woff") format("woff"), url("/local/templates/regional_systems/css/../fonts/Arimo-Bold.woff2") format("woff2"), url("/local/templates/regional_systems/css/../fonts/Arimo-Bold.ttf") format("ttf"), url("/local/templates/regional_systems/css/../fonts/Arimo-Bold.eot") format("eot");
}

@font-face {
    font-family: "Play";
    font-style: normal;
    font-weight: normal;
    src: url("/local/templates/regional_systems/css/../fonts/Play-Regular.woff") format("woff"), url("/local/templates/regional_systems/css/../fonts/Play-Regular.woff2") format("woff2"), url("/local/templates/regional_systems/css/../fonts/Play-Regular.ttf") format("ttf"), url("/local/templates/regional_systems/css/../fonts/Play-Regular.eot") format("eot");
}

@font-face {
    font-family: "Play";
    font-style: normal;
    font-weight: bold;
    src: url("/local/templates/regional_systems/css/../fonts/Play-Bold.woff") format("woff"), url("/local/templates/regional_systems/css/../fonts/Play-Bold.woff2") format("woff2"), url("/local/templates/regional_systems/css/../fonts/Play-Bold.ttf") format("ttf"), url("/local/templates/regional_systems/css/../fonts/Play-Bold.eot") format("eot");
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

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

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

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

button,
input,
textarea,
select {
    font: inherit;
    border: none;
    outline: none;
    background: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

html {
    font-size: clamp(12px, 1vw + 0.5rem, 16px);
}

body {
    font-family: "Arimo", sans-serif;
    color: #353a53;
    background-color: #f6f6f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.container {
    width: 100%;
    max-width: 1660px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

section {
    position: relative;
}

.button {
    padding: 0.75rem 1.5rem;
    background-color: #353a53;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #212434;
}

.input,
.textarea,
.select {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    color: #353a53;
    font-family: inherit;
}

.input:focus,
.textarea:focus,
.select:focus {
    border-color: #a6a6a6;
}

.home-page header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
}

.home-page .header__menu ul li a {
    color: #fff;
}

.home-page .header__button a {
    color: #fff;
    border: 1px solid #fff;
}

.home-page .header__button a svg path {
    fill: #fff;
}

.home-page .header__logo a:first-child {
    display: block;
}

.home-page .header__logo a:last-child {
    display: none;
}

.home-page .header__burger svg:first-child {
    display: block;
}

.home-page .header__burger svg:nth-child(2) {
    display: none;
}

.header-dark header {
    border-bottom: 1px solid #d6d6d6;
    background: #f6f6f8;
}

.header-dark .header__menu ul li a {
    color: #353a53;
}

.header-dark .header__button a {
    color: #070707;
    border: 1px solid #070707;
}

.header-dark .header__button a svg path {
    fill: #070707;
}

.header-dark .header__logo a:first-child {
    display: none;
}

.header-dark .header__logo a:last-child {
    display: block;
}

.header-dark .header__burger svg:first-child {
    display: none;
}

.header-dark .header__burger svg:nth-child(2) {
    display: block;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    border-bottom: 1px solid #d6d6d6;
    background: #f6f6f8;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 10px 0;
}

.header__logo {
    width: 100%;
    max-width: 20.679012%; /* 335/1620 */
}

.header__logo a:first-child {
    display: none;
}

.header__menu {
    width: 100%;
}

@media screen and (max-width: 1210px) {
    .header__menu {
        display: none;
    }
}

.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1920 - 375), 40px);
}

.header__menu ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #353a53;
    line-height: normal;
    font-family: "Play", sans-serif;
}

.header__button {
    width: 100%;
    max-width: 250px;
}

@media screen and (max-width: 1210px) {
    .header__button {
        display: none;
    }
}

.header__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: #070707;
    border: 1px solid #070707;
    border-radius: 10px;
    padding: 15px 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.header__button a:hover {
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid transparent;
    color: #ffffff;
}

.header__button a svg {
    width: 100%;
    max-width: 17px;
}

.header__button a svg path {
    fill: #070707;
}

.header__button a:hover svg path {
    fill: #ffffff;
}

.header__burger {
    display: none;
}

@media screen and (max-width: 1210px) {
    .header__burger {
        display: block;
        cursor: pointer;
    }
}

.header__burger svg:first-child {
    display: none;
}

.header__burger svg:nth-child(2) {
    display: block;
}

.breadcrumbs {
    padding: clamp(82px, 82px + (138 - 82) * (100vw - 375px) / (1920 - 375), 138px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(40px, 40px + (70 - 40) * (100vw - 375px) / (1920 - 375), 70px);
}

.breadcrumbs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.breadcrumbs__item {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: #353a53;
    line-height: normal;
}

.breadcrumbs__item a {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: #353a53;
    line-height: normal;
}

.breadcrumbs__item span {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: #006ae9;
}

.block-1 {
    height: 100dvh;
}

@media (max-width: 768px) {
    .block-1 {
        height: auto;
        min-height: 667px;
    }
}

.block-1__video {
    height: 100%;
}

@media (max-width: 768px) {
    .block-1__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 667px;
    }
}

.block-1__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .block-1__video video {
        min-height: 667px;
    }
}

.block-1__info-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.block-1__info h1 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / (1920 - 375), 64px);
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.block-1__info p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    max-width: 753px;
    margin: 0 auto 15px;
}

.block-1__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px;
    max-width: 511px;
    margin: 50px auto 0;
}

@media (max-width: 768px) {
    .block-1__buttons {
        margin: 25px auto 0;
    }
}

@media (max-width: 480px) {
    .block-1__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 10px;
    }
}

.block-1__buttons a:first-child {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 15px;
    display: block;
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.block-1__buttons a:first-child:hover {
    background-color: #3531ff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.block-1__buttons a:last-child {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 14px 15px;
    display: block;
    width: 100%;
}

.block-2 {
    background: #000;
    padding: clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
    overflow: hidden;
}

.block-2__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 1024px) {
    .block-2__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 30px;
    }
}

.block-2__info-1 {
    width: 100%;
    max-width: 663px;
}

@media (max-width: 1024px) {
    .block-2__info-1 {
        max-width: 100%;
    }
}

.block-2__info-1 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.block-2__info-1 h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-2__info-1 p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #8e94b1;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-2__floating-element {
    position: absolute;
    will-change: transform; /* Оптимизация для анимации */
}

.block-2__floating-element img {
    display: block;
    width: 100%;
    height: auto;
}

.block-2__button a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 15px;
    display: block;
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    max-width: 250px;
}

@media (max-width: 768px) {
    .block-2__button a {
        max-width: 100%;
    }
}

.block-2__button a:hover {
    background-color: #3531ff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.block-2__info-2 {
    width: 100%;
    max-width: 770px;
}

@media (max-width: 1024px) {
    .block-2__info-2 {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .block-2__info-2 {
        display: none;
    }
}

.block-2__items {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: inset 0 -30px 50px 0 rgba(49, 107, 255, 0.1);
    box-shadow: inset 0 -30px 50px 0 rgba(49, 107, 255, 0.1);
    background: rgba(60, 126, 255, 0.15);
    border-radius: 10px;
    padding: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px) clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
}

.block-2__item:first-child {
    margin-bottom: 60px;
}

.block-2__item h4 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.block-2__item p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #8e94b1;
    line-height: normal;
    margin-bottom: 15px;
}

.block-2__accordions {
    display: none;
}

@media (max-width: 768px) {
    .block-2__accordions {
        display: block;
    }
}

.block-2__accordion {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: inset 0 -30px 50px 0 rgba(49, 107, 255, 0.1);
    box-shadow: inset 0 -30px 50px 0 rgba(49, 107, 255, 0.1);
    background: rgba(60, 126, 255, 0.15);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.block-2__accordion:last-child {
    margin-bottom: 0;
}

.block-2__accordion.active .block-2__accordion-name svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.block-2__accordion-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: normal;
}

.block-2__accordion-name svg {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block-2__accordion-content {
    padding-top: 10px;
    display: none;
}

.block-2__accordion-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #8e94b1;
    margin-bottom: 15px;
}

.block-2__accordion-content p:last-child {
    margin-bottom: 0;
}

.block-3 {
    padding: clamp(50px, 50px + (80 - 50) * (100vw - 375px) / (1920 - 375), 80px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px);
    position: relative;
}

.block-3__directions-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
}

.block-3__directions-info {
    width: 100%;
    max-width: 800px;
}

.block-3__directions-info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #000;
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-3__directions-info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
}

.block-3__directions-button {
    width: 100%;
    max-width: 250px;
}

@media (max-width: 768px) {
    .block-3__directions-button {
        max-width: 100%;
    }
}

.block-3__directions-button a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    display: block;
    padding: 14px 15px;
    border: 1px solid #0e51ff;
    border-radius: 10px;
}

.block-3__directions-button a:hover {
    background-color: #3531ff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.block-3__directions-first-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    background: url("/local/templates/regional_systems/css/../img/bg-1.svg") no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: clamp(0px, 0px + (60 - 0) * (100vw - 375px) / (1920 - 375), 60px) clamp(0px, 0px + (60 - 0) * (100vw - 375px) / (1920 - 375), 60px);
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .block-3__directions-first-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .block-3__directions-first-item {
        background: none;
        padding: 0;
    }
}

.block-3__directions-first-item-img {
    width: 100%;
    max-width: 660px; /* 710/1620 */
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 1024px) {
    .block-3__directions-first-item-img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .block-3__directions-first-item-img {
        border-radius: 5px;
    }
}

.block-3__directions-first-item-img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .block-3__directions-first-item-img video {
        border-radius: 5px;
    }
}

.block-3__directions-first-item-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 21, 132, 0.28);
    border-radius: 10px;
}

@media (max-width: 768px) {
    .block-3__directions-first-item-img::before {
        border-radius: 5px;
    }
}

.block-3__directions-first-item-info {
    width: 100%;
    max-width: 760px; /* 760/1620 */
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    background: rgba(12, 83, 222, 0.19);
    padding: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px) clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1920 - 375), 40px);
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .block-3__directions-first-item-info {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .block-3__directions-first-item-info {
        display: none;
    }
}

.block-3__directions-first-item-info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(0px, 0px + (20 - 0) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-3__directions-first-item-info p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #fff;
    margin-bottom: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1920 - 375), 60px);
}

.block-3__directions-first-item-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #fff;
    cursor: pointer;
}

.block-3__directions-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 1024px) {
    .block-3__directions-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .block-3__directions-items {
        display: none;
    }
}

.block-3__directions-item {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(24deg, #61c3ff 0%, #006ae9 100%);
    padding: clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1920 - 375), 40px) clamp(18px, 18px + (40 - 18) * (100vw - 375px) / (1920 - 375), 40px);
}

.block-3__directions-item:last-child {
    background: linear-gradient(70deg, #016bea 0%, #0a2f9a 100%);
}

.block-3__directions-item h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(0px, 0px + (20 - 0) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-3__directions-item p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #fff;
    margin-bottom: 15px;
}

.block-3__directions-item-sub-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.block-3__directions-item-sub-item {
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.block-3__directions-item-sub-item h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    color: #353a53;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.block-3__directions-item-sub-item-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
    margin-top: auto;
    cursor: pointer;
}

.block-3__directions-accordions {
    display: none;
}

@media (max-width: 768px) {
    .block-3__directions-accordions {
        display: block;
    }
}

.block-3__directions-accordion {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: inset 0 -30px 50px 0 rgba(49, 107, 255, 0.1);
    box-shadow: inset 0 -30px 50px 0 rgba(49, 107, 255, 0.1);
    background: #162f77 linear-gradient(126.67deg, rgba(14, 81, 255, 0.05) 0%, rgba(14, 81, 255, 0.3) 100%);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}

.block-3__directions-accordion:last-child {
    margin-bottom: 0;
}

.block-3__directions-accordion.active .block-2__accordion-name svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.block-3__directions-accordion-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: normal;
}

.block-3__directions-accordion-name svg {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block-3__directions-accordion-content {
    padding-top: 10px;
    display: none;
}

.block-3__directions-accordion-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #8e94b1;
    margin-bottom: 15px;
}

.block-3__directions-accordion-content p:last-child {
    margin-bottom: 0;
}

.block-3__directions-item-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.lock-3__directions-item-modal-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.lock-3__directions-item-modal-block {
    max-width: 860px;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
    transition: transform 0.8s ease; /* Уменьшил время анимации для лучшей синхронизации */
    transform: translate(500%, 0px);
}

@media (max-width: 768px) {
    .lock-3__directions-item-modal-block {
        padding: 20px;
    }
}

.block-3__directions-item-modal.active .lock-3__directions-item-modal-block {
    transform: translate(0%, 0px);
}

.lock-3__directions-item-modal-close {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.lock-3__directions-item-modal-block h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #000;
    line-height: normal;
    margin-bottom: 20px;
}

.lock-3__directions-item-modal-block p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
    margin-bottom: 15px;
}

.block-3__directions-item-modal-button {
    margin-top: clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1920 - 375), 40px);
}

.block-3__directions-item-modal-button a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    display: block;
    padding: 14px 15px;
    border: 1px solid #0e51ff;
    border-radius: 10px;
    transition: 0.2s all;
    max-width: 250px;
}

.block-3__directions-item-modal-button a:hover {
    background-color: #3531ff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.block-4 {
    background: #000;
    overflow: hidden;
    padding: clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (110 - 50) * (100vw - 375px) / (1920 - 375), 110px);
}

.block-4__floating-element {
    position: absolute;
    will-change: transform; /* Оптимизация для анимации */
}

.block-4__floating-element img {
    display: block;
    width: 100%;
    height: auto;
}

.block-4__info {
    max-width: 700px;
}

@media (max-width: 768px) {
    .block-4__info {
        margin-bottom: 40px;
    }
}

.block-4__info h3 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 10px;
}

.block-4__info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-4__info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #8e94b1;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-4__button a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 15px;
    display: block;
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    max-width: 250px;
}

.block-4__button a:hover {
    background-color: #3531ff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.block-4__map {
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width: 768px) {
    .block-4__map {
        display: none;
    }
}

.block-4__map img {
    width: 100%;
}

.block-4__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.block-4__slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.block-4__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}

.block-5 {
    padding: clamp(50px, 50px + (80 - 50) * (100vw - 375px) / (1920 - 375), 80px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px);
}

.block-5__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
}

@media (max-width: 1024px) {
    .block-5__about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.block-5__about-info {
    width: 100%;
    max-width: 43.353293%; /* 724/1670 */
}

@media (max-width: 1024px) {
    .block-5__about-info {
        max-width: 100%;
    }
}

.block-5__about-info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #000;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: normal;
}

.block-5__about-info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
    margin-bottom: 15px;
}

.block-5__about-info a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #336eff;
}

.block-5__about-advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 0px;
    margin-top: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
}

@media (max-width: 1024px) {
    .block-5__about-advantages {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 0px;
        gap: 20px 0;
    }
}

@media (max-width: 768px) {
    .block-5__about-advantages {
        display: none;
    }
}

.block-5__about-advantage {
    border-left: 2px solid #dcdcdc;
    padding: 0 15px;
}

.block-5__about-advantage-count {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 24px + (48 - 24) * (100vw - 375px) / (1920 - 375), 48px);
    color: #336eff;
    line-height: normal;
    margin-bottom: 8px;
}

.block-5__about-advantage-text {
    font-weight: 600;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: #000;
}

.block-5__about-img {
    width: 100%;
    max-width: 47.904192%; /* 800/1670 */
}

@media (max-width: 1024px) {
    .block-5__about-img {
        max-width: 100%;
    }
}

.block-5__about-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}

@media (max-width: 1024px) {
    .block-5__about-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .block-5__about-items {
        display: none;
    }
}

.block-5__about-item {
    border-radius: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px);
    padding: 20px;
    background: #fff;
}

.block-5__about-item-img {
    margin-bottom: 20px;
}

.block-5__about-item-name {
    font-weight: 600;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
}

.block-5__about-item-desc {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #353a53;
}

.block-5__about-item-desc p {
    margin-bottom: 15px;
}

.block-5__about-item-desc p:last-child {
    margin-bottom: 0;
}

.block-5__about-items-slider-block {
    display: none;
}

@media (max-width: 768px) {
    .block-5__about-items-slider-block {
        display: block;
    }
}

.block-5__about-items-slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.block-5__about-items-slider-arrow-prev {
    cursor: pointer;
}

.block-5__about-items-slider-count {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #b0c4e8;
    line-height: normal;
}

.block-5__about-items-slider-count .current-slide {
    color: #006ae9;
}

.block-5__about-items-slider-arrow-next {
    cursor: pointer;
}

.block-6 {
    background: #070b1b;
    overflow: hidden;
    padding: clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (150 - 50) * (100vw - 375px) / (1920 - 375), 150px);
}

.block-6__floating-element {
    position: absolute;
    will-change: transform; /* Оптимизация для анимации */
}

.block-6__story {
    max-width: 700px;
    margin-bottom: clamp(40px, 40px + (177 - 40) * (100vw - 375px) / (1920 - 375), 177px);
}

.block-6__story h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
}

.block-6__story p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #8e94b1;
    margin-bottom: 15px;
}

.block-6__story p:last-child {
    margin-bottom: 0;
}

.block-6__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 1024px) {
    .block-6__columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.block-6__column:first-child {
    width: 100%;
    max-width: 32.530864%; /* 527/1620 */
}

@media (max-width: 1024px) {
    .block-6__column:first-child {
        max-width: 100%;
    }
}

.block-6__column:last-child {
    width: 100%;
    max-width: 57.839506%; /* 937/1620 */
}

@media (max-width: 1024px) {
    .block-6__column:last-child {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .block-6__column:last-child {
        display: none;
    }
}

.block-6__general-manager {
    position: relative;
}

.block-6__general-manager-info {
    position: absolute;
    bottom: 0;
    left: 0;
    left: 0;
    width: 100%;
}

.block-6__general-manager-name {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    color: #fff;
    line-height: normal;
    margin-bottom: 4px;
}

.block-6__general-manager-job-title {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    color: #9fa8d9;
    line-height: normal;
    margin-bottom: 20px;
}

.block-6__general-manager-desc {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 14px + (24 - 14) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    line-height: normal;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    background: rgba(12, 83, 222, 0.19);
    border-radius: 10px;
    padding: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px) clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-6__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    height: 100%;
}

.block-6__item {
    background: url("/local/templates/regional_systems/css/../img/bg-4.svg") no-repeat top;
    padding: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px) clamp(15px, 15px + (25 - 15) * (100vw - 375px) / (1920 - 375), 25px);
    background-size: cover;
    width: 100%;
    border-radius: 10px;
}

.block-6__item-name {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
}

.block-6__item-text {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #fff;
}

.block-6__item-text p {
    margin-bottom: 15px;
}

.block-6__item-text p:last-child {
    margin-bottom: 0;
}

.block-6__item-button {
    margin-top: 20px;
}

.block-6__item-button a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #006ae9;
    line-height: normal;
    display: block;
    -webkit-box-shadow: 0 10px 19px 0 #325df5;
    box-shadow: 0 10px 19px 0 #325df5;
    background: #fff;
    border-radius: 10px;
    padding: 19px 15px;
    max-width: 250px;
}

.block-7 {
    padding: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px);
}

.block-7__people-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: clamp(40px, 40px + (40 - 40) * (100vw - 375px) / (1920 - 375), 40px);
}

@media (max-width: 1024px) {
    .block-7__people-success {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.block-7__people-success-info {
    width: 100%;
    max-width: 43.209877%; /* 700/1620 */
}

@media (max-width: 1024px) {
    .block-7__people-success-info {
        max-width: 100%;
    }
}

.block-7__people-success-info h3 {
    font-family: "Play", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #000;
    margin-bottom: 10px;
    line-height: normal;
}

.block-7__people-success-info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #000;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-7__people-success-info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
    margin-bottom: 15px;
}

.block-7__people-success-button {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-7__people-success-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: #070707;
    line-height: normal;
    border: 1px solid #070707;
    border-radius: 10px;
    padding: 18px 15px;
    max-width: 250px;
}

.block-7__people-success-video {
    width: 100%;
    max-width: 49.382716%; /* 800/1620 */
    border-radius: 10px;
    position: relative;
}

@media (max-width: 1024px) {
    .block-7__people-success-video {
        max-width: 100%;
    }
}

.block-7__people-success-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.block-7__slider-block {
    position: relative;
    padding: 0 35px;
}

@media (max-width: 768px) {
    .block-7__slider-block {
        padding: 0;
    }
}

.block-7__slider {
    padding: clamp(0px, 0px + (50 - 0) * (100vw - 375px) / (1920 - 375), 50px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
}

.block-7__slide {
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.block-7__slide:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    position: relative;
    z-index: 5;
}

.block-7__slider-arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 25px;
    z-index: 5;
}

@media (max-width: 768px) {
    .block-7__slider-arrows {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 25px;
    }
}

.block-7__slider-arrow-prev {
    cursor: pointer;
}

.block-7__slider-arrow-next {
    cursor: pointer;
}

.block-7__slider-dots {
    width: auto !important;
}

.block-8 {
    background: #000000;
    min-height: 625px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .block-8 {
        display: none;
    }
}

.block-8__radar-block {
    position: absolute;
    top: 14%;
    left: 0;
    width: 100%;
}

.block-8__radar img {
    margin: 0 auto;
}

.block-8__radar-info-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 5;
}

.block-8__radar-info {
    max-width: 700px;
    margin: 0 auto;
}

.block-8__radar-info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    text-align: center;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.block-8__radar-info p {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    text-align: center;
    color: #8e94b1;
    max-width: 500px;
    margin: 0 auto;
}

.block-8__radar-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 143%;
    -webkit-box-shadow: inset 0 -7px 11px 0 rgba(164, 143, 255, 0.12);
    box-shadow: inset 0 -7px 11px 0 rgba(164, 143, 255, 0.12);
    background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #e59cff), color-stop(50.01%, #ba9cff), to(#9cb2ff)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
    background: linear-gradient(90deg, #e59cff 0.01%, #ba9cff 50.01%, #9cb2ff 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #4d2f8c;
    border-radius: 32px;
    padding: 5px 14px 7px 15px;
    text-align: center;
    max-width: 225px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.block-9 {
    padding: clamp(50px, 50px + (90 - 50) * (100vw - 375px) / (1920 - 375), 90px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px);
}

@media (max-width: 768px) {
    .block-9 {
        padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1920 - 375), 100px);
    }
}

.block-9__vacancy h3 {
    font-family: "Play", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
}

.block-9__vacancy h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #000;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
}

.block-9__vacancy-filter-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 1024px) {
    .block-9__vacancy-filter-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

.block-9__vacancy-filter {
    width: 100%;
    max-width: 32.530864%; /* 527/1620 */
}

@media (max-width: 1024px) {
    .block-9__vacancy-filter {
        max-width: 100%;
    }
}

.block-9__vacancy-mobile-filter {
    display: none;
}

@media (max-width: 1024px) {
    .block-9__vacancy-mobile-filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 24px;
    }
}

.block-9__vacancy-mobile-filter-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #006ae9;
    font-family: "Play", sans-serif;
    line-height: normal;
}

.block-9__vacancy-mobile-filter-count {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #353a53;
}

.block-9__vacancy-search {
    position: relative;
    margin-bottom: clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1920 - 375), 40px);
}

@media (max-width: 768px) {
    .block-9__vacancy-search {
        margin-bottom: 0;
    }
}

.block-9__vacancy-search input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: #353a53;
}

.block-9__vacancy-search svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
}

.block-9__vacancy-filter-modal-close {
    display: none;
}

@media (max-width: 768px) {
    .block-9__vacancy-filter-modal-block {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        display: none;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .block-9__vacancy-filter-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .block-9__vacancy-filter-modal-close {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .block-9__vacancy-filter-modal {
        background-color: #f6f6f8;
        padding: 35px 20px 40px;
        width: 100%;
    }
}

.block-9__vacancy-directions {
    margin-bottom: clamp(15px, 15px + (25 - 15) * (100vw - 375px) / (1920 - 375), 25px);
}

.block-9__vacancy-directions label {
    display: block;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / (1920 - 375), 20px);
    color: #006ae9;
    line-height: normal;
    margin-bottom: 10px;
}

.block-9__vacancy-directions select {
    width: 100%;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: #353a53;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url("/local/templates/regional_systems/css/../img/arrow-select.svg") no-repeat, #fff;
    background-position: 95% 50%;
}

.block-9__vacancy-city {
    margin-bottom: clamp(15px, 15px + (25 - 15) * (100vw - 375px) / (1920 - 375), 25px);
}

.block-9__vacancy-city label {
    display: block;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / (1920 - 375), 20px);
    color: #006ae9;
    line-height: normal;
    margin-bottom: 10px;
}

.block-9__vacancy-city select {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: #353a53;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url("/local/templates/regional_systems/css/../img/arrow-select.svg") no-repeat, #fff;
    background-position: 95% 50%;
}

.block-9__vacancy-experience {
    margin-bottom: clamp(15px, 15px + (25 - 15) * (100vw - 375px) / (1920 - 375), 25px);
}

.block-9__vacancy-experience label {
    display: block;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / (1920 - 375), 20px);
    color: #006ae9;
    line-height: normal;
    margin-bottom: 10px;
}

.block-9__vacancy-experience select {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: #353a53;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url("/local/templates/regional_systems/css/../img/arrow-select.svg") no-repeat, #fff;
    background-position: 95% 50%;
}

.block-9__vacancy-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(10px, 10px + (25 - 10) * (100vw - 375px) / (1920 - 375), 25px);
}

.block-9__vacancy-button-apply {
    width: 100%;
    max-width: 200px;
}

.block-9__vacancy-button-apply a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 14px 15px;
    display: block;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.block-9__vacancy-button-apply a:hover {
    background-color: #3531ff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.block-9__vacancy-button-reset {
    width: 100%;
    max-width: 200px;
}

.block-9__vacancy-button-reset a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #646464;
    line-height: normal;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    padding: 17.5px 15px;
    display: block;
}

.block-9__vacancy-jobs-block {
    width: 100%;
    max-width: 66.234568%; /* 1073/1620 */
}

@media (max-width: 1024px) {
    .block-9__vacancy-jobs-block {
        max-width: 100%;
    }
}

.block-9__vacancy-job {
    background: #fff;
    border-radius: 5px;
    padding: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px) clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-9__vacancy-job:last-child {
    margin-bottom: 0;
}

.block-9__vacancy-job-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.block-9__vacancy-job-name {
    font-weight: bold;
    font-size: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / (1920 - 375), 32px);
    line-height: 130%;
    color: #006ae9;
}

.block-9__vacancy-job-experience {
    font-weight: 400;
    font-size: clamp(12px, 12px + (18 - 12) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: #006ae9;
    border: 1px solid #006ae9;
    border-radius: 5px;
    padding: 5px 15px;
}

.block-9__vacancy-job-price {
    font-weight: bold;
    font-size: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / (1920 - 375), 32px);
    line-height: 130%;
    color: #000;
    margin-bottom: 20px;
}

.block-9__vacancy-job-desc p {
    font-weight: 700;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
    margin-bottom: 5px;
}

.block-9__vacancy-job-desc ul li {
    margin-bottom: 5px;
}

.block-9__vacancy-job-desc ul li:last-child {
    margin-bottom: 0;
}

.block-9__vacancy-job-tasks {
    margin-bottom: 20px;
}

.block-9__vacancy-job-tasks ul {
    list-style: disc;
    padding-left: 20px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
}

.block-9__vacancy-job-skills {
    margin-bottom: 20px;
}

.block-9__vacancy-job-skills ul {
    list-style: none;
    padding-left: 0;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
}

.block-9__vacancy-job-skills ul li {
    position: relative;
    padding-left: 35px;
}

.block-9__vacancy-job-skills ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z' fill='%231BC62C'/%3E%3C/svg%3E") no-repeat center;
}

.block-9__vacancy-job-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
}

.block-9__vacancy-job-button-reply {
    width: 100%;
    max-width: 250px;
}

.block-9__vacancy-job-button-reply a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 15px;
    display: block;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.block-9__vacancy-job-button-reply a:hover {
    background-color: #3531ff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.block-9__vacancy-job-button-more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #006ae9;
}

.block-9__vacancy-jobs-show-all a {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #070707;
    border: 1px solid #070707;
    border-radius: 5px;
    padding: 14px 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    display: block;
}

.block-9__vacancy-jobs-show-all a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #0e93f3;
}

.block-9__vacancy-jobs-pagination {
    margin-top: 30px;
}

.block-10 {
    background: #070b1b;
    overflow: hidden;
    padding: clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(70px, 70px + (150 - 70) * (100vw - 375px) / (1920 - 375), 150px);
}

.block-10__floating-element {
    position: absolute;
    will-change: transform; /* Оптимизация для анимации */
}

.block-10__faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px);
}

@media (max-width: 1024px) {
    .block-10__faq {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.block-10__faq-info {
    width: 100%;
    max-width: 32.530864%; /* 527/1620 */
}

@media (max-width: 1024px) {
    .block-10__faq-info {
        max-width: 100%;
    }
}

.block-10__faq-info h3 {
    font-family: "Play", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.block-10__faq-info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-10__faq-info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #8e94b1;
}

.block-10__faq-info p a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.block-10__faq-items {
    width: 100%;
    max-width: 57.839506%; /* 937/1620 */
}

@media (max-width: 1024px) {
    .block-10__faq-items {
        max-width: 100%;
    }
}

.block-10__faq-item {
    border-radius: clamp(5px, 5px + (14 - 5) * (100vw - 375px) / (1920 - 375), 14px);
    padding: clamp(15px, 15px + (25 - 15) * (100vw - 375px) / (1920 - 375), 25px) clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1920 - 375), 16px);
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: clamp(5px, 5px + (16 - 5) * (100vw - 375px) / (1920 - 375), 16px);
    cursor: pointer;
}

.block-10__faq-item:last-child {
    margin-bottom: 0;
}

.block-10__faq-item.active .block-10__faq-item-name svg:first-child {
    display: none;
}

.block-10__faq-item.active .block-10__faq-item-name svg:last-child {
    display: block;
}

.block-10__faq-item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-weight: 600;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: #fff;
}

.block-10__faq-item-name svg:last-child {
    display: none;
}

.block-10__faq-item-desc {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #cfcfcf;
    margin-top: 20px;
    display: none;
}

.block-10__faq-item-desc p {
    margin-bottom: 15px;
}

.block-10__feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 1024px) {
    .block-10__feedback {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.block-10__feedback-info {
    width: 100%;
    max-width: 32.530864%; /* 527/1620 */
}

@media (max-width: 1024px) {
    .block-10__feedback-info {
        max-width: 100%;
    }
}

.block-10__feedback-info h3 {
    font-family: "Play", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.block-10__feedback-info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-10__feedback-info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #8e94b1;
}

.block-10__feedback-info p a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.block-10__feedback-email {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: inset 0 -30px 50px 0 rgba(14, 147, 243, 0.2);
    box-shadow: inset 0 -30px 50px 0 rgba(14, 147, 243, 0.2);
    background: rgba(12, 83, 222, 0.19);
    border-radius: 10px;
    padding: 20px;
    font-size: clamp(14px, 14px + (24 - 14) * (100vw - 375px) / (1920 - 375), 24px);
    font-weight: 400;
    color: #fff;
    line-height: normal;
}

.block-10__feedback-email a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #0e93f3;
}

.block-10__feedback-form {
    background: url("/local/templates/regional_systems/css/../img/bg-5.svg") no-repeat top;
    background-size: cover;
    padding: clamp(50px, 50px + (50 - 50) * (100vw - 375px) / (1920 - 375), 50px) clamp(50px, 50px + (50 - 50) * (100vw - 375px) / (1920 - 375), 50px);
    width: 100%;
    max-width: 57.839506%; /* 937/1620 */
}

@media (max-width: 1024px) {
    .block-10__feedback-form {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .block-10__feedback-form {
        display: none;
    }
}

.block-10__feedback-form h2 {
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-10__feedback-form-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 0px;
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
    gap: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px) clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.block-10__feedback-form-input input {
    width: 100%;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.block-10__feedback-form-input input::-webkit-input-placeholder {
    color: #fff;
}

.block-10__feedback-form-input input::-moz-placeholder {
    color: #fff;
}

.block-10__feedback-form-input input:-ms-input-placeholder {
    color: #fff;
}

.block-10__feedback-form-input input::-ms-input-placeholder {
    color: #fff;
}

.block-10__feedback-form-input input::placeholder {
    color: #fff;
}

.block-10__feedback-form-input-2 {
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.block-10__feedback-form-textarea {
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-10__feedback-form-textarea textarea {
    width: 100%;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.block-10__feedback-form-textarea textarea::-webkit-input-placeholder {
    color: #fff;
}

.block-10__feedback-form-textarea textarea::-moz-placeholder {
    color: #fff;
}

.block-10__feedback-form-textarea textarea:-ms-input-placeholder {
    color: #fff;
}

.block-10__feedback-form-textarea textarea::-ms-input-placeholder {
    color: #fff;
}

.block-10__feedback-form-textarea textarea::placeholder {
    color: #fff;
}

.block-10__feedback-form-file-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
    margin-bottom: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
}

.block-10__feedback-form-file {
    position: relative;
    display: inline-block;
}

.block-10__feedback-form-file input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    opacity: 0;
}

.block-10__feedback-form-file label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 6px;
    cursor: pointer;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #fff;
}

.block-10__feedback-form-file-desc {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: rgba(255, 255, 255, 0.5);
}

.block-10__feedback-form-accept {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    cursor: pointer;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.block-10__feedback-form-accept input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.block-10__feedback-form-accept input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM5 5V19H19V5H5ZM11.0026 16L6.75999 11.7574L8.17421 10.3431L11.0026 13.1716L16.6595 7.51472L18.0737 8.92893L11.0026 16Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 18px;
    height: 18px;
}

.block-10__feedback-form-accept label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    cursor: pointer;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    font-weight: 400;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.block-10__feedback-form-accept label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: transparent;
}

.block-10__feedback-form-button input {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #006ae9;
    line-height: normal;
    border-radius: 5px;
    padding: 18px 15px;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.block-10__feedback-button {
    display: none;
}

@media (max-width: 768px) {
    .block-10__feedback-button {
        display: block;
        margin-top: 30px;
        width: 100%;
    }

    .block-10__feedback-button a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 5px;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        color: #000;
        line-height: normal;
        border-radius: 5px;
        padding: 15px 15px;
        background: #fff;
    }
}

.footer {
    background: #070b1b;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding: clamp(30px, 30px + (35 - 30) * (100vw - 375px) / (1920 - 375), 35px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(30px, 30px + (35 - 30) * (100vw - 375px) / (1920 - 375), 35px);
}

.footer__menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px) clamp(20px, 20px + (100 - 20) * (100vw - 375px) / (1920 - 375), 100px);
    width: 100%;
    max-width: 62.901235%; /* 1019/1620 */
}

@media (max-width: 768px) {
    .footer__menu-block {
        display: none;
    }
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1920 - 375), 40px);
}

.footer__menu ul li a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    color: #fff;
    line-height: normal;
    font-family: "Play", sans-serif;
}

.footer__menu-button {
    width: 100%;
    max-width: 250px;
}

.footer__menu-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    background: #fff;
    border-radius: 5px;
    padding: 15px 15px;
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    color: #000;
}

.footer__center {
    border-top: 1px solid rgba(101, 120, 154, 0.2);
    border-bottom: 1px solid rgba(101, 120, 154, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
}

.footer__communication-title {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #858cac;
    margin-bottom: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
}

.footer__communication-email {
    margin-bottom: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #fff;
}

.footer__communication-email a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.footer__communication-site {
    margin-bottom: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #fff;
}

.footer__communication-site a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.footer__call-us-title {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #858cac;
    margin-bottom: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
}

.footer__call-us-phone {
    margin-bottom: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #fff;
}

.footer__call-us-phone a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #fff;
}

.footer__address-title {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #858cac;
    margin-bottom: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
}

.footer__address-text {
    margin-bottom: clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #fff;
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1920 - 375), 30px);
}

.footer__copyright {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #6a6f82;
}

.footer__politic a {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #6a6f82;
}

.footer__develop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #6a6f82;
}

.contacts {
    padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px);
}

.contacts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1920 - 375), 60px);
}

@media (max-width: 992px) {
    .contacts__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

.contacts__info {
    width: 100%;
    max-width: 496px; /* 496/1620 */
}

@media (max-width: 992px) {
    .contacts__info {
        max-width: 100%;
    }
}

.contacts__info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1920 - 375), 40px);
    color: #000;
    margin-bottom: 20px;
    line-height: normal;
}

.contacts__address {
    margin-bottom: 30px;
}

.contacts__address-title {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #848586;
    margin-bottom: clamp(5px, 5px + (15 - 5) * (100vw - 375px) / (1920 - 375), 15px);
}

.contacts__address-text {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #000;
    margin-bottom: clamp(5px, 5px + (15 - 5) * (100vw - 375px) / (1920 - 375), 15px);
}

.contacts__call-us {
    margin-bottom: 30px;
}

.contacts__call-us-title {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #848586;
    margin-bottom: clamp(5px, 5px + (15 - 5) * (100vw - 375px) / (1920 - 375), 15px);
}

.contacts__call-us-phone {
    margin-bottom: clamp(5px, 5px + (15 - 5) * (100vw - 375px) / (1920 - 375), 15px);
}

.contacts__call-us-phone a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #000;
}

.contacts__communication-title {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #848586;
    margin-bottom: clamp(5px, 5px + (15 - 5) * (100vw - 375px) / (1920 - 375), 15px);
}

.contacts__communication-email {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #000;
    margin-bottom: clamp(5px, 5px + (15 - 5) * (100vw - 375px) / (1920 - 375), 15px);
}

.contacts__communication-email a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.contacts__communication-site {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #000;
    margin-bottom: clamp(5px, 5px + (15 - 5) * (100vw - 375px) / (1920 - 375), 15px);
}

.contacts__communication-site a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    line-height: 120%;
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.contacts__map {
    width: 100%;
    max-width: 57.839506%; /* 937/1620 */
}

@media (max-width: 992px) {
    .contacts__map {
        display: none;
    }
}

.contacts__map-mob {
    display: none;
}

@media (max-width: 992px) {
    .contacts__map-mob {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
}

.contacts__form-info {
    width: 100%;
    max-width: 40.925926%; /* 663/1620 */
    background: url("/local/templates/regional_systems/css/../img/bg-6.svg") no-repeat top;
    background-size: cover;
    padding: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px);
    border-radius: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px);
}

@media (max-width: 992px) {
    .contacts__form-info {
        max-width: 100%;
    }
}

.contacts__form-info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.contacts__form-info p {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / (1920 - 375), 20px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.contacts__form-info img {
    border-radius: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px);
}

.contacts__form {
    width: 100%;
    max-width: 57.839506%; /* 937/1620 */
    background: #fff;
    padding: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px);
    border-radius: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px);
}

@media (max-width: 992px) {
    .contacts__form {
        max-width: 100%;
    }
}

.contacts__form h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
}

.contacts__form p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / (1920 - 375), 20px);
    color: #000;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.contacts__form-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 0px;
    margin-bottom: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
    gap: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px) clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
}

@media (max-width: 480px) {
    .contacts__form-inputs {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        gap: 20px;
    }
}

.contacts__form-input input {
    width: 100%;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #777;
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px);
}

.contacts__form-input input::-webkit-input-placeholder {
    color: #777;
}

.contacts__form-input input::-moz-placeholder {
    color: #777;
}

.contacts__form-input input:-ms-input-placeholder {
    color: #777;
}

.contacts__form-input input::-ms-input-placeholder {
    color: #777;
}

.contacts__form-input input::placeholder {
    color: #777;
}

.contacts__form-textarea {
    margin-bottom: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
}

.contacts__form-textarea textarea {
    width: 100%;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #777;
    border: 1px solid #ccc;
    border-radius: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px);
    padding: 15px 20px;
}

.contacts__form-textarea textarea::-webkit-input-placeholder {
    color: #777;
}

.contacts__form-textarea textarea::-moz-placeholder {
    color: #777;
}

.contacts__form-textarea textarea:-ms-input-placeholder {
    color: #777;
}

.contacts__form-textarea textarea::-ms-input-placeholder {
    color: #777;
}

.contacts__form-textarea textarea::placeholder {
    color: #777;
}

.contacts__form-file-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1920 - 375), 50px);
    margin-bottom: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
}

.contacts__form-file {
    position: relative;
    display: inline-block;
}

.contacts__form-file input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    opacity: 0;
}

.contacts__form-file label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 6px;
    cursor: pointer;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #777;
}

.contacts__form-file-desc {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #999ea6;
}

.contacts__form-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.contacts__form-button input {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 15px;
    display: block;
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    max-width: 250px;
    cursor: pointer;
}

.contacts__form-button input:hover {
    background-color: #3531ff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.contacts__form-button p {
    width: 100%;
    max-width: 431px;
    font-weight: 400;
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 375px) / (1920 - 375), 14px);
    line-height: 120%;
    color: #999ea6;
    margin-bottom: 0;
}

.blog {
    padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px);
}

@media (max-width: 768px) {
    .blog.blog__detail-page .blog__sidebar {
        display: none;
    }
}

.blog h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1920 - 375), 40px);
    color: #000;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.blog__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .blog__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

.blog__sidebar {
    width: 100%;
    max-width: 390px;
}

@media (max-width: 768px) {
    .blog__sidebar {
        max-width: 100%;
    }
}

.blog__sidebar-advertising {
    background: url("/local/templates/regional_systems/css/../img/bg-7.svg") no-repeat top;
    background-size: cover;
    padding: 15px 15px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.blog__sidebar-advertising-date {
    background: rgba(255, 255, 255, 0.3);
    border-radius: clamp(2px, 2px + (5 - 2) * (100vw - 375px) / (1920 - 375), 5px);
    padding: clamp(5px, 5px + (10 - 5) * (100vw - 375px) / (1920 - 375), 10px) clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    color: #fff;
    line-height: normal;
    margin-bottom: 15px;
    max-width: 105px;
}

.blog__sidebar-advertising-name {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    color: #fff;
    margin-bottom: 15px;
}

.blog__sidebar-advertising-text {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #fff;
    margin-bottom: clamp(20px, 20px + (25 - 20) * (100vw - 375px) / (1920 - 375), 25px);
}

.blog__sidebar-advertising-text p {
    margin-bottom: 15px;
}

.blog__sidebar-advertising-text p:last-child {
    margin-bottom: 0;
}

.blog__sidebar-advertising-text p a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.blog__sidebar-advertising-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
}

.blog__sidebar-advertising-item {
    width: 100%;
}

.blog__sidebar-top-news {
    background: #fff;
    border-radius: 10px;
    padding: clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px) clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1920 - 375), 30px);
}

@media (max-width: 768px) {
    .blog__sidebar-top-news {
        display: none;
    }
}

.blog__sidebar-top-news h3 {
    font-weight: 700;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    color: #000;
    line-height: normal;
    margin-bottom: 20px;
}

.blog__sidebar-top-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
}

.blog__sidebar-top-news-item:last-child {
    margin-bottom: 0;
}

.blog__sidebar-top-news-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog__sidebar-advertising-item-num {
    font-weight: 700;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #006ae9;
    line-height: normal;
}

.blog__sidebar-advertising-item-info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    color: #414141;
    line-height: normal;
}

.blog__sidebar-advertising-item-info p span {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #a9a9a9;
}

.blog__items-block {
    width: 100%;
    max-width: 74.753086%; /* 1211/1620 */
}

@media (max-width: 768px) {
    .blog__items-block {
        max-width: 100%;
    }
}

.blog__items {
    margin-bottom: 20px;
}

.blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(15px, 15px + (40 - 15) * (100vw - 375px) / (1920 - 375), 40px) clamp(0px, 0px + (40 - 0) * (100vw - 375px) / (1920 - 375), 40px);
    background: #fff;
    border-radius: 10px;
    padding: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px) clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 992px) {
    .blog__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

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

.blog__item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog__item-img {
    width: 100%;
    max-width: 370px;
    border-radius: 5px;
}

.blog__item-img img {
    border-radius: 5px;
}

.blog__item-info {
    width: 100%;
}

.blog__item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #353a53;
    margin-bottom: 15px;
}

.blog__item-name {
    font-weight: bold;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    line-height: 130%;
    color: #000;
    line-height: normal;
    margin-bottom: 15px;
}

.blog__item-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: #006ae9;
    line-height: normal;
    margin-bottom: clamp(0px, 0px + (47 - 0) * (100vw - 375px) / (1920 - 375), 47px);
}

.blog__item-specialist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
}

@media (max-width: 768px) {
    .blog__item-specialist {
        display: none;
    }
}

.blog__item-specialist-mob {
    display: none;
}

@media (max-width: 768px) {
    .blog__item-specialist-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 5px;
    }
}

.blog__item-specialist-img {
    width: 100%;
    max-width: 70px;
}

.blog__item-specialist-info {
    width: 100%;
}

.blog__item-specialist-name-job-title {
    font-weight: 700;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
}

.blog__item-specialist-name-job-title span {
    font-weight: 400;
}

.blog__paginations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
}

.blog__pagination a {
    border: 1px solid #e5eeff;
    padding: 5px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #000;
}

.blog__pagination span {
    border: 1px solid #e5eeff;
    padding: 5px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background: #006ae9;
}

.vacancy.block-9 {
    padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px);
}

.vacancy.block-9 h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1920 - 375), 40px);
    color: #000;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.blog__detail {
    width: 100%;
    max-width: 74.753086%; /* 1211/1620 */
}

@media (max-width: 768px) {
    .blog__detail {
        max-width: 100%;
    }
}

.blog__detail-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px) clamp(0px, 0px + (50 - 0) * (100vw - 375px) / (1920 - 375), 50px);
    margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

@media (max-width: 1024px) {
    .blog__detail-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px) clamp(0px, 0px + (50 - 0) * (100vw - 375px) / (1920 - 375), 50px);
    }
}

@media (max-width: 768px) {
    .blog__detail-block {
        margin-bottom: 0;
    }
}

.blog__detail-block h2 {
    display: none;
}

@media (max-width: 768px) {
    .blog__detail-block h2 {
        display: block;
        font-weight: 400;
        font-size: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / (1920 - 375), 32px);
        color: #000;
        line-height: normal;
        margin-bottom: 0;
    }
}

.blog__detail-img {
    width: 100%;
    max-width: 49.586777%; /* 600/1210 */
}

@media (max-width: 1024px) {
    .blog__detail-img {
        max-width: 100%;
    }
}

.blog__detail-info {
    width: 100%;
    max-width: 46.280992%; /* 560/1210 */
}

@media (max-width: 1024px) {
    .blog__detail-info {
        max-width: 100%;
    }
}

.blog__detail-info h2 {
    font-weight: 400;
    font-size: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / (1920 - 375), 32px);
    color: #000;
    line-height: normal;
    margin-bottom: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
    display: block;
}

@media (max-width: 768px) {
    .blog__detail-info h2 {
        display: none;
    }
}

.blog__detail-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #353a53;
    margin-bottom: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1920 - 375), 20px);
}

@media (max-width: 768px) {
    .blog__detail-date {
        display: none;
    }
}

.blog__detail-date-mob {
    display: none;
}

@media (max-width: 768px) {
    .blog__detail-date-mob {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 10px;
        font-weight: 400;
        font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
        line-height: 120%;
        color: #353a53;
        margin-bottom: 0;
    }
}

.blog__detail-specialist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
}

@media (max-width: 768px) {
    .blog__detail-specialist {
        display: none;
    }
}

.blog__detail-specialist-mob {
    display: none;
}

@media (max-width: 768px) {
    .blog__detail-specialist-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 5px;
        margin-top: 20px;
    }
}

.blog__detail-specialist-img {
    width: 100%;
    max-width: 70px;
}

.blog__detail-specialist-info {
    width: 100%;
}

.blog__detail-specialist-name-job-title {
    font-weight: 700;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
}

.blog__detail-specialist-name-job-title span {
    font-weight: 400;
}

.blog__detail-text {
    font-weight: 400;
    font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
    line-height: 120%;
    color: #353a53;
}

.blog__detail-text p {
    margin-bottom: 15px;
}

.blog__detail-text p:last-child {
    margin-bottom: 0;
}

.work {
    margin-bottom: clamp(50px, 50px + (60 - 50) * (100vw - 375px) / (1920 - 375), 60px);
}

.work__block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .work__block-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.work__block-1-info {
    width: 100%;
    max-width: 663px;
}

.work__block-1-info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1920 - 375), 40px);
    color: #000;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.work__block-1-info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    color: #353a53;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.work__block-1-tegs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px) clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.work__block-1-teg {
    font-weight: 400;
    font-size: clamp(12px, 12px + (18 - 12) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    color: #006ae9;
    border: 1px solid #006ae9;
    border-radius: 5px;
    padding: clamp(5px, 5px + (5 - 5) * (100vw - 375px) / (1920 - 375), 5px) clamp(10px, 10px + (15 - 10) * (100vw - 375px) / (1920 - 375), 15px);
}

.work__block-1-gallery {
    width: 100%;
    max-width: 690px;
}

@media (max-width: 768px) {
    .work__block-1-gallery {
        display: none;
    }
}

.work__block-1-gallery-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 15px;
}

.work__block-1-gallery-column {
    height: 630px; /* 2 картинки по 300px + gap 15px */
    overflow: hidden;
    position: relative;
}

.work__block-1-gallery-column img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work__block-1-gallery-slider-block {
    display: none;
}

@media (max-width: 768px) {
    .work__block-1-gallery-slider-block {
        display: block;
        width: 100%;
    }
}

.work__block-1-gallery-slider {
    margin-bottom: 10px;
}

.work__block-1-gallery-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 460px;
}

.work__block-1-gallery-slide img {
    -o-object-fit: cover;
    object-fit: cover;
}

.work__block-1-gallery-thumbs-block {
    position: relative;
}

.work__block-1-gallery-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 106px;
    min-height: 106px;
}

.work__block-1-gallery-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
}

.work__block-1-gallery-thumbs-arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    z-index: 5;
}

.gallery-column-content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.work-events {
    background: #0d1c53;
    padding: clamp(40px, 40px + (80 - 40) * (100vw - 375px) / (1920 - 375), 80px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
}

.work-events__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .work-events__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.work-events__info {
    width: 100%;
    max-width: 46.111111%; /* 747/1620 */
}

@media (max-width: 768px) {
    .work-events__info {
        max-width: 100%;
    }
}

.work-events__info h2 {
    font-weight: 400;
    font-size: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
    color: #fff;
    font-family: "Play", sans-serif;
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.work-events__info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    color: #dadeeb;
    line-height: normal;
    margin-bottom: 15px;
}

.work-events__desc {
    border-radius: 10px;
    padding: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px) clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    background: rgba(12, 83, 222, 0.19);
    margin-top: clamp(30px, 30px + (40 - 30) * (100vw - 375px) / (1920 - 375), 40px);
}

.work-events__desc h3 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.work-events__desc p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #dadeeb;
}

.work-events__slider-block {
    width: 100%;
    max-width: 49.382716%; /* 800/1620 */
}

@media (max-width: 768px) {
    .work-events__slider-block {
        max-width: 100%;
    }
}

.work-events__slider-video {
    margin-bottom: 20px;
}

.work-events__slide-video {
    position: relative;
}

.work-events__slide-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-events__video-sound {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    z-index: 10;
    background: url("/local/templates/regional_systems/css/../img/video-on.svg") no-repeat;
    cursor: pointer;
}

.work-events__slider-arrows-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px) clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1920 - 375), 20px);
}

@media (max-width: 480px) {
    .work-events__slider-arrows-contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.work-events__slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
    max-width: 120px;
}

.work-events__slider-arrow-prev {
    width: 100%;
    max-width: 15px;
    cursor: pointer;
}

.work-events__slider-counts {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 18px + (18 - 18) * (100vw - 375px) / (1920 - 375), 18px);
    color: #fff;
    line-height: normal;
    width: 100%;
    text-align: center;
}

.work-events__slider-arrow-next {
    width: 100%;
    max-width: 15px;
    cursor: pointer;
}

.work-events__slider-contents {
    width: 100%;
    max-width: 600px;
}

.work-events__slide-content h5 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.work-events__slide-content p {
    font-weight: 400;
    font-size: 18px;
    color: #8e94b1;
    line-height: normal;
}

.work-accardion {
    padding: clamp(50px, 50px + (60 - 50) * (100vw - 375px) / (1920 - 375), 60px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(70px, 70px + (190 - 70) * (100vw - 375px) / (1920 - 375), 190px);
}

.work-accardion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: clamp(40px, 40px + (50 - 40) * (100vw - 375px) / (1920 - 375), 50px);
}

.work-accardion__header h2 {
    width: 100%;
    max-width: 662px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (36 - 20) * (100vw - 375px) / (1920 - 375), 36px);
    color: #000;
    line-height: normal;
}

.work-accardion__header-text {
    width: 100%;
    max-width: 780px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
}

.work-accardion__header-text p {
    margin-bottom: 15px;
}

.work-accardion__header-text p:last-child {
    margin-bottom: 0;
}

.work-accardion__item {
    margin-bottom: 10px;
}

.work-accardion__item:last-child {
    margin-bottom: 0;
}

.work-accardion__item:hover .work-accardion__item-name {
    display: none;
}

.work-accardion__item:hover .work-accardion__item-content-block {
    display: block;
}

.work-accardion__item-name {
    font-family: "Play", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-weight: 400;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    color: #09237d;
    line-height: normal;
    background: #dce2f2;
    padding: 20px 30px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .work-accardion__item-name {
        border-radius: 5px;
        padding: 15px;
    }
}

.work-accardion__item-name svg {
    border-radius: 9px;
    padding: 7px;
    background: #fff;
}

.work-accardion__item-content-block {
    display: none;
}

.work-accardion__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .work-accardion__item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.work-accardion__item-info {
    width: 100%;
    max-width: 59.259259%; /* 960/1620 */
    border-radius: 10px 0 0 10px;
    background: #09237d;
    padding: 30px 80px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .work-accardion__item-info {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .work-accardion__item-info {
        max-width: 100%;
        border-radius: 0;
        padding: 15px;
    }
}

.work-accardion__item-info h4 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
}

.work-accardion__item-info p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #dadeeb;
}

.work-accardion__item-img {
    width: 100%;
    max-width: 40.740741%; /* 660/1620 */
}

@media (max-width: 768px) {
    .work-accardion__item-img {
        max-width: 100%;
    }
}

.directions-block-1 {
    padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(50px, 50px + (60 - 50) * (100vw - 375px) / (1920 - 375), 60px);
}

.directions-block-1__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .directions-block-1__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

.directions-block-1__info {
    width: 100%;
    max-width: 40.925926%; /* 663/1620 */
}

@media (max-width: 768px) {
    .directions-block-1__info {
        max-width: 100%;
    }
}

.directions-block-1__info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1920 - 375), 40px);
    color: #000;
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.directions-block-1__info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    color: #353a53;
    line-height: normal;
}

.directions-block-1__button {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.directions-block-1__button a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #0e51ff;
    border-radius: 10px;
    padding: 15.5px 16px;
    display: block;
    max-width: 250px;
}

@media (max-width: 768px) {
    .directions-block-1__button a {
        max-width: 100%;
    }
}

.directions-block-1__video {
    width: 100%;
    max-width: 49.382716%; /* 800/1620 */
    border-radius: 10px;
}

@media (max-width: 768px) {
    .directions-block-1__video {
        max-width: 100%;
    }
}

.directions-block-1__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.directions-block-2 {
    background: -webkit-gradient(linear, left bottom, left top, from(#0d1c53), color-stop(50.5%, #003c83));
    background: linear-gradient(0deg, #0d1c53 0%, #003c83 50.5%);
    padding: clamp(50px, 50px + (60 - 50) * (100vw - 375px) / (1920 - 375), 60px) clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1920 - 375), 60px);
    margin-bottom: clamp(50px, 50px + (60 - 50) * (100vw - 375px) / (1920 - 375), 60px);
}

.directions-block-2__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .directions-block-2__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

.directions-block-2__img {
    width: 100%;
    max-width: 43.209877%; /* 700/1620 */
}

@media (max-width: 768px) {
    .directions-block-2__img {
        max-width: 100%;
    }
}

.directions-block-2__img img {
    width: 100%;
}

.directions-block-2__info {
    width: 100%;
    max-width: 49.382716%; /* 800/1620 */
    border-radius: 10px;
    padding: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px) clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    background: rgba(12, 83, 222, 0.19);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .directions-block-2__info {
        max-width: 100%;
    }
}

.directions-block-2__info h3 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.directions-block-2__info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #dadeeb;
}

.directions-block-3 {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .directions-block-3 {
        display: none;
    }
}

.directions-block-3__img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.directions-block-3__info h3 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 24px + (32 - 24) * (100vw - 375px) / (1920 - 375), 32px);
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
}

.directions-block-3__info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
    margin-bottom: 15px;
}

.directions-block-3__button {
    margin-top: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
}

.directions-block-3__button a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #0e51ff;
    border-radius: 10px;
    padding: 15.5px 16px;
    display: block;
    max-width: 250px;
}

@media (max-width: 768px) {
    .directions-block-3__button a {
        max-width: 100%;
    }
}

.directions-block-4 {
    margin-bottom: clamp(70px, 70px + (80 - 70) * (100vw - 375px) / (1920 - 375), 80px);
}

@media (max-width: 768px) {
    .directions-block-4 {
        display: none;
    }
}

.directions-block-4__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .directions-block-4__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

.directions-block-4__item {
    width: 100%;
    max-width: 48.148148%; /* 780/1620 */
}

@media (max-width: 768px) {
    .directions-block-4__item {
        max-width: 100%;
    }
}

.directions-block-4__item-img {
    margin-bottom: 20px;
    border-radius: 10px;
}

.directions-block-4__item-img img {
    border-radius: 10px;
}

.directions-block-4__item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1920 - 375), 24px);
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
}

.directions-block-4__item-text {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
}

.directions-block-4__item-text p {
    margin-bottom: 15px;
}

.directions-block-4__item-text p:last-child {
    margin-bottom: 0;
}

.directions-block-5 {
    position: relative;
}

.directions-block-5__video {
    width: 100%;
    max-height: 1000px;
    min-height: 1000px;
}

@media (max-width: 768px) {
    .directions-block-5__video {
        max-height: 666px;
        min-height: 666px;
    }
}

.directions-block-5__video video {
    width: 100%;
    height: 100%;
    max-height: 1000px;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 1000px;
}

@media (max-width: 768px) {
    .directions-block-5__video video {
        max-height: 666px;
        min-height: 666px;
    }
}

.directions-block-5__info {
    padding: clamp(40px, 40px + (100 - 40) * (100vw - 375px) / (1920 - 375), 100px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.directions-block-5__info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1920 - 375), 40px);
    text-align: center;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px;
}

.directions-block-5__info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    text-align: center;
    color: #9fa8d9;
    max-width: 700px;
    margin: 0 auto;
}

.directions-block-5__reviews-slider {
    margin-top: clamp(40px, 40px + (50 - 40) * (100vw - 375px) / (1920 - 375), 50px);
    position: relative;
    overflow: hidden;
}

.directions-block-5__reviews-arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -37px;
    width: calc(100% + 72px);
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.directions-block-5__reviews-arrow-prev {
    cursor: pointer;
}

.directions-block-5__reviews-arrow-next {
    cursor: pointer;
}

.directions-block-5__review {
    border-radius: 10px;
    padding: 20px 30px 30px 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 358px;
}

@media (max-width: 768px) {
    .directions-block-5__review {
        border-radius: 5px;
        padding: 15px 15px 20px 15px;
        min-height: 305px;
    }
}

.directions-block-5__review-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.directions-block-5__review-text {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
}

.directions-block-5__review-autor {
    margin-top: auto;
    font-weight: 700;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #353a53;
}

.directions-block-5__review-autor span {
    font-weight: 400;
}

.directions-block-5__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.directions-block-5__dots span {
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 0;
    width: 90px;
    height: 2px;
}

.directions-block-5__dots span.swiper-pagination-bullet-active {
    background: #fff !important;
}

.about-block-1 {
    padding: clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1920 - 375), 50px);
}

.about-block-1__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 768px) {
    .about-block-1__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 5px;
    }
}

.about-block-1__info {
    width: 100%;
    max-width: 663px;
}

.about-block-1__info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1920 - 375), 40px);
    color: #000;
    line-height: normal;
    margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1920 - 375), 20px);
}

.about-block-1__info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    color: #353a53;
    line-height: normal;
}

.about-block-1__items {
    width: 100%;
    max-width: 663px;
}

@media (max-width: 768px) {
    .about-block-1__items {
        display: none;
    }
}

.about-block-1__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 20px;
}

.about-block-1__item:last-child {
    margin-bottom: 0;
}

.about-block-1__item-title {
    font-weight: 400;
    font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1920 - 375), 16px);
    color: #999db0;
    line-height: normal;
    margin-bottom: 3px;
}

.about-block-1__item-text {
    font-weight: 400;
    font-size: 18px;
    color: #353a53;
    line-height: normal;
}

.about-block-4 {
    position: relative;
    z-index: 5;
}

.about-block-4__images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
}

@media (max-width: 992px) {
    .about-block-4__images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .about-block-4__images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 5px;
    }
}

.about-block-4__image {
    border-radius: 20px;
}

.about-block-4__image img {
    border-radius: 20px;
}

.about-block-2 {
    background: #000;
    overflow: hidden;
    margin-top: -200px;
}

.about-block-2__floating-element {
    position: absolute;
    will-change: transform; /* Оптимизация для анимации */
}

.about-block-2__images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    width: 100%;
}

.about-block-2__image {
    border-radius: 20px;
}

.about-block-2__image img {
    border-radius: 20px;
}

.about-block-2__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: clamp(35px, 35px + (70 - 35) * (100vw - 375px) / (1920 - 375), 70px);
    padding-top: 300px;
}

@media (max-width: 992px) {
    .about-block-2__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .about-block-2__flex {
        padding-top: 235px;
    }
}

.about-block-2__info {
    width: 100%;
    max-width: 700px;
}

.about-block-2__info h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.about-block-2__info h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.about-block-2__info p {
    font-weight: 400;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 120%;
    color: #8e94b1;
    margin-bottom: 15px;
}

.about-block-2__button {
    margin-top: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.about-block-2__button a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #0e51ff;
    border-radius: 10px;
    padding: 15.5px 16px;
    display: block;
    max-width: 250px;
}

.about-block-2__columns {
    width: 100%;
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .about-block-2__columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 15px;
    }
}

.about-block-2__column {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 -30px 50px 0 rgba(255, 255, 255, 0.1);
    background: rgba(12, 83, 222, 0.19);
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 250px;
}

@media (max-width: 768px) {
    .about-block-2__column {
        min-height: 117px;
    }
}

.about-block-2__column-1 {
    grid-area: 1/1/2/3;
}

@media (max-width: 768px) {
    .about-block-2__column-1 {
        grid-area: auto;
    }
}

.about-block-2__column-2 {
    grid-area: 1/3/2/4;
    background: url("/local/templates/regional_systems/css/../img/img-12.jpg") no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .about-block-2__column-2 {
        grid-area: auto;
    }
}

.about-block-2__column-3 {
    grid-area: 2/1/3/2;
}

@media (max-width: 768px) {
    .about-block-2__column-3 {
        grid-area: auto;
    }
}

.about-block-2__column-4 {
    grid-area: 2/2/3/4;
}

@media (max-width: 768px) {
    .about-block-2__column-4 {
        grid-area: auto;
    }
}

.about-block-2__column-count {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 32px + (48 - 32) * (100vw - 375px) / (1920 - 375), 48px);
    text-align: center;
    color: #fff;
    line-height: normal;
    margin-bottom: 8px;
}

.about-block-2__column-desc {
    font-weight: bold;
    font-size: clamp(12px, 12px + (18 - 12) * (100vw - 375px) / (1920 - 375), 18px);
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.about-block-2__slider {
    background: #006ae9;
}

.about-block-3 {
    background: #000000;
    padding: clamp(50px, 50px + (130 - 50) * (100vw - 375px) / (1920 - 375), 130px) clamp(0px, 0px + (0 - 0) * (100vw - 375px) / (1920 - 375), 0px) clamp(70px, 70px + (234 - 70) * (100vw - 375px) / (1920 - 375), 234px);
}

.about-block-3__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: clamp(40px, 40px + (120 - 40) * (100vw - 375px) / (1920 - 375), 120px);
}

@media (max-width: 768px) {
    .about-block-3__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
    }
}

.about-block-3__header h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1920 - 375), 24px);
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}

.about-block-3__header h2 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1920 - 375), 32px);
    color: #fff;
    line-height: normal;
}

.about-block-3__title {
    width: 100%;
    max-width: 663px;
}

.about-block-3__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
    max-width: 652px;
}

.about-block-3__slider .swiper-slide {
    width: auto; /* или фиксированная ширина, например: width: 200px; */
}

.about-block-3__slide-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 0px;
}

.about-block-3__slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.about-block-3__slider-dots span {
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 0;
    width: 90px;
    height: 2px;
}

.about-block-3__slider-dots span.swiper-pagination-bullet-active {
    background: #fff !important;
}

.directions-slider-all {
    display: none;
}

@media (max-width: 768px) {
    .directions-slider-all {
        display: block;
    }
}

.directions-slider-block {
    margin-bottom: 50px;
}

.directions-slider-1-arrows {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.directions-slider-2-arrows {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.block-1 .hidden-text {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.block-1 .visible {
    display: block;
    opacity: 1;
}

.block-1 .toggle-span {
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
}

.header-mobile-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
}

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

.header-mobile {
    background: #f6f6f8;
    width: 100%;
    padding-bottom: 30px;
}

.header-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 5px 20px;
    border-bottom: 1px solid #d6d6d6;
}

.header-mobile-menu {
    padding: 50px 20px;
}

.header-mobile-menu ul li {
    margin-bottom: 30px;
}

.header-mobile-menu ul li:last-child {
    margin-bottom: 0px;
}

.header-mobile-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #353a53;
    font-family: "Play", sans-serif;
    line-height: normal;
}

.header-mobile-join {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 50px;
}

.header-mobile-join h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: normal;
    font-family: "Play", sans-serif;
    margin-bottom: 10px;
}

.header-mobile-join p {
    font-weight: 400;
    font-size: 14px;
    color: #353a53;
    line-height: normal;
    font-family: "Play", sans-serif;
    margin-bottom: 30px;
}

.header-mobile-button a {
    font-weight: 400;
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
    text-align: center;
    color: #fff;
    background-color: #316bff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 14px 15px;
    display: block;
    width: 100%;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    max-width: 250px;
}

.header-mobile-button a:hover {
    background-color: #3531ff;
    background-blend-mode: overlay;
    background-image: radial-gradient(163.33% 163.33% at 50% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.header-mobile-contacts {
    padding: 0 20px;
}

.header-mobile-contact-address-block {
    margin-bottom: 30px;
}

.header-mobile-contact-address-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #848586;
    margin-bottom: 5px;
}

.header-mobile-contact-address-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #848586;
    margin-bottom: 5px;
}

.header-mobile-contact-address p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 5px;
}

.header-mobile-contact-phone-block {
    margin-bottom: 30px;
}

.header-mobile-contact-phone-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #848586;
    margin-bottom: 5px;
}

.header-mobile-contact-phone p {
    margin-bottom: 5px;
}

.header-mobile-contact-phone p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 5px;
}

.header-mobile-contact-connection-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #848586;
    margin-bottom: 5px;
}

.header-mobile-contact-connection p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 5px;
}

.header-mobile-contact-connection p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 5px;
}

.contacts__form-accept {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    cursor: pointer;
    margin-bottom: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1920 - 375), 30px);
}

.contacts__form-accept input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.contacts__form-accept input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM5 5V19H19V5H5ZM11.0026 16L6.75999 11.7574L8.17421 10.3431L11.0026 13.1716L16.6595 7.51472L18.0737 8.92893L11.0026 16Z' fill='%23316bff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 18px;
    height: 18px;
}

.contacts__form-accept label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    cursor: pointer;
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
    font-weight: 400;
    line-height: 120%;
    color: #777;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contacts__form-accept label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #316bff;
    border-radius: 4px;
    background-color: transparent;
}

.success-message {
    display: none;
}

.success-message.show {
    display: block;
    background: #ffffff;
    color: green;
    padding: 15px;
    margin-bottom: 30px;
}

.success-message-2 {
    display: none;
}

.success-message-2.show {
    display: block;
    background: #3531ff;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

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

@media (max-width: 767px) {
    .modal__flex {
        align-items: flex-start;
        overflow-y: auto;
    }
}

.modal__block {
    width: 100%;
    max-width: 800px;
}

.modal__block .block-10__feedback-form {
    max-width: 100%;
    padding: 20px 35px 50px;
    background: #006ae9;
}

@media (max-width: 768px) {
    .modal__block .block-10__feedback-form {
        display: block;
    }
}

.modal__close {
    display: flex;
    justify-content: right;
    cursor: pointer;
    margin-bottom: 20px;
}
/* End */
/* /local/templates/regional_systems/css/normalize.css?17534511406138 */
/* /local/templates/regional_systems/css/styles.css?1754638882178097 */
