@charset "UTF-8";
/*! 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;
}

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

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

.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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

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

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

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

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

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

.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: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

.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 {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.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-prev {
  pointer-events: auto;
  visibility: visible;
}

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

.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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-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 {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: BasisGrotesquePro;
  font-display: swap;
  src: url("../fonts/BasisGrotesquePro-Medium.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: BasisGrotesquePro;
  font-display: swap;
  src: url("../fonts/BasisGrotesquePro-Bold.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: BasisGrotesquePro;
  font-display: swap;
  src: url("../fonts/BasisGrotesquePro-Regular.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --accent: #0F336F;
}

* {
  box-sizing: border-box;
}

/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 14px 14px rgba(196, 196, 196, 0.2);
  border-radius: 24px;
}

*::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 14px 14px #404040;
  border-radius: 24px;
}

*::-webkit-scrollbar-button {
  display: none;
}

html {
  height: 100%;
  font-size: 0.9259259259vw;
}

body {
  width: calc(100vw - (100vw - 100%));
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  background-color: #fff;
  color: #000;
  line-height: 1.4;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}
body.burger-active {
  overflow: hidden;
}

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

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

ol {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

input {
  appearance: none;
  outline: none;
}

button {
  padding: 0;
  cursor: pointer;
}

textarea {
  resize: none;
}

main {
  overflow: hidden;
}

.box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box img, .box svg, .box picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.container {
  max-width: 103.25rem;
  width: 100%;
  margin: auto;
}

.title-page {
  font-size: 5.625rem;
  line-height: 1;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}

.section-title {
  font-size: 4rem;
  line-height: 1;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}

.name {
  font-size: 3rem;
  line-height: 1.33;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}

.btn-1 {
  background-color: var(--accent);
  font-size: 0.9375rem;
  color: #fff;
  height: 2.75rem;
  padding: 0 3rem;
  border: none;
  line-height: 1.6;
  transition: 0.3s ease;
  font-family: BasisGrotesquePro;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-1:hover {
  background-color: #18499B;
}

.btn-2 {
  border: 0.0625rem solid #D9D9D9;
  border-radius: 6.1875rem;
  gap: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 1.25rem;
  color: #000;
  padding: 0 1rem;
  height: 3.0625rem;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.btn-2_icon {
  width: 1.3125rem;
  height: 1.3125rem;
}

.btn-3 {
  background-color: #fff;
  color: var(--accent);
  font-size: 0.9375rem;
  line-height: 1.6;
  height: 3.625rem;
  padding: 0 4.0625rem;
  border: none;
  transition: 0.3s ease;
  font-family: BasisGrotesquePro;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-3:hover {
  background-color: #75A9FF;
  color: #131313;
}

.btn-4 {
  background-color: #fff;
  height: 2.75rem;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 0 3.125rem;
  border: none;
  transition: 0.3s ease;
  font-family: BasisGrotesquePro;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-4:hover {
  background-color: #75A9FF;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.tag {
  border: 0.0625rem solid #D9D9D9;
  border-radius: 6.1875rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: #6F6A6A;
  padding: 0 1rem;
  height: 2.3125rem;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs {
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9375rem;
}
.breadcrumbs a, .breadcrumbs span {
  color: #fff;
}
.breadcrumbs a::after {
  content: "-";
  margin: 0 0.625rem;
}

.input {
  display: block;
  outline: none;
  border: none;
  background: none;
  width: 100%;
  max-width: 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-bottom: 0.125rem solid #2A549A;
  padding-bottom: 0.875rem;
  border-radius: 0;
  color: #ffffff;
}
.input::placeholder {
  color: #6484B9;
}
.input::active {
  border-bottom: 0.125rem solid #FFFFFF;
}
.input:focus {
  border-bottom: 0.125rem solid #FFFFFF;
}

.parallax {
  background-color: #fff;
  z-index: 20;
  position: relative;
  padding-bottom: 1.875rem;
  margin-bottom: 45.9375rem;
}

#butter {
  z-index: 30;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #FA6E32;
  line-height: 2;
}

input.wpcf7-not-valid {
  border-color: #FA6E32;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 2.0833333333vw;
  }
  body {
    font-size: 1rem;
  }
  .container {
    max-width: 100%;
    padding: 0 1.25rem;
  }
  .title-page {
    font-size: 3.375rem;
  }
  .name {
    font-size: 2.625rem;
  }
  .section-title {
    font-size: 3.125rem;
  }
  .parallax {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 4.2666666667vw;
  }
  body {
    font-size: 0.875rem;
  }
  .container {
    max-width: 100%;
    padding: 0 0.625rem;
  }
  .title-page {
    font-size: 2.75rem;
  }
  .name {
    font-size: 2.2rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .tag {
    font-size: 0.875rem;
    height: 1.625rem;
    padding: 0 0.625rem;
  }
  .breadcrumbs {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
  .btn-2 {
    font-size: 1rem;
    height: 2.625rem;
    padding: 0 0.875rem;
  }
  .tag {
    font-size: 0.875rem;
    padding: 0 0.8125rem;
    height: 1.625rem;
  }
  .btn-3 {
    height: 2.875rem;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  z-index: 100;
  transition: 0.4s;
}
.header:hover {
  background-color: #ffffff;
}
.header:hover .header-contacts__btn-mob svg path {
  stroke: #000000;
}
.header:hover .header__logo path {
  fill: #0F336F;
}
.header:hover .header-burger::after {
  border-bottom: 0.0625rem solid #000000;
}
.header:hover .header-burger::before {
  border-bottom: 0.0625rem solid #000000;
}
.header:hover .header-burger__line {
  background-color: #000000;
}
.header:hover .header-burger:hover::after {
  border-bottom: 0.0625rem solid #18499B;
}
.header:hover .header-burger:hover::before {
  border-bottom: 0.0625rem solid #18499B;
}
.header:hover .header__link-one .text {
  color: #000000;
}
.header:hover .header__link-one_arrow svg path {
  stroke: #000000;
}
.header:hover .header__link-two li a {
  color: #000000;
}
.header:hover .header__link-two li a:hover {
  color: #1466B0;
}
.header:hover .header-contacts__phone {
  color: #000000;
}
.header:hover .header-contacts__button {
  background-color: #0F336F;
  color: #ffffff;
  transition: 0.3s ease;
}
.header:hover .header-contacts__button:hover {
  background-color: #18499B;
}
.header-background {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.46);
  display: none;
}
.header-background.active {
  display: block;
}
.header-main {
  z-index: 100;
  position: relative;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.5rem 0;
}
.header__left {
  display: flex;
  align-items: center;
}
.header__logo {
  display: block;
  width: 9.0625rem;
  height: 2.3125rem;
}
.header__logo svg {
  width: 100%;
  height: 100%;
}
.header-burger {
  cursor: pointer;
  margin-left: 10.75rem;
  display: block;
  width: 2.6875rem;
  height: 0.625rem;
  position: relative;
  z-index: 10;
}
.header-burger::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 0.0625rem solid #fff;
  bottom: 0;
  right: 0;
  transition: 0.4s;
}
.header-burger::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 0.0625rem solid #fff;
  top: 0;
  right: 0;
  transition: 0.4s;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__link-one {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.header__link-one .text {
  font-size: 1.125rem;
  color: #fff;
}
.header__link-one_arrow {
  display: block;
  width: 0.75rem;
  height: 0.4375rem;
  transition: 0.3s ease;
}
.header__link-two {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-left: 6.8125rem;
}
.header__link-two li a {
  font-size: 1.125rem;
  color: #fff;
  transition: 0.3s ease;
}
.header__link-two li a:hover {
  color: #1466B0;
}
.header-contacts {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-left: 4.1875rem;
}
.header-contacts__phone {
  font-size: 1.125rem;
  color: #fff;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.header-contacts__btn-mob {
  display: none;
}
.header-menu-open {
  padding-top: 5.8125rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100vh;
  gap: 15.8125rem;
  z-index: 99;
  display: none;
}
.header-menu-open::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.79);
  position: absolute;
  top: 0;
  left: 0;
}
.header-menu-open__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding: 0 5rem;
  z-index: 99;
  position: relative;
}
.header-menu-open__links {
  gap: 1.875rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.header-menu-open__links:hover a {
  color: #A2A2A2;
}
.header-menu-open__links:hover a:hover {
  color: #ffffff;
}
.header-menu-open__links li a {
  color: #fff;
  font-size: 2rem;
}
.header-menu-open__left {
  max-width: 30.125rem;
  width: 100%;
}
.header-menu-open__search {
  width: 100%;
}
.header-menu-open__search_wrapper {
  position: relative;
}
.header-menu-open__search form input {
  width: 100%;
  line-height: 1.2;
  padding: 0 1.5625rem 0.75rem 0;
  background-color: transparent;
  border: none;
  border-bottom: 0.125rem solid #6F6A6A;
  font-size: 1.25rem;
  color: #fff;
}
.header-menu-open__search form input::-webkit-input-placeholder {
  color: #9B9B9B;
}
.header-menu-open__search form input::-moz-placeholder {
  color: #9B9B9B;
}
.header-menu-open__search_btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  width: 1.375rem;
  height: 1.375rem;
}
.header-menu-open__search_btn svg {
  width: 100%;
  height: 100%;
}
.header-menu-open__search_links {
  margin: 1.25rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 14.0625rem;
  gap: 0.3125rem 1.8125rem;
}
.header-menu-open__search_links a {
  font-size: 0.9375rem;
  color: #757575;
}
.header-solution-open {
  display: none;
  position: absolute;
  top: 5.6875rem;
  left: 0;
  right: 0;
  z-index: 98;
  padding: 0.5rem 2.375rem 0 2.375rem;
  background-color: #fff;
}
.header-solution-open__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.1875rem;
}
.header-solution-open__img {
  position: relative;
}
.header-solution-open__img span {
  position: absolute;
  bottom: 1.25rem;
  left: 1.375rem;
  right: 1.375rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.16;
}
.header-solution-open__img:hover img {
  transform: scale(1.2);
}
.header-solution-open__box {
  width: 100%;
  height: 15.3125rem;
}
.header-solution-open__box img {
  transition: 0.3s ease;
}
.header-solution-open__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-solution-open__link {
  margin: 0.625rem 0 0 0;
}
.header-solution-open__link li {
  border-bottom: 0.0625rem solid #E9E9E9;
}
.header-solution-open__link li:last-child {
  border: none;
}
.header-solution-open__link li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font-size: 0.875rem;
  color: #000;
  padding: 0.625rem 0;
  transition: 0.3s ease;
}
.header-solution-open__link li a::after {
  content: "";
  background-image: url(../img/header/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  min-width: 1.125rem;
  height: 1.125rem;
}
.header-solution-open__link li a:hover {
  color: #1466B0;
}
.header-solution-open__bottom {
  margin: 2.5rem 0 0 0;
  border-top: 0.0625rem solid #E9E9E9;
  padding: 0.9375rem 0;
}
.header-solution-open__bottom p {
  color: #909090;
  font-size: 0.75rem;
  text-align: center;
}
.header-solution-open__bottom p a {
  color: #000;
}

.header.burger-active .header-burger::after {
  top: 0;
  transform: rotate(-45deg) translate(0, -50%);
}
.header.burger-active .header-burger::before {
  top: 0.25rem;
  bottom: auto;
  transform: rotate(45deg) translate(0, 50%);
}

.header.active {
  background-color: #fff;
}
.header.active .header-solution-open {
  display: block;
}
.header.active .header__logo svg path {
  fill: var(--accent);
}
.header.active .header-burger::after, .header.active .header-burger::before {
  border-color: var(--accent);
}
.header.active .header__link-one .text {
  color: #000;
}
.header.active .header__link-one_arrow {
  transform: rotate(180deg);
}
.header.active .header__link-one_arrow svg path {
  stroke: #000;
}
.header.active .header__link-two li a {
  color: #000;
}
.header.active .header-contacts__button {
  background-color: var(--accent);
  color: #fff;
}
.header.active .header-contacts__phone {
  color: #000;
}

.header.burger-active .header-menu-open {
  display: flex;
  align-items: center;
}

.header.header-scroll {
  position: fixed;
  background-color: #ffffff;
}
.header.header-scroll .header-contacts__btn-mob svg path {
  stroke: #000000;
}
.header.header-scroll .header__logo path {
  fill: #0F336F;
}
.header.header-scroll .header-burger::after {
  border-bottom: 0.0625rem solid #000000;
}
.header.header-scroll .header-burger::before {
  border-bottom: 0.0625rem solid #000000;
}
.header.header-scroll .header-burger__line {
  background-color: #000000;
}
.header.header-scroll .header__link-one .text {
  color: #000000;
}
.header.header-scroll .header__link-one_arrow svg path {
  stroke: #000000;
}
.header.header-scroll .header__link-two li a {
  color: #000000;
}
.header.header-scroll .header-contacts__phone {
  color: #000000;
}
.header.header-scroll .header-contacts__button {
  background-color: #0F336F;
  color: #ffffff;
}

.header.header-white .header-contacts__btn-mob svg path {
  stroke: #000000;
}
.header.header-white .header__logo path {
  fill: #0F336F;
}
.header.header-white .header-burger::after {
  border-bottom: 0.0625rem solid #000000;
}
.header.header-white .header-burger::before {
  border-bottom: 0.0625rem solid #000000;
}
.header.header-white .header-burger__line {
  background-color: #000000;
}
.header.header-white .header__link-one .text {
  color: #000000;
}
.header.header-white .header__link-one_arrow svg path {
  stroke: #000000;
}
.header.header-white .header__link-two li a {
  color: #000000;
}
.header.header-white .header-contacts__phone {
  color: #000000;
}
.header.header-white .header-contacts__button {
  background-color: #0F336F;
  color: #ffffff;
}

.header.burger-active:hover {
  background-color: transparent;
}
.header.burger-active:hover .header-contacts__btn-mob svg path {
  stroke: #FFFFFF;
}
.header.burger-active:hover .header__logo path {
  fill: #FFFFFF;
}
.header.burger-active:hover .header-burger::after {
  border-bottom: 0.0625rem solid #FFFFFF;
}
.header.burger-active:hover .header-burger::before {
  border-bottom: 0.0625rem solid #FFFFFF;
}
.header.burger-active:hover .header-burger__line {
  background-color: #FFFFFF;
}
.header.burger-active:hover .header__link-one .text {
  color: #FFFFFF;
}
.header.burger-active:hover .header__link-one_arrow svg path {
  stroke: #FFFFFF;
}
.header.burger-active:hover .header__link-two li a {
  color: #FFFFFF;
}
.header.burger-active:hover .header-contacts__phone {
  color: #FFFFFF;
}
.header.burger-active:hover .header-contacts__button {
  background-color: #FFFFFF;
  color: #131313;
}

@media screen and (max-width: 992px) {
  .header .header-burger::after {
    border-bottom: 0.0625rem solid #FFFFFF;
  }
  .header .header-burger::before {
    border-bottom: 0.0625rem solid #FFFFFF;
  }
  .header .header-burger__line {
    background-color: #FFFFFF;
  }
  .header .header__link-one .text {
    color: #FFFFFF;
  }
  .header .header__link-one_arrow svg path {
    stroke: #FFFFFF;
  }
  .header .header__link-two li a {
    color: #FFFFFF;
  }
  .header__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 0.625rem 0 0.9375rem;
  }
  .header__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 7.25rem;
    height: 1.75rem;
  }
  .header-burger {
    margin-left: 0;
    width: 1.8125rem;
    height: 0.625rem;
  }
  .header__link-one {
    display: none;
  }
  .header__link-two {
    display: none;
  }
  .header-contacts {
    gap: 0;
    margin-left: 0;
  }
  .header-contacts__phone {
    display: none;
  }
  .header-contacts__button {
    display: none;
  }
  .header-contacts__btn-mob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.1875rem;
    height: 1.1875rem;
    background: transparent;
    border: none;
    outline: none;
  }
  .header-contacts__btn-mob svg {
    width: 100%;
    height: 100%;
  }
  .header-menu-open {
    padding-top: 0;
    gap: 0;
  }
  .header-menu-open__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0.9375rem 6.6875rem 0.9375rem;
    height: 100%;
  }
  .header-menu-open__wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .header-menu-open__links {
    gap: 0.75rem;
  }
  .header-menu-open__links li a {
    font-size: 1.5rem;
  }
  .header-menu-open__left {
    display: none;
  }
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding: 3rem 0 2rem 0;
}
.footer__block {
  position: relative;
  z-index: 3;
}
.footer__bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.footer__bg_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.13);
  padding-bottom: 2rem;
}
.footer__title {
  font-size: 5.5rem;
  max-width: 41.5625rem;
  line-height: 0.875;
}
.footer__right {
  display: flex;
  justify-content: space-between;
}
.footer__text {
  max-width: 22.8125rem;
}
.footer__button {
  font-size: 1.25rem;
  height: 3.8125rem;
  min-width: 15.3125rem;
}
.footer__center {
  padding: 1.75rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer__logo {
  max-width: 11.8125rem;
  display: block;
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem 6.25rem;
}
.footer__links li a {
  color: #fff;
  transition: 0.3s ease;
}
.footer__links li a:hover {
  color: #A2A2A2;
}
.footer__bottom {
  margin: 2rem 0 0 0;
}
.footer-bottom__right {
  margin: 2rem 0 0 0;
}
.footer-our-projects__items {
  display: flex;
  gap: 0.3125rem;
}
.footer-our-projects__items a {
  width: 13.1875rem;
  height: 11.6875rem;
  background-color: rgba(33, 33, 33, 0.6);
  backdrop-filter: blur(0.75rem);
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-our-projects__items a:hover {
  background-color: rgba(33, 33, 33, 0.88);
}
.footer-our-projects__name {
  font-size: 0.9375rem;
  color: #858585;
  margin-bottom: 0.625rem;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1.875rem 0 0 0;
}
.footer__contacts .text {
  display: none;
}
.footer__phone {
  line-height: 0.875;
  color: #fff;
}
.footer__mail {
  font-size: 1rem;
  color: #fff;
}
.footer-info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-info .text {
  color: #858585;
  font-size: 0.9375rem;
}
.footer-info__group {
  display: flex;
  justify-content: space-between;
}
.footer-info__block {
  display: flex;
  gap: 1rem;
}
.footer-info__block-left {
  max-width: 6.6875rem;
}
.footer-info__text {
  font-size: 0.6875rem;
  color: #fff;
  line-height: 1;
  display: block;
}
.footer-info__text.color {
  margin: 0.3125rem 0 0 0;
  color: #909090;
  font-size: 0.625rem;
  line-height: 1;
}
.footer-info__icon {
  display: block;
  max-width: 5rem;
}

@media screen and (max-width: 992px) {
  .footer {
    position: relative;
  }
  .footer__top {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    padding-bottom: 3.125rem;
  }
  .footer__title {
    font-size: 3.5rem;
    max-width: 100%;
  }
  .footer__right {
    flex-direction: column;
    gap: 2.125rem;
  }
  .footer__button {
    max-width: 21.875rem;
  }
  .footer__links {
    margin: 0;
  }
  .footer__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__bottom {
    margin: 3.125rem 0 0 0;
  }
  .footer-info {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.5625rem;
  }
  .footer-our-projects__items a {
    width: 9.375rem;
    height: 8.4375rem;
  }
  .footer-our-projects__icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-our-projects__icon img {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding: 2.0625rem 0;
  }
  .footer__title {
    font-size: 3rem;
  }
  .footer__button {
    height: 2.75rem;
    font-size: 0.9375rem;
    min-width: auto;
  }
  .footer__top {
    border-bottom: none;
    padding-bottom: 2.375rem;
  }
  .footer__logo {
    display: none;
  }
  .footer__center {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__links {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .footer__links li {
    padding: 0.625rem 0;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.13);
    font-size: 1rem;
  }
  .footer__links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__links li a::after {
    content: "";
    background-image: url(../img/footer/link-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.125rem;
    height: 1.125rem;
  }
  .footer__links li:last-child {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.13);
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer__contacts {
    margin: 0 0 8.375rem 0;
    gap: 0;
  }
  .footer__contacts .text {
    display: block;
    color: #858585;
  }
  .footer__phone {
    margin-bottom: 0.625rem;
  }
  .footer__mail {
    margin-bottom: 2.1875rem;
  }
  .footer-our-projects__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.125rem;
  }
  .footer-our-projects__items a {
    width: 100%;
    height: 6.4375rem;
  }
  .footer-our-projects__icon img {
    width: 60%;
  }
  .footer-info {
    justify-content: space-between;
    flex-direction: row;
  }
  .footer-info .text {
    font-size: 0.75rem;
  }
  .footer-info__group .text {
    display: none;
  }
  .footer-info__block-left {
    display: none;
  }
  .footer-info__icon {
    max-width: 3.625rem;
  }
  .footer-bottom__right {
    margin: 2.0625rem 0 0 0;
  }
}
.main-screen {
  color: #fff;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main-screen::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.main-screen.main-screen-internal {
  position: relative;
  color: #fff;
  min-height: 40.4375rem;
  height: auto;
}
.main-screen.main-screen-internal .main-screen__block {
  min-height: 40.4375rem;
  height: auto;
}
.main-screen__block {
  padding: 9rem 0 3.125rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  z-index: 3;
  position: relative;
}
.main-screen-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
}
.main-screen-bottom__text {
  font-size: 1.875rem;
  line-height: 1.3;
  max-width: 40.9375rem;
}
.main-screen-bottom__link {
  position: fixed;
  right: 3.75rem;
  bottom: 6.875rem;
  z-index: 50;
}
.main-screen-bottom__link_box {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
}
.main-screen-bottom-commercial {
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 1.875rem;
  line-height: 1.16;
  margin-left: 0.5rem;
}
.main-screen-bottom-commercial__arrow {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-screen-bottom-commercial__arrow svg {
  width: 2.375rem;
  height: 1.5rem;
}
.main-screen-bottom-commercial__arrow::before {
  content: "";
  border: 0.125rem dashed #D9D9D9;
  width: 6.4375rem;
  height: 6.4375rem;
  position: absolute;
  border-radius: 50%;
  animation: rot 6s linear infinite running;
  transition: 0.4s;
}
.main-screen-bottom-commercial:hover .main-screen-bottom-commercial__arrow {
  width: 6.25rem;
  height: 6.25rem;
  transition: 0.4s;
}
.main-screen-bottom-commercial:hover .main-screen-bottom-commercial__arrow::before {
  width: 7.1875rem;
  height: 7.1875rem;
  transition: 0.4s;
}

@media screen and (max-width: 992px) {
  .main-screen.main-screen-internal {
    min-height: 29.25rem;
  }
  .main-screen.main-screen-internal .main-screen__block {
    min-height: 29.25rem;
  }
  .main-screen.main-screen-internal .main-screen-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-screen.main-screen-internal .main-screen-bottom__text {
    display: none;
  }
  .main-screen.main-screen-internal .main-screen-bottom__link {
    bottom: 3.125rem;
    right: 1.25rem;
  }
  .main-screen-bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2.3125rem;
  }
  .main-screen-bottom-commercial {
    font-size: 1.25rem;
  }
  .main-screen-bottom-commercial__arrow {
    width: 5.625rem;
    height: 5.625rem;
  }
  .main-screen-bottom-commercial__arrow:before {
    width: 6.25rem;
    height: 6.25rem;
  }
  .main-screen-bottom:hover .main-screen-bottom-commercial__arrow {
    width: 5.625rem;
    height: 5.625rem;
    transition: 0.4s;
  }
  .main-screen-bottom:hover .main-screen-bottom-commercial__arrow::before {
    width: 6.25rem;
    height: 6.25rem;
    transition: 0.4s;
  }
  .main-screen-bottom__text {
    font-size: 1.25rem;
  }
  .main-screen-bottom__link {
    right: 1.25rem;
    bottom: 1.875rem;
  }
  .main-screen__block {
    padding: 5rem 0 1.625rem 0;
  }
}
@media screen and (max-width: 576px) {
  .main-screen {
    height: 80vh;
  }
  .main-screen__block {
    height: 80vh;
  }
  .main-screen-bottom {
    gap: 2rem;
  }
  .main-screen-bottom__text {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }
  .main-screen-bottom-commercial {
    font-size: 1rem;
    gap: 1.25rem;
  }
  .main-screen-bottom-commercial__arrow {
    width: 4rem;
    height: 4rem;
  }
  .main-screen-bottom-commercial__arrow:before {
    width: 4.625rem;
    height: 4.625rem;
  }
  .main-screen-bottom-commercial__arrow svg {
    width: 1.4375rem;
    height: auto;
  }
  .main-screen-bottom-commercial:hover .main-screen-bottom-commercial__arrow {
    width: 4rem;
    height: 4rem;
    transition: 0.4s;
  }
  .main-screen-bottom-commercial:hover .main-screen-bottom-commercial__arrow::before {
    width: 4.625rem;
    height: 4.625rem;
    transition: 0.4s;
  }
  .main-screen-bottom__link {
    right: 0.625rem;
    bottom: 1.25rem;
  }
  .main-screen-bottom__link_box {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.main-screen-two {
  position: relative;
}
.main-screen-two__wrapper {
  padding: 7.4375rem 0 2.8125rem;
  height: 43.125rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.main-screen-two__wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.main-screen-two__title {
  color: #ffffff;
}
.main-screen-two .container {
  height: 100%;
}
.main-screen-two__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 3;
}
.main-screen-two-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.main-screen-two__right {
  height: 100%;
  width: 47.8125rem;
  position: relative;
  margin-left: auto;
}
.main-screen-two-consultation {
  position: absolute;
  right: 2.375rem;
  bottom: -8.625rem;
  z-index: 5;
}
.main-screen-two-consultation__top {
  padding: 2.8125rem 3.3125rem 3rem 3.75rem;
  background-color: #0E528F;
  min-height: 16.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-screen-two-consultation__text {
  font-size: 2rem;
  line-height: 122%;
  color: #FFFFFF;
}
.main-screen-two-consultation__bottom {
  padding: 1.1875rem 3.75rem 1.3125rem 3.5rem;
  background: #0F336F;
  min-height: 8.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-screen-two-consultation__specialist {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}
.main-screen-two-consultation__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32.8125rem;
  gap: 0.5rem;
}
.main-screen-two-consultation__info .catalog-card-description-consultation__email {
  text-decoration: underline;
}
.main-screen-two-consultation__info .specialist-name {
  display: block;
  font-size: 1rem;
  line-height: 150%;
  color: #76B5EC;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.main-screen-two-consultation__info .specialist-phone {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.main-screen-two-consultation__info .specialist-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.main-screen-two-consultation__avatar .image {
  display: block;
  width: 6.125rem;
  height: 6.125rem;
  overflow: hidden;
  border-radius: 100%;
}
.main-screen-two-consultation__avatar .image img {
  width: 100%;
  height: 100%;
}
.main-screen-two-consultation__email {
  display: block;
  font-size: 1rem;
  line-height: 150%;
  color: #FFFFFF;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.main-screen-two-consultation__faq {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-screen-two-consultation__faq_text {
  color: #fff;
  max-width: 17.8125rem;
  font-size: 1.5rem;
  line-height: 1.16;
}
.main-screen-two-consultation__faq_btn {
  display: flex;
  align-items: center;
  padding: 0 1.5625rem;
  height: 3.75rem;
  color: #fff;
  border: 0.0625rem solid #0E528F;
  gap: 1.25rem;
  transition: 0.3s ease;
}
.main-screen-two-consultation__faq_btn_mob {
  display: none;
}
.main-screen-two-consultation__faq_btn:hover {
  background-color: #0E528F;
}
.main-screen-two-consultation__faq_arrow {
  width: 0.375rem;
  height: 0.625rem;
}

.solution-main-screen-two .main-screen-two__wrapper {
  background-image: url(../img/main-screen-two/image.jpg);
}

.faq-main-screen-two .main-screen-two__wrapper {
  background-image: url(../img/main-screen/faq-bg.jpg);
}

.about-main-screen-two .main-screen-two__wrapper {
  background-image: url(../img/main-screen/about-bg.jpg);
}

@media screen and (max-width: 992px) {
  .main-screen-two__wrapper {
    padding: 4rem 0 1.5rem 0;
    height: 28.875rem;
  }
  .main-screen-two__block {
    flex-direction: column;
  }
  .main-screen-two-left {
    width: 100%;
  }
  .main-screen-two-consultation {
    position: initial;
    width: 100%;
  }
  .main-screen-two-consultation__top {
    padding: 1.875rem 1.25rem;
    min-height: auto;
  }
  .main-screen-two-consultation__text {
    font-size: 1.5rem;
  }
  .main-screen-two-consultation__bottom {
    padding: 1.875rem 1.25rem;
    min-height: auto;
  }
  .main-screen-two__right {
    position: initial;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .main-screen-two-consultation__top {
    padding: 1.875rem 0.625rem;
  }
  .main-screen-two-consultation__text {
    font-size: 1.25rem;
  }
  .main-screen-two-consultation__bottom {
    padding: 0.9375rem 0.625rem;
  }
  .main-screen-two-consultation__faq {
    gap: 0.375rem;
  }
  .main-screen-two-consultation__faq_text {
    font-size: 1rem;
  }
  .main-screen-two-consultation__faq_btn {
    display: none;
  }
  .main-screen-two-consultation__faq_btn_mob {
    display: flex;
    height: 2.8125rem;
    padding: 0 0.875rem 0 1.875rem;
  }
  .main-screen-two-consultation__avatar .image {
    width: 3.375rem;
    height: 3.375rem;
  }
  .main-screen-two-consultation__specialist {
    gap: 1rem;
  }
  .main-screen-two-consultation__info .specialist-contacts {
    gap: 0.375rem;
  }
  .main-screen-two-consultation__info .specialist-name {
    font-size: 0.875rem;
    line-height: 1;
  }
  .main-screen-two-consultation__info .specialist-phone {
    font-size: 1.25rem;
  }
  .about-main-screen-two .main-screen-two-consultation__faq_btn {
    display: block;
    width: 7.125rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.8125rem;
  }
  .about-main-screen-two .main-screen-two-consultation__faq_text {
    width: 11.875rem;
  }
  .solution-main-screen-two .main-screen-two-consultation__bottom {
    padding: 0.6875rem 0.625rem;
    transition: 0.3s ease;
  }
  .solution-main-screen-two .main-screen-two-consultation__bottom.sticky-top {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
  }
}
.main-catalog {
  padding: 2.3125rem 0 4.6875rem 0;
}
.main-catalog__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8125rem 2.0625rem;
}
.main-catalog__card {
  background-color: #ECEEF5;
}
.main-catalog__image {
  position: relative;
}
.main-catalog__image:hover img {
  transform: scale(1.1);
}
.main-catalog__box {
  width: 100%;
  height: 25.0625rem;
}
.main-catalog__box img {
  transition: 0.3s ease;
}
.main-catalog__box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-catalog__title {
  position: absolute;
  left: 2.5rem;
  right: 2.5rem;
  bottom: 2.25rem;
  font-size: 2.25rem;
  line-height: 1.16;
  color: #fff;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}
.main-catalog__info {
  background-color: #ECEEF5;
  padding: 1.25rem 2.625rem;
}
.main-catalog__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.75rem;
}
.main-catalog__link {
  padding: 0.625rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  color: #000;
  border-top: 0.0625rem solid #BEC2CD;
  transition: 0.3s ease;
}
.main-catalog__link:nth-child(1), .main-catalog__link:nth-child(2) {
  border: none;
}
.main-catalog__link:hover {
  color: #18499B;
}
.main-catalog__arrow {
  background-color: #fff;
  border-radius: 50%;
  min-width: 1.125rem;
  height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-catalog__arrow svg {
  width: 0.375rem;
  height: 0.5625rem;
}

@media screen and (max-width: 992px) {
  .main-catalog__block {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .main-catalog__box {
    height: 21.875rem;
  }
  .main-catalog__links {
    gap: 0 1.5rem;
  }
  .main-catalog__info {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .main-catalog {
    padding: 0.625rem 0 1.375rem 0;
  }
  .main-catalog__block {
    gap: 0.625rem;
  }
  .main-catalog__box {
    height: 12.8125rem;
  }
  .main-catalog__links {
    gap: 0 1.5rem;
  }
  .main-catalog__info {
    padding: 1.5rem;
  }
  .main-catalog__links {
    grid-template-columns: repeat(1, 1fr);
    gap: 0 0;
  }
  .main-catalog__info {
    padding: 0 0.9375rem;
  }
  .main-catalog__link {
    padding: 13px 0;
  }
  .main-catalog__link:nth-child(2) {
    border-top: 0.0625rem solid #BEC2CD;
  }
  .main-catalog__name {
    font-size: 0.875rem;
  }
  .main-catalog__title {
    font-size: 1.375rem;
    line-height: 1.5rem;
    left: 0.9375rem;
    bottom: 1.3125rem;
    width: 16.9375rem;
    max-width: 16.9375rem;
  }
}
.main-solution__block {
  padding: 3.4375rem 2.8125rem 2.5rem;
  background-color: var(--accent);
  color: #fff;
  display: flex;
  gap: 14.0625rem;
  background-image: url(../img/main-solution/bg-image-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  min-height: 52rem;
}
.main-solution__video {
  position: relative;
  margin: 5.9375rem 0 0 0;
  line-height: 0;
  width: 100%;
  height: 20.375rem;
  overflow: hidden;
  transition: 0.3s ease;
}
.main-solution__video_close {
  position: absolute;
  right: -2.8125rem;
  top: 0;
  display: none;
  cursor: pointer;
}
.main-solution__video_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-solution__video_wrapper.active .main-solution__video {
  margin: 0;
  width: 65.9375rem;
  height: 34rem;
}
.main-solution__video_wrapper.active .main-solution__video_close {
  display: block;
}
.main-solution__video:hover .btn-ok__button {
  width: 8.75rem;
  height: 8.75rem;
}
.main-solution__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-solution__video .btn-ok {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main-solution__video .btn-stop {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main-solution__video .btn-ok.active {
  display: block;
}
.main-solution__video .btn-stop.active {
  display: block;
}
.main-solution__video .btn-ok__button {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6.375rem;
  height: 6.375rem;
  transition: 0.5s ease;
}
.main-solution__video .btn-ok__button svg {
  width: 100%;
  height: 100%;
}
.main-solution__left {
  position: relative;
  max-width: 35.625rem;
}
.main-solution__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 42.875rem;
}
.main-solution__btn {
  margin-bottom: 2.5rem;
  width: max-content;
}
.main-solution__text {
  font-size: 1.5rem;
  margin: 2.5rem 0 0 0;
  line-height: 1.16;
  max-width: 31.875rem;
}
.main-solution__info {
  line-height: 1.6;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.main-solution__info p {
  margin-bottom: 1.875rem;
}
.main-solution__info p:last-child {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .main-solution__block {
    flex-direction: column;
    gap: 1.5625rem;
  }
  .main-solution__video {
    margin: 2.0625rem 0 0 0;
  }
  .main-solution__video_wrapper {
    position: initial;
  }
  .main-solution__video_wrapper.active .main-solution__video {
    margin: 2.0625rem 0 0 0;
    width: 100%;
    height: 20.375rem;
  }
  .main-solution__video_wrapper.active .main-solution__video_close {
    display: none;
  }
  .main-solution__text {
    margin: 1.5rem 0 0 0;
  }
  .main-solution__left {
    max-width: 100%;
  }
  .main-solution__btn {
    margin: 2.375rem 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .main-solution .container {
    padding: 0;
  }
  .main-solution__block {
    padding: 1.625rem 0.625rem 0.9375rem 0.625rem;
  }
  .main-solution .section-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .main-solution__text {
    margin-top: 1rem;
    max-width: 20.625rem;
  }
  .main-solution__text p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  .main-solution__video {
    margin-top: 2.0625rem;
    height: 12.75rem;
  }
  .main-solution__video .btn-ok__button {
    width: 3.625rem;
    height: 3.625rem;
  }
  .main-solution__video:hover .btn-ok__button {
    width: 3.625rem;
    height: 3.625rem;
  }
  .main-solution__video_wrapper.active .main-solution__video {
    margin-top: 2.0625rem;
    height: 12.75rem;
  }
  .main-solution__info p {
    margin-bottom: 1.5625rem;
  }
  .main-solution__btn {
    margin-top: 2.375rem;
    width: 100%;
  }
}
.main-cases {
  padding: 8.75rem 0 7.8125rem 0;
}
.main-cases__btn-mob {
  display: none;
}
.main-cases__desc-mob {
  display: none;
}
.main-cases__block {
  display: grid;
  grid-template-columns: 30.75rem auto;
  gap: 1.6875rem;
}
.main-cases__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-cases__number {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.main-cases__number_name {
  text-transform: uppercase;
  color: #2E2D2D;
}
.main-cases__number_num {
  color: #757575;
}
.main-cases__line {
  width: 7.6875rem;
  height: 0.0625rem;
  background-color: #D9D9D9;
}
.main-cases__text {
  margin: 6.5rem 0 0 0;
  max-width: 25.9375rem;
}
.main-cases__btn {
  margin: 2.75rem 0 0 0;
  width: max-content;
}
.main-cases__box {
  width: 100%;
  height: 17.75rem;
}
.main-cases__box img {
  transition: 0.3s ease;
}
.main-cases__right .main-cases__box {
  height: 40.875rem;
}
.main-cases__right .name {
  max-width: 49.375rem;
  line-height: 1.1;
  margin-bottom: 1.875rem;
}
.main-cases__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  color: #000;
  margin: 1.25rem 0 0 0;
}
.main-cases__card {
  display: block;
  border-bottom: 0.0625rem solid #D7DAE3;
  padding-bottom: 1.5rem;
}
.main-cases__card:hover .main-cases__box img {
  transform: scale(1.1);
}
.main-cases__card:hover .main-cases__link {
  color: #18499B;
}
.main-cases__card:hover .main-cases__arrow {
  border-color: #18499B;
}
.main-cases__card:hover .main-cases__arrow svg path {
  stroke: #18499B;
}
.main-cases__arrow {
  border-radius: 50%;
  border: 0.0625rem solid #6F6A6A;
  width: 1.125rem;
  height: 1.125rem;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-cases__arrow svg {
  width: 0.375rem;
  height: 0.5625rem;
}
.main-cases__arrow svg path {
  transition: 0.3s ease;
}

@media screen and (max-width: 992px) {
  .main-cases {
    padding: 6.25rem 0 6.25rem;
  }
  .main-cases__block {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-cases__text {
    margin: 2.5rem 0 3.375rem 0;
    max-width: 22.5rem;
  }
  .main-cases__btn-mob {
    display: flex;
    margin-top: 3.4375rem !important;
    margin-bottom: 0;
  }
  .main-cases__desc-mob {
    display: block;
    order: 5;
  }
  .main-cases__block {
    gap: 0;
  }
  .main-cases__desc {
    display: none;
  }
  .main-cases__left {
    order: 2;
  }
  .main-cases__right {
    order: 4;
    margin-bottom: 2.8125rem;
  }
  .main-cases__right .main-cases__box {
    height: 21.875rem;
  }
}
@media screen and (max-width: 576px) {
  .main-cases {
    padding: 5.25rem 0 3.5rem 0;
    position: relative;
  }
  .main-cases__block {
    gap: 0;
  }
  .main-cases__desc {
    display: none;
  }
  .main-cases__btn-mob {
    display: flex;
    margin-top: 1.0625rem !important;
    margin-bottom: 0;
  }
  .main-cases__number {
    position: relative;
    justify-content: space-between;
    gap: 1.875rem;
  }
  .main-cases__number_name {
    position: relative;
    z-index: 10;
    width: 6.25rem;
    background: #ffffff;
    text-align: left;
  }
  .main-cases__number_num {
    position: relative;
    z-index: 10;
    padding-left: 1.6875rem;
    background: #ffffff;
    text-align: right;
  }
  .main-cases__line {
    position: absolute;
    width: auto;
    height: 0.0625rem;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0.75rem;
    left: 0.625rem;
  }
  .main-cases__btn {
    margin: 2.75rem 0 0 0;
    width: max-content;
  }
  .main-cases__box {
    width: 100%;
    height: 12.8125rem;
  }
  .main-cases__right {
    order: 4;
    margin-bottom: 1.875rem;
  }
  .main-cases__right .main-cases__box {
    height: 12.8125rem;
  }
  .main-cases__right .name {
    max-width: 100%;
    margin-bottom: 2.375rem;
  }
  .main-cases__link {
    gap: 0;
    margin: 0.75rem 0 0 0;
  }
  .main-cases__link p {
    max-width: 18.6875rem;
  }
  .main-cases__card {
    padding-bottom: 0.75rem;
  }
  .main-cases__arrow {
    border-radius: 50%;
    border: 0.0625rem solid #6F6A6A;
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-cases__arrow svg {
    width: 0.375rem;
    height: 0.5625rem;
  }
  .main-cases__btn-mob {
    width: 100%;
  }
}
.main-partners__block {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  background-image: url(../img/main-partners/bg-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 2.8125rem 3.75rem 3.125rem 2.8125rem;
}
.main-partners__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-partners__text {
  color: #C6C6C6;
  max-width: 18.75rem;
  margin: 1.875rem 0 0 0;
}
.main-partners__swiper {
  max-width: 68.25rem;
}
.main-partners__swiper .swiper-slide {
  position: relative;
  background-color: #fff;
  height: 21.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-partners__number {
  color: #909090;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}
.main-partners__arrows {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.main-partners-button-prev, .main-partners-button-next {
  position: initial;
  background-color: #fff;
  border-radius: 50%;
  width: 3.5625rem;
  height: 3.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-partners-button-prev svg, .main-partners-button-next svg {
  width: 0.8125rem;
  height: 1.3125rem;
}

.about-partners {
  margin-bottom: 2.1875rem;
}

@media screen and (max-width: 992px) {
  .main-partners__block {
    display: flex;
    justify-content: baseline;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.8125rem 3.75rem 3.125rem 2.8125rem;
  }
  .main-partners__text {
    max-width: 18.75rem;
    margin: 1.875rem 0 0 0;
  }
  .main-partners__swiper {
    max-width: 100%;
  }
  .main-partners__swiper .swiper-slide {
    height: 15rem;
  }
  .main-partners__arrows {
    display: none;
  }
  .about-partners {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .main-partners .container {
    padding: 0;
    max-width: 100%;
  }
  .main-partners__block {
    gap: 1.5625rem;
    padding: 0.75rem 0.625rem 1.5rem 0.625rem;
  }
  .main-partners__text {
    max-width: 12.75rem;
    margin: 0.9375rem 0 0 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .main-partners__swiper .swiper-slide {
    height: 10.75rem;
  }
  .main-partners__swiper .swiper-slide img {
    max-width: 7.3125rem;
    max-height: 4.5625rem;
  }
  .main-partners__arrows {
    display: none;
  }
  .about-partners {
    margin-bottom: 2.1875rem;
  }
}
.solution-news {
  padding: 8.4375rem 0 4.0625rem 0;
}
.solution-news__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.solution-news__header .name {
  max-width: 48.75rem;
}
.solution-news__items {
  margin: 5.3125rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1875rem;
}
.solution-news__link-mob {
  display: none;
}

@media screen and (max-width: 992px) {
  .solution-news__header {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
  }
  .solution-news__header .name {
    font-size: 2.5rem;
    line-height: 2.5rem;
    max-width: 100%;
  }
  .solution-news__items {
    margin: 2.5rem 0 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.875rem;
  }
  .solution-news__link {
    display: none;
  }
  .solution-news__link-mob {
    display: flex;
    margin-top: 2.5rem;
  }
  .solution-news .main-cases__number {
    margin-bottom: 3.25rem;
  }
}
@media screen and (max-width: 576px) {
  .solution-news {
    padding: 2.625rem 0 2.5rem;
  }
  .solution-news__link-mob {
    margin-top: 0.875rem;
  }
  .solution-news .news__item:nth-child(n+4) {
    display: none;
  }
  .solution-news .main-cases__number {
    width: 100%;
  }
}
.main-map {
  padding: 5rem 0 0 0;
}
.main-map__header {
  position: relative;
  max-width: 40.4375rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
  z-index: 2;
}
.main-map__text {
  font-size: 1.125rem;
  margin: 2.3125rem 0 0 0;
}
.main-map-list {
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-map-list__wrapper {
  position: relative;
  border: 0.0625rem solid #EAEAEA;
  background-color: #fff;
  box-shadow: 0px 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
  border-radius: 6.1875rem;
  width: max-content;
  height: 2.8125rem;
  font-size: 1rem;
  display: flex;
  justify-content: flex-end;
  transition: 0.3s ease;
  z-index: 5;
}
.main-map-list__wrapper:hover {
  background-color: #FBFBFB;
  border-color: #DEDEDE;
}
.main-map-list__wrapper svg {
  width: 1.1875rem;
  height: 1.2188rem;
  transition: 0.3s ease;
}
.main-map-list__wrapper.active {
  height: auto;
  border-radius: 1.8125rem;
  padding: 0.75rem 2.0625rem 2.1875rem 2.0625rem;
  justify-content: center;
  flex-direction: column;
}
.main-map-list__wrapper.active svg {
  transform: rotate(-90deg);
}
.main-map-list__wrapper.active .main-map-list__countries {
  display: block;
}
.main-map-list__wrapper.active .main-map-list__btn {
  justify-content: center;
  width: auto;
  height: auto;
}
.main-map-list__btn {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  justify-content: flex-end;
  cursor: pointer;
  padding: 0 0.75rem 0 2.5rem;
  height: 100%;
}
.main-map-list__countries {
  margin: 1.875rem 0 0 0;
  display: none;
}
.main-map-list__countries ul {
  font-size: 1.125rem;
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 0.3125rem 2.5rem;
}
.main-map-image {
  margin: 3.25rem 0 0 0;
  position: relative;
}
.main-map-image::before {
  content: "";
  width: 100%;
  height: 15.125rem;
  position: absolute;
  top: -5.1875rem;
  left: 0;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 78.09%);
}
.main-map-image__wrapper img {
  width: 100%;
  height: auto;
}
.main-map-image__marker {
  position: absolute;
  line-height: 0;
  top: 3.125rem;
  opacity: 0;
}
.main-map-image__marker svg {
  width: 1.625rem;
  height: 2rem;
}
.main-map-image__marker_1 {
  left: 29.1875rem;
}
.main-map-image__marker_1.animate {
  animation: marker1 0.4s linear 0.3s forwards;
}
.main-map-image__marker_2 {
  left: 18.5625rem;
}
.main-map-image__marker_2.animate {
  animation: marker2 0.7s linear 0.3s forwards;
}
.main-map-image__marker_3 {
  left: 26.9375rem;
}
.main-map-image__marker_3.animate {
  animation: marker3 0.5s linear 0.3s forwards;
}
.main-map-image__marker_4 {
  left: 35.25rem;
}
.main-map-image__marker_4.animate {
  animation: marker4 0.6s linear 0.3s forwards;
}
.main-map-image__marker_5 {
  left: 31.4375rem;
}
.main-map-image__marker_5.animate {
  animation: marker5 0.8s linear 0.3s forwards;
}
.main-map-image__marker_6 {
  left: 46.6875rem;
}
.main-map-image__marker_6.animate {
  animation: marker6 0.4s linear 0.3s forwards;
}
.main-map-image__marker_7 {
  left: 52.75rem;
}
.main-map-image__marker_7.animate {
  animation: marker7 0.3s linear 0.3s forwards;
}
.main-map-image__marker_8 {
  left: 50.5rem;
}
.main-map-image__marker_8.animate {
  animation: marker8 0.5s linear 0.3s forwards;
}
.main-map-image__marker_9 {
  left: 52.75rem;
}
.main-map-image__marker_9.animate {
  animation: marker9 0.6s linear 0.3s forwards;
}
.main-map-image__marker_10 {
  left: 55.8125rem;
}
.main-map-image__marker_10.animate {
  animation: marker10 0.4s linear 0.3s forwards;
}
.main-map-image__marker_11 {
  left: 57.375rem;
}
.main-map-image__marker_11.animate {
  animation: marker11 0.7s linear 0.3s forwards;
}
.main-map-image__marker_12 {
  left: 58.875rem;
}
.main-map-image__marker_12.animate {
  animation: marker12 0.3s linear 0.3s forwards;
}
.main-map-image__marker_13 {
  left: 56.5625rem;
}
.main-map-image__marker_13.animate {
  animation: marker13 0.6s linear 0.3s forwards;
}
.main-map-image__marker_14 {
  left: 59.625rem;
}
.main-map-image__marker_14.animate {
  animation: marker14 0.8s linear 0.3s forwards;
}
.main-map-image__marker_15 {
  left: 63.375rem;
}
.main-map-image__marker_15.animate {
  animation: marker15 0.4s linear 0.3s forwards;
}
.main-map-image__marker_16 {
  left: 61.875rem;
}
.main-map-image__marker_16.animate {
  animation: marker16 0.5s linear 0.3s forwards;
}
.main-map-image__marker_17 {
  left: 64.1875rem;
}
.main-map-image__marker_17.animate {
  animation: marker17 0.7s linear 0.3s forwards;
}
.main-map-image__marker_18 {
  left: 55.0625rem;
}
.main-map-image__marker_18.animate {
  animation: marker18 0.4s linear 0.3s forwards;
}
.main-map-image__marker_19 {
  left: 69.5rem;
}
.main-map-image__marker_19.animate {
  animation: marker19 0.8s linear 0.3s forwards;
}
.main-map-image__marker_20 {
  left: 77.875rem;
}
.main-map-image__marker_20.animate {
  animation: marker20 0.5s linear 0.3s forwards;
}
.main-map-image__marker_21 {
  left: 81.6875rem;
}
.main-map-image__marker_21.animate {
  animation: marker21 0.7s linear 0.3s forwards;
}
.main-map-image__marker_22 {
  left: 87.75rem;
}
.main-map-image__marker_22.animate {
  animation: marker22 0.5s linear 0.3s forwards;
}
.main-map-image__marker_23 {
  left: 84rem;
}
.main-map-image__marker_23.animate {
  animation: marker23 0.8s linear 0.3s forwards;
}
.main-map-image__marker_24 {
  left: 83.125rem;
}
.main-map-image__marker_24.animate {
  animation: marker24 0.9s linear 0.3s forwards;
}
.main-map-image__marker_25 {
  left: 87.75rem;
}
.main-map-image__marker_25.animate {
  animation: marker25 0.7s linear 0.3s forwards;
}
.main-map-numbers {
  margin-top: -2.8125rem;
}
.main-map-numbers__items {
  display: grid;
  grid-template-columns: repeat(3, 31.875rem);
  gap: 3.75rem;
}
.main-map-numbers__item {
  display: flex;
  flex-direction: column;
}
.main-map-numbers__num {
  font-size: 12.4375rem;
  color: var(--accent);
  line-height: 1.14;
}
.main-map-numbers__text {
  color: #6F6A6A;
  max-width: 20.9375rem;
}

@keyframes marker1 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 14.9375rem;
  }
}
@keyframes marker2 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 23.9375rem;
  }
}
@keyframes marker3 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 35.1875rem;
  }
}
@keyframes marker4 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 37.5rem;
  }
}
@keyframes marker5 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 41.9375rem;
  }
}
@keyframes marker6 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 11.875rem;
  }
}
@keyframes marker7 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 10.375rem;
  }
}
@keyframes marker8 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 14.875rem;
  }
}
@keyframes marker9 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 16.375rem;
  }
}
@keyframes marker10 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 17.125rem;
  }
}
@keyframes marker11 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 18.625rem;
  }
}
@keyframes marker12 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 16.3125rem;
  }
}
@keyframes marker13 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 13.3125rem;
  }
}
@keyframes marker14 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 13.3125rem;
  }
}
@keyframes marker15 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 20.125rem;
  }
}
@keyframes marker16 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 23.125rem;
  }
}
@keyframes marker17 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 23.125rem;
  }
}
@keyframes marker18 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 26.125rem;
  }
}
@keyframes marker19 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 22.375rem;
  }
}
@keyframes marker20 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 17.875rem;
  }
}
@keyframes marker21 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 23.125rem;
  }
}
@keyframes marker22 {
  0% {
    top: 3.125rem;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 20.125rem;
  }
}
@keyframes marker23 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 29.125rem;
  }
}
@keyframes marker24 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 32.1875rem;
  }
}
@keyframes marker25 {
  0% {
    opacity: 0;
    top: 3.125rem;
  }
  100% {
    opacity: 1;
    top: 35.9375rem;
  }
}
@media screen and (max-width: 992px) {
  .main-map .container {
    padding: 0;
  }
  .main-map__header {
    padding: 0 1.25rem;
  }
  .main-map-image {
    margin: 5.25rem 0 0 0;
  }
  .main-map-image::before {
    display: none;
  }
  .main-map-image__wrapper {
    margin: 1.0625rem 0 0 0;
  }
  .main-map-image__marker svg {
    width: 1rem;
    height: 1.1875rem;
  }
  .main-map-image__marker_1 {
    left: 13.75rem;
  }
  .main-map-image__marker_2 {
    left: 8.1875rem;
  }
  .main-map-image__marker_3 {
    left: 17.0625rem;
  }
  .main-map-image__marker_4 {
    left: 14.5rem;
  }
  .main-map-image__marker_5 {
    left: 21.6875rem;
  }
  .main-map-image__marker_6 {
    left: 23rem;
  }
  .main-map-image__marker_7 {
    left: 23rem;
  }
  .main-map-image__marker_8 {
    left: 25.875rem;
  }
  .main-map-image__marker_9 {
    left: 27.625rem;
  }
  .main-map-image__marker_10 {
    left: 27.3125rem;
  }
  .main-map-image__marker_11 {
    left: 28.3125rem;
  }
  .main-map-image__marker_12 {
    left: 29.375rem;
  }
  .main-map-image__marker_13 {
    left: 29.375rem;
  }
  .main-map-image__marker_14 {
    left: 30.3125rem;
  }
  .main-map-image__marker_15 {
    left: 31.8125rem;
  }
  .main-map-image__marker_16 {
    left: 32.5625rem;
  }
  .main-map-image__marker_17 {
    left: 34.3125rem;
  }
  .main-map-image__marker_18 {
    left: 33.9375rem;
  }
  .main-map-image__marker_19 {
    left: 36.0625rem;
  }
  .main-map-image__marker_20 {
    left: 38.5625rem;
  }
  .main-map-image__marker_21 {
    left: 40.3125rem;
  }
  .main-map-image__marker_22 {
    left: 38.875rem;
  }
  .main-map-image__marker_23 {
    left: 38.1875rem;
  }
  .main-map-image__marker_24 {
    left: 41.0625rem;
  }
  .main-map-image__marker_25 {
    display: none;
  }
  .main-map-list {
    top: -3.75rem;
  }
  .main-map-list__countries ul {
    font-size: 1rem;
  }
  .main-map-numbers {
    padding: 0 1.25rem;
    margin-top: 0;
  }
  .main-map-numbers__text {
    font-size: 0.875rem;
  }
  .main-map-numbers__items {
    grid-template-columns: repeat(3, 13.625rem);
    gap: 2.25rem;
  }
  .main-map-numbers__num {
    font-size: 5rem;
  }
  @keyframes marker1 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 7.625rem;
    }
  }
  @keyframes marker2 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 11.4375rem;
    }
  }
  @keyframes marker3 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 15.9375rem;
    }
  }
  @keyframes marker4 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 19.125rem;
    }
  }
  @keyframes marker5 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 5.25rem;
    }
  }
  @keyframes marker6 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 4.75rem;
    }
  }
  @keyframes marker7 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 7.3125rem;
    }
  }
  @keyframes marker8 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 5.125rem;
    }
  }
  @keyframes marker9 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 7.9375rem;
    }
  }
  @keyframes marker10 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 12.375rem;
    }
  }
  @keyframes marker11 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 12.375rem;
    }
  }
  @keyframes marker12 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 9rem;
    }
  }
  @keyframes marker13 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 5.6875rem;
    }
  }
  @keyframes marker14 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 7.625rem;
    }
  }
  @keyframes marker15 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 8.625rem;
    }
  }
  @keyframes marker16 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 9rem;
    }
  }
  @keyframes marker17 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 9.375rem;
    }
  }
  @keyframes marker18 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 6.9375rem;
    }
  }
  @keyframes marker19 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 8.3125rem;
    }
  }
  @keyframes marker20 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 6.9375rem;
    }
  }
  @keyframes marker21 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 9.4375rem;
    }
  }
  @keyframes marker22 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 14.4375rem;
    }
  }
  @keyframes marker23 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 14.9375rem;
    }
  }
  @keyframes marker24 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 16.625rem;
    }
  }
}
@media screen and (max-width: 576px) {
  .main-map {
    padding: 2.375rem 0 0 0;
  }
  .main-map__header {
    padding: 0 0.625rem;
  }
  .main-map__header .section-title {
    max-width: 21.25rem;
  }
  .main-map__text {
    font-size: 0.875rem;
    margin: 0.8125rem 0 0 0;
    color: #6F6A6A;
  }
  .main-map-image__wrapper {
    width: 28.0625rem;
    margin: 5.25rem 0 0 -2.8125rem;
  }
  .main-map-image__marker_1 {
    left: 5rem;
  }
  .main-map-image__marker_2 {
    left: 1.75rem;
  }
  .main-map-image__marker_3 {
    left: 6.875rem;
  }
  .main-map-image__marker_4 {
    left: 5.0625rem;
  }
  .main-map-image__marker_5 {
    left: 9.5625rem;
  }
  .main-map-image__marker_6 {
    left: 10.4375rem;
  }
  .main-map-image__marker_7 {
    left: 10.4375rem;
  }
  .main-map-image__marker_8 {
    left: 12.125rem;
  }
  .main-map-image__marker_9 {
    left: 13.1875rem;
  }
  .main-map-image__marker_10 {
    left: 12.5rem;
  }
  .main-map-image__marker_11 {
    left: 13.5625rem;
  }
  .main-map-image__marker_12 {
    left: 14.3125rem;
  }
  .main-map-image__marker_13 {
    left: 15rem;
  }
  .main-map-image__marker_14 {
    left: 14.3125rem;
  }
  .main-map-image__marker_15 {
    left: 15.625rem;
  }
  .main-map-image__marker_16 {
    left: 16.25rem;
  }
  .main-map-image__marker_17 {
    left: 17.25rem;
  }
  .main-map-image__marker_18 {
    left: 17.0625rem;
  }
  .main-map-image__marker_19 {
    left: 18.3125rem;
  }
  .main-map-image__marker_20 {
    left: 19.5625rem;
  }
  .main-map-image__marker_21 {
    left: 20.625rem;
  }
  .main-map-image__marker_22 {
    left: 19.75rem;
  }
  .main-map-image__marker_23 {
    left: 19.3125rem;
  }
  .main-map-image__marker_24 {
    left: 21rem;
  }
  .main-map-list__wrapper {
    font-size: 0.75rem;
    height: 2.3125rem;
  }
  .main-map-list__wrapper.active {
    padding: 0.75rem 1.5625rem 1.5625rem 1.5625rem;
  }
  .main-map-list__btn {
    gap: 1.3125rem;
    padding: 0 0.5rem 0 1.4375rem;
  }
  .main-map-list__countries {
    margin: 1.25rem 0 0 0;
  }
  .main-map-list__countries ul {
    grid-template-columns: repeat(2, 1fr);
    font-size: 0.875rem;
  }
  .main-map-numbers {
    margin: 1.875rem 0 0 0;
    padding: 0 0.625rem;
  }
  .main-map-numbers__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .main-map-numbers__item {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.875rem;
    border-bottom: 0.0625rem solid #E9E9E9;
    padding: 1.0625rem 0;
  }
  .main-map-numbers__item:last-child {
    border: none;
    padding-bottom: 0;
  }
  .main-map-numbers__item:first-child {
    padding-top: 0;
  }
  .main-map-numbers__num {
    font-size: 3.75rem;
  }
  .main-map-numbers__text {
    max-width: 11.8125rem;
    width: 100%;
  }
  @keyframes marker1 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 4.0625rem;
    }
  }
  @keyframes marker2 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 6.25rem;
    }
  }
  @keyframes marker3 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 8.9375rem;
    }
  }
  @keyframes marker4 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 11rem;
    }
  }
  @keyframes marker5 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 2.6875rem;
    }
  }
  @keyframes marker6 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 2.4375rem;
    }
  }
  @keyframes marker7 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 3.75rem;
    }
  }
  @keyframes marker8 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 2.6875rem;
    }
  }
  @keyframes marker9 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 4.25rem;
    }
  }
  @keyframes marker10 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 6.75rem;
    }
  }
  @keyframes marker11 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 6.75rem;
    }
  }
  @keyframes marker12 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 4.875rem;
    }
  }
  @keyframes marker13 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 3.8125rem;
    }
  }
  @keyframes marker14 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 2.9375rem;
    }
  }
  @keyframes marker15 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 4.625rem;
    }
  }
  @keyframes marker16 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 5rem;
    }
  }
  @keyframes marker17 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 5.3125rem;
    }
  }
  @keyframes marker18 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 3.8125rem;
    }
  }
  @keyframes marker19 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 4.375rem;
    }
  }
  @keyframes marker20 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 3.6875rem;
    }
  }
  @keyframes marker21 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 5.0625rem;
    }
  }
  @keyframes marker22 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 6.9375rem;
    }
  }
  @keyframes marker23 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 8.375rem;
    }
  }
  @keyframes marker24 {
    0% {
      top: 3.125rem;
    }
    100% {
      top: 9.375rem;
    }
  }
}
.cases {
  padding: 3.125rem 0 10.625rem 0;
}
.cases__items {
  display: flex;
  flex-direction: column;
}
.cases__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-bottom: 5.3125rem;
}
.cases__item:last-child {
  margin: 0;
}
.cases__item:nth-child(even) .cases__info {
  order: 1;
}
.cases__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 0.0625rem solid #CBCFE0;
  border-bottom: 0.0625rem solid #CBCFE0;
  padding: 2.1875rem 0;
}
.cases__tag {
  margin-bottom: 1.875rem;
}
.cases__text {
  margin: 2.5rem 0 0 0;
  color: #6F6A6A;
  max-width: 42.0625rem;
}
.cases__top .name {
  line-height: 1;
  max-width: 45.625rem;
}
.cases__image {
  width: 100%;
  height: 41.3125rem;
}
.cases__image img {
  transition: 0.3s ease;
}
.cases__image:hover img {
  transform: scale(1.1);
}
.cases .news__btn {
  margin: 7.5rem auto 0;
}
.cases__logo {
  max-width: 10rem;
  height: auto;
}
.cases__logo img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .cases {
    padding: 1.5rem 0 3.875rem 0;
  }
  .cases__item {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .cases__item:nth-child(even) .cases__info {
    order: 0;
  }
  .cases__image {
    height: 28.125rem;
  }
  .cases__info {
    border-top: none;
    padding: 0 0 1.5rem 0;
  }
  .cases__text {
    margin: 1.5rem 0 0 0;
  }
  .cases__bottom {
    margin: 3.75rem 0 0 0;
  }
  .cases .news__btn {
    margin: 3.3125rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .cases {
    padding: 0.75rem 0 3.875rem 0;
  }
  .cases__image {
    height: 18.125rem;
  }
  .cases__logo {
    max-width: 7.6875rem;
  }
  .cases__tag {
    max-width: 100% !important;
    height: auto !important;
    padding: 0.25rem 0.8125rem !important;
  }
}
.news {
  padding: 2.8125rem 0 9.0625rem 0;
}
.news__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 1.1875rem;
}
.news__item {
  position: relative;
  border: 0.0625rem solid #D9D9D9;
  height: 24.375rem;
}
.news__item_image {
  width: 100%;
  height: 10rem;
}
.news__item_wrapper {
  padding: 1.6875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  color: #000;
  transition: 0.3s ease;
  position: absolute;
  height: 24.31rem;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.news__item:hover .news__item_wrapper {
  height: 14.375rem;
  top: auto;
  color: var(--accent);
}
.news__item:hover .news__text {
  -webkit-line-clamp: 4;
}
.news__text {
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.news__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news__date {
  font-size: 0.9375rem;
  color: #909090;
  text-transform: uppercase;
}
.news__arrow {
  width: 1.0625rem;
  height: 1.0625rem;
}
.news__btn {
  margin: 5rem auto 0;
}

@media screen and (max-width: 992px) {
  .news {
    padding: 1.5rem 0 2.875rem 0;
  }
  .news__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .news__item {
    height: 21.3125rem;
  }
  .news__item_wrapper {
    height: 21.1875rem;
  }
  .news__item_image {
    height: 8.4375rem;
  }
  .news__item:hover .news__item_wrapper {
    height: 12.8125rem;
  }
  .news__text {
    font-size: 1.25rem;
  }
  .news__btn {
    margin: 2.875rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .news {
    padding: 0.75rem 0 2.875rem 0;
  }
  .news__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.875rem;
  }
  .news__item_wrapper {
    padding: 1.5rem;
    height: 21.25rem;
  }
  .news__item_image {
    height: 9.8125rem;
  }
  .news__item:hover .news__item_wrapper {
    height: 11.375rem;
  }
  .news__text {
    font-size: 1.125rem;
  }
  .news__date {
    font-size: 0.75rem;
  }
}
.faq {
  padding: 14.375rem 0 8.4375rem 0;
}
.faq .name {
  text-align: center;
  max-width: 45.9375rem;
  margin: auto;
  line-height: 1.08;
}
.faq .accordion {
  margin: 5rem 0 0 0;
}
.faq .accordion__item {
  padding: 2.1875rem 0;
  border-top: 0.0625rem solid #D9D9D9;
}
.faq .accordion__item:last-child {
  border-bottom: 0.0625rem solid #D9D9D9;
}
.faq .accordion__item_show .accordion__header::after, .faq .accordion__item_slidedown .accordion__header::after {
  background-image: url(../img/faq/accordion-active.svg);
  height: 0.125rem;
}
.faq .accordion__item_show .accordion__header:hover::after, .faq .accordion__item_slidedown .accordion__header:hover::after {
  background-image: url(../img/faq/accordion-active-hover.svg);
}
.faq .accordion__header {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.faq .accordion__header::after {
  content: "";
  transition: transform 0.3s ease-out;
  background-image: url(../img/faq/accordion-default.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  min-width: 1.8125rem;
  height: 1.8125rem;
}
.faq .accordion__header:hover {
  color: var(--accent);
}
.faq .accordion__header:hover::after {
  background-image: url(../img/faq/accordion-default-hover.svg);
}
.faq .accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}
.faq__text {
  padding: 1.25rem 0 0 0;
  color: #909090;
  max-width: 90.625rem;
}

@media screen and (max-width: 992px) {
  .faq {
    padding: 3.4375rem 0 4.375rem 0;
  }
  .faq .accordion {
    margin: 2.6875rem 0 0 0;
  }
  .faq .accordion__item {
    padding: 1.25rem 0;
  }
  .faq .accordion__header {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .faq .accordion__header {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .faq .accordion__item {
    padding: 0.9375rem 0;
  }
  .faq__text {
    padding: 2.5rem 0 0 0;
  }
}
.contacts {
  padding: 4.0625rem 0 5rem 0;
}
.contacts__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.contacts__left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contacts__address {
  max-width: 42rem;
  line-height: 1.08;
}
.contacts #map {
  height: 41.75rem;
  width: 100%;
}
.contacts__links {
  margin-bottom: 2.1875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts__phone {
  font-size: 2rem;
  color: #000;
  line-height: 0.9;
  margin-bottom: 0.25rem;
}
.contacts__mail {
  color: var(--accent);
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.contacts__schedule {
  margin-bottom: 4.6875rem;
  font-size: 0.875rem;
  color: #6F6A6A;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.contacts__btn {
  max-width: 15.625rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .contacts {
    padding: 1.25rem 0 0 0;
  }
  .contacts .container {
    padding: 0;
  }
  .contacts__block {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .contacts__left {
    gap: 6.875rem;
    padding: 0 1.25rem;
  }
  .contacts__schedule {
    margin: 0 0 2.625rem 0;
  }
  .contacts__links {
    margin: 0 0 2.375rem 0;
  }
  .contacts__mail {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .contacts__btn {
    max-width: 100%;
  }
  .contacts__left {
    padding: 0 0.625rem;
  }
  .contacts #map {
    height: 41.75rem;
  }
}
.catalog {
  padding: 2.1875rem 0 2.875rem;
}
.catalog__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1.625rem;
  grid-column-gap: 1rem;
}
.catalog-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33.125rem;
  overflow: hidden;
}
.catalog-card:hover .catalog-card__image img {
  transform: scale(1.1);
}
.catalog-card__image {
  display: block;
  width: 100%;
  height: 100%;
}
.catalog-card__image img {
  transition: 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-card__title {
  position: absolute;
  display: block;
  left: 2.0625rem;
  bottom: 2.6875rem;
  right: 2.0625rem;
  font-size: 36px;
  line-height: 117%;
  color: #FFFFFF;
  z-index: 3;
}

@media screen and (max-width: 992px) {
  .catalog__block {
    grid-row-gap: 0.75rem;
    grid-column-gap: 0.75rem;
  }
  .catalog-card {
    height: 25rem;
  }
  .catalog-card__title {
    left: 1.375rem;
    bottom: 1.8125rem;
    right: 1.375rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .catalog {
    padding: 12px 0;
  }
  .catalog__block {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog-card {
    height: 17rem;
  }
}
.catalog-level-two {
  padding: 1.5rem 0 9.5rem;
}
.catalog-level-two__categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 1.9375rem;
  grid-column-gap: 1.9375rem;
  padding-bottom: 2.25rem;
}
.catalog-level-two__link {
  padding: 1.5rem 1.8125rem;
  height: 9.9375rem;
  border: 0.0625rem solid #ECEEF5;
  transition: 0.3s ease;
}
.catalog-level-two__link:hover {
  border-color: #909090;
}
.catalog-level-two__link span {
  display: block;
  max-width: 19.375rem;
  font-size: 1.5rem;
  line-height: 117%;
  color: #171717;
}
.catalog-level-two__link.active {
  background: #ECEEF5;
}
.catalog-level-two__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 1.625rem;
  grid-column-gap: 1.125rem;
}
.catalog-level-two-card {
  display: block;
  position: relative;
  background: #ECEEF5;
  transition: 0.2s;
  width: 100%;
  height: 31.5625rem;
  overflow: hidden;
  transition: 0.3s ease;
}
.catalog-level-two-card:hover {
  background-color: #DDE0EB;
}
.catalog-level-two-card:hover .catalog-level-two-card__image img {
  margin-top: -0.9375rem;
}
.catalog-level-two-card__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-level-two-card__image img {
  transition: 0.3s ease;
  max-width: 21.3125rem;
  max-height: 21.3125rem;
  mix-blend-mode: darken;
  height: auto;
  width: 100%;
}
.catalog-level-two-card__text {
  display: block;
  position: absolute;
  left: 1.875rem;
  right: 1.875rem;
  bottom: 1.625rem;
  font-size: 1.25rem;
  line-height: 140%;
  color: #161616;
  z-index: 3;
}
.catalog-level-two .pagination {
  padding-top: 2.5rem;
}
.catalog-level-two .pagination .pagination-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5625rem;
}
.catalog-level-two .pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.3125rem;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  border: 0.0625rem solid #60666C;
  color: #60666C;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.catalog-level-two .pagination .page-numbers.current {
  background: #0F336F;
  border: 0.0625rem solid #0F336F;
  color: #FFFFFF;
}
.catalog-level-two .pagination .prev.page-numbers {
  position: relative;
  width: auto;
  padding: 0 0.9375rem 0 2.3125rem;
}
.catalog-level-two .pagination .prev.page-numbers::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.375rem;
  height: 0.6875rem;
  background-image: url(../img/catalog-level-two/arrow.svg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.catalog-level-two .pagination .next.page-numbers {
  position: relative;
  width: auto;
  padding: 0 2.3125rem 0 0.9375rem;
}
.catalog-level-two .pagination .next.page-numbers::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0.75rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.375rem;
  height: 0.6875rem;
  background-image: url(../img/catalog-level-two/arrow.svg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .catalog-level-two__categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0.75rem;
    grid-column-gap: 0.5rem;
    padding-bottom: 0.875rem;
  }
  .catalog-level-two__link {
    padding: 0.6875rem 0.9375rem;
    height: 7.5rem;
  }
  .catalog-level-two__link span {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .catalog-level-two__block {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0.5rem;
    grid-column-gap: 0.5rem;
  }
  .catalog-level-two-card {
    display: block;
    position: relative;
    background: #ECEEF5;
    transition: 0.2s;
    width: 100%;
    height: 34.375rem;
    overflow: hidden;
  }
  .catalog-level-two-card__image img {
    max-width: 21.75rem;
    max-height: 21.75rem;
  }
}
@media screen and (max-width: 576px) {
  .catalog-level-two {
    padding: 11px 0 2rem;
  }
  .catalog-level-two__link {
    height: 4.8125rem;
  }
  .catalog-level-two__block {
    grid-row-gap: 0.125rem;
    grid-column-gap: 0.125rem;
  }
  .catalog-level-two-card {
    background: #ECEEF5;
    transition: 0.2s;
    width: 100%;
    height: 14.6875rem;
    overflow: hidden;
  }
  .catalog-level-two-card__image img {
    max-width: 8.25rem;
    max-height: 8.25rem;
  }
  .catalog-level-two-card__text {
    font-size: 0.75rem;
    line-height: 0.75rem;
    left: 0.6875rem;
    bottom: 0.75rem;
  }
  .catalog-level-two .pagination {
    padding-top: 1.875rem;
  }
}
.main-screen.catalog-level-two-main {
  height: auto;
}
.main-screen.catalog-level-two-main::after {
  background: transparent;
}
.main-screen.catalog-level-two-main .main-screen__block {
  padding-top: 7.375rem;
  height: auto;
}
.main-screen.catalog-level-two-main .main-screen-bottom {
  margin-top: 1.5rem;
}
.main-screen.catalog-level-two-main .breadcrumbs a {
  color: #909090;
}
.main-screen.catalog-level-two-main .breadcrumbs .kb_title {
  color: #909090;
}
.main-screen.catalog-level-two-main .breadcrumbs span {
  color: #909090;
}
.main-screen.catalog-level-two-main .main-screen__title {
  color: #0E528F;
  max-width: 59.375rem;
}
.main-screen.catalog-level-two-main .main-screen-bottom__text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #6F6A6A;
  max-width: 36.875rem;
}
.main-screen.catalog-level-two-main .main-screen-bottom__right {
  display: flex;
  justify-content: flex-end;
  padding-right: 2.125rem;
}
.main-screen.catalog-level-two-main .main-screen-bottom-commercial .text {
  color: #0F336F;
}
.main-screen.catalog-level-two-main .main-screen-bottom-commercial__arrow {
  background-color: #0F336F;
}
.main-screen.catalog-level-two-main .main-screen-bottom-commercial__arrow::before {
  border: 0.125rem dashed #D9D9D9;
}

@media screen and (max-width: 992px) {
  .main-screen.catalog-level-two-main .main-screen__block {
    padding-top: 5rem;
  }
  .main-screen.catalog-level-two-main .main-screen-bottom__left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    order: 2;
  }
  .main-screen.catalog-level-two-main .main-screen-bottom__right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    order: 1;
  }
}
.catalog-card-main {
  padding: 7rem 0 3.375rem;
  background-color: #ECEEF5;
}
.catalog-card-main .breadcrumbs span, .catalog-card-main .breadcrumbs a {
  color: #909090;
}
.catalog-card-main__block {
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 0;
  max-width: 73.75rem;
  padding-top: 0.75rem;
}
.catalog-card-main__left {
  position: relative;
  width: 31.6875rem;
}
.catalog-card-main__left .swiper-slide-thumb-active {
  position: relative;
  overflow: hidden;
}
.catalog-card-main__left .swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: rgba(15, 51, 111, 0.33);
}
.catalog-card-main__left .swiper-button-disabled {
  display: none !important;
}
.catalog-card-main__left .mySwiper .catalog-card-main__image {
  width: 5.1875rem;
  height: 5.1875rem;
}
.catalog-card-main__left .mySwiper .catalog-card-main__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-card-main__left .mySwiper2 {
  padding-bottom: 1.0625rem;
}
.catalog-card-main__left .mySwiper2 .catalog-card-main__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31.6875rem;
  width: 100%;
  background-color: #ffffff;
}
.catalog-card-main__left .mySwiper2 .catalog-card-main__image img {
  max-width: 27.5rem;
  max-height: 27.5rem;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.catalog-card-main__left .swiper-pagination {
  display: none !important;
}
.catalog-card-main__left .catalog-card-main-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 13.75rem;
  z-index: 100;
  width: 2.6875rem;
  height: 2.6875rem;
  border: 0.0625rem solid #D9D9D9;
  border-radius: 100%;
}
.catalog-card-main__left .catalog-card-main-arrow .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6875rem;
  height: 1rem;
}
.catalog-card-main__left .catalog-card-main-arrow .icon svg {
  width: 100%;
  height: 100%;
}
.catalog-card-main__left .catalog-card-main-arrow:hover {
  border: 0.0625rem solid #0E528F;
  background-color: #0E528F;
}
.catalog-card-main__left .catalog-card-main-arrow:hover .icon svg path {
  stroke: #FFFFFF;
}
.catalog-card-main__left .catalog-card-swiper-arrow-prev {
  left: 1.25rem;
}
.catalog-card-main__left .catalog-card-swiper-arrow-next {
  right: 1.25rem;
}
.catalog-card-main__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.catalog-card-main__title {
  display: block;
  font-size: 2.75rem;
  max-width: 100%;
  color: #0E528F;
}
.catalog-card-main__text {
  display: block;
  font-size: 1rem;
  line-height: 1.125rem;
  max-width: 100%;
  color: #909090;
  margin-top: 1.625rem;
}
.catalog-card-main__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5625rem;
  width: 38.25rem;
}
.catalog-card-main__info-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  gap: 1.125rem;
}
.catalog-card-main__button {
  width: 100%;
  height: 3.875rem;
  border: none;
  background-color: #0E528F;
  color: #ffffff;
}
.catalog-card-main-consultation {
  background-color: #ffffff;
  padding: 1.5rem 1.9375rem 1.375rem 1.5625rem;
}
.catalog-card-main-consultation__text {
  font-size: 1.125rem;
  line-height: 1.3125rem;
}
.catalog-card-main-consultation__top {
  padding: 0;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #E6E6E6;
  margin-bottom: 1.0625rem;
}
.catalog-card-main-consultation__specialist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.catalog-card-main-consultation__avatar {
  border-radius: 100%;
  width: 4.3125rem;
  height: 4.3125rem;
  margin-right: 1.25rem;
}
.catalog-card-main-consultation__avatar .image {
  overflow: hidden;
  width: 4.3125rem;
  height: 4.3125rem;
}
.catalog-card-main-consultation__avatar .image img {
  width: 100%;
  height: 100%;
}
.catalog-card-main-consultation__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.catalog-card-main-consultation .specialist-contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.catalog-card-main-consultation .specialist-name {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #909090;
}
.catalog-card-main-consultation .specialist-phone {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #000000;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.catalog-card-main-consultation .specialist-email {
  color: #0F336F;
  font-size: 1rem;
  line-height: 1rem;
  border-bottom: 0.0625rem solid #0F336F;
}

@media screen and (max-width: 992px) {
  .catalog-card-main {
    padding: 5rem 0 1.375rem;
  }
  .catalog-card-main .breadcrumbs {
    display: none;
  }
  .catalog-card-main__block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .catalog-card-main__left {
    order: 1;
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .catalog-card-main__left .mySwiper {
    display: none;
  }
  .catalog-card-main__left .mySwiper2 {
    padding-bottom: 0.1875rem;
  }
  .catalog-card-main__left .mySwiper2 .catalog-card-main__image {
    height: 25rem;
    width: 100%;
  }
  .catalog-card-main__left .swiper-pagination {
    display: block !important;
    bottom: 3px;
  }
  .catalog-card-main__left .swiper-pagination .swiper-pagination-bullet {
    background-color: #D9D9D9;
    opacity: 1;
    width: 0.3125rem !important;
    height: 0.3125rem !important;
  }
  .catalog-card-main__left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0E528F;
    margin-top: -0.1875rem;
  }
  .catalog-card-main__left .catalog-card-main-arrow {
    display: none;
  }
  .catalog-card-main__info {
    gap: 0.5rem;
  }
  .catalog-card-main__title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .catalog-card-main__text {
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
    max-width: 100%;
  }
  .catalog-card-main__right {
    order: 2;
    padding-bottom: 1.5625rem;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .catalog-card-main {
    padding-top: 2.8125rem;
  }
  .catalog-card-main .container {
    padding: 0;
    max-width: 100%;
  }
  .catalog-card-main__info {
    gap: 0;
  }
  .catalog-card-main__text {
    margin-top: 1.25rem;
  }
  .catalog-card-main__button {
    height: 2.625rem;
  }
  .catalog-card-main__left {
    padding: 0 0.625rem;
  }
  .catalog-card-main__left .mySwiper {
    display: none;
  }
  .catalog-card-main__left .mySwiper2 {
    padding-bottom: 0.1875rem;
  }
  .catalog-card-main__left .mySwiper2 .catalog-card-main__image {
    height: 18.75rem;
    width: 100%;
  }
  .catalog-card-main__left .mySwiper2 .catalog-card-main__image img {
    max-width: 18.75rem;
    max-height: 17.5rem;
  }
  .catalog-card-main__right {
    padding: 0 0.625rem;
  }
  .catalog-card-main-consultation {
    padding: 1.3125rem 0.625rem 1.25rem 0.625rem;
  }
  .catalog-card-main-consultation__avatar {
    margin-right: 1rem;
    width: 3.375rem;
    height: 3.375rem;
  }
  .catalog-card-main-consultation__avatar .image {
    width: 3.375rem;
    height: 3.375rem;
  }
  .catalog-card-main-consultation__info {
    display: flex;
    align-items: center;
  }
  .catalog-card-main-consultation .specialist-name {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  .catalog-card-main-consultation .specialist-phone {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .catalog-card-main-consultation .specialist-email {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-card-video__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .catalog-card-video__wrapper {
    height: 25rem;
  }
  .catalog-card-video .btn-ok__button {
    width: 7.75rem;
    height: 7.75rem;
  }
  .catalog-card-video .btn-ok__button svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .catalog-card-video {
    padding-bottom: 2.5rem;
  }
  .catalog-card-video .container {
    padding: 0;
    max-width: 100%;
  }
  .catalog-card-video__wrapper {
    height: 22.0625rem;
  }
  .catalog-card-video .btn-ok__button {
    width: 5.875rem;
    height: 5.875rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-card-image__block {
    height: 25rem;
  }
}
@media screen and (max-width: 576px) {
  .catalog-card-image {
    padding-bottom: 2.5rem;
  }
  .catalog-card-image .container {
    padding: 0;
    max-width: 100%;
  }
  .catalog-card-image__block {
    height: 22.0625rem;
  }
}
.catalog-btn_fixed {
  display: none;
}

@media screen and (max-width: 576px) {
  .catalog-btn_fixed {
    display: none;
  }
  .catalog-btn.sticky-top .catalog-btn_fixed {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1rem;
    padding: 0;
    height: 3rem;
    z-index: 50;
    font-family: BasisGrotesquePro;
    font-weight: 400;
  }
  .catalog-btn.sticky-top .catalog-btn_fixed_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .catalog-btn.sticky-top .catalog-btn_fixed_wrapper svg {
    position: absolute;
    right: 0.5625rem;
    width: 0.375rem;
    height: 0.625rem;
  }
}
.catalog-card-content-header {
  border-bottom: 0.0625rem solid #D3D5DE;
}
.catalog-card-content-header__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.25rem;
}
.catalog-card-content-header__link {
  position: relative;
}
.catalog-card-content-header__link a {
  display: block;
  color: #6F6A6A;
  line-height: 2.625rem;
  font-size: 1.25rem;
  padding: 0.9375rem 0 1.5625rem;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.catalog-card-content-header__link:hover::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.0625rem;
  height: 0.0625rem;
  width: 100%;
  background-color: #000000;
}
.catalog-card-content-header__link:hover a {
  color: #000000;
}
.catalog-card-content__block {
  max-width: 73.75rem;
  width: 100%;
  margin: auto;
  margin-top: 2.8125rem;
}
.catalog-card-content__text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 3.75rem;
}
.catalog-card-content__text:last-child {
  margin-bottom: 0;
}
.catalog-card-content__text h2 {
  margin-bottom: 1.6875rem;
  font-size: 2rem;
  line-height: 140%;
  color: #000000;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}
.catalog-card-content__text h3 {
  margin-bottom: 1.6875rem;
  font-size: 2rem;
  line-height: 140%;
  color: #000000;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}
.catalog-card-content__text h4 {
  margin-bottom: 1.6875rem;
  font-size: 2rem;
  line-height: 140%;
  color: #000000;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}
.catalog-card-content__text p {
  margin-bottom: 1.25rem;
  color: #6F6A6A;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.catalog-card-content__text p:last-child {
  margin-bottom: 0;
}
.catalog-card-content__text ul {
  margin-bottom: 1.25rem;
}
.catalog-card-content__text ul li {
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.5rem;
  color: #6F6A6A;
}
.catalog-card-content__text ul li:last-child {
  margin-bottom: 0;
}
.catalog-card-content__text ul li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.5rem;
  left: 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 100%;
  background-color: #6F6A6A;
}
.catalog-card-content__text ol {
  padding-left: 0.9375rem;
}
.catalog-card-content__text ol li {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  color: #6F6A6A;
}
.catalog-card-content__image-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.0625rem;
  margin-bottom: 4.375rem;
}
.catalog-card-content__image-two .image {
  width: 100%;
}
.catalog-card-content__image-two .image .box {
  width: 100%;
  height: 20.3125rem;
}
.catalog-card-content__image-two .image__description {
  margin-top: 1.0625rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  max-width: 33.4375rem;
  color: #6F6A6A;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}

.catalog-card-video {
  padding-bottom: 3.125rem;
}
.catalog-card-video__description {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #6F6A6A;
}
.catalog-card-video__video {
  width: 100%;
  height: 41.25rem;
  object-fit: cover;
}
.catalog-card-video__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 41.25rem;
}
.catalog-card-video .btn-ok {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.catalog-card-video .btn-ok:hover .btn-ok__button {
  width: 5.5rem;
  height: 5.5rem;
}
.catalog-card-video .btn-stop {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.catalog-card-video .btn-ok.active {
  display: block;
}
.catalog-card-video .btn-stop.active {
  display: block;
}
.catalog-card-video .btn-ok__button {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7.75rem;
  height: 7.75rem;
  transition: 0.3s ease;
}
.catalog-card-video .btn-ok__button svg {
  width: 100%;
  height: 100%;
}

.catalog-card-image {
  margin-bottom: 3.125rem;
}
.catalog-card-image__description {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #6F6A6A;
}
.catalog-card-image__block {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 41.25rem;
}
.catalog-card-image__block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-card-table {
  margin-bottom: 4.0625rem;
}
.catalog-card-table__title {
  font-size: 2rem;
  line-height: 1.75rem;
  margin-bottom: 1.5625rem;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}
.catalog-card-table-header {
  background-color: #F5F5F5;
  color: #101010;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: BasisGrotesquePro;
  font-weight: 700;
}
.catalog-card-table-columns {
  display: grid;
  grid-template-columns: auto 11.25rem 10rem;
  border-bottom: 0.0625rem solid #D3D5DE;
}
.catalog-card-table__column {
  padding: 0.5625rem 0.875rem 0.5625rem 0;
}
.catalog-card-table__column:nth-of-type(1) {
  padding-left: 0.875rem;
}
.catalog-card-table-body {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #6F6A6A;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}

.catalog-card-description-consultation {
  max-width: 73.75rem;
  width: 100%;
  margin: auto;
  margin-top: 4.375rem;
  padding: 2.3125rem 2.125rem 1.375rem 1.5625rem;
  background-color: #F5F5F5;
}
.catalog-card-description-consultation__top {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #E6E6E6;
  margin-bottom: 1rem;
}
.catalog-card-description-consultation__text {
  display: block;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #2F2F2F;
  max-width: 50rem;
}
.catalog-card-description-consultation__specialist {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.catalog-card-description-consultation__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.catalog-card-description-consultation__info .specialist-name {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #909090;
  margin-bottom: 0.375rem;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.catalog-card-description-consultation__info .specialist-phone {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #000000;
  font-family: BasisGrotesquePro;
  font-weight: 500;
}
.catalog-card-description-consultation__info .specialist-contacts {
  display: flex;
  flex-direction: column;
}
.catalog-card-description-consultation__info .specialist-email {
  color: #0F336F;
  font-size: 1rem;
  line-height: 1rem;
  border-bottom: 0.0625rem solid #0F336F;
}
.catalog-card-description-consultation__avatar .image {
  display: block;
  width: 4.3125rem;
  height: 4.3125rem;
  overflow: hidden;
  border-radius: 100%;
}
.catalog-card-description-consultation__avatar .image img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .catalog-card-content-header__links {
    gap: 2.5rem;
  }
  .catalog-card-content-header__link {
    position: relative;
  }
  .catalog-card-content-header__link a {
    display: block;
    color: #6F6A6A;
    font-size: 1rem;
    line-height: 1.125rem;
    padding: 1.25rem 0 1.125rem 0;
  }
  .catalog-card-content-header__link:hover::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -0.0625rem;
    height: 0.0625rem;
    width: 100%;
    background-color: #000000;
  }
  .catalog-card-content-header__link:hover a {
    color: #000000;
  }
  .catalog-card-content__block {
    margin-top: 2.5rem;
  }
  .catalog-card-content__text {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .catalog-card-content__text h2 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-family: BasisGrotesquePro;
    font-weight: 400;
  }
  .catalog-card-content__text h2:last-child {
    margin-bottom: 0;
  }
  .catalog-card-content__text h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-family: BasisGrotesquePro;
    font-weight: 400;
  }
  .catalog-card-content__text h3:last-child {
    margin-bottom: 0;
  }
  .catalog-card-content__text h4 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-family: BasisGrotesquePro;
    font-weight: 400;
  }
  .catalog-card-content__text h4:last-child {
    margin-bottom: 0;
  }
  .catalog-card-content__text p {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
  .catalog-card-content__text p:last-child {
    margin-bottom: 0;
  }
  .catalog-card-content__text ul {
    margin-bottom: 0.9375rem;
  }
  .catalog-card-content__text ul li {
    position: relative;
    padding-left: 0.9375rem;
    margin-bottom: 0.625rem;
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
  .catalog-card-content__text ul li:last-child {
    margin-bottom: 0;
  }
  .catalog-card-content__text ul li::after {
    content: "";
    position: absolute;
    display: block;
    top: 0.5rem;
    left: 0.25rem;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 100%;
    background-color: #909090;
  }
  .catalog-card-content__text ol {
    padding-left: 0.9375rem;
  }
  .catalog-card-content__text ol li {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
  .catalog-card-content__image-two {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .catalog-card-content__image-two .image {
    width: 100%;
  }
  .catalog-card-content__image-two .image .box {
    height: 18.75rem;
  }
  .catalog-card-video {
    padding-bottom: 2.5rem;
  }
  .catalog-card-video__video {
    height: 31.25rem;
  }
  .catalog-card-video__wrapper {
    height: 31.25rem;
  }
  .catalog-card-video .btn-ok:hover .btn-ok__button {
    width: 3.125rem;
    height: 3.125rem;
  }
  .catalog-card-video .btn-ok:hover .btn-ok__button svg {
    width: 100%;
    height: 100%;
  }
  .catalog-card-video .btn-ok__button {
    width: 3.75rem;
    height: 3.75rem;
  }
  .catalog-card-image {
    margin-bottom: 2.5rem;
  }
  .catalog-card-image__description {
    margin-top: 0.3125rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #6F6A6A;
  }
  .catalog-card-image__block {
    height: 31.25rem;
  }
  .catalog-card-table {
    margin-bottom: 2.5rem;
  }
  .catalog-card-table__title {
    font-size: 1.5rem;
    line-height: auto;
    margin-bottom: 1.25rem;
  }
  .catalog-card-table-header {
    background-color: #F5F5F5;
    color: #101010;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-family: BasisGrotesquePro;
    font-weight: 700;
  }
  .catalog-card-table-columns {
    display: grid;
    grid-template-columns: auto 11.25rem 10rem;
    border-bottom: 0.0625rem solid #D3D5DE;
  }
  .catalog-card-table__column {
    padding: 0.5625rem 0.875rem 0.5625rem 0;
  }
  .catalog-card-table__column:nth-of-type(1) {
    padding-left: 0.875rem;
  }
  .catalog-card-table-body {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #6F6A6A;
    font-family: BasisGrotesquePro;
    font-weight: 500;
  }
  .catalog-card-description-consultation {
    max-width: 73.75rem;
    width: 100%;
    margin: auto;
    margin-top: 4.375rem;
    padding: 2.3125rem 2.125rem 1.375rem 1.5625rem;
    background-color: #F5F5F5;
  }
  .catalog-card-description-consultation__top {
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #E6E6E6;
    margin-bottom: 1rem;
  }
  .catalog-card-description-consultation__text {
    display: block;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    color: #2F2F2F;
    max-width: 50rem;
  }
  .catalog-card-description-consultation__specialist {
    display: flex;
    align-items: center;
    gap: 1.125rem;
  }
  .catalog-card-description-consultation__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .catalog-card-description-consultation__info .specialist-name {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #909090;
    margin-bottom: 0.375rem;
    font-family: BasisGrotesquePro;
    font-weight: 500;
  }
  .catalog-card-description-consultation__info .specialist-phone {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000000;
    font-family: BasisGrotesquePro;
    font-weight: 500;
  }
  .catalog-card-description-consultation__info .specialist-contacts {
    display: flex;
    flex-direction: column;
  }
  .catalog-card-description-consultation__info .specialist-email {
    color: #0F336F;
    font-size: 1rem;
    line-height: 1rem;
    border-bottom: 0.0625rem solid #0F336F;
  }
  .catalog-card-description-consultation__avatar .image {
    display: block;
    width: 4.3125rem;
    height: 4.3125rem;
    overflow: hidden;
    border-radius: 100%;
  }
  .catalog-card-description-consultation__avatar .image img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .catalog-card-content-header__links {
    gap: 0.9375rem;
  }
  .catalog-card-content-header__link {
    position: relative;
  }
  .catalog-card-content-header__link a {
    display: block;
    color: #6F6A6A;
    font-size: 0.625rem;
    line-height: 1.125rem;
    padding: 0.9375rem 0 0.9375rem 0;
  }
  .catalog-card-content-header__link:hover::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -0.0625rem;
    height: 0.0625rem;
    width: 100%;
    background-color: #000000;
  }
  .catalog-card-content-header__link:hover a {
    color: #000000;
  }
  .catalog-card-content__image-two .image .box {
    height: 15.625rem;
  }
  .catalog-card-video__video {
    height: 15.625rem;
  }
  .catalog-card-video__wrapper {
    height: 15.625rem;
  }
  .catalog-card-video .btn-ok__button {
    width: 3.125rem;
    height: 3.125rem;
  }
  .catalog-card-image {
    padding-bottom: 0;
  }
  .catalog-card-image__block {
    height: 15.625rem;
  }
  .catalog-card-table {
    margin-bottom: 2.5rem;
  }
  .catalog-card-table__title {
    font-size: 1.5rem;
    line-height: auto;
    margin-bottom: 1.25rem;
  }
  .catalog-card-table-header {
    background-color: #F5F5F5;
    color: #101010;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-family: BasisGrotesquePro;
    font-weight: 700;
  }
  .catalog-card-table-columns {
    display: grid;
    grid-template-columns: auto 5rem 5rem;
    border-bottom: 0.0625rem solid #D3D5DE;
  }
  .catalog-card-table__column {
    padding: 0.5625rem 0.875rem 0.5625rem 0;
  }
  .catalog-card-table__column:nth-of-type(1) {
    padding-left: 0.875rem;
  }
  .catalog-card-table-body {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    color: #6F6A6A;
    font-family: BasisGrotesquePro;
    font-weight: 500;
  }
  .catalog-card-description-consultation {
    max-width: 73.75rem;
    width: 100%;
    margin: auto;
    margin-top: 2.5rem;
    padding: 1.3125rem 0.625rem 1.25rem 0.625rem;
    background-color: #F5F5F5;
  }
  .catalog-card-description-consultation__top {
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #E6E6E6;
    margin-bottom: 1rem;
  }
  .catalog-card-description-consultation__text {
    font-size: 1rem;
    line-height: 1.125rem;
    max-width: 100%;
  }
  .catalog-card-description-consultation__specialist {
    gap: 0.9375rem;
  }
  .catalog-card-description-consultation__info .specialist-name {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  .catalog-card-description-consultation__info .specialist-phone {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .catalog-card-description-consultation__info .specialist-contacts {
    display: flex;
    flex-direction: column;
  }
  .catalog-card-description-consultation__info .specialist-email {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .catalog-card-description-consultation__avatar .image {
    width: 3.375rem;
    height: 3.375rem;
  }
}
.about-company {
  padding: 14.5625rem 0 3.125rem;
}
.about-company__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-company__tag {
  margin-bottom: 2.25rem;
}
.about-company .name {
  display: block;
  max-width: 84.3125rem;
  width: 100%;
  text-align: center;
  margin-bottom: 2.875rem;
  line-height: 1;
}
.about-company__text {
  display: block;
  font-size: 1.25rem;
  line-height: 140%;
  text-align: center;
  color: #6F6A6A;
  max-width: 53rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .about-company {
    padding: 2.75rem 0;
  }
}
@media screen and (max-width: 576px) {
  .about-company__tag {
    margin-bottom: 2.25rem;
  }
  .about-company .name {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2.4375rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .about-company__text {
    font-size: 0.875rem;
    text-align: center;
    max-width: 100%;
    width: 100%;
    line-height: 1.125rem;
  }
}
.about-history {
  padding: 3.125rem 0 3.75rem;
}
.about-history__block {
  display: grid;
  grid-template-columns: 50.6875rem auto;
  gap: 2rem;
}
.about-history .name {
  line-height: 1;
}
.about-history__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50.6875rem;
  height: 46.6875rem;
}
.about-history__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-history__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about-history__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5625rem 0;
  border-top: 0.0625rem solid #D9D9D9;
  border-bottom: 0.0625rem solid #D9D9D9;
}
.about-history__tag {
  margin: 0;
  margin-bottom: 2.625rem;
}
.about-history__text {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.about-history__text p {
  display: block;
  font-size: 1.25rem;
  line-height: 140%;
  color: #6F6A6A;
}

@media screen and (max-width: 992px) {
  .about-history__block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .about-history__image {
    width: 100%;
    height: 31.25rem;
  }
}
@media screen and (max-width: 576px) {
  .about-history {
    padding: 3.125rem 0 1.875rem;
  }
  .about-history .container {
    padding: 0;
    max-width: 100%;
  }
  .about-history__image {
    width: 100%;
    height: 22.0625rem;
  }
  .about-history__right {
    padding: 0;
    border-top: none;
    border-bottom: none;
    padding: 0 0.625rem;
  }
  .about-history__right .name {
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding-bottom: 1.75rem;
  }
  .about-history__tag {
    margin: 0;
    margin-bottom: 2.0625rem;
  }
  .about-history__text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .about-history__text p {
    font-size: 0.875rem;
    line-height: 140%;
  }
}
.about-video {
  padding: 3.75rem 0 3.75rem;
}
.about-video .name {
  padding-bottom: 3.75rem;
  max-width: 75.75rem;
  width: 100%;
  margin: auto;
  text-align: center;
}
.about-video__video {
  width: 100%;
  height: auto;
  height: 58.0625rem;
}
.about-video__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 58.0625rem;
}
.about-video .btn-ok {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.about-video .btn-ok:hover .btn-ok__button {
  width: 13.25rem;
  height: 13.25rem;
}
.about-video .btn-stop {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.about-video .btn-ok.active {
  display: block;
}
.about-video .btn-stop.active {
  display: block;
}
.about-video .btn-ok__button {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7.75rem;
  height: 7.75rem;
  transition: 0.3s ease;
}
.about-video .btn-ok__button svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .about-video__wrapper {
    width: 100%;
    height: 25.625rem;
  }
  .about-video__video {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .about-video {
    padding: 1.875rem 0 1.875rem;
  }
  .about-video .container {
    padding: 0;
    max-width: 100%;
  }
  .about-video .name {
    padding: 0 0.625rem 1.875rem 0.625rem;
    max-width: 100%;
    line-height: 2.5rem;
  }
  .about-video__video {
    width: 100%;
    height: auto;
  }
  .about-video__wrapper {
    height: 13.375rem;
  }
  .about-video .btn-ok__button {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5.875rem;
    height: 5.875rem;
  }
}
.about-map {
  padding-bottom: 7.5rem;
}
.about-map .solution-map__item_1 {
  top: 9rem;
  left: 30rem;
}

@media screen and (max-width: 992px) {
  .about-map {
    padding-bottom: 2.5rem;
  }
  .about-map .solution-map__item_1 {
    top: 5rem;
    left: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .about-map .solution-map__item_1 {
    top: 3rem;
    left: -1rem;
  }
}
.solution-products {
  padding: 11.875rem 0 0;
}
.solution-products__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 5.625rem;
}
.solution-products__header .name {
  display: block;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #000000;
  max-width: 85.4375rem;
  margin-bottom: 2.625rem;
}
.solution-products__text {
  max-width: 54.6875rem;
  width: 100%;
}
.solution-products__text p {
  display: block;
  font-size: 1.5rem;
  line-height: 117%;
  text-align: center;
  color: #161616;
}
.solution-products__categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.125rem;
}
.solution-products__category {
  position: relative;
  width: 100%;
  height: 9.9375rem;
  border: 0.0625rem solid #ECEEF5;
  background: transparent;
  padding: 1.5rem 1.8125rem;
  transition: 0.3s ease;
  background: #ECEEF5;
}
.solution-products__category:hover {
  background: #DBDFED;
  border: 0.0625rem solid #DBDFED;
}
.solution-products__link-arrow {
  position: absolute;
  bottom: 1.25rem;
  right: 1.5625rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}
.solution-products__link-arrow .text {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #2B2B2B;
}
.solution-products__link-arrow .icon {
  width: 1.875rem;
  height: 1.875rem;
}
.solution-products__name {
  display: block;
  font-size: 1.5rem;
  line-height: 117%;
  color: #171717;
  max-width: 13.875rem;
  width: 100%;
}
.solution-products__category.active {
  background-color: #0E528F;
  border: 0.0625rem solid #0E528F;
}
.solution-products__category.active .solution-products__name {
  color: #ffffff;
}
.solution-products__icon {
  display: none;
}
.solution-products__video {
  width: 100%;
  height: auto;
}
.solution-products__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 46.625rem;
}
.solution-products .btn-ok {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.solution-products .btn-ok:hover .btn-ok__button {
  width: 13.25rem;
  height: 13.25rem;
}
.solution-products .btn-stop {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.solution-products .btn-ok.active {
  display: block;
}
.solution-products .btn-stop.active {
  display: block;
}
.solution-products .btn-ok__button {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7.75rem;
  height: 7.75rem;
  transition: 0.3s ease;
}
.solution-products .btn-ok__button svg {
  width: 100%;
  height: 100%;
}
.solution-products__big {
  position: relative;
  margin-top: 2.1875rem;
}
.solution-products__box {
  width: 100%;
  height: 46.625rem;
  overflow: hidden;
}
.solution-products__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-products-desc {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  right: 1.6875rem;
  top: 1.625rem;
  height: 22.1875rem;
  width: 22.1875rem;
  background: #0E528F;
  background-image: url(../img/solution-products/background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2.375rem 2.0625rem 1.0625rem 1.6875rem;
}
.solution-products-desc__number {
  display: block;
  font-size: 4rem;
  line-height: 100%;
  color: #FFFFFF;
  padding-bottom: 3.1875rem;
}
.solution-products-desc__text {
  display: block;
  font-size: 1.25rem;
  line-height: 120%;
  color: #FFFFFF;
}
.solution-products-desc__bottom {
  display: block;
  padding-top: 2.625rem;
  border-top: 0.0625rem solid #FFFFFF;
}
.solution-products-desc__download {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solution-products-desc__download_text {
  display: block;
  font-size: 1.25rem;
  line-height: 140%;
  color: #FFFFFF;
}
.solution-products-desc__download_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 100%;
  background-color: #ffffff;
}
.solution-products-desc__download_arrow svg {
  width: 0.9375rem;
  height: 1.3125rem;
}
.solution-products__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.solution-products__item {
  width: 100%;
  height: 39.125rem;
  position: relative;
  background-color: #ECEEF5;
  transition: 0.3s;
}
.solution-products__item:hover {
  background: #DDE0EB;
}
.solution-products__item:hover .solution-products__image img {
  margin-top: -0.9375rem;
}
.solution-products__item:hover .solution-products__link_text {
  color: #0E528F;
}
.solution-products__item:hover .solution-products__arrow path {
  stroke: #0F336F;
}
.solution-products__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-products__image img {
  transition: 0.3s ease;
  max-width: 38.375rem;
  max-height: 28.75rem;
  mix-blend-mode: darken;
}
.solution-products__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6875rem;
  position: absolute;
  bottom: 1.625rem;
  left: 2.0625rem;
}
.solution-products__link_text {
  display: block;
  font-size: 1.25rem;
  line-height: 140%;
  color: #161616;
}
.solution-products__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  background: #ffffff;
  border-radius: 100%;
}
.solution-products__arrow svg {
  width: 0.375rem;
  height: 0.5625rem;
}
.solution-products__items {
  padding-top: 1.375rem;
}
.solution-products__items-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  width: 100%;
  margin-top: 1.8125rem;
  background-color: #0F336F;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  color: #ffffff;
  transition: 0.3s ease;
  font-family: BasisGrotesquePro;
  font-weight: 700;
}
.solution-products__items-button:hover {
  background-color: #18499B;
}

@media screen and (max-width: 992px) {
  .solution-products {
    padding: 2.25rem 0 0 0;
  }
  .solution-products__header {
    padding-bottom: 2.9375rem;
  }
  .solution-products__header .name {
    font-size: 2.5rem;
    line-height: 2.5rem;
    max-width: 100%;
    margin-bottom: 1.875rem;
  }
  .solution-products__text {
    max-width: 100%;
  }
  .solution-products__text p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .solution-products__categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }
  .solution-products__category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9.9375rem;
    padding: 0.625rem;
  }
  .solution-products__link-arrow {
    display: none;
  }
  .solution-products__name {
    font-size: 1.125rem;
    text-align: center;
  }
  .solution-products__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
  }
  .solution-products__icon img {
    width: 100%;
    height: 100%;
  }
  .solution-products__video {
    width: 100%;
    height: auto;
  }
  .solution-products__wrapper {
    height: 25.5625rem;
  }
  .solution-products__big {
    position: relative;
    margin-top: 0.9375rem;
  }
  .solution-products__box {
    display: none;
    width: 100%;
    height: 32.8125rem;
    overflow: hidden;
  }
  .solution-products__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .solution-products-desc {
    position: relative;
    right: auto;
    top: auto;
    height: 21.875rem;
    width: 100%;
  }
  .solution-products-desc__number {
    padding-bottom: 1.0625rem;
  }
  .solution-products-desc__text {
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
  }
  .solution-products-desc__bottom {
    display: block;
    padding-top: 1.25rem;
    border-top: 0.0625rem solid #FFFFFF;
  }
  .solution-products__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
  }
  .solution-products__item {
    width: 100%;
    height: 31.25rem;
  }
  .solution-products__image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .solution-products__image img {
    max-width: 85%;
    max-height: 28.75rem;
    mix-blend-mode: darken;
  }
  .solution-products__link_text {
    max-width: 15.625rem;
  }
}
@media screen and (max-width: 576px) {
  .solution-products {
    padding-bottom: 0;
  }
  .solution-products .container {
    max-width: 100%;
    padding: 0;
  }
  .solution-products__header {
    padding-bottom: 2.9375rem;
  }
  .solution-products__header .name {
    padding: 0 0.625rem;
  }
  .solution-products__text {
    padding: 0 0.625rem;
  }
  .solution-products__categories {
    padding: 0 0.625rem 0 0.625rem;
  }
  .solution-products__category {
    height: 7.25rem;
    padding: 0.5625rem;
  }
  .solution-products__name {
    font-size: 0.6875rem;
  }
  .solution-products .btn-ok__button {
    width: 5.4375rem;
    height: 5.4375rem;
  }
  .solution-products__video {
    width: auto;
    height: 100%;
  }
  .solution-products__wrapper {
    height: 32.8125rem;
  }
  .solution-products__big {
    position: relative;
    margin-top: 0.9375rem;
  }
  .solution-products__box {
    display: none;
    width: 100%;
    height: 32.8125rem;
    overflow: hidden;
  }
  .solution-products__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .solution-products-desc {
    position: relative;
    right: auto;
    top: auto;
    height: 17.75rem;
    width: 100%;
    padding: 1rem 0.625rem 0.875rem 0.5rem;
  }
  .solution-products-desc__number {
    font-size: 4rem;
    line-height: 4rem;
  }
  .solution-products-desc__text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .solution-products-desc__bottom {
    display: block;
    padding-top: 0.6875rem;
    border-top: 0.0625rem solid #FFFFFF;
  }
  .solution-products-desc__download_text {
    font-size: 1rem;
    line-height: 1rem;
  }
  .solution-products-desc__download_arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
  .solution-products-desc__download_arrow svg {
    width: 0.8125rem;
    height: 0.875rem;
  }
  .solution-products__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4375rem;
    padding-top: 0.4375rem;
  }
  .solution-products__item {
    width: 100%;
    height: 18rem;
  }
  .solution-products__image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .solution-products__image img {
    max-width: 85%;
    max-height: 11.125rem;
    mix-blend-mode: darken;
  }
  .solution-products__link {
    left: 0.875rem;
    right: 0.875rem;
    bottom: 1rem;
  }
  .solution-products__link_text {
    max-width: 17.1875rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .solution-products__items-button {
    margin: auto;
    margin-top: 1.1875rem;
    max-width: 22.1875rem;
  }
}
.solution-use {
  padding: 3.375rem 0 3.75rem;
}
.solution-use__block {
  display: grid;
  grid-template-columns: auto 51.125rem;
  gap: 1rem;
}
.solution-use__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.375rem 0 1.1875rem;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.solution-use__top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.solution-use__tag {
  margin: 0;
  margin-bottom: 2.75rem;
}
.solution-use .name {
  font-size: 3rem;
  line-height: 100%;
  color: #000000;
}
.solution-use__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.solution-use__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 7.1875rem;
  width: 100%;
  border: 0.0625rem solid #D9D9D9;
  padding: 1.1875rem 1.5625rem;
}
.solution-use__image {
  width: 100%;
  height: 48.0625rem;
  position: relative;
  overflow: hidden;
}
.solution-use__image::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.solution-use__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .solution-use {
    overflow: hidden;
  }
  .solution-use__block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .solution-use__left {
    order: 2;
    padding: 2.25rem 0 0;
    border-top: none;
    border-bottom: none;
  }
  .solution-use__tag {
    margin: 0;
    margin-bottom: 1.8125rem;
  }
  .solution-use .name {
    font-size: 2.2rem;
    margin-bottom: 2.3125rem;
  }
  .solution-use__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
  }
  .solution-use__item {
    height: 7.125rem;
    width: 100%;
    border: 0.0625rem solid #D9D9D9;
    padding: 0.8125rem;
  }
  .solution-use__image {
    width: 100%;
    height: 31.25rem;
  }
}
@media screen and (max-width: 576px) {
  .solution-use {
    padding: 1.3125rem 0 1.875rem 0;
  }
  .solution-use .container {
    max-width: 100%;
    padding: 0;
  }
  .solution-use__left {
    padding: 2.25rem 0.625rem 0 0.625rem;
  }
  .solution-use__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
  }
  .solution-use__item {
    height: 7.125rem;
    width: 100%;
    border: 0.0625rem solid #D9D9D9;
    padding: 0.8125rem;
  }
  .solution-use__image {
    width: 100%;
    height: 22.0625rem;
  }
}
.solution-benefits {
  padding: 4.0625rem 0 3.4375rem;
}
.solution-benefits__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
.solution-benefits__header .section-title {
  display: block;
  text-align: center;
  max-width: 46.75rem;
  width: 100%;
  margin-bottom: 3.4375rem;
}
.solution-benefits__text {
  display: block;
  max-width: 44.5rem;
}
.solution-benefits__text p {
  display: block;
  font-size: 1.5rem;
  line-height: 117%;
  text-align: center;
  color: #6F6A6A;
}
.solution-benefits__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.solution-benefits__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  border: 0.0625rem solid #D9D9D9;
  gap: 3.6875rem;
  border-left: 0;
  height: 21.375rem;
  padding: 5.3125rem 1.875rem 1.875rem;
}
.solution-benefits__item:first-child {
  border-left: 0.0625rem solid #D9D9D9;
}
.solution-benefits__item p {
  display: block;
  font-size: 1.25rem;
  line-height: 140%;
  text-align: center;
  color: #000000;
}
.solution-benefits__image {
  width: 7.5rem;
  height: 7.5rem;
}
.solution-benefits__image img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .solution-benefits__header {
    margin-bottom: 2.3125rem;
  }
  .solution-benefits__header .section-title {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    line-height: 2.5rem;
    max-width: 31.25rem;
  }
  .solution-benefits__text {
    max-width: 100%;
  }
  .solution-benefits__text p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .solution-benefits__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
  }
  .solution-benefits__item {
    border: 0.0625rem solid #D9D9D9;
    gap: 0;
    border-left: 0.0625rem solid #D9D9D9;
    height: 16.875rem;
    padding: 3.75rem 1.875rem 1.875rem;
  }
  .solution-benefits__item:first-child {
    border-left: 0.0625rem solid #D9D9D9;
  }
  .solution-benefits__item p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .solution-benefits {
    overflow: hidden;
    padding: 2.0625rem 0 2.3125rem;
  }
  .solution-benefits__item {
    height: 9.375rem;
    padding: 1.6875rem 0.9375rem 1.1875rem 0.9375rem;
  }
  .solution-benefits__image {
    width: 3.375rem;
    height: 3.375rem;
  }
}
.solution-guarantee {
  padding: 3.4375rem 0 4.0625rem;
}
.solution-guarantee__block {
  display: grid;
  grid-template-columns: 50.0625rem auto;
  gap: 2.1875rem;
}
.solution-guarantee__image {
  position: relative;
  width: 100%;
  height: 48.0625rem;
  overflow: hidden;
}
.solution-guarantee__image::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.solution-guarantee__image img {
  width: 100%;
  height: 100%;
}
.solution-guarantee__right {
  border-top: 0.0625rem solid #D9D9D9;
  padding: 2.5rem 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 0.0625rem solid #D9D9D9;
}
.solution-guarantee__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.solution-guarantee__tag {
  margin: 0;
  margin-bottom: 2.8125rem;
}
.solution-guarantee .name {
  margin-bottom: 1.875rem;
  line-height: 3rem;
}
.solution-guarantee__text p {
  font-size: 1.25rem;
  line-height: 140%;
  color: #000000;
}
.solution-guarantee__text ol {
  padding: 0.625rem 1.3125rem 0 1.3125rem;
}
.solution-guarantee__text ol li {
  font-size: 1.25rem;
  line-height: 140%;
  color: #000000;
}
.solution-guarantee__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}
.solution-guarantee__name {
  display: block;
  font-size: 1.25rem;
  line-height: 140%;
  color: #909090;
}
.solution-guarantee__item {
  display: grid;
  grid-template-columns: 16.8125rem 6.5rem 27.0625rem;
  border-top: 0.0625rem solid #D9D9D9;
  padding: 0.6875rem 0;
}
.solution-guarantee__item_name {
  font-size: 1.25rem;
  line-height: 140%;
  color: #161616;
}
.solution-guarantee__item:last-child {
  border-bottom: 0.0625rem solid #D9D9D9;
}
.solution-guarantee__arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.solution-guarantee__arrow svg {
  width: 2.25rem;
  height: 0.5rem;
}
.solution-guarantee__desc {
  color: #909090;
}

@media screen and (max-width: 992px) {
  .solution-guarantee__block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .solution-guarantee__image {
    height: 31.25rem;
  }
  .solution-guarantee__top {
    padding-bottom: 2.6875rem;
  }
  .solution-guarantee__right {
    border-top: none;
    padding: 2rem 0 0 0;
  }
  .solution-guarantee__tag {
    margin: 0;
    margin-bottom: 1.8125rem;
  }
  .solution-guarantee .name {
    margin-bottom: 1.5625rem;
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
  .solution-guarantee__text p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .solution-guarantee__bottom {
    gap: 0.5625rem;
  }
  .solution-guarantee__name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .solution-guarantee__item {
    grid-template-columns: 16.8125rem 6.5rem 353px;
    padding: 0.6875rem 0;
  }
  .solution-guarantee__arrow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .solution-guarantee__arrow svg {
    width: 2.25rem;
    height: 0.5rem;
  }
  .solution-guarantee__desc {
    color: #909090;
  }
  .solution-guarantee__text p {
    font-size: 0.875rem;
    line-height: 140%;
  }
  .solution-guarantee__text ol li {
    font-size: 0.875rem;
  }
  .solution-guarantee.left .solution-guarantee__right {
    order: 2;
  }
  .solution-guarantee.left .solution-guarantee__left {
    order: 1;
  }
  .solution-guarantee.left .solution-guarantee__top {
    padding-bottom: 2.1875rem;
  }
  .solution-guarantee.right .solution-guarantee__right {
    order: 2;
  }
  .solution-guarantee.right .solution-guarantee__left {
    order: 1;
  }
  .solution-guarantee.right .solution-guarantee__top {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .solution-guarantee {
    padding: 2.3125rem 0 2.3125rem;
  }
  .solution-guarantee .container {
    padding: 0;
    max-width: 100%;
  }
  .solution-guarantee__right {
    padding: 2.25rem 0.625rem 0 0.625rem;
  }
  .solution-guarantee__image {
    height: 22.0625rem;
  }
  .solution-guarantee__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.6875rem 0;
    gap: 0.125rem;
  }
  .solution-guarantee__arrow {
    display: none;
  }
  .solution-guarantee__desc {
    color: #909090;
  }
}
#line {
  stroke-dasharray: 571;
  stroke-dashoffset: 571;
}

#line2 {
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
}

.solution-map {
  padding: 4.0625rem 0 6.25rem 0;
}
.solution-map .main-map__header {
  max-width: 51.5625rem;
}
.solution-map .main-map__text {
  max-width: 42.1875rem;
}
.solution-map__item_1 {
  position: absolute;
  top: 7.125rem;
  left: 21.875rem;
}
.solution-map__item_1 .solution-map__line {
  width: 31rem;
  height: 11.5625rem;
}
.solution-map__item_1 .solution-map__airpline {
  position: absolute;
  top: 2.125rem;
  left: 6.1875rem;
  transform: rotate(-45deg);
  width: 4.1875rem;
  height: 4.125rem;
}
.solution-map__item_1.animate .solution-map__airpline {
  animation: airpline1 1s linear forwards;
}
.solution-map__item_1.animate #line {
  animation: draw 1s linear forwards;
}
.solution-map__item_2 {
  position: absolute;
  top: 15.9375rem;
  left: 40.5625rem;
}
.solution-map__item_2 .solution-map__line {
  width: 37.1875rem;
  height: 8.3125rem;
}
.solution-map__item_2 .solution-map__airpline {
  position: absolute;
  top: 4.3125rem;
  right: 0;
  transform: rotate(53deg);
  width: 3.6875rem;
  height: 2.6875rem;
}
.solution-map__item_2.animate .solution-map__airpline {
  animation: airpline2 1.3s linear forwards;
}
.solution-map__item_2.animate #line2 {
  animation: draw 1.3s linear forwards;
}
.solution-map__item__wrapper {
  position: relative;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes airpline1 {
  0% {
    top: 2.125rem;
    left: 6.1875rem;
    transform: rotate(-45deg);
  }
  20% {
    top: 0;
  }
  40% {
    top: -1.25rem;
  }
  60% {
    top: -1.75rem;
  }
  80% {
    top: -1.5rem;
  }
  100% {
    top: -0.5rem;
    left: 28.75rem;
    transform: rotate(0deg);
  }
}
@keyframes airpline2 {
  0% {
    top: 4.3125rem;
    right: 0;
    transform: rotate(53deg);
  }
  20% {
    top: 0.625rem;
  }
  40% {
    top: -1.25rem;
  }
  60% {
    top: -1.5625rem;
  }
  80% {
    top: -0.625rem;
  }
  100% {
    top: 2.1875rem;
    right: 34.75rem;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 992px) {
  .solution-map {
    padding: 0.9375rem 0 2.25rem 0;
  }
  .solution-map .main-map-image {
    margin: 0;
  }
  .solution-map .main-map-image__wrapper {
    margin: 1.6875rem 0 0 0;
  }
  .solution-map__item_2 {
    display: none;
  }
  .solution-map__item_1 {
    top: 5.125rem;
    left: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .solution-map .main-map__header .section-title {
    max-width: 100%;
  }
  .solution-map .main-map-image__wrapper {
    margin: 1.6875rem 0 0 -2.8125rem;
  }
  .solution-map__item_1 {
    top: 1.375rem;
    left: -1.6875rem;
  }
  .solution-map__item_1 .solution-map__line {
    width: 16.6875rem;
    height: 6.6875rem;
  }
  .solution-map__item_1 .solution-map__airpline {
    width: 1.4375rem;
    height: 1.25rem;
    top: 1.5625rem;
    left: 4.3125rem;
  }
  @keyframes airpline1 {
    0% {
      top: 1.5625rem;
      left: 4.3125rem;
      transform: rotate(-48deg);
    }
    20% {
      top: 0.4375rem;
    }
    40% {
      top: -0.125rem;
    }
    60% {
      top: -0.3125rem;
    }
    80% {
      top: -0.125rem;
    }
    100% {
      top: 0.5rem;
      left: 16.125rem;
      transform: rotate(0deg);
    }
  }
}
.popup-write-to-us {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0F336F;
  background-image: url(../img/popup/write-to-us.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1000;
}
.popup-write-to-us-block {
  position: relative;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: auto 35.25rem;
  overflow: auto;
}
.popup-write-to-us-block__right {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.popup-write-to-us-block__bg {
  height: 100%;
}
.popup-write-to-us-block__video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.popup-write-to-us-block__left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 17.25rem 0 17.4375rem;
}
.popup-write-to-us-block__close {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  right: 2.1875rem;
  top: 1.875rem;
  z-index: 1000;
}
.popup-write-to-us-block__close svg {
  width: 100%;
  height: 100%;
}
.popup-write-to-us-block__title {
  display: block;
  font-size: 6rem;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 1.875rem;
  line-height: 0.8;
}
.popup-write-to-us-block__text {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #6584B9;
  padding-bottom: 3.4375rem;
}
.popup-write-to-us-block__dop {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.popup-write-to-us-block__input {
  display: block;
  transition: 0.3s ease;
}
.popup-write-to-us-block__input:focus {
  border-color: #fff;
}
.popup-write-to-us-block__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
}
.popup-write-to-us-block__textarea {
  height: 2.625rem;
  transition: 0.3s ease;
}
.popup-write-to-us-block__textarea:focus {
  border-color: #fff;
}
.popup-write-to-us-block__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  width: 100%;
}
.popup-write-to-us-block__confidentiality {
  display: block;
  padding-top: 1.125rem;
  font-size: 0.9375rem;
  color: #5F7FB4;
  max-width: 25.5625rem;
}
.popup-write-to-us-block__confidentiality a {
  color: #5F7FB4;
  text-decoration: underline;
}
.popup-write-to-us-block-info {
  position: absolute;
  z-index: 10050;
  bottom: 4.5625rem;
  right: 3.375rem;
  max-width: 25.125rem;
}
.popup-write-to-us-block-info__text {
  display: block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}
.popup-write-to-us-block-info__contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.popup-write-to-us-block-info__name {
  display: block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: right;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}
.popup-write-to-us-block-info__email {
  line-height: 1.875rem;
  text-align: right;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}
.popup-write-to-us-block-info__tel {
  line-height: 1.875rem;
  text-align: right;
  color: #FFFFFF;
}
.popup-write-to-us__bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 4.5625rem;
  left: 0;
  z-index: -1;
}
.popup-write-to-us_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-write-to-us .upload-file__wrapper {
  margin-top: 2.375rem;
  margin-bottom: 1.4375rem;
}
.popup-write-to-us .upload-file__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.025rem;
  height: 0.025rem;
}
.popup-write-to-us .upload-file__label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  max-width: 100%;
  border: 0.0625rem dashed #1E6DB4;
  padding: 1.875rem;
  border-radius: 0.375rem;
  cursor: pointer;
}
.popup-write-to-us .upload-file__icon {
  width: 2.1875rem;
  height: 1.625rem;
}
.popup-write-to-us .upload-file__text {
  color: #fff;
}

.popup-write-to-us-thank-you__block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 38.25rem;
}
.popup-write-to-us-thank-you__icon {
  width: 4.4375rem;
  height: 4.4375rem;
  margin-bottom: 2.5rem;
}
.popup-write-to-us-thank-you__icon svg {
  width: 100%;
  height: 100%;
}
.popup-write-to-us-thank-you__title {
  display: block;
  font-size: 4rem;
  line-height: 100%;
  max-width: 34.25rem;
  color: #ffffff;
  margin-bottom: 2.5rem;
}
.popup-write-to-us-thank-you__text {
  display: block;
  max-width: 20rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #6584B9;
}
.popup-write-to-us-thank-you__item {
  height: 4rem;
  width: 100%;
  font-size: 1.25rem;
  color: #0F336F;
  font-family: BasisGrotesquePro;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .popup-write-to-us-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 1.6875rem 0;
    height: 100%;
  }
  .popup-write-to-us-block__right {
    display: none;
  }
  .popup-write-to-us-block__left {
    padding: 1.6875rem 0.625rem 1.4375rem 0.625rem;
    height: 100%;
    width: 100%;
  }
  .popup-write-to-us-block__left-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .popup-write-to-us-block__close {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.8125rem;
    top: 0.8125rem;
  }
  .popup-write-to-us-block__title {
    font-size: 2rem;
    line-height: 100%;
    margin-bottom: 0.9375rem;
  }
  .popup-write-to-us-block__text {
    font-size: 1rem;
    line-height: 1.3125rem;
    padding-bottom: 1.5625rem;
    max-width: 28.125rem;
  }
  .popup-write-to-us-block__dop {
    gap: 1.25rem;
  }
  .popup-write-to-us-block__input {
    display: block;
  }
  .popup-write-to-us-block__button {
    height: 2.75rem;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
  }
  .popup-write-to-us-block__confidentiality {
    display: block;
    padding-top: 1.125rem;
    font-size: 0.9375rem;
    color: #5F7FB4;
    max-width: 25.5625rem;
  }
  .popup-write-to-us-block__confidentiality a {
    color: #5F7FB4;
    text-decoration: underline;
  }
  .popup-write-to-us-block__video {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .popup-write-to-us.popup-write-to-us-thank-you {
    top: auto;
    height: auto;
  }
  .popup-write-to-us.popup-write-to-us-thank-you .popup-write-to-us-block {
    height: auto;
    padding: 0;
  }
  .popup-write-to-us.popup-write-to-us-thank-you .popup-write-to-us-block__left {
    padding: 1.1875rem 0.625rem 4rem 0.625rem;
  }
  .popup-write-to-us.popup-write-to-us-thank-you .popup-write-to-us-thank-you__block {
    height: auto;
  }
  .popup-write-to-us.popup-write-to-us-thank-you .popup-write-to-us-thank-you__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 4.3125rem;
  }
  .popup-write-to-us.popup-write-to-us-thank-you .popup-write-to-us-thank-you__title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
    max-width: 19.375rem;
  }
  .popup-write-to-us.popup-write-to-us-thank-you .popup-write-to-us-thank-you__text {
    max-width: 20rem;
    margin-bottom: 1.9375rem;
  }
  .popup-write-to-us.popup-write-to-us-thank-you .popup-write-to-us-thank-you__item {
    height: 2.75rem;
  }
}
@media screen and (max-width: 576px) {
  .popup-write-to-us-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    height: 100%;
  }
  .popup-write-to-us-block__inputs {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.popup-contacts {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0F336F;
  padding: 3.3125rem 0.625rem 2.5rem 0.625rem;
  z-index: 1000;
  background-image: url(../img/);
}
.popup-contacts__close {
  position: absolute;
  right: 0.75rem;
  top: 0.625rem;
  border: none;
  background: none;
  outline: none;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
.popup-contacts__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-contacts__phone {
  display: block;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.5625rem;
  color: #ffffff;
}
.popup-contacts__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 2.875rem;
  gap: 0.5625rem;
}
.popup-contacts__links br {
  display: none;
}
.popup-contacts__link {
  width: 100%;
  height: 2.875rem;
}
.popup-contacts__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.375rem;
}
.popup-contacts__email {
  display: block;
  font-size: 1rem;
  color: #ffffff;
}
.popup-contacts__address {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: #858585;
}

.popup-commercial-offer {
  width: 28.625rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #0F336F;
  padding: 2rem 3.25rem 2rem 3.1875rem;
  background-image: url("../img/popup/popup-commercial-offer.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: auto;
}
.popup-commercial-offer__background {
  background: rgba(0, 0, 0, 0.57);
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
}
.popup-commercial-offer__close {
  position: absolute;
  right: 0.75rem;
  top: 0.625rem;
  border: none;
  background: none;
  outline: none;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
.popup-commercial-offer__title {
  display: block;
  font-size: 2.5rem;
  line-height: 2.5rem;
  max-width: 19.375rem;
  margin-bottom: 2.0625rem;
  color: #ffffff;
}
.popup-commercial-offer__text {
  display: block;
  max-width: 20rem;
  width: 20rem;
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-bottom: 4.125rem;
  color: #ffffff;
}
.popup-commercial-offer__input {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
.popup-commercial-offer__button {
  margin-top: 2.6875rem;
  width: 100%;
  height: 2.75rem;
  font-size: 0.9375rem;
  color: #0F336F;
  font-family: BasisGrotesquePro;
  font-weight: 700;
}
.popup-commercial-offer__confidentiality {
  display: block;
  margin-top: 0.875rem;
  color: #5F7FB4;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.popup-commercial-offer__confidentiality a {
  font-size: 0.75rem;
  line-height: 15px;
  text-decoration: underline;
  color: #5F7FB4;
}

.popup-commercial-offer-thank-you__icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 13.5625rem;
}

.popup-commercial-offer-thank-you__title {
  display: block;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-bottom: 2.1875rem;
  color: #ffffff;
}

.popup-commercial-offer-thank-you__text {
  display: block;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #6584B9;
  max-width: 20rem;
  padding-bottom: 2.9375rem;
}

.popup-commercial-offer-thank-you__button {
  height: 2.75rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .popup-commercial-offer {
    top: 3.25rem !important;
    right: 0;
    left: 0;
    width: 100%;
    padding: 1.8125rem 0.625rem 1.25rem 0.625rem;
  }
  .popup-commercial-offer__block {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .popup-commercial-offer__background {
    display: none;
  }
  .popup-commercial-offer__close {
    position: absolute;
    right: 0.4375rem;
    top: 0.375rem;
    border: none;
    background: none;
    outline: none;
    font-size: 0.75rem;
    color: #ffffff;
    cursor: pointer;
  }
  .popup-commercial-offer__title {
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem;
    max-width: 19.375rem;
    margin-bottom: 2.0625rem;
    color: #ffffff;
  }
  .popup-commercial-offer__text {
    display: block;
    max-width: 20rem;
    width: 20rem;
    font-size: 1rem;
    line-height: 1.3125rem;
    margin-bottom: 4.125rem;
    color: #ffffff;
  }
  .popup-commercial-offer__input {
    display: flex;
    flex-direction: column;
    gap: 2.1875rem;
  }
  .popup-commercial-offer__button {
    margin-top: 2.6875rem;
    width: 100%;
    height: 2.75rem;
    font-size: 0.9375rem;
    color: #0F336F;
    font-family: BasisGrotesquePro;
    font-weight: 700;
  }
  .popup-commercial-offer__confidentiality {
    display: block;
    margin-top: 0.875rem;
    color: #5F7FB4;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
  .popup-commercial-offer__confidentiality a {
    font-size: 0.75rem;
    line-height: 15px;
    text-decoration: underline;
    color: #5F7FB4;
  }
  .popup-commercial-offer-thank-you__icon {
    margin-bottom: 4.375rem;
  }
  .popup-commercial-offer-thank-you__title {
    padding-bottom: 1.4375rem;
  }
  .popup-commercial-offer-thank-you__text {
    color: #6584B9;
    max-width: 20rem;
    padding-bottom: 1.875rem;
  }
  .popup-commercial-offer.popup-commercial-offer-thank-you {
    top: auto !important;
  }
}
.news-page-main {
  background: #0F336F;
}
.news-page-main__block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 7.4375rem 0 1.375rem;
  min-height: 33.25rem;
}
.news-page-main__title {
  color: #ffffff;
  padding-bottom: 4.1875rem;
}
.news-page-main__date {
  color: #909090;
  font-size: 0.9375rem;
}
.news-page-main .breadcrumbs {
  margin-bottom: 1.4375rem;
}

@media screen and (max-width: 992px) {
  .news-page-main__block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5.625rem 0 1.375rem;
    min-height: 25rem;
  }
  .news-page-main__title {
    padding-bottom: 3.75rem;
  }
  .news-page-main .breadcrumbs {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-page-main__block {
    padding: 4rem 0 1.25rem;
  }
  .news-page-main__title {
    padding-bottom: 3.75rem;
  }
  .news-page-main .breadcrumbs {
    margin-bottom: 0.9375rem;
  }
  .news-page-main__date {
    font-size: 0.875rem;
  }
}
.news-page-content__container {
  margin: auto;
  max-width: 54rem;
  width: 100%;
  padding-bottom: 12.5rem;
}
.news-page-content__container p {
  margin: 3.125rem 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #000000;
}
.news-page-content__container p a {
  text-decoration: underline;
  color: #0F336F;
}
.news-page-content__container h2 {
  font-size: 4rem !important;
  line-height: 4rem !important;
  padding-top: 3.125rem !important;
}
.news-page-content__container h2 a {
  color: #0F336F;
  text-decoration: underline;
}
.news-page-content__container .wp-block-table {
  margin: 3.125rem 0 !important;
}
.news-page-content__container .wp-block-image {
  margin: 3.125rem 0 !important;
}
.news-page-content__container .wp-block-image img {
  width: 100% !important;
  height: auto !important;
}
.news-page-content__container h4 {
  font-size: 2.25rem;
  line-height: 4rem;
  padding-top: 1.25rem;
}
.news-page-content__container h4 a {
  color: #0F336F;
  text-decoration: underline;
}
.news-page-content__container h3 {
  padding-top: 1.875rem;
  font-size: 3rem;
  line-height: 4rem;
}
.news-page-content__container h3 a {
  color: #0F336F;
  text-decoration: underline;
}
.news-page-content__container ol {
  margin: 30px 0;
}
.news-page-content__container ol li {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-left: 1.4375rem;
  margin-bottom: 0.625rem;
  position: relative;
  color: #000000;
}
.news-page-content__container ol li a {
  color: #0F336F;
  text-decoration: underline;
}
.news-page-content__container ul {
  margin: 30px 0;
}
.news-page-content__container ul li {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-left: 1.4375rem;
  margin-bottom: 0.625rem;
  position: relative;
  color: #6F6A6A;
}
.news-page-content__container ul li a {
  color: #0F336F;
  text-decoration: underline;
}
.news-page-content__container ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100%;
  background: #0F336F;
  top: 0.6875rem;
  left: 0;
  margin: auto;
}
.news-page-content__container ul li:last-child {
  margin: 0;
}
.news-page-content__container .wp-block-table td {
  border: none !important;
  padding: 0.625rem 0.625rem 0.8125rem 0 !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.news-page-content__container .wp-block-table tr {
  border-bottom: 0.0625rem solid #D9D9D9;
}
.news-page-content__container .wp-element-caption {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #6F6A6A;
  margin: 3.125rem 0;
}
.news-page-content__container .wp-block-quote {
  margin: 3.125rem 0;
  padding-left: 1.6875rem;
  border-left: 0.4375rem solid #0F336F;
}
.news-page-content__container .wp-block-quote .wp-block-preformatted {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #0F336F;
  font-family: BasisGrotesquePro;
  font-weight: 400;
}
.news-page-content__container .wp-block-quote p {
  color: #0F336F;
}
.news-page-content__container .wp-block-quote h2 {
  color: #0F336F;
}
.news-page-content__container .wp-block-quote h3 {
  color: #0F336F;
}
.news-page-content__container .wp-block-quote h4 {
  color: #0F336F;
}
.news-page-content__container .wp-block-quote ul li {
  color: #0F336F;
}
.news-page-content__container .wp-block-quote ol li {
  color: #0F336F;
}

@media screen and (max-width: 992px) {
  .news-page-content__container {
    max-width: 100%;
    padding: 0 1.25rem 6.25rem 1.25rem;
  }
  .news-page-content__container p {
    margin: 2.1875rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .news-page-content__container h2 {
    font-size: 3.375rem !important;
    line-height: 1 !important;
    padding-top: 2.1875rem !important;
  }
  .news-page-content__container .wp-block-table {
    margin: 2.1875rem 0 !important;
  }
  .news-page-content__container .wp-block-image {
    margin: 2.1875rem 0 !important;
  }
  .news-page-content__container h4 {
    font-size: 1.875rem;
    line-height: 1;
    padding-top: 1.25rem;
  }
  .news-page-content__container h3 {
    padding-top: 1.875rem;
    font-size: 2.25rem;
    line-height: 1;
  }
  .news-page-content__container ol {
    margin: 1.25rem 0;
  }
  .news-page-content__container ol li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 0.9375rem;
    margin-bottom: 0.3125rem;
  }
  .news-page-content__container ul {
    margin: 1.25rem 0;
  }
  .news-page-content__container ul li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 0.9375rem;
    margin-bottom: 0.3125rem;
  }
  .news-page-content__container ul li::after {
    top: 0.4375rem;
  }
  .news-page-content__container .wp-block-table td {
    border: none !important;
    padding: 0.625rem 0.625rem 0.8125rem 0 !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .news-page-content__container .wp-block-table tr {
    border-bottom: 0.0625rem solid #D9D9D9;
  }
  .news-page-content__container .wp-element-caption {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 2.1875rem 0;
  }
  .news-page-content__container .wp-block-quote {
    margin: 2.1875rem 0;
    padding-left: 1.25rem;
    border-left: 0.3125rem solid #0F336F;
  }
  .news-page-content__container .wp-block-quote .wp-block-preformatted {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .news-page-content__container {
    max-width: 100%;
    padding: 0 0.625rem 5rem 0.625rem;
  }
  .news-page-content__container p {
    margin: 1.875rem 0;
  }
  .news-page-content__container h2 {
    font-size: 2.375rem !important;
    padding-top: 1.875rem !important;
  }
  .news-page-content__container .wp-block-table {
    margin: 1.875rem 0 !important;
  }
  .news-page-content__container .wp-block-image {
    margin: 1.875rem 0 !important;
  }
  .news-page-content__container .wp-element-caption {
    margin: 1.875rem 0;
  }
  .news-page-content__container .wp-block-quote {
    margin: 1.875rem 0;
  }
}