

/* Start:/local/templates/cybermir/css/main.css?1748523041431087*/
@charset "UTF-8";
:root {
  /* --font-- */
  --font-primary: "ONYOne-Regular", arial, sans-serif;
  --font-secondary: "WilliamTextLC Regular", "times new roman", serif;
  --font-onysemimono: "Ony Semimono", arial, sans-serif;
  /* --color-- */
  --color-greyscale-black: #2b323a;
  --color-full-black: #000;
  --color-black: #171717;
  --color-white: #fff;
  --color-beige: #F1EDEB;
  --color-grey-10: #EAEBEC;
  --color-grey-20: #D5D6D8;
  --color-grey-40: #AAADB0;
  --color-grey-60: #808489;
  --color-grey-70: #6B7076;
  --color-grey-80: #555B61;
  --color-grey-90: #41474E;
  --color-grey-100: #FAFAFA;
  --color-grey: #2B323A;
  --color-grey-second: #25272a;
  --color-burgundy: #5F1224;
  --color-orange: #fe6e36;
  --color-light-orange: #FE8B5E;
  --color-light-orange_2: #FFE9E1;
  --color-dark-orange: #ED5A2B;
  --color-orange-10: #FFE4D9;
  --color-pink: #FFE3D9;
  --color-turquoise: #41BCBC;
  --color-light-turquoise: #E5F3F3;
  --color-blue-light: #C2E4F7;
  --color-blue: #6FBEFE;
  --color-yellow-light: #FEFFD9;
  --color-error: #F43E25;
  --color-red_second: #F43E25;
  --color-red: #FF0C0C;
  --color-green: #5DBF5E;
  --color-green_second: #3AC88B; }

/* --grid-- */
/* --paddings-- */
/* --viewports-- */
/* --new font variable-- */
.sprite-bonus-desktop {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 97px;
  background: url("/local/templates/cybermir/css/../images/sprites.png") 0px 0px/154px 97px no-repeat; }
  @media (min-resolution: 2dppx) {
    .sprite-bonus-desktop {
      background-image: url("/local/templates/cybermir/css/../images/sprites@2x.png"); } }

.sprite-bonus-tablet {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 56px;
  background: url("/local/templates/cybermir/css/../images/sprites.png") -72px 0px/154px 97px no-repeat; }
  @media (min-resolution: 2dppx) {
    .sprite-bonus-tablet {
      background-image: url("/local/templates/cybermir/css/../images/sprites@2x.png"); } }

.sprite-bonus {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 48px;
  background: url("/local/templates/cybermir/css/../images/sprites.png") -114px 0px/154px 97px no-repeat; }
  @media (min-resolution: 2dppx) {
    .sprite-bonus {
      background-image: url("/local/templates/cybermir/css/../images/sprites@2x.png"); } }

@font-face {
  src: local("ONYOne-Regular"), url("/local/templates/cybermir/css/../fonts/ONYOne-Regular.woff2") format("woff2"), url("/local/templates/cybermir/css/../fonts/ONYOne-Regular.woff") format("woff");
  font-family: "ONYOne-Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONYOne-Medium"), url("/local/templates/cybermir/css/../fonts/ONYOne-Medium.woff2") format("woff2"), url("/local/templates/cybermir/css/../fonts/ONYOne-Medium.woff") format("woff");
  font-family: "ONYOne-Regular";
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONYSemimono-Regular"), url("/local/templates/cybermir/css/../fonts/onysemimono-regular-new.woff2") format("woff2"), url("/local/templates/cybermir/css/../fonts/onysemimono-regular-new.woff") format("woff");
  font-family: "Ony Semimono";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONYSemimono-Medium"), url("/local/templates/cybermir/css/../fonts/onysemimono-medium.woff2") format("woff2"), url("/local/templates/cybermir/css/../fonts/onysemimono-medium.woff") format("woff");
  font-family: "Ony Semimono";
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("WilliamTextLC-Regular"), url("/local/templates/cybermir/css/../fonts/WilliamTextLC-Regular.woff2") format("woff2"), url("/local/templates/cybermir/css/../fonts/WilliamTextLC-Regular.woff") format("woff");
  font-family: "WilliamTextLC Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONYRealist-Regular"), url("/local/templates/cybermir/css/../fonts/ONYRealist-Regular.woff2") format("woff2"), url("/local/templates/cybermir/css/../fonts/ONYRealist-Regular.woff") format("woff");
  font-family: "ONYRealist Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/*! 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.2.0
 * 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: August 17, 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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */ }

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

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */
.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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/cybermir/css/./fonts/slick.eot");
  src: url("/local/templates/cybermir/css/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/cybermir/css/./fonts/slick.woff") format("woff"), url("/local/templates/cybermir/css/./fonts/slick.ttf") format("truetype"), url("/local/templates/cybermir/css/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.suggestions-nowrap {
  white-space: nowrap; }

.suggestions-input {
  box-sizing: border-box;
  width: 100%; }

.suggestions-input::-ms-clear {
  display: none; }

.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%; }

.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 9999;
  -webkit-text-size-adjust: 100%; }

.suggestions-suggestions strong {
  font-weight: 400;
  color: #39f; }

.suggestions-suggestions.suggestions-mobile {
  border-style: none; }

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd; }

.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden; }

.suggestions-suggestion:hover {
  background: #f7f7f7; }

.suggestions-selected {
  background: #f0f0f0; }

.suggestions-selected:hover {
  background: #f0f0f0; }

.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px; }

.suggestions-subtext {
  color: #777; }

.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 .5em 0 0; }

.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px; }

.suggestions-subtext_label {
  margin: 0 0 0 .25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%; }

.suggestions-value[data-suggestion-status=LIQUIDATED] {
  position: relative; }

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: ""; }

.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 4px;
  text-align: center; }

.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none; }

.suggestions-promo a:hover {
  filter: grayscale(0); }

.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom; }

@media screen and (min-width: 600px) {
  .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left; } }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0); }

[data-aos='fade-down'] {
  transform: translate3d(0, -100px, 0); }

[data-aos='fade-right'] {
  transform: translate3d(-100px, 0, 0); }

[data-aos='fade-left'] {
  transform: translate3d(100px, 0, 0); }

[data-aos='fade-up-right'] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos='fade-up-left'] {
  transform: translate3d(100px, 100px, 0); }

[data-aos='fade-down-right'] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos='fade-down-left'] {
  transform: translate3d(100px, -100px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

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

body {
  margin: 0; }

a {
  vertical-align: top;
  text-decoration: none;
  transition: 0.3s ease-out;
  color: inherit; }

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

button {
  transition: 0.3s ease-out;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: none; }

img {
  vertical-align: top;
  height: auto;
  max-width: 100%; }

div[id^="wait_comp_"] {
  display: none !important; }

.link {
  color: var(--color-orange);
  text-transform: uppercase;
  vertical-align: middle; }
  .link:hover {
    color: var(--color-light-orange); }
  .link:active {
    color: var(--color-dark-orange); }

.link_arrow {
  position: relative;
  padding-right: 1.5rem; }
  .link_arrow svg {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s ease-out;
    fill: var(--color-orange); }
  .link_arrow path {
    transition: 0.3s ease-out; }
  .link_arrow:not(.link_arrow_not-animation):hover svg {
    transform: translateX(3px);
    fill: var(--color-light-orange); }
  .link_arrow:not(.link_arrow_not-animation):hover path {
    fill: var(--color-light-orange); }
  .link_arrow:active svg {
    fill: var(--color-light-orange); }
  .link_arrow:active path {
    fill: var(--color-dark-orange); }

.link_arrow-big {
  padding-right: 2rem; }
  .link_arrow-big svg {
    width: 1.5rem;
    height: 1.5rem; }

.link_lowercase {
  text-transform: none; }

.link_arrow_center svg {
  top: 50%;
  transform: translateY(-50%); }

.link_arrow_center:not(.link_arrow_not-animation):hover svg {
  transform: translateY(-50%) translateX(3px); }

.link__base-icon {
  position: relative;
  padding-right: 2rem; }
  .link__base-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.3s ease-in-out;
    fill: var(--color-orange);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .link__base-icon:hover {
    fill: var(--color-light-orange); }
  .link__base-icon:active {
    fill: var(--color-dark-orange); }

.link_title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  vertical-align: middle;
  display: inline; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-orange);
  border-radius: 2rem;
  padding: 0.875rem 1.5rem;
  color: var(--color-orange);
  width: 100%;
  max-width: 20.625rem;
  background-color: transparent;
  white-space: nowrap;
  font-size: 1.125rem;
  appearance: none;
  line-height: 1.625rem; }
  .btn:hover {
    color: var(--color-white);
    background-color: var(--color-light-orange);
    border-color: var(--color-light-orange); }
    .btn:hover .btn__icon {
      fill: var(--color-white); }
  .btn:active {
    border-color: var(--color-dark-orange);
    color: var(--color-white);
    background-color: var(--color-dark-orange); }
    .btn:active .btn__icon {
      fill: var(--color-white); }
  .btn_fix {
    width: 100%;
    max-width: 20.625rem; }
  .btn_orange {
    background-color: var(--color-orange);
    color: var(--color-white); }
    .btn_orange .btn__icon {
      fill: var(--color-white); }
    .btn_orange:hover {
      border-color: var(--color-light-orange);
      background-color: var(--color-light-orange); }
    .btn_orange:active {
      background-color: var(--color-dark-orange);
      border-color: var(--color-dark-orange); }
  .btn_black {
    border-color: var(--color-greyscale-black);
    color: var(--color-greyscale-black); }
    .btn_black:hover {
      background-color: var(--color-grey-10);
      border-color: var(--color-greyscale-black);
      color: var(--color-greyscale-black); }
    .btn_black:active {
      background-color: var(--color-grey-20);
      border-color: var(--color-greyscale-black);
      color: var(--color-greyscale-black); }
  .btn_white {
    border-color: var(--color-white);
    color: var(--color-white); }
    .btn_white:hover {
      border-color: var(--color-orange);
      color: var(--color-orange);
      background-color: transparent; }
    .btn_white:active {
      border-color: var(--color-dark-orange);
      color: var(--color-dark-orange);
      background-color: transparent; }
  .btn_center {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  @media (max-width: 1200px) {
    .btn {
      padding: 0.625rem 1.1875rem; } }

.btn_small {
  padding: 0.625rem 1.1875rem;
  max-width: none;
  width: auto; }

.btn__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  transition: 0.3s ease-out;
  fill: var(--color-orange);
  vertical-align: middle; }
  @media (max-width: 1200px) {
    .btn__icon {
      margin-left: 0.5rem; } }

.btn_arrow-right-icon:hover .btn__icon {
  transform: translateX(0.25rem); }

.prev-line {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--color-grey-40);
  width: 100%; }
  @media (max-width: 650px) {
    .prev-line {
      padding-top: 0.4375rem; } }

.prev-line__text {
  margin: 0;
  text-transform: uppercase; }

.title-h1 {
  margin: 0;
  line-height: 4.625rem;
  font-size: 4.25rem;
  font-weight: 400; }
  .title-h1 h1 {
    margin: 0;
    display: inline;
    font-size: inherit;
    font-weight: inherit; }
  .title-h1 p {
    margin: 0;
    display: inline; }
  @media (max-width: 1200px) {
    .title-h1 {
      font-size: 3rem;
      line-height: 3.625rem; } }
  @media (max-width: 650px) {
    .title-h1 {
      font-size: 1.625rem;
      line-height: 2rem; } }
  .title-h1_big {
    font-size: 6.75rem;
    line-height: 6.75rem;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .title-h1_big {
        line-height: 6.25rem; } }
    @media (max-width: 650px) {
      .title-h1_big {
        font-size: 4.625rem;
        line-height: 4.625rem; } }
  .title-h1_white {
    color: var(--color-white); }
  .title-h1_burgundy {
    color: var(--color-burgundy); }
  .title-h1_orange {
    color: var(--color-orange); }
  .title-h1_center {
    text-align: center; }

.title-h1__primary {
  display: inline-block;
  width: 100%; }
  @media (max-width: 1200px) {
    .title-h1__primary {
      font-size: 5.8125rem;
      line-height: 5.25rem; } }
  @media (max-width: 650px) {
    .title-h1__primary {
      font-size: 2.5rem;
      line-height: 2.3125rem;
      letter-spacing: -2px; } }

.title-h1__secondary {
  font-family: var(--font-secondary);
  display: inline-block;
  width: 100%; }
  @media (max-width: 1200px) {
    .title-h1__secondary {
      font-size: 5.375rem;
      line-height: 5.25rem; } }
  @media (max-width: 650px) {
    .title-h1__secondary {
      font-size: 2.3125rem;
      line-height: 2.3125rem;
      letter-spacing: -2px; } }

.title-h3 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 2.25rem; }
  .title-h3_dark {
    color: var(--color-black); }
  .title-h3_white {
    color: var(--color-white); }
  .title-h3_burgundy {
    color: var(--color-burgundy); }
  .title-h3_uppercase {
    text-transform: uppercase; }
  @media (max-width: 1200px) {
    .title-h3 {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .section_second {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .section {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .section {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  .section_last {
    padding-bottom: 4.5rem; }
    @media (max-width: 1200px) {
      .section_last {
        padding-bottom: 4rem; } }
    @media (max-width: 650px) {
      .section_last {
        padding-bottom: 2.5rem; } }
  .section_first {
    padding-top: 4.5rem; }
    @media (max-width: 1200px) {
      .section_first {
        padding-top: 4rem; } }
    @media (max-width: 650px) {
      .section_first {
        padding-top: 2.5rem; } }

.section__title-h1 {
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .section__title-h1 {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .section__title-h1 {
      margin-bottom: 2rem; } }
  .section__title-h1_short-margin {
    margin-bottom: 2.25rem; }
    @media (max-width: 1200px) {
      .section__title-h1_short-margin {
        margin-bottom: 1rem; } }

.section__prev-line {
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .section__prev-line {
      margin-bottom: 1rem; } }

.section__prev-text {
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .section__prev-text {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .section__prev-text {
      margin-bottom: 2rem; } }

.tabs__list {
  display: flex;
  align-items: center; }
  .tabs__list_inner {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .tabs__list_inner {
        position: static;
        transform: none; } }
  .tabs__list_center {
    justify-content: center; }

.tabs__list_second {
  border: 1px solid var(--color-greyscale-black);
  display: inline-flex;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem;
  overflow: hidden; }

.tabs__list-wrapper {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .tabs__list-wrapper {
      overflow: auto; } }
  .tabs__list-wrapper_inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .tabs__list-wrapper_inner {
        position: static;
        transform: none;
        margin-top: 2rem;
        margin-bottom: 1.5rem; } }

.tabs__item {
  display: flex;
  flex-grow: 1; }
  .tabs__item_small {
    flex-grow: 0; }

.tabs__btn {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-grey-90);
  padding: 1.0625rem 1rem;
  flex-grow: 1;
  position: relative;
  white-space: nowrap; }
  .tabs__btn::before, .tabs__btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background-color: var(--color-grey-20);
    transition: 0.3s ease-out; }
  .tabs__btn::after {
    height: 0.125rem;
    background-color: var(--color-orange);
    opacity: 0; }
  .tabs__btn.active {
    color: var(--color-orange); }
    .tabs__btn.active::after {
      opacity: 1; }
  @media (max-width: 1200px) {
    .tabs__btn {
      padding-left: 1rem;
      padding-right: 1rem; } }

.tabs__btn_second {
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  text-align: center; }
  .tabs__btn_second::before, .tabs__btn_second::after {
    display: none; }
  .tabs__btn_second.active {
    color: var(--color-white);
    background-color: var(--color-greyscale-black); }

.tabs__section {
  transition: opacity 0.3s ease-in-out; }
  .tabs__section_center {
    display: flex;
    justify-content: center; }

.tabs__img {
  transition: opacity 0.3s ease-in-out; }

@media (max-width: 1200px) {
  .tabs__title-h1 {
    margin-bottom: 2rem; } }

@media (max-width: 1200px) {
  .tabs__wrapper {
    position: relative; } }

.text {
  margin: 0; }
  .text_medium-2 {
    line-height: 1.5rem; }
    @media (max-width: 1200px) {
      .text_medium-2 {
        line-height: 1.25rem; } }
  .text_small {
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .text_small {
        font-size: 0.75rem;
        line-height: 1rem; } }
  .text_small-2 {
    font-size: 1rem;
    line-height: 1.375rem; }
  .text_ultra-small {
    font-size: 0.75rem;
    line-height: 1rem; }
  .text_big {
    font-size: 1.375rem;
    line-height: 1.75rem; }
    @media (max-width: 1200px) {
      .text_big {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
    @media (max-width: 650px) {
      .text_big {
        line-height: 1.5rem; } }
  .text_big-2 {
    font-size: 1.375rem;
    line-height: 1.625rem; }
    @media (max-width: 1200px) {
      .text_big-2 {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
  .text_burgundy {
    color: var(--color-burgundy); }
  .text_white {
    color: var(--color-white); }
  .text_orange {
    color: var(--color-orange); }
  .text_center {
    text-align: center; }
  .text_uppercase {
    text-transform: uppercase; }

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }
  @media (max-width: 1200px) {
    .wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 650px) {
    .wrapper {
      padding-left: 1rem;
      padding-right: 1rem; } }

.header-promo {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  z-index: 1; }
  .header-promo::before, .header-promo::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none; }
  .header-promo_black {
    background-color: var(--color-greyscale-black); }
  .header-promo_full-black {
    background-color: var(--color-full-black); }
  .header-promo_grey-second {
    background-color: var(--color-grey-second); }
  @media (max-width: 1200px) {
    .header-promo {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.header-promo__title {
  text-align: center;
  margin-bottom: 2rem; }
  .header-promo__title_second-font {
    font-family: var(--font-secondary); }
  @media (max-width: 1200px) {
    .header-promo__title {
      margin-bottom: 1.5rem; } }

.header-promo__text {
  text-align: center; }

.header-promo__wrapper {
  max-width: 60.75rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .header-promo__wrapper_large {
    max-width: 75.375rem; }
  .header-promo__wrapper_full-width {
    max-width: 90rem; }

.header-promo__btn {
  margin-top: 2rem;
  width: 100%;
  max-width: 20.625rem; }
  @media (max-width: 1200px) {
    .header-promo__btn {
      margin-top: 1.5rem; } }
  .header-promo__btn_no-margin {
    margin-top: 0; }

.popup {
  max-width: 42.6875rem;
  width: 100%;
  margin: 3.125rem auto;
  position: relative;
  border: 1px solid var(--color-white);
  background-color: var(--color-greyscale-black);
  padding: 1.5rem; }
  @media (max-width: 1200px) {
    .popup {
      max-width: 29.5rem;
      padding: 1.5rem 1.25rem; } }

.mfp-bg {
  background: var(--color-greyscale-black);
  opacity: 1; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.page {
  height: 100%; }
  @media (max-width: 1200px) {
    .page_overflow-hidden {
      overflow: hidden; } }
  @media (max-width: 1440px) and (min-width: 1201px) {
    .page {
      font-size: .95vw; } }

.page__body {
  min-height: 100%;
  line-height: 1.625rem;
  color: var(--color-black);
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400; }
  .page__body_black {
    background-color: var(--color-full-black); }
  @media (max-width: 1200px) {
    .page__body {
      font-size: 1rem;
      line-height: 1.375rem; } }

.download-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-black); }
  .download-link_orange {
    color: var(--color-orange); }
    .download-link_orange:hover .download-link__icon_orange {
      fill: var(--color-light-orange); }
    .download-link_orange:active .download-link__icon_orange {
      fill: var(--color-dark-orange); }
  .download-link:hover {
    color: var(--color-light-orange); }
  .download-link:active {
    color: var(--color-dark-orange); }

.download-link__icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--color-grey-40);
  transition: 0.3s ease-in-out; }
  .download-link__icon_orange {
    fill: var(--color-orange); }

.page-header {
  height: 100vh;
  position: relative;
  max-height: 43.75rem;
  min-height: 41.5625rem; }
  .page-header_not-fix-height {
    height: auto;
    max-height: none;
    min-height: auto; }
    .page-header_not-fix-height::before {
      content: "";
      display: block;
      height: 7.125rem; }
  .page-header_no-before::before {
    display: none; }
  .page-header_beige {
    background-color: var(--color-beige); }
  .page-header_white {
    background-color: var(--color-white); }
  .page-header_grey-second {
    background-color: var(--color-grey-second); }
  .page-header_404 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("/images/promo-404.webp"); }
    @media (max-width: 1200px) {
      .page-header_404 {
        background-image: url("/images/promo-404_laptop.webp"); } }
    @media (max-width: 650px) {
      .page-header_404 {
        background-image: url("/images/promo-404_mobile.webp"); } }
  .page-header_contacts {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("/images/background-contacts.png"); }
    @media (max-width: 1200px) {
      .page-header_contacts {
        background-image: url("/images/background-contacts_laptop.png"); } }
    @media (max-width: 650px) {
      .page-header_contacts {
        background-image: url("/images/background-contacts_mobile.png"); } }
  .page-header_burgundy {
    background-color: var(--color-burgundy); }
    .page-header_burgundy .page-header__breadcrumbs-link:not(
    .page-header__breadcrumbs-link_last
):not(:hover):not(:active) {
      color: var(--color-white); }
    .page-header_burgundy .page-header__breadcrumbs-item:not(:last-child)::after {
      background: url("/images/breadcrumbs-icon_white.svg") no-repeat;
      background-size: 100%; }
    .page-header_burgundy .page-header__breadcrumbs-item::before {
      background: url("/images/breadcrumbs-arrow_white.svg") no-repeat;
      background-size: 100%; }
    .page-header_burgundy .header-promo__title {
      color: var(--color-white); }
    .page-header_burgundy .page-header__breadcrumbs-link_last {
      color: var(--color-orange); }
  .page-header_greyscale-black {
    background-color: var(--color-greyscale-black); }
  .page-header_black {
    background-color: var(--color-full-black); }
  @media (max-width: 1200px) {
    .page-header {
      min-height: 42.5rem; }
      .page-header_not-fix-height {
        min-height: auto; }
        .page-header_not-fix-height::before {
          height: 4.5rem; }
      .page-header.mobile-menu-open {
        max-height: none;
        min-height: auto;
        overflow: hidden; } }
  @media (max-width: 650px) {
    .page-header {
      max-height: 30.9375rem;
      min-height: 30.9375rem; }
      .page-header_not-fix-height {
        min-height: auto;
        max-height: none; }
        .page-header_not-fix-height::before {
          height: 3.75rem; } }

.page-header__head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.4s ease-out;
  z-index: 4; }
  .page-header__head_black-background {
    background-color: var(--color-greyscale-black); }
  .page-header__head_grey-second {
    background-color: var(--color-grey-second); }
  .page-header__head_beige {
    background-color: var(--color-beige); }
  .page-header__head_full-black {
    background-color: var(--color-full-black); }
  .page-header__head.fixed {
    position: fixed; }
    .page-header__head.fixed:not(.page-header__head_other-color) {
      background-color: var(--color-greyscale-black); }
  .page-header__head.menu-open {
    transform: translateY(0%);
    background-color: var(--color-greyscale-black);
    transition: none; }
    .page-header__head.menu-open .page-header__top-line,
    .page-header__head.menu-open .page-header__wrapper-nav {
      background-color: var(--color-greyscale-black); }
  .page-header__head_hide {
    transform: translateY(-100%); }
  @media (max-width: 1200px) {
    .page-header__head {
      transform: translateY(-1px);
      transition: none; }
      .page-header__head.mobile-menu-open {
        background-color: var(--color-greyscale-black);
        height: calc(100% + 1px); } }

.page-header__top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.9375rem;
  padding-bottom: 0.6875rem;
  position: relative; }
  .page-header__top-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 1.5625rem * 2);
    height: 1px;
    background-color: var(--color-white);
    opacity: 0.2; }
  @media (max-width: 1200px) {
    .page-header__top-line {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .page-header__top-line::before {
        display: none; } }
  @media (max-width: 650px) {
    .page-header__top-line {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }

.page-header__additional-information {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  transition: 0.3s ease-out; }
  .page-header__additional-information.hide {
    opacity: 0; }

.page-header__link-logo {
  display: flex;
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  transform: translate(-50%, 0);
  height: 2.375rem;
  align-items: center; }
  .page-header__link-logo.hide {
    opacity: 0; }
  @media (max-width: 1200px) {
    .page-header__link-logo {
      margin-right: auto;
      margin-left: 1rem;
      position: static;
      transform: none;
      height: auto; } }

@media (max-width: 1200px) {
  .page-header__logo {
    width: 7.9375rem; } }

@media (max-width: 650px) {
  .page-header__logo {
    width: 5.3125rem; } }

.page-header__client-area {
  display: flex;
  align-items: center; }

.page-header__search-icon,
.page-header__search-close-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out; }

.page-header__search-close-icon {
  opacity: 0; }

.page-header__search {
  display: flex;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem; }
  .page-header__search_mobile {
    display: none; }
  @media (max-width: 1200px) {
    .page-header__search {
      width: 100%;
      height: auto;
      position: sticky;
      top: 0;
      z-index: 2;
      background-color: var(--color-greyscale-black); }
      .page-header__search::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4.75rem;
        left: 0;
        bottom: 0;
        background-color: var(--color-greyscale-black);
        z-index: -1; }
      .page-header__search_desctop {
        display: none; }
      .page-header__search_mobile {
        display: block; } }
  @media (max-width: 650px) {
    .page-header__search {
      z-index: 1; } }

.page-header__search-input {
  appearance: none;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-white);
  border-radius: 1.1875rem;
  padding: 0.4375rem 6rem 0.4375rem 3.125rem;
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white);
  caret-color: var(--color-white);
  background: transparent;
  transition: 0.3s ease-out;
  opacity: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  pointer-events: none; }
  .page-header__search-input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-white);
    caret-color: var(--color-white); }
  .page-header__search-input::-webkit-input-placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::-webkit-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input::-moz-placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::-moz-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input::-moz-placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::-moz-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input::-ms-input-placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::-ms-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input::placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .page-header__search-input::placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .page-header__search-input:focus {
    outline: none; }
    .page-header__search-input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .page-header__search-input:focus::-moz-placeholder {
      opacity: 0; }
    .page-header__search-input:focus:-moz-placeholder {
      opacity: 0; }
    .page-header__search-input:focus:-ms-input-placeholder {
      opacity: 0; }
  .page-header__search-input.active {
    pointer-events: initial;
    opacity: 1; }
  .page-header__search-input ~ label.error {
    display: none !important; }
  .page-header__search-input.error {
    border-color: var(--color-red); }
  @media (max-width: 1200px) {
    .page-header__search-input {
      position: static;
      opacity: 1;
      border-radius: 0;
      border-right: none;
      border-left: none;
      border-color: var(--color-grey-90);
      padding: 1rem 0 1rem 2rem;
      pointer-events: initial; } }

.page-header__search-submit {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4375rem;
  pointer-events: none;
  transition: 0.3s ease-out;
  padding: 0.0625rem 0.6875rem;
  width: auto;
  font-size: 1rem;
  line-height: 1.375rem; }
  @media (min-width: 1201px) {
    .page-header__search-submit.active {
      opacity: 1;
      pointer-events: initial; } }
  @media (max-width: 1200px) {
    .page-header__search-submit {
      opacity: 1;
      pointer-events: initial;
      right: auto;
      left: 0;
      padding: 0;
      display: flex; }
      .page-header__search-submit:hover .page-header__search-icon-mobile {
        fill: var(--color-light-orange); }
      .page-header__search-submit:active .page-header__search-icon-mobile {
        fill: var(--color-dark-orange); } }

.page-header__search-icon-mobile {
  width: 1.5rem;
  height: 1.5rem;
  transition: 0.3s ease-out;
  fill: var(--color-grey-80); }

.page-header__search-form-wrapper {
  display: flex;
  position: absolute;
  left: 1.5625rem;
  top: 1.0625rem;
  transition: 0.3s ease-out;
  width: 2.25rem; }
  .page-header__search-form-wrapper.active {
    width: calc(100% - 1.5625rem * 2);
    z-index: 1; }

.page-header__open-search-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  z-index: 1; }
  .page-header__open-search-btn path {
    transition: 0.3s ease-out; }
  .page-header__open-search-btn circle {
    transition: 0.3s ease-out; }
  .page-header__open-search-btn:hover .page-header__search-icon path,
  .page-header__open-search-btn:hover .page-header__search-icon circle {
    stroke: var(--color-orange); }
  .page-header__open-search-btn:hover .page-header__search-close-icon circle {
    stroke: var(--color-orange); }
  .page-header__open-search-btn:hover .page-header__search-close-icon path {
    fill: var(--color-orange); }
  .page-header__open-search-btn:active .page-header__search-icon path,
  .page-header__open-search-btn:active .page-header__search-icon circle {
    stroke: var(--color-light-orange); }
  .page-header__open-search-btn:active .page-header__search-close-icon circle {
    stroke: var(--color-light-orange); }
  .page-header__open-search-btn:active .page-header__search-close-icon path {
    fill: var(--color-light-orange); }
  .page-header__open-search-btn.active .page-header__search-icon {
    opacity: 0; }
  .page-header__open-search-btn.active .page-header__search-close-icon {
    opacity: 1; }

.page-header__enter-lk-link {
  display: flex;
  margin-left: 0.5rem;
  transition: 0.3s ease-out;
  width: 2.25rem;
  height: 2.25rem; }
  .page-header__enter-lk-link svg {
    width: 100%;
    height: 100%; }
  .page-header__enter-lk-link path,
  .page-header__enter-lk-link circle {
    transition: 0.3s ease-out; }
  .page-header__enter-lk-link:hover path:not(.svg-head) {
    fill: var(--color-orange);
    stroke: var(--color-orange); }
  .page-header__enter-lk-link:hover .svg-head {
    stroke: var(--color-orange); }
  .page-header__enter-lk-link:hover circle {
    stroke: var(--color-orange); }
  .page-header__enter-lk-link:active path:not(.svg-head) {
    fill: var(--color-light-orange);
    stroke: var(--color-light-orange); }
  .page-header__enter-lk-link:active .svg-head {
    stroke: var(--color-light-orange); }
  .page-header__enter-lk-link:active circle {
    stroke: var(--color-light-orange); }
  .page-header__enter-lk-link.hide {
    opacity: 0; }
  @media (max-width: 1200px) {
    .page-header__enter-lk-link_desctop {
      display: none; } }

.page-header__menu-tab {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  transition: 0.3s ease-out; }
  .page-header__menu-tab.hide {
    opacity: 0; }
  .page-header__menu-tab_mobile {
    display: none; }
  @media (max-width: 1200px) {
    .page-header__menu-tab {
      margin: 2.625rem 0 1.625rem 0; }
      .page-header__menu-tab_desctop {
        display: none; }
      .page-header__menu-tab_mobile {
        display: flex; } }
  @media (max-width: 650px) {
    .page-header__menu-tab {
      margin-top: 2rem;
      margin-bottom: 2rem; } }

.page-header__menu-tab-link {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white); }
  .page-header__menu-tab-link:hover {
    color: var(--color-orange); }
  .page-header__menu-tab-link:active {
    color: var(--color-light-orange); }

.page-header__link-phone {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white); }
  .page-header__link-phone:hover {
    color: var(--color-orange); }
  .page-header__link-phone:active {
    color: var(--color-light-orange); }
  @media (max-width: 1200px) {
    .page-header__link-phone {
      font-size: 1.125rem;
      line-height: 1.5rem; } }
  @media (max-width: 650px) {
    .page-header__link-phone {
      font-size: 0.75rem;
      line-height: 1rem; } }

.page-header__right-wrapper {
  display: flex;
  align-items: center; }

.page-header__burger-menu {
  display: none; }
  @media (max-width: 1200px) {
    .page-header__burger-menu {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      position: relative; }
      .page-header__burger-menu::before, .page-header__burger-menu::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: var(--color-white);
        transition: 0.3s ease-out; }
      .page-header__burger-menu::before {
        top: 0.375rem; }
      .page-header__burger-menu::after {
        top: 1.0625rem; }
      .page-header__burger-menu:hover::before, .page-header__burger-menu:hover::after {
        background-color: var(--color-light-orange); }
      .page-header__burger-menu:active::before, .page-header__burger-menu:active::after {
        background-color: var(--color-dark-orange); }
      .page-header__burger-menu.active::before, .page-header__burger-menu.active::after {
        top: 50%; }
      .page-header__burger-menu.active::before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .page-header__burger-menu.active::after {
        transform: translate(-50%, -50%) rotate(-45deg); } }
  @media (max-width: 650px) {
    .page-header__burger-menu {
      width: 1.25rem;
      height: 1.25rem; }
      .page-header__burger-menu::before {
        top: 0.3125rem; }
      .page-header__burger-menu::after {
        top: 0.9375rem; } }

.page-header__consultation {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.5625rem 0.9375rem;
  width: auto; }
  .page-header__consultation_mobile {
    display: none; }
  @media (max-width: 1200px) {
    .page-header__consultation {
      margin-top: 2rem;
      width: 100%;
      max-width: 21.75rem;
      padding: 0.75rem 1.1875rem; }
      .page-header__consultation_desctop {
        display: none; }
      .page-header__consultation_mobile {
        display: block; } }
  @media (max-width: 650px) {
    .page-header__consultation {
      max-width: none; } }

.page-header__wrapper-nav {
  position: relative; }
  @media (max-width: 1200px) {
    .page-header__wrapper-nav {
      height: calc(100% - 4.5rem); }
      .page-header__wrapper-nav_hidden {
        position: absolute;
        clip-path: inset(100%);
        overflow: hidden;
        margin: -1px;
        border: 0;
        padding: 0;
        width: 1px;
        height: 1px;
        white-space: nowrap;
        clip: rect(0 0 0 0);
        opacity: 0; } }
  @media (max-width: 650px) {
    .page-header__wrapper-nav {
      height: calc(100% - 3.75rem); } }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__open-search-btn:not(:hover):not(:active) .page-header__search-icon path,
.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__open-search-btn:not(:hover):not(:active) .page-header__search-icon circle {
  stroke: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__enter-lk-link:not(:hover):not(:active) path:not(.svg-head) {
  stroke: var(--color-grey);
  fill: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__enter-lk-link:not(:hover):not(:active) .svg-head {
  stroke: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__enter-lk-link:not(:hover):not(:active) circle {
  stroke: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__menu-tab-link:not(:hover):not(:active) {
  color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__menu-tab_desctop path {
  fill: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__link-phone:not(:hover):not(:active) {
  color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .main-nav__link:not(:hover):not(:active) {
  color: var(--color-grey); }
  .page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .main-nav__link:not(:hover):not(:active) .main-nav__arrow-icon_desctop {
    fill: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__search-input {
  color: var(--color-grey);
  caret-color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__search-input:not(.error) {
  border-color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__burger-menu:not(:hover):not(:active)::before, .page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__burger-menu:not(:hover):not(:active)::after {
  background-color: var(--color-grey); }

.page-header__head_black:not(.menu-open):not(.mobile-menu-open):not(.fixed) .page-header__top-line::before {
  background-color: var(--color-grey); }

.page-header__search-links {
  margin-top: 1.0625rem;
  margin-bottom: 1.0625rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  display: none; }
  .page-header__search-links.hide {
    display: flex; }

.page-header__search-link {
  display: flex;
  align-items: center;
  background: rgba(64, 70, 77, 0.8);
  color: #f9feff;
  padding: 0.6875rem 1.5rem;
  border-radius: 2rem;
  height: 2.875rem;
  font-size: 1rem;
  line-height: 137%;
  gap: 0.75rem; }

.main-slider {
  z-index: 0;
  height: 100%;
  position: relative; }

.main-slider__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (max-width: 650px) {
    .main-slider__wrapper {
      padding-top: 4.375rem;
      padding-bottom: 4.375rem; } }
  @media (max-width: 1200px) {
    .main-slider__wrapper_1 {
      justify-content: center;
      padding-bottom: 1.375rem; }
      .main-slider__wrapper_1-main-slide {
        justify-content: flex-start; } }
  @media (max-width: 650px) {
    .main-slider__wrapper_1 {
      justify-content: center;
      align-items: center; }
      .main-slider__wrapper_1-main-slide {
        justify-content: flex-start; } }
  .main-slider__wrapper_2 {
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .main-slider__wrapper_2 {
        flex-direction: column;
        justify-content: center; } }
  .main-slider__wrapper_3 {
    display: grid;
    grid-template-columns: 14.75rem 1fr;
    grid-template-rows: auto min-content;
    gap: 4.625rem 0;
    align-items: end; }
    @media (max-width: 1200px) {
      .main-slider__wrapper_3 {
        gap: 3.5rem 0;
        align-items: center;
        grid-template-rows: auto auto;
        grid-template-columns: 7.625rem 1fr; } }
    @media (max-width: 768px) {
      .main-slider__wrapper_3 {
        gap: 2rem; } }
    @media (max-width: 650px) {
      .main-slider__wrapper_3 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 1.5rem; } }
    .main-slider__wrapper_3 .main-slider__prev-text-wrapper {
      max-width: 230px; }
      @media (max-width: 768px) {
        .main-slider__wrapper_3 .main-slider__prev-text-wrapper {
          max-width: 18rem; } }
  @media (max-width: 1200px) {
    .main-slider__wrapper_4 {
      flex-direction: column-reverse;
      justify-content: start;
      align-items: center;
      gap: 1.5rem; } }
  @media (max-width: 650px) {
    .main-slider__wrapper_4 {
      gap: 1.25rem; } }

.main-slider__list,
.main-slider__list-wrapper {
  height: 100%; }

.main-slider__item {
  overflow: hidden; }
  .main-slider__item_color-grey {
    background-color: var(--color-greyscale-black); }
  .main-slider__item_color-burgundy {
    background-color: var(--color-burgundy); }

.main-slider__title {
  margin: 0;
  font-size: 7rem;
  line-height: 6.75rem;
  text-transform: uppercase;
  color: var(--color-white); }
  .main-slider__title span {
    font-size: 6.75rem;
    font-family: var(--font-secondary); }
  .main-slider__title .main-slider__title-span {
    font-family: var(--font-primary);
    margin-left: 2.875rem; }
    @media (max-width: 1200px) {
      .main-slider__title .main-slider__title-span {
        margin-left: auto;
        margin-right: auto;
        font-size: 4.375rem;
        line-height: 4.375rem;
        text-align: center; } }
    @media (max-width: 650px) {
      .main-slider__title .main-slider__title-span {
        font-size: 2rem;
        line-height: 1.875rem;
        letter-spacing: -1.44px; } }
  .main-slider__title_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.625rem; }
    .main-slider__title_1 span {
      margin-left: auto;
      margin-right: auto; }
    @media (max-width: 1200px) {
      .main-slider__title_1 {
        margin-bottom: 1.5625rem; } }
    @media (max-width: 650px) {
      .main-slider__title_1 {
        margin-bottom: 1.5rem; } }
    .main-slider__title_1-main-slide {
      color: var(--color-grey); }
      .main-slider__title_1-main-slide::first-line {
        margin-right: 10px; }
      .main-slider__title_1-main-slide span {
        margin-left: 0; }
        @media (max-width: 1200px) {
          .main-slider__title_1-main-slide span {
            margin-left: auto;
            margin-right: auto; } }
  @media (max-width: 1200px) {
    .main-slider__title_2 {
      max-width: 640px; } }
  @media (max-width: 650px) {
    .main-slider__title_2 {
      margin-bottom: 1.4375rem; } }
  .main-slider__title_3 {
    align-self: start;
    margin-top: 0.375rem; }
    @media (max-width: 1200px) {
      .main-slider__title_3 {
        margin-top: 0.125rem; } }
    @media (max-width: 650px) {
      .main-slider__title_3 {
        display: none; } }
  .main-slider__title_4 {
    display: flex;
    flex-direction: column; }
  @media (max-width: 1200px) {
    .main-slider__title {
      font-size: 5.75rem;
      line-height: 5.625rem; }
      .main-slider__title span {
        font-size: 5.5rem;
        line-height: 5.625rem; }
        .main-slider__title span.main-slider__main-span {
          font-size: 4.25rem;
          line-height: 4.375rem;
          text-align: center; }
      .main-slider__title_1 {
        align-items: center; } }
  @media (max-width: 650px) {
    .main-slider__title {
      font-size: 3.375rem;
      line-height: 2.875rem;
      letter-spacing: -2.43px;
      text-align: center; }
      .main-slider__title span {
        font-size: 2.75rem;
        line-height: 2.875rem;
        letter-spacing: -1.98px;
        text-align: center; }
        .main-slider__title span.main-slider__main-span {
          font-size: 1.875rem;
          line-height: 1.875rem;
          letter-spacing: -1.35px; } }
  .main-slider__title_small {
    font-size: 1.125rem;
    line-height: 1.625rem; }
    @media (max-width: 1200px) {
      .main-slider__title_small {
        font-size: 1rem;
        line-height: 1.375rem; } }
  .main-slider__title_transform-no {
    text-transform: none; }

.main-slider__read-more {
  font-size: 1.125rem;
  line-height: 1.625rem; }
  .main-slider__read-more:hover svg {
    transform: translateY(-50%) translateX(3px); }
  .main-slider__read-more_1 {
    margin-left: auto;
    margin-right: 16.25rem; }
    @media (max-width: 1200px) {
      .main-slider__read-more_1 {
        margin-right: auto; } }
    .main-slider__read-more_1-main-slide {
      margin-left: 19.8125rem;
      margin-right: auto; }
      @media (max-width: 1200px) {
        .main-slider__read-more_1-main-slide {
          margin-left: auto; } }
  .main-slider__read-more_2 {
    margin-top: 1.4375rem; }
    .main-slider__read-more_2-mobile {
      display: none; }
    @media (max-width: 1200px) {
      .main-slider__read-more_2 {
        margin-top: 0;
        justify-self: start; } }
    @media (max-width: 650px) {
      .main-slider__read-more_2-desctop {
        display: none; }
      .main-slider__read-more_2-mobile {
        display: block; } }
  .main-slider__read-more_3 {
    vertical-align: middle;
    margin-right: 0.9375rem; }
  @media (max-width: 650px) {
    .main-slider__read-more {
      font-size: 1rem;
      line-height: 1.375rem; } }

.main-slider__text {
  color: var(--color-white);
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0;
  margin-bottom: 1.125rem; }
  @media (max-width: 1200px) {
    .main-slider__text {
      margin-bottom: 1.375rem; } }
  @media (max-width: 650px) {
    .main-slider__text {
      margin-bottom: 1.0625rem;
      text-align: center;
      font-size: 1rem;
      line-height: 1.375rem; } }
  .main-slider__text:last-child {
    margin-bottom: 0; }
  .main-slider__text_big {
    font-size: 3.625rem;
    line-height: 3.625rem;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .main-slider__text_big {
        font-size: 2rem;
        line-height: 2rem; } }
    @media (max-width: 650px) {
      .main-slider__text_big {
        font-size: 1rem;
        line-height: 1.375rem; } }
  .main-slider__text_2 {
    margin-bottom: 1.5625rem; }
    @media (max-width: 1200px) {
      .main-slider__text_2 {
        margin-bottom: 0; } }
  .main-slider__text_3 {
    vertical-align: middle; }
  .main-slider__text_4 {
    text-transform: uppercase;
    margin-bottom: 1rem; }
    @media (max-width: 1200px) {
      .main-slider__text_4 {
        text-align: center; } }
  .main-slider__text_main-slide {
    color: var(--color-grey); }

.main-slider__pagination {
  bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .main-slider__pagination {
      bottom: 1rem; } }

.main-slider__pagination-wrapper {
  justify-content: flex-start; }
  @media (max-width: 1200px) {
    .main-slider__pagination-wrapper {
      justify-content: center; } }

.main-slider__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .main-slider__background-gradient {
    background: linear-gradient(180deg, rgba(43, 50, 58, 0) 0%, #2b323a 100%);
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 1200px) {
      .main-slider__background-gradient {
        background: linear-gradient(180deg, rgba(43, 50, 58, 0.8) 0%, rgba(43, 50, 58, 0.45) 85%, rgba(43, 50, 58, 0) 100%);
        top: 0; } }
    @media (max-width: 768px) {
      .main-slider__background-gradient {
        background: linear-gradient(0deg, rgba(43, 50, 58, 0.8) 0%, rgba(43, 50, 58, 0.7) 50%, rgba(43, 50, 58, 0) 100%); } }

.main-slider__picture {
  width: 100%;
  height: 100%;
  display: block; }

.main-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .main-slider__img_main-slide {
    object-position: center bottom; }

.main-slider__text-wrapper {
  text-align: left; }
  .main-slider__text-wrapper_1 {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 1.3125rem;
    max-width: 20.625rem; }
    @media (max-width: 1200px) {
      .main-slider__text-wrapper_1 {
        margin-bottom: auto;
        margin-right: auto;
        max-width: none;
        text-align: center;
        margin-top: 6.125rem; } }
    @media (max-width: 650px) {
      .main-slider__text-wrapper_1 {
        margin-top: 1.875rem;
        margin-bottom: 0; } }
    .main-slider__text-wrapper_1-main-slide {
      margin-bottom: 1.5rem;
      margin-right: 3.375rem;
      max-width: 18.625rem;
      color: var(--color-grey);
      font-size: 1.125rem;
      line-height: 1.625rem; }
      @media (max-width: 1200px) {
        .main-slider__text-wrapper_1-main-slide {
          margin-bottom: auto;
          margin-right: auto;
          margin-left: auto;
          margin-top: 3.5625rem;
          max-width: none; } }
      @media (max-width: 650px) {
        .main-slider__text-wrapper_1-main-slide {
          margin-top: 1.875rem; } }
  .main-slider__text-wrapper_2 {
    max-width: 20.625rem;
    margin-top: 8.875rem; }
    @media (max-width: 1200px) {
      .main-slider__text-wrapper_2 {
        margin-top: 0;
        display: grid;
        grid-template-columns: 14rem 14rem;
        grid-template-rows: auto min-content;
        gap: 1.5rem 1.25rem;
        align-items: start;
        max-width: none;
        margin-left: auto; } }
    @media (max-width: 650px) {
      .main-slider__text-wrapper_2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: auto; } }
  .main-slider__text-wrapper_3 {
    margin-bottom: 1.5625rem; }
    @media (max-width: 1200px) {
      .main-slider__text-wrapper_3 {
        align-self: start; } }
    @media (max-width: 650px) {
      .main-slider__text-wrapper_3 {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 1rem;
        margin-top: 0;
        margin-bottom: 0;
        align-self: center; } }
  .main-slider__text-wrapper_4 {
    margin-top: 7.625rem;
    max-width: 15rem;
    margin-left: auto; }
    @media (max-width: 1200px) {
      .main-slider__text-wrapper_4 {
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
        gap: 3.25rem;
        align-items: center; } }
    @media (max-width: 650px) {
      .main-slider__text-wrapper_4 {
        gap: 2.5625rem; } }

.main-slider__title-wrapper_1 {
  margin-top: 8.875rem;
  max-width: 55.25rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 1200px) {
    .main-slider__title-wrapper_1 {
      margin-top: auto;
      max-width: none; } }
  @media (max-width: 650px) {
    .main-slider__title-wrapper_1 {
      margin-top: -8.625rem;
      margin-top: 0; } }
  .main-slider__title-wrapper_1-main-slide {
    max-width: none; }
    @media (max-width: 1200px) {
      .main-slider__title-wrapper_1-main-slide {
        margin-top: 6.5625rem; } }
    @media (max-width: 650px) {
      .main-slider__title-wrapper_1-main-slide {
        margin-top: 0.4375rem; } }

.main-slider__title-wrapper_2 {
  margin-bottom: 6.25rem;
  margin-top: auto; }
  @media (max-width: 1200px) {
    .main-slider__title-wrapper_2 {
      margin-top: 0;
      margin-bottom: 8.8125rem; } }
  @media (max-width: 650px) {
    .main-slider__title-wrapper_2 {
      margin-bottom: 4.375rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative; } }

.main-slider__title-wrapper_4 {
  margin-top: auto;
  margin-bottom: 1.375rem;
  margin-left: auto; }
  @media (max-width: 1200px) {
    .main-slider__title-wrapper_4 {
      margin-top: 6.5rem;
      margin-bottom: 0;
      margin-left: 0; } }
  @media (max-width: 650px) {
    .main-slider__title-wrapper_4 {
      margin-top: 1.25rem; } }

.main-slider__prev-img_2 {
  margin-bottom: 1.5rem;
  max-width: 20.625rem; }
  @media (max-width: 1200px) {
    .main-slider__prev-img_2 {
      max-width: 100%;
      grid-row: 1/-1;
      grid-column: 1/2;
      margin-bottom: 0; } }
  @media (max-width: 650px) {
    .main-slider__prev-img_2 {
      display: none; } }

.main-slider__prev-img_3 {
  max-width: 28rem;
  height: 15.0625rem;
  object-fit: cover; }
  @media (max-width: 1200px) {
    .main-slider__prev-img_3 {
      max-width: 21.75rem; } }
  @media (max-width: 768px) {
    .main-slider__prev-img_3 {
      max-width: 18rem;
      max-height: 9.6875rem; } }
  @media (max-width: 650px) {
    .main-slider__prev-img_3 {
      width: 100%;
      align-self: center; } }

.main-slider-decor {
  position: absolute;
  z-index: -1;
  pointer-events: none; }
  .main-slider-decor_2 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -13.875rem; }
    .main-slider-decor_2-desctop {
      width: 61.9375rem;
      height: 34.5625rem; }
    .main-slider-decor_2-tablet {
      width: 48rem;
      height: 26.6875rem;
      display: none; }
    .main-slider-decor_2-mobile {
      width: 19.25rem;
      height: 19.1875rem;
      display: none; }
    @media (max-width: 1200px) {
      .main-slider-decor_2 {
        left: 0;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -10rem;
        margin-left: 0; }
        .main-slider-decor_2-desctop {
          display: none; }
        .main-slider-decor_2-tablet {
          display: block; } }
    @media (max-width: 650px) {
      .main-slider-decor_2 {
        bottom: -2.75rem;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;
        margin-left: -0.3125rem; }
        .main-slider-decor_2-tablet {
          display: none; }
        .main-slider-decor_2-mobile {
          display: block; } }
  .main-slider-decor_3 {
    bottom: 0;
    right: -1.8125rem; }
    .main-slider-decor_3-desctop {
      width: 73.5rem;
      height: 35.3125rem; }
    .main-slider-decor_3-mobile {
      width: 48rem;
      height: 30.625rem;
      display: none; }
    @media (max-width: 1200px) {
      .main-slider-decor_3 {
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        right: -4.1875rem;
        margin-top: 3.125rem; }
        .main-slider-decor_3-desctop {
          display: none; }
        .main-slider-decor_3-mobile {
          display: block; } }
    @media (max-width: 650px) {
      .main-slider-decor_3 {
        display: none; } }

.main-slider__prev-img-wrapper {
  grid-column: 2/-1;
  display: flex;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .main-slider__prev-img-wrapper {
      align-self: end; } }
  @media (max-width: 768px) {
    .main-slider__prev-img-wrapper {
      flex-direction: column; } }
  @media (max-width: 650px) {
    .main-slider__prev-img-wrapper {
      margin-left: auto;
      margin-right: auto;
      width: auto;
      gap: 1rem; } }

.main-slider__prev-text {
  color: var(--color-white);
  margin: 0;
  margin-bottom: 1.375rem; }
  .main-slider__prev-text:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .main-slider__prev-text {
      margin-bottom: 1rem; } }
  @media (max-width: 650px) {
    .main-slider__prev-text {
      display: inline;
      margin-bottom: 0; } }

@media (max-width: 650px) {
  .main-slider__prev-text-wrapper {
    text-align: center; } }

.blog-details-slider {
  overflow: hidden;
  margin: 2rem 0;
  position: relative; }
  .blog-details-slider:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .blog-details-slider {
      margin: 1.5rem 0; } }

.blog-details-slider__slide-list {
  max-width: 57.5rem;
  width: 100%;
  overflow: initial; }
  @media (max-width: 1200px) {
    .blog-details-slider__slide-list {
      overflow: hidden; } }

.blog-details-slider__slide-item {
  position: relative;
  margin-bottom: 1.25rem; }

.blog-details-slider__pagination {
  position: relative;
  bottom: 0; }
  @media (max-width: 1200px) {
    .blog-details-slider__pagination {
      order: 4;
      margin-bottom: 0; } }
  .blog-details-slider__pagination p {
    margin-bottom: 0 !important;
    color: var(--color-orange) !important; }

.blog-details-slider__pagination-wrapper {
  padding: 0;
  justify-content: center; }

@media (max-width: 1200px) {
  .blog-details-slider__wrapper {
    display: flex;
    flex-direction: column; } }

.pagination {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1; }
  .pagination_static {
    position: static;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 1rem; }
    @media (max-width: 650px) {
      .pagination_static {
        justify-content: center;
        margin-bottom: 0;
        margin-top: 2rem; } }

.pagination__svg {
  transition: 0.3s ease-out;
  width: 1.5rem;
  height: 1.5rem; }

.pagination__svg_white {
  fill: var(--color-white); }

.pagination__svg_orange {
  fill: var(--color-orange); }

.pagination__arrow {
  display: flex;
  align-items: center; }
  .pagination__arrow:hover .pagination__svg_white {
    fill: var(--color-light-orange); }
  .pagination__arrow:active .pagination__svg_white {
    fill: var(--color-dark-orange); }
  .pagination__arrow.swiper-button-disabled {
    opacity: 0.5; }

.pagination__wrapper {
  display: flex;
  align-items: center; }

.pagination__number {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0;
  width: 1.875rem;
  margin-left: 0.125rem;
  display: flex;
  justify-content: center; }
  .pagination__number_white {
    color: var(--color-white); }
  .pagination__number_orange {
    color: var(--color-orange); }

.circle-animate {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 4px; }

.circle-animate__elem {
  overflow: hidden;
  width: 50%;
  height: 100%;
  position: relative; }

.circle-animate__svg {
  width: calc(100% * 2);
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.circle-animate__svg_1 {
  left: 0; }

.circle-animate__svg_2 {
  right: 0; }

.circle-animate__circle-mask-1 {
  rx: 10px; }
  .circle-animate__circle-mask-1.transition-no {
    transition: none; }

.circle-animate__circle-svg-2 {
  rx: 0; }
  .circle-animate__circle-svg-2.transition-no {
    transition: none; }

.circle-animate__circle-white {
  fill: var(--color-white); }

.circle-animate__circle-orange {
  fill: var(--color-orange); }

.main-nav {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  @media (max-width: 1200px) {
    .main-nav {
      padding-top: 1.125rem;
      padding-bottom: 2.5rem;
      height: 100%;
      display: block;
      overflow-y: auto;
      overflow-x: hidden; } }
  @media (max-width: 650px) {
    .main-nav {
      padding-top: 0.8125rem; }
      .main-nav.submenu-open .main-nav__search {
        opacity: 0;
        pointer-events: none; }
      .main-nav.submenu-open .main-nav__search-input {
        pointer-events: none; } }
  .main-nav.submenu-open {
    overflow: initial; }

.main-nav__list {
  display: flex;
  align-items: center;
  gap: 1.4375rem; }
  @media (max-width: 1200px) {
    .main-nav__list {
      flex-direction: column;
      gap: 0;
      overflow: hidden; } }

.main-nav__link {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white);
  cursor: pointer; }
  .main-nav__link:hover {
    color: var(--color-light-orange); }
  .main-nav__link:active {
    color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .main-nav__link {
      font-size: 1.25rem;
      line-height: 1.625rem;
      width: 100%;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--color-grey-90); }
      .main-nav__link:hover .main-nav__arrow-icon {
        fill: var(--color-light-orange); }
      .main-nav__link:active .main-nav__arrow-icon {
        fill: var(--color-dark-orange); } }

.main-nav__item {
  display: flex; }
  @media (max-width: 1200px) {
    .main-nav__item {
      width: 100%; }
      .main-nav__item:last-child .main-nav__link {
        border-bottom: none; } }

.main-nav__arrow-icon {
  width: 0.5rem;
  height: 0.6875rem;
  transition: fill 0.3s ease-out;
  fill: var(--color-white); }
  .main-nav__arrow-icon_desctop {
    display: block; }
  .main-nav__arrow-icon_mobile {
    display: none; }
  @media (max-width: 1200px) {
    .main-nav__arrow-icon_desctop {
      display: none; }
    .main-nav__arrow-icon_mobile {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      margin-left: auto; } }

.main-nav__link-first-level {
  display: flex;
  align-items: center;
  gap: 0.4375rem; }
  .main-nav__link-first-level:hover:not(.active) .main-nav__arrow-icon {
    fill: var(--color-light-orange); }
  .main-nav__link-first-level:active:not(.active) .main-nav__arrow-icon {
    fill: var(--color-dark-orange); }
  @media (min-width: 1201px) {
    .main-nav__link-first-level.active {
      color: var(--color-orange); }
      .main-nav__link-first-level.active .main-nav__arrow-icon {
        transform: rotate(180deg);
        fill: var(--color-orange); } }
  .main-nav__link-first-level.active ~ .main-nav__submenu-wrapper {
    transform: translateY(100%);
    opacity: 1;
    pointer-events: initial; }
    @media (max-width: 1200px) {
      .main-nav__link-first-level.active ~ .main-nav__submenu-wrapper {
        transform: translateX(0); } }

.main-nav__submenu-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: calc(100vh - 6.625rem);
  max-height: calc(43.75rem - 6.625rem);
  background-color: var(--color-greyscale-black);
  padding-top: 1.1875rem;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  z-index: -1; }
  .main-nav__submenu-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100% + 1px);
    background-color: var(--color-greyscale-black);
    z-index: -1; }
  @media (max-width: 1200px) {
    .main-nav__submenu-wrapper {
      height: calc(100% + 4.5rem);
      min-height: auto;
      max-height: none;
      bottom: auto;
      top: -4.5rem;
      pointer-events: initial;
      opacity: 1;
      z-index: 1;
      transform: translateX(calc(100% + 1.5625rem));
      padding-top: 1.5rem;
      padding-bottom: 2.5rem;
      justify-content: flex-start; }
      .main-nav__submenu-wrapper::before {
        display: none; } }
  @media (max-width: 650px) {
    .main-nav__submenu-wrapper {
      height: calc(100% + 3.75rem);
      top: -3.75rem;
      padding-top: 1.25rem; } }

.main-nav__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%; }

.main-nav__header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  margin-bottom: 4.4375rem; }
  @media (max-width: 1200px) {
    .main-nav__header {
      margin-bottom: 8.625rem; } }
  @media (max-width: 650px) {
    .main-nav__header {
      margin-bottom: 3.4375rem; } }

.main-nav__submenu-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: calc(100% + 1.5625rem);
  overflow-y: auto;
  overflow-x: hidden;
  transition: opacity 0.3s ease-out; }
  .main-nav__submenu-list_small {
    grid-template-columns: repeat(3, 1fr); }
  @media (min-width: 1201px) {
    .main-nav__submenu-list {
      scrollbar-color: #D9D9D9 transparent;
      scrollbar-width: thin; }
      .main-nav__submenu-list::-webkit-scrollbar {
        width: 0.25rem;
        height: 0.25rem; }
      .main-nav__submenu-list::-webkit-scrollbar-corner {
        background: transparent; }
      .main-nav__submenu-list::-webkit-scrollbar-thumb {
        width: 0.25rem;
        background: #D9D9D9;
        border-radius: 0.5625rem; }
      .main-nav__submenu-list::-webkit-scrollbar-track {
        border-width: 0;
        background: transparent;
        border-radius: 0.125rem; } }
  @media (max-width: 1200px) {
    .main-nav__submenu-list {
      grid-template-columns: 1fr;
      width: 100%; } }

.main-nav__title {
  margin: 0;
  font-size: 4.25rem;
  line-height: 4.625rem;
  color: var(--color-white); }
  @media (max-width: 1200px) {
    .main-nav__title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      cursor: pointer;
      transition: 0.3s ease-out; }
      .main-nav__title:hover {
        color: var(--color-light-orange); }
        .main-nav__title:hover .main-nav__title-icon {
          fill: var(--color-light-orange); }
      .main-nav__title:active {
        color: var(--color-dark-orange); }
        .main-nav__title:active .main-nav__title-icon {
          fill: var(--color-dark-orange); } }
  @media (max-width: 650px) {
    .main-nav__title {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

.main-nav__close-button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 1rem; }
  .main-nav__close-button:hover .main-nav__close-menu-icon {
    fill: var(--color-light-orange); }
  .main-nav__close-button:active .main-nav__close-menu-icon {
    fill: var(--color-dark-orange); }
  .main-nav__close-button_mobile {
    display: none; }
  @media (max-width: 1200px) {
    .main-nav__close-button {
      margin-top: 0; }
      .main-nav__close-button_desctop {
        display: none; }
      .main-nav__close-button_mobile {
        display: flex; } }

.main-nav__close-menu-icon {
  transition: 0.3s ease-out;
  width: 3rem;
  height: 3rem;
  fill: var(--color-white); }
  @media (max-width: 1200px) {
    .main-nav__close-menu-icon {
      width: 1.5rem;
      height: 1.5rem; } }

.main-nav__submenu-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0.75rem;
  padding: 0.8125rem 1.5625rem 2rem 0;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-out; }
  .main-nav__submenu-link::before, .main-nav__submenu-link::after {
    content: '';
    position: absolute;
    width: calc(100% - 1.5625rem);
    height: 1px;
    transition: 0.4s ease-out;
    top: 0;
    left: 0; }
  .main-nav__submenu-link::before {
    background-color: var(--color-grey-80); }
  .main-nav__submenu-link::after {
    background-color: var(--color-orange);
    transform: translateX(-101%); }
  .main-nav__submenu-link.main-nav__submenu-link_new .main-nav__sub-link-title {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    max-width: none;
    align-items: baseline; }
    .main-nav__submenu-link.main-nav__submenu-link_new .main-nav__sub-link-title::after {
      content: '[новый]';
      font-size: 1rem;
      line-height: 1.375rem;
      color: var(--color-orange);
      transition: 0.3s ease-out;
      margin-left: 0.3125rem; }
    @media (max-width: 1200px) {
      .main-nav__submenu-link.main-nav__submenu-link_new .main-nav__sub-link-title {
        flex-direction: column-reverse;
        gap: 0.5rem; }
        .main-nav__submenu-link.main-nav__submenu-link_new .main-nav__sub-link-title::after {
          font-size: 0.75rem;
          line-height: 1rem;
          margin-left: 0; } }
  .main-nav__submenu-link:hover .main-nav__sub-link-title {
    color: var(--color-orange); }
  .main-nav__submenu-link:hover .main-nav__sub-link-text {
    color: var(--color-white); }
  .main-nav__submenu-link:hover::after {
    transform: translateX(0); }
  .main-nav__submenu-link:active .main-nav__sub-link-title {
    color: var(--color-dark-orange); }
  .main-nav__submenu-link:active .main-nav__sub-link-text {
    color: var(--color-white); }
  .main-nav__submenu-link:active::after {
    transform: translateX(0);
    background-color: var(--color-dark-orange); }
  @media (min-width: 1201px) {
    .main-nav__submenu-link.no-hover-item .main-nav__sub-link-title {
      color: var(--color-grey-80); }
    .main-nav__submenu-link.no-hover-item .main-nav__sub-link-text {
      color: var(--color-grey-80); }
    .main-nav__submenu-link.no-hover-item.main-nav__submenu-link_new .main-nav__sub-link-title::after {
      color: var(--color-grey-80); } }
  @media (max-width: 1200px) {
    .main-nav__submenu-link {
      gap: 0.625rem;
      border-bottom: 1px solid var(--color-grey-90);
      padding-bottom: 1.5rem;
      padding-right: 0; }
      .main-nav__submenu-link::before, .main-nav__submenu-link::after {
        display: none; } }

.main-nav__sub-link-title,
.main-nav__sub-link-text {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white);
  transition: 0.4s ease-out; }

.main-nav__sub-link-title {
  max-width: 16.5rem; }
  @media (max-width: 1200px) {
    .main-nav__sub-link-title {
      max-width: none; }
      .main-nav__sub-link-title br {
        display: none; } }

.main-nav__sub-link-text {
  color: var(--color-grey-70);
  max-width: 16.25rem; }
  @media (max-width: 1200px) {
    .main-nav__sub-link-text {
      max-width: none; }
      .main-nav__sub-link-text br {
        display: none; } }

.main-nav__show-all {
  margin: auto 0 1.5rem auto;
  transition: color 0.3s ease-out, opacity 0.3s ease-out; }
  @media (max-width: 1200px) {
    .main-nav__show-all {
      display: none; } }

.main-nav__tabs-section {
  display: grid;
  grid-template-columns: 13.1875rem minmax(auto, 64.8125rem);
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
  height: calc(100% - 12.5rem); }
  @media (max-width: 1200px) {
    .main-nav__tabs-section {
      gap: 0;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; } }

.main-nav__tabs-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .main-nav__tabs-button-wrapper {
      flex-direction: row;
      gap: 1.3125rem; } }

.main-nav__tab-button {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white);
  padding: 0.5625rem 0.5rem;
  border-radius: 0.3125rem;
  border: 1px solid var(--color-white);
  min-width: 9.5rem; }
  .main-nav__tab-button:hover {
    border-color: var(--color-light-orange);
    color: var(--color-light-orange); }
  .main-nav__tab-button:active {
    border-color: var(--color-dark-orange);
    color: var(--color-dark-orange); }
  .main-nav__tab-button.active:not(:hover):not(:active) {
    border-color: var(--color-orange);
    color: var(--color-orange); }
  @media (max-width: 1200px) {
    .main-nav__tab-button {
      padding: 0 0 0.6875rem 0;
      border: none;
      border-bottom: 1px solid transparent;
      border-radius: 0;
      min-width: auto;
      font-size: 1.125rem;
      line-height: 1.5rem;
      white-space: nowrap;
      scroll-snap-align: start; } }

.main-nav__tabs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2rem;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .main-nav__tabs-wrapper {
      padding-bottom: 0;
      position: relative;
      margin-bottom: 2.6875rem;
      overflow: auto;
      scroll-snap-type: x mandatory;
      flex-shrink: 0; }
      .main-nav__tabs-wrapper::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: var(--color-grey-90);
        z-index: -1; } }
  @media (max-width: 650px) {
    .main-nav__tabs-wrapper {
      margin-bottom: 2rem; } }

.main-nav__prev-link {
  text-transform: none;
  padding-right: 1.5625rem;
  transition: color 0.3s ease-out, opacity 0.3s ease-out;
  font-size: 1rem;
  line-height: 1.375rem; }
  .main-nav__prev-link svg {
    top: 0.1875rem;
    right: 0.3125rem; }
  @media (max-width: 1200px) {
    .main-nav__prev-link {
      display: none; } }

.main-nav__submenu-item {
  display: flex; }

.main-nav__title-icon {
  display: none; }
  @media (max-width: 1200px) {
    .main-nav__title-icon {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      transition: 0.3s ease-out;
      fill: var(--color-white); } }

.main-nav_enter-lk {
  display: none; }
  @media (max-width: 1200px) {
    .main-nav_enter-lk {
      display: flex;
      width: 100%;
      align-items: center;
      margin-top: 2.625rem;
      margin-bottom: 1.625rem; }
      .main-nav_enter-lk svg:not(.main-nav_enter-lk-arrow) {
        width: 2.25rem;
        height: 2.25rem; }
      .main-nav_enter-lk span {
        font-size: 1rem;
        line-height: 1.375rem;
        color: var(--color-orange);
        margin-left: 1rem; }
      .main-nav_enter-lk circle, .main-nav_enter-lk path {
        transition: 0.3s ease-out; }
      .main-nav_enter-lk circle {
        stroke: var(--color-orange); }
      .main-nav_enter-lk path:not(.svg-head) {
        fill: var(--color-orange);
        stroke: var(--color-orange); }
      .main-nav_enter-lk .svg-head {
        stroke: var(--color-orange); }
      .main-nav_enter-lk:hover {
        color: var(--color-light-orange); }
        .main-nav_enter-lk:hover .main-nav_enter-lk-arrow {
          fill: var(--color-light-orange); }
        .main-nav_enter-lk:hover circle {
          stroke: var(--color-light-orange); }
        .main-nav_enter-lk:hover path:not(.svg-head) {
          fill: var(--color-light-orange);
          stroke: var(--color-light-orange); }
        .main-nav_enter-lk:hover .svg-head {
          stroke: var(--color-light-orange); }
      .main-nav_enter-lk:active {
        color: var(--color-dark-orange); }
        .main-nav_enter-lk:active .main-nav_enter-lk-arrow {
          fill: var(--color-dark-orange); }
        .main-nav_enter-lk:active circle {
          stroke: var(--color-dark-orange); }
        .main-nav_enter-lk:active path:not(.svg-head) {
          fill: var(--color-dark-orange);
          stroke: var(--color-dark-orange); }
        .main-nav_enter-lk:active .svg-head {
          stroke: var(--color-dark-orange); } }
  @media (max-width: 650px) {
    .main-nav_enter-lk {
      margin-top: 2rem; }
      .main-nav_enter-lk svg:not(.main-nav_enter-lk-arrow) {
        width: 1.75rem;
        height: 1.75rem; }
      .main-nav_enter-lk span {
        margin-left: 0.625rem; } }

.main-nav_enter-lk-arrow {
  width: 1.5rem;
  height: 1.5rem;
  transition: 0.3s ease-out;
  fill: var(--color-orange);
  margin-left: auto; }

.main-nav__submenu-item_mobile {
  display: none; }
  @media (max-width: 1200px) {
    .main-nav__submenu-item_mobile {
      display: flex; }
      .main-nav__submenu-item_mobile:first-child {
        margin-bottom: 1.9375rem; }
      .main-nav__submenu-item_mobile:last-child {
        margin-top: 2.6875rem; } }
    @media (max-width: 1200px) and (max-width: 650px) {
      .main-nav__submenu-item_mobile:last-child {
        margin-top: 2.1875rem; } }

.main-nav__mobile-prev-link {
  text-transform: none;
  padding-right: 1.75rem; }
  .main-nav__mobile-prev-link svg {
    top: -0.0625rem; }

.main-nav__show-all-mobile {
  padding-right: 2rem; }

.main-nav-second {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem; }
  @media (max-width: 1200px) {
    .main-nav-second {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      position: relative; }
      .main-nav-second.open-menu {
        background-color: var(--color-full-black); }
        .main-nav-second.open-menu::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 6rem;
          background-color: var(--color-full-black);
          z-index: 1; } }
      @media (max-width: 1200px) and (max-width: 650px) {
        .main-nav-second.open-menu::before {
          height: 5.8125rem; } }
  @media (max-width: 650px) {
    .main-nav-second {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.main-nav-second__list {
  display: flex;
  align-items: center;
  gap: 1.4375rem; }
  @media (max-width: 1200px) {
    .main-nav-second__list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem; } }

.main-nav-second__link {
  color: var(--color-white);
  cursor: pointer;
  transition: 0.3s ease-out; }
  .main-nav-second__link:hover {
    color: var(--color-light-orange); }
  .main-nav-second__link:active {
    color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .main-nav-second__link:not(.main-nav-second__link_languages) {
      width: 100%;
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.main-nav-second__item {
  display: flex;
  align-items: center;
  justify-content: center; }
  .main-nav-second__item.active .main-nav-second__link {
    color: var(--color-orange);
    pointer-events: none; }
  @media (max-width: 1200px) {
    .main-nav-second__item {
      justify-content: flex-start;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--color-grey-90); }
      .main-nav-second__item:last-child {
        border-bottom: none;
        padding-bottom: 0; } }
  @media (max-width: 650px) {
    .main-nav-second__item:first-child {
      padding-top: 1rem;
      border-top: 1px solid var(--color-grey-90); }
    .main-nav-second__item:last-child {
      border-bottom: 1px solid var(--color-grey-90);
      padding-bottom: 1rem; } }

.main-nav-second__burger {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: 1px; }
  @media (max-width: 1200px) {
    .main-nav-second__burger {
      display: block; } }
  @media (max-width: 650px) {
    .main-nav-second__burger {
      height: 1.5rem;
      margin-top: 4px; } }
  .main-nav-second__burger.active .main-nav-second__burger-item {
    left: 50%;
    top: 50%; }
    .main-nav-second__burger.active .main-nav-second__burger-item:nth-child(1) {
      transform: translate(-50%, -50%) rotate(45deg); }
    .main-nav-second__burger.active .main-nav-second__burger-item:nth-child(2) {
      transform: translate(-50%, -50%) rotate(-45deg); }

.main-nav-second__burger-item {
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  transition: 0.3s ease-out; }
  .main-nav-second__burger-item:nth-child(1) {
    top: 0.375rem; }
    @media (max-width: 650px) {
      .main-nav-second__burger-item:nth-child(1) {
        top: 0.125rem; } }
  .main-nav-second__burger-item:nth-child(2) {
    bottom: 0.375rem; }
    @media (max-width: 650px) {
      .main-nav-second__burger-item:nth-child(2) {
        bottom: 0.625rem; } }

.main-nav-second__list-wrapper {
  margin-left: auto;
  margin-right: 2.5rem;
  display: flex;
  align-items: center; }
  @media (max-width: 1200px) {
    .main-nav-second__list-wrapper {
      display: none;
      position: absolute;
      background-color: var(--color-full-black);
      top: 0;
      left: 0;
      width: 100%;
      padding: 7.125rem 1.5rem 2.5rem;
      overflow: auto;
      margin-left: 0; }
      .main-nav-second__list-wrapper.open {
        display: block; } }
  @media (max-width: 650px) {
    .main-nav-second__list-wrapper {
      padding: 5.8125rem 1rem 2.5rem; } }

.main-nav-second__btn-consultation {
  padding: 0.625rem 1.1875rem; }
  .main-nav-second__btn-consultation.mobile {
    display: none; }
  @media (max-width: 1200px) {
    .main-nav-second__btn-consultation {
      position: relative;
      z-index: 1;
      margin-top: 2rem; }
      .main-nav-second__btn-consultation.mobile {
        display: block; }
      .main-nav-second__btn-consultation.desctop {
        display: none; } }
  @media (max-width: 650px) {
    .main-nav-second__btn-consultation {
      width: 100%; } }

.main-nav-second__logo-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 5.875rem);
  gap: 1.5rem 2.375rem;
  flex-shrink: 0; }
  @media (max-width: 1200px) {
    .main-nav-second__logo-wrapper {
      margin-right: auto;
      margin-top: 1px;
      grid-template-columns: repeat(3, 2.5625rem);
      gap: 0.625rem 1rem;
      position: relative;
      z-index: 1; } }
  @media (max-width: 650px) {
    .main-nav-second__logo-wrapper {
      gap: 0.6875rem 0.75rem; } }

.main-nav-second__logo {
  display: flex;
  align-items: center; }
  .main-nav-second__logo img {
    object-fit: contain;
    object-position: left center; }
    @media (max-width: 1200px) {
      .main-nav-second__logo img {
        object-fit: contain; } }

.main-nav-second__right-wrapper {
  display: flex;
  align-items: center; }
  @media (max-width: 650px) {
    .main-nav-second__right-wrapper {
      align-self: flex-start; } }

.main-nav-second__languages-list {
  display: flex;
  align-items: center;
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .main-nav-second__languages-list {
      position: relative;
      margin-right: 0;
      z-index: 1; } }

.main-nav-second__languages-item {
  display: flex; }
  .main-nav-second__languages-item:first-child {
    position: relative; }
    .main-nav-second__languages-item:first-child::before {
      content: "|";
      color: white;
      position: absolute;
      margin-top: -1px;
      right: -0.25rem;
      top: 50%;
      transform: translate(100%, -50%);
      font-size: 1rem;
      line-height: 1.375rem; }
  .main-nav-second__languages-item.active .main-nav-second__link {
    color: var(--color-grey-40);
    pointer-events: none; }

.fast-link {
  padding-top: 5rem;
  padding-bottom: 1.875rem; }
  @media (max-width: 1200px) {
    .fast-link {
      padding-bottom: 2.4375rem; } }
  @media (max-width: 650px) {
    .fast-link {
      padding-top: 2.5rem;
      padding-bottom: 1.25rem; } }

.fast-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem; }
  @media (max-width: 650px) {
    .fast-link__list {
      flex-direction: column;
      max-width: 18rem;
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }

.fast-link__item {
  display: flex;
  transition: opacity 0.3s ease-out; }

.fast-link__link {
  padding: 0.9375rem 1.25rem;
  border-radius: 0.3125rem;
  border: 1px solid var(--color-grey);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  .fast-link__link:hover {
    background-color: var(--color-grey-10); }
  .fast-link__link:active {
    background-color: var(--color-grey-20); }
  @media (max-width: 1200px) {
    .fast-link__link {
      font-size: 1.125rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .fast-link__link {
      font-size: 1rem;
      line-height: 1.375rem;
      padding: 0.5625rem 1.25rem;
      width: 100%; } }

.fast-link__icon {
  width: 2rem;
  height: 2rem;
  transition: 0.3s ease-out; }
  @media (max-width: 650px) {
    .fast-link__icon {
      flex-shrink: 0; } }

.fast-link__show-all {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.625rem 1.25rem;
  min-width: 27.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem; }
  @media (max-width: 650px) {
    .fast-link__show-all {
      margin-top: 1.5rem;
      min-width: 100%; } }

.promo__prev-line {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .promo__prev-line {
      margin-bottom: 1.5rem; } }

.promo__title-link {
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.625rem; }
  @media (max-width: 650px) {
    .promo__title-link {
      line-height: 1.5rem; } }

.promo__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5625rem;
  flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .promo__item {
      flex-direction: column;
      gap: 2.5rem;
      align-items: center; } }
  @media (max-width: 800px) {
    .promo__item {
      align-items: flex-start; } }
  @media (max-width: 650px) {
    .promo__item {
      gap: 0.8125rem; } }

.promo__number-wrapper {
  max-width: 35.25rem;
  width: 100%;
  font-size: 15.375rem;
  line-height: 15.375rem;
  letter-spacing: -11.07px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 12.5rem; }
  @media (max-width: 1200px) {
    .promo__number-wrapper {
      letter-spacing: initial; } }
  @media (max-width: 768px) {
    .promo__number-wrapper {
      font-size: 12.5rem;
      line-height: 1.2; } }
  @media (max-width: 650px) {
    .promo__number-wrapper {
      font-size: 7.5rem;
      line-height: 8.125rem;
      letter-spacing: -5.4px;
      display: flex;
      height: auto; }
      .promo__number-wrapper span {
        display: flex; } }
  .promo__number-wrapper_small {
    font-size: 12.375rem;
    line-height: 12.375rem; }
    @media (max-width: 768px) {
      .promo__number-wrapper_small {
        font-size: 12.5rem;
        line-height: 1.2; } }
    @media (max-width: 650px) {
      .promo__number-wrapper_small {
        font-size: 6.5625rem;
        line-height: 7.1875rem; } }

.promo__number {
  margin: 0;
  width: 27.75rem;
  flex-shrink: 0; }
  @media (max-width: 1200px) {
    .promo__number {
      width: auto; } }

.promo__text-wrapper {
  max-width: 50rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }
  .promo__text-wrapper.swiper-slide-active .promo__text-prev, .promo__text-wrapper.swiper-slide-active .promo__text {
    transform: translateX(0);
    opacity: 1; }
  .promo__text-wrapper.animation-out .promo__text-prev {
    transform: translateX(-100%);
    opacity: 0; }
    @media (max-width: 650px) {
      .promo__text-wrapper.animation-out .promo__text-prev {
        transform: none; } }
  .promo__text-wrapper.animation-out .promo__text {
    transform: translateX(100%);
    opacity: 0; }
    @media (max-width: 650px) {
      .promo__text-wrapper.animation-out .promo__text {
        transform: none; } }
  @media (max-width: 650px) {
    .promo__text-wrapper {
      flex-direction: column;
      align-items: flex-start; } }

.promo__text-prev {
  text-align: right;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-orange);
  margin: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: 1s ease-out;
  max-width: 9.75rem; }
  @media (max-width: 1200px) {
    .promo__text-prev {
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin-top: 1px;
      max-width: none; } }
  @media (max-width: 650px) {
    .promo__text-prev {
      transform: none;
      text-align: left;
      transition-duration: 1s;
      font-size: 1rem;
      line-height: 1.375rem;
      margin-top: 0;
      margin-bottom: 0.75rem; } }

.promo__text {
  margin: 0;
  font-size: 1.875rem;
  line-height: 2.25rem;
  max-width: 35.25rem;
  transform: translateX(-100%);
  opacity: 0;
  transition: 1s ease-out; }
  @media (max-width: 1200px) {
    .promo__text {
      font-size: 1.25rem;
      line-height: 1.625rem;
      max-width: 32.6875rem; } }
  @media (max-width: 650px) {
    .promo__text {
      font-size: 1.125rem;
      line-height: 1.5rem;
      transform: none;
      transition-duration: 1s; } }

.promo__animation-wrapper {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  overflow: hidden;
  position: relative; }
  .promo__animation-wrapper::before, .promo__animation-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0.75rem;
    height: 100%;
    z-index: 1; }
  .promo__animation-wrapper::before {
    left: 0;
    background-image: linear-gradient(to right, var(--color-white), transparent); }
  .promo__animation-wrapper::after {
    right: 0;
    background-image: linear-gradient(to right, transparent, var(--color-white)); }
  @media (max-width: 650px) {
    .promo__animation-wrapper {
      width: 100%;
      padding: 0; }
      .promo__animation-wrapper::before, .promo__animation-wrapper::after {
        display: none; } }

.promo__slider {
  max-width: 50rem;
  width: 100%;
  margin-right: -0.75rem; }
  @media (max-width: 1200px) {
    .promo__slider {
      margin-right: auto;
      margin-left: auto;
      max-width: 43.5rem; } }
  @media (max-width: 650px) {
    .promo__slider {
      margin-left: 0; } }

.promo__title {
  margin-bottom: 6rem; }
  .promo__title br {
    display: none; }
  @media (max-width: 1200px) {
    .promo__title {
      margin-bottom: 5rem; }
      .promo__title br {
        display: block; } }
  @media (max-width: 650px) {
    .promo__title {
      margin-bottom: 1.5rem; } }

.promo__pagination {
  position: relative;
  margin-left: 13.9375rem;
  margin-top: 1.1875rem;
  max-width: none;
  width: auto; }
  @media (max-width: 1200px) {
    .promo__pagination {
      margin-left: 0;
      margin-top: 2rem; } }

.promo__pagination-wrapper {
  padding: 0; }
  @media (max-width: 1200px) {
    .promo__pagination-wrapper {
      justify-content: center; } }

.promo__circle {
  margin-right: 0; }

.promo__text-small {
  min-width: 100%;
  margin-top: 3.4375rem; }
  @media (max-width: 1200px) {
    .promo__text-small {
      margin-top: 1rem; } }
  @media (max-width: 650px) {
    .promo__text-small {
      margin-top: 1.1875rem; } }

@media (max-width: 1200px) {
  .reviews {
    overflow: hidden; } }

.reviews__prev-line {
  margin-bottom: 2.125rem; }
  @media (max-width: 650px) {
    .reviews__prev-line {
      margin-bottom: 1.5rem; } }

.reviews__slider-wrapper {
  display: flex;
  gap: 1.5625rem; }
  @media (max-width: 1200px) {
    .reviews__slider-wrapper {
      width: 130%;
      gap: 1rem; } }
  @media (max-width: 650px) {
    .reviews__slider-wrapper {
      width: calc(245% + 1.875rem); } }
  .reviews__slider-wrapper_for-init-slider {
    gap: 0; }
    .reviews__slider-wrapper_for-init-slider .reviews__slider-item {
      flex-basis: auto;
      min-width: auto; }
    @media (max-width: 1200px) {
      .reviews__slider-wrapper_for-init-slider {
        width: auto; } }

@media (max-width: 1200px) {
  .reviews__slider {
    width: 100%; }
    .reviews__slider:not(.swiper-initialized) {
      overflow-x: auto;
      overflow-y: hidden; } }

.reviews__icon {
  width: 100%;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem; }
  .reviews__icon img {
    max-height: 100%;
    object-fit: contain;
    object-position: left center; }
  @media (max-width: 650px) {
    .reviews__icon {
      height: 4.625rem;
      margin-bottom: 1.625rem; } }

.reviews__text {
  min-height: 13rem;
  font-family: var(--font-secondary);
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.625rem; }
  @media (max-width: 1200px) {
    .reviews__text {
      font-size: 1.125rem;
      line-height: 1.375rem;
      min-height: 11rem;
      margin-bottom: 2.375rem; } }
  @media (max-width: 768px) {
    .reviews__text {
      min-height: 5.5rem; } }
  @media (max-width: 650px) {
    .reviews__text {
      min-height: 12.375rem;
      margin-bottom: 1rem; } }

.reviews__autor {
  margin: 0;
  margin-top: auto;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-grey-60);
  padding-top: 1rem;
  border-top: 1px solid var(--color-grey-20);
  min-height: 5.1875rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .reviews__autor {
      min-height: 6.5625rem; } }
  @media (max-width: 650px) {
    .reviews__autor {
      min-height: 7.9375rem; } }

.reviews__slider-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: calc(100% / 3 - (3.125rem / 3));
  flex-grow: 1;
  height: auto;
  min-width: 17.5rem; }
  @media (max-width: 1200px) {
    .reviews__slider-item {
      flex-basis: calc(100% / 3 - (2rem / 3)); } }

.reviews__title {
  margin-bottom: 8.5rem; }
  @media (max-width: 1200px) {
    .reviews__title {
      margin-bottom: 4.6875rem; } }
  @media (max-width: 650px) {
    .reviews__title {
      margin-bottom: 2.125rem; } }

.reviews__show-all_mobile {
  display: none; }

@media (max-width: 650px) {
  .reviews__show-all_desctop {
    display: none; }
  .reviews__show-all_mobile {
    display: inline-block;
    margin-top: 2rem; } }

.reviews__pagination {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .reviews__pagination {
      order: 3;
      justify-content: center;
      margin-bottom: 0;
      margin-top: 2rem; } }

@media (max-width: 1200px) {
  .reviews__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; } }

.reviews__prev-text {
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .reviews__prev-text {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .reviews__prev-text {
      margin-bottom: 2rem; } }

.reviews__show-text {
  margin-top: 1.5rem; }
  @media (max-width: 1200px) {
    .reviews__show-text {
      margin-top: 0.5rem; } }

.preview {
  overflow: hidden; }

.preview__item {
  height: 40.625rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  .preview__item_color-burgundy {
    background-color: var(--color-burgundy); }
  .preview__item_color-grey {
    background-color: var(--color-greyscale-black); }
  .preview__item_1 {
    align-items: center;
    justify-content: flex-end; }
  .preview__item_2 {
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 650px) {
      .preview__item_2 {
        flex-direction: column-reverse;
        padding: 1rem 0.625rem;
        justify-content: flex-end;
        align-items: center; } }
  .preview__item_3 {
    justify-content: flex-end;
    align-items: flex-end; }
    @media (max-width: 650px) {
      .preview__item_3 {
        align-items: center;
        justify-content: flex-end;
        flex-direction: column-reverse;
        padding: 1rem 0.625rem; } }
  .preview__item_4 {
    justify-content: flex-end;
    align-items: flex-start; }
    @media (max-width: 650px) {
      .preview__item_4 {
        justify-content: flex-start;
        align-items: center;
        padding: 1rem 0.625rem; } }
  @media (max-width: 1200px) {
    .preview__item {
      height: 25rem; } }
  @media (max-width: 650px) {
    .preview__item {
      height: 30.4375rem; } }

.preview__img-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; }

.preview__picture-bg {
  width: 100%;
  height: 100%; }

.preview__img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.preview__wrapper-title {
  position: absolute;
  display: flex;
  flex-direction: column; }
  .preview__wrapper-title_2 {
    left: 2.0625rem;
    bottom: 2rem;
    align-items: flex-start; }
    @media (max-width: 1200px) {
      .preview__wrapper-title_2 {
        left: 1.625rem;
        bottom: 1.6875rem; } }
    @media (max-width: 650px) {
      .preview__wrapper-title_2 {
        position: relative;
        left: 0;
        bottom: 0; } }
  .preview__wrapper-title_3 {
    top: 6.125rem;
    left: 2rem; }
    @media (max-width: 1200px) {
      .preview__wrapper-title_3 {
        top: 4.5rem;
        left: 2.25rem; } }
    @media (max-width: 650px) {
      .preview__wrapper-title_3 {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 4.3125rem;
        align-items: center;
        gap: 1.25rem; } }
  .preview__wrapper-title_4 {
    position: relative;
    align-items: flex-start;
    max-width: 27.0625rem;
    margin-left: 1.9375rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 1200px) {
      .preview__wrapper-title_4 {
        margin-bottom: 1.625rem;
        margin-left: 1.5rem;
        max-width: 18.375rem; } }
    @media (max-width: 650px) {
      .preview__wrapper-title_4 {
        margin: 0;
        margin-top: 3.125rem;
        max-width: none;
        align-items: center; } }

.preview__wrapper-info {
  position: relative;
  display: flex;
  flex-direction: column; }
  .preview__wrapper-info_2 {
    margin-left: auto;
    margin-top: 5.125rem;
    margin-right: 2.0625rem;
    max-width: 23rem;
    gap: 1.5rem; }
    @media (max-width: 1200px) {
      .preview__wrapper-info_2 {
        max-width: 14.5rem;
        margin-top: 4.625rem;
        margin-right: 1.4375rem; }
        .preview__wrapper-info_2 img {
          display: none; } }
    @media (max-width: 650px) {
      .preview__wrapper-info_2 {
        margin-top: 3.0625rem;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        flex-grow: 1;
        gap: 1rem;
        max-width: 28.125rem; }
        .preview__wrapper-info_2 img {
          display: block;
          max-width: 11.3125rem; } }
  .preview__wrapper-info_3 {
    margin-right: 2.0625rem;
    margin-bottom: 2rem;
    align-items: flex-end; }
    .preview__wrapper-info_3 img {
      max-width: 22.9375rem; }
    @media (max-width: 1200px) {
      .preview__wrapper-info_3 {
        margin-right: 1.375rem;
        margin-bottom: 1.4375rem; }
        .preview__wrapper-info_3 img {
          max-width: 13rem; } }
    @media (max-width: 650px) {
      .preview__wrapper-info_3 {
        margin: auto auto 0;
        align-items: center; }
        .preview__wrapper-info_3 img {
          max-width: 11.3125rem; } }

.preview__decor {
  position: absolute;
  pointer-events: none; }
  .preview__decor_1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0.125rem;
    width: 100%;
    display: flex;
    justify-content: center; }
    .preview__decor_1 svg {
      max-width: calc(100% - 1.875rem); }
    @media (max-width: 1200px) {
      .preview__decor_1 {
        max-width: 44.4375rem; } }
  .preview__decor_2 {
    bottom: -0.375rem;
    left: -0.0625rem; }
    .preview__decor_2 svg {
      width: 67.0625rem;
      height: 34.125rem; }
    @media (max-width: 1200px) {
      .preview__decor_2 {
        bottom: -0.375rem;
        left: -1.75rem; }
        .preview__decor_2 svg {
          width: 32.875rem;
          height: 27.1875rem; } }
    @media (max-width: 650px) {
      .preview__decor_2 {
        display: none; } }
  .preview__decor_3 {
    top: 0;
    left: 0; }
    .preview__decor_3 svg {
      width: 51rem;
      height: 26.6875rem; }
    .preview__decor_3 .preview__svg_mobile {
      display: none; }
    @media (max-width: 1200px) {
      .preview__decor_3 {
        top: 0;
        left: -0.1875rem; }
        .preview__decor_3 svg {
          width: 26.25rem;
          height: 15rem; } }
    @media (max-width: 650px) {
      .preview__decor_3 {
        top: 0.625rem;
        left: 50%;
        transform: translateX(-50%); }
        .preview__decor_3 svg {
          width: 25.5rem;
          height: 15.4375rem; }
        .preview__decor_3 .preview__svg_desctop {
          display: none; }
        .preview__decor_3 .preview__svg_mobile {
          display: block; } }
  .preview__decor_4 {
    bottom: -0.4375rem;
    left: 0.1875rem; }
    .preview__decor_4 svg {
      width: 43.4375rem;
      height: 39rem; }
    @media (max-width: 1200px) {
      .preview__decor_4 svg {
        width: 22.3125rem;
        height: 26.0625rem; } }
    @media (max-width: 650px) {
      .preview__decor_4 {
        display: none; } }

.preview__decor_5 {
  width: 65.25rem;
  height: 50.75rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/images/preview-decor-5.svg");
  right: -4.0625rem;
  top: 8.3125rem; }
  @media (max-width: 1200px) {
    .preview__decor_5 {
      width: 47.8125rem;
      height: 38.0625rem;
      background-image: url("/images/preview-decor-5_laptop.svg");
      right: -4rem;
      top: 5.5625rem; } }
  @media (max-width: 650px) {
    .preview__decor_5 {
      display: none; } }

.preview__text {
  margin: 0;
  color: var(--color-white); }
  .preview__text_black {
    color: var(--color-grey); }
  .preview__text_1 {
    max-width: 27.875rem;
    text-align: center;
    margin-bottom: 2rem; }
    @media (max-width: 1200px) {
      .preview__text_1 {
        max-width: none;
        margin-bottom: 1.5rem; } }
    @media (max-width: 650px) {
      .preview__text_1 {
        margin-bottom: 1rem;
        padding-right: 1rem;
        padding-left: 1rem; } }
  @media (max-width: 650px) {
    .preview__text_2 {
      text-align: center;
      margin-top: auto; } }
  .preview__text_3 {
    font-size: 3.625rem;
    line-height: 3.625rem;
    text-transform: uppercase;
    max-width: 60.4375rem;
    margin-top: 2.5rem; }
    @media (max-width: 1200px) {
      .preview__text_3 {
        font-size: 1.875rem;
        line-height: 2rem;
        max-width: 34.5rem;
        margin-top: 1.4375rem; } }
    @media (max-width: 650px) {
      .preview__text_3 {
        font-size: 1rem;
        line-height: 1.375rem;
        text-align: center;
        text-transform: none; } }
  @media (max-width: 650px) {
    .preview__text_4 {
      text-align: center; } }

.preview__text_5 {
  font-size: 3.625rem;
  line-height: 3.625rem;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .preview__text_5 {
      font-size: 2rem;
      line-height: 2rem; } }
  @media (max-width: 650px) {
    .preview__text_5 {
      font-size: 1rem;
      line-height: 1.125rem;
      text-align: center;
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      gap: 1.25rem; } }

.preview__title {
  margin: 0;
  font-size: 7.125rem;
  line-height: 6.75rem;
  text-transform: uppercase;
  color: var(--color-white); }
  @media (max-width: 1200px) {
    .preview__title {
      font-size: 3.1875rem;
      line-height: 3.25rem; } }
  @media (max-width: 650px) {
    .preview__title {
      font-size: 2.3125rem;
      line-height: 2.125rem; } }
  .preview__title span {
    font-size: 6.75rem;
    font-family: var(--font-secondary); }
    @media (max-width: 1200px) {
      .preview__title span {
        font-size: 3rem; } }
    @media (max-width: 650px) {
      .preview__title span {
        font-size: 2.125rem; } }
  .preview__title_black {
    color: var(--color-grey); }
  .preview__title_1 {
    margin-bottom: 1.5625rem;
    text-align: center;
    position: relative; }
    @media (max-width: 1200px) {
      .preview__title_1 {
        margin-bottom: 1.25rem; } }
  .preview__title_2 {
    text-align: left;
    margin-bottom: 1.75rem; }
    @media (max-width: 1200px) {
      .preview__title_2 {
        margin-bottom: 1.1875rem; } }
    @media (max-width: 650px) {
      .preview__title_2 {
        text-align: center;
        margin-top: 3.1875rem; } }
  @media (max-width: 650px) {
    .preview__title_3 {
      text-align: center; } }
  .preview__title_4 {
    margin-bottom: 1.5rem; }
    @media (max-width: 1200px) {
      .preview__title_4 {
        margin-bottom: 1.25rem; } }
    @media (max-width: 650px) {
      .preview__title_4 {
        text-align: center; } }
  .preview__title_5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    position: absolute;
    top: 0.3125rem;
    left: 1.5625rem; }
    @media (max-width: 1200px) {
      .preview__title_5 {
        display: none; } }

.preview__show-more {
  font-size: 1.125rem;
  line-height: 1.625rem; }
  @media (max-width: 650px) {
    .preview__show-more {
      font-size: 1rem;
      line-height: 1.375rem; } }
  .preview__show-more_1 {
    margin-bottom: 7.4375rem; }
    @media (max-width: 1200px) {
      .preview__show-more_1 {
        margin-bottom: 5.125rem; } }
    @media (max-width: 650px) {
      .preview__show-more_1 {
        margin-bottom: 6.375rem; } }
  .preview__show-more_2 {
    margin-bottom: 0; }
    @media (max-width: 650px) {
      .preview__show-more_2 {
        position: relative;
        left: 50%;
        transform: translateX(-50%); } }
  .preview__show-more_3 {
    vertical-align: middle;
    margin-right: 0.875rem; }
    .preview__show-more_3-mobile {
      display: none; }
    @media (max-width: 650px) {
      .preview__show-more_3 {
        margin-right: 0; }
        .preview__show-more_3-mobile {
          display: block; }
        .preview__show-more_3-desctop {
          display: none; } }
  .preview__show-more_4 {
    margin-bottom: 7.625rem; }
    @media (max-width: 1200px) {
      .preview__show-more_4 {
        margin-bottom: 4.625rem; } }
    @media (max-width: 650px) {
      .preview__show-more_4 {
        margin-bottom: 1.5625rem; } }

.preview__show-more_5 {
  vertical-align: middle;
  margin-right: 3.375rem;
  transform: translateY(-0.25rem);
  display: inline-block; }
  @media (max-width: 1200px) {
    .preview__show-more_5 {
      margin-right: 2.25rem; } }
  @media (max-width: 650px) {
    .preview__show-more_5 {
      margin-right: 0; } }

.preview__wrapper {
  position: relative; }

.preview__pagination {
  top: 2rem; }
  @media (max-width: 1200px) {
    .preview__pagination {
      top: 1.5rem; } }
  @media (max-width: 650px) {
    .preview__pagination {
      top: 1rem; } }

.preview__pagination-wrapper {
  justify-content: center; }

.preview__title-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 13.125rem; }
  @media (max-width: 1200px) {
    .preview__title-wrapper {
      padding-left: 6.6875rem; } }
  @media (max-width: 650px) {
    .preview__title-wrapper {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
      margin-top: 4.5rem; } }

.preview__img-container {
  position: relative;
  margin-left: 13.125rem;
  margin-bottom: 4.625rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem; }
  .preview__img-container img {
    width: 28rem;
    height: 15.0625rem;
    object-fit: cover; }
    @media (max-width: 1200px) {
      .preview__img-container img {
        width: 16.625rem;
        height: 8.8125rem; } }
    @media (max-width: 650px) {
      .preview__img-container img {
        width: 18.5rem;
        height: 16.3125rem; } }
  @media (max-width: 1200px) {
    .preview__img-container {
      margin-left: 1.5rem;
      margin-bottom: 4.1875rem; } }
  @media (max-width: 650px) {
    .preview__img-container {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0; } }

.preview__item_5 {
  justify-content: flex-end;
  padding-bottom: 2.75rem; }
  @media (max-width: 1200px) {
    .preview__item_5 {
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .preview__item_5 {
      flex-direction: column-reverse;
      justify-content: space-between;
      padding-bottom: 1rem; } }

.preview__title_6 {
  margin-bottom: 1.3125rem; }
  @media (max-width: 1200px) {
    .preview__title_6 {
      margin-bottom: 1.125rem; } }
  @media (max-width: 650px) {
    .preview__title_6 {
      position: relative; }
      .preview__title_6::before {
        content: '';
        background: url("/images/preview-decor-6_mobile.svg");
        background-size: 100%;
        position: absolute;
        pointer-events: none;
        width: 21rem;
        height: 15.6875rem;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1.375rem;
        margin-left: -0.4375rem; } }

.preview__show-more_6 {
  margin-bottom: 7.25rem; }
  @media (max-width: 1200px) {
    .preview__show-more_6 {
      margin-bottom: 3.1875rem; } }
  @media (max-width: 650px) {
    .preview__show-more_6 {
      margin-bottom: 6.875rem; } }

.preview__text_6 {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .preview__text_6 {
      max-width: 29.5rem; } }
  @media (max-width: 650px) {
    .preview__text_6 {
      margin-bottom: 0.9375rem;
      padding-left: 0.8125rem;
      padding-right: 0.8125rem; } }

.preview__img-prev-text {
  max-width: 14.3125rem; }
  @media (max-width: 1200px) {
    .preview__img-prev-text {
      display: none; } }

@media (max-width: 650px) {
  .preview__decor_6 {
    display: none; } }

.submenu {
  display: flex;
  align-items: center;
  justify-content: center; }

.submenu__list {
  display: flex;
  align-items: center;
  background-color: #EDE3DE;
  border-radius: 0.5rem; }

.submenu__item {
  display: flex; }

.submenu__link {
  color: #101828;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  white-space: nowrap; }
  .submenu__link.active {
    color: var(--color-white);
    background-color: var(--color-orange); }
  @media (max-width: 1200px) {
    .submenu__link {
      padding: 0.75rem 1.125rem; } }

.news {
  padding-bottom: 0; }
  @media (max-width: 1200px) {
    .news {
      padding-bottom: 2.5rem; } }

.news__tabs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.1875rem;
  margin-bottom: 1.1875rem; }
  @media (max-width: 1200px) {
    .news__tabs-wrapper {
      margin-top: 0.0625rem; } }
  @media (max-width: 768px) {
    .news__tabs-wrapper {
      gap: 2rem;
      align-items: flex-start; } }

.news__tabs-list {
  display: flex;
  align-items: center;
  gap: 1.5625rem; }
  @media (max-width: 1200px) {
    .news__tabs-list {
      gap: 1.25rem; } }
  @media (max-width: 768px) {
    .news__tabs-list {
      flex-wrap: wrap; } }
  @media (max-width: 650px) {
    .news__tabs-list {
      gap: 1.25rem 1.5rem; } }

.news__tabs-item,
.news__show-all-wrapper {
  display: flex; }

.news__show-all-wrapper_mobile {
  display: none; }

@media (max-width: 650px) {
  .news__show-all-wrapper_desctop {
    display: none; }
  .news__show-all-wrapper_mobile {
    display: flex;
    justify-content: center; } }

.news__tabs-link {
  text-transform: uppercase; }
  .news__tabs-link:not(.news__tabs-link_no-hover):hover {
    color: var(--color-light-orange); }
  .news__tabs-link:not(.news__tabs-link_no-hover):active {
    color: var(--color-dark-orange); }
  .news__tabs-link:not(.news__tabs-link_no-hover).active {
    color: var(--color-orange); }

.news__section-item {
  display: flex;
  width: 100%; }

.news__section-link {
  width: 100%;
  min-height: 19.125rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid var(--color-grey-20); }
  @media (max-width: 1200px) {
    .news__section-link {
      min-height: 13.25rem; } }
  @media (max-width: 768px) {
    .news__section-link {
      flex-direction: column;
      gap: 2rem; } }
  @media (max-width: 650px) {
    .news__section-link {
      gap: 1.4375rem;
      padding-bottom: 2.5rem; } }

.news__text-wrapper {
  max-width: 42.625rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1.5625rem; }
  @media (max-width: 1200px) {
    .news__text-wrapper {
      flex-direction: column;
      gap: 0.5rem;
      max-width: 21.75rem; } }
  @media (max-width: 650px) {
    .news__text-wrapper {
      max-width: none; } }

.news__date {
  color: var(--color-orange);
  white-space: nowrap;
  margin-top: 0.375rem; }
  @media (max-width: 1200px) {
    .news__date {
      margin-top: 0; } }

.news__information-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 2.1875rem;
  max-width: 35.3125rem; }
  @media (max-width: 1200px) {
    .news__information-title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-bottom: 1.5rem; } }

.news__img {
  max-width: 20.5625rem;
  height: 12.125rem;
  object-fit: cover; }
  @media (max-width: 1200px) {
    .news__img {
      max-width: 14rem;
      height: 8.25rem; } }
  @media (max-width: 650px) {
    .news__img {
      max-width: 18rem;
      height: 10.5625rem; } }

.news__show-all {
  transition: opacity 0.3s ease-out, color 0.3s ease-out; }
  @media (max-width: 768px) {
    .news__show-all {
      white-space: nowrap; } }

.news__section {
  transition: opacity 0.3s ease-out; }

.news__information {
  flex-grow: 1; }

.news__show-more-text {
  font-size: 1rem;
  line-height: 1.375rem; }

.breadcrumbs {
  padding-top: 1.875rem; }
  @media (max-width: 1200px) {
    .breadcrumbs {
      padding-top: 1.25rem; } }
  @media (max-width: 650px) {
    .breadcrumbs {
      padding-top: 1.5rem; } }

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0; }

.breadcrumbs__item {
  display: flex;
  align-items: center; }
  .breadcrumbs__item:not(:last-child)::after {
    content: "";
    width: 0.4375rem;
    height: 0.875rem;
    background: url("/images/breadcrumbs-icon.svg") no-repeat;
    background-size: 100%;
    margin-left: 0.4375rem;
    margin-right: 0.4375rem; }
  @media (max-width: 1200px) {
    .breadcrumbs__item:not(:nth-last-child(2)) {
      display: none; }
    .breadcrumbs__item::after {
      display: none; }
    .breadcrumbs__item::before {
      content: '';
      width: 0.625rem;
      height: 1.5rem;
      background: url("/images/breadcrumbs-arrow.svg") no-repeat;
      background-size: 100%;
      margin-right: 0.4375rem; } }

.breadcrumbs__link_last {
  pointer-events: none;
  color: var(--color-grey-60); }

.breadcrumbs__link:hover {
  color: var(--color-light-orange); }

.breadcrumbs__link:active {
  color: var(--color-dark-orange); }

.author {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.5rem;
  align-items: center; }
  @media (max-width: 1200px) {
    .author {
      gap: 1.25rem; } }
  @media (max-width: 650px) {
    .author {
      align-items: start; } }

.author__avatar-img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: cover;
  border-radius: 50%; }

.author__name {
  margin-bottom: 0.375rem; }
  @media (max-width: 1200px) {
    .author__name {
      margin-bottom: 0.25rem; } }

.author__post {
  color: var(--color-grey-60); }

.content {
  overflow: hidden; }
  .content p {
    margin: 0;
    margin-bottom: 1.5rem;
    color: var(--color-black); }
    .content p:last-child {
      margin-bottom: 0; }
    @media (max-width: 1200px) {
      .content p {
        margin-bottom: 1rem; } }
  .content h2 {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    color: var(--color-black);
    font-size: 1.875rem;
    line-height: 2.25rem; }
    .content h2:first-child {
      margin-top: 0; }
    .content h2:last-child {
      margin-bottom: 0; }
    @media (max-width: 1200px) {
      .content h2 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.625rem; } }
    @media (max-width: 650px) {
      .content h2 {
        margin-top: 2.5rem; } }
  .content ul, .content ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 1.5rem; }
    .content ul:last-child, .content ol:last-child {
      margin-bottom: 0; }
    @media (max-width: 1200px) {
      .content ul, .content ol {
        gap: 0.625rem;
        margin-bottom: 1rem; } }
  .content ul li {
    color: var(--color-black);
    position: relative;
    padding-left: 1.875rem; }
    .content ul li::before {
      content: "";
      position: absolute;
      width: 0.375rem;
      height: 0.375rem;
      border-radius: 50%;
      top: 0.5rem;
      left: 0.5rem;
      background-color: var(--color-orange); }
      @media (max-width: 1200px) {
        .content ul li::before {
          width: 0.25rem;
          height: 0.25rem;
          top: 0.4375rem;
          left: 0.4375rem; } }
    @media (max-width: 1200px) {
      .content ul li {
        padding-left: 1.5rem; } }
  .content ol {
    list-style: decimal; }
    .content ol li::marker {
      color: var(--color-orange); }
  .content a {
    color: var(--color-orange); }
    .content a:hover {
      color: var(--color-light-orange); }
    .content a:active {
      color: var(--color-dark-orange); }
  .content > div:not([class]) {
    background-color: var(--color-beige);
    border: 1px solid var(--color-grey-20);
    padding: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem; }
    .content > div:not([class]):first-child {
      margin-top: 0; }
    .content > div:not([class]):last-child {
      margin-bottom: 0; }
    .content > div:not([class]) h3 {
      margin: 0;
      color: var(--color-burgundy);
      font-size: 1.375rem;
      line-height: 1.75rem;
      margin-bottom: 1rem; }
      .content > div:not([class]) h3:last-child {
        margin-bottom: 0; }
      @media (max-width: 1200px) {
        .content > div:not([class]) h3 {
          font-size: 1.125rem;
          line-height: 1.625rem;
          margin-bottom: 0.75rem; } }
      @media (max-width: 650px) {
        .content > div:not([class]) h3 {
          margin-bottom: 0.5rem;
          line-height: 1.5rem; } }
    .content > div:not([class]) p {
      color: var(--color-burgundy); }
    @media (max-width: 1200px) {
      .content > div:not([class]) {
        padding: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem; } }
    @media (max-width: 650px) {
      .content > div:not([class]) {
        padding: 0.625rem;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; } }
  .content blockquote {
    margin: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-top: 1px solid var(--color-burgundy);
    border-bottom: 1px solid var(--color-burgundy);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 8.875rem;
    justify-content: space-between; }
    .content blockquote:first-child {
      margin-top: 0; }
    .content blockquote:last-child {
      margin-bottom: 0; }
    .content blockquote header {
      width: 100%;
      max-width: 13.25rem;
      flex-shrink: 0; }
      .content blockquote header p:first-child {
        margin: 0;
        margin-bottom: 0.375rem;
        color: var(--color-burgundy); }
        .content blockquote header p:first-child:last-child {
          margin-bottom: 0; }
        @media (max-width: 650px) {
          .content blockquote header p:first-child {
            font-size: 1.125rem;
            line-height: 1.625rem; } }
      .content blockquote header p:last-child {
        font-size: 0.75rem;
        line-height: 1rem;
        color: var(--color-burgundy);
        margin-bottom: 0.375rem; }
        .content blockquote header p:last-child:last-child {
          margin-bottom: 0; }
      @media (max-width: 1200px) {
        .content blockquote header {
          max-width: none; } }
    .content blockquote > p {
      font-family: var(--font-secondary);
      font-size: 1.375rem;
      line-height: 1.625rem;
      color: var(--color-burgundy);
      flex-grow: 1; }
      @media (max-width: 1200px) {
        .content blockquote > p {
          font-size: 1.125rem;
          line-height: 1.375rem; } }
    @media (max-width: 1200px) {
      .content blockquote {
        padding-top: 1rem;
        padding-bottom: 1rem;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem; } }
    @media (max-width: 650px) {
      .content blockquote {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        gap: 1.25rem; } }
  .content table {
    border-collapse: collapse;
    min-width: 100%; }
  .content td {
    padding: 1.25rem 0.625rem;
    border-bottom: 1px solid var(--color-grey-20);
    color: var(--color-black);
    vertical-align: top; }
    .content td:first-child {
      padding-left: 0; }
    @media (max-width: 1200px) {
      .content td {
        padding: 0.75rem 0.625rem 0.875rem; } }
    @media (max-width: 1024px) {
      .content td {
        padding: 0.5rem; } }
  .content th {
    padding: 1.25rem 0.625rem;
    color: var(--color-orange);
    background-color: var(--color-pink);
    border-top: 1px solid var(--color-orange);
    border-bottom: 1px solid var(--color-orange);
    font-weight: 400;
    text-align: start; }
    @media (max-width: 1200px) {
      .content th {
        padding: 1rem 0.625rem; } }
  .content img {
    margin: 2rem auto; }
    .content img:first-child {
      margin-top: 0; }
    .content img:last-child {
      margin-bottom: 0; }
    @media (max-width: 650px) {
      .content img {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; } }
  .content figure {
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .content figure:first-child {
      margin-top: 0; }
    .content figure:last-child {
      margin-bottom: 0; }
    .content figure img {
      margin: 0 auto;
      margin-bottom: 1.25rem; }
      .content figure img:last-child {
        margin-bottom: 0; }
      @media (max-width: 1200px) {
        .content figure img {
          margin-bottom: 0.75rem; } }
    .content figure figcaption {
      font-size: 1rem;
      line-height: 1.375rem;
      color: var(--color-grey-60);
      margin-bottom: 0;
      text-align: center; }
      @media (max-width: 1200px) {
        .content figure figcaption {
          font-size: 0.75rem;
          line-height: 1rem; } }
    @media (max-width: 650px) {
      .content figure {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; } }
  .content iframe {
    margin-top: 0.5rem; }
    @media (max-width: 1200px) {
      .content iframe {
        height: 16.5625rem; } }
    @media (max-width: 650px) {
      .content iframe {
        height: 10.125rem; } }

.content__wrapper-table {
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow-x: auto; }
  .content__wrapper-table:first-child {
    margin-top: 0; }
  .content__wrapper-table:last-child {
    margin-bottom: 0; }
  @media (max-width: 650px) {
    .content__wrapper-table {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; } }

.content-table {
  display: none; }
  @media (max-width: 768px) {
    .content-table.mobile {
      display: flex;
      flex-direction: column;
      gap: 1.5rem; } }

.content-table__head {
  color: var(--color-orange);
  background-color: var(--color-light-orange_2);
  padding: 0.5625rem 0.5rem;
  border-top: 1px solid var(--color-orange);
  border-bottom: 1px solid var(--color-orange); }

.content-table__text {
  padding: 0.5rem;
  border-top: 1px solid var(--color-grey-20); }
  .content-table__text:first-child {
    border-top: none; }

.content__chart {
  margin-bottom: 2.5rem; }
  .content__chart:last-child {
    margin-bottom: 0; }

.content__wrapper-table td {
  width: 33%; }
  @media (max-width: 1024px) {
    .content__wrapper-table td {
      padding-left: 0; } }
  @media (max-width: 1024px) {
    .content__wrapper-table td:last-child {
      padding-right: 0; } }

@media (max-width: 1024px) {
  .content__wrapper-table th {
    padding: 0.75rem 0.5rem; } }

.advertising {
  display: flex;
  align-items: center;
  background-color: var(--color-beige);
  margin-top: 4rem; }
  .advertising > figure {
    margin-bottom: 0; }
    .advertising > figure > img {
      min-width: 25rem; }
      @media (max-width: 1024px) {
        .advertising > figure > img {
          min-width: 14.0625rem;
          height: 13.375rem;
          object-fit: cover; } }
      @media (max-width: 650px) {
        .advertising > figure > img {
          min-width: 18rem;
          height: 10.9375rem; } }
  @media (max-width: 1024px) {
    .advertising {
      margin-top: 2rem; } }
  @media (max-width: 650px) {
    .advertising {
      flex-direction: column;
      width: 18rem;
      margin: 2.5rem auto 0; } }

.advertising__text {
  padding: 1.5rem; }
  .advertising__text a:hover {
    color: var(--color-white); }
  @media (max-width: 1024px) {
    .advertising__text {
      padding: 1.25rem 1rem; } }
  @media (max-width: 650px) {
    .advertising__text {
      padding: 1rem; } }
  .advertising__text .btn {
    max-width: 15.625rem;
    padding: 0.6875rem 1.25rem; }
    @media (max-width: 1024px) {
      .advertising__text .btn {
        padding: 0.3125rem 0.875rem;
        font-size: 1rem; } }

.social-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3.5rem; }
  @media (max-width: 1200px) {
    .social-share {
      margin-top: 2rem; } }
  @media (max-width: 650px) {
    .social-share {
      margin-top: 2rem; } }

.social-share__link {
  display: flex; }
  .social-share__link rect, .social-share__link path {
    transition: 0.3s ease-out; }
  .social-share__link:hover rect {
    stroke: var(--color-light-orange); }
  .social-share__link:hover path {
    fill: var(--color-light-orange); }
  .social-share__link:active rect {
    stroke: var(--color-dark-orange); }
  .social-share__link:active path {
    fill: var(--color-dark-orange); }

.social-share__item {
  display: flex; }

.statistics-block__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .statistics-block__wrapper {
      flex-direction: column;
      gap: 2.5rem; } }
  @media (max-width: 650px) {
    .statistics-block__wrapper {
      gap: 1.5rem; } }

.statistics-block__text-wrapper {
  max-width: 42.6875rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .statistics-block__text-wrapper {
      max-width: none; } }

.statistics-block__number {
  margin: 0;
  font-size: 15.375rem;
  line-height: 15.375rem;
  white-space: nowrap; }
  @media (max-width: 650px) {
    .statistics-block__number {
      font-size: 7.5rem;
      line-height: 8.125rem; } }

.statistics-block__text {
  margin-bottom: 2.3125rem; }
  .statistics-block__text:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .statistics-block__text {
      margin-bottom: 1.5rem; } }

.statistics-block__number-text {
  margin-top: 1.5rem;
  margin-bottom: 0; }
  @media (max-width: 650px) {
    .statistics-block__number-text {
      margin-top: 0.5rem; } }

.custom-slider {
  overflow: hidden; }

.custom-slider__slide-list {
  max-width: 57.5rem;
  width: 100%;
  overflow: initial; }
  @media (max-width: 1200px) {
    .custom-slider__slide-list {
      overflow: hidden; } }

.custom-slider__slide-item {
  position: relative; }
  .custom-slider__slide-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.3s ease-in-out;
    opacity: 0; }
  .custom-slider__slide-item:not(.swiper-slide-active)::before {
    opacity: 1; }

.custom-slider__pagination {
  position: static;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .custom-slider__pagination {
      order: 4;
      margin-top: 1.5rem;
      margin-bottom: 0; } }

.custom-slider__pagination-wrapper {
  padding: 0;
  justify-content: center; }

@media (max-width: 1200px) {
  .custom-slider__wrapper {
    display: flex;
    flex-direction: column; } }

.custom-slider__after-text-wrapper {
  margin-top: 2.5rem;
  order: 5; }
  @media (max-width: 650px) {
    .custom-slider__after-text-wrapper {
      margin-top: 2rem; } }

.custom-slider__text-slide {
  transition: opacity 0.3s ease-out !important; }

.custom-slider__slide-text-list {
  margin-top: 1.5rem; }
  @media (max-width: 1200px) {
    .custom-slider__slide-text-list {
      margin-top: 1rem; } }

.forrays-header {
  padding-top: 4.5rem;
  padding-bottom: 5.25rem; }
  @media (max-width: 1200px) {
    .forrays-header {
      padding-top: 3.5rem;
      padding-bottom: 5rem; } }
  @media (max-width: 650px) {
    .forrays-header {
      padding-top: 1.25rem;
      padding-bottom: 2.9375rem; } }

.forrays-header__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .forrays-header__wrapper {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.6875rem; } }

.forrays-header__icon {
  margin-bottom: 0.6875rem; }
  .forrays-header__icon svg {
    width: 20.8125rem; }
    @media (max-width: 1200px) {
      .forrays-header__icon svg {
        width: 14rem; } }
    @media (max-width: 650px) {
      .forrays-header__icon svg {
        width: 17.8125rem; } }
  @media (max-width: 1200px) {
    .forrays-header__icon {
      margin-bottom: -1.0625rem; } }

@media (max-width: 1200px) {
  .forrays-header__title {
    text-transform: none; } }

.forrays-threats {
  padding-top: 0; }

.forrays-threats__container {
  background-color: var(--color-grey-10);
  display: grid;
  grid-template-columns: 1fr 32.1875rem;
  grid-template-rows: 1fr auto;
  grid-template-areas: "title img" "text img";
  justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .forrays-threats__container {
      display: flex;
      flex-direction: column;
      gap: 2.5rem;
      align-items: flex-start;
      padding: 2rem 1.5rem; } }
  @media (max-width: 650px) {
    .forrays-threats__container {
      padding: 1rem 0.625rem;
      gap: 1.5rem; } }

.forrays-threats__text-wrapper {
  display: flex;
  align-items: center;
  gap: 4.625rem;
  grid-area: text;
  padding-left: 2rem;
  padding-bottom: 2rem;
  max-width: 50.0625rem; }
  .forrays-threats__text-wrapper svg {
    flex-shrink: 0;
    width: 6.0625rem; }
    @media (max-width: 1200px) {
      .forrays-threats__text-wrapper svg {
        width: 2.3125rem;
        height: auto; } }
    @media (max-width: 650px) {
      .forrays-threats__text-wrapper svg {
        width: 3.125rem; } }
  @media (max-width: 1200px) {
    .forrays-threats__text-wrapper {
      order: 3;
      gap: 1rem;
      padding: 0; } }
  @media (max-width: 650px) {
    .forrays-threats__text-wrapper {
      align-items: flex-start; } }

.forrays-threats__title {
  text-transform: uppercase;
  grid-area: title;
  max-width: 50.0625rem;
  padding-top: 2rem;
  padding-left: 2rem; }
  @media (max-width: 1200px) {
    .forrays-threats__title {
      padding: 0; } }

.forrays-threats__text {
  font-size: 1.875rem;
  line-height: 2.25rem; }
  @media (max-width: 1200px) {
    .forrays-threats__text {
      font-size: 1.25rem;
      line-height: 1.25rem; } }

.forrays-threats__container-img {
  grid-area: img;
  width: 100%; }

.forrays-threats__picture {
  display: block; }
  @media (max-width: 1200px) {
    .forrays-threats__picture {
      width: 100%; } }

@media (max-width: 1200px) {
  .forrays-threats__img {
    width: 100%;
    max-height: 25rem;
    object-fit: cover; } }

.key-directions__prev-line {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .key-directions__prev-line {
      margin-bottom: 1.5rem; }
      .key-directions__prev-line .prev-line__text {
        text-transform: none; } }

.key-directions__title {
  margin-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .key-directions__title {
      margin-bottom: 5rem; } }
  @media (max-width: 650px) {
    .key-directions__title {
      margin-bottom: 2rem; } }

.key-directions__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .key-directions__list {
      grid-template-columns: 1fr 1fr;
      grid-gap: 4rem 1.5rem; } }
  @media (max-width: 650px) {
    .key-directions__list {
      grid-template-columns: 1fr;
      gap: 2rem; } }

.key-directions__img {
  width: 100%;
  height: 15rem;
  object-fit: cover; }
  @media (max-width: 1200px) {
    .key-directions__img {
      height: 17.0625rem; } }
  @media (max-width: 768px) {
    .key-directions__img {
      height: 15rem; } }
  @media (max-width: 650px) {
    .key-directions__img {
      height: 10.5625rem; } }

.key-directions__prev-text {
  color: var(--color-orange);
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .key-directions__prev-text {
      margin-bottom: 0.75rem; } }

.key-directions__text {
  font-size: 1.875rem;
  line-height: 2.25rem; }
  @media (max-width: 1200px) {
    .key-directions__text {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.key-directions__picture {
  display: block;
  width: 100%;
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .key-directions__picture {
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .key-directions__picture {
      margin-bottom: 1rem; } }

.form__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  width: 100%; }
  .form__item:last-child {
    margin-bottom: 0; }
  .form__item_checkbox {
    flex-direction: column;
    gap: 1.125rem; }

.form__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  overflow: hidden; }
  .form__border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-orange);
    transition: 0.3s ease-out;
    transform: translateX(-101%); }
  .form__border_for-white {
    background-color: var(--color-grey-60); }
  .form__border_light-grey {
    background-color: var(--color-grey-20); }

.form__input {
  appearance: none;
  display: flex;
  align-items: flex-end;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: auto;
  box-shadow: inset 0 0 0 3.125rem var(--color-greyscale-black) !important;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white);
  caret-color: var(--color-white);
  background: transparent;
  transition: 0.3s ease-out;
  padding-top: 1.1875rem;
  padding-bottom: 1.25rem; }
  .form__input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-white);
    caret-color: var(--color-white); }
  .form__input_white {
    box-shadow: inset 0 0 0 3.125rem var(--color-white) !important;
    color: var(--color-grey-90);
    caret-color: var(--color-grey-90); }
    .form__input_white:-webkit-autofill {
      -webkit-text-fill-color: var(--color-grey-90);
      caret-color: var(--color-grey-90); }
  .form__input_black {
    box-shadow: inset 0 0 0 3.125rem var(--color-full-black) !important; }
  .form__input_small {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .form__input_not-empty ~ .form__label {
    top: -0.125rem;
    font-size: 0.75rem;
    line-height: 1rem; }
  .form__input_not-empty ~ .form__clear {
    opacity: 1;
    pointer-events: auto; }
  .form__input ~ .error {
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-red);
    transform: translateY(100%); }
  .form__input:focus:not(.form__input_file) {
    outline: none;
    border-width: 2px; }
    .form__input:focus:not(.form__input_file) ~ .form__label {
      top: -0.125rem;
      font-size: 0.75rem;
      line-height: 1rem; }
    .form__input:focus:not(.form__input_file) ~ .form__border::before {
      transform: translateX(0); }
    .form__input:focus:not(.form__input_file) ~ .form__clear {
      opacity: 1;
      pointer-events: auto; }
  .form__input_file:focus ~ .form__file-btn path {
    fill: var(--color-orange); }
  .form__input.error ~ .form__border::before {
    transform: translateX(0);
    background-color: var(--color-red); }
  .form__input.noValidate ~ label.error {
    display: none !important; }
  .form__input_not-box-shadow {
    box-shadow: none !important; }
    .form__input_not-box-shadow:-webkit-autofill {
      -webkit-text-fill-color: var(--color-black);
      caret-color: var(--color-black); }
  @media (max-width: 1200px) {
    .form__input {
      padding-top: 1.0625rem;
      padding-bottom: 1.0625rem; } }

.form__label {
  position: absolute;
  left: 0;
  top: 1.25rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-grey-60);
  transition: 0.3s ease-out; }
  .form__label_for-small {
    top: 0.9375rem; }
  .form__label_red-star span {
    color: var(--color-error); }
  @media (max-width: 1200px) {
    .form__label {
      top: 1rem; } }

.form__item-email {
  margin-bottom: 2.5rem; }

.form__label-checkbox {
  position: relative;
  width: 100%;
  padding-left: 2.125rem;
  display: flex;
  align-items: center;
  min-height: 1rem; }
  .form__label-checkbox_big {
    padding-left: 2rem; }

.form__fake-checked {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  transition: 0.3s ease-out;
  cursor: pointer; }
  .form__fake-checked_orange {
    border-color: var(--color-orange); }
  .form__fake-checked::before {
    content: "";
    width: 1.125rem;
    height: 1px;
    background-color: var(--color-orange);
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.3s ease-out; }
  .form__fake-checked_small::before {
    width: 0.625rem; }
  .form__fake-checked_big {
    width: 1.5rem;
    height: 1.5rem;
    top: -1px; }
  .form__fake-checked_center {
    top: 50%;
    transform: translateY(-50%); }
  @media (max-width: 1200px) {
    .form__fake-checked {
      top: -1px; } }

.form__checkbox ~ .error {
  display: none !important; }

.form__checkbox:checked ~ .form__fake-checked {
  border-color: var(--color-orange); }
  .form__checkbox:checked ~ .form__fake-checked::before {
    opacity: 1; }

.form__checkbox.error ~ .form__fake-checked {
  border-color: var(--color-red); }

.form__checkbox-text {
  color: var(--color-white);
  font-size: 0.75rem;
  line-height: 1rem;
  display: inline-block; }
  .form__checkbox-text a {
    color: var(--color-orange); }
    .form__checkbox-text a:hover {
      color: var(--color-light-orange); }
  .form__checkbox-text_black {
    color: var(--color-black); }
  .form__checkbox-text_ultra-small {
    font-size: 0.625rem;
    line-height: 0.875rem; }
  .form__checkbox-text_big {
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .form__checkbox-text_big {
        font-size: 0.75rem;
        line-height: 1rem; } }
  .form__checkbox-text_big-2 {
    font-size: 1rem;
    line-height: 1.375rem; }

.form__item-checkbox {
  margin-bottom: 1rem; }

.form__item-submit {
  margin-top: 2.5rem;
  margin-bottom: 0; }
  @media (max-width: 1200px) {
    .form__item-submit {
      margin-top: 2rem; } }

.form__submit {
  max-width: 19.0625rem;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.5625rem; }
  @media (max-width: 1200px) {
    .form__submit {
      max-width: 27rem;
      padding: 0.75rem; } }

.form__clear {
  position: absolute;
  display: flex;
  top: 0.1875rem;
  right: 0;
  cursor: pointer;
  transition: 0.3s ease-out;
  opacity: 0;
  pointer-events: none; }
  .form__clear path {
    transition: 0.3s ease-out; }
  .form__clear:hover path {
    fill: var(--color-light-orange); }
  .form__clear:active path {
    fill: var(--color-dark-orange); }

.form__item_radio {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .form__item_radio {
      flex-direction: column;
      align-items: flex-start; } }

.form__radio-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem; }

.form__label-radio {
  padding: 0.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6.4375rem;
  border-radius: 2.5rem;
  border: 1px solid var(--color-white);
  transition: 0.3s ease-in-out;
  color: var(--color-white);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.375rem; }
  .form__label-radio_orange {
    color: var(--color-orange);
    border-color: var(--color-orange); }

.form__radio-text {
  max-width: 27.9375rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .form__radio-text {
      max-width: 21.6875rem; } }

.form__radio:checked + .form__label-radio {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  color: var(--color-white); }

.form__textarea {
  resize: none;
  width: 100%;
  height: auto;
  border: none;
  margin-top: 1.1875rem;
  margin-bottom: 1.1875rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  max-height: 6.875rem;
  color: var(--color-grey-90);
  caret-color: var(--color-grey-90); }
  .form__textarea:focus {
    outline: none; }
    .form__textarea:focus ~ .form__label {
      top: -0.125rem;
      font-size: 0.75rem;
      line-height: 1rem; }
    .form__textarea:focus ~ .form__border::before {
      transform: translateX(0); }
    .form__textarea:focus ~ .form__clear {
      opacity: 1;
      pointer-events: auto; }
  .form__textarea.form__textarea_not-empty ~ .form__label {
    top: -0.125rem;
    font-size: 0.75rem;
    line-height: 1rem; }
  .form__textarea.form__textarea_not-empty ~ .form__clear {
    opacity: 1;
    pointer-events: auto; }
  .form__textarea ~ .error {
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-red);
    transform: translateY(100%); }
  .form__textarea.error ~ .form__border::before {
    transform: translateX(0);
    background-color: var(--color-red); }

.form__file-label {
  width: 100%;
  height: 3.5rem;
  display: grid;
  align-items: center;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  padding-right: 3.5rem;
  position: relative; }

.form__file-btn {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem; }

.form__file-text {
  font-size: 1rem;
  line-height: 1.375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%; }

.form__button-remove {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  top: calc(50% - 12px);
  right: 1rem;
  display: none;
  align-items: center;
  justify-content: center; }
  .form__button-remove__svg {
    width: 1rem;
    height: 1rem; }
    .form__button-remove__svg svg {
      width: 100%;
      height: 100%; }
  .form__button-remove svg {
    fill: var(--color-grey-60); }

.form__select {
  position: relative;
  width: 100%; }
  @media (max-width: 650px) {
    .form__select .form__label {
      width: 17.5rem; } }

.form__select-filled .form__label {
  top: -0.125rem;
  font-size: 0.75rem;
  line-height: 1rem; }
  @media (max-width: 650px) {
    .form__select-filled .form__label {
      width: 20rem; } }

.form__select-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 1.1875rem;
  padding-bottom: 1.25rem;
  color: var(--color-grey-90);
  font-size: 1rem;
  line-height: 1.375rem;
  background-color: transparent;
  cursor: pointer;
  user-select: none; }
  .form__select-toggle::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("/images/sprites/svg/select-arrow.svg");
    content: "";
    transform: rotate(180deg);
    margin-left: auto; }
  .form__select-toggle:focus {
    outline: none; }

.form__select-show .form__select-toggle::after {
  transform: rotate(360deg); }

.form__select-dropdown {
  position: absolute;
  top: 4rem;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  max-height: 13.125rem;
  overflow-y: auto;
  background-color: var(--color-grey-100); }

.form__select-show .form__select-dropdown {
  display: block; }

.form__select-show .form__border_for-white {
  background-color: var(--color-orange); }

.form__select-options {
  margin: 0;
  padding: 0;
  list-style: none; }

.form__select-option {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.625rem;
  padding: 0 1rem;
  color: var(--color-grey-90);
  font-size: 1rem;
  line-height: 1.375rem; }
  @media (max-width: 650px) {
    .form__select-option {
      font-size: 0.75rem;
      line-height: 1rem; } }

.form__select-option_selected::after {
  width: 1.5rem;
  height: 1.5rem;
  color: #0277bd;
  background-image: url("/images/sprites/svg/select-check.svg");
  background-size: cover;
  content: ""; }

button[name="web_form_submit"].notEmpty {
  pointer-events: none; }

.form__suggestions-wrapper .suggestions-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 3; }

.form__suggestions-wrapper .suggestions-suggestions {
  max-height: 11.25rem;
  overflow: auto;
  background-color: var(--color-grey-100);
  border: none; }

.form__suggestions-wrapper .suggestions-suggestion {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.625rem 1rem;
  color: var(--color-grey-90); }
  .form__suggestions-wrapper .suggestions-suggestion strong {
    color: var(--color-blue); }
  .form__suggestions-wrapper .suggestions-suggestion:hover {
    background: var(--color-grey-10); }

.form__suggestions-wrapper .suggestions-selected {
  background: var(--color-grey-10); }
  .form__suggestions-wrapper .suggestions-selected:hover {
    background: var(--color-grey-10); }

.form__suggestions-wrapper .suggestions-subtext {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-grey-90); }

.form__suggestions-wrapper .suggestions-hint {
  padding: 0.5rem 1rem;
  color: var(--color-grey-60);
  font-size: 0.75rem;
  line-height: 1rem; }

.sidebar-promo__img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover; }
  @media (max-width: 1200px) {
    .sidebar-promo__img {
      height: 8.5rem; } }
  @media (max-width: 650px) {
    .sidebar-promo__img {
      height: 10.9375rem; } }

.sidebar-promo__text-wrapper {
  padding: 1.5rem;
  background-color: var(--color-beige); }
  @media (max-width: 1200px) {
    .sidebar-promo__text-wrapper {
      padding: 1rem 0.75rem; } }

.sidebar-promo__title {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .sidebar-promo__title {
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin-bottom: 0.75rem; } }

.sidebar-promo__date {
  color: var(--color-burgundy);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.375rem; }
  @media (max-width: 1200px) {
    .sidebar-promo__date {
      margin-bottom: 0.75rem; } }

.sidebar-promo__prev-text {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.375rem; }
  @media (max-width: 1200px) {
    .sidebar-promo__prev-text {
      margin-bottom: 1.25rem; } }

.sidebar-promo__btn {
  max-width: 13.75rem;
  padding: 0.625rem 1.25rem; }
  @media (max-width: 1200px) {
    .sidebar-promo__btn {
      width: 100%;
      font-size: 1rem;
      line-height: 1.375rem;
      padding: 0.4375rem 0.875rem; } }
  @media (max-width: 650px) {
    .sidebar-promo__btn {
      max-width: 12.5rem; } }

.sidebar-menu {
  margin-bottom: 2.5rem; }
  @media (max-width: 768px) {
    .sidebar-menu.desktop {
      display: none; } }
  .sidebar-menu.mobile {
    display: none; }
    @media (max-width: 768px) {
      .sidebar-menu.mobile {
        display: flex;
        flex-direction: column;
        background-color: var(--color-beige);
        margin-bottom: 0; } }

.sidebar-menu__item {
  display: flex;
  flex-direction: column;
  border-left: 2px solid var(--color-beige);
  padding: 0.625rem 0 0.625rem 1.625rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-grey-80);
  cursor: pointer; }
  .sidebar-menu__item.active {
    color: var(--color-orange);
    border-left: 2px solid var(--color-orange); }
  @media (max-width: 1200px) {
    .sidebar-menu__item {
      font-size: 0.75rem;
      line-height: 1rem;
      padding: 0.375rem 0 0.375rem 1.25rem; } }
  @media (max-width: 768px) {
    .sidebar-menu__item {
      font-size: 1rem;
      line-height: 1.375rem;
      padding: 0.5rem 1rem 0.5rem 1rem; } }
  .sidebar-menu__item:last-child {
    padding-bottom: 1rem; }
    @media (max-width: 1200px) {
      .sidebar-menu__item:last-child {
        padding-bottom: 0.625rem; } }
    @media (max-width: 768px) {
      .sidebar-menu__item:last-child {
        padding-bottom: 1rem; } }
  @media (max-width: 768px) {
    .sidebar-menu__item:nth-child(2) {
      padding-top: 1rem; } }

.sidebar-menu__item-title {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: var(--color-black);
  padding: 1rem 0 1.375rem 1.625rem;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .sidebar-menu__item-title {
      font-size: 1rem;
      line-height: 1.375rem;
      padding: 0.625rem 0 0.75rem 1.25rem; } }
  @media (max-width: 768px) {
    .sidebar-menu__item-title {
      font-size: 1rem;
      line-height: 1.375rem;
      color: var(--color-white);
      background-color: var(--color-burgundy);
      padding: 0.8125rem 1rem 0.8125rem 1rem; } }

.sidebar-menu__button {
  color: var(--color-orange);
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.5rem 1rem 1rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.sidebar-other-versions {
  background-color: var(--color-beige);
  padding: 1.25rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2.5rem; }
  .sidebar-other-versions svg {
    width: 3.5rem;
    height: 3.5rem; }
    @media (max-width: 1200px) {
      .sidebar-other-versions svg {
        width: 2rem;
        height: 2rem; } }
  @media (max-width: 1200px) {
    .sidebar-other-versions {
      padding: 0.625rem;
      gap: 2rem; } }
  @media (max-width: 768px) {
    .sidebar-other-versions.desktop {
      display: none; } }
  .sidebar-other-versions.mobile {
    display: none; }
    @media (max-width: 768px) {
      .sidebar-other-versions.mobile {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0; } }

.sidebar-other-versions__text {
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .sidebar-other-versions__text {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (max-width: 768px) {
    .sidebar-other-versions__text {
      font-size: 1rem;
      line-height: 1.25rem; } }

.conclusion {
  display: flex;
  margin-top: 4rem; }
  @media (max-width: 1200px) {
    .conclusion {
      margin-top: 2rem; } }
  @media (max-width: 650px) {
    .conclusion {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 2.5rem; } }

.conclusion__col_1 {
  padding-right: 2.6875rem;
  flex-shrink: 0;
  position: relative; }
  .conclusion__col_1::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-burgundy); }
  @media (max-width: 1200px) {
    .conclusion__col_1 {
      padding-right: 1.8125rem; } }
  @media (max-width: 650px) {
    .conclusion__col_1 {
      padding-right: 0;
      padding-bottom: 1rem;
      width: 100%;
      margin-bottom: 1rem; }
      .conclusion__col_1::before {
        width: 100%;
        height: 1px;
        right: auto;
        left: 0;
        top: auto;
        bottom: 0; } }

.conclusion__col_2 {
  padding-left: 2.375rem; }
  @media (max-width: 1200px) {
    .conclusion__col_2 {
      padding-left: 1.375rem; } }
  @media (max-width: 650px) {
    .conclusion__col_2 {
      padding-left: 0; } }

.conclusion__prev-title {
  color: var(--color-burgundy);
  text-transform: uppercase;
  margin-top: 0.4375rem; }
  @media (max-width: 1200px) {
    .conclusion__prev-title {
      margin-top: 0; } }

.conclusion__title {
  color: var(--color-burgundy);
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .conclusion__title {
      margin-bottom: 0.75rem; } }
  @media (max-width: 650px) {
    .conclusion__title {
      margin-bottom: 1rem; } }

.conclusion__text-wrapper p {
  margin: 0;
  margin-bottom: 1.5rem;
  color: var(--color-black); }
  .conclusion__text-wrapper p:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .conclusion__text-wrapper p {
      margin-bottom: 1rem; } }

.conclusion__text-wrapper ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem; }
  .conclusion__text-wrapper ul:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .conclusion__text-wrapper ul {
      gap: 0.625rem;
      margin-bottom: 1rem; } }

.conclusion__text-wrapper li {
  color: var(--color-black);
  position: relative;
  padding-left: 1.875rem; }
  .conclusion__text-wrapper li::before {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    top: 0.5rem;
    left: 0.5rem;
    background-color: var(--color-orange); }
    @media (max-width: 1200px) {
      .conclusion__text-wrapper li::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.4375rem;
        left: 0.4375rem; } }
  @media (max-width: 1200px) {
    .conclusion__text-wrapper li {
      padding-left: 1.5rem; } }

.conclusion__text-wrapper a {
  color: var(--color-orange); }
  .conclusion__text-wrapper a:hover {
    color: var(--color-light-orange); }
  .conclusion__text-wrapper a:active {
    color: var(--color-dark-orange); }

.forrays-form__prev-line {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .forrays-form__prev-line {
      margin-bottom: 1.5rem; }
      .forrays-form__prev-line .prev-line__text {
        text-transform: none; } }

.forrays-form__title {
  margin-bottom: 5.875rem; }
  @media (max-width: 1200px) {
    .forrays-form__title {
      margin-bottom: 4.9375rem; } }
  @media (max-width: 650px) {
    .forrays-form__title {
      margin-bottom: 2.75rem; } }

.forrays-form__form {
  display: grid;
  grid-template-columns: 1fr 20.625rem;
  align-items: end;
  gap: 3.5rem 1.5rem;
  max-width: 79.5rem; }
  @media (max-width: 1200px) {
    .forrays-form__form {
      grid-template-columns: 1fr 14rem;
      gap: 2rem 1.5rem; } }
  @media (max-width: 650px) {
    .forrays-form__form {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem; } }

.forrays-form__label-checkbox {
  grid-column-start: 1;
  grid-column-end: -1; }
  @media (max-width: 1200px) {
    .forrays-form__label-checkbox {
      max-width: 42.5rem; } }
  @media (max-width: 650px) {
    .forrays-form__label-checkbox {
      margin-top: 2rem; } }

.forrays-form__item {
  margin-bottom: 0;
  grid-column-start: 1;
  grid-column-end: 2; }

.forrays-form__submit {
  grid-column-start: 2;
  grid-column-end: 3; }

.forrays-form__input {
  padding-bottom: 1.1875rem; }

.forrays-form {
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .forrays-form {
      padding-bottom: 5rem; } }
  @media (max-width: 650px) {
    .forrays-form {
      padding-bottom: 2.5rem; } }

.forrays-form__title-success {
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .forrays-form__title-success {
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .forrays-form__title-success {
      margin-bottom: 1rem; } }

.forrays-form__text-success {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--color-black); }
  @media (max-width: 1200px) {
    .forrays-form__text-success {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

@media (max-width: 650px) {
  .forrays-form__submit {
    min-width: auto;
    width: 100%; } }

.footer-wrapper {
  overflow: hidden;
  position: relative; }

.video-rutube {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media (max-width: 1024px) {
    .video-rutube {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .video-rutube:last-child {
    margin-bottom: 0; }
  .video-rutube:first-child {
    margin-top: 0; }

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

.video-rutube__preview,
.video-rutube__video {
  width: 100%;
  height: 100%; }

.video-rutube__item {
  height: 32.5rem;
  position: relative; }
  @media (max-width: 1024px) {
    .video-rutube__item {
      height: 21.875rem; } }
  @media (max-width: 650px) {
    .video-rutube__item {
      height: 13.75rem; } }

.video-rutube__preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.video-rutube__video iframe {
  width: 100%;
  height: 100%; }

.video-rutube__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.video-rutube__btn {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .video-rutube__btn:hover {
    background-color: var(--color-light-orange); }
  .video-rutube__btn:active {
    background-color: var(--color-dark-orange); }
  .video-rutube__btn::before {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    background: url("/images/play.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0.1875rem; }
    @media (max-width: 1024px) {
      .video-rutube__btn::before {
        width: 2rem;
        height: 2rem; } }
    @media (max-width: 650px) {
      .video-rutube__btn::before {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 0.125rem; } }
  @media (max-width: 1024px) {
    .video-rutube__btn {
      width: 4rem;
      height: 4rem; } }
  @media (max-width: 650px) {
    .video-rutube__btn {
      width: 2.5rem;
      height: 2.5rem; } }

.problem-solving__body-wrapper-inner {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .problem-solving__body-wrapper-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem; } }
  @media (max-width: 650px) {
    .problem-solving__body-wrapper-inner {
      gap: 1rem; } }

.problem-solving__body {
  --maxHeightProblemSolvingBody: 0;
  overflow: hidden;
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 1;
  grid-row-end: -1;
  transition: 0.3s ease-in-out;
  max-height: 0; }

.problem-solving__item {
  padding: 2.5rem;
  border: 1px solid var(--color-orange);
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto; }
  .problem-solving__item:hover {
    background-color: var(--color-orange); }
    .problem-solving__item:hover .problem-solving__body {
      max-height: var(--maxHeightProblemSolvingBody); }
    .problem-solving__item:hover .problem-solving__title-h3 {
      color: var(--color-white); }
    .problem-solving__item:hover .problem-solving__icon_header {
      opacity: 0; }
    .problem-solving__item:hover .problem-solving__icon_body {
      opacity: 1; }
  .problem-solving__item.active {
    background-color: var(--color-orange); }
    .problem-solving__item.active .problem-solving__title-h3 {
      color: var(--color-white); }
    .problem-solving__item.active .problem-solving__icon_header {
      opacity: 0; }
    .problem-solving__item.active .problem-solving__icon_body {
      opacity: 1; }
  @media (max-width: 1200px) {
    .problem-solving__item {
      padding: 1.5rem; } }
  @media (max-width: 650px) {
    .problem-solving__item {
      padding: 1rem; } }

.problem-solving__header {
  display: flex;
  align-items: flex-start;
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 1;
  grid-row-end: -1; }

.problem-solving__header-wrapper-inner {
  display: flex;
  width: 100%;
  gap: 0.75rem;
  align-items: center; }
  @media (max-width: 650px) {
    .problem-solving__header-wrapper-inner {
      gap: 0.3125rem; } }

.problem-solving__title-h3 {
  flex-grow: 1;
  transition: 0.3s ease; }
  .problem-solving__title-h3_body {
    opacity: 0; }

.problem-solving__icon {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease; }
  .problem-solving__icon_body {
    opacity: 0; }
  @media (max-width: 1200px) {
    .problem-solving__icon {
      width: 3.125rem;
      height: 3.125rem; } }
  @media (max-width: 650px) {
    .problem-solving__icon {
      width: 2rem;
      height: 2rem; } }

.problem-solving__col {
  width: 100%;
  max-width: 32.625rem; }
  @media (max-width: 1200px) {
    .problem-solving__col {
      max-width: none; } }

.problem-solving__col_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem; }
  @media (max-width: 1200px) {
    .problem-solving__col_1 {
      flex-direction: row;
      align-items: center;
      gap: 0.75rem; } }
  @media (max-width: 650px) {
    .problem-solving__col_1 {
      gap: 0.3125rem; } }

.problem-solving__content-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem; }

.problem-solving__content-list-item {
  position: relative;
  padding-left: 1.75rem;
  color: var(--color-white); }
  .problem-solving__content-list-item::before {
    content: '';
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: var(--color-white);
    top: 0.5625rem;
    left: 0.4375rem; }

.problem-solving__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .problem-solving__list {
      gap: 1rem; } }

.problem-solving__col-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .problem-solving__col-block:not(last-child) {
    margin-bottom: 2rem; }

.problem-solving__text {
  margin-bottom: 1rem; }
  .problem-solving__text:last-child {
    margin-bottom: 0; }

.problem-solving__subtitle {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .problem-solving__subtitle {
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .problem-solving__subtitle {
      margin-bottom: 1.5rem; } }

.legend__title {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .legend__title {
      margin-bottom: 1rem; } }

.legend__list {
  display: grid; }
  .legend__list_type-number {
    counter-reset: legend-counter;
    align-items: start; }

.legend__item {
  padding-left: 1.875rem;
  position: relative; }
  .legend__item::before {
    content: '';
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    left: 0.5rem;
    top: 0.5rem; }
    @media (max-width: 1200px) {
      .legend__item::before {
        width: 0.375rem;
        height: 0.375rem;
        top: 0.4375rem;
        left: 0.4375rem; } }
  .legend__item_grey {
    color: var(--color-grey-80); }
  @media (max-width: 1200px) {
    .legend__item {
      padding-left: 1.5rem; } }
  .legend__item_type-number {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    min-height: 2rem;
    font-size: 1rem;
    line-height: 1.375rem; }
    .legend__item_type-number::before {
      counter-increment: legend-counter;
      content: counter(legend-counter);
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      top: 0;
      left: 0;
      background-color: transparent;
      color: var(--color-grey-80);
      border: 1px solid var(--color-grey-80);
      display: flex;
      align-items: center;
      justify-content: center;
      position: static;
      margin-right: 1rem;
      flex-shrink: 0;
      font-size: 1rem;
      line-height: 1.375rem; }
      @media (max-width: 650px) {
        .legend__item_type-number::before {
          width: 1.5rem;
          height: 1.5rem;
          font-size: 0.75rem;
          line-height: 1rem; } }
    .legend__item_type-number span {
      align-self: center; }
    @media (max-width: 650px) {
      .legend__item_type-number {
        font-size: 0.75rem;
        line-height: 1rem;
        min-height: 1.5rem; } }
  .legend__item_line {
    padding-left: 2.8125rem; }
    .legend__item_line::before {
      display: none; }
    .legend__item_line::after {
      content: '';
      position: absolute;
      width: 2.0625rem;
      height: 1px;
      left: 0;
      top: 0.6875rem; }
      @media (max-width: 1200px) {
        .legend__item_line::after {
          top: 0.4375rem; } }
      @media (max-width: 650px) {
        .legend__item_line::after {
          width: 1.25rem; } }
    @media (max-width: 1200px) {
      .legend__item_line {
        padding-left: 2.5625rem; } }
    @media (max-width: 650px) {
      .legend__item_line {
        padding-left: 1.75rem; } }
    .legend__item_line-black::after {
      background-color: var(--color-greyscale-black); }
    .legend__item_line-orange::after {
      background-color: var(--color-orange); }
    .legend__item_line-dotted::after {
      background: url("/images/legend-dotted-line.svg") no-repeat;
      background-size: 100%; }
    .legend__item_line-blue::after {
      background-color: var(--color-blue); }

.rate__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .rate__list {
      grid-template-columns: repeat(3, minmax(348px, 1fr));
      overflow: auto;
      scroll-snap-type: x mandatory; } }
  @media (max-width: 650px) {
    .rate__list {
      grid-template-columns: 1fr;
      gap: 1rem;
      margin-bottom: 1rem; } }

.rate__item {
  padding: 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-grey-40); }
  .rate__item:nth-child(2) {
    border-color: var(--color-orange); }
  @media (max-width: 1200px) {
    .rate__item {
      scroll-snap-align: start;
      padding: 1rem; } }

.rate__icon {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 1.9375rem;
  margin-bottom: 2rem; }
  .rate__icon_1 {
    background-image: url("/images/solar-space/rate-icon-1.svg");
    width: 2.625rem; }
  .rate__icon_2 {
    background-image: url("/images/solar-space/rate-icon-2.svg");
    width: 2.5rem; }
  .rate__icon_3 {
    background-image: url("/images/solar-space/rate-icon-3.svg");
    width: 3.1875rem; }
  @media (max-width: 1200px) {
    .rate__icon {
      margin-bottom: 1.5rem; } }

.rate__title {
  margin-bottom: 0.5rem; }

.rate__text {
  line-height: 1.5rem;
  min-height: 4.5rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .rate__text {
      line-height: 1.25rem;
      min-height: 5rem;
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .rate__text {
      min-height: auto;
      margin-bottom: 1.5rem; } }

.rate__price {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 2.5rem; }
  .rate__price span {
    font-size: 4.25rem;
    line-height: 4.625rem; }
    @media (max-width: 1200px) {
      .rate__price span {
        font-size: 3rem;
        line-height: 3.625rem; } }
    @media (max-width: 650px) {
      .rate__price span {
        font-size: 1.625rem;
        line-height: 2rem; } }
  @media (max-width: 1200px) {
    .rate__price {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .rate__price {
      margin-bottom: 1.5rem; } }

.rate__list-product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .rate__list-product {
      margin-bottom: 2rem; } }

.rate__product-item {
  padding-left: 1.5rem;
  position: relative; }
  .rate__product-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-image: url("/images/solar-space/rate-check-icon.svg"); }
  .rate__product-item_disabled {
    color: var(--color-grey-40); }
    .rate__product-item_disabled::before {
      background-image: url("/images/solar-space/rate-no-check-icon.svg"); }

.rate__btn {
  max-width: none; }

.rate__legend {
  text-align: center; }

.play-video-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  background-image: url("/images/play.svg");
  background-repeat: no-repeat;
  background-position: 55% 50%;
  background-size: 2.5rem 2.5rem; }
  .play-video-btn:hover {
    background-color: var(--color-light-orange); }
  .play-video-btn:active {
    background-color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .play-video-btn {
      width: 4rem;
      height: 4rem;
      background-size: 2rem 2rem; } }
  @media (max-width: 650px) {
    .play-video-btn {
      width: 2.5rem;
      height: 2.5rem;
      background-size: 1.5rem 1.5rem; } }

.animation-line__wrapper {
  max-width: 53.75rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 4.125rem; }
  @media (max-width: 650px) {
    .animation-line__wrapper {
      padding-top: 2.75rem; } }

.animation-line__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.5rem; }
  @media (max-width: 650px) {
    .animation-line__list {
      gap: 3.75rem; } }

.animation-line__item {
  color: var(--color-grey-60);
  transition: 0.3s ease;
  width: 50%;
  position: relative; }
  .animation-line__item::before {
    content: '';
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    border: 1px solid var(--color-grey-40);
    background-color: var(--color-white);
    top: 0.1875rem;
    transition: 0.3s ease; }
  .animation-line__item.right {
    margin-left: auto;
    padding-left: 2.125rem; }
    .animation-line__item.right::before {
      left: 0;
      transform: translateX(-50%); }
      @media (max-width: 650px) {
        .animation-line__item.right::before {
          transform: none; } }
    @media (max-width: 650px) {
      .animation-line__item.right {
        margin-left: 0; } }
  .animation-line__item.left {
    padding-right: 2.125rem; }
    .animation-line__item.left > * {
      text-align: right; }
      @media (max-width: 650px) {
        .animation-line__item.left > * {
          text-align: left; } }
    .animation-line__item.left::before {
      right: 0;
      transform: translateX(50%); }
      @media (max-width: 650px) {
        .animation-line__item.left::before {
          right: auto;
          left: 0;
          transform: none; } }
    @media (max-width: 650px) {
      .animation-line__item.left {
        padding-right: 0;
        padding-left: 2.125rem; } }
  .animation-line__item.active {
    color: var(--color-black); }
    .animation-line__item.active::before {
      border-color: var(--color-orange); }
    .animation-line__item.active .animation-line__content-list-item::before {
      background-color: var(--color-orange); }
  @media (max-width: 650px) {
    .animation-line__item {
      width: 100%; } }

.animation-line__title-h3 {
  margin-bottom: 1rem;
  transition: 0.3s ease; }
  .animation-line__title-h3:last-child {
    margin-bottom: 0; }

.animation-line__text {
  margin-bottom: 1rem;
  transition: 0.3s ease; }
  .animation-line__text:last-child {
    margin-bottom: 0; }

.animation-line__content-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .animation-line__content-list {
      gap: 0.5rem; } }

.animation-line__content-list-item {
  position: relative;
  padding-left: 1.875rem;
  transition: 0.3s ease; }
  .animation-line__content-list-item::before {
    content: '';
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-grey-60);
    top: 0.625rem;
    left: 0.5rem;
    transition: 0.3s ease; }
    @media (max-width: 1200px) {
      .animation-line__content-list-item::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.5625rem;
        left: 0.4375rem; } }
  @media (max-width: 1200px) {
    .animation-line__content-list-item {
      padding-left: 1.5rem; } }

.animation-line__callback-btn {
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .animation-line__callback-btn {
      margin-top: 4rem; } }
  @media (max-width: 650px) {
    .animation-line__callback-btn {
      margin-top: 2rem; } }

.animation-line__line-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 650px) {
    .animation-line__line-wrapper {
      transform: none;
      left: 0.5625rem; } }

.animation-line__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .animation-line__line_orange {
    transform: translateY(-100%);
    background-color: var(--color-orange); }
  .animation-line__line_burgundy {
    background-color: var(--color-burgundy); }
  .animation-line__line_grey {
    background-color: var(--color-grey-40); }
  .animation-line__line_grey-second {
    background-color: var(--color-grey-20); }

@media (max-width: 1200px) {
  .animation-line__prev-list-text {
    margin-bottom: 0.5rem; }
    .animation-line__prev-list-text:last-child {
      margin-bottom: 0; } }

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 3; }
  .preloader_dark {
    background-color: var(--color-greyscale-black); }
  .preloader_black {
    background-color: var(--color-full-black); }

.preloader__animation-svg {
  width: 2rem;
  height: 2rem; }

.video-block {
  position: relative; }

.video-block__preview,
.video-block__video {
  position: absolute;
  width: 100%;
  height: 100%; }

.video-block__preview {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center; }

.video-block__video {
  z-index: 1; }
  .video-block__video iframe {
    width: 100%;
    height: 100%; }

.video-block__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.video-block__play-video {
  z-index: 1;
  position: relative; }

.products-promo {
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden; }
  .products-promo::before, .products-promo::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none; }
  @media (max-width: 1200px) {
    .products-promo {
      padding-bottom: 2.5rem; } }
  .products-promo_inner {
    padding-top: 5rem; }
    @media (max-width: 1200px) {
      .products-promo_inner {
        padding-top: 2.5rem; } }
  .products-promo_overflow-i {
    overflow: initial; }

.products-promo__wrapper {
  max-width: 60.75rem;
  text-align: center;
  position: relative;
  z-index: 2; }
  .products-promo__wrapper_full-width {
    max-width: 90rem; }
  .products-promo__wrapper_large {
    max-width: 75.375rem; }

.products-promo__title {
  margin-bottom: 2rem;
  color: var(--color-grey);
  display: flex;
  flex-direction: column; }
  .products-promo__title:last-child {
    margin-bottom: 0; }
  .products-promo__title br {
    display: none; }
    @media (max-width: 1200px) {
      .products-promo__title br {
        display: block; } }
  .products-promo__title_br {
    display: inline-block;
    width: 100%; }
  .products-promo__title_white {
    color: var(--color-white); }
  @media (max-width: 1200px) {
    .products-promo__title {
      margin-bottom: 1.5rem; } }
  @media (max-width: 1200px) {
    .products-promo__title_inner {
      margin-bottom: 1.5rem; } }

.products-promo__text {
  margin-bottom: 2rem;
  color: var(--color-grey); }
  .products-promo__text_white {
    color: var(--color-white); }
  .products-promo__text:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .products-promo__text {
      margin-bottom: 1.5rem; } }
  @media (max-width: 1200px) {
    .products-promo__text_inner {
      margin-bottom: 1.5rem; } }

.product-promo__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -0.75rem;
  margin-top: 2rem;
  width: 100%; }
  @media (max-width: 768px) {
    .product-promo__btns {
      flex-direction: column;
      margin: -0.5rem;
      margin-top: 1.5rem; } }
  .product-promo__btns button, .product-promo__btns a {
    margin: 0.75rem;
    max-width: 100%;
    width: 20.625rem; }
    @media (max-width: 768px) {
      .product-promo__btns button, .product-promo__btns a {
        width: 100%;
        max-width: 20.5rem;
        margin: 0.5rem; } }

.products-promo__btn {
  width: 100%;
  max-width: 20.625rem; }

.products-menu {
  padding-top: 1rem;
  position: relative;
  z-index: 3; }
  @media (max-width: 1200px) {
    .products-menu {
      padding-top: 0.375rem; } }
  .products-menu.fixed {
    position: relative; }
    .products-menu.fixed::before {
      content: "";
      display: block;
      width: 100%;
      height: 3.5rem; }
    .products-menu.fixed .products-menu__wrapper {
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      z-index: 3; }
      .products-menu.fixed .products-menu__wrapper::before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100%;
        background-color: var(--color-beige);
        left: 50%;
        transform: translateX(-50%);
        top: 0; }
      @media (max-width: 1200px) {
        .products-menu.fixed .products-menu__wrapper {
          top: 4.4375rem;
          width: 100%; } }
      @media (max-width: 650px) {
        .products-menu.fixed .products-menu__wrapper {
          top: 3.6875rem; } }
      .products-menu.fixed .products-menu__wrapper_burgundy::before {
        background-color: var(--color-burgundy); }
      .products-menu.fixed .products-menu__wrapper_black::before {
        background-color: var(--color-full-black); }
      .products-menu.fixed .products-menu__wrapper_grey::before {
        background-color: var(--color-grey); }
    .products-menu.fixed .products-menu__item_for-button {
      display: block; }
      @media (max-width: 1200px) {
        .products-menu.fixed .products-menu__item_for-button {
          display: none; } }

.products-menu__wrapper_black .products-menu__link {
  color: var(--color-white); }

.products-menu__wrapper_black .products-menu__list {
  border-color: #545A60; }

.products-menu__list {
  display: flex;
  align-items: center; }

.products-menu__link {
  padding: 1.0625rem 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  position: relative;
  white-space: nowrap; }
  .products-menu__link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: var(--color-orange);
    transition: 0.3s ease-out;
    opacity: 0;
    z-index: 1; }
  .products-menu__link:hover {
    color: var(--color-light-orange); }
  .products-menu__link:active {
    color: var(--color-dark-orange); }
  .products-menu__link_white {
    color: var(--color-white); }
  .products-menu__link_lang {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .products-menu__link_lang.active:not(:hover):not(:active) {
      color: var(--color-orange); }
  .products-menu__link_lang-ru {
    position: relative; }
    .products-menu__link_lang-ru::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: calc(100% - 2.5rem);
      transform: translateY(-50%);
      background-color: var(--color-black); }

.products-menu__item {
  display: flex;
  align-items: center;
  justify-content: center; }
  .products-menu__item.active .products-menu__link:not(:hover):not(:active) {
    color: var(--color-orange); }
  .products-menu__item.active .products-menu__link::before {
    opacity: 1; }
  .products-menu__item_lang {
    margin-left: auto; }

.products-menu__inner {
  position: relative;
  border-bottom: 1px solid var(--color-grey-20); }
  @media (max-width: 1200px) {
    .products-menu__inner {
      overflow-x: auto;
      overflow-y: hidden; } }

.products-menu__item_for-button {
  margin-left: auto;
  display: none; }

.products-menu__open-popup {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.5625rem 0.9375rem;
  width: auto; }

.products-callback > form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem 1.5rem; }
  @media (max-width: 1200px) {
    .products-callback > form {
      grid-template-columns: 1fr; } }

.products-callback_small-form > form {
  grid-template-columns: 1fr 20.625rem;
  gap: 3.5rem 1.5rem; }
  @media (max-width: 1200px) {
    .products-callback_small-form > form {
      grid-template-columns: 1fr;
      gap: 1.5rem; } }

.products-callback_big-form > form {
  grid-template-columns: repeat(1, 1fr); }
  @media (max-width: 1200px) {
    .products-callback_big-form > form {
      grid-template-columns: 1fr;
      gap: 1.5rem; } }

.products-callback__name,
.products-callback__form-footer {
  grid-column-start: 1;
  grid-column-end: -1; }

.products-callback__submit {
  width: 100%;
  max-width: 35.375rem; }
  @media (max-width: 1200px) {
    .products-callback__submit {
      max-width: 21.75rem; } }

.products-callback__agreement {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .products-callback__agreement {
      margin-bottom: 2rem; } }
  .products-callback__agreement-center {
    height: 3.5rem;
    align-items: center; }
    @media (max-width: 1200px) {
      .products-callback__agreement-center {
        height: auto; } }

.products-callback__method {
  grid-template-columns: 1fr 1fr; }
  .products-callback__method .form__item:nth-child(1) {
    grid-column: 1 / -1; }
  .products-callback__method .form__item:nth-child(4) {
    grid-column: 1 / -1; }
  .products-callback__method .products-callback__name,
  .products-callback__method .products-callback__form-footer {
    grid-column-start: auto;
    grid-column-end: auto; }
  @media (max-width: 650px) {
    .products-callback__method .form__select .form__label {
      width: 19.5rem; } }

.products-callback__input {
  padding-bottom: 1.1875rem; }

.products-callback__item {
  margin-bottom: 0; }
  .products-callback__item_checkbox {
    grid-column-start: 1;
    grid-column-end: -1; }
  .products-callback__item_bottom {
    align-self: end; }
  .products-callback__item_ful-width {
    grid-column-start: 1;
    grid-column-end: -1; }

.products-callback__form-footer {
  margin-top: 0.375rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .products-callback__form-footer {
      display: block;
      margin-top: 0; } }

@media (max-width: 1200px) {
  .products-callback__item_btn {
    order: 3; } }

@media (max-width: 1200px) {
  .products-callback__fake-checked {
    width: 1rem;
    height: 1rem; }
    .products-callback__fake-checked::before {
      width: 0.625rem; } }

@media (max-width: 1200px) {
  .products-callback__label-checkbox {
    padding-left: 2.125rem; } }

.products-callback__comments {
  grid-column-start: 1;
  grid-column-end: -1; }

.products-callback__file {
  grid-column-start: 1;
  grid-column-end: -1;
  margin-bottom: 2rem; }

.request-consultation__prev-line {
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .request-consultation__prev-line {
      margin-bottom: 1rem; } }

.request-consultation__title {
  margin-bottom: 3.5rem; }
  @media (max-width: 650px) {
    .request-consultation__title {
      margin-bottom: 2rem; } }

.request-consultation__success-title {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .request-consultation__success-title {
      margin-bottom: 1.5rem; } }

.request-consultation__form {
  position: relative; }
  .request-consultation__form > form {
    gap: 1.5rem; }

@media (max-width: 650px) {
  .request-consultation__form .form__label span {
    display: none; } }

.request-consultation__form-footer {
  margin-top: 1rem; }
  @media (max-width: 1200px) {
    .request-consultation__form-footer {
      margin-top: 0.5rem; } }

.request-consultation__form-wrapper {
  position: relative; }

.request-consultation__method .request-consultation__title {
  margin-bottom: 2rem; }

.request-consultation__method .request-consultation__text {
  margin-bottom: 3.5rem; }

.figure__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .figure__wrapper {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem; } }
  .figure__wrapper_for-inner-menu-tabs {
    padding-top: 6.5625rem;
    position: relative; }
    @media (max-width: 1200px) {
      .figure__wrapper_for-inner-menu-tabs {
        gap: 0;
        padding-top: 0; } }

.figure__text-block {
  overflow: hidden; }

.figure__img-block,
.figure__text-block {
  max-width: 35.375rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .figure__img-block,
    .figure__text-block {
      max-width: 100%; } }

@media (max-width: 1200px) {
  .figure__img-block {
    display: flex;
    justify-content: center; } }

.figure__text {
  margin-bottom: 1.5rem; }
  .figure__text_grey-60 {
    color: var(--color-grey-60); }
  .figure__text:last-of-type {
    margin-bottom: 1rem; }
  .figure__text:last-child {
    margin-bottom: 0; }
  .figure__text b {
    font-weight: 500; }
  .figure__text a {
    color: var(--color-orange); }
    .figure__text a:hover {
      color: var(--color-light-orange); }
    .figure__text a:active {
      color: var(--color-dark-orange); }
  .figure__text_prev-list {
    margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .figure__text {
      margin-bottom: 1rem; } }

.figure__btn {
  margin-top: 2.5rem;
  max-width: 20.625rem;
  width: 100%;
  display: block;
  height: 3.5rem;
  text-align: center; }
  .figure__btn:hover .figure__btn-arrow {
    transform: rotate(180deg) translateX(-3px); }
  @media (max-width: 1200px) {
    .figure__btn {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 3.5rem;
      height: auto; } }
  @media (max-width: 650px) {
    .figure__btn {
      margin-top: 2rem; } }

.figure__picture {
  display: block; }
  @media (max-width: 1200px) {
    .figure__picture {
      max-width: 50rem;
      width: 100%; } }

@media (max-width: 1200px) {
  .figure__img {
    width: 100%;
    max-height: 35.625rem;
    object-fit: cover; } }

@media (max-width: 768px) {
  .figure__img {
    height: 25rem; } }

@media (max-width: 650px) {
  .figure__img {
    height: 15rem; } }

@media (max-width: 1200px) {
  .figure__img_contain {
    object-fit: contain; } }

.figure__title-h3 {
  margin-bottom: 1.5rem; }
  @media (max-width: 650px) {
    .figure__title-h3 {
      margin-bottom: 1rem; } }

.figure__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem; }
  .figure__list:last-child {
    margin-bottom: 0; }
  .figure__list_second {
    gap: 1.25rem; }
    @media (max-width: 650px) {
      .figure__list_second {
        gap: 1rem; } }
  @media (max-width: 1200px) {
    .figure__list {
      gap: 0.625rem; } }
  .figure__list_type-number {
    counter-reset: figure-counter;
    gap: 1.5rem; }
    @media (max-width: 1200px) {
      .figure__list_type-number {
        gap: 1rem; } }

.figure__list-item {
  padding-left: 1.875rem;
  position: relative; }
  .figure__list-item::before {
    content: '';
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    top: 0.625rem;
    left: 0.5rem; }
  @media (max-width: 1200px) {
    .figure__list-item {
      padding-left: 1.5rem; }
      .figure__list-item::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.4375rem;
        left: 0.4375rem; } }
  .figure__list-item.active {
    color: var(--color-orange);
    cursor: pointer; }
    .figure__list-item.active .figure__list-item_black {
      display: block; }
  .figure__list-item_black {
    color: var(--color-black);
    display: none;
    cursor: auto; }
  .figure__list-item__not-active {
    cursor: pointer; }
    .figure__list-item__not-active::before {
      background-color: var(--color-black); }
  .figure__list-item_type-number {
    padding-left: 2.625rem; }
    .figure__list-item_type-number::before {
      counter-increment: figure-counter;
      content: "0" counter(figure-counter);
      width: auto;
      height: auto;
      top: 0;
      left: 0;
      background-color: transparent;
      color: var(--color-orange); }
    .figure__list-item_type-number:nth-child(n+10)::before {
      content: counter(figure-counter); }
    @media (max-width: 1200px) {
      .figure__list-item_type-number {
        padding-left: 1.8125rem; } }
    @media (max-width: 650px) {
      .figure__list-item_type-number {
        padding-left: 1.5625rem; } }

.figure__btn-arrow {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(180deg);
  fill: var(--color-white);
  margin-right: 0.375rem;
  transition: 0.3s ease-in-out;
  display: inline;
  vertical-align: middle; }

.figure__number-block {
  display: flex;
  align-items: flex-start;
  gap: 2.25rem; }
  @media (max-width: 1200px) {
    .figure__number-block {
      gap: 1.5625rem; } }
  @media (max-width: 650px) {
    .figure__number-block {
      gap: 1rem; } }
  .figure__number-block_second {
    flex-direction: column; }

.figure__number {
  font-size: 15.375rem;
  line-height: 10.9375rem;
  letter-spacing: -0.6875rem; }
  @media (max-width: 1200px) {
    .figure__number {
      line-height: 11.5625rem;
      letter-spacing: initial; } }
  @media (max-width: 650px) {
    .figure__number {
      font-size: 7.5rem;
      line-height: 5.875rem; } }
  .figure__number_second {
    font-size: 14.75rem;
    line-height: 14.75rem;
    letter-spacing: -10px; }
    @media (max-width: 1200px) {
      .figure__number_second {
        letter-spacing: initial; } }
    @media (max-width: 650px) {
      .figure__number_second {
        font-size: 7.375rem;
        line-height: 8rem;
        letter-spacing: -5px; } }

.figure__number-prev-text {
  max-width: 9.75rem;
  color: var(--color-orange);
  margin-top: 0.1875rem; }
  @media (max-width: 1200px) {
    .figure__number-prev-text {
      margin-top: 0.125rem; } }
  .figure__number-prev-text_second {
    max-width: none;
    color: var(--color-black);
    margin-top: 0; }

.figure__title-h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .figure__title-h4 {
      font-size: 1.125rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .figure__title-h4 {
      line-height: 1.5rem; } }
  .figure__title-h4:first-child {
    margin-top: 0; }
  .figure__title-h4:last-child {
    margin-bottom: 0; }

.figure__title-prev-tabs {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .figure__title-prev-tabs {
      display: none; } }

.figure__video {
  max-width: 100%;
  height: auto;
  display: flex; }

.figure__descriptions {
  margin-top: 2.5rem; }
  @media (max-width: 1200px) {
    .figure__descriptions {
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .figure__descriptions {
      margin-top: 2rem; } }

.figure__subtitle {
  margin-bottom: 1rem; }

.products-rating__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .products-rating__list {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .products-rating__list {
      grid-template-columns: 1fr;
      margin-bottom: 2rem; } }

.products-rating__item {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem; }
  @media (max-width: 1200px) {
    .products-rating__item {
      gap: 1rem; } }
  @media (max-width: 650px) {
    .products-rating__item {
      gap: 0.75rem; } }

.products-rating__item-number {
  font-family: var(--font-secondary);
  font-size: 11.25rem;
  line-height: 100%;
  font-variant-numeric: lining-nums proportional-nums; }
  @media (max-width: 1200px) {
    .products-rating__item-number {
      font-size: 6.75rem; } }
  @media (max-width: 650px) {
    .products-rating__item-number {
      font-size: 4.625rem; } }

@media (max-width: 1200px) {
  .products-rating__text {
    font-size: 1.125rem;
    line-height: 1.375rem; } }

.products-rating__review {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; }
  @media (max-width: 650px) {
    .products-rating__review {
      flex-direction: column;
      gap: 2rem;
      align-items: flex-start; } }

.products-rating__review-slider {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0; }
  @media (max-width: 1024px) {
    .products-rating__review-slider {
      right: -1.5rem; } }
  @media (max-width: 650px) {
    .products-rating__review-slider {
      position: relative;
      right: 0;
      left: 0;
      width: 100%; } }

.products-rating__review-img {
  min-width: 42.75rem;
  height: 34.4375rem; }
  @media (max-width: 1024px) {
    .products-rating__review-img {
      min-width: 21.6875rem;
      height: 23.75rem; } }
  @media (max-width: 650px) {
    .products-rating__review-img {
      min-width: 18rem;
      height: 14.4375rem; } }
  .products-rating__review-img img {
    width: 100%;
    height: 100%; }

.products-rating__review-list-wrapper {
  max-width: 64.875rem;
  width: 100%;
  display: flex;
  margin-right: 0; }
  @media (max-width: 1200px) {
    .products-rating__review-list-wrapper {
      overflow: auto;
      max-width: 50rem; } }
  @media (max-width: 1024px) {
    .products-rating__review-list-wrapper {
      max-width: 31.25rem; } }
  @media (max-width: 650px) {
    .products-rating__review-list-wrapper {
      max-width: 100%; } }

.products-rating__review-list {
  display: flex;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .products-rating__review-list {
      gap: 1rem; } }

.swiper-initialized .products-rating__review-list {
  gap: 0; }
  @media (max-width: 650px) {
    .swiper-initialized .products-rating__review-list {
      gap: 1rem; } }

.products-rating__review-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 20.625rem;
  height: 21.625rem;
  border: 1px solid var(--color-burgundy);
  padding: 1.5rem;
  background: var(--color-white); }
  @media (max-width: 1024px) {
    .products-rating__review-item {
      min-width: 21.75rem;
      height: 14.5rem;
      padding: 1rem 0.875rem 1.25rem;
      gap: 1rem; } }
  @media (max-width: 650px) {
    .products-rating__review-item {
      max-width: 14.25rem;
      min-width: 14.25rem;
      height: 18.125rem;
      padding: 1rem 0.75rem; } }

.products-rating__review-industry {
  color: var(--color-grey-60); }

.products-rating__review-text {
  font-family: var(--font-secondary); }
  @media (max-width: 1024px) {
    .products-rating__review-text {
      font-size: 1.125rem;
      line-height: 1.375rem; } }

.products-rating__review-star {
  margin-top: auto;
  display: flex;
  justify-content: end; }
  .products-rating__review-star svg {
    width: 6rem;
    height: 1rem; }

.products-rating__pagination {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  align-items: center; }

.products-banner__wrapper {
  background-image: url("/images/lk-desktop.png");
  background-repeat: no-repeat;
  background-size: auto;
  height: 600px;
  position: relative;
  z-index: 2;
  background-position: center;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .products-banner__wrapper {
      background-image: url("/images/lk-tablet.png");
      background-size: 96%;
      height: 100%; } }
  @media (max-width: 768px) {
    .products-banner__wrapper {
      max-height: 25rem;
      background-size: 93%; } }
  @media (max-width: 650px) {
    .products-banner__wrapper {
      background-image: url("/images/lk-mobile.png");
      min-height: 30.4375rem;
      background-size: auto;
      width: calc(100% - 20px); } }
  .products-banner__wrapper::before {
    content: '';
    background-image: url("/images/product-banner-line.svg");
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    width: 61.25rem;
    height: 96%; }
    @media (max-width: 1200px) {
      .products-banner__wrapper::before {
        height: 96%;
        left: 2%;
        background-image: url("/images/product-banner-line-tablet.svg"); } }
    @media (max-width: 768px) {
      .products-banner__wrapper::before {
        left: 8%; } }
    @media (max-width: 650px) {
      .products-banner__wrapper::before {
        display: none; } }

.products-banner__title-h1__primary {
  font-size: 7rem; }
  @media (max-width: 1200px) {
    .products-banner__title-h1__primary {
      font-size: 3.1875rem;
      line-height: 3.25rem; } }
  @media (max-width: 650px) {
    .products-banner__title-h1__primary {
      font-size: 39px; } }

@media (max-width: 1200px) {
  .products-banner__title-h1__secondary {
    font-size: 3rem;
    line-height: 3.25rem; } }

@media (max-width: 650px) {
  .products-banner__title-h1__secondary {
    font-size: 2.3125rem;
    line-height: 2.125rem; } }

@media (max-width: 1200px) {
  .products-banner__title-h1_big {
    line-height: 0; } }

@media (max-width: 650px) {
  .products-banner__title-h1_big {
    line-height: 0;
    text-align: center; } }

.products-banner__block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 8.8125rem 0 1.625rem 1.5rem;
  width: 36.5625rem;
  height: 100%; }
  @media (max-width: 1200px) {
    .products-banner__block {
      padding: 5.3125rem 0 1rem 1.5rem;
      width: 19.875rem; } }
  @media (max-width: 768px) {
    .products-banner__block {
      padding-top: 2.25rem;
      gap: 1rem; } }
  @media (max-width: 650px) {
    .products-banner__block {
      width: 100%;
      padding: 1.25rem 0 0;
      align-items: center;
      width: 268px;
      margin: 0 auto; } }

.products-banner__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem; }
  @media (max-width: 768px) {
    .products-banner__links {
      gap: 1rem; } }
  @media (max-width: 650px) {
    .products-banner__links {
      align-items: center; } }

.products-banner__link {
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
  align-items: center; }
  .products-banner__link svg {
    max-width: 1.5rem;
    max-height: 1.5rem;
    width: 1.5rem; }
  .products-banner__link:hover {
    color: var(--color-light-orange); }

.products-banner__text {
  margin-top: auto; }
  @media (max-width: 1200px) {
    .products-banner__text {
      margin-top: 0; } }
  @media (max-width: 650px) {
    .products-banner__text {
      text-align: center;
      margin-bottom: 1.25rem; } }

.products-architecture__picture {
  display: inline-block;
  width: auto;
  margin-bottom: 5rem; }
  @media (max-width: 650px) {
    .products-architecture__picture {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 2rem; } }

.products-architecture__legend {
  display: flex;
  gap: 3.375rem;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 1200px) {
    .products-architecture__legend {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; } }
  @media (max-width: 650px) {
    .products-architecture__legend {
      grid-template-columns: 1fr;
      gap: 0.75rem; } }

.products-architecture__item {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 1200px) {
    .products-architecture__item {
      align-items: center; } }
  @media (max-width: 650px) {
    .products-architecture__item {
      align-items: baseline; } }

.products-architecture__item-number {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid var(--color-grey-80);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem; }
  @media (max-width: 650px) {
    .products-architecture__item-number {
      width: 1.5rem;
      height: 1.5rem; } }

.products-architecture__text {
  color: var(--color-grey-80); }

.products-plan__table-wrapper {
  max-width: 73.75rem;
  margin: 0 auto;
  margin-bottom: 5rem; }
  .products-plan__table-wrapper_full {
    max-width: none; }
  .products-plan__table-wrapper_no-margin {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .products-plan__table-wrapper {
      display: none; } }

.products-plan__table {
  display: grid;
  grid-template-columns: 1fr repeat(3, 14.75rem);
  border-top: 1px solid var(--color-grey-20);
  border-bottom: 1px solid transparent; }
  .products-plan__table_five-col {
    grid-template-columns: 1fr repeat(4, 14.75rem); }
  .products-plan__table:first-child {
    border-top: none; }
  .products-plan__table:last-child {
    border-bottom: 1px solid var(--color-grey-20); }
  .products-plan__table-hover:hover {
    border-color: var(--color-orange);
    background: #FFE9E1; }

.products-plan__title-head {
  text-align: center;
  color: var(--color-burgundy);
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem; }
  @media (max-width: 1200px) {
    .products-plan__title-head {
      font-size: 1.25rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .products-plan__title-head {
      font-size: 1.625rem;
      line-height: 2rem; } }
  .products-plan__title-head_small {
    min-height: auto; }

.products-plan__table-border {
  position: relative;
  padding: 1.25rem 0; }
  .products-plan__table-border::before {
    content: '';
    width: 100%;
    height: 0.25rem;
    background: var(--color-grey);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .products-plan__table-border_grey::before {
    background: #EFE8EA; }
  .products-plan__table-border_orange-light::before {
    background: #FFE9E1; }
  .products-plan__table-border_orange::before {
    background: var(--color-orange); }
  .products-plan__table-border_greyscale-black::before {
    background: var(--color-greyscale-black); }

.products-plan__btn {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.4375rem 0.6875rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.875rem; }
  .products-plan__btn:hover {
    opacity: 0.8; }
  .products-plan__btn_warranty {
    color: var(--color-burgundy);
    background-color: rgba(95, 18, 36, 0.1);
    border-color: var(--color-burgundy); }
  .products-plan__btn_standart {
    color: var(--color-orange);
    background-color: #FFE4D9;
    border-color: var(--color-orange); }
  .products-plan__btn_extended {
    color: white;
    background-color: var(--color-orange);
    border-color: var(--color-orange); }

.products-plan__table-item:not(.products-plan__table-item_head) {
  display: flex;
  align-items: center;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  min-height: 4.5rem; }
  .products-plan__table-item:not(.products-plan__table-item_head):not(.products-plan__table-item_first) {
    justify-content: center; }
    .products-plan__table-item:not(.products-plan__table-item_head):not(.products-plan__table-item_first) p {
      text-align: center; }

.products-plan__icon-checked {
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/plan-icon-checked.svg") no-repeat;
  background-size: 100%; }

.products-plan__tooltip-table {
  margin-left: 0.625rem; }

.products-plan__cards-list {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start; }
  @media (max-width: 650px) {
    .products-plan__cards-list {
      flex-direction: column;
      gap: 2rem; } }
  @media (max-width: 650px) {
    .products-plan__cards-list_second {
      flex-direction: row;
      gap: 1rem; } }

.products-plan__card {
  padding: 1rem;
  border: 1px solid var(--color-grey-20);
  position: relative;
  min-height: 31.25rem;
  flex-shrink: 0;
  flex-basis: 18.75rem;
  flex-grow: 1;
  width: 100%;
  scroll-snap-align: start; }
  .products-plan__card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1rem;
    top: 0;
    left: 0; }
  .products-plan__card_grey::before {
    background-color: #EFE8EA; }
  .products-plan__card_guarantee::before {
    background-color: var(--color-burgundy); }
  .products-plan__card_standart::before {
    background-color: #FFE4D9; }
  .products-plan__card_extended::before {
    background-color: var(--color-orange); }
  .products-plan__card_premium::before {
    background-color: var(--color-greyscale-black); }
  @media (max-width: 650px) {
    .products-plan__card {
      min-height: auto;
      flex-basis: 100%; } }
  .products-plan__card_second {
    padding-bottom: 1.5rem; }
    @media (max-width: 650px) {
      .products-plan__card_second {
        flex-basis: 17.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem; } }

.products-plan__card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 0.5rem; }
  .products-plan__card-head_second {
    gap: 0.25rem; }

.products-plan__card-title {
  text-align: center;
  color: var(--color-burgundy);
  font-size: 1.25rem;
  line-height: 1.625rem; }
  .products-plan__card-title_with-tooltip {
    display: flex;
    align-items: center; }
    @media (max-width: 650px) {
      .products-plan__card-title_with-tooltip {
        margin-bottom: 0.5rem; } }
  .products-plan__card-title_big {
    font-size: 1.625rem;
    line-height: 2rem; }
  .products-plan__card-title_second {
    font-size: 1.375rem;
    line-height: 1.75rem; }
    @media (max-width: 1200px) {
      .products-plan__card-title_second {
        font-size: 1.25rem;
        line-height: 1.625rem; } }

.products-plan__card-btn {
  width: 100%;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.875rem 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid; }
  .products-plan__card-btn_guarantee {
    color: var(--color-burgundy);
    background-color: rgba(95, 18, 36, 0.1);
    border-color: var(--color-burgundy); }
  .products-plan__card-btn_standart {
    color: var(--color-orange);
    background-color: #FFE4D9;
    border-color: var(--color-orange); }
  .products-plan__card-btn_extended {
    color: var(--color-white);
    background-color: var(--color-orange);
    border-color: var(--color-orange); }
  .products-plan__card-btn:hover {
    opacity: 0.8; }

.products-plan__specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }

.products-plan__specs-item {
  display: flex;
  flex-direction: column;
  align-items: center; }

.products-plan__specs-text,
.products-plan__specs-name {
  text-align: center; }

.products-plan__specs-name {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-grey-60); }

.products-plan__specs-text {
  margin-bottom: 0.625rem; }

.products-plan__specs-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/plan-icon-checked.svg") no-repeat;
  background-size: 100%;
  margin-bottom: 0.625rem; }

.products-plan__show-more {
  color: var(--color-orange);
  width: 100%;
  padding: 0.625rem 1rem; }
  .products-plan__show-more:hover {
    color: var(--color-light-orange); }
  .products-plan__show-more:active {
    color: var(--color-dark-orange); }

.products-plan__cards-wrapper {
  display: none; }
  @media (max-width: 1200px) {
    .products-plan__cards-wrapper {
      display: block;
      margin-bottom: 3.5rem;
      overflow: auto;
      scroll-snap-type: x mandatory; } }
  @media (max-width: 650px) {
    .products-plan__cards-wrapper {
      margin-bottom: 2rem; } }

.products-plan__tooltip-card {
  margin-left: 0.625rem; }
  @media (max-width: 650px) {
    .products-plan__tooltip-card {
      display: none; } }

.products-plan__hint {
  display: none; }
  @media (max-width: 650px) {
    .products-plan__hint {
      display: block;
      font-size: 1rem;
      line-height: 1.375rem;
      text-align: center; } }

.products-plan__text {
  margin-bottom: 1.25rem; }
  .products-plan__text:last-child {
    margin-bottom: 0; }

.products-plan__btn-callback {
  font-size: 1rem;
  line-height: 1.375rem;
  max-width: 11.25rem;
  padding: 7px;
  justify-self: center; }

.products-plan__table-btn {
  max-width: 11.25rem;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem; }

.documents-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .documents-list {
      grid-template-columns: 1fr;
      gap: 16px; } }

.documents-list__item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-grey-20);
  padding: 1.5rem;
  min-height: 13.625rem;
  gap: 1.125rem; }
  @media (max-width: 1200px) {
    .documents-list__item {
      padding: 1.25rem;
      min-height: 16.5rem;
      gap: 1rem; } }
  @media (max-width: 650px) {
    .documents-list__item {
      padding: 1rem;
      min-height: 16.125rem;
      gap: 0.75rem; } }

a.documents-list__item:hover {
  border: 1px solid var(--color-orange);
  background: var(--color-orange-10); }

a.documents-list__item:active {
  border: 1px solid var(--color-orange);
  background: var(--color-orange-10); }

.documents-list__link {
  margin-top: auto;
  width: fit-content;
  text-transform: inherit; }
  @media (max-width: 650px) {
    .documents-list__link svg {
      width: 1rem;
      height: 1rem; } }
  @media (max-width: 650px) {
    .documents-list__link {
      padding-right: 1.5rem; } }

.products-promo-wrapper {
  overflow: hidden; }

@media (max-width: 1200px) {
  .steps {
    overflow: hidden; } }

.steps__prev-line {
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .steps__prev-line {
      margin-bottom: 1.5rem; } }

.steps__title {
  margin-bottom: 6rem; }
  @media (max-width: 1200px) {
    .steps__title {
      margin-bottom: 4rem; } }
  @media (max-width: 650px) {
    .steps__title {
      margin-bottom: 2rem; } }

.steps__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .steps__list {
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory; } }
  @media (max-width: 650px) {
    .steps__list {
      gap: 1rem;
      flex-direction: column; } }

.steps__item {
  height: auto;
  min-height: 19.125rem;
  position: relative;
  display: flex;
  flex-direction: column; }
  .steps__item:hover:not(.steps__item_not-hover) .steps__item-front {
    transform: perspective(37.5rem) rotateY(-180deg); }
    @media (max-width: 1200px) {
      .steps__item:hover:not(.steps__item_not-hover) .steps__item-front {
        opacity: 0;
        transform: none; } }
  .steps__item:hover:not(.steps__item_not-hover) .steps__item-back {
    transform: perspective(37.5rem) rotateY(0deg); }
    @media (max-width: 1200px) {
      .steps__item:hover:not(.steps__item_not-hover) .steps__item-back {
        transform: none;
        opacity: 1; } }
  @media (max-width: 1200px) {
    .steps__item {
      scroll-snap-align: start;
      width: 18.125rem;
      flex-shrink: 0; } }
  @media (max-width: 650px) {
    .steps__item {
      width: 100%;
      min-height: 16.875rem;
      height: auto; } }
  @media (max-width: 650px) {
    .steps__item.aos-animate .steps__item-front {
      opacity: 0;
      transform: none; }
    .steps__item.aos-animate .steps__item-back {
      transform: none;
      opacity: 1; } }

.steps__text {
  margin-top: auto;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .steps__text {
      font-size: 1.125rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .steps__text {
      font-size: 1rem;
      line-height: 1.375rem; } }

.steps__item-front,
.steps__item-back {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  padding: 1.5rem;
  overflow: hidden;
  backface-visibility: hidden;
  transition: 0.5s ease-out; }
  @media (max-width: 1200px) {
    .steps__item-front,
    .steps__item-back {
      padding: 1.25rem; } }
  @media (max-width: 650px) {
    .steps__item-front,
    .steps__item-back {
      padding: 1rem 0.75rem; } }

.steps__item-front {
  background-color: var(--color-white);
  transform: perspective(37.5rem) rotateY(0deg);
  border: 1px solid var(--color-orange); }
  .steps__item-front_grey {
    border-color: var(--color-greyscale-black); }
  @media (max-width: 1200px) {
    .steps__item-front {
      transform: none; } }

.steps__item-back {
  background-color: var(--color-orange);
  color: var(--color-white);
  transform: perspective(37.5rem) rotateY(180deg);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 0.5rem; }
  @media (max-width: 1200px) {
    .steps__item-back {
      transform: none;
      opacity: 0; } }

.steps__back-text {
  font-size: 1rem;
  line-height: 1.375rem; }

.steps__list-wrapper {
  overflow: initial;
  position: relative; }
  .steps__list-wrapper::before, .steps__list-wrapper::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    background-color: var(--color-white);
    z-index: 3; }
  .steps__list-wrapper::before {
    left: -1.5625rem; }
  .steps__list-wrapper::after {
    right: -1.5625rem; }
  @media (max-width: 1200px) {
    .steps__list-wrapper {
      overflow: hidden;
      position: relative;
      display: flex; }
      .steps__list-wrapper::after {
        content: "";
        display: block;
        width: 1.5rem;
        height: 1px;
        flex-shrink: 0; } }
  @media (max-width: 650px) {
    .steps__list-wrapper::after {
      width: 1rem; } }
  .steps__list-wrapper.swiper-initialized .steps__list {
    display: flex;
    gap: 0; }
    @media (max-width: 1200px) {
      .steps__list-wrapper.swiper-initialized .steps__list {
        overflow: initial;
        flex-direction: row; } }
  @media (max-width: 1200px) {
    .steps__list-wrapper.swiper-initialized .steps__item {
      width: 18.125rem; } }
  @media (max-width: 650px) {
    .steps__list-wrapper.swiper-initialized .steps__item {
      width: 14.25rem; } }
  @media (max-width: 1200px) {
    .steps__list-wrapper.swiper-initialized {
      width: 100%;
      overflow: initial; } }

.steps__number {
  color: #000; }

.steps__back-title {
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .steps__back-title {
      font-size: 1.125rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .steps__back-title {
      line-height: 1.5rem; } }

.steps__pagination {
  position: static;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem; }

.steps__btn {
  margin-top: 5rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 20.625rem; }
  @media (max-width: 1200px) {
    .steps__btn {
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .steps__btn {
      margin-top: 2rem; } }

.steps__icon {
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  @media (max-width: 650px) {
    .steps__icon {
      width: 4rem;
      height: 4rem; } }

.steps__back-list-item {
  font-size: 1rem;
  line-height: 1.375rem; }
  .steps__back-list-item::before {
    content: "";
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: var(--color-white);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4375rem;
    margin-left: 0.125rem; }

.steps__front-list {
  margin-top: auto; }

.steps__front-list-item {
  font-size: 1rem;
  line-height: 1.375rem; }
  .steps__front-list-item::before {
    content: "";
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4375rem;
    margin-left: 0.125rem; }

.steps__wrapper {
  overflow: hidden;
  padding-bottom: 3.125rem; }
  .steps__wrapper_overflow-initial {
    overflow: initial; }
  @media (max-width: 1200px) {
    .steps__wrapper {
      padding-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .steps__wrapper {
      padding-bottom: 1.25rem; } }

.steps__wrapper_second {
  padding-bottom: 1px; }

.steps__logo {
  height: 4.6875rem;
  display: flex;
  align-items: center; }
  .steps__logo img {
    max-height: 100%;
    object-fit: contain;
    object-position: left center; }

.steps__after-text {
  margin-bottom: 1rem; }
  @media (max-width: 650px) {
    .steps__after-text:first-of-type {
      margin-top: 1rem; } }
  .steps__after-text:first-of-type {
    margin-top: 1.5rem; }
  .steps__after-text:last-of-type {
    margin-bottom: 0; }

.filter__container {
  padding: 0;
  border: none;
  margin: 0;
  margin-bottom: 2.5rem; }
  .filter__container:last-child {
    margin-bottom: 0; }
  .filter__container:first-of-type .filter__btn-submenu {
    border-top: 1px solid rgba(23, 23, 23, 0.2); }
  @media (max-width: 1200px) {
    .filter__container {
      margin-bottom: 0; }
      .filter__container:last-child {
        margin-top: -1px; } }

.filter__form-title {
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .filter__form-title {
      display: none; } }

.filter__item {
  display: flex;
  align-items: flex-start;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .filter__item {
      margin-left: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid rgba(23, 23, 23, 0.2);
      flex-direction: row-reverse;
      justify-content: space-between; } }

.filter__fake-checkbox,
.filter__fake-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--color-orange);
  transition: 0.3s ease-out;
  margin-right: 0.5rem; }
  .filter__fake-checkbox::before,
  .filter__fake-radio::before {
    content: '';
    width: 1rem;
    height: 1px;
    background-color: var(--color-orange);
    transform: rotate(-45deg);
    transition: 0.3s ease-out;
    opacity: 0; }
    @media (max-width: 1200px) {
      .filter__fake-checkbox::before,
      .filter__fake-radio::before {
        width: 0.625rem; } }
  @media (max-width: 1200px) {
    .filter__fake-checkbox,
    .filter__fake-radio {
      margin-right: 0; } }

.filter__fake-radio {
  border-radius: 50%; }

.filter__checkbox:checked ~ .filter__fake-checkbox {
  border-color: var(--color-orange); }
  .filter__checkbox:checked ~ .filter__fake-checkbox::before {
    opacity: 1; }

.filter__radio:checked ~ .filter__fake-radio {
  border-color: var(--color-orange); }
  .filter__radio:checked ~ .filter__fake-radio::before {
    opacity: 1; }

.filter__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .filter__wrapper {
      gap: 0; } }

.filter__show-all {
  margin-top: 1.5rem;
  color: var(--color-orange); }
  .filter__show-all:hover {
    color: var(--color-light-orange); }
  .filter__show-all:active {
    color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .filter__show-all {
      display: none; } }

.filter__open-btn {
  display: none; }
  .filter__open-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--color-black);
    margin-right: 0.5rem;
    transition: 0.3s ease-out; }
  .filter__open-btn:hover {
    color: var(--color-light-orange); }
    .filter__open-btn:hover svg {
      fill: var(--color-light-orange); }
  .filter__open-btn:active {
    color: var(--color-light-orange); }
    .filter__open-btn:active svg {
      fill: var(--color-light-orange); }
  @media (max-width: 1200px) {
    .filter__open-btn {
      display: flex;
      align-items: center;
      color: var(--color-black);
      font-size: 1rem;
      line-height: 1.375rem; } }

@media (max-width: 1200px) {
  .filter__form {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-beige);
    z-index: 5;
    padding: 1.25rem 1rem 2.5rem;
    overflow: auto; } }

.filter__mobile-title-wrapper {
  display: none; }
  @media (max-width: 1200px) {
    .filter__mobile-title-wrapper {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      gap: 2rem;
      margin-bottom: 2rem;
      position: sticky;
      top: 0;
      background-color: var(--color-beige);
      z-index: 3; }
      .filter__mobile-title-wrapper::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3.875rem;
        bottom: 0;
        left: 0;
        background-color: var(--color-beige);
        z-index: -1; } }

.filter__close {
  width: 2rem;
  height: 2rem; }

.filter__btn-submenu {
  display: none;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: var(--color-black);
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2); }
  .filter__btn-submenu path {
    transition: 0.3s ease-out; }
  .filter__btn-submenu:hover path {
    fill: var(--color-light-orange); }
  .filter__btn-submenu:active path {
    fill: var(--color-dark-orange); }
  .filter__btn-submenu.active svg {
    transform: rotate(180deg); }
  @media (max-width: 1200px) {
    .filter__btn-submenu {
      display: flex;
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.filter__mobile-btn-wrapper {
  display: none; }
  @media (max-width: 1200px) {
    .filter__mobile-btn-wrapper {
      display: flex;
      margin-top: 2rem;
      gap: 1rem; } }

.filter__btn-filter {
  padding: 0.875rem 1rem;
  border-radius: 0.25rem;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.375rem; }
  .filter__btn-filter_grey {
    color: var(--color-grey);
    background-color: #e3dbd7; }
    .filter__btn-filter_grey:hover {
      opacity: 0.8; }
  .filter__btn-filter_orange {
    background-color: var(--color-orange);
    color: var(--color-white); }
    .filter__btn-filter_orange:hover {
      border-color: var(--color-light-orange);
      background-color: var(--color-light-orange); }
    .filter__btn-filter_orange:active {
      border-color: var(--color-dark-orange);
      background-color: var(--color-dark-orange); }
  .filter__btn-filter_close {
    border: 1px solid var(--color-orange);
    color: var(--color-orange); }
    .filter__btn-filter_close:hover {
      background-color: var(--color-orange);
      color: var(--color-white); }
  @media (max-width: 650px) {
    .filter__btn-filter {
      min-width: 7.75rem; } }

.filter__btn-filter_disabled {
  background-color: #555B61;
  border-color: #555B61;
  pointer-events: none;
  color: #342a4c; }

.filter__btn-filter_orange.filter__btn-filter_disabled {
  background-color: transparent;
  border-color: var(--color-white);
  color: var(--color-white); }

@media (max-width: 1200px) {
  .filter__title {
    font-size: 1.25rem;
    line-height: 1.625rem; } }

.aside-form {
  padding: 1.5rem;
  border: 1px solid var(--color-orange); }
  .aside-form_fix {
    position: sticky;
    top: 8.625rem; }
    @media (max-width: 1200px) {
      .aside-form_fix {
        position: static; } }
  .aside-form_white {
    border-color: var(--color-black-second); }
  @media (max-width: 1200px) {
    .aside-form {
      padding: 1rem 0.75rem; } }
  @media (max-width: 650px) {
    .aside-form {
      padding: 1rem; } }

.aside-form__title {
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  .aside-form__title_dark {
    color: var(--color-black-second); }
  @media (max-width: 1200px) {
    .aside-form__title {
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin-bottom: 1rem; } }
  @media (max-width: 650px) {
    .aside-form__title {
      line-height: 1.5rem; } }

.aside-form__submit {
  min-width: auto;
  border-radius: 1.125rem; }

.aside-form__item-email {
  margin-bottom: 1.5rem; }

.aside-form__success-title {
  margin-bottom: 1.5rem; }

.aside-form__btn-submit {
  max-width: 13.75rem;
  padding: 0.625rem 1.25rem; }
  @media (max-width: 1200px) {
    .aside-form__btn-submit {
      width: 100%;
      font-size: 1rem;
      line-height: 1.375rem;
      padding: 0.4375rem 0.875rem; } }
  @media (max-width: 650px) {
    .aside-form__btn-submit {
      max-width: 12.5rem; } }

@media (max-width: 1200px) {
  .aside-form_only-desktop {
    display: none; } }

.aside-form__item {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .aside-form__item {
      margin-bottom: 1rem; } }

@media (max-width: 650px) {
  .aside-form__item-submit {
    margin-top: 0; } }

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

.products-testing__item {
  display: flex;
  flex-direction: column;
  background-color: var(--color-beige);
  height: 10.625rem;
  padding: 1.5rem; }
  @media (max-width: 1200px) {
    .products-testing__item {
      height: 9.375rem; } }
  @media (max-width: 650px) {
    .products-testing__item {
      padding: 1rem; } }

.products-testing__item-text {
  margin-top: auto; }

.blog-details__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .blog-details__wrapper {
      gap: 1.5rem; } }
  @media (max-width: 768px) {
    .blog-details__wrapper {
      flex-direction: column;
      gap: 2.5rem; } }

.blog-details__text-container {
  width: calc(100% - 20.625rem - 8.75rem);
  order: 1; }
  @media (max-width: 1200px) {
    .blog-details__text-container {
      max-width: none;
      flex-grow: 1;
      width: calc(100% - 14rem - 1.5rem); } }
  @media (max-width: 768px) {
    .blog-details__text-container {
      width: 100%; } }

.blog-details__sidebar {
  width: 100%;
  max-width: 20.625rem;
  order: 2; }
  @media (max-width: 1200px) {
    .blog-details__sidebar {
      max-width: 14rem; } }
  @media (max-width: 768px) {
    .blog-details__sidebar {
      max-width: 20.625rem;
      margin: 0 auto; } }

.blog-details__sidebar-promo {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .blog-details__sidebar-promo {
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .blog-details__sidebar-promo {
      display: none;
      margin-bottom: 2.5rem; } }

.blog-details__author {
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .blog-details__author {
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .blog-details__author {
      margin-bottom: 2.5rem; } }

.blog-details__section {
  margin-top: 4rem; }
  @media (max-width: 1200px) {
    .blog-details__section {
      margin-top: 2rem; } }

@media (max-width: 768px) {
  .blog-details__sidebar_mobile-hide {
    display: none; } }

.blog-details-promo {
  padding-top: 6.25rem;
  padding-bottom: 3rem;
  min-height: 33.75rem;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1200px) {
    .blog-details-promo {
      min-height: 25.6875rem;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (max-width: 650px) {
    .blog-details-promo {
      height: auto;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.blog-details-promo__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 2rem;
  position: relative;
  flex-grow: 1; }
  @media (max-width: 1200px) {
    .blog-details-promo__wrapper {
      flex-direction: column-reverse;
      gap: 2.5rem; } }
  @media (max-width: 650px) {
    .blog-details-promo__wrapper {
      flex-direction: column; } }

.blog-details-promo__text-container {
  max-width: 57.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: auto; }
  .blog-details-promo__text-container::before {
    content: '';
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/images/blog-details-promo-icon.svg");
    width: 77.1875rem;
    height: calc(100% + 7.125rem);
    min-height: 31.8125rem;
    bottom: -3rem;
    pointer-events: none;
    right: -18.0625rem;
    z-index: 1; }
    @media (max-width: 1200px) {
      .blog-details-promo__text-container::before {
        background-image: url("/images/blog-details-promo-icon_laptop.svg");
        width: 45.875rem;
        min-height: 20.1875rem;
        height: calc(100% + 7.5625rem);
        bottom: -2rem;
        right: -12.1875rem; } }
    @media (max-width: 1024px) {
      .blog-details-promo__text-container::before {
        display: none; } }
  @media (max-width: 1200px) {
    .blog-details-promo__text-container {
      margin-top: 0;
      max-width: 46.875rem;
      position: relative; } }
  @media (max-width: 1024px) {
    .blog-details-promo__text-container {
      max-width: none; } }
  @media (max-width: 650px) {
    .blog-details-promo__text-container {
      max-width: none; } }

.blog-details-promo__date {
  margin-bottom: 2rem;
  position: relative;
  z-index: 2; }
  @media (max-width: 1200px) {
    .blog-details-promo__date {
      margin-bottom: 1rem; } }
  @media (max-width: 650px) {
    .blog-details-promo__date {
      text-align: center;
      margin-bottom: 0.75rem; } }

.blog-details-promo__img-container {
  width: 100%;
  max-width: 20.625rem;
  transform: translateY(-2.25rem); }
  @media (max-width: 1200px) {
    .blog-details-promo__img-container {
      max-width: 14rem;
      margin-left: auto;
      transform: translateY(-1.9375rem); } }
  @media (max-width: 650px) {
    .blog-details-promo__img-container {
      position: static;
      max-width: none;
      display: flex;
      justify-content: center;
      transform: none; } }

.blog-details-promo__title-h1 {
  position: relative;
  z-index: 2; }
  @media (max-width: 650px) {
    .blog-details-promo__title-h1 {
      text-align: center; } }

.blog-details-promo__description {
  margin-top: 1.5rem; }
  @media (max-width: 1200px) {
    .blog-details-promo__description {
      margin-top: 1rem; } }
  @media (max-width: 650px) {
    .blog-details-promo__description {
      margin-top: 0.75rem;
      text-align: center; } }

.products-segments__item {
  display: flex;
  justify-content: space-between;
  min-height: 13.5rem;
  height: 13.5rem;
  gap: 6.125rem; }
  @media (max-width: 1200px) {
    .products-segments__item {
      flex-direction: column;
      gap: 0;
      min-height: auto;
      height: auto; } }
  .products-segments__item.active {
    background-color: var(--color-beige);
    transition: all 0.3s linear; }
    .products-segments__item.active .products-segments__title {
      color: var(--color-black); }
    .products-segments__item.active .products-segments__descriptions-title {
      color: var(--color-orange); }
    .products-segments__item.active .products-segments__descriptions-text {
      opacity: 1;
      translate: none; }
    .products-segments__item.active .products-segments__img {
      opacity: 1;
      width: 16.25rem; }
      .products-segments__item.active .products-segments__img img {
        width: 100%;
        height: 100%; }
    @media (max-width: 650px) {
      .products-segments__item.active .products-segments__item-content {
        flex-direction: column;
        padding: 1rem 1rem 1.5rem 1rem; } }
    @media (max-width: 1200px) {
      .products-segments__item.active .products-segments__item-content_laptop {
        opacity: 1;
        height: 16.5rem; } }
    @media (max-width: 650px) {
      .products-segments__item.active .products-segments__item-content_laptop {
        height: 16.375rem; } }
    @media (max-width: 650px) {
      .products-segments__item.active .products-segments__descriptions-text_laptop {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
    .products-segments__item.active .ngfw-segment-1__desktop {
      translate: 0 0;
      scale: 1; }
    @media (max-width: 1200px) {
      .products-segments__item.active .ngfw-segments__img_laptop-1 {
        opacity: 1;
        display: flex; } }
    @media (max-width: 1024px) {
      .products-segments__item.active .ngfw-segments__img_laptop-1 {
        width: 100%; } }
    @media (max-width: 650px) {
      .products-segments__item.active .ngfw-segments__img_laptop-1 {
        display: none; } }
    @media (max-width: 650px) {
      .products-segments__item.active .ngfw-segments__img_mobile-1 {
        opacity: 1;
        width: 100%;
        height: 100%; } }
    @media (max-width: 1200px) {
      .products-segments__item.active {
        min-height: auto;
        flex-direction: column;
        gap: 0; } }

.products-segments__item-content {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 1200px) {
    .products-segments__item-content {
      padding: 1.5rem; } }
  @media (max-width: 650px) {
    .products-segments__item-content {
      flex-direction: column;
      gap: 0.3125rem;
      padding: 1rem; } }

.products-segments__descriptions {
  display: flex;
  flex-direction: column;
  width: 35.375rem;
  padding: 1.5rem 1.5rem 1.5rem 0; }
  @media (max-width: 1200px) {
    .products-segments__descriptions {
      width: 13.75rem;
      padding: 0; } }

.products-segments__descriptions-title {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .products-segments__descriptions-title {
      margin-bottom: 0; } }

.products-segments__title {
  width: 20.125rem;
  color: var(--color-grey-40);
  padding: 1.5rem 0 1.5rem 1.5rem; }
  @media (max-width: 1200px) {
    .products-segments__title {
      padding: 0; } }
  @media (max-width: 650px) {
    .products-segments__title {
      width: 100%; } }

.products-segments__img {
  display: flex;
  margin-top: auto;
  opacity: 0;
  padding: 0.5rem 0 0.4375rem;
  transition: all 0.3s linear; }
  @media (max-width: 1200px) {
    .products-segments__img {
      display: none; } }

.products-segments__descriptions-text {
  opacity: 0;
  width: 27.8125rem;
  translate: 0 -30px;
  transition: all 0.2s ease-out; }
  @media (max-width: 1200px) {
    .products-segments__descriptions-text {
      display: none; } }

.products-segments__item-content_laptop {
  display: none; }
  @media (max-width: 1200px) {
    .products-segments__item-content_laptop {
      display: flex;
      flex-direction: column;
      opacity: 0;
      gap: 1.5rem;
      padding: 0 1.5rem;
      height: 0;
      overflow: hidden;
      transition: all 0.3s linear; } }
  @media (max-width: 650px) {
    .products-segments__item-content_laptop {
      padding: 0 1rem; } }

.ngfw-segment-1__desktop {
  translate: 0 79%;
  scale: 0.1;
  transition: all 0.3s linear; }

.ngfw-segments__img_laptop-1 {
  display: none;
  opacity: 0;
  transition: all 0.3s linear; }
  @media (max-width: 1200px) {
    .ngfw-segments__img_laptop-1 {
      display: flex; } }
  @media (max-width: 650px) {
    .ngfw-segments__img_laptop-1 {
      display: none; } }

.ngfw-segments__img_mobile-1 {
  display: none;
  opacity: 0; }
  @media (max-width: 650px) {
    .ngfw-segments__img_mobile-1 {
      display: flex; } }

.products-characteristics.section {
  padding-top: 1.875rem; }
  @media (max-width: 1200px) {
    .products-characteristics.section {
      padding-top: 1rem; } }
  @media (max-width: 650px) {
    .products-characteristics.section {
      padding-top: 0.75rem; } }

.products-characteristics__list {
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .products-characteristics__list {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .products-characteristics__list {
      margin-bottom: 2rem; } }

.products-characteristics__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .products-characteristics__list {
      overflow-x: auto; } }
  @media (max-width: 650px) {
    .products-characteristics__list {
      gap: 1rem; } }

.products-characteristics__item {
  display: flex;
  flex-direction: column;
  min-height: 33.3125rem;
  height: 100%;
  position: relative; }
  @media (max-width: 1200px) {
    .products-characteristics__item {
      width: 21.75rem;
      min-height: 30.3125rem; } }
  @media (max-width: 650px) {
    .products-characteristics__item {
      width: 18.75rem;
      min-height: 31.25rem;
      pointer-events: none; } }
  .products-characteristics__item.active .products-characteristics__item-front {
    transform: perspective(37.5rem) rotateY(-180deg); }
    @media (max-width: 1200px) {
      .products-characteristics__item.active .products-characteristics__item-front {
        opacity: 0;
        transform: none; } }
  .products-characteristics__item.active .products-characteristics__item-back {
    transform: perspective(37.5rem) rotateY(0deg); }
    @media (max-width: 1200px) {
      .products-characteristics__item.active .products-characteristics__item-back {
        transform: none;
        opacity: 1; } }

.products-characteristics__item-front,
.products-characteristics__item-back {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-color: var(--color-grey);
  backface-visibility: hidden;
  transition: 0.5s ease-out;
  position: absolute; }
  @media (max-width: 1200px) {
    .products-characteristics__item-front,
    .products-characteristics__item-back {
      padding: 1rem; } }

.products-characteristics__item-front {
  transform: perspective(37.5rem) rotateY(0deg); }

.products-characteristics__item-back {
  gap: 1.5rem;
  transform: perspective(37.5rem) rotateY(180deg);
  position: relative; }

.products-characteristics__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem; }

.products-characteristics__capacity {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.1875rem 0.625rem;
  border-radius: 2rem;
  height: 1.375rem;
  color: var(--color-white);
  display: flex;
  align-items: center; }
  .products-characteristics__capacity-orange {
    background-color: var(--color-orange); }
  .products-characteristics__capacity-red {
    background-color: var(--color-error); }
  @media (max-width: 650px) {
    .products-characteristics__capacity {
      font-size: 0.625rem;
      line-height: 0.875rem; } }

.products-characteristics__button {
  cursor: pointer;
  margin-top: auto;
  margin-left: auto;
  display: flex;
  pointer-events: auto; }

.products-characteristics__name {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-grey-60);
  min-width: 13.8125rem;
  max-width: 13.8125rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .products-characteristics__name {
      font-size: 0.75rem;
      line-height: 1rem;
      min-width: 8.5625rem;
      max-width: 8.5625rem; } }
  @media (max-width: 650px) {
    .products-characteristics__name {
      min-width: 5.5625rem;
      max-width: 5.5625rem; } }
  .products-characteristics__name br {
    display: none; }
    @media (max-width: 650px) {
      .products-characteristics__name br {
        display: block; } }

.products-characteristics__description {
  font-size: 1rem;
  line-height: 1.375rem;
  min-width: 10.5625rem;
  max-width: 10.5625rem;
  width: 100%; }

.products-characteristics__row {
  display: flex;
  justify-content: center;
  margin-top: auto;
  gap: 0.625rem; }

.products-characteristics__link {
  cursor: pointer; }

.products-characteristics__footer-card {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.products-characteristics__button_close-card {
  transform: rotate(45deg); }

.products-characteristics__video {
  position: absolute;
  width: 100%;
  max-width: 25rem; }
  @media (max-width: 1200px) {
    .products-characteristics__video {
      max-width: 19.75rem; } }
  @media (max-width: 1024px) {
    .products-characteristics__video {
      display: none; } }
  @media (max-width: 650px) {
    .products-characteristics__video {
      max-width: 16.75rem; } }

.scheme {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 32rem; }
  .scheme.laptop {
    display: none; }
  @media (max-width: 1200px) {
    .scheme {
      width: 28.125rem; }
      .scheme.desctop {
        display: none; }
      .scheme.laptop {
        display: flex; } }
  @media (max-width: 650px) {
    .scheme {
      width: 16rem; } }

.scheme__item {
  width: 50%;
  display: flex; }
  .scheme__item_2 {
    margin-left: -0.125rem; }
  .scheme__item_3, .scheme__item_4 {
    margin-top: -0.125rem; }
  .scheme__item_4 {
    margin-left: -0.125rem; }
  .scheme__item svg {
    width: 16rem;
    height: 15.9375rem; }
    @media (max-width: 1200px) {
      .scheme__item svg {
        width: 14.0625rem;
        height: 14.0625rem; } }
    @media (max-width: 650px) {
      .scheme__item svg {
        width: 8.0625rem;
        height: 8.0625rem; } }
  .scheme__item.active .scheme__area {
    stroke: var(--color-orange);
    fill: var(--color-orange); }
    @media (max-width: 1200px) {
      .scheme__item.active .scheme__area {
        stroke: #fff; } }
  .scheme__item.active .scheme__area-text {
    fill: var(--color-white); }

.scheme__path {
  transition: 0.3s ease-in-out; }

.scheme__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex; }
  .scheme__center svg {
    width: 15rem;
    height: 15rem; }
    @media (max-width: 1200px) {
      .scheme__center svg {
        width: 13.25rem;
        height: 13.25rem; } }
    @media (max-width: 650px) {
      .scheme__center svg {
        width: 7.625rem;
        height: 7.625rem; } }
  .scheme__center.active .scheme__circle {
    stroke: var(--color-orange);
    fill: #F6E0D8; }
  .scheme__center.active .scheme__circle-text {
    fill: var(--color-orange); }

.scheme__arrow {
  position: absolute;
  z-index: 1;
  display: flex; }
  .scheme__arrow svg {
    width: 1.875rem;
    height: 1.875rem; }
    @media (max-width: 1200px) {
      .scheme__arrow svg {
        width: 1.5625rem;
        height: 1.5625rem; } }
    @media (max-width: 650px) {
      .scheme__arrow svg {
        width: 0.9375rem;
        height: 0.9375rem; } }
  .scheme__arrow_1 {
    left: 9.8125rem;
    top: 9.75rem; }
    @media (max-width: 1200px) {
      .scheme__arrow_1 {
        left: 8.4375rem;
        top: 8.75rem; } }
    @media (max-width: 650px) {
      .scheme__arrow_1 {
        left: 4.875rem;
        top: 4.875rem; } }
  .scheme__arrow_2 {
    left: 20.3125rem;
    top: 9.625rem; }
    @media (max-width: 1200px) {
      .scheme__arrow_2 {
        left: 18.0625rem;
        top: 8.75rem; } }
    @media (max-width: 650px) {
      .scheme__arrow_2 {
        left: 10.25rem;
        top: 4.875rem; } }
  .scheme__arrow_3 {
    left: 20.375rem;
    top: 20.3125rem; }
    @media (max-width: 1200px) {
      .scheme__arrow_3 {
        left: 17.8125rem;
        top: 18.0625rem; } }
    @media (max-width: 650px) {
      .scheme__arrow_3 {
        left: 10.1875rem;
        top: 10.1875rem; } }
  .scheme__arrow_4 {
    left: 9.8125rem;
    top: 20.1875rem; }
    @media (max-width: 1200px) {
      .scheme__arrow_4 {
        left: 8.8125rem;
        top: 18rem; } }
    @media (max-width: 650px) {
      .scheme__arrow_4 {
        left: 4.9375rem;
        top: 10.1875rem; } }
  .scheme__arrow.active .scheme__arrow-element {
    fill: var(--color-burgundy); }

.scheme__element {
  cursor: pointer; }

.partners-promo {
  padding-top: 10.0625rem; }
  .partners-promo::before {
    width: 71.0625rem;
    height: 37.0625rem;
    background-image: url("/images/dag-promo-decor.svg");
    top: 1.8125rem;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .partners-promo::before {
        width: 43.25rem;
        height: 20.625rem;
        background-image: url("/images/dag-promo-decor_laptop.svg"); } }
    @media (max-width: 650px) {
      .partners-promo::before {
        width: 18rem;
        height: 10.4375rem;
        background-image: url("/images/dag-promo-decor_mobile.svg");
        top: 1.1875rem; } }
  @media (max-width: 1200px) {
    .partners-promo {
      padding-top: 8.25rem; } }
  @media (max-width: 650px) {
    .partners-promo {
      padding-top: 2.625rem; } }

.partners-promo__logo {
  width: 7.5rem;
  height: auto;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .partners-promo__logo {
      width: 6.25rem; } }
  @media (max-width: 650px) {
    .partners-promo__logo {
      width: 5rem; } }
  .partners-promo__logo img {
    width: 100%;
    height: 100%; }

.partners-form > form {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 43.75rem;
  margin-inline: auto; }

.partners-form__item {
  margin-top: 0.375rem;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .partners-form__item {
      margin-top: 0; } }

.partners-form__agreement {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .partners-form__agreement {
      margin-bottom: 2rem; } }

.partners-form__submit {
  min-width: 18.75rem;
  margin-inline: auto; }
  @media (max-width: 650px) {
    .partners-form__submit {
      min-width: 100%; } }

.cybermir-promo {
  padding-top: 8.5625rem; }
  .cybermir-promo::before {
    width: 80.375rem;
    height: 36.4375rem;
    background-image: url("/images/cybermir-decor.svg");
    top: 3.6875rem;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .cybermir-promo::before {
        width: 42.4375rem;
        height: 19.3125rem;
        background-image: url("/images/cybermir-decor_laptop.svg");
        top: 0.75rem; } }
    @media (max-width: 650px) {
      .cybermir-promo::before {
        width: 17.875rem;
        height: 8.125rem;
        background-image: url("/images/cybermir-decor_mobile.svg");
        top: 1.5rem; } }
  @media (max-width: 1200px) {
    .cybermir-promo {
      padding-top: 2.375rem; } }
  @media (max-width: 650px) {
    .cybermir-promo {
      padding-top: 2.625rem; } }

.cybermir-promo__title {
  margin-bottom: 2.1875rem; }
  @media (max-width: 1200px) {
    .cybermir-promo__title {
      margin-bottom: 1.6875rem; } }

.page-header-cyberchampionship {
  height: auto;
  max-height: none;
  min-height: auto; }

.page-header-cyberchampionship__head.fixed {
  background-color: var(--color-full-black); }
  .page-header-cyberchampionship__head.fixed .page-header-cyberchampionship__nav {
    padding-top: 1rem;
    padding-bottom: 1rem; }

@media (max-width: 1200px) {
  .page-header-cyberchampionship__head {
    transform: translateY(0); } }

.cyberchampionship-promo {
  padding-top: 10rem;
  padding-bottom: 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo {
      padding-top: 126px; } }
  @media (max-width: 650px) {
    .cyberchampionship-promo {
      padding-top: 105px; } }

.cyberchampionship-promo__title {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo__title {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 650px) {
    .cyberchampionship-promo__title {
      font-size: 19px;
      line-height: 19px; } }

.cyberchampionship-promo__text {
  align-items: center; }

.cyberchampionship-promo__wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-bottom: -9rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo__wrapper {
      margin-bottom: -5.625rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-promo__wrapper {
      align-items: center;
      margin-bottom: -3.375rem; } }

.cyberchampionship-promo__img {
  display: none; }
  @media (max-width: 650px) {
    .cyberchampionship-promo__img {
      display: block;
      margin-bottom: 1.3125rem; } }

.cyberchampionship-promo__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }

.cyberchampionship-promo__video-wrapper {
  width: 100%;
  flex-shrink: 0;
  height: calc(100dvh + 50rem); }

.cyberchampionship-promo__video-wrapper-inner {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: sticky;
  z-index: -1;
  top: 9.3125rem; }

.cyberchampionship-promo__video {
  width: 120rem;
  pointer-events: none; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo__video {
      width: 1170px; } }
  @media (max-width: 650px) {
    .cyberchampionship-promo__video {
      width: 931px; } }

.cyberchampionship-promo__btn {
  margin-bottom: -11.625rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo__btn {
      margin-bottom: -7.1875rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-promo__btn {
      margin-bottom: -5.9375rem; } }

.cyberchampionship-promo__text_qualifying-stage {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo__text_qualifying-stage {
      margin-bottom: 1rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-promo__text_qualifying-stage {
      margin-bottom: 0.75rem; } }

.cyberchampionship-title-h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-feature-settings: 'liga' off, 'clig' off;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .cyberchampionship-title-h1 {
      font-size: 30px;
      line-height: 32px; } }
  @media (max-width: 650px) {
    .cyberchampionship-title-h1 {
      font-size: 20px;
      line-height: 26px; } }

.cyberchampionship-form {
  padding-bottom: 5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form {
      padding-top: 2.5rem;
      padding-bottom: 5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.cyberchampionship-form__wrapper {
  max-width: 57.375rem;
  margin: 0 auto; }

.cyberchampionship-form__title {
  margin-bottom: 1.875rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__title {
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__title {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 1rem; } }

.cyberchampionship-form__prev-text {
  text-align: center;
  margin-bottom: 4rem; }
  .cyberchampionship-form__prev-text a {
    color: var(--color-orange); }
    .cyberchampionship-form__prev-text a:hover {
      color: var(--color-light-orange); }
    .cyberchampionship-form__prev-text a:active {
      color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .cyberchampionship-form__prev-text {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__prev-text {
      margin-bottom: 2rem; } }

.cyberchampionship-form__container {
  position: relative; }
  .cyberchampionship-form__container form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem; }
    @media (max-width: 650px) {
      .cyberchampionship-form__container form {
        grid-template-columns: 1fr; } }

.cyberchampionship-form__item_full-width {
  grid-column-start: 1;
  grid-column-end: -1; }

.cyberchampionship-form__item_radio {
  margin-top: 2.5rem;
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__item_radio {
      margin-top: 1rem;
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__item_radio {
      margin-top: 0.5rem;
      margin-bottom: 2rem;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .cyberchampionship-form__item_radio .form__radio-text {
        text-align: center; } }

.cyberchampionship-form__submit {
  width: 100%;
  max-width: 27.875rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 1200px) {
    .cyberchampionship-form__submit {
      max-width: 20.625rem; } }

.cyberchampionship-form__item-checkbox {
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__item-checkbox {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__item-checkbox {
      margin-bottom: 2rem; } }

.cyberchampionship-form__success-title {
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__success-title {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__success-title {
      margin-bottom: 2rem; } }

.cyberchampionship-form__success-text {
  text-align: center;
  margin-bottom: 1.625rem; }
  .cyberchampionship-form__success-text:last-child, .cyberchampionship-form__success-text:last-of-type {
    margin-bottom: 0; }
  .cyberchampionship-form__success-text a {
    color: var(--color-orange); }
    .cyberchampionship-form__success-text a:hover {
      color: var(--color-light-orange); }
    .cyberchampionship-form__success-text a:active {
      color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .cyberchampionship-form__success-text {
      margin-bottom: 1.375rem; } }

.cyberchampionship-form__wrapper-success {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__wrapper-success {
      padding-bottom: 0; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__wrapper-success {
      padding-top: 0; } }

.cyberchampionship-form__success-content-wrapper {
  position: relative;
  z-index: 1; }

.cyberchampionship-form__video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .cyberchampionship-form__video-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.57); }

.cyberchampionship-form__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: bottom center;
  z-index: -1; }
  @media (max-width: 650px) {
    .cyberchampionship-form__video {
      left: 50%;
      transform: translateX(-50%);
      min-width: 900px; } }

.cyberchampionship-form__preloader {
  height: calc(100% + 1px); }

.cyberchampionship-advantages {
  z-index: 3; }

.cyberchampionship-advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-advantages__list {
      overflow: auto;
      grid-template-columns: repeat(3, minmax(348px, 1fr));
      scroll-snap-type: x mandatory; } }
  @media (max-width: 650px) {
    .cyberchampionship-advantages__list {
      grid-template-columns: 1fr; } }

.cyberchampionship-advantages__item {
  height: 31.25rem;
  border: 1px solid #40464D;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .cyberchampionship-advantages__item_light {
    background-color: var(--color-black); }
  @media (max-width: 1200px) {
    .cyberchampionship-advantages__item {
      scroll-snap-align: start;
      height: 420px; } }
  @media (max-width: 650px) {
    .cyberchampionship-advantages__item {
      padding: 1rem; } }
  @media (max-width: 480px) {
    .cyberchampionship-advantages__item {
      height: 360px; } }

.cyberchampionship-advantages__item_1 {
  background-image: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-advantages-img-1.jpg"); }

.cyberchampionship-advantages__item_2 {
  background-image: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-advantages-img-2.jpg"); }

.cyberchampionship-advantages__item_3 {
  background-image: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-advantages-img-3.jpg"); }

.cyberchampionship-advantages__icon {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 18.75rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-advantages__icon {
      max-width: 90%; } }
  @media (max-width: 650px) {
    .cyberchampionship-advantages__icon {
      max-width: 222px;
      flex-grow: 1; } }

.cyberchampionship-advantages__icon-1 {
  background-image: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-advantages-icon-1.png"); }

.cyberchampionship-advantages__icon-2 {
  background-image: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-advantages-icon-2.png"); }

.cyberchampionship-advantages__icon-3 {
  background-image: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-advantages-icon-3.png"); }

.cyberchampionship-advantages__title-h3 {
  margin-top: auto;
  margin-bottom: 0.75rem;
  text-transform: uppercase; }

@media (max-width: 1024px) {
  .cyberchampionship-advantages__wrapper {
    overflow: hidden; } }

.cyberchampionship-advantages__text span {
  vertical-align: baseline; }

.cyberchampionship-index__text-block {
  max-width: 34.9375rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-index__text-block {
      max-width: none; } }

@media (max-width: 1200px) {
  .cyberchampionship-index__wrapper {
    gap: 2rem; } }

@media (max-width: 650px) {
  .cyberchampionship-index__wrapper {
    gap: 1.5rem; } }

.cyberchampionship-index__title-h3 {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-index__title-h3 {
      margin-bottom: 24px; } }

.cyberchampionship-index__text-item {
  padding-top: 1.5rem;
  border-top: 1px solid #40464D;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .cyberchampionship-index__text-item {
      margin-bottom: 24px;
      align-items: flex-start; } }
  @media (max-width: 650px) {
    .cyberchampionship-index__text-item {
      padding-top: 16px;
      flex-direction: column;
      gap: 16px; } }
  .cyberchampionship-index__text-item:last-child {
    margin-bottom: 0; }

.cyberchampionship-index__icon {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media (max-width: 650px) {
    .cyberchampionship-index__icon {
      width: 50px;
      height: 50px; } }

.cyberchampionship-index__icon-1 {
  background-image: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-index-icon-1.svg"); }

.cyberchampionship-index__icon-2 {
  background-image: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-index-icon-2.svg"); }

.cyberchampionship-index__icon-3 {
  background-image: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-index-icon-3.svg"); }

.cyberchampionship-index__text {
  text-transform: uppercase; }

.cyberchampionship-index__text-container {
  width: 100%;
  max-width: 35.375rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-index__text-container {
      max-width: 348px; } }

.cyberchampionship-schedule__wrapper {
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-schedule__wrapper {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-schedule__wrapper {
      margin-bottom: 2rem; } }

.cyberchampionship-schedule__block-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-schedule__block-container {
      grid-template-columns: 1fr; } }
  @media (max-width: 650px) {
    .cyberchampionship-schedule__block-container {
      gap: 1rem; } }

.cyberchampionship-schedule__block-item {
  padding: 1.5rem;
  border: 1px solid #40464D; }
  @media (max-width: 650px) {
    .cyberchampionship-schedule__block-item {
      padding: 1rem 0.75rem; } }

.cyberchampionship-schedule__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6.875rem;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-schedule__header {
      margin-bottom: 3.75rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-schedule__header {
      margin-bottom: 2rem; } }

.cyberchampionship-schedule__date {
  color: var(--color-white); }
  @media (max-width: 650px) {
    .cyberchampionship-schedule__date {
      max-width: 132px;
      text-align: right; } }

.cyberchampionship-schedule__text {
  margin-bottom: 1.5rem; }
  .cyberchampionship-schedule__text:last-child {
    margin-bottom: 0; }

.cyberchampionship-schedule__title-h1 {
  max-width: 56.25rem; }

.cyberchampionship-schedule__online {
  padding-left: 1rem;
  position: relative; }
  .cyberchampionship-schedule__online::before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #3AC88B;
    left: 0;
    top: 6px; }

.cyberchampionship-schedule__schedule-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

@media (max-width: 1200px) {
  .cyberchampionship-schedule__img {
    max-height: none;
    object-fit: initial; } }

@media (max-width: 768px) {
  .cyberchampionship-schedule__img {
    height: auto; } }

.cyberchampionship-schedule__figure-title {
  text-transform: uppercase; }

.cyberchampionship-schedule__title-h1_en {
  max-width: none; }

.cyberchampionship-rating-tabs {
  width: 21.625rem;
  margin: 0 auto; }
  @media (max-width: 650px) {
    .cyberchampionship-rating-tabs {
      width: 100%; } }

.cyberchampionship-rating-tabs__list {
  display: flex;
  border-radius: 2rem;
  border: 1px solid var(--color-white);
  margin-bottom: 3.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating-tabs__list {
      margin-bottom: 2rem; } }

.cyberchampionship-rating-tabs__item {
  width: 33.333%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--color-white);
  font-size: 1rem;
  line-height: 137%; }
  .cyberchampionship-rating-tabs__item.active {
    color: var(--color-black);
    background-color: var(--color-white);
    border-radius: 2rem;
    padding: 0.75rem 1.5rem; }
    @media (max-width: 768px) {
      .cyberchampionship-rating-tabs__item.active {
        padding: 0.75rem 0.875rem; } }

.cyberchampionship-rating__list {
  display: none; }
  .cyberchampionship-rating__list.active {
    display: block; }

.cyberchampionship-rating__summary-title {
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  cursor: pointer;
  justify-content: space-between;
  color: var(--color-black); }
  .cyberchampionship-rating__summary-title_white {
    color: var(--color-white); }
  .cyberchampionship-rating__summary-title::-webkit-details-marker {
    display: none; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__summary-title {
      font-size: 1.25rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__summary-title {
      align-items: flex-start; } }

.cyberchampionship-rating__btn-toggler {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid var(--color-orange);
  position: relative; }
  .cyberchampionship-rating__btn-toggler::before, .cyberchampionship-rating__btn-toggler::after {
    content: "";
    position: absolute;
    background-color: var(--color-orange);
    left: 50%;
    top: 50%;
    transition: 0.3s ease-out;
    transform: translate(-50%, -50%); }
  .cyberchampionship-rating__btn-toggler::before {
    width: 1.25rem;
    height: 1px; }
    @media (max-width: 650px) {
      .cyberchampionship-rating__btn-toggler::before {
        width: 0.8125rem; } }
  .cyberchampionship-rating__btn-toggler::after {
    width: 1px;
    height: 1.25rem; }
    @media (max-width: 650px) {
      .cyberchampionship-rating__btn-toggler::after {
        height: 0.8125rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__btn-toggler {
      width: 1.5rem;
      height: 1.5rem; } }

.cyberchampionship-rating__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #1e1e1e;
  padding: 0.625rem 1.5rem;
  min-height: 4.25rem;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__summary {
      min-height: 3.5rem;
      padding: 0.625rem 1rem;
      gap: 1rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__summary {
      padding: 0.3125rem 0.75rem;
      min-height: 3.375rem; } }

.cyberchampionship-rating__item {
  margin-bottom: 0.125rem;
  color: var(--color-white); }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__item {
      margin-bottom: 0.25rem; } }
  .cyberchampionship-rating__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .cyberchampionship-rating__item[open] > .cyberchampionship-rating__summary > .cyberchampionship-rating__btn-toggler::before, .cyberchampionship-rating__item[open] > .cyberchampionship-rating__summary > .cyberchampionship-rating__btn-toggler::after {
    transform: translate(-50%, -50%) rotate(45deg); }
  .cyberchampionship-rating__item_last {
    border-bottom: none;
    padding-bottom: 0; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__item {
      font-size: 1.125rem;
      line-height: 144%;
      gap: 0.625rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__item {
      width: 100%;
      font-size: 1rem;
      line-height: 137%; } }

.cyberchampionship-rating__command-item[open] > .cyberchampionship-rating__summary {
  background: #131313; }

.cyberchampionship-rating__industry-item .cyberchampionship-rating__summary {
  background: #131313; }

.cyberchampionship-rating__industry-item[open] > .cyberchampionship-rating__summary {
  background: #0b0a0a; }

.cyberchampionship-rating__item-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__item-header {
      gap: 0.625rem;
      width: calc(100% - 2.25rem - 1rem);
      max-width: 56.25rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__item-header {
      gap: 0;
      width: 100%; } }

.cyberchampionship-rating__command {
  display: flex;
  align-items: center;
  width: 41.25rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__command {
      width: auto;
      flex-grow: 1; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__command {
      width: 100%; } }

.cyberchampionship-rating__command-flag {
  width: 2.125rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__command-flag {
      width: 1.75rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__command-flag {
      width: 1.25rem; } }

.cyberchampionship-rating__item-number,
.cyberchampionship-rating__tasks-number {
  width: 2.875rem;
  margin-right: 0.5rem;
  flex-shrink: 0; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__item-number,
    .cyberchampionship-rating__tasks-number {
      width: 2rem;
      margin-right: 0.25rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__item-number,
    .cyberchampionship-rating__tasks-number {
      font-size: 1rem;
      line-height: 1.375rem;
      width: 1.75rem; } }

.cyberchampionship-rating__desktop-text {
  display: inline; }
  @media (max-width: 650px) {
    .cyberchampionship-rating__desktop-text {
      display: none; } }

.cyberchampionship-rating__mobile-text {
  display: none; }
  @media (max-width: 650px) {
    .cyberchampionship-rating__mobile-text {
      display: inline; } }

.cyberchampionship-rating__result {
  display: flex;
  align-items: center;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__result {
      gap: 0.25rem;
      width: 11.25rem;
      flex-shrink: 0; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__result {
      display: none; } }

.cyberchampionship-rating__answer {
  margin-top: 0.125rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__answer {
      margin-top: 0.25rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__answer {
      margin-top: 0; } }

.cyberchampionship-rating__answer-result {
  display: none; }
  @media (max-width: 650px) {
    .cyberchampionship-rating__answer-result {
      background: #131313;
      display: block;
      padding: 0 0.75rem; } }

.cyberchampionship-rating__answer-result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 0;
  border-bottom: 1px solid #40464d; }
  .cyberchampionship-rating__answer-result-item:last-child {
    border-bottom: none; }

@media (max-width: 650px) {
  .cyberchampionship-rating__answer-result-title {
    font-size: 1rem;
    line-height: 1.375rem;
    width: 10rem; } }

.cyberchampionship-rating__industry {
  display: flex;
  align-items: center;
  padding-left: 3.75rem;
  width: 100%;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__industry {
      padding-left: 2.375rem;
      width: calc(100% - 1rem - 2.25rem);
      max-width: 56.25rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__industry {
      width: 100%;
      flex-grow: 1;
      padding-left: 0rem; } }

.cyberchampionship-rating__industry-header {
  display: flex;
  align-items: center;
  width: 46.625rem;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__industry-header {
      gap: 1rem;
      width: auto;
      flex-grow: 1; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__industry-header {
      gap: 0.625rem; } }

.cyberchampionship-rating__industry-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  background: #3f3;
  flex-shrink: 0; }

.cyberchampionship-rating__tasks {
  background: none; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__tasks {
      background: #0b0a0a;
      padding-top: 2.375rem;
      padding-bottom: 2rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__tasks {
      padding-top: 0.5rem;
      border-top: 2px solid #131313;
      padding-bottom: 0.625rem; } }

.cyberchampionship-rating__tasks-wrapper {
  display: flex;
  align-items: center;
  min-height: 4.25rem;
  padding-left: 8rem;
  padding-right: 5.25rem;
  background: #0b0a0a;
  margin-top: 0.125rem;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__tasks-wrapper {
      min-height: 2.375rem;
      max-width: 61.375rem;
      padding-left: 5.5rem;
      padding-right: 4.25rem;
      margin-bottom: 2rem;
      margin-top: 0; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__tasks-wrapper {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem;
      padding-left: 2.625rem;
      padding-right: 0.75rem;
      height: auto;
      margin-bottom: 1rem; } }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__tasks-wrapper:last-child {
      margin-bottom: 0; } }

.cyberchampionship-rating__tasks-item {
  display: flex;
  align-items: center;
  width: 43.875rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__tasks-item {
      width: auto;
      flex-grow: 1; } }

.cyberchampionship-rating__tasks-results {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 650px) {
    .cyberchampionship-rating__tasks-results {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.625rem;
      width: 100%; } }

@media (max-width: 650px) {
  .cyberchampionship-rating__tasks-results-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #8a8e93;
    padding-left: 2rem; } }

.cyberchampionship-rating__tasks-results-text {
  display: none; }
  @media (max-width: 650px) {
    .cyberchampionship-rating__tasks-results-text {
      display: block;
      color: #8a8e93;
      font-size: 1rem;
      line-height: 1.375rem; } }

.cyberchampionship-rating__result-all-time,
.cyberchampionship-rating__tasks-resuts-time {
  width: 7.625rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__result-all-time,
    .cyberchampionship-rating__tasks-resuts-time {
      width: 3.75rem; } }

.cyberchampionship-rating__more-btn {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  width: 20.625rem; }
  .cyberchampionship-rating__more-btn.show {
    display: block; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__more-btn {
      margin-top: 2rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__more-btn {
      width: 100%; } }

.cyberchampionship-rating__img-wrapper {
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1200px) {
    .cyberchampionship-rating__img-wrapper {
      width: 2.25rem;
      height: 2.25rem;
      margin-right: 0.75rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-rating__img-wrapper {
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.625rem; } }

@media (max-width: 1200px) {
  .cyberchampionship-rating__points {
    flex-grow: 1; } }

@media (max-width: 1200px) {
  .cyberchampionship-rating__industry-result {
    width: 7.25rem;
    flex-shrink: 0; } }

@media (max-width: 650px) {
  .cyberchampionship-rating__industry-result {
    width: auto;
    font-size: 1rem;
    line-height: 1.375rem; } }

@media (max-width: 1200px) {
  .cyberchampionship-rating__tasks-results-scores {
    width: 7.25rem;
    flex-shrink: 0; } }

@media (max-width: 650px) {
  .cyberchampionship-rating__tasks-results-scores {
    font-size: 1rem;
    line-height: 1.375rem;
    width: auto; }
    .cyberchampionship-rating__tasks-results-scores span {
      display: none; } }

@media (max-width: 650px) {
  .cyberchampionship-rating__command-name {
    font-size: 1rem;
    line-height: 1.375rem; } }

@media (max-width: 650px) {
  .cyberchampionship-rating__answer-result-value {
    font-size: 1rem;
    line-height: 1.375rem; } }

@media (max-width: 650px) {
  .cyberchampionship-rating__industry-name {
    font-size: 1rem;
    line-height: 1.375rem; } }

@media (max-width: 650px) {
  .cyberchampionship-rating__tasks-name {
    font-size: 1rem;
    line-height: 1.375rem; } }

.cyberchampionship-news__pagination {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-news__pagination {
      display: none; } }

.cyberchampionship-news__list-wrapper {
  overflow: hidden; }

.cyberchampionship-news__slider {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }
  @media (max-width: 650px) {
    .cyberchampionship-news__slider {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }

.cyberchampionship-news__slider-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  background: #1e1e1e;
  padding: 1.5rem;
  min-height: 18rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-news__slider-item {
      min-height: auto; } }
  @media (max-width: 650px) {
    .cyberchampionship-news__slider-item {
      padding: 1rem; } }

.cyberchampionship-news__item-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-orange);
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  line-height: 133%; }
  @media (max-width: 650px) {
    .cyberchampionship-news__item-header {
      margin-bottom: 2rem; } }

.cyberchampionship-news__item-description {
  color: var(--color-white); }

.cyberchampionship-news__item-title {
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 127%;
  margin-bottom: 0.75rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-news__item-title {
      font-size: 1.125rem;
      line-height: 144%; } }

.cyberchampionship-news__slider-wrapper .slick-track {
  display: flex; }

.cyberchampionship-news__slider-wrapper .slick-slide {
  height: auto;
  display: flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  .cyberchampionship-news__slider-wrapper .slick-slide > div {
    width: 100%;
    display: flex; }
  @media (max-width: 1200px) {
    .cyberchampionship-news__slider-wrapper .slick-slide {
      width: 23.25rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-news__slider-wrapper .slick-slide {
      width: 17.25rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

.cyberchampionship-partner {
  padding-top: 5rem;
  padding-bottom: 0; }
  @media (max-width: 650px) {
    .cyberchampionship-partner {
      padding-top: 2.5rem; } }

.cyberchampionship-stage-partner {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-stage-partner {
      padding-top: 2.5rem;
      padding-bottom: 5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-stage-partner {
      padding-bottom: 2.5rem;
      padding-top: 1.25rem; } }

.cyberchampionship-partner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

.cyberchampionship-partner__title {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-partner__title {
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-partner__title {
      margin-bottom: 1rem; } }

.cyberchampionship-partner__logo {
  max-width: 20.625rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-partner__logo {
      max-width: 15.75rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-partner__logo {
      max-width: 12.125rem; } }

.scheme-cybermir__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .scheme-cybermir__wrapper {
      flex-direction: column;
      gap: 2rem; } }

.scheme-cybermir__col-1 {
  width: 100%;
  max-width: 35.25rem;
  display: flex; }
  @media (max-width: 1200px) {
    .scheme-cybermir__col-1 {
      max-width: none;
      justify-content: center; } }

.scheme-cybermir__col-2 {
  width: 100%;
  max-width: 35.3125rem;
  margin-top: 0.625rem; }
  @media (max-width: 1200px) {
    .scheme-cybermir__col-2 {
      max-width: none;
      margin-top: 0; } }

.scheme-cybermir__svg {
  margin-top: 5rem;
  display: flex; }
  .scheme-cybermir__svg svg {
    width: 100%;
    height: auto; }
  @media (max-width: 1200px) {
    .scheme-cybermir__svg {
      margin-top: 0; } }

.scheme-cybermir__title {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .scheme-cybermir__title {
      margin-bottom: 2rem; } }

.scheme-cybermir__list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  min-height: 16.5rem;
  justify-content: flex-start; }
  @media (max-width: 650px) {
    .scheme-cybermir__list {
      min-height: 19.25rem; } }

.scheme-cybermir__title-list {
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.375rem;
  transition: 0.3s ease-in-out; }
  .scheme-cybermir__title-list::before {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange); }

.scheme-cybermir__text {
  padding-left: 1.875rem; }

.scheme-cybermir__btn {
  margin-top: 2.5rem; }
  @media (max-width: 1200px) {
    .scheme-cybermir__btn {
      margin-top: 3.5rem;
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 650px) {
    .scheme-cybermir__btn {
      margin-top: 2rem; } }

.scheme-cybermir__scheme-circle {
  transition: 0.3s ease-in-out;
  opacity: 0; }

.scheme-cybermir__circle-wrapper {
  cursor: pointer; }
  .scheme-cybermir__circle-wrapper.active .scheme-cybermir__scheme-circle {
    opacity: 1; }

.scheme-cybermir__item {
  cursor: pointer; }
  .scheme-cybermir__item.active .scheme-cybermir__title-list {
    color: var(--color-orange); }

.scheme-cybermir__text-wrapper {
  transition: 0.3s ease-in-out;
  overflow: hidden;
  height: 0; }

.scheme-cybermir__animation-stroke {
  stroke-dashoffset: 743px;
  stroke-dasharray: 743px; }

.scheme-cybermir__svg-animation_2 .scheme-cybermir__animation-stroke {
  stroke-dashoffset: 620px;
  transition: 0.7s ease-in-out; }

.scheme-cybermir__svg-animation_3 .scheme-cybermir__animation-stroke {
  stroke-dashoffset: 493px;
  transition: 0.7s ease-in-out; }

.scheme-cybermir__svg-animation_4 .scheme-cybermir__animation-stroke {
  stroke-dashoffset: 369px;
  transition: 0.7s ease-in-out; }

.scheme-cybermir__svg-animation_5 .scheme-cybermir__animation-stroke {
  stroke-dashoffset: 245px; }

.scheme-cybermir__svg-animation_6 .scheme-cybermir__animation-stroke {
  stroke-dashoffset: 126px;
  transition: 0.7s ease-in-out; }

.scheme-cybermir__svg-animation_1 .scheme-cybermir__animation-stroke {
  stroke-dashoffset: 0;
  transition: 0.7s ease-in-out; }

@keyframes animationLastStroke {
  0% {
    stroke-dashoffset: 126px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animationLastStroke2 {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 743px; } }

.cybermir-architecture-promo {
  position: relative; }
  @media (max-width: 1200px) {
    .cybermir-architecture-promo {
      height: auto !important; } }

@media (min-width: 1201px) {
  .cybermir-architecture-promo__container {
    position: sticky;
    top: 8.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-height: calc(100vh - 8.125rem);
    overflow: hidden; } }

.cybermir-architecture-promo__wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .cybermir-architecture-promo__wrapper {
      display: none; } }

.cybermir-architecture-promo__col-1 {
  width: 100%;
  max-width: 27.625rem;
  position: relative; }

.cybermir-architecture-promo__col-2 {
  width: 100%;
  max-width: 49.875rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }

.cybermir-architecture-promo__img {
  opacity: 0;
  transform: translateY(50%);
  transition: 0.3s ease-in-out; }
  .cybermir-architecture-promo__img:not(:first-child) {
    position: absolute;
    top: 0;
    right: 0; }
  .cybermir-architecture-promo__img:first-child {
    opacity: 1;
    transform: translateY(0); }
  .cybermir-architecture-promo__img.active {
    opacity: 1;
    transform: translateY(0); }
  .cybermir-architecture-promo__img.prevActive {
    opacity: 0;
    transform: translateY(-50%); }

.cybermir-architecture-promo__title {
  transition: 0.3s ease-in-out;
  color: var(--color-grey-60); }

.cybermir-architecture-promo__item.active .cybermir-architecture-promo__title {
  color: var(--color-greyscale-black); }

.cybermir-architecture-promo__text-wrapper {
  transition: 0.3s ease-in-out;
  overflow: hidden;
  height: 0;
  display: flex; }

.cybermir-architecture-promo__list {
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.cybermir-architecture-promo__text {
  margin-top: 1.5rem; }

.cybermir-architecture-promo__wrapper-mobile {
  display: none; }
  @media (max-width: 1200px) {
    .cybermir-architecture-promo__wrapper-mobile {
      display: block; } }

.cybermir-architecture-promo__mobile-title {
  margin-bottom: 1rem; }

.cybermir-architecture-promo__mobile-text {
  margin-bottom: 1.5rem;
  min-height: 2.75rem; }
  @media (max-width: 650px) {
    .cybermir-architecture-promo__mobile-text {
      min-height: 4.125rem; } }

.cybermir-architecture-promo__mobile-img {
  width: 100%;
  max-height: 31.8125rem;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.cybermir-architecture-promo__pagination-wrapper {
  justify-content: center; }

.cybermir-architecture-promo__pagination {
  position: static;
  margin-top: 2rem; }

.cyberpoligon-includes__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .cyberpoligon-includes__list {
      gap: 1rem; } }

.cyberpoligon-includes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  background-color: var(--color-turquoise);
  padding: 1rem;
  width: 50.875rem; }
  @media (max-width: 1024px) {
    .cyberpoligon-includes__item {
      width: 100%; } }

.cyberpoligon-includes__cards {
  display: flex;
  gap: 1rem; }
  @media (max-width: 1024px) {
    .cyberpoligon-includes__cards {
      gap: 0.8125rem; } }
  @media (max-width: 650px) {
    .cyberpoligon-includes__cards {
      flex-direction: column; } }

.cyberpoligon-includes__cards-item {
  display: flex;
  gap: 0.625rem;
  padding: 1rem;
  width: 100%;
  background-color: var(--color-light-turquoise); }
  @media (max-width: 768px) {
    .cyberpoligon-includes__cards-item {
      width: auto; } }
  .cyberpoligon-includes__cards-item svg {
    min-width: 2.25rem;
    width: 2.25rem;
    height: 2.25rem; }
  @media (max-width: 768px) {
    .cyberpoligon-includes__cards-item br {
      display: none; } }

.segments__list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1200px) {
    .segments__list {
      display: flex;
      gap: 1rem; } }

.segments__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  border: 1px solid var(--color-greyscale-black);
  height: auto;
  min-height: 19rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .segments__item {
      padding: 1.25rem;
      flex-shrink: 0;
      max-width: 18.125rem;
      flex-grow: 1; } }
  @media (max-width: 650px) {
    .segments__item {
      padding: 1rem 0.75rem;
      max-width: 14.25rem;
      min-height: 16.875rem; } }

.segments__item-title {
  margin-top: auto;
  min-height: 3.25rem; }
  @media (max-width: 1200px) {
    .segments__item-title {
      min-height: 3rem; } }

.segments__icon-wrapper {
  width: 5rem;
  height: 5rem; }
  @media (max-width: 650px) {
    .segments__icon-wrapper {
      width: 4rem;
      height: 4rem; } }

.segments__list-wrapper.swiper-initialized .segments__list {
  display: flex;
  gap: 0; }

@media (max-width: 1200px) {
  .segments__list-wrapper {
    overflow: auto; } }

.segments__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
  gap: 0.625rem; }

@media (max-width: 1200px) {
  .cyberpoligon-promo__text br {
    display: none; } }

.slider-product__list {
  height: 40.625rem; }
  @media (max-width: 1200px) {
    .slider-product__list {
      height: 25rem; } }
  @media (max-width: 650px) {
    .slider-product__list {
      height: 30.4375rem; } }

.slider-product__wrapper::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.slider-product__wrapper_grey::before {
  background-color: var(--color-greyscale-black); }

.slider-product__wrapper_burgundy::before {
  background-color: var(--color-burgundy); }

.slider-product__wrapper_1 {
  grid-template-columns: 13.125rem 1fr; }
  @media (max-width: 1200px) {
    .slider-product__wrapper_1 {
      grid-template-columns: 7rem 1fr;
      gap: 1.5rem 1.375rem;
      align-items: end;
      grid-template-rows: auto max-content; } }
  @media (max-width: 650px) {
    .slider-product__wrapper_1 {
      justify-content: flex-end;
      gap: 2.4375rem; } }

@media (max-width: 1200px) {
  .slider-product__wrapper_2 {
    flex-direction: row; } }

@media (max-width: 650px) {
  .slider-product__wrapper_2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; } }

.slider-product__read-more_1 {
  margin-right: 3.4375rem; }
  @media (max-width: 1200px) {
    .slider-product__read-more_1 {
      margin-right: 2.1875rem; } }
  @media (max-width: 650px) {
    .slider-product__read-more_1 {
      margin-right: 0; } }

.slider-product__read-more_2 {
  display: inline-block;
  margin-top: 1.6875rem; }
  @media (max-width: 1200px) {
    .slider-product__read-more_2 {
      margin-top: 1.0625rem; } }

.slider-product__title_1 {
  padding-left: 1.5rem; }
  @media (max-width: 1200px) {
    .slider-product__title_1 {
      line-height: 1.375rem; } }
  @media (max-width: 650px) {
    .slider-product__title_1 {
      display: block;
      position: absolute;
      bottom: 2.1875rem;
      left: 50%;
      transform: translateX(-50%);
      padding-left: 0;
      letter-spacing: initial; } }

@media (max-width: 1200px) {
  .slider-product__title_2 {
    font-size: 3.1875rem;
    line-height: 3.25rem; }
    .slider-product__title_2 span {
      font-size: 3.1875rem;
      line-height: 3.25rem; } }

@media (max-width: 650px) {
  .slider-product__title_2 {
    font-size: 2.125rem;
    line-height: 2.125rem;
    letter-spacing: initial;
    margin-bottom: 0; }
    .slider-product__title_2 span {
      font-size: 2.0625rem;
      line-height: 2.125rem;
      letter-spacing: initial; } }

.slider-product__decor_1 {
  bottom: -0.0625rem;
  right: -5.0625rem; }
  @media (max-width: 1200px) {
    .slider-product__decor_1 {
      right: -7.1875rem;
      margin-top: 3.375rem; } }

.slider-product__decor_2 {
  width: 67.0625rem;
  height: 34.125rem;
  margin-left: -10.0625rem; }
  .slider-product__decor_2_laptop {
    display: none; }
  @media (max-width: 1200px) {
    .slider-product__decor_2 {
      width: 31rem;
      height: 22.0625rem;
      bottom: 0;
      top: auto;
      transform: none;
      margin-left: -1px; }
      .slider-product__decor_2_laptop {
        display: block; }
      .slider-product__decor_2_desktop {
        display: none; } }
  @media (max-width: 650px) {
    .slider-product__decor_2_laptop {
      display: none; } }

.slider-product__title-wrapper_2 {
  margin-bottom: 2.0625rem;
  margin-left: 2rem; }
  @media (max-width: 1200px) {
    .slider-product__title-wrapper_2 {
      margin-top: auto;
      margin-bottom: 1.5625rem;
      margin-left: 1.375rem;
      flex-shrink: 0; } }
  @media (max-width: 650px) {
    .slider-product__title-wrapper_2 {
      margin-left: 0;
      margin-top: 0; } }

@media (max-width: 650px) {
  .slider-product__text-wrapper_1 {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1.5rem; } }

.slider-product__text-wrapper_2 {
  margin-top: 5.125rem;
  margin-right: 2.125rem;
  max-width: 23rem; }
  @media (max-width: 1200px) {
    .slider-product__text-wrapper_2 {
      display: block;
      max-width: 14.5rem;
      margin-top: 4.625rem;
      margin-right: 1.5rem; } }
  @media (max-width: 650px) {
    .slider-product__text-wrapper_2 {
      margin-right: 0;
      margin-left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 16.75rem;
      margin-top: 1.3125rem;
      gap: 3rem; } }

@media (max-width: 1200px) {
  .slider-product__prev-img_1 {
    width: 12.5rem;
    height: 8.9375rem;
    object-fit: cover;
    max-width: 100%;
    max-height: none; } }

@media (max-width: 650px) {
  .slider-product__prev-img_1 {
    width: auto;
    height: 9.6875rem; } }

.slider-product__prev-img_2 {
  max-width: none; }
  @media (max-width: 1200px) {
    .slider-product__prev-img_2 {
      display: none; } }
  @media (max-width: 650px) {
    .slider-product__prev-img_2 {
      display: block;
      width: 11.3125rem;
      height: 5.875rem; } }

.slider-product__wrapper-slider {
  position: relative; }

.slider-product__pagination {
  bottom: auto;
  top: 2rem; }
  @media (max-width: 1200px) {
    .slider-product__pagination {
      top: 1.5rem; } }
  @media (max-width: 650px) {
    .slider-product__pagination {
      top: 0.9375rem; } }

.slider-product__pagination-wrapper {
  justify-content: center; }

@media (max-width: 1200px) {
  .slider-product__text_1 {
    font-size: 1.875rem;
    line-height: 2rem; } }

@media (max-width: 650px) {
  .slider-product__text_1 {
    font-size: 1rem;
    line-height: 1.375rem; } }

@media (max-width: 650px) {
  .slider-product__text_2 {
    text-align: center; } }

@media (max-width: 650px) {
  .slider-product__prev-img-wrapper_1 {
    padding-right: 1rem;
    padding-left: 1rem; } }

.partners__icon-wrapper {
  display: flex;
  align-items: center;
  height: 6.6875rem;
  margin-bottom: 1.625rem; }
  .partners__icon-wrapper img {
    max-height: 100%; }
  @media (max-width: 1200px) {
    .partners__icon-wrapper {
      height: 5rem; } }

.partners__slider-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.partners__slider.swiper-initialized .partners__slider-wrapper {
  display: flex; }

.partners__pagination {
  position: static;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-bottom: 1.5rem; }

.subscribe__container {
  background-color: var(--color-beige);
  height: 17.75rem;
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  overflow: hidden;
  position: relative; }
  .subscribe__container::before {
    content: "";
    position: absolute;
    width: 42.625rem;
    height: 24rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/images/subscribe-img.png");
    top: 0;
    right: 0; }
    @media (max-width: 1200px) {
      .subscribe__container::before {
        background-image: url("/images/subscribe-img-tablet.png");
        width: 24.625rem;
        height: 13.75rem;
        top: auto;
        bottom: 0;
        right: -0.6875rem; } }
    @media (max-width: 650px) {
      .subscribe__container::before {
        background-image: url("/images/subscribe-img-mobile.png");
        width: 20.5rem;
        height: 11.4375rem;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.375rem; } }
  @media (max-width: 1200px) {
    .subscribe__container {
      height: 13.75rem;
      padding: 2rem 1.25rem; } }
  @media (max-width: 650px) {
    .subscribe__container {
      padding: 1.5rem 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: auto;
      min-height: 23.75rem; } }

.subscribe__title-h3 {
  margin-bottom: 2rem;
  max-width: 32.125rem;
  position: relative; }
  @media (max-width: 1200px) {
    .subscribe__title-h3 {
      max-width: 20.375rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 1024px) {
    .subscribe__title-h3 {
      max-width: 19.25rem;
      margin-bottom: 1.25rem; } }
  @media (max-width: 650px) {
    .subscribe__title-h3 {
      max-width: 18.5rem;
      text-align: center;
      margin-bottom: 1.25rem; } }

.subscribe__btn {
  position: relative; }
  @media (max-width: 1200px) {
    .subscribe__btn {
      max-width: 16.0625rem; } }

.subscribe__form > form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .subscribe__form > form {
      grid-template-columns: 1fr; } }

.subscribe__email-item,
.subscribe__personal-data {
  grid-column-start: 1;
  grid-column-end: -1; }

.subscribe__item {
  margin-bottom: 0; }

.subscribe__checkbox-text {
  max-width: 15rem; }
  @media (max-width: 1200px) {
    .subscribe__checkbox-text {
      max-width: none; } }

.subscribe__submit-btn-item {
  margin-top: 1rem;
  grid-column-start: 1;
  grid-column-end: -1; }

.subscribe__email-item {
  margin-top: 0.1875rem; }

.schema-svg__svg {
  width: 100%;
  max-width: 100%;
  height: auto; }

.schema-svg__tooltip {
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none; }

.schema-svg__tooltip-marker {
  cursor: pointer; }
  .schema-svg__tooltip-marker:hover + .schema-svg__tooltip {
    opacity: 1; }

.schema-svg_svg-wrapper.mobile {
  display: none; }

@media (max-width: 1024px) {
  .schema-svg_svg-wrapper.mobile {
    display: block;
    max-width: 23.75rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .schema-svg_svg-wrapper.desktop {
    display: none; } }

.schema-svg_grey-wrapper {
  border-radius: 2.75rem;
  background-color: #F5F5F5;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }
  @media (max-width: 1200px) {
    .schema-svg_grey-wrapper {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      border-radius: 1.5rem; } }
  @media (max-width: 650px) {
    .schema-svg_grey-wrapper {
      border-radius: 0.75rem; } }

.schema-svg__picture {
  display: flex;
  justify-content: center; }

.products-advantages-second__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .products-advantages-second__list {
      grid-template-columns: repeat(3, minmax(21.75rem, 23rem));
      overflow: auto; } }
  @media (max-width: 650px) {
    .products-advantages-second__list {
      grid-template-columns: 1fr;
      overflow: hidden;
      gap: 1rem; } }

.products-advantages-second__item {
  min-height: 23.75rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden; }
  .products-advantages-second__item_orange-light {
    background-color: var(--color-light-orange_2); }
  .products-advantages-second__item_turquoise-light {
    background-color: var(--color-light-turquoise); }
  .products-advantages-second__item_blue-light {
    background-color: var(--color-blue-light); }
  .products-advantages-second__item:hover .products-advantages-second__item-inner {
    transform: translateY(0); }
  @media (max-width: 1200px) {
    .products-advantages-second__item {
      padding: 1.25rem; } }
  @media (max-width: 650px) {
    .products-advantages-second__item {
      min-height: 22.75rem; } }

.products-advantages-second__item-inner {
  position: absolute;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  top: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: flex-end;
  transition: 0.8s ease;
  transform: translateY(calc(100% + 1.5rem));
  overflow: hidden;
  padding: 1.5rem; }
  .products-advantages-second__item-inner_orange {
    background-color: var(--color-orange); }
  .products-advantages-second__item-inner_turquoise {
    background-color: var(--color-turquoise); }
  .products-advantages-second__item-inner_blue {
    background-color: var(--color-blue); }
  @media (max-width: 1200px) {
    .products-advantages-second__item-inner {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transform: translateY(100%);
      padding: 1rem; } }

.products-advantages-second__btn {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  right: 1.5rem;
  bottom: 1.5rem; }
  .products-advantages-second__btn::before, .products-advantages-second__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white); }
  .products-advantages-second__btn::before {
    width: 0.75rem;
    height: 0.125rem; }
  .products-advantages-second__btn::after {
    width: 0.125rem;
    height: 0.75rem; }
  @media (max-width: 1200px) {
    .products-advantages-second__btn {
      bottom: 1.25rem;
      right: 1.25rem; } }

.products-advantages-second__list-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .products-advantages-second__list-inner {
      gap: 0.625rem; } }

.products-advantages-second__list-item {
  color: var(--color-white);
  padding-left: 1.875rem;
  position: relative; }
  .products-advantages-second__list-item::before {
    content: '';
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-white);
    top: 0.625rem;
    left: 0.5rem; }
    @media (max-width: 1200px) {
      .products-advantages-second__list-item::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.5625rem;
        left: 0.4375rem; } }
  @media (max-width: 1200px) {
    .products-advantages-second__list-item {
      padding-left: 1.5rem; } }

.products-advantages-second__wrapper {
  overflow: hidden; }

.products-advantages-second__item-title-h3 {
  margin-bottom: 0.75rem; }
  @media (max-width: 1200px) {
    .products-advantages-second__item-title-h3 {
      margin-bottom: 0.625rem; } }
  @media (max-width: 650px) {
    .products-advantages-second__item-title-h3 {
      margin-bottom: 0.5rem; } }

.products-advantages-second__request-consultation-btn {
  margin-top: 5rem; }
  @media (max-width: 650px) {
    .products-advantages-second__request-consultation-btn {
      margin-top: 2rem; } }

.how-it-was__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 768px) {
    .how-it-was__list {
      grid-template-columns: 1fr; } }
  .how-it-was__list_only-one {
    display: flex;
    justify-content: center;
    width: 100%; }

.how-it-was__preview,
.how-it-was__video {
  width: 100%;
  height: 100%; }

.how-it-was__item {
  height: 23.75rem;
  position: relative; }
  @media (max-width: 1024px) {
    .how-it-was__item {
      height: 12.125rem; } }
  @media (max-width: 650px) {
    .how-it-was__item {
      height: 13.75rem; } }
  .how-it-was__item_only-one {
    width: 100%;
    max-width: 57.5rem;
    height: 32.5rem; }
    @media (max-width: 1024px) {
      .how-it-was__item_only-one {
        height: 25.8125rem; } }
    @media (max-width: 650px) {
      .how-it-was__item_only-one {
        height: 18.75rem; } }
    @media (max-width: 480px) {
      .how-it-was__item_only-one {
        height: 11.5625rem; } }

.how-it-was__preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.how-it-was__video iframe {
  width: 100%;
  height: 100%; }

.how-it-was__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.how-it-was__btn {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .how-it-was__btn:hover {
    background-color: var(--color-light-orange); }
  .how-it-was__btn:active {
    background-color: var(--color-dark-orange); }
  .how-it-was__btn::before {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    background: url("/images/play.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0.1875rem; }
    @media (max-width: 1024px) {
      .how-it-was__btn::before {
        width: 2rem;
        height: 2rem; } }
    @media (max-width: 650px) {
      .how-it-was__btn::before {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 0.125rem; } }
  @media (max-width: 1024px) {
    .how-it-was__btn {
      width: 4rem;
      height: 4rem; } }
  @media (max-width: 650px) {
    .how-it-was__btn {
      width: 2.5rem;
      height: 2.5rem; } }

.products-connection__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    .products-connection__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 650px) {
    .products-connection__list {
      grid-template-columns: 1fr; } }

.products-connection__item {
  width: 100%;
  border-top: 1px solid var(--color-orange);
  padding-top: 0.75rem; }

.products-connection__title-h3 {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .products-connection__title-h3 {
      margin-bottom: 1.5rem; } }

.products-scheme__wrapper {
  position: relative; }

.products-scheme__block {
  padding-top: 6.625rem; }
  @media (max-width: 1200px) {
    .products-scheme__block {
      padding-top: 0; } }

.products-scheme__img-block {
  display: flex;
  margin-bottom: 2.5rem;
  justify-content: center; }
  @media (max-width: 650px) {
    .products-scheme__img-block {
      margin-bottom: 2rem; } }

.products-scheme__text {
  width: 50.3125rem;
  margin: 0 auto 2rem;
  text-align: center; }
  @media (max-width: 1200px) {
    .products-scheme__text {
      width: 100%;
      text-align: left;
      margin: 0 auto 1.5rem; } }

.products-scheme__description {
  margin-top: 3.125rem; }
  @media (max-width: 1200px) {
    .products-scheme__description {
      margin-top: 2rem; } }
  @media (max-width: 650px) {
    .products-scheme__description {
      margin-top: 1.5rem; } }

.products-scheme__description-title {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .products-scheme__description-title {
      margin-bottom: 1.5rem; } }

.products-scheme__description-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem; }
  @media (max-width: 650px) {
    .products-scheme__description-list {
      margin: -0.75rem 0; } }

.products-scheme__description-item {
  width: 27.375rem;
  position: relative;
  margin: 0.75rem; }
  @media (max-width: 1200px) {
    .products-scheme__description-item {
      width: 21.125rem; } }
  @media (max-width: 650px) {
    .products-scheme__description-item {
      width: 100%;
      margin: 0.75rem 0; } }

.products-scheme__description-text {
  padding-top: 0.75rem;
  width: 100%;
  border-top: 1px solid var(--color-orange); }
  @media (max-width: 1200px) {
    .products-scheme__description-text {
      font-size: 1rem; } }

.dumbbell__wrapper {
  max-width: 13.125rem;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.dumbbell__semicircle {
  height: 6.125rem;
  width: 6.125rem;
  position: relative;
  overflow: hidden; }
  .dumbbell__semicircle::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #FE6E36, #F5D4C8);
    border-radius: 50%; }
  @media (max-width: 650px) {
    .dumbbell__semicircle {
      width: 4.4375rem;
      height: 4.4375rem; } }

.dumbbell__semicircle_left::before {
  transform: translateX(50%); }

.dumbbell__semicircle_right::before {
  transform: translateX(-50%); }

.dumbbell__rect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.875rem;
  width: 5.4375rem;
  background-image: linear-gradient(-45deg, #FE6E36, #F5D4C8); }
  @media (max-width: 650px) {
    .dumbbell__rect {
      width: 3.75rem;
      height: 1.5rem; } }

.dumbbell:hover .dumbbell__semicircle_left {
  animation: animationSemicircleLeft 3s ease-in-out both infinite; }

.dumbbell:hover .dumbbell__semicircle_right {
  animation: animationSemicircleRight 3s ease-in-out both infinite; }

.dumbbell:hover .dumbbell__rect {
  animation: animationBarbell 3s ease-in-out both infinite; }
  @media (max-width: 650px) {
    .dumbbell:hover .dumbbell__rect {
      animation: animationBarbellMobile 3s ease-in-out both infinite; } }

@keyframes animationBarbell {
  0% {
    width: 5.4375rem;
    height: 1.875rem; }
  16.6% {
    width: 8.8125rem;
    height: 1.875rem; }
  33.26% {
    width: 8.8125rem;
    height: 1.875rem; }
  49.86% {
    width: 3.1875rem;
    height: 6.125rem; }
  66.46% {
    width: 3.1875rem;
    height: 6.125rem; }
  83% {
    width: 5.4375rem;
    height: 1.875rem; }
  100% {
    width: 5.4375rem;
    height: 1.875rem; } }

@keyframes animationBarbellMobile {
  0% {
    width: 3.75rem;
    height: 1.5rem; }
  16.6% {
    width: 7.5rem;
    height: 1.5rem; }
  33.26% {
    width: 7.5rem;
    height: 1.5rem; }
  49.86% {
    width: 1.875rem;
    height: 4.4375rem; }
  66.46% {
    width: 1.875rem;
    height: 4.4375rem; }
  83% {
    width: 3.75rem;
    height: 1.5rem; }
  100% {
    width: 3.75rem;
    height: 1.5rem; } }

@keyframes animationSemicircleLeft {
  0% {
    transform: translateX(0); }
  16.6% {
    transform: translateX(calc(-50% - 0.4375rem)); }
  33.26% {
    transform: translateX(calc(-50% - 0.4375rem)); }
  49.86% {
    transform: translateX(calc(-50% + 0.8125rem)); }
  66.46% {
    transform: translateX(calc(-50% + 0.8125rem)); }
  83% {
    transform: translateX(0); }
  100% {
    transform: translateX(0); } }

@keyframes animationSemicircleRight {
  0% {
    transform: translateX(0); }
  16.6% {
    transform: translateX(calc(50% + 0.4375rem)); }
  33.26% {
    transform: translateX(calc(50% + 0.4375rem)); }
  49.86% {
    transform: translateX(calc(50% - 0.8125rem)); }
  66.46% {
    transform: translateX(calc(50% - 0.8125rem)); }
  83% {
    transform: translateX(0); }
  100% {
    transform: translateX(0); } }

.road-map {
  overflow: hidden; }

.road-map__list {
  display: flex;
  gap: 3.75rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  position: relative; }
  .road-map__list .slick-slide {
    width: 27.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    @media (max-width: 1200px) {
      .road-map__list .slick-slide {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: auto; } }
    @media (max-width: 650px) {
      .road-map__list .slick-slide {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .road-map__list::before {
    content: '';
    position: absolute;
    width: calc(100% - 3.75rem);
    margin-left: 1.875rem;
    height: 1px;
    background-color: var(--color-orange);
    margin-top: 0.6875rem; }
  .road-map__list_second::before {
    width: 100vw;
    margin-left: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .road-map__list_second::after {
    content: "";
    position: absolute;
    left: 1.875rem;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--color-white);
    transform: translateX(-100%); }
    @media (max-width: 1200px) {
      .road-map__list_second::after {
        left: 1.25rem; } }
    @media (max-width: 650px) {
      .road-map__list_second::after {
        left: 1rem; } }
  .road-map__list_second .slick-list {
    overflow: initial;
    width: 100%; }
  @media (max-width: 1200px) {
    .road-map__list {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  @media (max-width: 650px) {
    .road-map__list {
      margin-left: -1rem;
      margin-right: -1rem; } }

.road-map__item {
  flex-shrink: 0;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start; }

.road-map__date {
  background-color: var(--color-orange);
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .road-map__date {
      margin-bottom: 2.5rem; } }

.road-map__title {
  margin-bottom: 1.5rem; }
  .road-map__title:last-child {
    margin-bottom: 0; }

.road-map__text-list {
  display: grid;
  grid-template-rows: 1fr;
  gap: 0.75rem;
  margin-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .road-map__text-list {
      gap: 0.625rem;
      margin-bottom: 2.5rem; } }
  .road-map__text-list:last-child {
    margin-bottom: 0; }

.road-map__text-list-item {
  padding-left: 1.875rem;
  position: relative; }
  .road-map__text-list-item::before {
    content: '';
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    top: 0.625rem;
    left: 0.5rem; }
    @media (max-width: 1200px) {
      .road-map__text-list-item::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.5625rem;
        left: 0.4375rem; } }
  @media (max-width: 1200px) {
    .road-map__text-list-item {
      padding-left: 1.75rem; } }

.tabs-offices {
  width: 28rem; }
  @media (max-width: 1200px) {
    .tabs-offices {
      width: 100%; } }

.tabs-offices__list {
  display: flex;
  border-radius: 2rem;
  border: 1px solid var(--color-greyscale-black);
  margin-bottom: 3.5rem; }

.tabs-offices__item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .tabs-offices__item.active {
    background-color: var(--color-greyscale-black);
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    color: var(--color-white); }
    @media (max-width: 768px) {
      .tabs-offices__item.active {
        padding: 0.75rem 0.875rem; } }

.promo-404 {
  padding-top: 1.9375rem;
  padding-bottom: 6.25rem;
  height: 40.8125rem; }
  @media (max-width: 1200px) {
    .promo-404 {
      padding-top: 3.75rem; } }
  @media (max-width: 650px) {
    .promo-404 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      height: auto; } }

.promo-404__wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    .promo-404__wrapper {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; } }

.promo-404__text-wrapper {
  width: 100%;
  max-width: 18.3125rem;
  margin-top: 0.625rem; }
  @media (max-width: 1200px) {
    .promo-404__text-wrapper {
      margin-top: 4.5rem;
      max-width: 21.625rem; } }
  @media (max-width: 650px) {
    .promo-404__text-wrapper {
      max-width: 17.375rem;
      margin-top: 11.4375rem; } }

.promo-404__title-h1 {
  margin-top: auto; }
  .promo-404__title-h1 .title-h1__secondary {
    padding-left: 11.6875rem; }
    @media (max-width: 1200px) {
      .promo-404__title-h1 .title-h1__secondary {
        padding-left: 0;
        text-align: center;
        font-size: inherit;
        line-height: inherit; } }
    @media (max-width: 650px) {
      .promo-404__title-h1 .title-h1__secondary {
        letter-spacing: 0; } }
  @media (max-width: 1200px) {
    .promo-404__title-h1 .title-h1__primary {
      font-size: inherit;
      line-height: inherit;
      text-align: center; } }
  @media (max-width: 650px) {
    .promo-404__title-h1 .title-h1__primary {
      letter-spacing: 0; } }
  @media (max-width: 1200px) {
    .promo-404__title-h1 {
      margin-top: 0;
      font-size: 5.5rem;
      line-height: 5.5rem; } }
  @media (max-width: 650px) {
    .promo-404__title-h1 {
      font-size: 2.375rem;
      line-height: 2.375rem; } }

.promo-404__text {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .promo-404__text {
      margin-bottom: 0;
      text-align: center; } }

.promo-404__link.mobile {
  display: none; }
  @media (max-width: 1200px) {
    .promo-404__link.mobile {
      display: inline-block; } }

@media (max-width: 1200px) {
  .promo-404__link.desktop {
    display: none; } }

@media (max-width: 1200px) {
  .promo-404__link {
    margin-top: 1.25rem; } }

@media (max-width: 650px) {
  .promo-404__link {
    margin-top: 1.5rem; } }

.advertising-block {
  display: none; }
  @media (max-width: 650px) {
    .advertising-block.active {
      position: fixed;
      bottom: -0.3125rem;
      display: flex;
      flex-direction: column;
      width: 100%;
      z-index: 2; } }

.advertising-block__content {
  background-color: var(--color-beige); }
  @media (max-width: 650px) {
    .advertising-block__content {
      padding: 1rem; } }

@media (max-width: 650px) {
  .advertising-block__title {
    margin-bottom: 0.5rem; } }

@media (max-width: 650px) {
  .advertising-block__text {
    margin-bottom: 1.5rem; } }

.advertising-block__img {
  position: relative; }
  .advertising-block__img img {
    width: 100%; }

.advertising-block__close-button {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 1rem;
  top: 1rem;
  cursor: pointer; }

.promo-contacts {
  padding-top: 1.5rem;
  height: 33.875rem;
  position: relative; }
  @media (max-width: 1200px) {
    .promo-contacts {
      padding-top: 1rem;
      height: 40.25rem; } }
  @media (max-width: 650px) {
    .promo-contacts {
      padding-top: 0;
      height: 28.4375rem; } }
  .promo-contacts::before {
    content: "";
    position: absolute;
    width: 33.4375rem;
    min-height: 16.6875rem;
    background-image: url("/images/promo-contacts-decor.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 650px) {
      .promo-contacts::before {
        width: 20.125rem;
        min-height: 10.125rem;
        background-image: url("/images/promo-contacts-decor_mobile.svg");
        bottom: 3.125rem; } }

@media (max-width: 1200px) {
  .promo-contacts__title .title-h1__secondary {
    text-align: center;
    font-size: inherit;
    line-height: inherit; } }

@media (max-width: 650px) {
  .promo-contacts__title .title-h1__secondary {
    letter-spacing: 0; } }

@media (max-width: 1200px) {
  .promo-contacts__title .title-h1__primary {
    font-size: inherit;
    line-height: inherit;
    text-align: center; } }

@media (max-width: 650px) {
  .promo-contacts__title .title-h1__primary {
    letter-spacing: 0; } }

@media (max-width: 1200px) {
  .promo-contacts__title {
    margin-top: 0;
    font-size: 6.75rem;
    line-height: 6.75rem; } }

@media (max-width: 650px) {
  .promo-contacts__title {
    font-size: 3rem;
    line-height: 3rem; } }

.tooltip__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/tooltip-icon.svg") no-repeat;
  background-size: 100%; }
  .tooltip__icon:hover ~ .tooltip__title {
    opacity: 1; }

.tooltip {
  position: relative; }

.tooltip__title {
  position: absolute;
  width: 12.1875rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-white);
  background-color: var(--color-greyscale-black);
  z-index: 2;
  top: 50%;
  right: -0.8125rem;
  transform: translateY(-50%) translateX(100%);
  transition: 0.3s ease-out;
  opacity: 0; }
  .tooltip__title::before {
    content: '';
    position: absolute;
    width: 0.5625rem;
    height: 0.875rem;
    background: url("/images/corner.svg") no-repeat;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%); }

.faq__title {
  margin-bottom: 5rem; }
  @media (max-width: 650px) {
    .faq__title {
      margin-bottom: 2rem; } }

.faq__summary-title {
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  cursor: pointer;
  justify-content: space-between;
  color: var(--color-black); }
  .faq__summary-title_white {
    color: var(--color-white); }
  .faq__summary-title::-webkit-details-marker {
    display: none; }
  @media (max-width: 1200px) {
    .faq__summary-title {
      font-size: 1.25rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .faq__summary-title {
      align-items: flex-start; } }

.faq__btn-toggler {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid var(--color-orange);
  position: relative;
  margin-left: 2rem; }
  .faq__btn-toggler::before, .faq__btn-toggler::after {
    content: "";
    position: absolute;
    background-color: var(--color-orange);
    left: 50%;
    top: 50%;
    transition: 0.3s ease-out;
    transform: translate(-50%, -50%); }
  .faq__btn-toggler::before {
    width: 1.25rem;
    height: 1px; }
  .faq__btn-toggler::after {
    width: 1px;
    height: 1.25rem; }

.faq__item {
  margin-bottom: 2.6875rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-grey-40); }
  .faq__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .faq__item[open] .faq__btn-toggler::before, .faq__item[open] .faq__btn-toggler::after {
    transform: translate(-50%, -50%) rotate(45deg); }
  @media (max-width: 1200px) {
    .faq__item {
      margin-bottom: 1.75rem; } }
  @media (max-width: 650px) {
    .faq__item {
      margin-bottom: 1.5rem; } }
  .faq__item_last {
    border-bottom: none;
    padding-bottom: 0; }

.faq__text {
  margin-bottom: 1rem; }
  .faq__text:last-child {
    margin-bottom: 0; }
  .faq__text_before-list {
    margin-bottom: 0.5rem; }

.faq__text-before-list {
  margin-bottom: 1rem; }

.faq__answer {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem; }
  @media (max-width: 1200px) {
    .faq__answer {
      padding-top: 1rem;
      padding-bottom: 0; } }
  @media (max-width: 650px) {
    .faq__answer {
      padding-top: 1rem; } }

.faq__answer-specification {
  padding-bottom: 0; }

.faq__content-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem; }
  .faq__content-list:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .faq__content-list {
      gap: 0.625rem; } }

.faq__list-item {
  padding-left: 1.875rem;
  position: relative; }
  .faq__list-item::before {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    left: 0.4375rem;
    top: 0.5rem; }
    @media (max-width: 1200px) {
      .faq__list-item::before {
        width: 0.25rem;
        height: 0.25rem; } }
  @media (max-width: 1200px) {
    .faq__list-item {
      padding-left: 1.5rem; } }

.faq__sub-list-item {
  padding-left: 1.375rem;
  position: relative; }
  .faq__sub-list-item::before {
    content: '';
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-black);
    position: absolute;
    left: 0.4375rem;
    top: 0.5rem; }
    @media (max-width: 1200px) {
      .faq__sub-list-item::before {
        width: 0.25rem;
        height: 0.25rem; } }

.faq__text-block {
  max-width: 42.6875rem; }

.faq__figure-wrapper {
  margin-top: 1rem; }
  @media (max-width: 1200px) {
    .faq__figure-wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      margin-top: 0; } }
  @media (max-width: 650px) {
    .faq__figure-wrapper {
      grid-template-columns: 1fr;
      gap: 1rem; } }

@media (max-width: 1200px) {
  .faq__img {
    height: auto; } }

@media (max-width: 1200px) {
  .faq__title-h4 {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 0.5rem; } }

.faq__row {
  display: flex;
  gap: 9rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color-grey-40); }
  .faq__row:first-child {
    padding: 0 0 1.5rem; }
    @media (max-width: 1024px) {
      .faq__row:first-child {
        padding: 0 0 1rem; } }
  .faq__row:last-child {
    border-bottom: none; }
  @media (max-width: 1024px) {
    .faq__row {
      gap: 9.25rem;
      padding: 1rem 0; } }
  @media (max-width: 650px) {
    .faq__row {
      flex-direction: column;
      gap: 0.5rem; } }

.faq__col-left {
  max-width: 20.625rem;
  width: 100%; }
  @media (max-width: 1024px) {
    .faq__col-left {
      max-width: 14rem; } }
  @media (max-width: 650px) {
    .faq__col-left {
      max-width: 100%; } }

.faq__col-right {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .faq__col-right {
      width: 100%; } }

.faq__list-block {
  display: flex;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .faq__list-block {
      flex-direction: column; } }
  @media (max-width: 1024px) {
    .faq__list-block {
      gap: 1rem; } }

.faq__list-col {
  display: flex;
  flex-direction: column;
  min-width: 24.375rem;
  max-width: 24.375rem;
  width: 100%;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .faq__list-col {
      gap: 0.625rem; } }
  @media (max-width: 1024px) {
    .faq__list-col {
      min-width: 100%;
      max-width: 100%; } }
  .faq__list-col:last-child {
    max-width: 100%;
    width: 100%; }

.faq__after-text {
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .faq__after-text {
      margin-top: 2.5rem; } }
  @media (max-width: 650px) {
    .faq__after-text {
      margin-top: 2rem; } }

.footer {
  background-color: var(--color-greyscale-black);
  padding-top: 2.5rem;
  padding-bottom: 2rem; }
  @media (max-width: 1200px) {
    .footer {
      padding-top: 2.625rem;
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .footer {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18.375rem; }
  @media (max-width: 1200px) {
    .footer__top {
      flex-direction: column;
      gap: 2.5rem;
      margin-bottom: 7.75rem; } }
  @media (max-width: 650px) {
    .footer__top {
      margin-bottom: 2.6875rem; } }

.footer__menu {
  display: flex;
  align-items: flex-start;
  gap: 3.125rem; }
  @media (max-width: 1200px) {
    .footer__menu {
      gap: 1.875rem;
      width: 100%;
      justify-content: space-between; } }
  @media (max-width: 768px) {
    .footer__menu {
      flex-direction: column;
      gap: 3.75rem; } }
  @media (max-width: 650px) {
    .footer__menu {
      gap: 1.6875rem; } }

.footer__menu-title {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-orange);
  margin-bottom: 1rem; }

.footer__menu-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: max-content; }

.footer__submenu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

.footer__submenu-link {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white); }
  .footer__submenu-link:hover {
    color: var(--color-light-orange); }
  .footer__submenu-link:active {
    color: var(--color-dark-orange); }

.footer__submenu-item {
  display: flex; }

.footer__submenu-two-col {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.75rem 2rem; }
  @media (max-width: 1200px) {
    .footer__submenu-two-col {
      gap: 0.75rem 1.25rem;
      grid-template-columns: repeat(2, 7.75rem); } }
  @media (max-width: 768px) {
    .footer__submenu-two-col {
      grid-template-columns: repeat(2, auto); } }
  @media (max-width: 650px) {
    .footer__submenu-two-col {
      grid-template-columns: 1fr; } }

.footer__text {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0; }

.footer__submenu-address {
  max-width: 11.75rem; }

.footer__title {
  margin: 0;
  color: var(--color-white);
  font-size: 4.25rem;
  line-height: 4.25rem;
  max-width: 35.3125rem;
  text-transform: uppercase; }
  .footer__title span {
    font-family: var(--font-secondary); }
  @media (max-width: 1200px) {
    .footer__title {
      font-size: 3rem;
      line-height: 3.625rem; }
      .footer__title span {
        white-space: nowrap; } }
  @media (max-width: 650px) {
    .footer__title {
      font-size: 1.625rem;
      line-height: 2rem;
      max-width: 14.875rem; } }

.footer__company-information {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  @media (max-width: 1200px) {
    .footer__company-information {
      justify-content: space-between; } }
  @media (max-width: 768px) {
    .footer__company-information {
      flex-direction: column;
      align-items: flex-start;
      gap: 2.5rem; } }

.footer__company-information-wrapper {
  display: flex;
  flex-grow: 1; }
  @media (max-width: 1200px) {
    .footer__company-information-wrapper {
      flex-wrap: wrap;
      gap: 0.75rem 1.875rem;
      max-width: 18.9375rem; } }

.footer__address {
  margin-right: auto; }
  @media (max-width: 1200px) {
    .footer__address {
      width: auto;
      margin-right: 0; } }

.footer__link:hover {
  color: var(--color-light-orange); }

.footer__link:active {
  color: var(--color-dark-orange); }

.footer__link-phone {
  margin-right: 2rem; }
  @media (max-width: 1200px) {
    .footer__link-phone {
      margin-right: 0; } }

.footer__link-contacts {
  margin-right: 3.0625rem; }
  @media (max-width: 1200px) {
    .footer__link-contacts {
      margin-right: 0; } }

.footer__social {
  display: flex;
  gap: 0.8125rem; }
  @media (max-width: 650px) {
    .footer__social {
      gap: 0.5rem; } }

.footer__social-link {
  display: flex; }
  .footer__social-link svg {
    width: 2.75rem;
    height: 2.75rem; }
  .footer__social-link rect, .footer__social-link path {
    transition: 0.3s ease-out; }
  .footer__social-link:hover rect {
    stroke: var(--color-light-orange); }
  .footer__social-link:hover path {
    fill: var(--color-light-orange); }
  .footer__social-link:active rect {
    stroke: var(--color-dark-orange); }
  .footer__social-link:active path {
    fill: var(--color-dark-orange); }
  @media (max-width: 650px) {
    .footer__social-link svg {
      width: 2.5rem;
      height: 2.5rem; } }

.footer__bottom {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-grey-80);
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem; }
  @media (max-width: 800px) {
    .footer__bottom {
      flex-direction: column; } }
  @media (max-width: 1200px) {
    .footer__bottom {
      padding-bottom: 1.4375rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .footer__bottom {
      padding-bottom: 2.5rem;
      margin-bottom: 2.5rem; } }

.footer__text-copy {
  margin-bottom: 1.0625rem; }
  .footer__text-copy a {
    color: var(--color-orange); }
    .footer__text-copy a:hover {
      color: var(--color-light-orange); }
    .footer__text-copy a:active {
      color: var(--color-dark-orange); }
  .footer__text-copy:last-child {
    margin-bottom: 0; }

@media (max-width: 1200px) {
  .footer__submenu-link_mail {
    white-space: nowrap; } }

@media (max-width: 1200px) {
  .footer__submenu-link_tel {
    white-space: nowrap; } }

.footer__logo-footer {
  width: 8rem; }
  @media (max-width: 650px) {
    .footer__logo-footer {
      width: 8.5rem; } }

.footer-second {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent; }

.footer-second__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative; }
  .footer-second__wrapper::before {
    content: '';
    position: absolute;
    width: calc(100% - 3.125rem);
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-grey-40); }
    @media (max-width: 1200px) {
      .footer-second__wrapper::before {
        width: calc(100% - 3rem); } }
    @media (max-width: 650px) {
      .footer-second__wrapper::before {
        width: calc(100% - 2rem); } }
  @media (max-width: 1200px) {
    .footer-second__wrapper {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.footer-second__social-link svg {
  width: 3rem;
  height: 3rem; }
  @media (max-width: 1200px) {
    .footer-second__social-link svg {
      width: 2.5rem;
      height: 2.5rem; } }

.footer-second__social {
  gap: 0.625rem; }

.footer-second__info-text {
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.15px;
  max-width: 18.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .footer-second__info-text a {
    color: var(--color-orange); }
    .footer-second__info-text a:hover {
      color: var(--color-light-orange); }
    .footer-second__info-text a:active {
      color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .footer-second__info-text {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1024px) {
    .footer-second__info-text {
      position: static;
      transform: none; } }
  @media (max-width: 650px) {
    .footer-second__info-text {
      display: none; } }

@media (max-width: 1200px) {
  .footer-second__logo-wrapper {
    margin-right: 0; } }

.callback__text {
  margin: 0;
  margin-bottom: 5.5rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: var(--color-white);
  max-width: 33.8125rem; }
  @media (max-width: 1200px) {
    .callback__text {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-top: 2.125rem;
      margin-bottom: 1.9375rem; } }
  .callback__text_big-text {
    font-size: 1.875rem;
    line-height: 2.25rem; }
    @media (max-width: 1200px) {
      .callback__text_big-text {
        font-size: 1.25rem;
        line-height: 1.625rem; } }

.callback__title {
  margin-bottom: 1rem;
  padding-right: 2rem; }
  @media (max-width: 1200px) {
    .callback__title {
      margin-bottom: 0.5rem; } }

.callback__prev-text {
  margin-bottom: 5.5rem;
  padding-right: 2rem; }
  @media (max-width: 1200px) {
    .callback__prev-text {
      margin-bottom: 2rem; } }

.success__title {
  margin: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--color-white);
  font-size: 1.875rem;
  line-height: 2.25rem; }
  @media (max-width: 1200px) {
    .success__title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-bottom: 1.25rem; } }

.success__text {
  margin: 0;
  margin-bottom: 1.375rem;
  text-align: center;
  color: var(--color-white); }
  @media (max-width: 1200px) {
    .success__text {
      margin-bottom: 1.25rem; } }
  .success__text:last-of-type {
    margin-bottom: 0; }

.success__btn-close {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 19.0625rem;
  margin-top: 2.5rem;
  padding: 0.5625rem;
  font-size: 1rem;
  line-height: 1.375rem; }
  @media (max-width: 1200px) {
    .success__btn-close {
      padding: 0.75rem;
      max-width: 27rem;
      width: 100%;
      margin-top: 2rem; } }

.success__btn-wrapper {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  @media (max-width: 1200px) {
    .success__btn-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 2rem; } }

.close-popup-button {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1; }
  @media (max-width: 1200px) {
    .close-popup-button {
      top: 0.5rem;
      right: 0.5rem; } }

.close-popup-button__svg {
  width: 100%;
  height: 100%;
  fill: var(--color-white);
  transition: 0.3s ease-out; }
  .close-popup-button__svg:hover {
    fill: var(--color-light-orange); }
  .close-popup-button__svg:active {
    fill: var(--color-orange); }
  .close-popup-button__svg-orange {
    fill: var(--color-orange); }

.materials-popup__input {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  .materials-popup__input:focus ~ .materials-popup__label {
    top: -0.3125rem; }
    @media (max-width: 1200px) {
      .materials-popup__input:focus ~ .materials-popup__label {
        top: -0.75rem; } }
  @media (max-width: 1200px) {
    .materials-popup__input {
      padding-top: 0.375rem;
      padding-bottom: 0.75rem; } }

.materials-popup__label {
  top: 0.9375rem; }
  @media (max-width: 1200px) {
    .materials-popup__label {
      top: 0.375rem; } }

.materials-popup__item {
  margin-bottom: 1.5rem; }

.materials-popup__close-btn {
  top: 1.875rem; }
  @media (max-width: 1200px) {
    .materials-popup__close-btn {
      top: 1.5rem; } }

.materials-popup__item-checkbox {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .materials-popup__item-checkbox {
      margin-top: 1.5rem;
      margin-bottom: 2rem; } }

.materials-popup__submit {
  min-width: 16.25rem; }
  @media (max-width: 1200px) {
    .materials-popup__submit {
      width: auto;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; } }
  @media (max-width: 650px) {
    .materials-popup__submit {
      width: 100%; } }

.form__input_not-empty ~ .materials-popup__label {
  top: -0.3125rem; }
  @media (max-width: 1200px) {
    .form__input_not-empty ~ .materials-popup__label {
      top: -0.75rem; } }

@media (max-width: 1200px) {
  .materials-popup__fake-checked {
    top: 0; } }

.materials-popup__success-text {
  margin-bottom: 2rem; }
  .materials-popup__success-text a {
    color: var(--color-orange); }
    .materials-popup__success-text a:hover {
      color: var(--color-light-orange); }
    .materials-popup__success-text a:active {
      color: var(--color-dark-orange); }

.materials-popup__success-btn-close {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 16.25rem; }
  @media (max-width: 1200px) {
    .materials-popup__success-btn-close {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; } }

.product-accordion__video {
  max-width: 100%; }

.product-accordion__item {
  padding: 2.5rem;
  border: 1px solid var(--color-orange); }
  .product-accordion__item.active .product-accordion__btn-show {
    transform: rotate(180deg); }
  @media (max-width: 1200px) {
    .product-accordion__item {
      padding: 1.5rem; } }
  @media (max-width: 650px) {
    .product-accordion__item {
      padding: 1rem; } }

.product-accordion__header {
  position: relative;
  padding-right: 1.5rem;
  cursor: pointer; }

.product-accordion__btn-show {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0; }
  .product-accordion__btn-show::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url("/images/accordion-icon.svg") no-repeat;
    background-size: 100%; }

.product-accordion__body-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5rem; }
  @media (max-width: 1200px) {
    .product-accordion__body-wrapper {
      flex-direction: column-reverse;
      gap: 1.5rem;
      margin-top: 2rem; } }

.product-accordion__col {
  width: 100%;
  max-width: 32.875rem;
  display: flex; }
  @media (max-width: 1200px) {
    .product-accordion__col {
      max-width: none; } }

@media (max-width: 1200px) {
  .product-accordion__col-iframe {
    position: relative;
    padding: 0 0 56.25% 0;
    height: 0;
    overflow: hidden; } }

.product-accordion__col iframe, .product-accordion__col object, .product-accordion__col embed {
  max-height: 18.5rem; }
  @media (max-width: 1200px) {
    .product-accordion__col iframe, .product-accordion__col object, .product-accordion__col embed {
      max-height: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.product-accordion {
  display: grid;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .product-accordion {
      gap: 1rem; } }

.product-accordion__text-list {
  display: grid;
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .product-accordion__text-list {
      gap: 0.625rem; } }

.product-accordion__text-item {
  position: relative;
  padding-left: 1.875rem; }
  .product-accordion__text-item::before {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    top: 0.625rem;
    left: 0.5rem; }
    @media (max-width: 1200px) {
      .product-accordion__text-item::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.5625rem;
        left: 0.4375rem; } }
  @media (max-width: 1200px) {
    .product-accordion__text-item {
      padding-left: 1.5rem; } }

.product-accordion__body {
  display: none; }

.preview-title__title span {
  color: var(--color-grey-60);
  font-size: 1rem;
  line-height: 1.375rem;
  vertical-align: middle; }
  @media (max-width: 1200px) {
    .preview-title__title span {
      font-size: 0.75rem;
      line-height: 1rem; } }

@media (max-width: 650px) {
  .preview-title__title {
    font-size: 1rem;
    line-height: 1.375rem; } }

.subscribe-second__container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-image: url("/images/subscribe-second.webp"); }
  .subscribe-second__container::before {
    background-image: url("/images/subscribe-second-products.png");
    width: 40.3125rem;
    height: 18.1875rem;
    top: 1.0625rem;
    right: -1.6875rem; }
  @media (max-width: 1200px) {
    .subscribe-second__container::before {
      width: 31.1875rem;
      height: 14.3125rem;
      top: auto;
      bottom: -1.25rem;
      right: -1.9375rem; } }
  @media (max-width: 650px) {
    .subscribe-second__container::before {
      width: 22.75rem;
      height: 12.125rem;
      top: auto;
      bottom: -1.25rem;
      right: auto;
      left: 50%;
      transform: translateX(-50%); } }

.highcharts-button-box {
  display: none; }

.highcharts-button-symbol {
  x: 0;
  y: 0;
  transform: none; }

.highcharts-menu-item::before {
  display: none; }

.highcharts-root {
  font-family: inherit !important; }
  .highcharts-root text {
    font-weight: 400 !important; }

.highcharts-axis-line {
  stroke: #D5D6D8; }

.highcharts-xaxis-labels text {
  fill: #AAADB0 !important; }

.highcharts-data-label text {
  fill: var(--color-black) !important; }

.chart-column .highcharts-point-hover {
  fill: var(--color-orange) !important; }

.chart-column-4 .highcharts-axis-line {
  opacity: 0; }

.chart-column-4 .highcharts-point-hover {
  fill: var(--color-orange); }

.chart-column-4 .highcharts-xaxis-labels text {
  fill: var(--color-black) !important; }

.chart-column-5 .highcharts-tick {
  display: none; }

.chart-column-5 .highcharts-yaxis-labels text {
  fill: #AAADB0 !important; }

.highcharts-text-outline {
  fill: var(--color-white) !important;
  stroke: var(--color-white) !important; }

.schema-svg-second__animation-wrapper {
  display: flex;
  position: relative; }
  @media (max-width: 1200px) {
    .schema-svg-second__animation-wrapper {
      display: none; } }

.schema-svg-second__list-wrapper {
  margin-bottom: 3.125rem; }
  @media (max-width: 1200px) {
    .schema-svg-second__list-wrapper {
      margin-bottom: 1.5rem; } }

.schema-svg-second__dynamic-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.schema-svg-second__animation-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s ease-in-out; }

.schema-svg-second__color-area_1 {
  border: 1px solid var(--color-black);
  border-radius: 0.25rem; }

.schema-svg-second__color-area_2 {
  background-color: var(--color-light-turquoise); }

.schema-svg-second__color-area_3 {
  border: 1px solid var(--color-orange);
  border-radius: 0.25rem; }

.schema-svg-second__color-area {
  width: 100%;
  display: flex;
  align-items: flex-start; }

.schema-svg-second__animation-title {
  margin-bottom: 1.25rem; }

.schema-svg-second__animated-element {
  position: absolute;
  transition: 0.5s ease-in-out; }

.schema-svg-second__animated-line {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  transition: 0.5s ease-in-out; }
  .schema-svg-second__animated-line::before {
    content: "";
    position: absolute;
    border-left: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-bottom: 0.375rem solid var(--color-black);
    transition: 0.5s ease-in-out; }
  .schema-svg-second__animated-line_dashed {
    border-style: dashed; }
  .schema-svg-second__animated-line_black {
    border-color: var(--color-black); }
  .schema-svg-second__animated-line_blue {
    border-color: var(--color-blue); }
    .schema-svg-second__animated-line_blue::before {
      border-bottom-color: var(--color-blue); }
  .schema-svg-second__animated-line_orange {
    border-color: var(--color-orange); }
    .schema-svg-second__animated-line_orange::before {
      border-bottom-color: var(--color-orange); }

.schema-svg-second__img-wrapper {
  display: none; }
  @media (max-width: 1200px) {
    .schema-svg-second__img-wrapper {
      display: flex;
      justify-content: center;
      align-items: flex-start; } }

.schema-svg-second-mdr__animation-col_1 {
  width: 24.25rem; }

.schema-svg-second-mdr__animation-col_2 {
  width: 16.6875rem; }

.schema-svg-second-mdr__animation-col_3 {
  flex-grow: 1; }

.schema-svg-second-mdr__color-area {
  height: 24.6875rem; }

.schema-svg-second-mdr__img_1 {
  margin-top: 2.375rem;
  margin-left: 1.4375rem;
  width: 20.4375rem;
  height: 18.75rem; }

.schema-svg-second-mdr__img_2 {
  margin-left: auto;
  margin-right: 1.3125rem;
  margin-top: 1.375rem;
  width: 26.0625rem;
  height: 21.75rem; }

.schema-svg-second-mdr__animation-wrapper {
  gap: 1.25rem; }

.schema-svg-second-mdr__animated-img-2 {
  top: 7.4375rem;
  left: 46.0625rem; }
  .schema-svg-second-mdr__animated-img-2 img {
    width: 8.375rem;
    height: 14.625rem; }

.schema-svg-second-mdr__animated-img-1 {
  top: 13.375rem;
  left: 29.0625rem; }
  .schema-svg-second-mdr__animated-img-1 img {
    width: 9.5rem;
    height: 5.75rem; }

.schema-svg-second-mdr__animated-line_1 {
  width: 28.4375rem;
  height: 7.5625rem;
  border-right: none;
  border-top: none;
  left: 20.4375rem;
  bottom: 2.1875rem; }
  .schema-svg-second-mdr__animated-line_1::before {
    right: 0;
    bottom: 2.5625rem;
    transform: translateX(50%); }
  .schema-svg-second-mdr__animated-line_1::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 2.75rem;
    right: 0;
    bottom: 0;
    background-color: var(--color-black); }

.schema-svg-second-mdr__animated-line_2 {
  width: 43.4375rem;
  height: 6.125rem;
  border-bottom: none;
  border-right: none;
  top: 5.125rem;
  left: 20.4375rem; }
  .schema-svg-second-mdr__animated-line_2::before {
    bottom: -0.25rem;
    left: 0;
    transform: rotate(180deg) translateX(50%); }

.schema-svg-second-mdr__animated-line_3 {
  width: 1px;
  height: 1.875rem;
  border-right: none;
  border-top: none;
  border-bottom: none;
  top: 5.125rem;
  left: 50.125rem; }
  .schema-svg-second-mdr__animated-line_3::before {
    bottom: -0.25rem;
    left: 0;
    transform: rotate(180deg) translateX(50%); }

.schema-svg-second-mdr__animated-line_4 {
  width: 9.5rem;
  height: 2.75rem;
  bottom: 2.1875rem;
  right: 26.125rem;
  border-top: none;
  border-right: none; }
  .schema-svg-second-mdr__animated-line_4::before {
    left: 0;
    bottom: 2.5625rem;
    transform: translateX(-50%); }

.schema-svg-second-mdr__animated-line_5 {
  width: 5.6875rem;
  height: 1px;
  border-bottom: none;
  border-right: none;
  border-left: none;
  bottom: 2.125rem;
  left: 73.4375rem; }
  .schema-svg-second-mdr__animated-line_5::before {
    top: 0;
    right: -0.375rem;
    transform: translateY(-50%) rotate(90deg); }

.schema-svg-second-mdr__animated-line_6 {
  width: 5.6875rem;
  height: 1px;
  left: 74.0625rem;
  top: 5.1875rem;
  border-bottom: none;
  border-right: none;
  border-left: none; }
  .schema-svg-second-mdr__animated-line_6::before {
    left: -0.25rem;
    top: 0;
    transform: translateY(-50%) rotate(-90deg); }

.schema-svg-second-mdr__animated-line_7 {
  width: 1px;
  height: 9.5rem;
  right: 3.4375rem;
  top: 10.625rem; }
  .schema-svg-second-mdr__animated-line_7::before {
    bottom: -0.25rem;
    right: 0;
    transform: translateX(50%) rotate(180deg); }

.schema-svg-second-mdr__animated-line_8 {
  width: 28.25rem;
  height: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  top: 11.625rem;
  right: 3.5rem; }
  .schema-svg-second-mdr__animated-line_8::before {
    left: -0.25rem;
    transform: rotate(-90deg) translateX(50%); }

.schema-svg-second-mdr__animated-line_9 {
  width: 1px;
  height: 1.75rem;
  border-right: none;
  border-top: none;
  border-bottom: none;
  right: 20rem;
  top: 11.625rem; }
  .schema-svg-second-mdr__animated-line_9::before {
    display: none; }

.schema-svg-second-mdr__tabs-section-2:not(.visually-hidden) ~ .schema-svg-second-mdr__animation-wrapper .schema-svg-second-mdr__animation-col_1 {
  width: 39.0625rem; }

.schema-svg-second-mdr__tabs-section-2:not(.visually-hidden) ~ .schema-svg-second-mdr__animation-wrapper .schema-svg-second-mdr__animation-col_2 {
  width: 16.6875rem; }

.schema-svg-second-mdr__tabs-section-2:not(.visually-hidden) ~ .schema-svg-second-mdr__animation-wrapper .schema-svg-second-mdr__animated-img-2 {
  left: 29.1875rem; }

.schema-svg-second-mdr__tabs-section-2:not(.visually-hidden) ~ .schema-svg-second-mdr__animation-wrapper .schema-svg-second-mdr__animated-img-1 {
  left: 43.875rem; }

.schema-svg-second-mdr__tabs-section-2:not(.visually-hidden) ~ .schema-svg-second-mdr__animation-wrapper .schema-svg-second-mdr__animated-line_1 {
  width: 11.75rem; }

.schema-svg-second-mdr__tabs-section-2:not(.visually-hidden) ~ .schema-svg-second-mdr__animation-wrapper .schema-svg-second-mdr__animated-line_3 {
  left: 33.375rem; }

.schema-svg-second-mdr__tabs-section-2:not(.visually-hidden) ~ .schema-svg-second-mdr__animation-wrapper .schema-svg-second-mdr__animated-line_4 {
  width: 26.5rem; }
  .schema-svg-second-mdr__tabs-section-2:not(.visually-hidden) ~ .schema-svg-second-mdr__animation-wrapper .schema-svg-second-mdr__animated-line_4::before {
    left: 26.3125rem;
    bottom: 0;
    transform: rotate(90deg) translateX(50%); }

.schema-svg-second-mdr__tabs-section-2:not(.visually-hidden) ~ .schema-svg-second-mdr__animation-wrapper .schema-svg-second-mdr__animated-line_8 {
  width: 46.5625rem; }

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }

.tags__item {
  padding: 0.125rem 0.6875rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid; }
  .tags__item_big {
    padding: 0.4375rem 0.9375rem; }
  .tags__item_orange {
    color: var(--color-orange);
    border-color: var(--color-orange); }
  .tags__item_light-turquoise {
    border-color: var(--color-light-turquoise);
    background-color: var(--color-light-turquoise); }
  .tags__item_beige {
    color: var(--color-burgundy);
    border-color: rgba(95, 18, 36, 0.4);
    background-color: var(--color-beige); }
  @media (max-width: 1200px) {
    .tags__item {
      padding: 0.25rem 0.6875rem; } }
  .tags__item_small {
    padding: 0.1875rem 0.4375rem;
    font-size: 0.75rem;
    line-height: 1rem; }

.cyberchampionship-figure {
  overflow: hidden;
  padding-top: 4.375rem;
  z-index: 2; }
  @media (max-width: 1200px) {
    .cyberchampionship-figure {
      padding-top: 64px;
      overflow: initial; } }
  @media (max-width: 650px) {
    .cyberchampionship-figure {
      padding-top: 40px; } }

.cyberchampionship-figure__figure-list {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-figure__figure-list {
      margin-bottom: 24px; } }

.cyberchampionship-figure__img {
  max-width: none;
  transform: translateX(-1.4375rem) translateY(-9.8125rem); }
  @media (max-width: 1200px) {
    .cyberchampionship-figure__img {
      transform: translateX(0) translateY(-158px);
      height: auto;
      object-fit: initial;
      width: 720px;
      max-width: 100%;
      max-height: none; } }
  @media (max-width: 650px) {
    .cyberchampionship-figure__img {
      transform: translateX(0) translateY(0);
      width: 328px; } }

.cyberchampionship-figure__container {
  margin-top: -9.625rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-figure__container {
      margin-top: 56px;
      flex-direction: column;
      gap: 24px; } }
  @media (max-width: 650px) {
    .cyberchampionship-figure__container {
      margin-top: 32px; } }

.cyberchampionship-figure__col {
  width: 100%;
  max-width: 35.375rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-figure__col {
      max-width: none; } }

.cyberchampionship-figure__prev-text {
  text-transform: uppercase; }

.cyberchampionship-figure__list {
  display: grid;
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-figure__list {
      gap: 16px; } }
  @media (max-width: 650px) {
    .cyberchampionship-figure__list {
      gap: 12px; } }

.cyberchampionship-figure__list-item {
  padding-left: 1.875rem;
  position: relative; }
  .cyberchampionship-figure__list-item::before {
    content: "";
    position: absolute;
    width: 1.375rem;
    height: 1.625rem;
    background: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/cyberchampionship-figure-icon.svg") no-repeat;
    background-size: 100%;
    left: 0;
    top: 0; }

.cyberchampionship-figure__picture {
  position: relative;
  z-index: -1;
  opacity: 0;
  transform: translateX(-150%); }
  @media (max-width: 1200px) {
    .cyberchampionship-figure__picture {
      max-width: none;
      display: flex;
      justify-content: center;
      align-items: center; } }

@media (max-width: 1200px) {
  .cyberchampionship-figure__text-block {
    margin-top: -287px; } }

@media (max-width: 650px) {
  .cyberchampionship-figure__text-block {
    margin-top: -56px; } }

@media (max-width: 1200px) {
  .cyberchampionship-figure__title-h3 {
    font-size: 1rem;
    line-height: 1.375rem; }
    .cyberchampionship-figure__title-h3:first-child {
      margin-bottom: 16px; } }

.cyberchampionship-figure__text span {
  vertical-align: baseline; }

@media (max-width: 650px) {
  .cyberchampionship-figure__text {
    font-size: 1rem;
    line-height: 1.375rem; } }

@media (max-width: 650px) {
  .cyberchampionship-figure__img-block {
    margin-top: -46px; } }

.cyberchampionship-main {
  background-color: var(--color-full-black); }
  .cyberchampionship-main > section:not(.ticker) {
    background-color: var(--color-full-black);
    position: relative; }

.search-promo {
  padding: 4.75rem 0; }
  @media (max-width: 650px) {
    .search-promo {
      padding: 1.5rem 0; } }

.search-promo__wrapper {
  max-width: 100%; }

.search-promo__inner {
  max-width: 72.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 2rem; }
  @media (max-width: 650px) {
    .search-promo__inner {
      margin-top: 1.5rem; } }

.search-promo__form {
  width: 100%;
  position: relative; }

.search-promo__form-input {
  width: 100%;
  border: 1px solid var(--color-grey);
  padding: 0.625rem 0.5rem 0.625rem 1rem;
  height: 3rem;
  border-radius: 2rem;
  background: transparent;
  padding-right: 6.25rem; }
  @media (max-width: 650px) {
    .search-promo__form-input {
      padding-right: 2.25rem; } }
  .search-promo__form-input.input-error {
    border: 1px solid #f43e25;
    outline: none; }
  .search-promo__form-input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-white);
    caret-color: var(--color-white); }
  .search-promo__form-input::-webkit-input-placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-black);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .search-promo__form-input::-webkit-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .search-promo__form-input::-moz-placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-black);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .search-promo__form-input::-moz-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .search-promo__form-input::-moz-placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-black);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .search-promo__form-input::-moz-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .search-promo__form-input::-ms-input-placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-black);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .search-promo__form-input::-ms-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .search-promo__form-input::placeholder {
    text-transform: uppercase;
    transition: 0.3s ease-out;
    color: var(--color-black);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .search-promo__form-input::placeholder {
        text-transform: none;
        color: var(--color-grey-80); } }
  .search-promo__form-input:focus {
    outline: none; }
    .search-promo__form-input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .search-promo__form-input:focus::-moz-placeholder {
      opacity: 0; }
    .search-promo__form-input:focus:-moz-placeholder {
      opacity: 0; }
    .search-promo__form-input:focus:-ms-input-placeholder {
      opacity: 0; }

.search-promo__search-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-orange);
  color: #fff;
  font-size: 1rem;
  line-height: 137%;
  text-align: center;
  border: none;
  cursor: pointer;
  height: 2rem;
  padding: 0 0.75rem;
  border-radius: 2rem;
  width: 5.5rem; }
  @media (max-width: 650px) {
    .search-promo__search-btn {
      padding: 0;
      background: none;
      height: auto;
      width: auto; } }
  @media (max-width: 650px) {
    .search-promo__search-btn p {
      display: none; } }
  .search-promo__search-btn svg {
    display: none; }
    @media (max-width: 650px) {
      .search-promo__search-btn svg {
        display: block; } }

.search-promo__clear-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0; }
  .search-promo__clear-btn svg {
    width: 2.25rem;
    height: 2.25rem; }

.search-promo__result {
  margin-top: 2rem;
  text-align: center; }
  @media (max-width: 650px) {
    .search-promo__result {
      margin-top: 1.5rem; } }

.search-promo__result-text {
  display: none;
  color: var(--color-orange); }

.search-promo__result-value {
  color: var(--color-black); }

.search-result__items {
  max-width: 72.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem; }
  @media (max-width: 650px) {
    .search-result__items {
      gap: 2rem; } }

.search-result__item {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-grey-20);
  transition: all .3s linear; }
  @media (max-width: 650px) {
    .search-result__item {
      padding-bottom: 1.5rem; } }
  .search-result__item:hover {
    border-bottom: 1px solid var(--color-orange); }

.search-result__header {
  margin-bottom: 2rem;
  display: flex;
  gap: 0.5rem; }
  @media (max-width: 650px) {
    .search-result__header {
      margin-bottom: 1.5rem; } }

.search-result__header-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-grey-90);
  font-size: 1rem;
  line-height: 137%;
  padding: 0.5rem;
  height: 2rem;
  background: var(--color-beige);
  border-radius: 0.25rem; }
  @media (max-width: 650px) {
    .search-result__header-block {
      font-size: 0.75rem;
      line-height: 133%;
      padding: 0.25rem;
      height: 1.5rem; } }

.search-result__item-title {
  margin-bottom: 1rem; }
  @media (max-width: 650px) {
    .search-result__item-title {
      margin-bottom: 0.75rem; } }

.search-result__item-text {
  margin-bottom: 1rem; }
  @media (max-width: 650px) {
    .search-result__item-text {
      margin-bottom: 1.5rem; } }
  .search-result__item-text span {
    background: var(--color-light-orange_2); }

.search-result__item-link {
  text-transform: none; }

.search-result__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem; }
  @media (max-width: 650px) {
    .search-result__footer {
      margin-top: 2.5rem; } }

.search-result__statistic {
  max-width: 18rem;
  text-align: center; }
  @media (max-width: 650px) {
    .search-result__statistic {
      max-width: 100%;
      width: 100%; } }

.search-result__statistic-line {
  position: relative;
  height: 0.25rem;
  margin-top: 0.8125rem;
  width: 100%;
  border-radius: 0.1875rem;
  background: var(--color-grey-20); }

.search-result__statistic-line-active {
  border-radius: 0.1875rem;
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-orange); }

.search-result__show-more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem; }
  @media (max-width: 650px) {
    .search-result__show-more {
      margin-top: 2.5rem;
      width: 100%;
      max-width: 100%; } }

.qualifying-stage-nav__languages-list {
  margin-right: 0; }

.ticker {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--color-beige);
  z-index: 1;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .ticker {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.ticker__wrapper {
  width: 100%;
  overflow: hidden;
  display: inline-flex;
  align-items: center; }
  .ticker__wrapper > div {
    display: flex; }

.js-marquee {
  display: flex; }

.ticker__text {
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap; }
  .ticker__text::before {
    content: '';
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/ticker-marker.svg");
    background-size: 100%;
    margin-right: 1.5rem; }

.ticker__wrapper-inner {
  display: inline-flex;
  align-items: center; }

@keyframes movementLeft {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-100%, 0, 0); } }

.qualifying-stage__title {
  margin-bottom: 0.875rem; }
  @media (max-width: 1200px) {
    .qualifying-stage__title {
      margin-bottom: 0.5rem; } }
  @media (max-width: 650px) {
    .qualifying-stage__title {
      margin-bottom: 2rem; } }

.qualifying-stage__link {
  margin-left: auto;
  margin-bottom: 1.5rem; }
  @media (max-width: 650px) {
    .qualifying-stage__link {
      margin-left: 0;
      margin-bottom: 1rem; } }

.qualifying-stage__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.qualifying-stage__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.qualifying-stage__item {
  color: var(--color-white);
  padding: 1.125rem 1.3125rem;
  transition: 0.3s ease-in-out; }
  @media (min-width: 1201px) {
    .qualifying-stage__item:first-child {
      padding-left: 1.5rem; } }
  @media (min-width: 1201px) {
    .qualifying-stage__item:last-child {
      padding-right: 1.5rem; } }
  .qualifying-stage__item:not(.qualifying-stage__head) {
    font-size: 1.375rem;
    line-height: 1.75rem; }
    @media (max-width: 1200px) {
      .qualifying-stage__item:not(.qualifying-stage__head) {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
    @media (max-width: 650px) {
      .qualifying-stage__item:not(.qualifying-stage__head) {
        font-size: 1rem;
        line-height: 1.25rem; } }
  @media (max-width: 1200px) {
    .qualifying-stage__item {
      padding: 1.5rem;
      position: relative;
      display: flex;
      align-items: center;
      width: 100%; }
      .qualifying-stage__item:not(:nth-child(1)) {
        padding: 1rem 1.5rem 1.375rem; }
        .qualifying-stage__item:not(:nth-child(1))::before {
          content: "";
          position: absolute;
          left: 1.5rem;
          top: 0;
          width: calc(100% - 3rem);
          height: 1px;
          background-color: #40464D; } }
  @media (max-width: 650px) {
    .qualifying-stage__item {
      padding: 1.5rem 0.75rem;
      gap: 0.625rem; }
      .qualifying-stage__item:not(:nth-child(1)) {
        padding: 1.125rem 0.75rem; }
        .qualifying-stage__item:not(:nth-child(1))::before {
          content: "";
          position: absolute;
          bottom: 0;
          height: 1px;
          background-color: #40464D;
          width: calc(100% - 1.5rem);
          left: 0.75rem; } }

.qualifying-stage__head {
  padding: 1.5rem 1.3125rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: left;
  vertical-align: top;
  position: relative; }
  .qualifying-stage__head::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #40464D; }
  .qualifying-stage__head:not(:first-child) {
    max-width: 13.75rem; }

.qualifying-stage__first-cell {
  display: flex;
  grid-template-columns: 1.875rem auto auto;
  align-items: center;
  gap: 2rem; }
  .qualifying-stage__first-cell span:first-child {
    width: 1.875rem; }
    @media (max-width: 1200px) {
      .qualifying-stage__first-cell span:first-child {
        width: 1.5rem; } }
  .qualifying-stage__first-cell img {
    flex-shrink: 0;
    width: 2.125rem; }
    @media (max-width: 1200px) {
      .qualifying-stage__first-cell img {
        width: 1.625rem; } }
    @media (max-width: 650px) {
      .qualifying-stage__first-cell img {
        width: 1.25rem; } }
  @media (max-width: 1200px) {
    .qualifying-stage__first-cell {
      max-width: 31.25rem;
      grid-template-columns: 1.875rem auto 1fr;
      width: 100%;
      gap: 2rem; } }
  @media (max-width: 650px) {
    .qualifying-stage__first-cell {
      grid-template-columns: 1.5rem auto 1fr;
      gap: 0.625rem; } }

.qualifying-stage__high, .qualifying-stage__low {
  display: flex;
  align-items: center; }
  .qualifying-stage__high::after, .qualifying-stage__low::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/icon-high.svg") no-repeat;
    background-size: 100%;
    margin-left: 0.25rem; }
    @media (max-width: 1200px) {
      .qualifying-stage__high::after, .qualifying-stage__low::after {
        order: 2;
        margin-right: 0;
        margin-left: 0; } }
    @media (max-width: 650px) {
      .qualifying-stage__high::after, .qualifying-stage__low::after {
        width: 1rem;
        height: 1rem; } }

@media (max-width: 1200px) {
  .qualifying-stage__points-text {
    order: 3; } }

@media (max-width: 650px) {
  .qualifying-stage__points-text {
    display: none; } }

.qualifying-stage__low::after {
  background: url("/local/templates/cybermir/css/../images/products/solar_cybermir/cyberchampionship/icon-low.svg") no-repeat;
  background-size: 100%; }

.qualifying-stage__penalty {
  color: var(--color-red_second); }

.qualifying-stage__bonus {
  color: var(--color-green_second); }

@media (min-width: 1201px) {
  .qualifying-stage__table-row:hover .qualifying-stage__item {
    background-color: #1E1E1E; } }

@media (max-width: 1200px) {
  .qualifying-stage__table-row {
    display: grid; } }

.qualifying-stage__table-header.sticky {
  position: sticky;
  top: 0;
  margin-bottom: 5.25rem; }

.qualifying-stage__table-header.hide {
  opacity: 0; }

@media (max-width: 1200px) {
  .qualifying-stage__table-header {
    display: none; } }

.qualifying-stage__show-more {
  padding: 1.5rem;
  color: var(--color-orange);
  background-color: #242629;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.625rem; }
  .qualifying-stage__show-more:hover {
    color: var(--color-light-orange); }
  .qualifying-stage__show-more:active {
    color: var(--color-dark-orange); }
  .qualifying-stage__show-more.show span:nth-child(2) {
    display: none; }
  .qualifying-stage__show-more.hide .qualifying-stage__show-more-icon {
    transform: rotate(-270deg); }
  .qualifying-stage__show-more.hide span:nth-child(1) {
    display: none; }
  .qualifying-stage__show-more.hide span:nth-child(2) {
    display: block; }
  @media (max-width: 1200px) {
    .qualifying-stage__show-more {
      font-size: 1rem;
      line-height: 1.375rem; } }
  @media (max-width: 650px) {
    .qualifying-stage__show-more {
      padding: 1rem; } }

.qualifying-stage__show-more-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--color-orange);
  transform: rotate(-90deg);
  margin-left: 0.5rem; }

.qualifying-stage__table-wrapper {
  width: 100%;
  margin-bottom: 2rem; }
  .qualifying-stage__table-wrapper:last-child {
    margin-bottom: 0; }

.qualifying-stage__points-mobile {
  display: none; }
  @media (max-width: 1200px) {
    .qualifying-stage__points-mobile {
      display: flex;
      margin-left: 3rem;
      margin-right: 3rem;
      gap: 0.5rem; } }
  @media (max-width: 650px) {
    .qualifying-stage__points-mobile {
      margin-left: 0.75rem;
      margin-right: 0.75rem;
      gap: 0.25rem; } }

.qualifying-stage__first-cell-wrapper {
  display: flex;
  align-items: center;
  min-width: 30rem; }
  @media (max-width: 1200px) {
    .qualifying-stage__first-cell-wrapper {
      width: 100%;
      min-width: auto; } }

.qualifying-stage__show-information-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--color-white);
  transform: rotate(-90deg);
  display: flex; }

.qualifying-stage__show-information {
  display: none; }
  @media (max-width: 1200px) {
    .qualifying-stage__show-information {
      display: block;
      margin-left: auto; }
      .qualifying-stage__show-information::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .qualifying-stage__show-information.hide .qualifying-stage__show-information-icon {
        transform: rotate(-270deg); } }
  @media (max-width: 650px) {
    .qualifying-stage__show-information {
      margin-left: 0.625rem;
      margin-top: -2px; } }

@media (max-width: 1200px) {
  .qualifying-stage__points {
    display: none; } }

.qualifying-stage__title-mobile {
  display: none; }
  @media (max-width: 1200px) {
    .qualifying-stage__title-mobile {
      display: block;
      margin-right: auto; } }
  @media (max-width: 650px) {
    .qualifying-stage__title-mobile {
      max-width: 14.125rem; } }

.visually-hidden {
  position: absolute;
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  opacity: 0; }

.text-hide {
  position: absolute;
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0); }

.hidden {
  display: none !important; }

/*# sourceMappingURL=main.css.map */

/* End */
/* /local/templates/cybermir/css/main.css?1748523041431087 */
