@charset "UTF-8";
/* stylelint-disable no-invalid-position-at-import-rule */
:root {
  --base-size: 1vw;
  --tr: 0.3s;
  --tr-regular: all var(--tr) ease;
  --p-container: 1.5rem;
  --w-container: 120rem;
  --z-above-header: 103;
  --z-burger: 102;
  --z-header: 100;
  --z-main: 99;
  --z-footer: 100;
  --tr-jolly-enter: cubic-bezier(0.5, 0, 0.5, 1);
  --gap: 3rem;
  --fz-regular: 1.8rem;
  --fz-secondary: 1.4rem;
  --fz-third: 1.5rem;
  --fz-4: 1.6rem;
  --fz-h1: 6rem;
  --fz-h2: 5rem;
  --fz-h3: 2.8rem;
  --fz-h4: 2.3rem;
  --fz-h5: 2rem;
  --fz-h6: 1.8rem;
  --letter-spacing: -0.05rem;
  --p-margin: 2.5rem;
}
@media (max-width: 991px) {
  :root {
    --p-container: 2.4rem;
  }
}
@media (max-width: 575px) {
  :root {
    --p-container: 1rem;
  }
}
@media (max-width: 991px) {
  :root {
    --w-container: 100%;
  }
}
@media (max-width: 575px) {
  :root {
    --fz-regular: 1.4rem;
    --fz-secondary: 1.2rem;
    --fz-third: 1.4rem;
    --fz-4: 1.4rem;
    --fz-h2: 2.4rem;
    --fz-h3: 2.4rem;
    --fz-h5: 1.8rem;
    --p-margin: 1rem;
  }
}

:root {
  --fg-regular: #1E222E;
  --fg-regular-opacity: .8;
  --fg-secondary: #12528C;
  --fg-app-light: #FEFFFC;
  --fg-app-dark: #0F100C;
  --bg-app-light: #FFF;
  --bg-app-dark: #F7F7F7;
  --bg-app-dark-secondary: #DCE8F5;
  --fg-link-regular: #12528C;
  --fg-link-secondary: #FFF;
  --fg-button-primary: #FFF;
  --bg-button-primary: #12528C;
  --fg-button-secondary: #1666AF;
  --bg-button-secondary: #fff;
  --bg-swiper-arrow: #fff;
  --bg-swiper-dot: #fff;
  --bg-swiper-dot-active: #1666AF;
}

/* stylelint-disable scss/operator-no-newline-after */
/*
  Подключает шфрит
  @include font('Inter', normal, 400, '../resources/fonts/Inter/Inter-Regular');
 */
/*
  Создает грид
 */
/*
  Делает маску из svg
 */
/*

  SCSS ONLY MIXINS

 */
/*
  Генерирует цвет по указанной яркости
*/
/*
  Создать цвет rgba из hex
*/
/*
 Кастомизирует скроллбар
*/
/*
    1. Use a more-intuitive box-sizing model.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*
    2. Remove default margin
 */
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

/*
    3. Allow percentage-based heights in the application
*/
html,
body {
  width: 100%;
  height: 100%;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
 */
body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button:active {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

button {
  color: inherit;
  cursor: pointer;
  background: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style-position: inside;
}

/*
    6. Improve media defaults
 */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

img,
svg {
  object-fit: contain;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
*/
/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

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

@font-face {
  font-family: "Quasimoda";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../resources/fonts/quasimoda/Quasimoda-Regular.woff2") format("woff2"), url("../resources/fonts/quasimoda/Quasimoda-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Quasimoda";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("../resources/fonts/quasimoda/Quasimoda-Medium.woff2") format("woff2"), url("../resources/fonts/quasimoda/Quasimoda-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Quasimoda";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("../resources/fonts/quasimoda/Quasimoda-SemiBold.woff2") format("woff2"), url("../resources/fonts/quasimoda/Quasimoda-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Quasimoda";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("../resources/fonts/quasimoda/Quasimoda-SemiBold.woff2") format("woff2"), url("../resources/fonts/quasimoda/Quasimoda-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Quasimoda";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../resources/fonts/quasimoda/Quasimoda-Bold.woff2") format("woff2"), url("../resources/fonts/quasimoda/Quasimoda-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Quasimoda";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url("../resources/fonts/quasimoda/Quasimoda-ExtraBold.woff2") format("woff2"), url("../resources/fonts/quasimoda/Quasimoda-ExtraBold.woff") format("woff");
  font-display: swap;
}
html {
  overscroll-behavior: none;
  --fz-modifier: 0.520834;
  font-size: calc(var(--fz-modifier) * var(--base-size)) !important;
}
@media (max-width: 1919px) {
  html {
    --fz-modifier: 0.625;
  }
}
@media (max-width: 991px) {
  html {
    --fz-modifier: 1.323894;
  }
}
@media (max-width: 575px) {
  html {
    --fz-modifier: 2.666666;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 2.777777;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 3.125;
  }
}

:root {
  --ff-regular: "Quasimoda", sans-serif;
}

body {
  font-weight: 400;
  color: var(--fg-regular);
  font-family: var(--ff-regular);
  font-size: var(--fz-regular);
  line-height: 1.3;
}

body._lock {
  overflow: hidden;
  touch-action: none;
}

.container {
  max-width: calc(var(--w-container) + 2 * var(--p-container));
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--p-container);
  padding-right: var(--p-container);
}

.request__title {
  color: var(--bg-app-light)
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.item--center {
  position: relative;
}

.item--center > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section {
  padding: 10rem 0;
  font-size: 1rem;
}
@media (max-width: 575px) {
  .section {
    padding: 5rem 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}

h1 {
  font-size: var(--fz-h1) !important;
}

h2 {
  font-size: var(--fz-h2) !important;
}

h3 {
  font-size: var(--fz-h3) !important;
  line-height: 130%;
}

h4 {
  font-size: var(--fz-h4) !important;
}

h5 {
  font-size: var(--fz-h5) !important;
}

h6 {
  font-size: var(--fz-h6) !important;
  line-height: 125%;
}

p {
  font-size: var(--fz-regular);
  margin-bottom: var(--p-margin);
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  p {
    margin-bottom: 1rem;
  }
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
  letter-spacing: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #000;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bayan {
  overflow: hidden;
  transition: all 0.4s;
  --toggler-line-width: 100%;
  --toggler-line-height: 0.4rem;
  --closer-width: 3rem;
  --closer-height: 3rem;
}
@media (max-width: 991px) {
  .bayan {
    --closer-width: 1.6rem;
    --closer-height: 1.6rem;
    --toggler-line-height: 0.2rem;
  }
}

.bayan__top {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.bayan__bottom {
  transition: all 0.4s;
  opacity: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  grid-template-rows: 0fr;
  display: grid;
}

.bayan__bottom > * {
  min-height: 0;
  transition: var(--tr-regular);
}

.bayan:not(.bayan--opened) .bayan__bottom > * {
  padding-top: 0;
  padding-bottom: 0;
}

.bayan__bottom--absolute {
  position: absolute;
}

.bayan--opened > .bayan__bottom {
  opacity: 1;
  grid-template-rows: 1fr;
}

.bayan__toggler {
  position: relative;
  width: var(--closer-width, 3rem);
  min-width: var(--closer-width, 3rem);
  height: var(--closer-height, 3rem);
  transition: var(--tr);
  transform-origin: center;
}

.bayan__toggler:before,
.bayan__toggler:after {
  content: "";
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  background: var(--toggler-color, #000);
  transition: var(--tr);
  border-radius: 2rem;
}

.bayan__toggler:before {
  width: var(--toggler-line-width, 40%);
  min-width: var(--toggler-line-width, 40%);
  height: var(--toggler-line-height, 0.2rem);
}

.bayan__toggler:after {
  width: var(--toggler-line-height, 0.2rem);
  min-width: var(--toggler-line-height, 0.2rem);
  height: var(--toggler-line-width, 40%);
}

.bayan__toggler:before {
  transform: translate(-50%, -50%);
}

.bayan__toggler:after {
  transform: translate(-50%, -60%);
}

.bayan--opened .bayan__toggler:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bayan--opened .bayan__toggler:after {
  transform: translate(-50%, -60%) rotate(45deg);
}

.bayan--closer-minus.bayan--opened .bayan__toggler:before {
  transform: translate(-50%, -50%);
}

.bayan--closer-minus.bayan--opened .bayan__toggler:after {
  transform: translate(-50%, -62%) rotate(90deg);
}

.bayan--toggler-triangle .bayan__toggler {
  transform-origin: center;
}

.bayan--toggler-triangle .bayan__toggler::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.4rem 0 1.4rem;
  border-color: #000 transparent transparent transparent;
  transform: none;
  background: transparent;
}
@media (max-width: 413px) {
  .bayan--toggler-triangle .bayan__toggler::before {
    border-width: 1.5rem 0.9rem 0px 0.9rem;
  }
}

.bayan--toggler-triangle .bayan__toggler::after {
  display: none;
}

.bayan--opened > .bayan__top .bayan__toggler {
  transform: rotate(180deg);
}

.bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
  top: 0.7rem;
}
@media (max-width: 449px) {
  .bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
    top: -1.3rem;
  }
}
@media (max-width: 413px) {
  .bayan--toggler-triangle .bayan--opened .bayan__toggler::before {
    left: 1.4rem;
    top: 2.2rem;
  }
}

@media (max-width: 575px) {
  .swiper__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.5rem;
  }
  .swiper__nav .swiper__arrow--next {
    margin-left: 5rem;
  }
}
.swiper__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: var(--bg-swiper-arrow);
  border: none;
  z-index: 15;
  border-radius: 50%;
  min-width: 5rem;
  height: 5rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
}
.swiper__arrow > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper__arrow--next {
  left: auto;
  right: 0;
}

.swiper__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper__pagination .swiper-pagination-bullet {
  width: 1.13rem;
  height: 1.13rem;
  background-color: var(--bg-swiper-dot);
  margin-right: 0.726rem;
  border-radius: 50%;
}
.swiper__pagination .swiper-pagination-bullet-active {
  background-color: var(--bg-swiper-dot-active);
}

.section__text {
  --list-padding: 3.5rem;
  --list-top: 1.15rem;
}
.section__text ul, .section__text ol {
  margin: 0 0 var(--p-margin);
}
.section__text ul:last-child, .section__text ol:last-child {
  margin-bottom: 0;
}
.section__text ul li, .section__text ol li {
  font-size: var(--fz-regular);
  line-height: 150%;
}
.section__text ul li {
  position: relative;
  padding-left: var(--list-padding);
}
.section__text ul li:before {
  content: "";
  position: absolute;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: var(--fg-regular);
  left: 1.1rem;
  top: var(--list-top);
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block__header {
  margin-bottom: 7.8rem;
  text-align: center;
}
@media (max-width: 575px) {
  .block__header {
    margin-bottom: 3.5rem;
  }
}

.block__header-title {
  letter-spacing: var(--letter-spacing) !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  font-size: var(--fz-h2) !important;
  color: var(--fg-secondary) !important;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .block__header-title {
    letter-spacing: 0 !important;
  }
}

.block__header-text {
  margin-top: 2rem;
  line-height: 150%;
}
.block__header-text a {
  color: var(--fg-link-regular);
  text-decoration: underline;
}
@media (max-width: 991px) {
  .block__header-text br {
    display: none;
  }
}

.btn {
  display: inline-block;
  padding: 2.2rem 4.8rem !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  border-radius: 1.5rem !important;
  background-color: var(--bg-button-primary) !important;
  color: var(--fg-button-primary) !important;
  font-weight: 600;
  max-width: 100%;
  border: none !important;
  text-transform: none !important;
}
.btn._secondary {
  background-color: var(--bg-button-secondary) !important;
  color: var(--fg-button-secondary) !important;
}
@media (max-width: 575px) {
  .btn {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.btn:hover {
  background-color: #C0D7EF !important;
  color: var(--fg-button-secondary) !important;
}

.advantages-item {
  padding: 3rem 2.7rem 4.8rem 2.4rem;
  background-color: var(--bg-app-light);
  text-align: center;
  box-shadow: 0 3px 0 0 rgba(22, 102, 175, 0.1);
}
@media (max-width: 575px) {
  .advantages-item {
    padding: 3rem 3rem 3.2rem;
  }
}

.advantages-item__title {
  text-transform: uppercase;
  font-size: 2rem !important;
  letter-spacing: var(--letter-spacing) !important;
  font-weight: 700;
  margin: 0;
  color: var(--fg-secondary);
}
@media (max-width: 575px) {
  .advantages-item__title {
    font-size: 1.8rem !important;
  }
}

.advantages-item__media {
  margin-bottom: 1.6rem;
}
@media (max-width: 575px) {
  .advantages-item__media {
    font-size: 1.1rem;
  }
}

.advantages-item__media-img {
  max-height: 6rem;
  width: auto;
  margin: 0 auto;
}

.advantages-item__text {
  font-size: var(--fz-third);
  margin-top: 0.5rem;
  line-height: 120%;
  letter-spacing: var(--letter-spacing);
}

.advantages-item__text span {
  cursor: pointer;
  color: var(--fg-link-regular);
  text-decoration: underline;
}

.specializations-item {
  background-color: var(--bg-app-light);
  border-radius: 2.5rem 0 2.5rem 0;
  overflow: hidden;
}

.specializations-item__content {
  text-align: center;
  padding: 3.3rem 2.9rem 3.7rem;
}

.specializations-item__media {
  display: block;
}

.specializations-item__media-pic {
  height: 20.6rem;
  position: relative;
}
.specializations-item__media-pic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.specializations-item__title {
  display: block;
  text-transform: uppercase;
  font-size: 2.3rem;
  line-height: 100%;
  margin-bottom: 2rem;
  color: var(--color-card);
  font-weight: 600;
}

.specializations-item__list {
  display: flex;
  justify-content: center;
}
.specializations-item__list li {
  padding: 0 1.8rem;
  font-size: 1.5rem;
  line-height: 135%;
  position: relative;
  min-height: 4.8rem;
}
.specializations-item__list li:first-child {
  padding-left: 0;
}
.specializations-item__list li:last-child {
  padding-right: 0;
}
.specializations-item__list li:last-child:after {
  display: none;
}
.specializations-item__list li:after {
  content: "";
  position: absolute;
  right: -0.05rem;
  top: 0;
  width: 0.1rem;
  height: 4.8rem;
  background-color: var(--color-card);
}

.specializations-item__button {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

.specializations-item__link {
  padding: 1rem 2.9rem;
  border-radius: 1.5rem;
  background-color: var(--color-card);
  color: var(--bg-app-light) !important;
  font-size: 1.3rem;
  font-weight: 600;
}

.principles {
  display: flex;
  padding: 5rem 7.6rem 16rem;
  background-color: var(--bg-app-light);
  border-radius: 5rem 0 5rem 0;
  margin-top: 6.6rem;
}
@media (max-width: 575px) {
  .principles {
    flex-wrap: wrap;
    padding: 4rem 3rem 4.2rem;
  }
}

.principles__icon {
  min-width: 11.8rem;
}
@media (max-width: 575px) {
  .principles__icon {
    min-width: auto;
    max-width: 10rem;
  }
}

.principles__content {
  padding-left: 4.4rem;
}
@media (max-width: 575px) {
  .principles__content {
    padding-left: 0;
    margin-top: 2rem;
  }
}

.principles__text {
  opacity: 0.8;
  max-width: 76rem;
}

.principles__title {
  margin-bottom: 0.9rem !important;
  margin-top: 0 !important;
}
@media (max-width: 575px) {
  .principles__title {
    margin-bottom: 1.5rem !important;
  }
}

.request {
  padding: 3.2rem 5.9rem 3.2rem 5.4rem;
  background-color: var(--fg-secondary);
  color: var(--bg-app-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .request {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .request {
    padding: 5rem 3rem 5.2rem;
  }
}

.request__media {
  min-width: 14rem;
}
@media (max-width: 1099px) {
  .request__media {
    min-width: 12rem;
    max-width: 12rem;
  }
}
@media (max-width: 991px) {
  .request__media {
    margin: 0 auto 2.5rem;
    min-width: auto;
    max-width: none;
  }
  .request__media-img {
    min-width: 15rem;
  }
}

.request__content {
  max-width: 58rem;
}

.request__text {
  margin-top: 0.9rem;
  font-size: 1.6rem;
  line-height: 150%;
}
@media (max-width: 575px) {
  .request__text {
    font-size: var(--fz-regular);
  }
}

@media (max-width: 991px) {
  .request__button {
    margin-top: 3rem;
  }
}

.training-item {
  background-color: var(--bg-app-light);
}

.training-item__media-pic {
  min-height: 20.7rem;
  position: relative;
}
.training-item__media-pic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.training-item__content {
  text-align: center;
  padding: 3.5rem 3rem 3.8rem;
}
@media (max-width: 991px) {
  .training-item__content {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .training-item__content {
    padding: 3rem 3rem 3.6rem;
  }
}

.training-item__title {
  text-transform: uppercase;
  margin: 0;
}

.training-item__text {
  margin-top: 1rem;
  font-size: var(--fz-secondary);
  opacity: 0.8;
  line-height: 135%;
}

.section__more {
  display: flex;
  justify-content: center;
}

.section__more-btn {
  margin-top: 5rem;
}

.procedure-item {
  padding: 4.5rem 3rem;
  background-color: var(--bg-app-light);
  text-align: center;
}
@media (max-width: 575px) {
  .procedure-item {
    padding: 4rem 3rem;
  }
}

.procedure-item__counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  margin: 0 auto 2.4rem;
  background-color: #DCE8F5;
  text-shadow: rgb(18, 82, 140) 2px 0px 0px, rgb(18, 82, 140) 1.75517px 0.958851px 0px, rgb(18, 82, 140) 1.0806px 1.68294px 0px, rgb(18, 82, 140) 0.141474px 1.99499px 0px, rgb(18, 82, 140) -0.832294px 1.81859px 0px, rgb(18, 82, 140) -1.60229px 1.19694px 0px, rgb(18, 82, 140) -1.97998px 0.28224px 0px, rgb(18, 82, 140) -1.87291px -0.701566px 0px, rgb(18, 82, 140) -1.30729px -1.5136px 0px, rgb(18, 82, 140) -0.421592px -1.95506px 0px, rgb(18, 82, 140) 0.567324px -1.91785px 0px, rgb(18, 82, 140) 1.41734px -1.41108px 0px, rgb(18, 82, 140) 1.92034px -0.558831px 0px;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #DCE8F5;
}
@media (max-width: 575px) {
  .procedure-item__counter {
    width: 10rem;
    height: 10rem;
    font-size: 4rem;
  }
}

.procedure-item__title {
  text-transform: uppercase;
  margin: 0 !important;
}

.procedure-item__text {
  margin-top: 0.9rem;
  font-size: var(--fz-secondary);
  opacity: 0.8;
  line-height: 135%;
}
@media (max-width: 575px) {
  .procedure-item__text {
    margin-top: 0.7rem;
  }
}

.documents-item {
  padding: 2.6rem 0;
  border-top: 0.1rem solid rgba(30, 34, 46, 0.1);
}
.documents-item:last-child {
  border-bottom: 0.1rem solid rgba(30, 34, 46, 0.1);
}
@media (max-width: 575px) {
  .documents-item {
    padding: 2.3rem 0;
  }
}

.documents-item__head {
  display: flex;
  align-items: center;
  position: relative;
}

.documents-item__count {
  margin-right: 4.6rem;
  font-weight: 600;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: var(--letter-spacing);
  color: var(--fg-secondary);
}
@media (max-width: 575px) {
  .documents-item__count {
    font-size: 2.4rem;
    margin-right: 2rem;
  }
}

.documents-item__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 575px) {
  .documents-item__title {
    font-size: 1.6rem;
  }
}

.documents-item__body {
  padding-top: 2rem;
  max-width: 85.8rem;
}
@media (max-width: 575px) {
  .documents-item__body {
    padding-top: 1rem;
    padding-left: 4.4rem;
  }
}

.supports {
  padding: 5rem 6.1rem 2.5rem;
  background-color: var(--bg-app-dark-secondary);
  border-radius: 5rem 0 5rem 0;
  display: flex;
}
@media (max-width: 575px) {
  .supports {
    flex-wrap: wrap;
    padding: 4.5rem 3rem;
  }
}

.supports__icon {
  min-width: 14rem;
}
@media (max-width: 575px) {
  .supports__icon {
    min-width: auto;
    max-width: 12.5rem;
  }
}

.supports__content {
  padding-left: 3.7rem;
  max-width: 72.6rem;
}
@media (max-width: 575px) {
  .supports__content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 2.5rem;
  }
}

.supports__title {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 575px) {
  .supports__title {
    margin-bottom: 1rem !important;
  }
}

.supports__text ol li {
  line-height: 150%;
  font-size: var(--fz-regular);
  letter-spacing: var(--letter-spacing);
  opacity: 0.8;
}

.supports__block:not(:last-child) {
  margin-bottom: 1.5rem;
}

.supports__block--1 .supports__text {
  display: flex;
}
.supports__block--1 .supports__text ol {
  width: 50%;
}

.professionals-item {
  padding: 4.5rem 2.2rem 9.7rem;
  background-color: var(--bg-app-light);
  text-align: center;
  position: relative;
}
@media (max-width: 575px) {
  .professionals-item {
    padding: 4rem 3rem 11.8rem;
  }
}

.professionals-item__media {
  margin-bottom: 2.4rem;
}
@media (max-width: 575px) {
  .professionals-item__media {
    margin-bottom: 2rem;
  }
}

.professionals-item__media-pic {
  height: 13rem;
  max-width: 13rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.professionals-item__media-pic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.professionals-item__title {
  text-transform: uppercase;
  line-height: normal;
  margin: 0 !important;
}

.professionals-item__post {
  font-size: 1.2rem;
  line-height: 150%;
  margin-bottom: 1rem;
}

.professionals-item__text {
  font-size: var(--fz-secondary);
  line-height: 150%;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .professionals-item__text {
    font-size: var(--fz-regular);
  }
}

.professionals-item__button {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3.7rem;
  text-align: center;
}
.professionals-item__button a {
  display: inline-block;
  border-radius: 1.6rem;
  padding: 0.8rem 2.2rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: var(--bg-button-primary);
  color: var(--bg-app-light);
}
@media (max-width: 575px) {
  .professionals-item__button {
    bottom: 4.3rem;
  }
  .professionals-item__button a {
    padding: 1.3rem 4.4rem;
  }
}

.approach__header {
  margin-bottom: 5rem;
}

@media (max-width: 575px) {
  .approach__header {
    margin-bottom: 3.5rem;
  }
}

.approach-item {
  padding: 5rem 5rem 4.8rem;
  background-color: var(--bg-app-light);
  box-shadow: 0 3px 0 0 rgba(22, 102, 175, 0.1);
}
@media (max-width: 575px) {
  .approach-item {
    padding: 3.5rem 3rem 3.5rem;
  }
}

.approach-item__count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--fg-secondary);
  width: 5rem;
  height: 5rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
}

.approach-item__title {
  line-height: 140%;
}

.approach-item__text {
  margin-top: 0.7rem;
  opacity: 0.8;
}
.approach-item__text p {
  line-height: 140%;
  font-size: var(--fz-third);
}

.trained-item {
  display: flex;
  background-color: var(--bg-app-light);
}
@media (max-width: 575px) {
  .trained-item {
    flex-wrap: wrap;
  }
}

.trained-item__media {
  width: 43rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  .trained-item__media {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .trained-item__media {
    width: 100%;
  }
}

.trained-item__media-pic {
  height: 100%;
  position: relative;
}
.trained-item__media-pic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .trained-item__media-pic {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .trained-item__media-pic {
    height: auto;
    padding-bottom: 100%;
  }
}

.trained-item__content {
  width: calc(100% - 43rem);
  padding: 6rem 6.6rem 5.7rem 6rem;
}
@media (max-width: 991px) {
  .trained-item__content {
    width: 50%;
    padding: 3.5rem;
  }
}
@media (max-width: 575px) {
  .trained-item__content {
    width: 100%;
    padding: 3.5rem 3rem 4.5rem;
  }
}

@media (max-width: 991px) {
  .trained-item__text > * {
    font-size: var(--fz-4);
  }
}

.trained-item__name {
  margin-top: 0 !important
  line-height: 100%;
  margin-bottom: 1rem  !important;
}

.trained-item__post {
  font-size: var(--fz-secondary);
  line-height: 150%;
  margin-bottom: 3rem;
  opacity: 0.8;
}
.trained-item__post:after {
  content: "";
  display: block;
  max-width: 4.6rem;
  height: 0.3rem;
  background-color: var(--fg-secondary);
  margin-top: 2.5rem;
}
@media (max-width: 575px) {
  .trained-item__post:after {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .trained-item__post {
    margin-bottom: 1.5rem;
  }
}

.trained-item__btn {
  margin-top: 4rem;
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
}
@media (max-width: 575px) {
  .trained-item__btn {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}

.structured-item {
  max-width: 26rem;
  text-align: center;
  background-color: var(--bg-app-light);
  padding: 2.5rem 3rem 4rem;
  border-radius: 0 4.5rem 4.5rem 0;
}

.tructured-item__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.3rem;
  color: var(--fg-secondary);
}

.hero {
  padding: 9rem 0 14.4rem;
}
@media (max-width: 991px) {
  .hero {
    padding: 9rem 0;
  }
}

.hero__block {
  background-color: #1666AF;
  color: var(--bg-app-light);
  display: flex;
  border-radius: 5rem 0 5rem 0;
}
@media (max-width: 991px) {
  .hero__block {
    flex-wrap: wrap;
  }
}

.hero__gallery-swiper {
  border-bottom-right-radius: 5rem;
}
@media (max-width: 991px) {
  .hero__gallery-swiper {
    border-bottom-right-radius: 0;
    border-top-left-radius: 5rem;
  }
}

.hero__content {
  padding: 8.5rem 6.1rem;
}
@media (max-width: 991px) {
  .hero__content {
    order: 2;
  }
}
@media (max-width: 575px) {
  .hero__content {
    padding: 3rem 3rem 4.7rem;
  }
}

.hero__gallery {
  position: relative;
  min-width: 50rem;
  max-width: 50rem;
}
@media (max-width: 991px) {
  .hero__gallery {
    order: 1;
    min-width: 100%;
    max-width: 100%;
  }
}

.hero__pagination {
  position: absolute;
  left: 50%;
  bottom: 2.9rem;
  z-index: 15;
}

.hero__prev {
  left: -2.4rem;
}
@media (max-width: 575px) {
  .hero__prev {
    display: none;
  }
}

.hero__next {
  right: -2.4rem;
}
@media (max-width: 575px) {
  .hero__next {
    display: none;
  }
}

.hero__title {
  --fz-hero-title: 4.3rem;
  letter-spacing: var(--letter-spacing);
  margin: 0 0 1rem;
  font-size: var(--fz-hero-title) !important;
  color: var(--bg-app-light);
}
@media (max-width: 575px) {
  .hero__title {
    --fz-hero-title: 3.4rem !important;
  }
}

.hero__text {
  margin-bottom: 3.1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: var(--letter-spacing);
}
@media (max-width: 575px) {
  .hero__text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

.hero__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.hero__list li {
  margin-right: 2.1rem;
  font-size: 1.6rem;
  letter-spacing: var(--letter-spacing);
  margin-bottom: 1.8rem;
  position: relative;
  padding-left: 2.4rem;
  line-height: 100%;
}
@media (max-width: 575px) {
  .hero__list li {
    margin-right: 0;
    width: 50%;
    font-size: 1.4rem;
    padding-right: 1.5rem;
    line-height: 115%;
    margin-bottom: 1rem;
  }
}
.hero__list li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.7;
}
@media (max-width: 575px) {
  .hero__list li:before {
    top: 0;
    transform: none;
  }
}

.hero__btn {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  margin-top: 4rem;
}
@media (max-width: 575px) {
  .hero__btn {
    margin-top: 2.5rem;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}

.hero__gallery-media-pic {
  min-height: 50rem;
  position: relative;
}
.hero__gallery-media-pic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 575px) {
  .hero__gallery-media-pic {
    min-height: 26rem;
    height: 26rem;
  }
}

.advantages {
  padding-bottom: 13.4rem;
  background-color: var(--bg-app-dark-secondary);
}

@media (max-width: 601px){
  .advantages {
    padding-bottom: 5rem;
  }
}

.advantages__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .advantages__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .advantages__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.specializations {
  padding: 8.4rem 0 8.9rem;
  background-color: var(--bg-app-dark);
}

.specializations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.9rem;
}
@media (max-width: 991px) {
  .specializations__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .specializations__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.specializations__more {
  display: flex;
  justify-content: center;
}

.specializations__btn {
  width: 38.7rem;
  margin-top: 6.5rem;
  text-align: center;
  font-size: 1.8rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (max-width: 991px) {
  .specializations__btn {
    margin-top: 3.5rem;
  }
}
@media (max-width: 575px) {
  .specializations__btn {
    width: 28rem;
  }
}

.specializations__header .block__header-text {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.works__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.work__item {
  --flex: 0 0 calc(var(--work-width) - 1rem);
  flex: var(--flex);
}
@media (max-width: 575px) {
  .work__item {
    --flex: 0 0 calc(var(--work-width) - 1rem);
  }
}

.work__item-pic {
  position: relative;
  min-height: 33.2rem;
}
.work__item-pic > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 991px) {
  .work__item-pic {
    height: 25rem;
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .work__item-pic {
    height: auto;
    min-height: 18.6rem;
  }
}

.work__request {
  margin-top: 19.3rem;
}
@media (max-width: 991px) {
  .work__request {
    margin-top: 8rem;
  }
}

.training {
  background-color: var(--bg-app-dark);
}

.training__header .block__header-text {
  max-width: 70.9rem;
  margin-left: auto;
  margin-right: auto;
}

.training__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.9rem;
}
@media (max-width: 991px) {
  .training__grid {
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .training__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.training__more {
  display: flex;
  justify-content: center;
}

.training__btn {
  margin-top: 5rem;
}
@media (max-width: 575px) {
  .training__btn {
    margin-top: 4rem;
  }
}

.certificates {
  background-color: var(--bg-app-dark-secondary);
  padding: 4.3rem 0 6.5rem;
}
@media (max-width: 575px) {
  .certificates {
    padding: 5rem 0 6rem;
  }
}

.certificates__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .certificates__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.certificates__content {
  max-width: 47.9rem;
}
@media (max-width: 1099px) {
  .certificates__content {
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .certificates__content {
    order: 2;
    padding-right: 0;
    margin-top: 3.5rem;
    max-width: 100%;
  }
}

.certificates__header {
  text-align: left;
  margin-bottom: 2.5rem;
}
.certificates__header .block__header-title {
  line-height: 135%;
}

.certificates__list-item {
  position: relative;
  padding-left: 5.5rem;
  margin-bottom: 2rem;
}
.certificates__list-item:last-child {
  margin-bottom: 0;
}

.certificates__list-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--fg-secondary);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.certificates__list-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/icons.ksb/icon-certificate-list.svg") center center no-repeat;
  width: 1.7rem;
  height: 1.2rem;
}

.certificates__list-text {
  font-size: var(--fz-4);
  line-height: 135%;
}

.certificates__btn {
  margin-top: 5rem;
}
@media (max-width: 575px) {
  .certificates__btn {
    margin-top: 3rem;
  }
}

.procedure {
  background-color: var(--bg-app-dark);
}

.procedure__header .block__header-text {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.procedure__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .procedure__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .procedure__grid {
    grid-template-columns: 1fr;
  }
}

.documents {
  position: relative;
}

.documents__vector {
  position: absolute;
  top: -16.5rem;
  right: 0;
}
@media (max-width: 1599px) {
  .documents__vector {
    display: none;
  }
}

.documents__request {
  margin-top: 7rem;
}

.documents__supports {
  margin-top: 4rem;
}

.bayan {
  --toggler-line-width: 50%;
  --toggler-line-height: 0.1rem;
}

.bayan__toggler {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid rgba(30, 34, 46, 0.1);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 !important;
  background: none !important
}

.bayan--opened > .bayan__top .bayan__toggler {
  transform: translate(0, -50%) rotate(180deg);
}

.bayan__toggler:before {
  width: 1.2rem;
  min-height: auto;
  min-width: auto;
  height: 1.2rem;
  background: url("../img/icons.ksb/icon-documents.svg") center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bayan__toggler:after {
  display: none;
}

.professionals {
  background-color: var(--bg-app-dark);
}

.professionals__header .block__header-text {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.professionals__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2rem;
}
@media (max-width: 991px) {
  .professionals__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .professionals__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.professionals__button {
  display: flex;
  justify-content: center;
}

.professionals__more {
  margin-top: 7.5rem;
  padding: 2.2rem 1rem;
  border: 0.2rem solid #DCE8F5;
  color: var(--fg-secondary);
  font-size: var(--fz-4);
  line-height: 2.4rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .professionals__more {
    margin-top: 4rem;
  }
}

.approach {
  background-color: var(--bg-app-dark-secondary);
}

.approach__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 575px) {
  .approach__grid {
    grid-template-columns: 1fr;
  }
}

.trained {
  background-color: var(--bg-app-dark);
  position: relative;
}

.trained__header .block__header-text {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}

.trained__block {
  max-width: 115rem;
  margin: 0 auto;
  position: relative;
}

.trained__vector {
  position: absolute;
  left: 0;
  top: 9.1rem;
}
@media (max-width: 991px) {
  .trained__vector {
    display: none;
  }
}

.trained__prev {
  left: -2.5rem;
}
@media (max-width: 575px) {
  .trained__prev {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: none;
  }
}

.trained__next {
  right: -2.5rem;
}
@media (max-width: 575px) {
  .trained__next {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: none;
  }
}

.trained__pagination {
  margin-top: 4rem;
}
@media (max-width: 575px) {
  .trained__pagination {
    display: none;
  }
}

.trained__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #C4C4C4;
}

.founder {
  padding-top: 8.5rem;
}

.founder__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .founder__container {
    flex-wrap: wrap;
  }
}

.founder__content {
  max-width: 49rem;
}
@media (max-width: 991px) {
  .founder__content {
    width: 100%;
    order: 2;
    margin-top: 7.7rem;
  }
}

.founder__media {
  max-width: 61rem;
}
@media (max-width: 991px) {
  .founder__media {
    order: 1;
  }
}

.founder__header {
  margin-bottom: 0;
  text-align: left;
}
.founder__header .block__header-title {
  line-height: 135%;
}
@media (max-width: 575px) {
  .founder__header .block__header-title {
    font-size: 3.4rem;
    line-height: 120%;
  }
}

.founder__subtitle {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 135%;
  letter-spacing: var(--letter-spacing);
  margin-top: 0 !important
  margin-bottom: 2.2rem !important;
  color: var(--fg-secondary);
}
@media (max-width: 575px) {
  .founder__subtitle {
    font-size: 1.8rem;
    line-height: 120%;
    margin-bottom: 1.5rem !important;
    margin-top: 0.5rem !important;
  }
}

.trained-item__text > * {
  line-height: 145%;
}

.founder__text > * {
  font-size: var(--fz-4);
  line-height: 135%;
}

.founder__btn {
  margin-top: 4.2rem;
}
@media (max-width: 575px) {
  .founder__btn {
    margin-top: 3rem;
  }
}

.founder__media {
  position: relative;
}

.founder__play {
  background-color: rgba(220, 232, 245, 0.1);
  width: 18.2rem;
  height: 18.2rem;
  border-radius: 50%;
  position: absolute;
  left: -9.1rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 15;
}
@media (max-width: 991px) {
  .founder__play {
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -9.1rem;
  }
}
.founder__play .founder__play-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 110%;
  margin-top: 0.7rem;
  text-align: center;
  color: var(--fg-regular)
}
.founder__play span:not(.founder__play-text) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.founder__play > span {
  width: 13.7rem;
  height: 13.7rem;
  background-color: rgba(220, 232, 245, 0.3);
}
.founder__play > span > span {
  width: 9rem;
  height: 9rem;
  background-color: rgb(220, 232, 245);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.advice {
  padding: 10.8rem 0 9.7rem;
  overflow: hidden;
  background-color: var(--bg-app-dark);
}
@media (max-width: 575px) {
  .advice {
    padding: 5rem 0;
  }
}

.advice__container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .advice__container {
    flex-direction: column;
  }
}

.advice__media {
  margin-left: -10.4rem;
}
@media (max-width: 991px) {
  .advice__media {
    margin-left: calc(-1 * var(--p-container));
    margin-right: calc(-1 * var(--p-container));
  }
}

.advice__content {
  max-width: 60.7rem;
  margin-left: 2.87rem;
}
@media (max-width: 991px) {
  .advice__content {
    margin-left: 0;
    text-align: center;
  }
}

.advice__header {
  text-align: left;
  margin-bottom: 3.1rem;
}
@media (max-width: 991px) {
  .advice__header {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .advice__header {
    margin-bottom: 1.5rem;
  }
}

.advice__media-img {
  max-width: 76.1rem;
}
@media (max-width: 991px) {
  .advice__media-img {
    max-width: 100%;
  }
}

.advice__title {
  margin-bottom: 0.971rem;
  line-height: 2.8rem;
}

.advice__btn {
  margin-top: 4rem;
}
@media (max-width: 575px) {
  .advice__btn {
    margin-bottom: 3.5rem;
  }
}

.advice__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.advice__list li {
  font-size: var(--fz-4);
  line-height: 2.8rem;
  margin-bottom: 0.331rem;
  position: relative;
  padding-left: 2.5rem;
}
.advice__list li:before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: var(--fg-regular);
}

.who {
  padding: 9rem 0 6rem;
}

.who__media-pic {
  height: 37.8rem;
  position: relative;
  border-radius: 4.5rem 4.5rem 0 0;
  overflow: hidden;
}
.who__media-pic .who__media-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.who__title {
  font-size: 6rem;
  line-height: 9rem;
  text-align: center;
  font-weight: 800;
  background-color: var(--bg-app-dark-secondary);
  padding: 2.3rem 0;
  margin: 0;
  text-transform: uppercase;
  color: var(--fg-secondary);
}

.who__text {
  margin-top: 7.1rem;
}

.who__text-title {
  margin: 0 0 2.3rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.7rem;
}

.who__text-text > * {
  line-height: 3.3rem;
}

.prospects {
  padding: 7.1rem 0 6.9rem;
}

.structured {
  padding: 5.3rem 0 12rem;
  background-color: #F8E8E3;
}

.structured__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fertig {
  --fz-h2: 4rem;
}

.fertig .block__header {
  text-align: left;
  margin-bottom: 2.3rem;
}
.table--responsive {
  overflow-y: auto;
  width: 100%;
}

.table {
  width: 100%;
  font-size: 2.1rem;
  line-height: 3.3rem;
  text-align: center;
  --table-border-radius: 4.5rem;
  --tablet-row-gap: 1rem;

  @media (max-width: $tablet) {
    font-size: 1.4rem;
    line-height: 140%;
  }
}

.table td {
  border: .45rem solid var(--bg-app-dark-secondary);
}

.table thead td {
  text-align: center;
  background-color: var(--fg-secondary);
  color: var(--bg-app-light);
  text-transform: uppercase;
  font-weight: 700;
  padding: .7rem;

  &:first-child {
    border-top-left-radius: var(--table-border-radius);
  }

  @media (max-width: $tablet) {
    padding: 1.5rem 3rem;
  }
}

.table tbody td {
  padding: 1.8rem;
  background-color: var(--bg-app-light);

  &:first-child {
    color: var(--fg-secondary);
    line-height: 2.1rem;
  }

  & strong {
    text-transform: uppercase;
  }

  @media (max-width: $mobile) {
    padding: 1.5rem;
  }
}
.models {
    background-color: var(--bg-app-dark-secondary);
    padding: 5.8rem 0 7rem;
}


/*# sourceMappingURL=../maps/style.css.map */
