@charset "UTF-8";
:root {
  /* --font-- */
  --font-primary: "ONYOneBeta-Regular", arial, sans-serif;
  --font-secondary: "WilliamTextLC Regular", "times new roman", serif;
  --font-third: "ONY Realist", "times new roman", 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: #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-space: #150721;
  --color-error: #F43E25;
  --color-red: #FF0C0C;
  --color-green: #5DBF5E; }

/* --grid-- */
/* --paddings-- */
/* --viewports-- */
/* --new font variable-- */
.sprite-bonus-desktop {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 97px;
  background: url("../images/sprites.png") 0px 0px/154px 97px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .sprite-bonus-desktop {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-bonus-tablet {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 56px;
  background: url("../images/sprites.png") -72px 0px/154px 97px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .sprite-bonus-tablet {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-bonus {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 48px;
  background: url("../images/sprites.png") -114px 0px/154px 97px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .sprite-bonus {
      background-image: url("../images/sprites@2x.png"); } }

@font-face {
  src: local("ONYSans-Regular"), url("../fonts/ONYSans-Regular.woff2") format("woff2"), url("../fonts/ONYSans-Regular.woff") format("woff");
  font-family: "Ony Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONYRealist-Regular"), url("../fonts/ONYRealist-Regular.woff2") format("woff2"), url("../fonts/ONYRealist-Regular.woff") format("woff");
  font-family: "ONY Realist";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONYOneBeta-Regular"), url("../fonts/ONYOneBeta-Regular.woff2") format("woff2"), url("../fonts/ONYOneBeta-Regular.woff") format("woff");
  font-family: "ONYOneBeta-Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("ONYONEBETA-MEDIUM"), url("../fonts/ONYONEBETA-MEDIUM.otf") format("opentype");
  font-family: "ONYOneBeta-Medium";
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: local("WilliamTextLC-Regular"), url("../fonts/WilliamTextLC-Regular.woff2") format("woff2"), url("../fonts/WilliamTextLC-Regularr.woff") format("woff");
  font-family: "WilliamTextLC 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      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: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            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;
  -webkit-box-sizing: border-box;
          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;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            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;
    -webkit-box-sizing: border-box;
            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);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0; }

a {
  vertical-align: top;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: inherit; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: none; }

img {
  vertical-align: top;
  height: auto;
  max-width: 100%; }

.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;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .link_arrow path {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .link_arrow:not(.link_arrow_not-animation):hover svg {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px); }
  .link_arrow:not(.link_arrow_not-animation):hover path {
    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_top {
  vertical-align: top; }

.link_arrow_center svg {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.link_arrow_center:not(.link_arrow_not-animation):hover svg {
  -webkit-transform: translateY(-50%) translateX(3px);
      -ms-transform: translateY(-50%) translateX(3px);
          transform: translateY(-50%) translateX(3px); }

.link__base-icon {
  position: relative;
  padding-right: 2rem; }
  .link__base-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    fill: var(--color-orange);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .link__base-icon:hover {
    fill: var(--color-light-orange); }
  .link__base-icon:active {
    fill: var(--color-dark-orange); }

.link_center {
  text-align: center; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  line-height: 1.625rem; }
  .btn:hover {
    color: var(--color-white);
    background-color: var(--color-light-orange);
    border-color: var(--color-light-orange); }
  .btn:active {
    border-color: var(--color-dark-orange);
    color: var(--color-white);
    background-color: var(--color-dark-orange); }
  .btn_fix {
    width: 100%;
    max-width: 20.625rem; }
  .btn_orange {
    background-color: var(--color-orange);
    color: 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_white {
    background-color: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-white); }
    .btn_white:hover {
      border-color: var(--color-light-orange);
      background-color: var(--color-light-orange); }
    .btn_white: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_center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 1200px) {
    .btn {
      padding: 0.625rem 1.1875rem; } }
  .btn_small {
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 0.4375rem 0.8125rem;
    max-width: none;
    width: auto; }

.prev-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 108%;
  text-transform: uppercase;
  font-size: 3rem;
  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: 2rem;
      line-height: 131%; } }
  @media (max-width: 650px) {
    .title-h1 {
      font-size: 1.25rem;
      line-height: 140%; } }
  .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_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); }
  @media (max-width: 1200px) {
    .title-h3 {
      font-size: 1.25rem;
      line-height: 1.625rem; } }

.section {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tabs__list_inner {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .tabs__list_inner {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .tabs__list_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.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%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .tabs__list-wrapper_inner {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-top: 2rem;
        margin-bottom: 1.5rem; } }

.tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .tabs__item_small {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

.tabs__btn {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-grey-90);
  padding: 1.0625rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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); }
  .tabs__btn::after {
    height: 0.125rem;
    background-color: var(--color-orange);
    opacity: 0; }
  .tabs__btn.active::after {
    opacity: 1; }
  @media (max-width: 1200px) {
    .tabs__btn {
      padding-left: 1rem;
      padding-right: 1rem; } }

.tabs__section {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.tabs__img {
  -webkit-transition: opacity 0.3s ease-in-out;
  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; }
  @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_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: 4.4375rem;
  padding-bottom: 10rem;
  z-index: 1; }
  @media (max-width: 1200px) {
    .header-promo {
      padding-top: 10px;
      padding-bottom: 70px; } }
  @media (max-width: 650px) {
    .header-promo {
      padding-top: 24px;
      padding-bottom: 40px; } }

.header-promo__title {
  font-size: 4.6875rem;
  line-height: 4.6875rem;
  margin: 0;
  margin-bottom: 1.625rem;
  color: var(--color-white);
  text-align: center;
  font-weight: 400; }
  .header-promo__title span {
    width: 100%;
    display: inline-block;
    font-family: var(--font-secondary); }
  @media (max-width: 1200px) {
    .header-promo__title {
      font-size: 44px;
      line-height: 44px;
      margin-bottom: 25px; } }
  @media (max-width: 650px) {
    .header-promo__title {
      font-size: 35px;
      line-height: 35px; } }

.header-promo__text {
  text-align: center;
  color: var(--color-white);
  max-width: 31.625rem;
  width: 100%;
  margin-bottom: 1.625rem; }
  @media (max-width: 1200px) {
    .header-promo__text {
      margin-bottom: 24px; } }
  @media (max-width: 650px) {
    .header-promo__text {
      margin-bottom: 23px; } }

.header-promo__wrapper {
  max-width: 51.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.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__promo-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .header-promo__promo-text {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 9px; } }

.page-header__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.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;
  -webkit-transition: all 0.3s ease-out;
  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;
  -webkit-transition: all 0.3s ease-out;
  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-grey-90);
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400; }
  @media (max-width: 1200px) {
    .page__body {
      font-size: 1rem;
      line-height: 1.375rem; } }

.download-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .download-link__icon_orange {
    fill: var(--color-orange); }

.page-header {
  position: relative; }
  .page-header.open {
    background: #BFBFCB; }
  .page-header::before {
    content: "";
    display: block;
    height: 5.5rem; }
    @media (max-width: 1200px) {
      .page-header::before {
        height: 86px; } }
    @media (max-width: 650px) {
      .page-header::before {
        height: 4.375rem; } }
  .page-header_gray {
    background: var(--color-grey); }
  .page-header_space {
    background: var(--color-space); }
  .page-header_full-black {
    background: var(--color-full-black); }

.page-header__head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 4; }
  @media (max-width: 650px) {
    .page-header__head {
      z-index: 8; } }
  .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.fixed {
    position: fixed;
    z-index: 10; }
    .page-header__head.fixed:not(.page-header__head_other-color) {
      background: #BFBFCB; }
      .page-header__head.fixed:not(.page-header__head_other-color) .main-nav-second {
        padding-top: 1rem;
        padding-bottom: 1rem; }
  .page-header__head.menu-open {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    background-color: var(--color-greyscale-black);
    -webkit-transition: none;
    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 {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  @media (max-width: 1200px) {
    .page-header__head {
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      -webkit-transition: none;
      transition: none; }
      .page-header__head.mobile-menu-open {
        background-color: var(--color-greyscale-black);
        height: calc(100% + 1px); } }

.page-header__top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .page-header__additional-information.hide {
    opacity: 0; }

.page-header__link-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 2.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
      -webkit-transform: none;
          -ms-transform: none;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-header__search-icon,
.page-header__search-close-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.page-header__search-close-icon {
  opacity: 0; }

.page-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: 0.3s ease-out;
  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;
    -webkit-transition: 0.3s ease-out;
    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;
    -moz-transition: 0.3s ease-out;
    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;
    -moz-transition: 0.3s ease-out;
    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;
    -ms-transition: 0.3s ease-out;
    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::-webkit-input-placeholder {
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
  .page-header__search-input::-moz-placeholder {
    text-transform: uppercase;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
  .page-header__search-input:-ms-input-placeholder {
    text-transform: uppercase;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
  .page-header__search-input::-ms-input-placeholder {
    text-transform: uppercase;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    color: var(--color-grey-60);
    opacity: 1;
    font-size: 1rem;
    line-height: 1.375rem; }
  .page-header__search-input::placeholder {
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-out;
    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: none;
        color: var(--color-grey-80); }
      .page-header__search-input:-ms-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); }
      .page-header__search-input::-ms-input-placeholder {
        text-transform: none;
        color: var(--color-grey-80); }
      .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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4375rem;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  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: -webkit-box;
      display: -ms-flexbox;
      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;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  fill: var(--color-grey-80); }

.page-header__search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 1.5625rem;
  top: 1.0625rem;
  -webkit-transition: 0.3s ease-out;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1; }
  .page-header__open-search-btn path {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .page-header__open-search-btn circle {
    -webkit-transition: 0.3s ease-out;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.5rem;
  -webkit-transition: 0.3s ease-out;
  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 {
    -webkit-transition: 0.3s ease-out;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.5rem;
  -webkit-transition: 0.3s ease-out;
  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: -webkit-box;
        display: -ms-flexbox;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background-color: var(--color-white);
        -webkit-transition: 0.3s ease-out;
        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 {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .page-header__burger-menu.active::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                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;
        -webkit-clip-path: inset(100%);
                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__video-wrapper {
  position: absolute;
  inset: 0; }

.page-header__animation-block {
  position: absolute;
  z-index: 6;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
      -ms-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  width: 24.25rem;
  height: 45.875rem; }
  @media (max-width: 1200px) {
    .page-header__animation-block {
      width: 19.6875rem;
      height: 37.25rem; } }
  @media (max-width: 650px) {
    .page-header__animation-block {
      width: 15.9375rem;
      height: 30.125rem; } }
  .page-header__animation-block.active {
    -webkit-transform: translate(-50%, -12%);
        -ms-transform: translate(-50%, -12%);
            transform: translate(-50%, -12%); }
    @media (max-width: 1200px) {
      .page-header__animation-block.active {
        -webkit-transform: translate(-50%, -16%);
            -ms-transform: translate(-50%, -16%);
                transform: translate(-50%, -16%); } }

.page-header__animation-img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.page-header__animation-img1 {
  opacity: 1; }
  .page-header__animation-img1.active {
    opacity: 0; }

.page-header__animation-img2 {
  opacity: 0; }
  .page-header__animation-img2.active {
    opacity: 1; }

.main-slider {
  z-index: 0;
  height: 100%;
  position: relative; }

.main-slider__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 1.375rem; }
      .main-slider__wrapper_1-main-slide {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media (max-width: 650px) {
    .main-slider__wrapper_1 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-slider__wrapper_1-main-slide {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .main-slider__wrapper_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1200px) {
      .main-slider__wrapper_2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .main-slider__wrapper_3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14.75rem 0 1fr;
    grid-template-columns: 14.75rem 1fr;
    -ms-grid-rows: auto 4.625rem -webkit-min-content;
    -ms-grid-rows: auto 4.625rem min-content;
    grid-template-rows: auto -webkit-min-content;
    grid-template-rows: auto min-content;
    gap: 4.625rem 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
  .main-slider__wrapper_3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .main-slider__wrapper_3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .main-slider__wrapper_3 > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
  .main-slider__wrapper_3 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
    @media (max-width: 1200px) {
      .main-slider__wrapper_3 {
        gap: 3.5rem 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-grid-rows: auto 3.5rem auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: 7.625rem 0 1fr;
        grid-template-columns: 7.625rem 1fr; }
      .main-slider__wrapper_3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .main-slider__wrapper_3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .main-slider__wrapper_3 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .main-slider__wrapper_3 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }
    @media (max-width: 768px) {
      .main-slider__wrapper_3 {
        gap: 2rem; } }
    @media (max-width: 650px) {
      .main-slider__wrapper_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 1.5rem; } }
  @media (max-width: 1200px) {
    .main-slider__wrapper_4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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 {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
        -webkit-box-align: center;
            -ms-flex-align: center;
                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 {
    -webkit-transform: translateY(-50%) translateX(3px);
        -ms-transform: translateY(-50%) translateX(3px);
            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;
        -ms-grid-column-align: start;
            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: 2.5rem; } }

.main-slider__pagination-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 1200px) {
    .main-slider__pagination-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.main-slider__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .main-slider__background-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 50, 58, 0)), to(#2b323a));
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 50, 58, 0.8)), color-stop(85%, rgba(43, 50, 58, 0.45)), to(rgba(43, 50, 58, 0)));
        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: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 50, 58, 0.8)), color-stop(50%, rgba(43, 50, 58, 0.7)), to(rgba(43, 50, 58, 0)));
        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%;
  -o-object-fit: cover;
     object-fit: cover; }
  .main-slider__img_main-slide {
    -o-object-position: center bottom;
       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: -ms-grid;
        display: grid;
        -ms-grid-columns: 14rem 1.25rem 14rem;
        grid-template-columns: 14rem 14rem;
        -ms-grid-rows: auto 1.5rem -webkit-min-content;
        -ms-grid-rows: auto 1.5rem min-content;
        grid-template-rows: auto -webkit-min-content;
        grid-template-rows: auto min-content;
        gap: 1.5rem 1.25rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        max-width: none;
        margin-left: auto; }
      .main-slider__text-wrapper_2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .main-slider__text-wrapper_2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .main-slider__text-wrapper_2 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .main-slider__text-wrapper_2 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }
    @media (max-width: 650px) {
      .main-slider__text-wrapper_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: auto; } }
  .main-slider__text-wrapper_3 {
    margin-bottom: 1.5625rem; }
    @media (max-width: 1200px) {
      .main-slider__text-wrapper_3 {
        -ms-flex-item-align: start;
            -ms-grid-row-align: start;
            align-self: start; } }
    @media (max-width: 650px) {
      .main-slider__text-wrapper_3 {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1rem;
        margin-top: 0;
        margin-bottom: 0;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 3.25rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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;
      -ms-grid-column: 1;
      -ms-grid-column-span: 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;
  -o-object-fit: cover;
     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%;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }

.main-slider-decor {
  position: absolute;
  z-index: -1;
  pointer-events: none; }
  .main-slider-decor_2 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-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%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-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%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .main-slider__prev-img-wrapper {
      -ms-flex-item-align: end;
          -ms-grid-row-align: end;
          align-self: end; } }
  @media (max-width: 768px) {
    .main-slider__prev-img-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1200px) {
  .blog-details-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.pagination {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1; }
  .pagination_static {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 1rem; }
    @media (max-width: 650px) {
      .pagination_static {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0;
        margin-top: 2rem; } }

.pagination__svg {
  -webkit-transition: 0.3s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pagination__number {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0;
  width: 1.875rem;
  margin-left: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination__number_white {
    color: var(--color-white); }
  .pagination__number_orange {
    color: var(--color-orange); }

.circle-animate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -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 {
    -webkit-transition: none;
    transition: none; }

.circle-animate__circle-svg-2 {
  rx: 0; }
  .circle-animate__circle-svg-2.transition-no {
    -webkit-transition: none;
    transition: none; }

.circle-animate__circle-white {
  fill: var(--color-white); }

.circle-animate__circle-orange {
  fill: var(--color-orange); }

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem; }
  @media (max-width: 1200px) {
    .main-nav {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden; } }
  @media (max-width: 650px) {
    .main-nav {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .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__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.75rem; }
  @media (max-width: 1200px) {
    .main-nav__logo {
      width: 8.0625rem; } }
  @media (max-width: 650px) {
    .main-nav__logo {
      width: 6.6875rem; } }
  .main-nav__logo img {
    width: 100%; }

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem; }
  @media (max-width: 650px) {
    .main-nav__list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.main-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 650px) {
    .main-nav__item {
      text-align: center; } }

.main-nav__link {
  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: 650px) {
    .main-nav__link {
      width: 100%; } }

.main-nav__arrow-icon {
  width: 0.5rem;
  height: 0.6875rem;
  -webkit-transition: fill 0.3s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: var(--color-orange); } }
  .main-nav__link-first-level.active ~ .main-nav__submenu-wrapper {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
    pointer-events: initial; }
    @media (max-width: 1200px) {
      .main-nav__link-first-level.active ~ .main-nav__submenu-wrapper {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                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;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  z-index: -1; }
  .main-nav__submenu-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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;
      -webkit-transform: translateX(calc(100% + 1.5625rem));
          -ms-transform: translateX(calc(100% + 1.5625rem));
              transform: translateX(calc(100% + 1.5625rem));
      padding-top: 1.5rem;
      padding-bottom: 2.5rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.main-nav__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  width: calc(100% + 1.5625rem);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .main-nav__submenu-list_small {
    -ms-grid-columns: (1fr)[3];
    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 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      width: 100%; } }

.main-nav__title {
  margin: 0;
  font-size: 3rem;
  line-height: 108%;
  color: var(--color-white); }
  @media (max-width: 1200px) {
    .main-nav__title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1rem;
      cursor: pointer;
      -webkit-transition: 0.3s ease-out;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.main-nav__close-menu-icon {
  -webkit-transition: 0.3s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 0.75rem;
  padding: 0.8125rem 1.5625rem 2rem 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  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;
    -webkit-transition: 0.4s ease-out;
    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);
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%); }
  .main-nav__submenu-link.main-nav__submenu-link_new .main-nav__sub-link-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            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);
      -webkit-transition: 0.3s ease-out;
      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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                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 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            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 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            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);
  -webkit-transition: 0.4s ease-out;
  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;
  -webkit-transition: color 0.3s ease-out, opacity 0.3s ease-out;
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 13.1875rem 2rem minmax(auto, 64.8125rem);
  grid-template-columns: 13.1875rem minmax(auto, 64.8125rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 2rem;
  height: calc(100% - 12.5rem); }
  @media (max-width: 1200px) {
    .main-nav__tabs-section {
      gap: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.main-nav__tabs-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .main-nav__tabs-button-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 1.3125rem; } }

.main-nav__tab-button {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-white);
  padding: 0.5625rem 1rem;
  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; } }

.main-nav__tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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; }
      .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;
  -webkit-transition: color 0.3s ease-out, opacity 0.3s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-nav__title-icon {
  display: none; }
  @media (max-width: 1200px) {
    .main-nav__title-icon {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      fill: var(--color-white); } }

.main-nav_enter-lk {
  display: none; }
  @media (max-width: 1200px) {
    .main-nav_enter-lk {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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 {
        -webkit-transition: 0.3s ease-out;
        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;
  -webkit-transition: 0.3s ease-out;
  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: -webkit-box;
      display: -ms-flexbox;
      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__btn {
  width: 10.625rem; }
  @media (max-width: 1200px) {
    .main-nav__btn {
      width: 8.625rem; } }
  @media (max-width: 650px) {
    .main-nav__btn {
      width: 8.75rem;
      height: 2rem; } }

.main-nav__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem; }

.main-nav__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem; }

@media (max-width: 650px) {
  .main-nav__list-wrapper {
    display: none;
    position: absolute;
    background: #BFBFCB;
    top: 4.625rem;
    left: 0;
    width: 100%;
    padding: 7.125rem 1.5rem 2.5rem;
    overflow: auto; }
    .main-nav__list-wrapper.open {
      display: block; } }

@media (max-width: 650px) {
  .main-nav__list-wrapper {
    padding: 4.5rem 1rem 2.5rem; } }

.main-nav__burger {
  display: none;
  position: relative;
  z-index: 1; }
  @media (max-width: 650px) {
    .main-nav__burger {
      display: block;
      width: 1.25rem;
      height: 0.5rem; } }
  .main-nav__burger.active .main-nav__burger-item {
    left: 50%;
    top: 50%; }
    .main-nav__burger.active .main-nav__burger-item:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .main-nav__burger.active .main-nav__burger-item:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }

.main-nav__burger-item {
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  @media (max-width: 650px) {
    .main-nav__burger-item:nth-child(1) {
      top: -0.125rem; } }
  @media (max-width: 650px) {
    .main-nav__burger-item:nth-child(2) {
      bottom: -0.1875rem; } }

.main-nav-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem; }
  @media (max-width: 1200px) {
    .main-nav-second {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .main-nav-second {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.main-nav-second__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  gap: 1.4375rem; }
  @media (max-width: 1200px) {
    .main-nav-second__list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1rem;
      padding-top: 0;
      padding-bottom: 0; } }

.main-nav-second__link {
  color: var(--color-white);
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .main-nav-second__item.active .main-nav-second__link {
    color: var(--color-orange);
    pointer-events: none; }
  @media (max-width: 1200px) {
    .main-nav-second__item {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--color-grey-90); } }
  @media (max-width: 650px) {
    .main-nav-second__item:first-child {
      padding-top: 1rem;
      border-top: 1px solid var(--color-grey-90); } }

.main-nav-second__burger {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
  margin-top: -0.625rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 1200px) {
    .main-nav-second__burger {
      display: block; } }
  @media (max-width: 650px) {
    .main-nav-second__burger {
      height: 1.25rem; } }
  .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) {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .main-nav-second__burger.active .main-nav-second__burger-item:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }

.main-nav-second__burger-item {
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  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.25rem; } }
  .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.25rem; } }

.main-nav-second__list-wrapper {
  margin-left: -1.0625rem; }
  @media (max-width: 1200px) {
    .main-nav-second__list-wrapper {
      display: none;
      position: absolute;
      background-color: var(--color-grey-second);
      top: 0;
      left: 0;
      width: 100%;
      padding: 6.5rem 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.4375rem 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; } }
  @media (max-width: 650px) {
    .main-nav-second__btn-consultation {
      margin-top: 2rem;
      width: 100%; }
      .main-nav-second__btn-consultation.mobile {
        display: block; }
      .main-nav-second__btn-consultation.desctop {
        display: none; } }

.main-nav-second__logo-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.5rem auto;
  grid-template-columns: repeat(2, auto);
  gap: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 1200px) {
    .main-nav-second__logo-wrapper {
      margin-right: auto;
      margin-top: 1px;
      gap: 0.875rem 0.75rem;
      position: relative;
      z-index: 1; } }
  @media (max-width: 650px) {
    .main-nav-second__logo-wrapper {
      gap: 0.6875rem 0.75rem; } }

.main-nav-second__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-nav-second__logo img {
    width: 10.75rem;
    height: auto; }
    @media (max-width: 1200px) {
      .main-nav-second__logo img {
        width: 129px; } }
    @media (max-width: 650px) {
      .main-nav-second__logo img {
        width: 108px; } }

.main-nav-second__right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main-nav-second__languages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .main-nav-second__languages-list {
      position: relative;
      z-index: 1; } }
  @media (max-width: 650px) {
    .main-nav-second__languages-list {
      margin-right: 0; } }

.main-nav-second__languages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  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%;
      -webkit-transform: translate(100%, -50%);
          -ms-transform: translate(100%, -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem; }
  @media (max-width: 650px) {
    .fast-link__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 18rem;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.fast-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  @media (max-width: 650px) {
    .fast-link__icon {
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.fast-link__show-all {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.625rem 1.25rem;
  min-width: 27.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .promo__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2.5rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 800px) {
    .promo__item {
      -webkit-box-align: start;
          -ms-flex-align: start;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
      .promo__number-wrapper span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.promo__number {
  margin: 0;
  width: 27.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 1200px) {
    .promo__number {
      width: auto; } }

.promo__text-wrapper {
  max-width: 50rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .promo__text-wrapper.swiper-slide-active .promo__text-prev, .promo__text-wrapper.swiper-slide-active .promo__text {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .promo__text-wrapper.animation-out .promo__text-prev {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
    @media (max-width: 650px) {
      .promo__text-wrapper.animation-out .promo__text-prev {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .promo__text-wrapper.animation-out .promo__text {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0; }
    @media (max-width: 650px) {
      .promo__text-wrapper.animation-out .promo__text {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  @media (max-width: 650px) {
    .promo__text-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.promo__text-prev {
  text-align: right;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-orange);
  margin: 0;
  margin-top: 0.75rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: 1s ease-out;
  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 {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      text-align: left;
      -webkit-transition-duration: 1s;
              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;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: 1s ease-out;
  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;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition-duration: 1s;
              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: -webkit-gradient(linear, left top, right top, from(var(--color-white)), to(transparent));
    background-image: linear-gradient(to right, var(--color-white), transparent); }
  .promo__animation-wrapper::after {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(var(--color-white)));
    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 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              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: -webkit-box;
  display: -ms-flexbox;
  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 {
      -ms-flex-preferred-size: auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem; }
  .reviews__icon img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: calc(100% / 3 - (3.125rem / 3));
      flex-basis: calc(100% / 3 - (3.125rem / 3));
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  min-width: 17.5rem; }
  @media (max-width: 1200px) {
    .reviews__slider-item {
      -ms-flex-preferred-size: calc(100% / 3 - (2rem / 3));
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .reviews__pagination {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0;
      margin-top: 2rem; } }

@media (max-width: 1200px) {
  .reviews__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .preview__item_2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 650px) {
      .preview__item_2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 1rem 0.625rem;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .preview__item_3 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 650px) {
      .preview__item_3 {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 1rem 0.625rem; } }
  .preview__item_4 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 650px) {
      .preview__item_4 {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                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%;
  -o-object-fit: cover;
     object-fit: cover; }

.preview__wrapper-title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .preview__wrapper-title_2 {
    left: 2.0625rem;
    bottom: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1.25rem; } }
  .preview__wrapper-title_4 {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.preview__wrapper-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                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%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 0.125rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-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;
  -webkit-transform: translateY(-0.25rem);
      -ms-transform: translateY(-0.25rem);
          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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.preview__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem; }
  .preview__img-container img {
    width: 28rem;
    height: 15.0625rem;
    -o-object-fit: cover;
       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 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      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%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.submenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EDE3DE;
  border-radius: 0.5rem; }

.submenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.news__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem; }
  @media (max-width: 1200px) {
    .news__tabs-list {
      gap: 1.25rem; } }
  @media (max-width: 768px) {
    .news__tabs-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 650px) {
    .news__tabs-list {
      gap: 1.25rem 1.5rem; } }

.news__tabs-item,
.news__show-all-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.news__tabs-link {
  text-transform: uppercase; }
  .news__tabs-link:hover {
    color: var(--color-light-orange); }
  .news__tabs-link:active {
    color: var(--color-dark-orange); }
  .news__tabs-link.active {
    color: var(--color-orange); }

.news__section-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.news__section-link {
  width: 100%;
  min-height: 19.125rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5625rem; }
  @media (max-width: 1200px) {
    .news__text-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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;
  -o-object-fit: cover;
     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 {
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out;
  transition: opacity 0.3s ease-out, color 0.3s ease-out; }
  @media (max-width: 768px) {
    .news__show-all {
      white-space: nowrap; } }

.news__section {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.news__information {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0; }

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5rem 1.5rem 1fr;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) {
    .author {
      gap: 1.25rem; } }
  @media (max-width: 650px) {
    .author {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }

.author__avatar-img {
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: cover;
     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 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 1.5rem; }
    .content ul:last-child {
      margin-bottom: 0; }
    @media (max-width: 1200px) {
      .content ul {
        gap: 0.625rem;
        margin-bottom: 1rem; } }
  .content li {
    color: var(--color-black);
    position: relative;
    padding-left: 1.875rem; }
    .content 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 li::before {
          width: 0.25rem;
          height: 0.25rem;
          top: 0.4375rem;
          left: 0.4375rem; } }
    @media (max-width: 1200px) {
      .content li {
        padding-left: 1.5rem; } }
  .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(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising) {
    background-color: var(--color-beige);
    border: 1px solid var(--color-grey-20);
    padding: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem; }
    .content > div:not(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising):first-child {
      margin-top: 0; }
    .content > div:not(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising):last-child {
      margin-bottom: 0; }
    .content > div:not(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising) h3 {
      margin: 0;
      color: var(--color-burgundy);
      font-size: 1.375rem;
      line-height: 1.75rem;
      margin-bottom: 1rem; }
      .content > div:not(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising) h3:last-child {
        margin-bottom: 0; }
      @media (max-width: 1200px) {
        .content > div:not(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising) h3 {
          font-size: 1.125rem;
          line-height: 1.625rem;
          margin-bottom: 0.75rem; } }
      @media (max-width: 650px) {
        .content > div:not(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising) h3 {
          margin-bottom: 0.5rem;
          line-height: 1.5rem; } }
    .content > div:not(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising) p {
      color: var(--color-burgundy); }
    @media (max-width: 1200px) {
      .content > div:not(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising) {
        padding: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem; } }
    @media (max-width: 650px) {
      .content > div:not(.content__wrapper-table):not(.blog-details-slider):not(.updates-block):not(.content-table):not(.advertising) {
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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; }
      .content blockquote header h2 {
        margin: 0;
        margin-bottom: 0.375rem;
        color: var(--color-burgundy); }
        .content blockquote header h2:last-child {
          margin-bottom: 0; }
      .content blockquote header p {
        font-size: 0.75rem;
        line-height: 1rem;
        color: var(--color-burgundy);
        margin-bottom: 0.375rem; }
        .content blockquote header p: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);
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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; }

.advertising {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
          -o-object-fit: cover;
             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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-share__link rect, .social-share__link path {
    -webkit-transition: 0.3s ease-out;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.statistics-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .statistics-block__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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.4375rem;
  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);
    -webkit-transition: 0.3s ease-in-out;
    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 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      margin-top: 1.5rem;
      margin-bottom: 0; } }

.custom-slider__pagination-wrapper {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1200px) {
  .custom-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .forrays-header__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 32.1875rem;
  grid-template-columns: 1fr 32.1875rem;
  -ms-grid-rows: 1fr 2rem auto;
  grid-template-rows: 1fr auto;
      grid-template-areas: "title img" "text img";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .forrays-threats__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2.5rem;
      -webkit-box-align: start;
          -ms-flex-align: start;
              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 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.625rem;
  grid-area: text;
  padding-left: 2rem;
  padding-bottom: 2rem;
  max-width: 50.0625rem; }

.blog-list__item_full-width > .forrays-threats__text-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .forrays-threats__text-wrapper svg {
    -ms-flex-negative: 0;
        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 {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      gap: 1rem;
      padding: 0; } }
  @media (max-width: 650px) {
    .forrays-threats__text-wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.forrays-threats__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  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 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  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;
    -o-object-fit: cover;
       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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .key-directions__list {
      -ms-grid-columns: 1fr 1.5rem 1fr;
      grid-template-columns: 1fr 1fr;
      grid-gap: 4rem 1.5rem; } }
  @media (max-width: 650px) {
    .key-directions__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 2rem; } }

.key-directions__img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     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; } }

.sidebar-promo__img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: var(--color-beige);
        margin-bottom: 0; } }

.sidebar-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem; }

.sidebar-other-versions {
  background-color: var(--color-beige);
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem; }
  @media (max-width: 1200px) {
    .conclusion {
      margin-top: 2rem; } }
  @media (max-width: 650px) {
    .conclusion {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 2.5rem; } }

.conclusion__col_1 {
  padding-right: 2.6875rem;
  -ms-flex-negative: 0;
      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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 20.625rem;
  grid-template-columns: 1fr 20.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3.5rem 1.5rem;
  max-width: 79.5rem; }
  @media (max-width: 1200px) {
    .forrays-form__form {
      -ms-grid-columns: 1fr 1.5rem 14rem;
      grid-template-columns: 1fr 14rem;
      gap: 2rem 1.5rem; } }
  @media (max-width: 650px) {
    .forrays-form__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 1.5rem; } }

.forrays-form__label-checkbox {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  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;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2; }

.forrays-form__submit {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background: var(--color-grey); }
  .footer-wrapper_space {
    background: var(--color-space); }
  .footer-wrapper_black {
    background: var(--color-black); }
  .footer-wrapper_full-black {
    background: var(--color-full-black); }

.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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 768px) {
    .video-rutube__list {
      -ms-grid-columns: 1fr;
      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%;
  -o-object-fit: cover;
     object-fit: cover; }

.video-rutube__btn {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -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%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -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; } }

.video__prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.video__prev,
.video__video-frame {
  width: 100%;
  height: 100%; }

.video__prev-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.video__video-frame iframe {
  width: 100%;
  height: 100%; }

.video__btn {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .video__btn:hover {
    background-color: var(--color-light-orange); }
  .video__btn:active {
    background-color: var(--color-dark-orange); }
  .video__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%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 0.1875rem; }
    @media (max-width: 1024px) {
      .video__btn::before {
        width: 2rem;
        height: 2rem; } }
  @media (max-width: 1024px) {
    .video__btn {
      width: 4rem;
      height: 4rem; } }
  @media (max-width: 650px) {
    .video__btn {
      width: 2.5rem;
      height: 2.5rem; }
      .video__btn::before {
        width: 1rem;
        height: 1.125rem;
        margin-left: 1px; } }

.video__wrapper {
  position: relative;
  height: 32.5rem;
  max-width: 57.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .video__wrapper {
      height: 25.625rem; } }
  @media (max-width: 650px) {
    .video__wrapper {
      height: 11.875rem; } }

.video__btn-callback {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .video__btn-callback {
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .video__btn-callback {
      margin-top: 2rem; } }

.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-transition: 0.3s linear margin;
  transition: 0.3s linear margin; }
  @media (min-width: 1201px) {
    .case__list.resize-right {
      margin-right: -1.5rem; } }
  @media (min-width: 1201px) {
    .case__list.resize-left {
      margin-left: -1.5rem; } }
  @media (max-width: 1200px) {
    .case__list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem; } }
  @media (max-width: 1024px) {
    .case__list {
      -ms-grid-columns: 21.75rem 1rem 21.75rem 1rem 21.75rem;
      grid-template-columns: repeat(3, 21.75rem);
      gap: 1rem;
      overflow: auto;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; } }
  @media (max-width: 650px) {
    .case__list {
      -ms-grid-columns: (20.5rem)[3];
      grid-template-columns: repeat(3, 20.5rem); } }

.case__list-wrapper {
  overflow: hidden; }

.case__item {
  height: 28.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden; }
  .case__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-burgundy);
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation: animationOpacityOff 0s linear 0.3s both;
            animation: animationOpacityOff 0s linear 0.3s both; }
    @media (max-width: 1200px) {
      .case__item::before {
        display: none; } }
  @media (min-width: 1201px) {
    .case__item_no-hover {
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .case__item_no-hover:last-child {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
    .case__item_no-hover_first {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .case__item_hover {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }
      .case__item_hover::before {
        -webkit-animation: none;
                animation: none; }
      .case__item_hover .case__title {
        bottom: calc(100% - 1.5rem);
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); }
      .case__item_hover .case__text-wrapper {
        -webkit-animation: animationOpacityOn 0.3s linear 0.3s both;
                animation: animationOpacityOn 0.3s linear 0.3s both; } }
  @media (max-width: 1200px) {
    .case__item {
      height: auto;
      scroll-snap-align: start; } }

.case__title {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (max-width: 1200px) {
    .case__title {
      bottom: auto;
      top: 6rem;
      left: 1rem; } }
  @media (max-width: 650px) {
    .case__title {
      top: 5.875rem;
      font-size: 1rem;
      line-height: 1.375rem; } }

.case__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0; }
  @media (max-width: 1200px) {
    .case__img {
      position: static;
      height: 9.625rem; } }

.case__text-wrapper {
  padding: 1.5rem;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  opacity: 0; }
  @media (max-width: 1200px) {
    .case__text-wrapper {
      position: static;
      opacity: 1;
      border: 1px solid var(--color-grey-40);
      border-top: none;
      padding: 1rem;
      min-height: 17.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 1200px) {
    .case__text-wrapper_burgundy {
      background-color: var(--color-burgundy); }
      .case__text-wrapper_burgundy .case__solution-item {
        color: var(--color-white); }
        .case__text-wrapper_burgundy .case__solution-item::before {
          background-color: var(--color-white); }
      .case__text-wrapper_burgundy .case__wrapper-title {
        color: var(--color-white); }
      .case__text-wrapper_burgundy .case__wrapper-text {
        color: var(--color-white); }
      .case__text-wrapper_burgundy .case__text {
        color: var(--color-white); } }
  @media (max-width: 1200px) {
    .case__text-wrapper.text-show .case__text:first-child ~ p {
      display: block; } }

.case__wrapper-title {
  margin-bottom: 0.75rem; }
  @media (max-width: 1200px) {
    .case__wrapper-title {
      color: var(--color-greyscale-black); } }

.case__text-task {
  margin-bottom: 1.5rem; }

.case__wrapper-text {
  line-height: 1.5rem; }
  @media (max-width: 1200px) {
    .case__wrapper-text {
      color: var(--color-greyscale-black);
      line-height: 1.25rem; } }

@media (max-width: 1200px) {
  .case__text-solution {
    display: none;
    margin-bottom: 2rem; }
    .case__text-solution.show {
      display: block; } }

.case__hide-text-icon {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: var(--color-orange);
  margin-left: 0.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.case__hide-text {
  display: none; }
  @media (max-width: 1200px) {
    .case__hide-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: auto; }
      .case__hide-text.show .case__btn-hide-case {
        display: block; }
      .case__hide-text.show .case__btn-show-case {
        display: none; }
      .case__hide-text.show .case__hide-text-icon {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .case__hide-text:hover .case__hide-text-icon {
        fill: var(--color-light-orange); }
      .case__hide-text:active .case__hide-text-icon {
        fill: var(--color-dark-orange); } }

.case__btn-hide-case {
  display: none; }

.case__solution-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.75rem; }

.case__solution-item {
  padding-left: 1.875rem;
  position: relative;
  color: var(--color-white);
  line-height: 1.5rem; }
  .case__solution-item::before {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-white);
    top: 10px;
    left: 0.5rem; }
    @media (max-width: 1200px) {
      .case__solution-item::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.5625rem;
        left: 0.4375rem;
        background-color: var(--color-black); } }
  @media (max-width: 1200px) {
    .case__solution-item {
      line-height: 1.25rem;
      padding-left: 1.5rem;
      color: var(--color-black); } }

.case__text {
  margin-bottom: 1.625rem; }
  @media (max-width: 1200px) {
    .case__text {
      color: var(--color-greyscale-black);
      line-height: 1.25rem;
      margin-bottom: 1.25rem; }
      .case__text:first-child ~ p {
        display: none; } }
  .case__text:last-of-type {
    margin-bottom: 0; }
    @media (max-width: 1200px) {
      .case__text:last-of-type {
        margin-bottom: 1.25rem; } }

@-webkit-keyframes animationOpacityOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes animationOpacityOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes animationOpacityOn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animationOpacityOn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 1200px) {
  .case__item-background {
    position: absolute;
    background-color: #2B323A33;
    width: 100%;
    height: 9.625rem;
    top: 0; } }

@media (max-width: 650px) {
  .scheme-product__picture {
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.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__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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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; } }

.products-promo__btn {
  width: 100%;
  max-width: 20.625rem; }

.products-slider {
  padding-bottom: 5rem; }
  @media (max-width: 1200px) {
    .products-slider {
      padding-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .products-slider {
      padding-bottom: 5.625rem; } }

.products-slider__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 1200px) {
    .products-slider__inner-wrapper {
      min-height: 15.375rem; } }
  @media (max-width: 650px) {
    .products-slider__inner-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 31.3125rem; } }

.products-slider__text-wrapper {
  width: 100%;
  max-width: 36.875rem;
  background-color: var(--color-white);
  padding: 2.5rem 3.5rem 4.5rem 2.5rem; }
  @media (max-width: 1200px) {
    .products-slider__text-wrapper {
      width: calc(50% + 1.5rem);
      max-width: none;
      padding: 1.25rem 1.5rem 3.75rem; } }
  @media (max-width: 650px) {
    .products-slider__text-wrapper {
      width: 100%;
      padding: 1.5rem 1rem;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }

@media (max-width: 1200px) {
  .products-slider__img-wrapper {
    width: calc(50% - 1.5rem); } }

@media (max-width: 650px) {
  .products-slider__img-wrapper {
    width: 100%;
    height: 16.0625rem; } }

.products-slider__list {
  max-width: 72.25rem; }

.products-slider__title {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--color-black); }
  @media (max-width: 1200px) {
    .products-slider__title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-bottom: 1.25rem; } }
  @media (max-width: 650px) {
    .products-slider__title {
      margin-bottom: 1rem; } }

.products-slider__text {
  color: var(--color-black); }

.products-slider__show-more {
  margin-top: 2.5rem;
  display: inline-block;
  text-transform: none; }
  @media (max-width: 1200px) {
    .products-slider__show-more {
      margin-top: 1.25rem; } }

.products-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.products-slider__wrapper {
  position: relative; }

.products-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 72.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  @media (max-width: 650px) {
    .products-slider__pagination {
      bottom: -1.5rem;
      -webkit-transform: translate(-50%, 100%);
          -ms-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.products-slider__item {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.products-number__title {
  margin-bottom: 6rem; }
  @media (max-width: 1200px) {
    .products-number__title {
      margin-bottom: 5rem; } }
  @media (max-width: 650px) {
    .products-number__title {
      margin-bottom: 2rem; } }

.products-number__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 1200px) {
    .products-number__list {
      width: 72rem; } }
  @media (max-width: 768px) {
    .products-number__list {
      width: 66.5625rem; } }
  @media (max-width: 650px) {
    .products-number__list {
      width: 43.75rem; } }

.products-number__item {
  padding: 1.5rem;
  min-height: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem; }
  .products-number__item:nth-child(1) {
    background-color: #E5F3F3; }
  .products-number__item:nth-child(2) {
    background-color: #BDDAF3; }
  .products-number__item:nth-child(3) {
    background-color: #F5F48D; }
  @media (max-width: 1200px) {
    .products-number__item {
      min-height: 18.125rem;
      padding: 1.25rem; } }
  @media (max-width: 650px) {
    .products-number__item {
      padding: 1rem;
      min-height: 15.625rem; } }

.products-number__item-title {
  font-family: var(--font-secondary);
  font-variant-numeric: lining-nums proportional-nums;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .products-number__item-title span {
    font-family: var(--font-primary);
    font-variant-numeric: initial;
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-left: 0.6875rem;
    margin-top: 0.75rem; }
    @media (max-width: 1200px) {
      .products-number__item-title span {
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: 0; } }
  @media (max-width: 1200px) {
    .products-number__item-title {
      font-size: 6.75rem;
      line-height: 6.75rem; } }
  @media (max-width: 650px) {
    .products-number__item-title {
      font-size: 4.625rem;
      line-height: 4.625rem; } }

.products-number__list-wrapper {
  margin-bottom: 5rem; }
  .products-number__list-wrapper:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .products-number__list-wrapper {
      overflow: auto;
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .products-number__list-wrapper {
      margin-bottom: 2rem; } }

.products-number__text {
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .products-number__text {
      font-size: 1rem;
      line-height: 1.25rem; } }

@media (max-width: 1200px) {
  .products-number__explanation {
    font-size: 0.75rem;
    line-height: 1rem; } }

@media (max-width: 650px) {
  .products-number__explanation {
    font-size: 0.625rem;
    line-height: 0.875rem; } }

.products-advantages__prev-line {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .products-advantages__prev-line {
      margin-bottom: 1.5rem; } }

.products-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .products-advantages__list {
      gap: 1rem; } }

.products-advantages__item {
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background-color: var(--color-beige);
  height: auto;
  min-height: 22.75rem; }
  @media (min-width: 1201px) {
    .products-advantages__item:hover .products-advantages__icon-1-eye {
      -webkit-animation: animationEye 1.2s linear both infinite;
              animation: animationEye 1.2s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-2_arrow-1 {
      -webkit-animation: animationArrow1 0.8s linear both infinite;
              animation: animationArrow1 0.8s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-2_arrow-2 {
      -webkit-animation: animationArrow2 0.8s linear both infinite;
              animation: animationArrow2 0.8s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-2_arrow-3 {
      -webkit-animation: animationArrow3 0.8s linear both infinite;
              animation: animationArrow3 0.8s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-2_arrow-4 {
      -webkit-animation: animationArrow4 0.8s linear both infinite;
              animation: animationArrow4 0.8s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-3_shield {
      -webkit-animation: animationShield 1s ease-in both infinite;
              animation: animationShield 1s ease-in both infinite; }
    .products-advantages__item:hover .products-advantages__icon-bracket_1 {
      -webkit-animation: animationBracket1 1s ease-in both infinite;
              animation: animationBracket1 1s ease-in both infinite; }
    .products-advantages__item:hover .products-advantages__icon-bracket_2 {
      -webkit-animation: animationBracket2 1s ease-in both infinite;
              animation: animationBracket2 1s ease-in both infinite; }
    .products-advantages__item:hover .products-advantages__icon-square_1 {
      -webkit-animation: animationSquare1 1.2s linear both infinite;
              animation: animationSquare1 1.2s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-square_2 {
      -webkit-animation: animationSquare2 1.2s linear both infinite;
              animation: animationSquare2 1.2s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-square_3 {
      -webkit-animation: animationSquare3 1.2s linear both infinite;
              animation: animationSquare3 1.2s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-circle {
      -webkit-animation: animationCircle 1.8s ease-in both infinite;
              animation: animationCircle 1.8s ease-in both infinite; }
    .products-advantages__item:hover .products-advantages__icon-lightning {
      -webkit-animation: animationLightning 1.8s linear both infinite;
              animation: animationLightning 1.8s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-second-hand {
      -webkit-animation: animationSecondHand 2.2s linear both infinite;
              animation: animationSecondHand 2.2s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-diagram {
      -webkit-animation: animationDiagram 1.3s linear both infinite;
              animation: animationDiagram 1.3s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-check {
      -webkit-animation: animationCheck 1.5s linear both infinite;
              animation: animationCheck 1.5s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-convenience-1 {
      -webkit-animation: animationConvenience1 1.6s linear both infinite;
              animation: animationConvenience1 1.6s linear both infinite; }
    .products-advantages__item:hover .products-advantages__icon-convenience-2 {
      -webkit-animation: animationConvenience2 1.6s linear both infinite;
              animation: animationConvenience2 1.6s linear both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-1__1 {
      -webkit-animation: products-inrights-advantages-icon-1__1 2s linear both infinite;
              animation: products-inrights-advantages-icon-1__1 2s linear both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-1__2 {
      -webkit-animation: products-inrights-advantages-icon-1__2 2s linear both infinite;
              animation: products-inrights-advantages-icon-1__2 2s linear both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-1__3 {
      -webkit-animation: products-inrights-advantages-icon-1__3 2s linear both infinite;
              animation: products-inrights-advantages-icon-1__3 2s linear both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-1__4 {
      -webkit-animation: products-inrights-advantages-icon-1__4 2s linear both infinite;
              animation: products-inrights-advantages-icon-1__4 2s linear both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-2__1 {
      -webkit-animation: products-inrights-advantages-icon-2__1 2s ease-in-out both infinite;
              animation: products-inrights-advantages-icon-2__1 2s ease-in-out both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-2__2 {
      -webkit-animation: products-inrights-advantages-icon-2__2 2s ease-in-out both infinite;
              animation: products-inrights-advantages-icon-2__2 2s ease-in-out both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-3__1 {
      -webkit-animation: products-inrights-advantages-icon-3__1 2s ease-in-out both infinite;
              animation: products-inrights-advantages-icon-3__1 2s ease-in-out both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-3__2 {
      -webkit-animation: products-inrights-advantages-icon-3__2 2s ease-in-out both infinite;
              animation: products-inrights-advantages-icon-3__2 2s ease-in-out both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-4__1 {
      -webkit-animation: products-inrights-advantages-icon-4__1 2s ease-in-out both infinite;
              animation: products-inrights-advantages-icon-4__1 2s ease-in-out both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-4__2 {
      -webkit-animation: products-inrights-advantages-icon-4__2 2s ease-in-out both infinite;
              animation: products-inrights-advantages-icon-4__2 2s ease-in-out both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-5 {
      -webkit-animation: products-inrights-advantages-icon-5 1.8s ease-in-out both infinite;
              animation: products-inrights-advantages-icon-5 1.8s ease-in-out both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-5__desktop {
      -webkit-animation: products-inrights-advantages-icon-5__desktop 1.8s ease-in-out both infinite;
              animation: products-inrights-advantages-icon-5__desktop 1.8s ease-in-out both infinite; }
    .products-advantages__item:hover .products-inrights-advantages-icon-5__mobile {
      -webkit-animation: products-inrights-advantages-icon-5__mobile 1.8s ease-in-out both infinite;
              animation: products-inrights-advantages-icon-5__mobile 1.8s ease-in-out both infinite; }
    .products-advantages__item:hover .solar-cpt-advantages__icon-1 {
      -webkit-animation: solar-cpt_advantages-icon-1 1.8s ease-in-out both infinite;
              animation: solar-cpt_advantages-icon-1 1.8s ease-in-out both infinite; }
    .products-advantages__item:hover .solar-cpt-advantages__icon-2_path {
      -webkit-animation: solar-cpt_advantages-icon-2 1.8s ease-in-out both infinite;
              animation: solar-cpt_advantages-icon-2 1.8s ease-in-out both infinite; }
    .products-advantages__item:hover .solar-cpt-advantages__icon-3 {
      -webkit-animation: solar-cpt_advantages-icon-3 1.8s ease-in-out both infinite;
              animation: solar-cpt_advantages-icon-3 1.8s ease-in-out both infinite; }
    .products-advantages__item:hover .cyber-training-advantages__icon-1 {
      -webkit-animation: cyber-training-advantages__icon-1 2s linear both infinite;
              animation: cyber-training-advantages__icon-1 2s linear both infinite; }
    .products-advantages__item:hover .cyber-training-advantages__icon-2 {
      -webkit-animation: cyber-training-advantages__icon-2 2s ease-in-out both infinite;
              animation: cyber-training-advantages__icon-2 2s ease-in-out both infinite; }
    .products-advantages__item:hover .cyber-training-advantages__icon-3 {
      -webkit-animation: cyber-training-advantages__icon-3 2s ease-in-out both infinite;
              animation: cyber-training-advantages__icon-3 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-1_1 {
      -webkit-animation: dozor-advantages-icon-1_1 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-1_1 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-1_2 {
      -webkit-animation: dozor-advantages-icon-1_2 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-1_2 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-1_3 {
      -webkit-animation: dozor-advantages-icon-1_3 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-1_3 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-1_4 {
      -webkit-animation: dozor-advantages-icon-1_4 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-1_4 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-1_5 {
      -webkit-animation: dozor-advantages-icon-1_5 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-1_5 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-2_1 {
      -webkit-animation: dozor-advantages-icon-2_1 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-2_1 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-4_1 {
      -webkit-animation: dozor-advantages-icon-4_1 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-4_1 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-4_2 {
      -webkit-animation: dozor-advantages-icon-4_2 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-4_2 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-4_3 {
      -webkit-animation: dozor-advantages-icon-4_3 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-4_3 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-4_4 {
      -webkit-animation: dozor-advantages-icon-4_4 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-4_4 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-4_5 {
      -webkit-animation: dozor-advantages-icon-4_5 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-4_5 2s ease-in-out both infinite; }
    .products-advantages__item:hover .dozor-advantages-icon-4_6 {
      -webkit-animation: dozor-advantages-icon-4_6 2s ease-in-out both infinite;
              animation: dozor-advantages-icon-4_6 2s ease-in-out both infinite; }
    .products-advantages__item:hover .products-advantages__wallet {
      -webkit-animation: wallet 1.5s ease both infinite;
              animation: wallet 1.5s ease both infinite; }
    .products-advantages__item:hover .products-advantages__icon-heart {
      -webkit-animation: products-advantages__icon-heart 1.8s ease-in-out both infinite;
              animation: products-advantages__icon-heart 1.8s ease-in-out both infinite; }
    .products-advantages__item:hover .value-soc-path-1_1 {
      -webkit-animation: value-soc-path-1_1 1.8s ease-in-out both infinite;
              animation: value-soc-path-1_1 1.8s ease-in-out both infinite; }
    .products-advantages__item:hover .value-soc-path-1_2 {
      -webkit-animation: value-soc-path-1_2 1.8s ease-in-out both infinite;
              animation: value-soc-path-1_2 1.8s ease-in-out both infinite; }
    .products-advantages__item:hover .value-soc-path-2_1 {
      -webkit-animation: value-soc-path-2_1 1.5s ease-in-out both infinite;
              animation: value-soc-path-2_1 1.5s ease-in-out both infinite; }
    .products-advantages__item:hover .value-soc-path-2_2 {
      -webkit-animation: value-soc-path-2_2 1.5s ease-in-out both infinite;
              animation: value-soc-path-2_2 1.5s ease-in-out both infinite; }
    .products-advantages__item:hover .ngfw-advantages__icon-1 {
      -webkit-animation: ngfw-advantages-icon-1 2s ease-in-out both infinite;
              animation: ngfw-advantages-icon-1 2s ease-in-out both infinite; }
    .products-advantages__item:hover .ngfw-advantages__icon-2 {
      -webkit-animation: ngfw-advantages-icon-2 2s ease-in-out both infinite;
              animation: ngfw-advantages-icon-2 2s ease-in-out both infinite; }
    .products-advantages__item:hover .ngfw-advantages__icon-3 {
      -webkit-animation: ngfw-advantages-icon-3 2s ease-in-out both infinite;
              animation: ngfw-advantages-icon-3 2s ease-in-out both infinite; }
    .products-advantages__item:hover .ngfw-advantages__icon-4 {
      -webkit-animation: ngfw-advantages-icon-4 2s ease-in-out both infinite;
              animation: ngfw-advantages-icon-4 2s ease-in-out both infinite; }
    .products-advantages__item:hover .services-advantages-icon-nta-1 {
      -webkit-animation: services-advantages-icon-nta-1 2s ease-in-out both infinite;
              animation: services-advantages-icon-nta-1 2s ease-in-out both infinite; } }
  @media (max-width: 1200px) {
    .products-advantages__item {
      padding: 1.25rem;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-height: auto;
      max-width: 23rem; } }
  @media (max-width: 650px) {
    .products-advantages__item {
      padding: 1rem;
      max-width: 14.25rem; } }

.products-advantages__icon-wrapper {
  height: 9.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem; }
  .products-advantages__icon-wrapper svg {
    overflow: initial;
    width: auto;
    max-height: 100%; }
  @media (max-width: 1200px) {
    .products-advantages__icon-wrapper {
      margin-bottom: 1.25rem; } }
  @media (max-width: 650px) {
    .products-advantages__icon-wrapper {
      height: 6.25rem;
      margin-bottom: 1rem; } }

.products-advantages__item-title {
  margin: 0;
  margin-bottom: 0.75rem;
  text-align: center;
  color: var(--color-black);
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .products-advantages__item-title {
      font-size: 1.125rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .products-advantages__item-title {
      line-height: 1.5rem; } }

.products-advantages__text {
  text-align: center;
  line-height: 1.5rem; }
  @media (max-width: 1200px) {
    .products-advantages__text {
      line-height: 1.25rem; } }

.products-advantages__list-wrapper.swiper-initialized .products-advantages__list {
  gap: 0; }

@media (max-width: 1200px) {
  .products-advantages__list-wrapper {
    overflow: auto; } }

@media (max-width: 650px) {
  .products-advantages__list-wrapper {
    margin-bottom: 2rem; } }

.products-advantages__btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .products-advantages__btn {
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .products-advantages__btn {
      margin-top: 2rem; } }

.products-advantages__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .products-advantages__pagination {
      display: none; } }

.products-inrights-advantages-icon-5__mobile {
  opacity: 0; }

.products-advantages__wallet-1 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: 2.8125rem 1.25rem;
      -ms-transform-origin: 2.8125rem 1.25rem;
          transform-origin: 2.8125rem 1.25rem; }

.products-advantages__wallet-2 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: 3.875rem 1rem;
      -ms-transform-origin: 3.875rem 1rem;
          transform-origin: 3.875rem 1rem; }

.products-advantages__wallet-3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: 4.8125rem 0.9375rem;
      -ms-transform-origin: 4.8125rem 0.9375rem;
          transform-origin: 4.8125rem 0.9375rem; }

.products-advantages__additional-text-wrapper {
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .products-advantages__additional-text-wrapper {
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .products-advantages__additional-text-wrapper {
      margin-top: 2rem; } }

.products-advantages__additional-text {
  margin-bottom: 1.625rem; }
  .products-advantages__additional-text:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .products-advantages__additional-text {
      margin-bottom: 1.5rem; } }

@-webkit-keyframes animationEye {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  25% {
    -webkit-transform: translate(-5px);
            transform: translate(-5px); }
  50% {
    -webkit-transform: translate(5px);
            transform: translate(5px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes animationEye {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  25% {
    -webkit-transform: translate(-5px);
            transform: translate(-5px); }
  50% {
    -webkit-transform: translate(5px);
            transform: translate(5px); }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0); } }

@-webkit-keyframes animationArrow1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animationArrow1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes animationArrow2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationArrow2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animationArrow3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animationArrow3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes animationArrow4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationArrow4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animationShield {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33.3% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animationShield {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33.3% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes animationBracket1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0.5rem) scale(1.05, 1.05);
            transform: translateX(0.5rem) scale(1.05, 1.05); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationBracket1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0.5rem) scale(1.05, 1.05);
            transform: translateX(0.5rem) scale(1.05, 1.05); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animationBracket2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-0.5rem) scale(1.05, 1.05);
            transform: translateX(-0.5rem) scale(1.05, 1.05); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationBracket2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-0.5rem) scale(1.05, 1.05);
            transform: translateX(-0.5rem) scale(1.05, 1.05); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animationSquare1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(4px) scale(0.98);
            transform: translateY(4px) scale(0.98); }
  70% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(4px) scale(0.98);
            transform: translateY(4px) scale(0.98); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animationSquare1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(4px) scale(0.98);
            transform: translateY(4px) scale(0.98); }
  70% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(4px) scale(0.98);
            transform: translateY(4px) scale(0.98); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes animationSquare2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-2px) scale(0.98);
            transform: translateX(-2px) scale(0.98); }
  70% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-2px) scale(0.98);
            transform: translateX(-2px) scale(0.98); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationSquare2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-2px) scale(0.98);
            transform: translateX(-2px) scale(0.98); }
  70% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-2px) scale(0.98);
            transform: translateX(-2px) scale(0.98); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animationSquare3 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(2px) scale(0.98);
            transform: translateX(2px) scale(0.98); }
  70% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(2px) scale(0.98);
            transform: translateX(2px) scale(0.98); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationSquare3 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  30% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(2px) scale(0.98);
            transform: translateX(2px) scale(0.98); }
  70% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(2px) scale(0.98);
            transform: translateX(2px) scale(0.98); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animationCircle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-28%);
            transform: translateX(-28%); }
  70% {
    -webkit-transform: translateX(-28%);
            transform: translateX(-28%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationCircle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-28%);
            transform: translateX(-28%); }
  70% {
    -webkit-transform: translateX(-28%);
            transform: translateX(-28%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animationLightning {
  0% {
    opacity: 1; }
  30% {
    opacity: 0.5; }
  70% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes animationLightning {
  0% {
    opacity: 1; }
  30% {
    opacity: 0.5; }
  70% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animationSecondHand {
  0% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  40% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  60% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  80% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes animationSecondHand {
  0% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  40% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  60% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  80% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform-origin: left 98%;
            transform-origin: left 98%;
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes animationDiagram {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes animationDiagram {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes animationCheck {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  30% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem); }
  70% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animationCheck {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  30% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem); }
  70% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes animationConvenience1 {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  30% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translate(-1rem, -1rem);
            transform: translate(-1rem, -1rem); }
  70% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translate(-1rem, -1rem);
            transform: translate(-1rem, -1rem); }
  100% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes animationConvenience1 {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  30% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translate(-1rem, -1rem);
            transform: translate(-1rem, -1rem); }
  70% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translate(-1rem, -1rem);
            transform: translate(-1rem, -1rem); }
  100% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes animationConvenience2 {
  0% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  30% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: translate(0.5rem, 0.5rem);
            transform: translate(0.5rem, 0.5rem); }
  70% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: translate(0.5rem, 0.5rem);
            transform: translate(0.5rem, 0.5rem); }
  100% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes animationConvenience2 {
  0% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  30% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: translate(0.5rem, 0.5rem);
            transform: translate(0.5rem, 0.5rem); }
  70% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: translate(0.5rem, 0.5rem);
            transform: translate(0.5rem, 0.5rem); }
  100% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes products-inrights-advantages-icon-1__1 {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  70% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes products-inrights-advantages-icon-1__1 {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  70% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes products-inrights-advantages-icon-1__2 {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  70% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes products-inrights-advantages-icon-1__2 {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  70% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes products-inrights-advantages-icon-1__3 {
  0% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  70% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes products-inrights-advantages-icon-1__3 {
  0% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  70% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes products-inrights-advantages-icon-1__4 {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  70% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes products-inrights-advantages-icon-1__4 {
  0% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  70% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes products-inrights-advantages-icon-2__1 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes products-inrights-advantages-icon-2__1 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(-1.25rem);
            transform: translateX(-1.25rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes products-inrights-advantages-icon-2__2 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(-0.3125rem);
            transform: translateX(-0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(-0.3125rem);
            transform: translateX(-0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes products-inrights-advantages-icon-2__2 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(-0.3125rem);
            transform: translateX(-0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(-0.3125rem);
            transform: translateX(-0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes products-inrights-advantages-icon-3__1 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes products-inrights-advantages-icon-3__1 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes products-inrights-advantages-icon-3__2 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes products-inrights-advantages-icon-3__2 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes products-inrights-advantages-icon-4__1 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-0.5rem) translateX(0.3125rem);
            transform: translateY(-0.5rem) translateX(0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-0.5rem) translateX(0.3125rem);
            transform: translateY(-0.5rem) translateX(0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); } }

@keyframes products-inrights-advantages-icon-4__1 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-0.5rem) translateX(0.3125rem);
            transform: translateY(-0.5rem) translateX(0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-0.5rem) translateX(0.3125rem);
            transform: translateY(-0.5rem) translateX(0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); } }

@-webkit-keyframes products-inrights-advantages-icon-4__2 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0.5rem) translateX(-0.3125rem);
            transform: translateY(0.5rem) translateX(-0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0.5rem) translateX(-0.3125rem);
            transform: translateY(0.5rem) translateX(-0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); } }

@keyframes products-inrights-advantages-icon-4__2 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); }
  30% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0.5rem) translateX(-0.3125rem);
            transform: translateY(0.5rem) translateX(-0.3125rem); }
  70% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0.5rem) translateX(-0.3125rem);
            transform: translateY(0.5rem) translateX(-0.3125rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0); } }

@-webkit-keyframes products-inrights-advantages-icon-5__desktop {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes products-inrights-advantages-icon-5__desktop {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes products-inrights-advantages-icon-5__mobile {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes products-inrights-advantages-icon-5__mobile {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes products-inrights-advantages-icon-5 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes products-inrights-advantages-icon-5 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes solar-cpt_advantages-icon-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  69% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes solar-cpt_advantages-icon-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  69% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes solar-cpt_advantages-icon-2 {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translate(-0.5rem, 1px);
            transform: translate(-0.5rem, 1px); }
  69% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translate(-0.5rem, 1px);
            transform: translate(-0.5rem, 1px); }
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes solar-cpt_advantages-icon-2 {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translate(-0.5rem, 1px);
            transform: translate(-0.5rem, 1px); }
  69% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translate(-0.5rem, 1px);
            transform: translate(-0.5rem, 1px); }
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes solar-cpt_advantages-icon-3 {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  33% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(0.9) scaleY(0.8);
            transform: scaleX(0.9) scaleY(0.8); }
  69% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(0.9) scaleY(0.8);
            transform: scaleX(0.9) scaleY(0.8); }
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); } }

@keyframes solar-cpt_advantages-icon-3 {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); }
  33% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(0.9) scaleY(0.8);
            transform: scaleX(0.9) scaleY(0.8); }
  69% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(0.9) scaleY(0.8);
            transform: scaleX(0.9) scaleY(0.8); }
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1); } }

@-webkit-keyframes cyber-training-advantages__icon-1 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  30% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0); }
  70% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0); }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes cyber-training-advantages__icon-1 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  30% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0); }
  70% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0); }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes cyber-training-advantages__icon-2 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0); }
  30% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(50%, -0.5rem);
            transform: translate(50%, -0.5rem); }
  70% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(50%, -0.5rem);
            transform: translate(50%, -0.5rem); }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0); } }

@keyframes cyber-training-advantages__icon-2 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0); }
  30% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(50%, -0.5rem);
            transform: translate(50%, -0.5rem); }
  70% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(50%, -0.5rem);
            transform: translate(50%, -0.5rem); }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0); } }

@-webkit-keyframes cyber-training-advantages__icon-3 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0); }
  30% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(114%, -0.75rem);
            transform: translate(114%, -0.75rem); }
  70% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(114%, -0.75rem);
            transform: translate(114%, -0.75rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0); } }

@keyframes cyber-training-advantages__icon-3 {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0); }
  30% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(114%, -0.75rem);
            transform: translate(114%, -0.75rem); }
  70% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: translate(114%, -0.75rem);
            transform: translate(114%, -0.75rem); }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0); } }

@-webkit-keyframes dozor-advantages-icon-1_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes dozor-advantages-icon-1_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes dozor-advantages-icon-1_2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-2px) scale(0.9);
            transform: translateX(-2px) scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-2px) scale(0.9);
            transform: translateX(-2px) scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@keyframes dozor-advantages-icon-1_2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-2px) scale(0.9);
            transform: translateX(-2px) scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-2px) scale(0.9);
            transform: translateX(-2px) scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@-webkit-keyframes dozor-advantages-icon-1_3 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(2px) scale(0.9);
            transform: translateX(2px) scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(2px) scale(0.9);
            transform: translateX(2px) scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@keyframes dozor-advantages-icon-1_3 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(2px) scale(0.9);
            transform: translateX(2px) scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(2px) scale(0.9);
            transform: translateX(2px) scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@-webkit-keyframes dozor-advantages-icon-1_4 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-1px) scale(0.9);
            transform: translateX(-1px) scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-1px) scale(0.9);
            transform: translateX(-1px) scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@keyframes dozor-advantages-icon-1_4 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-1px) scale(0.9);
            transform: translateX(-1px) scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(-1px) scale(0.9);
            transform: translateX(-1px) scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@-webkit-keyframes dozor-advantages-icon-1_5 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(1px) scale(0.9);
            transform: translateX(1px) scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(1px) scale(0.9);
            transform: translateX(1px) scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@keyframes dozor-advantages-icon-1_5 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(1px) scale(0.9);
            transform: translateX(1px) scale(0.9); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(1px) scale(0.9);
            transform: translateX(1px) scale(0.9); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@-webkit-keyframes dozor-advantages-icon-2_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes dozor-advantages-icon-2_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes dozor-advantages-icon-4_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, 3px);
            transform: translate(8px, 3px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, 3px);
            transform: translate(8px, 3px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes dozor-advantages-icon-4_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, 3px);
            transform: translate(8px, 3px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, 3px);
            transform: translate(8px, 3px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes dozor-advantages-icon-4_2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, 3px);
            transform: translate(-8px, 3px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, 3px);
            transform: translate(-8px, 3px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes dozor-advantages-icon-4_2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, 3px);
            transform: translate(-8px, 3px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, 3px);
            transform: translate(-8px, 3px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes dozor-advantages-icon-4_3 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes dozor-advantages-icon-4_3 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes dozor-advantages-icon-4_4 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes dozor-advantages-icon-4_4 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes dozor-advantages-icon-4_5 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, -3px);
            transform: translate(8px, -3px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, -3px);
            transform: translate(8px, -3px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes dozor-advantages-icon-4_5 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, -3px);
            transform: translate(8px, -3px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(8px, -3px);
            transform: translate(8px, -3px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes dozor-advantages-icon-4_6 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, -3px);
            transform: translate(-8px, -3px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, -3px);
            transform: translate(-8px, -3px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes dozor-advantages-icon-4_6 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, -3px);
            transform: translate(-8px, -3px); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-8px, -3px);
            transform: translate(-8px, -3px); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes wallet {
  0% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }
  30% {
    -webkit-transform: rotate(60deg) translate(-0.625rem, -0.625rem);
            transform: rotate(60deg) translate(-0.625rem, -0.625rem); }
  70% {
    -webkit-transform: rotate(60deg) translate(-0.625rem, -0.625rem);
            transform: rotate(60deg) translate(-0.625rem, -0.625rem); }
  100% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); } }

@keyframes wallet {
  0% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); }
  30% {
    -webkit-transform: rotate(60deg) translate(-0.625rem, -0.625rem);
            transform: rotate(60deg) translate(-0.625rem, -0.625rem); }
  70% {
    -webkit-transform: rotate(60deg) translate(-0.625rem, -0.625rem);
            transform: rotate(60deg) translate(-0.625rem, -0.625rem); }
  100% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg); } }

@-webkit-keyframes products-advantages__icon-heart {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  69% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes products-advantages__icon-heart {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  69% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes value-soc-path-1_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0.5rem, -0.5rem);
            transform: translate(0.5rem, -0.5rem); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0.5rem, -0.5rem);
            transform: translate(0.5rem, -0.5rem); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes value-soc-path-1_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0.5rem, -0.5rem);
            transform: translate(0.5rem, -0.5rem); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0.5rem, -0.5rem);
            transform: translate(0.5rem, -0.5rem); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes value-soc-path-1_2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.5rem, 0.5rem);
            transform: translate(-0.5rem, 0.5rem); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.5rem, 0.5rem);
            transform: translate(-0.5rem, 0.5rem); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes value-soc-path-1_2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.5rem, 0.5rem);
            transform: translate(-0.5rem, 0.5rem); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.5rem, 0.5rem);
            transform: translate(-0.5rem, 0.5rem); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes value-soc-path-2_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.8125rem, 0);
            transform: translate(-0.8125rem, 0); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.8125rem, 0);
            transform: translate(-0.8125rem, 0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes value-soc-path-2_1 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.8125rem, 0);
            transform: translate(-0.8125rem, 0); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.8125rem, 0);
            transform: translate(-0.8125rem, 0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes value-soc-path-2_2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.5625rem, 0);
            transform: translate(-0.5625rem, 0); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.5625rem, 0);
            transform: translate(-0.5625rem, 0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes value-soc-path-2_2 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  33% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.5625rem, 0);
            transform: translate(-0.5625rem, 0); }
  69% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-0.5625rem, 0);
            transform: translate(-0.5625rem, 0); }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ngfw-advantages-icon-1 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(0.25rem, 4px);
            transform: translate(0.25rem, 4px);
    scale: 1.3; }
  69% {
    -webkit-transform: translate(0.25rem, 4px);
            transform: translate(0.25rem, 4px);
    scale: 1.3; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ngfw-advantages-icon-1 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(0.25rem, 4px);
            transform: translate(0.25rem, 4px);
    scale: 1.3; }
  69% {
    -webkit-transform: translate(0.25rem, 4px);
            transform: translate(0.25rem, 4px);
    scale: 1.3; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ngfw-advantages-icon-2 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(0.1875rem, 6px);
            transform: translate(0.1875rem, 6px);
    scale: 1.5; }
  69% {
    -webkit-transform: translate(0.1875rem, 6px);
            transform: translate(0.1875rem, 6px);
    scale: 1.5; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ngfw-advantages-icon-2 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(0.1875rem, 6px);
            transform: translate(0.1875rem, 6px);
    scale: 1.5; }
  69% {
    -webkit-transform: translate(0.1875rem, 6px);
            transform: translate(0.1875rem, 6px);
    scale: 1.5; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ngfw-advantages-icon-4 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(-0.0625rem, 7px);
            transform: translate(-0.0625rem, 7px);
    scale: 1.2; }
  69% {
    -webkit-transform: translate(-0.0625rem, 7px);
            transform: translate(-0.0625rem, 7px);
    scale: 1.2; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ngfw-advantages-icon-4 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(-0.0625rem, 7px);
            transform: translate(-0.0625rem, 7px);
    scale: 1.2; }
  69% {
    -webkit-transform: translate(-0.0625rem, 7px);
            transform: translate(-0.0625rem, 7px);
    scale: 1.2; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes ngfw-advantages-icon-3 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(0rem, 4px);
            transform: translate(0rem, 4px); }
  69% {
    -webkit-transform: translate(0rem, 4px);
            transform: translate(0rem, 4px); }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes ngfw-advantages-icon-3 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(0rem, 4px);
            transform: translate(0rem, 4px); }
  69% {
    -webkit-transform: translate(0rem, 4px);
            transform: translate(0rem, 4px); }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes services-advantages-icon-nta-1 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(0rem, -10px);
            transform: translate(0rem, -10px); }
  69% {
    -webkit-transform: translate(0rem, -10px);
            transform: translate(0rem, -10px); }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes services-advantages-icon-nta-1 {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  33% {
    -webkit-transform: translate(0rem, -10px);
            transform: translate(0rem, -10px); }
  69% {
    -webkit-transform: translate(0rem, -10px);
            transform: translate(0rem, -10px); }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.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%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-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%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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);
    -webkit-transition: 0.3s ease-out;
    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);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: var(--color-black); }

.products-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem 1.5rem; }
  @media (max-width: 1200px) {
    .products-callback > form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.products-callback_small-form > form {
  -ms-grid-columns: 1fr 1.5rem 20.625rem;
  grid-template-columns: 1fr 20.625rem;
  gap: 3.5rem 1.5rem; }
  @media (max-width: 1200px) {
    .products-callback_small-form > form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1.5rem; } }

.products-callback__name,
.products-callback__form-footer {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .products-callback__agreement {
      margin-bottom: 2rem; } }
  .products-callback__agreement-center {
    height: 3.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .products-callback__agreement-center {
        height: auto; } }

.products-callback__input {
  padding-bottom: 1.1875rem; }

.products-callback__item {
  margin-bottom: 0; }
  .products-callback__item_checkbox {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1; }
  .products-callback__item_bottom {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end; }

.products-callback__form-footer {
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            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 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1; }

.products-callback__file {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
  margin-bottom: 2rem;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .products-callback__file {
      margin-bottom: 0; } }

.products-callback__name,
.products-callback__form-footer {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1; }

.products-callback__submit {
  width: 100%;
  max-width: 35.375rem; }
  @media (max-width: 1200px) {
    .products-callback__submit {
      max-width: 21.75rem; } }

.form {
  position: relative;
  z-index: 1;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .form {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (max-width: 650px) {
    .form {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .form_line {
    z-index: 1; }
    .form_line .form__title {
      z-index: 1;
      position: relative; }
      .form_line .form__title::before {
        position: absolute;
        content: "";
        background-image: url("../images/title-line.svg");
        left: -14.75rem;
        top: -6.375rem;
        width: 90rem;
        height: 54.5rem;
        background-size: 90rem 54.5rem;
        z-index: -1; }
        @media (max-width: 1200px) {
          .form_line .form__title::before {
            width: 52.1875rem;
            height: 36.5rem;
            background-size: 52.1875rem 36.5rem;
            left: 2.25rem;
            top: -9.375rem; } }
        @media (max-width: 650px) {
          .form_line .form__title::before {
            width: 25.5rem;
            height: 17.875rem;
            background-size: 25.5rem 17.875rem;
            left: -2.75rem;
            top: -4.375rem; } }
    .form_line .form__success-text {
      position: relative;
      z-index: 1; }
    .form_line .form__success-title {
      z-index: 1;
      position: relative; }
      .form_line .form__success-title::before {
        position: absolute;
        content: "";
        background-image: url("../images/title-line.svg");
        left: -14.75rem;
        top: -6.375rem;
        width: 90rem;
        height: 54.5rem;
        background-size: 90rem 54.5rem;
        z-index: -1; }
        @media (max-width: 1200px) {
          .form_line .form__success-title::before {
            width: 52.1875rem;
            height: 36.5rem;
            background-size: 52.1875rem 36.5rem;
            left: 2.25rem;
            top: -9.375rem; } }
        @media (max-width: 650px) {
          .form_line .form__success-title::before {
            width: 25.5rem;
            height: 17.875rem;
            background-size: 25.5rem 17.875rem;
            left: -2.75rem;
            top: -4.375rem; } }

.form__wrapper {
  max-width: 72.25rem;
  margin: 0 auto; }

.form__title {
  font-size: 4.25rem;
  line-height: 109%;
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .form__title {
      margin-bottom: 3.5rem;
      font-size: 2rem;
      line-height: 131%; } }
  @media (max-width: 650px) {
    .form__title {
      font-size: 1.25rem;
      line-height: 140%;
      margin-bottom: 2rem; } }

.form__text {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 1200px) {
    .form__text {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .form__text {
      display: none; } }

.form__container {
  position: relative;
  z-index: 1; }
  .form__container form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem; }
    @media (max-width: 650px) {
      .form__container form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; } }

.form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
  width: 100%; }
  .form__item:last-child {
    margin-bottom: 0; }
  .form__item_checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem; }
  .form__item_full-width {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1; }

.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);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: auto;
  -webkit-box-shadow: inset 0 0 0 3.125rem var(--color-greyscale-black) !important;
          box-shadow: inset 0 0 0 3.125rem var(--color-greyscale-black) !important;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-black);
  caret-color: var(--color-black);
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem; }
  .form__input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-black);
    caret-color: var(--color-black); }
  .form__input_white {
    -webkit-box-shadow: inset 0 0 0 3.125rem var(--color-white) !important;
            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-60);
      caret-color: var(--color-grey-60); }
  .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);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            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 {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              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 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background-color: var(--color-red); }
  .form__input.noValidate ~ label.error {
    display: none !important; }
  .form__input_not-box-shadow {
    -webkit-box-shadow: none !important;
            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.0625rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-grey-60);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .form__label_for-small {
    top: 0.9375rem; }
  @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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1rem; }
  .form__label-checkbox_big {
    padding-left: 2rem; }

.form__fake-checked {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-white);
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  -webkit-transition: 0.3s ease-out;
  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);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    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%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 1200px) {
    .form__fake-checked {
      top: -1px; } }
  @media (max-width: 650px) {
    .form__fake-checked {
      top: 0.3125rem; } }

.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-black);
  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); }
  @media (max-width: 650px) {
    .form__checkbox-text {
      font-size: 0.625rem;
      line-height: 140%; } }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0.1875rem;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  pointer-events: none; }
  .form__clear path {
    -webkit-transition: 0.3s ease-out;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .form__item_radio {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.form__radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem; }

.form__label-radio {
  padding: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 6.4375rem;
  border-radius: 2.5rem;
  border: 1px solid var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--color-white);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.375rem; }

.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 {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              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);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .form__textarea.error ~ .form__border::before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background-color: var(--color-red); }

.form__file-label {
  width: 100%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  padding-right: 3.5rem;
  position: relative; }

.form__file-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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__select {
  position: relative;
  width: 100%;
  height: 3.4375rem; }
  @media (max-width: 1200px) {
    .form__select {
      height: 3.5rem; } }
  @media (max-width: 650px) {
    .form__select {
      height: 3.5rem;
      margin-bottom: 1.5rem; } }
  @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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 1.1875rem;
  padding-bottom: 1.25rem;
  color: var(--color-grey-60);
  font-size: 1rem;
  line-height: 1.375rem;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .form__select-toggle::after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../images/promo-soc/select-arrow.svg");
    content: "";
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: auto; }
  .form__select-toggle:focus {
    outline: none; }

.form__select-show .form__select-toggle::after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 2.625rem;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  background: #fafafa; }
  @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: ""; }

.form__personal-data {
  margin-top: 2.5rem;
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .form__personal-data {
      margin-top: 2.5rem;
      margin-bottom: 40px; } }
  @media (max-width: 650px) {
    .form__personal-data {
      margin-top: 2rem;
      margin-bottom: 32px; } }

.form__btn {
  max-width: 27.875rem;
  margin-top: 2.25rem; }
  @media (max-width: 1200px) {
    .form__btn {
      max-width: 330px; } }
  @media (max-width: 650px) {
    .form__btn {
      margin-top: 0.5rem; } }

.form__success-wrapper {
  max-width: 59.3125rem;
  margin-right: auto;
  margin-left: auto; }

.form__success-title {
  margin-bottom: 4rem;
  font-size: 4.25rem;
  line-height: 109%; }
  @media (max-width: 1200px) {
    .form__success-title {
      margin-bottom: 2rem;
      font-size: 2rem;
      line-height: 131%; } }
  @media (max-width: 650px) {
    .form__success-title {
      font-size: 1.25rem;
      line-height: 140%;
      margin-bottom: 1.5rem; } }

.form__success-text {
  text-align: center;
  margin-bottom: 1.625rem; }
  .form__success-text:last-child {
    margin-bottom: 0; }
  .form__success-text a {
    color: var(--color-orange); }
    .form__success-text a:hover {
      color: var(--color-light-orange); }
    .form__success-text a:active {
      color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .form__success-text {
      margin-bottom: 1.375rem; } }

.form__select-small-text {
  font-size: 0.75rem;
  line-height: 133%;
  color: #808489;
  position: absolute;
  bottom: -1.375rem; }

@media (max-width: 650px) {
  .form__item-eps {
    margin-top: 1.25rem;
    margin-bottom: 0; } }

.form__item-checkbox {
  margin-top: 3.75rem;
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .form__item-checkbox {
      margin-top: 2.5rem; } }
  @media (max-width: 650px) {
    .form__item-checkbox {
      margin-top: 2rem;
      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 > form {
  gap: 1.5rem; }

.request-consultation__form-footer {
  margin-top: 1rem; }
  @media (max-width: 1200px) {
    .request-consultation__form-footer {
      margin-top: 0.5rem; } }

.figure__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .figure__wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 19px; } }
  @media (max-width: 650px) {
    .figure__wrapper {
      gap: 13px; } }

.figure__text-block {
  overflow: hidden;
  max-width: 42.6875rem; }

.figure__img-block {
  max-width: 36.8125rem; }
  @media (max-width: 1200px) {
    .figure__img-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.figure__img-block,
.figure__text-block {
  width: 100%; }
  @media (max-width: 1200px) {
    .figure__img-block,
    .figure__text-block {
      max-width: 100%; } }

.figure__text {
  margin-bottom: 2.3125rem; }
  .figure__text:last-child {
    margin-bottom: 0; }
  .figure__text:last-of-type {
    margin-bottom: 1rem; }
  .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); }
  @media (max-width: 1200px) {
    .figure__text {
      margin-bottom: 26px; } }
  @media (max-width: 650px) {
    .figure__text {
      font-size: 18px;
      line-height: 24px; } }

.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 {
    -webkit-transform: rotate(180deg) translateX(-3px);
        -ms-transform: rotate(180deg) translateX(-3px);
            transform: rotate(180deg) translateX(-3px); }
  @media (max-width: 1200px) {
    .figure__btn {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-top: 3.5rem; } }
  @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;
    -o-object-fit: cover;
       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 {
    -o-object-fit: contain;
       object-fit: contain; } }

.figure__title-h3 {
  margin-bottom: 1.5rem; }
  @media (max-width: 650px) {
    .figure__title-h3 {
      margin-bottom: 1rem; } }

.figure__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  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_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;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: var(--color-white);
  margin-right: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline;
  vertical-align: middle; }

.figure__number-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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 {
  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-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__title-h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .figure__title-h4 {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-top: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.figure__big-title {
  font-size: 15rem;
  line-height: 15rem;
  letter-spacing: -0.6875rem;
  color: var(--color-grey);
  margin-top: -1.1875rem; }
  @media (max-width: 1200px) {
    .figure__big-title {
      letter-spacing: initial; } }
  @media (max-width: 650px) {
    .figure__big-title {
      font-size: 120px;
      line-height: 130px;
      margin-top: -9px;
      letter-spacing: -5px; } }

.products-rating__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  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 {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-bottom: 2rem; } }

.products-rating__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 650px) {
    .products-rating__review {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.products-rating__review-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
  .products-rating__review-star svg {
    width: 6rem;
    height: 1rem; }

.products-rating__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 268px;
      margin: 0 auto; } }

.products-banner__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem; }
  @media (max-width: 768px) {
    .products-banner__links {
      gap: 1rem; } }
  @media (max-width: 650px) {
    .products-banner__links {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.products-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-bottom: 2rem; } }

.products-architecture__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1200px) {
    .products-architecture__legend {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1.5rem 1fr;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; } }
  @media (max-width: 650px) {
    .products-architecture__legend {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 0.75rem; } }

.products-architecture__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1200px) {
    .products-architecture__item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 650px) {
    .products-architecture__item {
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }

.products-architecture__item-number {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid var(--color-grey-80);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-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; }
  @media (max-width: 1200px) {
    .products-plan__table-wrapper {
      display: none; } }

.products-plan__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr (14.75rem)[3];
  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 {
    -ms-grid-columns: 1fr (14.75rem)[4];
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @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.25rem;
      line-height: 140%; } }
  .products-plan__title-head_small {
    min-height: auto; }

.products-plan__table-border {
  position: relative;
  padding: 16px 0; }
  .products-plan__table-border::before {
    content: '';
    width: calc(100% - 6px);
    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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 650px) {
    .products-plan__cards-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem; } }

.products-plan__card {
  padding: 1rem;
  border: 1px solid var(--color-grey-20);
  position: relative;
  min-height: 31.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 18.75rem;
      flex-basis: 18.75rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%; }
  .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;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.products-plan__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 8px; }

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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.25rem;
    line-height: 140%; }

.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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem; }

.products-plan__specs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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; } }
  @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; }

.documents-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .documents-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 16px; } }

.documents-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-fit-content;
  width: -moz-fit-content;
  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; }

.steps {
  padding-bottom: 0; }
  @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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .steps__list {
      -ms-grid-columns: (21.75rem)[3];
      grid-template-columns: repeat(3, 21.75rem);
      overflow-x: auto;
      overflow-y: hidden; } }
  @media (max-width: 650px) {
    .steps__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1rem; } }

.steps__item {
  height: auto;
  min-height: 22.8125rem;
  position: relative;
  border: 1px solid var(--color-black);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .steps__item {
      padding: 20px; } }
  @media (max-width: 650px) {
    .steps__item {
      min-height: 18.75rem;
      padding: 16px; } }

.steps__text {
  margin-top: auto;
  font-size: 1.25rem;
  line-height: 1.625rem; }
  @media (max-width: 1200px) {
    .steps__text {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 650px) {
    .steps__text {
      font-size: 18px;
      line-height: 24px; } }

.steps__item-front,
.steps__item-back {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  padding: 1.5rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.5s ease-out;
  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);
  -webkit-transform: perspective(37.5rem) rotateY(0deg);
          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 {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.steps__item-back {
  background-color: var(--color-orange);
  color: var(--color-white);
  -webkit-transform: perspective(37.5rem) rotateY(180deg);
          transform: perspective(37.5rem) rotateY(180deg);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem; }
  @media (max-width: 1200px) {
    .steps__item-back {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 0; } }

.steps__back-text {
  font-size: 1rem;
  line-height: 1.375rem; }

.steps__list-wrapper {
  overflow: initial;
  position: relative; }
  @media (max-width: 1200px) {
    .steps__list-wrapper {
      overflow: hidden;
      width: calc(100% + 1.5rem);
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .steps__list-wrapper::after {
        content: '';
        display: block;
        width: 1.5rem;
        height: 1px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
  @media (max-width: 650px) {
    .steps__list-wrapper {
      width: 100%; }
      .steps__list-wrapper::after {
        display: none; } }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem; }

.steps__btn {
  margin-top: 5rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: 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__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__logo {
  height: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .steps__logo img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center; }

.products-promo-dag {
  padding-top: 10.0625rem; }
  .products-promo-dag::before {
    width: 71.0625rem;
    height: 37.0625rem;
    background-image: url("/images/dag-promo-decor.svg");
    top: 1.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .products-promo-dag::before {
        width: 43.25rem;
        height: 20.625rem;
        background-image: url("/images/dag-promo-decor_laptop.svg"); } }
    @media (max-width: 650px) {
      .products-promo-dag::before {
        width: 18rem;
        height: 10.4375rem;
        background-image: url("/images/dag-promo-decor_mobile.svg");
        top: 1.1875rem; } }
  @media (max-width: 1200px) {
    .products-promo-dag {
      padding-top: 8.25rem; } }
  @media (max-width: 650px) {
    .products-promo-dag {
      padding-top: 2.625rem; } }

@media (max-width: 650px) {
  .products-promo-dag__title {
    letter-spacing: -3.33px; } }

.appscreener-promo {
  padding-top: 7.875rem;
  overflow: initial; }
  .appscreener-promo::before {
    width: 84.5625rem;
    height: 68.1875rem;
    background-image: url("/images/appscreener-promo-decor.svg");
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.1875rem;
    margin-left: -2.5625rem; }
    @media (max-width: 1200px) {
      .appscreener-promo::before {
        background-image: url("/images/appscreener-promo-decor_laptop.svg");
        width: 45rem;
        height: 17.3125rem;
        top: 1.9375rem;
        margin-left: 1px; } }
    @media (max-width: 650px) {
      .appscreener-promo::before {
        background-image: url("/images/appscreener-promo-decor_mobile.svg");
        width: 18rem;
        height: 7.875rem;
        top: 1.375rem;
        margin-left: 1px; } }
  @media (max-width: 1200px) {
    .appscreener-promo {
      padding-top: 8rem; } }
  @media (max-width: 650px) {
    .appscreener-promo {
      padding-top: 4.875rem; } }

@media (max-width: 1200px) {
  .appscreener-promo__title {
    font-size: 5.8125rem;
    line-height: 5.5rem; } }

@media (max-width: 768px) {
  .appscreener-promo__title {
    font-size: 2.5rem;
    line-height: 2.3125rem; } }

@media (max-width: 1200px) {
  .appscreener-advantages__list {
    -ms-grid-columns: (21.75rem)[6];
    grid-template-columns: repeat(6, 21.75rem); } }

@media (max-width: 650px) {
  .appscreener-advantages__list {
    -ms-grid-columns: (14.25rem)[6];
    grid-template-columns: repeat(6, 14.25rem); } }

.technology-platform__title-h3 {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .technology-platform__title-h3 {
      display: none; } }

.technology-platform__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .technology-platform__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.technology-platform__text-container {
  width: 100%;
  max-width: 35.375rem; }
  @media (max-width: 1200px) {
    .technology-platform__text-container {
      max-width: none; } }

.technology-platform__scheme {
  margin-left: 1.875rem; }
  @media (max-width: 1200px) {
    .technology-platform__scheme {
      margin-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.technology-platform__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .technology-platform__tab-list.laptop {
    display: none; }
  @media (max-width: 1200px) {
    .technology-platform__tab-list {
      width: 100%; }
      .technology-platform__tab-list.laptop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .technology-platform__tab-list.desctop {
        display: none; } }
  @media (max-width: 768px) {
    .technology-platform__tab-list {
      width: 32rem; } }

.technology-platform__tab-btn {
  font-size: 1rem;
  line-height: 1.375rem;
  width: 100%;
  text-align: center;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  color: var(--color-grey-60);
  position: relative;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  white-space: nowrap; }
  .technology-platform__tab-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    width: 100%;
    height: 1px;
    background-color: var(--color-grey-60); }
  .technology-platform__tab-btn:hover {
    color: var(--color-grey-90); }
  .technology-platform__tab-btn.active {
    color: var(--color-grey-90); }
    .technology-platform__tab-btn.active::before {
      height: 2px;
      background-color: var(--color-orange); }

.technology-platform__tab-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.technology-platform__text-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.5rem; }
  @media (max-width: 650px) {
    .technology-platform__text-list {
      gap: 0.625rem; } }

.technology-platform__text-list-item {
  position: relative;
  padding-left: 1.875rem; }
  .technology-platform__text-list-item::before {
    content: '';
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    position: absolute;
    left: 0.5625rem;
    top: 0.4375rem;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in; }
    @media (max-width: 650px) {
      .technology-platform__text-list-item::before {
        width: 0.25rem;
        height: 0.25rem;
        left: 0.375rem; } }
  .technology-platform__text-list-item_accordeon::before {
    background-color: #000; }
  .technology-platform__text-list-item_accordeon:hover:not(.active)::before {
    background-color: var(--color-orange); }
  .technology-platform__text-list-item_accordeon .technology-platform__text-title {
    cursor: pointer; }
  .technology-platform__text-list-item_accordeon.active::before {
    background-color: var(--color-orange); }
  .technology-platform__text-list-item_accordeon.active .technology-platform__text-title {
    color: var(--color-orange);
    cursor: initial; }
  @media (max-width: 650px) {
    .technology-platform__text-list-item {
      padding-left: 1.4375rem; } }

.technology-platform__text-title_burgundy {
  color: var(--color-burgundy); }

.btn_technology-platform {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 20.625rem; }
  @media (max-width: 1200px) {
    .btn_technology-platform {
      max-width: 29.5rem;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      margin-top: 5rem; } }
  @media (max-width: 650px) {
    .btn_technology-platform {
      margin-top: 2rem; } }

.technology-platform__tab-section-item {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }

.technology-platform__text-wrapper {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }

.technology-platform__tab-section {
  margin-top: 1.5rem; }
  .technology-platform__tab-section.laptop {
    display: none; }
  @media (max-width: 1200px) {
    .technology-platform__tab-section.desctop {
      display: none; }
    .technology-platform__tab-section.laptop {
      display: block; } }

.technology-platform__tab-list-wrapper {
  overflow: auto; }

.technological-modules__video {
  max-width: 100%; }

.technological-modules__video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.technological-modules__text-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3.25rem;
  margin-top: 6rem; }
  @media (max-width: 1200px) {
    .technological-modules__text-wrapper {
      gap: 1.5rem;
      margin-top: 5rem; } }
  @media (max-width: 650px) {
    .technological-modules__text-wrapper {
      margin-top: 2rem; } }

.technological-modules__text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid var(--color-grey-40);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .technological-modules__text-item {
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .technological-modules__text-item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1.25rem; } }
  .technological-modules__text-item:last-child {
    padding-bottom: 0;
    border: none; }
    @media (max-width: 650px) {
      .technological-modules__text-item:last-child {
        padding-bottom: 1.5rem;
        border-bottom: 1px solid var(--color-grey-40); } }

.technological-modules__title-h3 {
  width: 100%;
  max-width: 35.375rem;
  color: var(--color-orange); }
  @media (max-width: 1200px) {
    .technological-modules__title-h3 {
      -ms-flex-negative: 2;
          flex-shrink: 2; } }

.technological-modules__text-container {
  width: 100%;
  max-width: 42.625rem; }

.technological-modules__title-secondary {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .technological-modules__title-secondary {
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin-bottom: 1rem;
      margin-top: 2rem; } }
  @media (max-width: 650px) {
    .technological-modules__title-secondary {
      margin-top: 1.5rem; } }
  .technological-modules__title-secondary:first-child {
    margin-top: 0; }

.technological-modules__text {
  margin-bottom: 1.25rem; }
  @media (max-width: 1200px) {
    .technological-modules__text {
      margin-bottom: 1rem; } }
  .technological-modules__text:last-child {
    margin-bottom: 0; }
  .technological-modules__text_burgundy {
    color: var(--color-burgundy); }

.technological-modules__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .technological-modules__list {
      gap: 0.625rem; } }

.technological-modules__list-item {
  padding-left: 1.875rem;
  position: relative; }
  .technological-modules__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) {
      .technological-modules__list-item::before {
        width: 0.25rem;
        height: 0.25rem; } }
  @media (max-width: 1200px) {
    .technological-modules__list-item {
      padding-left: 1.5rem; } }

.appscreener-scheme__tabs-wrapper {
  display: none; }
  @media (max-width: 650px) {
    .appscreener-scheme__tabs-wrapper {
      display: block; } }

@media (max-width: 650px) {
  .appscreener-scheme__img {
    display: none; } }

.appscreener-scheme__img-mobile {
  width: 100%;
  max-width: 17.5rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media (max-width: 650px) {
  .appscreener-scheme__list-wrapper {
    position: static;
    margin-bottom: 2rem; } }

.appscreener-scheme__tabs-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.appscreener-scheme__tabs-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.blog-list-section__blog-list {
  margin-bottom: 3.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    .blog-list-section__blog-list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 1200px) {
    .blog-list-section__blog-list {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .blog-list-section__blog-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1rem; } }

.blog-list__item {
  border: 1px solid var(--color-grey-40);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  min-height: 34.625rem; }
  .blog-list__item_full-width {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "text image";
    gap: 1.5rem; }
    .blog-list__item_full-width .blog-list__img-block {
      height: 100%; }
      @media (max-width: 1200px) {
        .blog-list__item_full-width .blog-list__img-block {
          position: relative; } }
      @media (max-width: 650px) {
        .blog-list__item_full-width .blog-list__img-block {
          height: 9.625rem; } }
    @media (max-width: 1200px) {
      .blog-list__item_full-width .blog-list__img {
        position: absolute; } }
    @media (max-width: 650px) {
      .blog-list__item_full-width {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 0 auto;
            grid-template-areas: "image" "text";
        gap: 0; }
      .blog-list__item_full-width > .forrays-threats__text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }
  .blog-list__item:hover .blog-list__text-wrapper {
    background-color: var(--color-burgundy); }
  .blog-list__item:hover .blog-list__date,
  .blog-list__item:hover .blog-list__title,
  .blog-list__item:hover .blog-list__label,
  .blog-list__item:hover .blog-list__list-item {
    color: var(--color-white); }
  @media (max-width: 1200px) {
    .blog-list__item {
      min-height: 26.875rem; } }
  @media (max-width: 650px) {
    .blog-list__item {
      min-height: 24.875rem; } }

.blog-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.blog-list__text-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 19.625rem;
  grid-area: text;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative; }

.blog-list__item_full-width > .blog-list__text-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  @media (max-width: 1200px) {
    .blog-list__text-wrapper {
      padding: 1.25rem;
      min-height: 15.25rem; } }
  @media (max-width: 650px) {
    .blog-list__text-wrapper {
      padding: 1rem; } }

.blog-list__date {
  width: 100%;
  margin-bottom: 1.375rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  @media (max-width: 1200px) {
    .blog-list__date {
      margin-bottom: 1.25rem; } }
  @media (max-width: 650px) {
    .blog-list__date {
      margin-bottom: 0.75rem; } }
  .blog-list__date_for-blog {
    margin-bottom: 0; }

.blog-list__label {
  width: 100%;
  margin-bottom: 1.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (max-width: 1200px) {
    .blog-list__label {
      margin-bottom: 1.25rem; } }

.blog-list__link {
  margin-top: auto;
  color: var(--color-orange); }
  .blog-list__link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .blog-list__link_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
    .blog-list__link_arrow svg {
      width: 1.5rem;
      height: 1.5rem;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .blog-list__link_arrow:hover svg {
      -webkit-transform: translateX(3px);
          -ms-transform: translateX(3px);
              transform: translateX(3px); }

.blog-list__title {
  margin-bottom: 1rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: var(--color-black); }

.blog-list__img-block {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: image;
  height: 15rem;
  width: 100%; }

@media (max-width: 650px){
      .blog-list__item_full-width > .blog-list__text-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .blog-list__img-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  @media (max-width: 1200px) {
    .blog-list__img-block {
      height: 11.625rem; } }
  @media (max-width: 650px) {
    .blog-list__img-block {
      height: 9.625rem; } }

.blog-list__pagination {
  margin-top: 3rem; }
  @media (max-width: 1200px) {
    .blog-list__pagination {
      margin-top: 2.5rem; } }

.blog-list__label-experts {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
  white-space: nowrap;
  color: var(--color-white);
  background-color: var(--color-orange);
  padding: 0.25rem 0.3125rem;
  padding-left: 1.625rem;
  padding-right: 0.625rem;
  border-radius: 2rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem; }
  .blog-list__label-experts::before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-image: url("/images/experts-label.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.375rem; }
  @media (max-width: 1200px) {
    .blog-list__label-experts {
      top: 1.25rem;
      right: 1.25rem; } }
  @media (max-width: 650px) {
    .blog-list__label-experts {
      top: 1rem;
      right: 1rem; } }

.blog-list__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem; }

.blog-list__list-item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  padding-left: 1.875rem; }
  .blog-list__list-item::before {
    content: '';
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    top: 0.5rem;
    left: 0.5rem; }

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .blog-pagination {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 650px) {
    .blog-pagination {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 2.5rem; } }

.blog-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 650px) {
    .blog-pagination__list {
      display: none; } }

.blog-pagination__link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.blog-pagination__icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--color-greyscale-black);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.blog-pagination__item:hover:not(.blog-pagination__item_active):not(.blog-pagination__item_disabled) .blog-pagination__link {
  background-color: var(--color-orange);
  color: var(--color-white); }

.blog-pagination__item:hover:not(.blog-pagination__item_active):not(.blog-pagination__item_disabled) .blog-pagination__icon {
  fill: var(--color-white); }

.blog-pagination__item_active .blog-pagination__link {
  background-color: var(--color-orange);
  color: var(--color-white); }

.blog-pagination__arrow.blog-pagination__item_disabled .blog-pagination__link {
  opacity: 0.6; }

.blog-pagination__btn {
  width: 100%;
  max-width: 20.625rem; }
  @media (max-width: 650px) {
    .blog-pagination__btn {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .blog-pagination__btn_center {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 650px) {
      .blog-pagination__btn_center {
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }

.blog-pagination__icon-down {
  display: none; }
  @media (max-width: 650px) {
    .blog-pagination__icon-down {
      display: block;
      margin-left: 0.25rem;
      width: 1.5rem;
      height: 1.5rem; } }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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);
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.filter__fake-checkbox,
.filter__fake-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--color-orange);
  -webkit-transition: 0.3s ease-out;
  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);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s ease-out;
    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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  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;
    -webkit-transition: 0.3s ease-out;
    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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              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%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2); }
  .filter__btn-submenu path {
    -webkit-transition: 0.3s ease-out;
    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 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 1200px) {
    .filter__btn-submenu {
      display: -webkit-box;
      display: -ms-flexbox;
      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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2rem;
      gap: 1rem; } }

.filter__btn-filter {
  padding: 0.875rem 1rem;
  border-radius: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .products-testing__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1rem; } }

.products-testing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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; }

@media (max-width: 1200px) {
  .materials-list-section {
    padding-top: 2.5rem; } }

.materials-list-section__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.25rem 23.1875rem;
  grid-template-columns: 1fr 23.1875rem;
  gap: 6.25rem; }
  @media (max-width: 1200px) {
    .materials-list-section__wrapper {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 2.5rem; } }
  @media (max-width: 650px) {
    .materials-list-section__wrapper {
      gap: 1.5rem; } }

.materials-list-section__blog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .materials-list-section__blog-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1rem; } }

.materials-list-section__sidebar {
  padding-right: 2.5625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (max-width: 1200px) {
    .materials-list-section__sidebar {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 0; } }

.materials-list-section__list {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media (max-width: 1200px) {
  .materials-list-section__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.materials-list-section__show-more {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 3.5rem;
  max-width: 17.375rem; }
  @media (max-width: 1200px) {
    .materials-list-section__show-more {
      margin-top: 2.5rem; } }

.materials-list-section__filter {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .materials-list-section__filter {
      margin-bottom: 0; } }

.secure-development-promo {
  padding-top: 9.8125rem; }
  .secure-development-promo::before {
    width: 77.125rem;
    height: 34.375rem;
    background-image: url("/images/secure-development-promo_decor-1.svg");
    left: 50%;
    top: 1.9375rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .secure-development-promo::before {
        width: 44.625rem;
        height: 18.8125rem;
        background-image: url("/images/secure-development-promo_decor-laptop-1.svg");
        top: 1.4375rem; } }
    @media (max-width: 768px) {
      .secure-development-promo::before {
        width: 19.25rem;
        height: 9rem;
        background-image: url("/images/secure-development-promo_decor-mobile-1.svg");
        top: 1.3125rem; } }
  .secure-development-promo::after {
    width: 77.125rem;
    height: 9.6875rem;
    background-image: url("/images/secure-development-promo_decor-2.svg");
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 25.9375rem; }
    @media (max-width: 1200px) {
      .secure-development-promo::after {
        width: 44.625rem;
        height: 3.875rem;
        background-image: url("/images/secure-development-promo_decor-laptop-2.svg");
        top: 16.4375rem; } }
    @media (max-width: 768px) {
      .secure-development-promo::after {
        width: 18.875rem;
        height: 2.75rem;
        background-image: url("/images/secure-development-promo_decor-mobile-2.svg");
        top: 8.5rem; } }
  @media (max-width: 1200px) {
    .secure-development-promo {
      padding-top: 6.0625rem; } }
  @media (max-width: 768px) {
    .secure-development-promo {
      padding-top: 3.375rem; } }

.secure-development-promo__title {
  margin-bottom: 6.5rem; }
  @media (max-width: 1200px) {
    .secure-development-promo__title {
      font-size: 5.0625rem;
      line-height: 4.625rem;
      margin-bottom: 6.875rem; } }
  @media (max-width: 768px) {
    .secure-development-promo__title {
      font-size: 2.25rem;
      line-height: 2.125rem;
      margin-bottom: 5.0625rem; } }

@media (max-width: 1200px) {
  .secure-development-promo__title-secondary {
    font-size: 4.75rem;
    line-height: 4.625rem; } }

@media (max-width: 768px) {
  .secure-development-promo__title-secondary {
    font-size: 2.25rem;
    line-height: 2.125rem;
    width: 100%;
    display: inline-block;
    letter-spacing: initial; } }

@media (max-width: 1200px) {
  .secure-development-promo__title-primary {
    font-size: 5.0625rem;
    line-height: 4.625rem; } }

@media (max-width: 768px) {
  .secure-development-promo__title-primary {
    font-size: 2.375rem;
    line-height: 2.125rem;
    letter-spacing: initial; } }

.secure-development-blocks {
  background-color: var(--color-beige);
  border-radius: 2.75rem;
  padding-bottom: 4.5rem;
  position: relative; }
  @media (max-width: 1200px) {
    .secure-development-blocks {
      border-radius: 0;
      padding-bottom: 0; } }

.secure-development-blocks__submenu {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: sticky;
  top: calc(100vh - 4.375rem);
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(calc(100% + 2rem));
      -ms-transform: translateY(calc(100% + 2rem));
          transform: translateY(calc(100% + 2rem)); }
  .secure-development-blocks__submenu.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media (max-width: 1200px) {
    .secure-development-blocks__submenu {
      display: none; } }

.domain-composition {
  padding-top: 1.625rem; }
  @media (max-width: 1200px) {
    .domain-composition {
      padding-top: 4rem; } }
  @media (max-width: 650px) {
    .domain-composition {
      padding-top: 2.5rem; } }

.teaching-methods__title-h1 {
  margin-bottom: 1.5rem; }

.teaching-methods__info-text {
  color: var(--color-burgundy); }

.teaching-methods__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 6rem; }
  @media (max-width: 1200px) {
    .teaching-methods__info-list {
      margin-bottom: 5.5625rem; } }
  @media (max-width: 650px) {
    .teaching-methods__info-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1rem;
      margin-bottom: 2.4375rem; } }

.teaching-methods__info-item {
  position: relative;
  padding-left: 2.25rem; }
  .teaching-methods__info-item::before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .teaching-methods__info-item_1::before {
    background-image: url("/images/teaching-methods-icon-1.svg"); }
  .teaching-methods__info-item_2::before {
    background-image: url("/images/teaching-methods-icon-2.svg"); }
  .teaching-methods__info-item_3::before {
    background-image: url("/images/teaching-methods-icon-3.svg"); }

.secure-development-support {
  padding-bottom: 5rem; }
  @media (max-width: 1200px) {
    .secure-development-support {
      padding-bottom: 4rem; } }
  @media (max-width: 650px) {
    .secure-development-support {
      padding-bottom: 2.5rem; } }

.secure-development-advantages__list-wrapper {
  margin-bottom: 0; }

.materials-details-header {
  padding-top: 4rem;
  padding-bottom: 4.5rem; }
  @media (max-width: 1200px) {
    .materials-details-header {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.materials-details-header_btn {
  position: relative;
  max-width: 13.75rem;
  width: 100%; }

.materials-details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8.875rem; }
  @media (max-width: 1200px) {
    .materials-details__wrapper {
      gap: 1.5rem; } }
  @media (max-width: 768px) {
    .materials-details__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2.5rem; } }

.materials-details__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .materials-details__content h2 {
    margin: 0;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: var(--color-full-black); }
    .materials-details__content h2:first-child {
      margin-top: 0; }
    .materials-details__content h2:last-child {
      margin-bottom: 0; }
    @media (max-width: 1200px) {
      .materials-details__content h2 {
        font-size: 1.25rem;
        line-height: 1.625rem;
        margin-top: 2rem;
        margin-bottom: 1rem; } }
  .materials-details__content p {
    margin: 0;
    margin-bottom: 1.375rem;
    color: var(--color-full-black); }
    .materials-details__content p:last-child {
      margin-bottom: 0; }
    @media (max-width: 1200px) {
      .materials-details__content p {
        margin-bottom: 1rem; } }
  .materials-details__content ul {
    margin: 0;
    margin-bottom: 1.375rem;
    display: -ms-grid;
    display: grid;
    gap: 0.75rem; }
    .materials-details__content ul:last-child {
      margin-bottom: 0; }
    @media (max-width: 1200px) {
      .materials-details__content ul {
        gap: 0.625rem;
        margin-bottom: 1rem; } }
  .materials-details__content li {
    color: var(--color-black);
    position: relative;
    padding-left: 1.875rem; }
    .materials-details__content li::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      width: 0.375rem;
      height: 0.375rem;
      border-radius: 50%;
      background-color: var(--color-orange); }
      @media (max-width: 1200px) {
        .materials-details__content li::before {
          width: 0.25rem;
          height: 0.25rem;
          top: 0.4375rem;
          left: 0.4375rem; } }
    @media (max-width: 1200px) {
      .materials-details__content li {
        padding-left: 1.5rem; } }
  @media (max-width: 1200px) {
    .materials-details__content {
      max-width: none; } }

.materials-details__sidebar {
  width: 20.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 1200px) {
    .materials-details__sidebar {
      width: 14rem; } }
  @media (max-width: 768px) {
    .materials-details__sidebar {
      width: 100%; } }

.materials-details__prev-img {
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .materials-details__prev-img {
      margin-bottom: 2.0625rem; } }
  @media (max-width: 650px) {
    .materials-details__prev-img {
      margin-bottom: 2.5rem; } }

.materials-details__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.materials-details__prev-ul {
  margin-bottom: 1rem; }

@media (max-width: 768px) {
  .materials-details__sidebar_hide-tablet {
    display: none; } }

.inrights-promo {
  padding-top: 5.3125rem; }
  .inrights-promo::before {
    width: 82.9375rem;
    height: 31.0625rem;
    background-image: url("/images/inrights-promo-decor.png");
    top: 8.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 1200px) {
    .inrights-promo {
      padding-top: 3.3125rem; }
      .inrights-promo::before {
        display: none; } }

.inrights-promo__text {
  margin-bottom: 7.375rem; }
  @media (max-width: 1200px) {
    .inrights-promo__text {
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .inrights-promo__text {
      margin-bottom: 1.5rem; } }

@media (max-width: 1200px) {
  .inrights-promo__title {
    position: relative;
    margin-bottom: 5.4375rem; }
    .inrights-promo__title::before {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -3.4375rem;
      width: 100%;
      height: 13.1875rem;
      background: url("/images/inrights-promo-decor_laptop.png") center no-repeat;
      background-size: contain;
      z-index: -1; } }

@media (max-width: 768px) {
  .inrights-promo__title {
    margin-bottom: 4.125rem; }
    .inrights-promo__title::before {
      background: url("/images/inrights-promo-decor_mobile.png") center no-repeat;
      width: 20rem;
      height: 6.875rem;
      bottom: -2.6875rem; } }

@media (max-width: 1200px) {
  .inrights-advantages__list {
    -ms-grid-columns: (21.75rem)[5];
    grid-template-columns: repeat(5, 21.75rem); } }

@media (max-width: 650px) {
  .inrights-advantages__list {
    -ms-grid-columns: (14.25rem)[5];
    grid-template-columns: repeat(5, 14.25rem); } }

.blog-details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem; }
  @media (max-width: 1200px) {
    .blog-details__wrapper {
      gap: 1.5rem; } }
  @media (max-width: 768px) {
    .blog-details__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2.5rem; } }

.blog-details__text-container {
  width: calc(100% - 20.625rem - 8.75rem);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (max-width: 1200px) {
    .blog-details__text-container {
      max-width: none;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              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;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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 {
      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; } }

.blog-details-promo {
  padding-top: 6.25rem;
  padding-bottom: 3rem;
  min-height: 33.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 2rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 1200px) {
    .blog-details-promo__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 2.5rem; } }
  @media (max-width: 650px) {
    .blog-details-promo__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.blog-details-promo__text-container {
  max-width: 57.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
  -webkit-transform: translateY(-2.25rem);
      -ms-transform: translateY(-2.25rem);
          transform: translateY(-2.25rem); }
  @media (max-width: 1200px) {
    .blog-details-promo__img-container {
      max-width: 14rem;
      margin-left: auto;
      -webkit-transform: translateY(-1.9375rem);
          -ms-transform: translateY(-1.9375rem);
              transform: translateY(-1.9375rem); } }
  @media (max-width: 650px) {
    .blog-details-promo__img-container {
      position: static;
      max-width: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transform: none;
          -ms-transform: none;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 13.5rem;
  height: 13.5rem;
  gap: 6.125rem; }
  @media (max-width: 1200px) {
    .products-segments__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0;
      min-height: auto;
      height: auto; } }
  .products-segments__item.active {
    background-color: var(--color-beige);
    -webkit-transition: all 0.3s linear;
    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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                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: -webkit-box;
        display: -ms-flexbox;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0; } }

.products-segments__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0.3125rem;
      padding: 1rem; } }

.products-segments__descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  opacity: 0;
  padding: 0.5rem 0 0.4375rem;
  -webkit-transition: all 0.3s linear;
  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;
  -webkit-transition: all 0.2s ease-out;
  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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      opacity: 0;
      gap: 1.5rem;
      padding: 0 1.5rem;
      height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s linear;
      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;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.ngfw-segments__img_laptop-1 {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media (max-width: 1200px) {
    .ngfw-segments__img_laptop-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      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: -webkit-box;
      display: -ms-flexbox;
      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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
    -webkit-transform: perspective(37.5rem) rotateY(-180deg);
            transform: perspective(37.5rem) rotateY(-180deg); }
    @media (max-width: 1200px) {
      .products-characteristics__item.active .products-characteristics__item-front {
        opacity: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .products-characteristics__item.active .products-characteristics__item-back {
    -webkit-transform: perspective(37.5rem) rotateY(0deg);
            transform: perspective(37.5rem) rotateY(0deg); }
    @media (max-width: 1200px) {
      .products-characteristics__item.active .products-characteristics__item-back {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        opacity: 1; } }

.products-characteristics__item-front,
.products-characteristics__item-back {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  background-color: var(--color-grey);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.5s ease-out;
  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 {
  -webkit-transform: perspective(37.5rem) rotateY(0deg);
          transform: perspective(37.5rem) rotateY(0deg); }

.products-characteristics__item-back {
  gap: 1.5rem;
  -webkit-transform: perspective(37.5rem) rotateY(180deg);
          transform: perspective(37.5rem) rotateY(180deg);
  position: relative; }

.products-characteristics__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  gap: 0.625rem; }

.products-characteristics__link {
  cursor: pointer; }

.products-characteristics__footer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.products-characteristics__button_close-card {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          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; } }

.identity-promo {
  padding-top: 15.125rem;
  padding-bottom: 8.125rem; }
  .identity-promo::before {
    background-image: url("/images/identity-promo-decor.svg");
    width: 75.25rem;
    height: 33.5625rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    margin-top: 3.375rem; }
    @media (max-width: 1200px) {
      .identity-promo::before {
        display: none; } }
  @media (max-width: 1200px) {
    .identity-promo {
      padding-top: 6.0625rem;
      padding-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .identity-promo {
      padding-top: 4.1875rem; } }

@media (max-width: 1200px) {
  .identity-promo__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 5.5rem;
    line-height: 5rem;
    margin-bottom: 4.8125rem; }
    .identity-promo__title::before {
      content: '';
      background: url("/images/identity-promo-decor_laptop.svg") center no-repeat;
      background-size: contain;
      width: 100%;
      height: 18.375rem;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      pointer-events: none;
      margin-top: -1.375rem;
      z-index: -1; } }

@media (max-width: 650px) {
  .identity-promo__title {
    font-size: 2.625rem;
    line-height: 2.625rem;
    letter-spacing: -1.89px;
    margin-bottom: 2.6875rem; }
    .identity-promo__title::before {
      min-width: 19.625rem;
      height: 8.0625rem;
      background-size: 100% 100%;
      margin-top: 0;
      top: 23%; } }

@media (max-width: 650px) {
  .logo:not(.section_first):not(.section_last) {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

.logo__img-wrapper {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .logo__img-wrapper {
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .logo__img-wrapper {
      margin-bottom: 1.25rem; } }

.logo__text {
  color: var(--color-grey-60);
  padding-top: 1rem;
  position: relative;
  margin-top: 3.4375rem; }
  .logo__text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--color-grey-40);
    top: 0;
    left: 0; }
  @media (max-width: 1200px) {
    .logo__text {
      margin-top: 1.5rem; } }
  @media (max-width: 650px) {
    .logo__text {
      margin-top: 1.25rem; } }

.logo__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5625rem 1fr 1.5625rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 1.5625rem; }
  @media (max-width: 1024px) {
    .logo__list {
      -ms-grid-columns: 1fr 1.5rem 1fr;
      grid-template-columns: repeat(2, 1fr);
      gap: 5rem 1.5rem; } }
  @media (max-width: 650px) {
    .logo__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 3rem; } }

@media (max-width: 650px) {
  .logo__title-h1 {
    margin-bottom: 3rem; } }

.investments-promo__text {
  width: 35.125rem;
  margin-bottom: 2rem;
  text-align: center; }
  @media (max-width: 1200px) {
    .investments-promo__text {
      width: 30.5625rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .investments-promo__text {
      width: 100%; } }

.investments-promo__title {
  text-align: center;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .investments-promo__title {
      line-height: 5.125rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 768px) {
    .investments-promo__title {
      line-height: 1rem; } }

@media (max-width: 1200px) {
  .investments-promo__title-secondary {
    font-size: 5.125rem; } }

@media (max-width: 768px) {
  .investments-promo__title-secondary {
    font-size: 2.3125rem;
    line-height: 2.3125rem; } }

@media (max-width: 1200px) {
  .investments-promo__title-primary {
    font-size: 5.125rem; } }

@media (max-width: 768px) {
  .investments-promo__title-primary {
    font-size: 2.3125rem;
    line-height: 2.3125rem; } }

.investments-promo-wrapper {
  position: relative;
  background-image: url("/images/investments-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 768px) {
    .investments-promo-wrapper {
      background-image: url("/images/investments-banner_tablet.jpg"); } }
  @media (max-width: 650px) {
    .investments-promo-wrapper {
      background-position: 80%; } }

.investments-promo-wrapper__background {
  position: absolute;
  bottom: -6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  height: 13.625rem;
  width: 100%; }

.investments-steps__icon {
  background-size: contain; }

.investments-steps__icon_1 {
  background-image: url("../images/investments-steps__icon_1.svg"); }

.investments-steps__icon_2 {
  background-image: url("../images/investments-steps__icon_2.svg"); }

.investments-steps__icon_3 {
  background-image: url("../images/investments-steps__icon_3.svg"); }

.logo-investments__subtitle {
  margin-bottom: 3.125rem; }
  @media (max-width: 1200px) {
    .logo-investments__subtitle {
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .logo-investments__subtitle {
      margin-bottom: 1.5rem; } }

.logo-investments__img-wrapper {
  margin-bottom: 0; }

@media (max-width: 1200px) {
  .logo-investments__list {
    gap: 2rem 1.5rem; } }

@media (max-width: 650px) {
  .logo-investments__list {
    gap: 1.5rem; } }

.types-of-support__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    .types-of-support__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.types-of-support__item {
  min-height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 650px) {
    .types-of-support__item {
      min-height: 16.5625rem; } }

.types-of-support__link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 7.625rem 1rem 1rem;
  background-color: var(--color-beige);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .types-of-support__link-wrapper:hover {
    background-color: var(--color-orange); }
    .types-of-support__link-wrapper:hover .types-of-support__title {
      color: var(--color-white); }
    .types-of-support__link-wrapper:hover .types-of-support__text {
      color: var(--color-white); }
    .types-of-support__link-wrapper:hover .types-of-support__link {
      color: var(--color-white); }
      .types-of-support__link-wrapper:hover .types-of-support__link svg {
        fill: var(--color-white); }
    .types-of-support__link-wrapper:hover .types-of-support__icon path {
      fill: var(--color-white); }
  @media (max-width: 1200px) {
    .types-of-support__link-wrapper {
      padding-right: 8.875rem; } }
  @media (max-width: 650px) {
    .types-of-support__link-wrapper {
      padding-right: 1rem;
      padding-bottom: 1.375rem; } }

.types-of-support__title {
  margin-bottom: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (min-width: 1201px) {
    .types-of-support__title {
      font-size: 1.375rem;
      line-height: 1.625rem; } }

.types-of-support__link {
  margin-top: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .types-of-support__link svg {
    color: var(--color-orange);
    fill: var(--color-orange); }

.types-of-support__icon {
  position: absolute;
  right: 0.875rem;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .types-of-support__icon svg {
    width: 4rem; }
  .types-of-support__icon path {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  @media (max-width: 650px) {
    .types-of-support__icon {
      bottom: 1.375rem; } }

.types-of-support__text {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 2rem;
  line-height: 1.375rem; }

.solution-callback__title {
  margin-bottom: 6rem; }
  @media (max-width: 1200px) {
    .solution-callback__title {
      margin-bottom: 4.125rem; } }
  @media (max-width: 650px) {
    .solution-callback__title {
      margin-bottom: 2.8125rem; } }

.scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 650px) {
    .scheme {
      width: 16rem; } }

.scheme__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.scheme__center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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; }

.blog-slider__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .blog-slider__wrapper {
      gap: 1rem; } }
  .blog-slider__wrapper_slider-init {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0; }

@media (max-width: 650px) {
  .blog-slider__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; } }

@media (max-width: 650px) {
  .blog-slider__pagination {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media (max-width: 650px) {
  .blog-slider_list {
    width: 100%; } }

@media (min-width: 1201px) {
  .appscreener-reviews__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0; } }

@media (max-width: 1200px) {
  .appscreener-reviews__slider-wrapper {
    -ms-grid-columns: (21.75rem)[5];
    grid-template-columns: repeat(5, 21.75rem);
    width: auto; } }

@media (max-width: 650px) {
  .appscreener-reviews__slider-wrapper {
    -ms-grid-columns: 18rem 1rem 18rem 1rem 18rem 1rem 18rem 1rem 18rem;
    grid-template-columns: repeat(5, 18rem);
    gap: 1rem; } }

.appscreener-reviews__slider-item {
  height: auto; }
  @media (max-width: 1200px) {
    .appscreener-reviews__slider-item:nth-child(n + 6) {
      display: none; } }

.appscreener-reviews__pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .appscreener-reviews__pagination {
      display: none; } }

@media (max-width: 650px) {
  .appscreener-reviews__slider {
    margin-bottom: 0; } }

.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%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 43.75rem;
  margin-inline: auto; }

.partners-form__item {
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .partners-form__item {
      margin-top: 0; } }

.partners-form__agreement {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  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%; } }

.solar-cpt-promo {
  padding-top: 10.0625rem;
  padding-bottom: 5.375rem; }
  .solar-cpt-promo::before {
    background-image: url("/images/solar-cpt-promo-decor.svg");
    width: 71.0625rem;
    height: 28.75rem;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .solar-cpt-promo::before {
        background-image: url("/images/solar-cpt-promo-decor_laptop.svg");
        width: 43.25rem;
        height: 20.625rem;
        bottom: auto;
        top: 2rem; } }
    @media (max-width: 650px) {
      .solar-cpt-promo::before {
        background-image: url("/images/solar-cpt-promo-decor_mobile.svg");
        width: 18rem;
        height: 10.4375rem;
        top: 1.5rem; } }
  @media (max-width: 1200px) {
    .solar-cpt-promo {
      padding-top: 8.75rem;
      padding-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .solar-cpt-promo {
      padding-top: 2.875rem; } }

@media (max-width: 1200px) {
  .solar-cpt-promo__title {
    margin-bottom: 2.875rem;
    max-width: 27.9375rem; } }

@media (max-width: 650px) {
  .solar-cpt-promo__title {
    margin-bottom: 1.875rem; } }

@media (max-width: 650px) {
  .solar-cpt-advantages__icon-1 {
    max-width: 5.125rem; } }

@media (max-width: 650px) {
  .solar-cpt-advantages__icon-2 {
    max-width: 5.3125rem; } }

@media (max-width: 650px) {
  .solar-cpt-advantages__icon-3 {
    max-width: 5.4375rem; } }

@media (max-width: 650px) {
  .scheme-inrights__picture {
    display: none; } }

.scheme-inrights__tabs-wrapper {
  display: none; }
  @media (max-width: 650px) {
    .scheme-inrights__tabs-wrapper {
      display: block; } }

.scheme-inrights__list-wrapper {
  position: static;
  margin-bottom: 2rem; }

.scheme-inrights__section {
  overflow: hidden; }

.scheme-inrights__img-mobile {
  width: 45.75rem;
  max-width: none;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .scheme-inrights__img-mobile.scheme-inrights__path-1 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: calc(50% - 7.125rem); }
  .scheme-inrights__img-mobile.scheme-inrights__path-2 {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .scheme-inrights__img-mobile.scheme-inrights__path-3 {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    left: calc(50% + 7.125rem); }

.scheme-inrights__tabs-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.scheme-inrights__tabs-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.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%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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; }

@media (min-width: 1201px) {
  .page-header-cyberchampionship__head.fixed .main-nav-second__logo-wrapper {
    position: absolute;
    opacity: 0;
    -webkit-clip-path: inset(100%);
            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); } }

@media (max-width: 1200px) {
  .page-header-cyberchampionship__head {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); } }

.cyberchampionship-promo {
  padding-top: 10.75rem;
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: 90rem 48rem;
  background-position: top center;
  background-image: url("/images/cyberchampionship-promo-img.jpg");
  height: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo {
      padding-top: 6.9375rem;
      padding-bottom: 1.5rem;
      height: 35.1875rem;
      background-image: none;
      position: relative; }
      .cyberchampionship-promo::before {
        content: '';
        position: absolute;
        bottom: 4.1875rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 48rem;
        max-width: 100%;
        height: 17.875rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("/images/cyberchampionship-promo-img_laptop.jpg"); } }
  @media (max-width: 650px) {
    .cyberchampionship-promo {
      padding-top: 6.1875rem;
      padding-bottom: 1.5rem;
      height: auto; }
      .cyberchampionship-promo::before {
        display: none; } }

.cyberchampionship-promo__title {
  font-size: 2.8125rem;
  line-height: 2.9375rem;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
  display: inline;
  vertical-align: middle; }
  .cyberchampionship-promo__title span {
    font-size: 2.625rem;
    line-height: 2.9375rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo__title {
      font-size: 1.75rem;
      line-height: 1.75rem; }
      .cyberchampionship-promo__title span {
        font-size: 1.625rem;
        line-height: 1.75rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-promo__title {
      font-size: 1.5rem;
      line-height: 2rem;
      text-align: center;
      margin-bottom: 1.375rem; }
      .cyberchampionship-promo__title span {
        font-size: 1.375rem;
        line-height: 1.75rem; } }

.cyberchampionship-promo__text {
  max-width: 17.75rem;
  text-align: left;
  margin-left: auto;
  margin-top: auto; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo__text {
      max-width: 15.4375rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-promo__text {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

.cyberchampionship-promo__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2; }
  @media (max-width: 650px) {
    .cyberchampionship-promo__wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.cyberchampionship-promo__btn {
  vertical-align: middle;
  padding-right: 1.125rem;
  margin-right: 0.3125rem;
  cursor: pointer; }
  .cyberchampionship-promo__btn.laptop {
    display: none; }
  @media (max-width: 1200px) {
    .cyberchampionship-promo__btn {
      margin-right: 0;
      margin-left: 0.5rem;
      padding-right: 2rem; }
      .cyberchampionship-promo__btn svg {
        width: 1.5rem;
        height: 1.5rem; }
      .cyberchampionship-promo__btn.desktop {
        display: none; }
      .cyberchampionship-promo__btn.laptop {
        display: inline; } }
  @media (max-width: 650px) {
    .cyberchampionship-promo__btn {
      margin-left: 0; } }

.cyberchampionship-promo__img {
  display: none; }
  @media (max-width: 650px) {
    .cyberchampionship-promo__img {
      display: block;
      margin-bottom: 1.3125rem; } }

@media (max-width: 650px) {
  .cyberchampionship-promo__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem; } }

.cyberchampionship-form {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form {
      padding-top: 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: 4rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__title {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__title {
      margin-bottom: 32px; } }

.cyberchampionship-form__prev-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.9375rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__prev-text {
      line-height: 20px;
      margin-bottom: 8px; } }

.cyberchampionship-form__container form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.5rem; }
  @media (max-width: 650px) {
    .cyberchampionship-form__container form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.cyberchampionship-form__item_full-width {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  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; } }

.cyberchampionship-form__submit {
  width: 100%;
  max-width: 20.625rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.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 {
    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__item-full-width {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1; }

.cyberchampionship-form__personal-data {
  margin-top: 2.5rem;
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__personal-data {
      margin-top: 16px;
      margin-bottom: 40px; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__personal-data {
      margin-top: 8px;
      margin-bottom: 32px; } }

.cyberchampionship-form__btn {
  max-width: 27.875rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__btn {
      max-width: 330px; } }

.cyberchampionship-form__success-wrapper {
  max-width: 59.3125rem;
  margin-right: auto;
  margin-left: auto; }

.cyberchampionship-advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    .cyberchampionship-advantages__list {
      overflow: auto;
      -ms-grid-columns: (21.75rem)[3];
      grid-template-columns: repeat(3, 21.75rem); } }
  @media (max-width: 650px) {
    .cyberchampionship-advantages__list {
      -ms-grid-columns: 16.25rem 1rem 16.25rem 1rem 16.25rem;
      grid-template-columns: repeat(3, 16.25rem);
      gap: 1rem; } }

.cyberchampionship-advantages__item {
  min-height: 19.125rem;
  background-color: var(--color-grey-second);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden; }
  .cyberchampionship-advantages__item::before {
    content: '';
    position: absolute;
    width: 11.25rem;
    height: 9.9375rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/images/cyberchampionship-advantages-decor.svg");
    top: 0;
    right: 0; }
  .cyberchampionship-advantages__item_light {
    background-color: var(--color-beige); }
    .cyberchampionship-advantages__item_light::before {
      width: 13.25rem;
      height: 8.375rem;
      background-image: url("/images/cyberchampionship-advantages-decor_light.svg"); }
      @media (max-width: 650px) {
        .cyberchampionship-advantages__item_light::before {
          width: 8.625rem;
          height: 5.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-advantages__item {
      padding: 0.75rem 1rem; } }

.cyberchampionship-advantages__icon {
  margin-top: 5.625rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cyberchampionship-advantages__icon svg {
    width: 4rem;
    height: 4rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-advantages__icon {
      margin-top: 4.375rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-advantages__icon {
      margin-top: 8.25rem; } }

.cyberchampionship-advantages__title-h3 {
  margin-bottom: 0.75rem;
  text-transform: uppercase; }

@media (max-width: 1024px) {
  .cyberchampionship-advantages__wrapper {
    overflow: hidden; } }

.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-schedule__wrapper {
  margin-bottom: 3.75rem; }
  @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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-schedule__block-container {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  @media (max-width: 650px) {
    .cyberchampionship-schedule__block-container {
      gap: 1rem; } }

.cyberchampionship-schedule__block-item {
  padding: 1.5rem;
  border: 1px solid var(--color-orange); }
  @media (max-width: 650px) {
    .cyberchampionship-schedule__block-item {
      padding: 1rem 0.75rem; } }

.cyberchampionship-schedule__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3.75rem;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-schedule__header {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-schedule__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0.75rem;
      margin-bottom: 2rem; } }

.cyberchampionship-schedule__date {
  color: var(--color-orange); }

.cyberchampionship-schedule__text {
  margin-bottom: 0.75rem; }
  .cyberchampionship-schedule__text:last-child {
    margin-bottom: 0; }

.scheme-cybermir__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .scheme-cybermir__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem; } }

.scheme-cybermir__col-1 {
  width: 100%;
  max-width: 35.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .scheme-cybermir__col-1 {
      max-width: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  min-height: 16.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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;
  -webkit-transition: 0.3s ease-in-out;
  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%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (max-width: 650px) {
    .scheme-cybermir__btn {
      margin-top: 2rem; } }

.scheme-cybermir__scheme-circle {
  -webkit-transition: 0.3s ease-in-out;
  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 {
  -webkit-transition: 0.3s ease-in-out;
  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;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out; }

.scheme-cybermir__svg-animation_3 .scheme-cybermir__animation-stroke {
  stroke-dashoffset: 493px;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out; }

.scheme-cybermir__svg-animation_4 .scheme-cybermir__animation-stroke {
  stroke-dashoffset: 369px;
  -webkit-transition: 0.7s ease-in-out;
  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;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out; }

.scheme-cybermir__svg-animation_1 .scheme-cybermir__animation-stroke {
  stroke-dashoffset: 0;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out; }

@-webkit-keyframes animationLastStroke {
  0% {
    stroke-dashoffset: 126px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes animationLastStroke {
  0% {
    stroke-dashoffset: 126px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes animationLastStroke2 {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 743px; } }

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: calc(100vh - 8.125rem);
    overflow: hidden; } }

.cybermir-architecture-promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .cybermir-architecture-promo__wrapper {
      display: none; } }

.cybermir-architecture-promo__col-1 {
  width: 100%;
  max-width: 25.875rem; }

.cybermir-architecture-promo__col-2 {
  width: 100%;
  max-width: 49.875rem;
  position: relative; }

.cybermir-architecture-promo__img {
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .cybermir-architecture-promo__img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0; }
  .cybermir-architecture-promo__img:first-child {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .cybermir-architecture-promo__img.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .cybermir-architecture-promo__img.prevActive {
    opacity: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.cybermir-architecture-promo__title {
  -webkit-transition: 0.3s ease-in-out;
  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 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cybermir-architecture-promo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.cybermir-architecture-promo__pagination-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cybermir-architecture-promo__pagination {
  position: static;
  margin-top: 2rem; }

.safeconnect-promo {
  padding-top: 5rem; }
  .safeconnect-promo::before {
    width: 73.0625rem;
    height: 9.4375rem;
    background-image: url("/images/safeconnect-promo-decor.svg");
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18.4375rem; }
    @media (max-width: 1200px) {
      .safeconnect-promo::before {
        width: 47.6875rem;
        max-width: calc(100% - 2rem);
        height: 5.0625rem;
        background-image: url("/images/safeconnect-promo-decor_laptop.svg");
        top: 13rem; } }
    @media (max-width: 768px) {
      .safeconnect-promo::before {
        top: 6.9375rem; } }
    @media (max-width: 650px) {
      .safeconnect-promo::before {
        display: none; } }
  @media (max-width: 1200px) {
    .safeconnect-promo {
      padding-top: 2.5rem; } }
  @media (max-width: 650px) {
    .safeconnect-promo {
      padding-top: 1.5rem; } }

@media (max-width: 650px) {
  .safeconnect-promo_text {
    position: relative; }
    .safeconnect-promo_text::before {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      min-width: 18rem;
      height: 2.25rem;
      background: url("/images/safeconnect-promo-decor_mobile.svg") no-repeat;
      background-size: 100% 100%;
      top: -6px; } }

.safeconnect-promo__title {
  margin-bottom: 2.25rem; }
  @media (max-width: 1200px) {
    .safeconnect-promo__title {
      margin-bottom: 1.1875rem; } }
  @media (max-width: 650px) {
    .safeconnect-promo__title {
      margin-bottom: 1.4375rem; } }

.cyber-training-promo {
  padding-top: 8.625rem; }
  .cyber-training-promo::before {
    width: 100%;
    height: 100%;
    background-image: url("/images/cyber-training-promo-decor.png");
    z-index: 1;
    top: -0.3125rem;
    left: 0; }
    @media (max-width: 1200px) {
      .cyber-training-promo::before {
        top: -0.625rem; } }
    @media (max-width: 1024px) {
      .cyber-training-promo::before {
        top: 1.875rem; } }
    @media (max-width: 768px) {
      .cyber-training-promo::before {
        top: 1.25rem; } }
  @media (max-width: 768px) {
    .cyber-training-promo {
      padding-top: 4.1875rem; } }

@media (max-width: 1200px) {
  .cyber-training-promo__title-secondary {
    font-size: 5.125rem;
    line-height: 5.125rem; } }

@media (max-width: 768px) {
  .cyber-training-promo__title-secondary {
    font-size: 2.0625rem;
    line-height: 2.0625rem; } }

@media (max-width: 768px) {
  .cyber-training-promo__title-primary {
    font-size: 2.125rem;
    line-height: 2.3125rem; } }

@media (max-width: 1200px) {
  .cyber-training-promo__btn {
    max-width: 20.625rem; } }

.promo__number-cyber {
  width: auto; }

.cyber-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    .cyber-type__list {
      gap: 16px; } }

.cyber-type__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-orange);
  padding: 2.5rem;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 10rem; }
  @media (max-width: 1024px) {
    .cyber-type__item {
      padding: 1.5rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 6.125rem; } }
  @media (max-width: 650px) {
    .cyber-type__item {
      padding: 1rem;
      min-height: 5.125rem; } }

.hover:hover {
  background-color: var(--color-orange);
  gap: 2rem;
  min-height: 16.625rem; }
  .hover:hover .cyber-type__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hover:hover .cyber-type__card-wrapper {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    min-height: auto; }
  .hover:hover .cyber-type__item-icon_right {
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
  .hover:hover .cyber-type__item-icon_left {
    opacity: 1;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear; }
    .hover:hover .cyber-type__item-icon_left path {
      fill: var(--color-white); }
  .hover:hover .cyber-type__item-title {
    color: var(--color-white);
    min-height: auto; }

@media (max-width: 1024px) {
  .no-hover {
    background-color: var(--color-orange);
    gap: 1.5rem; }
    .no-hover .cyber-type__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .no-hover .cyber-type__card-wrapper {
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      min-height: auto; }
    .no-hover .cyber-type__item-icon_right {
      opacity: 1;
      -webkit-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear; }
      .no-hover .cyber-type__item-icon_right path {
        fill: var(--color-white); }
    .no-hover .cyber-type__item-icon_left {
      opacity: 0;
      -webkit-transition: opacity 1s linear;
      transition: opacity 1s linear; }
      .no-hover .cyber-type__item-icon_left path {
        fill: var(--color-white); }
    .no-hover .cyber-type__item-title {
      color: var(--color-white); } }

@media (max-width: 650px) {
  .no-hover {
    gap: 1rem; } }

.cyber-type__item-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  max-width: 25.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.5rem; }
  @media (max-width: 1024px) {
    .cyber-type__item-title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      width: 17.3125rem;
      min-height: 3.25rem; } }
  @media (max-width: 650px) {
    .cyber-type__item-title {
      max-width: 15.0625rem; } }

.cyber-type__item-icon_right {
  position: absolute;
  right: 2.5rem;
  width: 5rem;
  height: 5rem;
  top: 2.5rem; }
  @media (max-width: 1024px) {
    .cyber-type__item-icon_right {
      width: 3.125rem;
      height: 3.125rem;
      right: 1.5rem;
      top: 1.5625rem; } }
  @media (max-width: 650px) {
    .cyber-type__item-icon_right {
      right: 1rem;
      top: 1rem; } }

.cyber-type__item-icon_left {
  position: absolute;
  left: 2.5rem;
  width: 5rem;
  height: 5rem;
  bottom: 2.5rem;
  opacity: 0; }
  @media (max-width: 1024px) {
    .cyber-type__item-icon_left {
      width: 3.125rem;
      height: 3.125rem;
      right: 1.5rem;
      bottom: 1.5rem;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (max-width: 650px) {
    .cyber-type__item-icon_left {
      display: none; } }

.cyber-type__card-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  min-height: 0; }

.cyber-type__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 32.75rem;
  min-height: 0; }
  @media (max-width: 1024px) {
    .cyber-type__card {
      gap: 1.5rem;
      width: 100%; } }
  @media (max-width: 650px) {
    .cyber-type__card {
      gap: 1rem;
      width: 100%; } }

.cyber-type__block {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    .cyber-type__block {
      gap: 0.75rem; } }

.cyber-type__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }
  @media (max-width: 650px) {
    .cyber-type__card-text {
      font-size: 1rem;
      line-height: 1.25rem; } }

.cyber-type__card-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: var(--color-white); }
  @media (max-width: 1200px) {
    .cyber-type__card-title {
      font-size: 1.125rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .cyber-type__card-title {
      line-height: 1.5rem; } }

.cyber-type__list-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  margin-bottom: 0.625rem; }
  .cyber-type__list-content:last-child {
    margin-bottom: 0; }

.cyber-type__list-item {
  padding-left: 1.5rem;
  position: relative; }
  .cyber-type__list-item::before {
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    border-radius: 50%;
    background-color: var(--color-white);
    top: 0.5625rem;
    left: 0.4375rem; }

.cyber-type__sub-list-item {
  padding-left: 1.375rem;
  position: relative; }
  .cyber-type__sub-list-item::before {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-white);
    top: 0.375rem;
    left: 0.375rem; }

@media (max-width: 1200px) {
  .promo-cyber__text-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 768px) {
  .promo-cyber__text-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media (min-width: 1201px) {
  .promo-cyber__animation-wrapper {
    width: 36.75rem; } }

.cyber-training-advantages__icon-1 {
  position: relative;
  z-index: 4; }

.cyber-training-advantages__icon-2 {
  position: absolute;
  -webkit-transform: translateX(0.625rem) translateY(0);
      -ms-transform: translateX(0.625rem) translateY(0);
          transform: translateX(0.625rem) translateY(0);
  z-index: 2; }

.cyber-training-advantages__icon-3 {
  position: absolute;
  -webkit-transform: translateX(0.625rem) translateY(0);
      -ms-transform: translateX(0.625rem) translateY(0);
          transform: translateX(0.625rem) translateY(0);
  z-index: 2; }

.cyberpoligon-includes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .cyberpoligon-includes__list {
      gap: 1rem; } }

.cyberpoligon-includes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  @media (max-width: 1024px) {
    .cyberpoligon-includes__cards {
      gap: 0.8125rem; } }
  @media (max-width: 650px) {
    .cyberpoligon-includes__cards {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.cyberpoligon-includes__cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1200px) {
    .segments__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem; } }

.segments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 18.125rem;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0; }

@media (max-width: 1200px) {
  .segments__list-wrapper {
    overflow: auto; } }

.segments__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem;
  gap: 0.625rem; }

@media (max-width: 1200px) {
  .cyberpoligon-promo__text br {
    display: none; } }

@media (max-width: 768px) {
  .safeconnect-scheme__picture {
    display: block; } }

@media (max-width: 768px) {
  .safeconnect-scheme__wrapper {
    overflow: hidden; } }

@media (max-width: 768px) {
  .safeconnect-scheme__img-wrapper {
    overflow: auto; } }

@media (max-width: 768px) {
  .safeconnect-scheme__img {
    width: 44.875rem;
    max-width: 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 {
  -ms-grid-columns: 13.125rem 1fr;
  grid-template-columns: 13.125rem 1fr; }
  @media (max-width: 1200px) {
    .slider-product__wrapper_1 {
      -ms-grid-columns: 7rem 1.375rem 1fr;
      grid-template-columns: 7rem 1fr;
      gap: 1.5rem 1.375rem;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end;
      -ms-grid-rows: auto 1.5rem -webkit-max-content;
      -ms-grid-rows: auto 1.5rem max-content;
      grid-template-rows: auto -webkit-max-content;
      grid-template-rows: auto max-content; }
    .slider-product__wrapper_1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .slider-product__wrapper_1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .slider-product__wrapper_1 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .slider-product__wrapper_1 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }
  @media (max-width: 650px) {
    .slider-product__wrapper_1 {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 2.4375rem; } }

@media (max-width: 1200px) {
  .slider-product__wrapper_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (max-width: 650px) {
  .slider-product__wrapper_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-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;
      -webkit-transform: none;
          -ms-transform: none;
              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;
      -ms-flex-negative: 0;
          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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      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;
    -o-object-fit: cover;
       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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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; } }

.dozor-promo {
  padding-top: 8.125rem; }
  .dozor-promo::before {
    width: 61.125rem;
    height: 36.5rem;
    background-image: url("/images/dozor-promo-decor.svg");
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 1.75rem;
    margin-left: -4.125rem; }
    @media (max-width: 1200px) {
      .dozor-promo::before {
        width: 38.875rem;
        height: 23.875rem;
        background-image: url("/images/dozor-promo-decor_laptop.svg");
        top: 0.5rem;
        margin-left: -1.1875rem; } }
    @media (max-width: 650px) {
      .dozor-promo::before {
        width: 18.625rem;
        height: 13.125rem;
        background-image: url("/images/dozor-promo-decor_mobile.svg");
        margin-left: -0.375rem; } }
  @media (max-width: 1200px) {
    .dozor-promo {
      padding-top: 5rem; } }

.steps-dozor__icon_1 {
  background-image: url("/images/steps-dozor__icon_1.svg"); }

.steps-dozor__icon_2 {
  background-image: url("/images/steps-dozor__icon_2.svg"); }

.steps-dozor__icon_3 {
  background-image: url("/images/steps-dozor__icon_3.svg"); }

.steps-dozor__icon_4 {
  background-image: url("/images/steps-dozor__icon_4.svg"); }

.steps-dozor__icon_5 {
  background-image: url("/images/steps-dozor__icon_5.svg"); }

.faq-specification__item[open] {
  border-bottom: none;
  padding-bottom: 0; }

@media (max-width: 1024px) {
  .dozor-specification-promo br {
    display: none; } }

.dozor-supports-promo__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 650px) {
    .dozor-supports-promo__buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.products-plan-dozor__table-wrapper {
  margin-bottom: 3.5rem; }

.partners__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.partners__slider.swiper-initialized .partners__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.partners__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .subscribe__form > form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.subscribe__email-item,
.subscribe__personal-data {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  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;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1; }

.subscribe__email-item {
  margin-top: 0.1875rem; }

.technological-modules-dozor__wrapper {
  margin-top: 0; }

.technological-modules-dozor__text-item {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out; }
  .technological-modules-dozor__text-item.aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.schema-dozor__legend-list {
  -ms-grid-columns: auto 0 auto 0 auto 0 auto 0 auto;
  grid-template-columns: repeat(5, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem 0;
  margin-bottom: 3.5rem; }
  @media (max-width: 1200px) {
    .schema-dozor__legend-list {
      -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.625rem;
      margin-bottom: 2rem; } }
  @media (max-width: 768px) {
    .schema-dozor__legend-list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 650px) {
    .schema-dozor__legend-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

@media (max-width: 1024px) {
  .updates-details-promo__text-container::before {
    display: block;
    background-image: url("/images/blog-details-promo-icon_tablet.svg");
    width: 55rem;
    min-height: 20.1875rem;
    height: calc(100% + 7.5625rem);
    bottom: -2rem;
    right: -12.1875rem; } }

@media (max-width: 768px) {
  .updates-details-promo__text-container::before {
    width: 62rem; } }

@media (max-width: 650px) {
  .updates-details-promo__text-container::before {
    display: none; } }

@media (max-width: 1200px) {
  .updates-details-promo__text-container {
    max-width: 37.25rem; } }

.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; } }

@media (max-width: 768px) {
  .content__wrapper-table {
    display: none; } }

@media (max-width: 1200px) {
  .aside-form_fix {
    position: sticky; } }

@media (max-width: 768px) {
  .blog-details__sidebar {
    display: none; } }

.schema-svg__svg {
  width: 100%;
  max-width: 100%;
  height: auto; }

.schema-svg__tooltip {
  -webkit-transition: 0.3s ease-in-out;
  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%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .schema-svg_svg-wrapper.desktop {
    display: none; } }

.products-advantages-second__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .products-advantages-second__list {
      -ms-grid-columns: (21.75rem)[3];
      grid-template-columns: repeat(3, 21.75rem);
      overflow: auto; } }
  @media (max-width: 650px) {
    .products-advantages-second__list {
      -ms-grid-columns: (18rem)[3];
      grid-template-columns: repeat(3, 18rem); } }

.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 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateY(calc(100% + 1.5rem));
      -ms-transform: translateY(calc(100% + 1.5rem));
          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;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              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%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  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; } }

.safeinspect-promo {
  padding-top: 5rem; }
  .safeinspect-promo::before {
    background-image: url("/images/safeinspect-promo-decor.svg");
    width: 67.4375rem;
    height: 12.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 7.9375rem; }
    @media (max-width: 1200px) {
      .safeinspect-promo::before {
        width: 44.5625rem;
        height: 6.4375rem;
        background-image: url("/images/safeinspect-promo-decor_laptop.svg");
        top: 9.625rem; } }
    @media (max-width: 650px) {
      .safeinspect-promo::before {
        width: 17.1875rem;
        height: 2.3125rem;
        background-image: url("/images/safeinspect-promo-decor_mobile.svg");
        top: 5.25rem; } }
  @media (max-width: 1200px) {
    .safeinspect-promo {
      padding-top: 3.125rem; } }
  @media (max-width: 650px) {
    .safeinspect-promo {
      padding-top: 2.5rem; } }

@media (max-width: 1200px) {
  .safeinspect-promo__title {
    margin-bottom: 4.0625rem; } }

@media (max-width: 650px) {
  .safeinspect-promo__title {
    margin-bottom: 1.5rem; } }

.safeinspect-main-video__video {
  width: calc(100% + 4px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.safeinspect-main-video__video-wrapper {
  overflow: hidden; }

@media (max-width: 1200px) {
  .safeinspect-advantages__img {
    -o-object-fit: contain;
       object-fit: contain; } }

.schema-safeinspect__legend-list {
  margin-top: 3.125rem;
  -ms-grid-columns: auto 2.625rem auto 2.625rem auto 2.625rem auto 2.625rem auto 2.625rem auto;
  grid-template-columns: repeat(6, auto);
  gap: 2.625rem; }
  .schema-safeinspect__legend-list.mobile {
    display: none; }
  @media (max-width: 1200px) {
    .schema-safeinspect__legend-list {
      -ms-grid-columns: 1fr 1.5rem 1fr;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      margin-top: 2.5rem; } }
  @media (max-width: 650px) {
    .schema-safeinspect__legend-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 0.75rem;
      margin-top: 1.25rem; }
      .schema-safeinspect__legend-list.mobile {
        display: -ms-grid;
        display: grid; }
      .schema-safeinspect__legend-list.desktop {
        display: none; } }

.schema-svg-safeinspect__title-h1 {
  margin-bottom: -0.8125rem; }
  @media (max-width: 1024px) {
    .schema-svg-safeinspect__title-h1 {
      margin-bottom: -8.0625rem; } }

.how-it-was__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 768px) {
    .how-it-was__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.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__preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.how-it-was__video iframe {
  width: 100%;
  height: 100%; }

.how-it-was__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -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%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -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; } }

.irp-promo::before {
  background-image: url("/images/irp-promo-decor.svg");
  width: 48.0625rem;
  height: 14.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.6875rem;
  margin-left: -1.125rem; }
  @media (max-width: 1200px) {
    .irp-promo::before {
      width: 46.125rem;
      height: 13rem;
      background-image: url("/images/irp-promo-decor_laptop.svg");
      top: -0.875rem;
      margin-left: 1.125rem;
      max-width: 100%; } }
  @media (max-width: 650px) {
    .irp-promo::before {
      width: 38.8125rem;
      height: 14.8125rem;
      background-image: url("/images/irp-promo-decor_mobile.svg");
      max-width: none;
      top: -2.125rem;
      margin-left: 10.125rem; } }

@media (max-width: 1200px) {
  .irp-promo {
    padding-top: 4.5rem; } }

@media (max-width: 650px) {
  .irp-promo {
    padding-top: 3.0625rem; } }

.irp-test__test-wrapper {
  max-width: 57.5rem;
  margin: 0 auto; }

.irp-test__wrapper-inner {
  background-color: var(--color-beige); }

.irp-test__form-wrapper {
  padding: 3.75rem; }
  @media (max-width: 1200px) {
    .irp-test__form-wrapper {
      padding: 3.5rem 1.5rem; } }
  @media (max-width: 650px) {
    .irp-test__form-wrapper {
      padding: 2rem 1rem; } }

.irp-test__form-title {
  text-align: center;
  margin-bottom: 1.5rem; }

.irp-test__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  @media (max-width: 650px) {
    .irp-test__form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.irp-test__label-checkbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 2.4375rem; }

.irp-test__form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem; }
  @media (max-width: 650px) {
    .irp-test__form-btn {
      margin-top: 2rem; } }

.irp-test__success-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  padding-right: 2rem; }
  @media (max-width: 1200px) {
    .irp-test__success-wrapper {
      gap: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 650px) {
    .irp-test__success-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 0;
      gap: 2rem; } }

.irp-test__success-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 22.3125rem; }
  @media (max-width: 1200px) {
    .irp-test__success-text-wrapper {
      max-width: none;
      width: calc(50% - 0.75rem); } }
  @media (max-width: 650px) {
    .irp-test__success-text-wrapper {
      width: 100%;
      padding: 2rem 1rem 0 1rem; } }

.irp-test__success-title {
  margin-bottom: 1rem; }

.irp-test__success-text {
  margin-bottom: 2rem; }

.irp-test__img {
  max-width: 29.4375rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .irp-test__img {
      max-width: none;
      width: calc(50% + 0.75rem); } }
  @media (max-width: 650px) {
    .irp-test__img {
      width: 100%;
      max-width: 27.5rem; } }

@media (max-width: 650px) {
  .irp-test__success-btn {
    margin-left: auto;
    margin-right: auto; } }

.schema-svg-irp__list-wrapper {
  margin-bottom: 3.125rem; }
  @media (max-width: 1200px) {
    .schema-svg-irp__list-wrapper {
      margin-bottom: 1.5rem; } }

.schema-svg-irp__title-h3 {
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .schema-svg-irp__title-h3 {
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .schema-svg-irp__title-h3 {
      text-align: left; } }

@media (max-width: 650px) {
  .schema-svg-irp__text {
    text-align: left; } }

.schema-svg-irp__text-wrapper {
  max-width: 47.75rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 4.875rem; }
  @media (max-width: 1200px) {
    .schema-svg-irp__text-wrapper {
      margin-bottom: 1.5rem; } }

@media (max-width: 650px) {
  .schema-svg-irp__svg-wrapper {
    overflow: auto; } }

.schema-svg-irp__svg {
  display: none; }
  @media (max-width: 1200px) {
    .schema-svg-irp__svg {
      display: block; } }
  @media (max-width: 650px) {
    .schema-svg-irp__svg {
      width: 74.375rem;
      max-width: none; } }

.schema-svg-irp__animation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 1200px) {
    .schema-svg-irp__animation-wrapper {
      display: none; } }

.schema-svg-irp__animation-col {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.schema-svg-irp__animation-col_1 {
  width: 39.5rem; }

.schema-svg-irp__animation-col_2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.schema-svg-irp__animation-col_3 {
  width: 27.25rem; }

.schema-svg-irp__animation-title {
  text-align: center;
  margin-bottom: 1.5rem; }

.schema-svg-irp__color-area {
  height: 20.5rem;
  border-radius: 0.25rem; }

.schema-svg-irp__color-area_1 {
  border: 1px solid var(--color-black); }

.schema-svg-irp__color-area_2 {
  background-color: var(--color-light-turquoise); }

.schema-svg-irp__color-area_3 {
  background-color: var(--color-light-orange_2);
  border: 1px solid var(--color-orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.schema-svg-irp__animation-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.schema-svg-irp__img_1 {
  margin-top: 2.875rem;
  margin-left: 1.9375rem;
  width: 35.5rem;
  height: 14.5625rem; }

.schema-svg-irp__img_2 {
  margin-top: 1.6875rem;
  margin-right: 2rem;
  width: 19.75rem;
  height: 16.125rem; }

.schema-svg-irp__dynamic-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.schema-svg-irp__animated-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.schema-svg-irp__animated-text_1 {
  top: 6.1875rem;
  left: 50%;
  margin-left: 2.3125rem; }
  .schema-svg-irp__animated-text_1 img {
    width: 7.6875rem;
    height: 1rem; }

.schema-svg-irp__animated-text_2 {
  color: var(--color-turquoise);
  width: 13.0625rem;
  top: 10.125rem;
  left: 50%;
  margin-left: -0.375rem; }

.schema-svg-irp__animated-text_3 {
  top: 15rem;
  left: 50%;
  margin-left: 0.625rem; }
  .schema-svg-irp__animated-text_3 img {
    width: 11.0625rem;
    height: 0.9375rem; }

.schema-svg-irp__animated-text_4 {
  top: 18.9375rem;
  left: 50%;
  margin-left: 3.625rem; }
  .schema-svg-irp__animated-text_4 img {
    width: 5.0625rem;
    height: 0.8125rem; }

.schema-svg-irp__animated-line {
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .schema-svg-irp__animated-line::before {
    content: '';
    position: absolute;
    background: url("/images/tip.svg");
    background-size: 100%;
    width: 0.4375rem;
    height: 0.5rem; }

.schema-svg-irp__animated-line_1 {
  width: 25.8125rem;
  height: 1px;
  background-color: var(--color-black);
  top: 7.5625rem;
  left: 35.125rem; }
  .schema-svg-irp__animated-line_1::before {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(calc(100% - 1px));
        -ms-transform: translateY(-50%) translateX(calc(100% - 1px));
            transform: translateY(-50%) translateX(calc(100% - 1px)); }

.schema-svg-irp__animated-line_2 {
  width: 23.0625rem;
  height: 1px;
  background-color: var(--color-black);
  top: 16.5rem;
  left: 37.5rem; }
  .schema-svg-irp__animated-line_2::before {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(calc(100% - 1px));
        -ms-transform: translateY(-50%) translateX(calc(100% - 1px));
            transform: translateY(-50%) translateX(calc(100% - 1px)); }

.schema-svg-irp__animated-line_3 {
  width: 23.0625rem;
  height: 1px;
  background-color: var(--color-black);
  top: 20.125rem;
  left: 37.875rem; }
  .schema-svg-irp__animated-line_3::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(calc(-100% + 1px)) rotate(180deg);
        -ms-transform: translateY(-50%) translateX(calc(-100% + 1px)) rotate(180deg);
            transform: translateY(-50%) translateX(calc(-100% + 1px)) rotate(180deg); }

.schema-svg-irp__animated-line_4 {
  width: 16.9375rem;
  height: 3.875rem;
  top: 6.4375rem;
  right: 4.375rem;
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  border-radius: 0 0.25rem 0 0; }
  .schema-svg-irp__animated-line_4::before {
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%) translateX(calc(-100% + 1px)) rotate(180deg);
        -ms-transform: translateY(-50%) translateX(calc(-100% + 1px)) rotate(180deg);
            transform: translateY(-50%) translateX(calc(-100% + 1px)) rotate(180deg); }

.schema-svg-irp__animated-line_5 {
  width: 16.0625rem;
  height: 1.5625rem;
  top: 8.75rem;
  right: 5.25rem;
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  border-radius: 0 0.25rem 0 0; }
  .schema-svg-irp__animated-line_5::before {
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%) translateX(calc(-100% + 1px)) rotate(180deg);
        -ms-transform: translateY(-50%) translateX(calc(-100% + 1px)) rotate(180deg);
            transform: translateY(-50%) translateX(calc(-100% + 1px)) rotate(180deg); }

.schema-svg-irp__animated-line_6 {
  width: 13.6875rem;
  height: 1px;
  background-color: var(--color-black);
  top: 18.3125rem;
  right: 8.5rem; }
  .schema-svg-irp__animated-line_6::before {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(calc(100% - 1px));
        -ms-transform: translateY(-50%) translateX(calc(100% - 1px));
            transform: translateY(-50%) translateX(calc(100% - 1px)); }

.schema-svg-irp__animated-line_7 {
  width: 17.0625rem;
  height: 1.75rem;
  right: 4.3125rem;
  top: 19.8125rem;
  border-bottom: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  border-radius: 0 0 0.25rem 0; }
  .schema-svg-irp__animated-line_7::before {
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%) translateX(calc(-100% + 1px)) rotate(180deg);
        -ms-transform: translateY(50%) translateX(calc(-100% + 1px)) rotate(180deg);
            transform: translateY(50%) translateX(calc(-100% + 1px)) rotate(180deg); }

.schema-svg-irp__animated-line_8 {
  width: 17.5rem;
  height: 5.1875rem;
  top: 7.5625rem;
  left: 6.5rem;
  border-top: 1px solid var(--color-black);
  border-left: 1px solid var(--color-black);
  border-radius: 0.25rem 0 0 0; }
  .schema-svg-irp__animated-line_8::before {
    display: none; }

.schema-svg-irp__animated-icon {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.schema-svg-irp__animated-icon_1 {
  top: 7.0625rem;
  right: 22.4375rem;
  width: 2.625rem;
  height: 5rem;
  background-image: url("/images/schema-irp-animated-icon-1.svg"); }

.schema-svg-irp__animated-icon_2 {
  top: 16.6875rem;
  right: 22.4375rem;
  width: 2.625rem;
  height: 4.6875rem;
  background-image: url("/images/schema-irp-animated-icon-2.svg"); }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animation-col_1 {
  width: 56.5625rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animation-col_3 {
  width: 21.875rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-line_4 {
  width: 31.5rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-line_5 {
  width: 14.125rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-line_6 {
  width: 22.875rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-line_7 {
  width: 26.6875rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-line_1 {
  width: 15.5625rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-line_2 {
  width: 13.125rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-line_3 {
  width: 13.125rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-icon_1 {
  right: 32.3125rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-icon_2 {
  right: 32.3125rem; }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-text_1 {
  -webkit-transform: translateX(-5.625rem);
      -ms-transform: translateX(-5.625rem);
          transform: translateX(-5.625rem); }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-text_3 {
  -webkit-transform: translateX(-5.625rem);
      -ms-transform: translateX(-5.625rem);
          transform: translateX(-5.625rem); }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-text_4 {
  -webkit-transform: translateX(-5rem);
      -ms-transform: translateX(-5rem);
          transform: translateX(-5rem); }

.schema-svg-irp__tabs-section_2:not(.visually-hidden) ~ .schema-svg-irp__animation-wrapper .schema-svg-irp__animated-text_2 {
  width: 8.5625rem;
  -webkit-transform: translateX(13.4375rem) translateY(0.625rem);
      -ms-transform: translateX(13.4375rem) translateY(0.625rem);
          transform: translateX(13.4375rem) translateY(0.625rem); }

.tls-main-promo::before {
  background-image: url("/images/tls-main-promo-decor.webp");
  width: 64.75rem;
  height: 25.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.9375rem;
  margin-left: 6.9375rem; }
  @media (max-width: 1200px) {
    .tls-main-promo::before {
      background-image: url("/images/tls-main-promo-decor_laptop.webp");
      width: 44.625rem;
      height: 13.875rem;
      top: -0.8125rem;
      margin-left: 3.0625rem; } }
  @media (max-width: 650px) {
    .tls-main-promo::before {
      background-image: url("/images/tls-main-promo-decor_mobile.webp");
      width: 25.5rem;
      height: 10.125rem;
      top: 0.8125rem;
      margin-left: 3rem; } }

@media (max-width: 1200px) {
  .tls-main-promo {
    padding-top: 4.5rem; } }

@media (max-width: 650px) {
  .tls-main-promo {
    padding-top: 3rem; } }

.tls-steps__icon_1 {
  background-image: url("/images/tls-steps__icon_1.svg"); }

.tls-steps__icon_2 {
  background-image: url("/images/tls-steps__icon_2.svg"); }

.tls-steps__icon_3 {
  background-image: url("/images/tls-steps__icon_3.svg"); }

.tls-steps__icon_4 {
  background-image: url("/images/tls-steps__icon_4.svg"); }

.tls-connect__animation-wrapper {
  max-width: 51.4375rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .tls-connect__animation-wrapper {
      max-width: 45rem;
      margin-bottom: 3.5rem; } }
  @media (max-width: 768px) {
    .tls-connect__animation-wrapper {
      margin-left: 8px;
      margin-bottom: 2rem; } }

.tls-connect__list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem 0; }
  @media (max-width: 768px) {
    .tls-connect__list {
      gap: 3.75rem 0;
      top: 2.8125rem; } }

.tls-connect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .tls-connect__item:nth-child(odd) {
    text-align: right;
    width: calc(50% + 0.5rem); }
    .tls-connect__item:nth-child(odd) .tls-connect__text {
      margin-right: 1.5rem;
      margin-left: auto; }
    @media (max-width: 1200px) {
      .tls-connect__item:nth-child(odd) {
        width: 50%;
        -webkit-transform: translateX(8px);
            -ms-transform: translateX(8px);
                transform: translateX(8px); } }
    @media (max-width: 768px) {
      .tls-connect__item:nth-child(odd) {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        width: 100%;
        -webkit-transform: translateX(-8px);
            -ms-transform: translateX(-8px);
                transform: translateX(-8px); }
        .tls-connect__item:nth-child(odd) .tls-connect__text {
          margin-left: 1.5rem;
          margin-right: auto; } }
  .tls-connect__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
    width: calc(50% + 0.5625rem); }
    .tls-connect__item:nth-child(even) .tls-connect__text {
      margin-right: auto;
      margin-left: 1.5rem; }
    @media (max-width: 1200px) {
      .tls-connect__item:nth-child(even) {
        width: 50%;
        -webkit-transform: translateX(-9px);
            -ms-transform: translateX(-9px);
                transform: translateX(-9px); } }
    @media (max-width: 768px) {
      .tls-connect__item:nth-child(even) {
        width: 100%;
        -webkit-transform: translateX(-8px);
            -ms-transform: translateX(-8px);
                transform: translateX(-8px); } }
  .tls-connect__item.active .tls-connect__text {
    color: var(--color-black); }
  .tls-connect__item.active .tls-connect__circle {
    border-color: var(--color-orange); }

.tls-connect__text {
  color: var(--color-grey-60);
  max-width: 20.625rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (max-width: 768px) {
    .tls-connect__text {
      max-width: 18.375rem; } }

.tls-connect__circle {
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  border: 1px solid var(--color-grey-40);
  margin-top: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.tls-connect__line-wrapper {
  width: 1px;
  height: 47.125rem;
  background-color: var(--color-orange);
  overflow: hidden;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .tls-connect__line-wrapper {
      height: 45.75rem; } }
  @media (max-width: 768px) {
    .tls-connect__line-wrapper {
      margin: 0;
      height: 38.875rem; } }

.tls-connect__line {
  width: 100%;
  height: 100%;
  background-color: var(--color-grey-40);
  position: sticky !important; }

.figure-tls__title-h3 {
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .figure-tls__title-h3 {
      font-size: 1.125rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .figure-tls__title-h3 {
      line-height: 1.5rem; } }

@media (max-width: 650px) {
  .figure-tls__btn {
    height: 3rem; } }

.products-connection__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1024px) {
    .products-connection__list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 650px) {
    .products-connection__list {
      -ms-grid-columns: 1fr;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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__additionally__img-block {
  margin-bottom: 0; }

.maturity-assessment-soc-promo {
  padding-top: 4.75rem;
  padding-bottom: 10.1875rem; }
  .maturity-assessment-soc-promo::before {
    background-image: url("/images/maturity-assessment-soc-promo-decor.svg");
    width: 80.8125rem;
    height: 35.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -2.75rem; }
    @media (max-width: 1200px) {
      .maturity-assessment-soc-promo::before {
        background-image: url("/images/maturity-assessment-soc-promo-decor_laptop.svg");
        width: 44.875rem;
        height: 17.8125rem;
        top: 2.5rem; } }
    @media (max-width: 768px) {
      .maturity-assessment-soc-promo::before {
        background-image: url("/images/maturity-assessment-soc-promo-decor_mobile.svg");
        width: 22.375rem;
        height: 9.875rem;
        top: 4.75rem; } }
  @media (max-width: 1200px) {
    .maturity-assessment-soc-promo {
      padding-top: 2.8125rem;
      padding-bottom: 2.5rem; } }
  @media (max-width: 768px) {
    .maturity-assessment-soc-promo {
      padding-top: 0.375rem; } }

.maturity-assessment-soc-promo__secondary {
  font-family: var(--font-secondary);
  font-size: 6.3125rem;
  line-height: 6.25rem; }
  @media (max-width: 1200px) {
    .maturity-assessment-soc-promo__secondary {
      font-size: 5.125rem;
      line-height: 5rem; } }
  @media (max-width: 768px) {
    .maturity-assessment-soc-promo__secondary {
      font-size: 2.4375rem;
      line-height: 2.3125rem;
      letter-spacing: -1px; } }

.maturity-assessment-soc-promo__primary {
  font-size: 6.75rem;
  line-height: 6.25rem;
  display: inline-block;
  -webkit-transform: translateY(-0.4375rem);
      -ms-transform: translateY(-0.4375rem);
          transform: translateY(-0.4375rem); }
  @media (max-width: 1200px) {
    .maturity-assessment-soc-promo__primary {
      font-size: 5.375rem;
      line-height: 5rem;
      -webkit-transform: translateY(-1.125rem);
          -ms-transform: translateY(-1.125rem);
              transform: translateY(-1.125rem); } }
  @media (max-width: 768px) {
    .maturity-assessment-soc-promo__primary {
      font-size: 2.5rem;
      line-height: 2.3125rem;
      -webkit-transform: translateY(-2.3125rem);
          -ms-transform: translateY(-2.3125rem);
              transform: translateY(-2.3125rem);
      letter-spacing: -2px; } }

.maturity-assessment-soc-promo__title-h1 {
  margin-bottom: 1.375rem; }
  @media (max-width: 1200px) {
    .maturity-assessment-soc-promo__title-h1 {
      margin-bottom: 0.1875rem; } }
  @media (max-width: 768px) {
    .maturity-assessment-soc-promo__title-h1 {
      margin-bottom: -1.25rem; } }

.maturity-assessment-soc-promo__promo-text {
  margin-bottom: 0; }
  @media (max-width: 1200px) {
    .maturity-assessment-soc-promo__promo-text {
      margin-bottom: 4.25rem; } }

.maturity-assessment-soc-schema__img-block {
  position: relative; }

.maturity-assessment-soc-schema__fake-img {
  position: absolute;
  width: 31.375rem;
  height: 31.3125rem;
  left: 1.625rem;
  top: 0.25rem;
  border-radius: 50%;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .maturity-assessment-soc-schema__fake-img {
      left: 50%;
      top: 0.1875rem;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 27.625rem;
      height: 27.8125rem;
      margin-left: -0.3125rem; } }
  @media (max-width: 650px) {
    .maturity-assessment-soc-schema__fake-img {
      width: 15.9375rem;
      margin-left: -0.1875rem;
      top: 0.0625rem;
      height: 16rem; } }

.maturity-assessment-soc-schema__fake-item {
  position: absolute;
  cursor: pointer; }
  .maturity-assessment-soc-schema__fake-item_1 {
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 79%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 79%, 0 50%); }
  .maturity-assessment-soc-schema__fake-item_2 {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 79%);
            clip-path: polygon(0 0, 100% 0, 100% 50%, 0 79%); }
  .maturity-assessment-soc-schema__fake-item_3 {
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 58%, 100% 100%, 0 100%, 0% 58%);
            clip-path: polygon(50% 0%, 100% 58%, 100% 100%, 0 100%, 0% 58%); }

.maturity-assessment-soc-schema__fake-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%; }
  @media (max-width: 1200px) {
    .maturity-assessment-soc-schema__fake-center {
      width: 8.4375rem;
      height: 8.4375rem; } }
  @media (max-width: 650px) {
    .maturity-assessment-soc-schema__fake-center {
      width: 4.875rem;
      height: 4.875rem; } }

.maturity-assessment-soc-schema__picture {
  -webkit-transition: none;
  transition: none; }
  @media (max-width: 1200px) {
    .maturity-assessment-soc-schema__picture {
      width: 31.25rem;
      max-width: none; } }
  @media (max-width: 650px) {
    .maturity-assessment-soc-schema__picture {
      width: 18rem; } }

@media (max-width: 1200px) {
  .maturity-assessment-soc-schema__img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto; } }

.project-stages-soc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    .project-stages-soc__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.project-stages-soc__text-container {
  max-width: 28rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .project-stages-soc__text-container {
      -ms-flex-negative: 1;
          flex-shrink: 1; } }
  @media (max-width: 768px) {
    .project-stages-soc__text-container {
      max-width: none; } }

.project-stages-soc__wrapper-list-steps {
  max-width: 42.75rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2rem 3rem 1fr;
  grid-template-columns: 2rem 1fr;
  gap: 3rem; }
  @media (max-width: 1200px) {
    .project-stages-soc__wrapper-list-steps {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      min-width: 21.75rem;
      gap: 1.25rem; } }
  @media (max-width: 768px) {
    .project-stages-soc__wrapper-list-steps {
      min-width: auto;
      max-width: none;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.project-stages-soc__prev-text {
  margin-bottom: 2.5rem; }
  .project-stages-soc__prev-text a {
    color: var(--color-orange); }
    .project-stages-soc__prev-text a:hover {
      color: var(--color-light-orange); }
    .project-stages-soc__prev-text a:active {
      color: var(--color-dark-orange); }
  @media (max-width: 768px) {
    .project-stages-soc__prev-text {
      margin-bottom: 0; } }

.project-stages-soc__item {
  padding: 2.5rem 2.5rem 2rem;
  background-color: var(--color-beige);
  margin-bottom: 2.5rem;
  position: relative;
  min-height: 20.125rem; }
  .project-stages-soc__item:last-child {
    margin-bottom: 0; }
  @media (max-width: 1200px) {
    .project-stages-soc__item {
      min-height: auto;
      padding: 1.5rem;
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .project-stages-soc__item {
      margin-bottom: 16px; } }

.project-stages-soc__title-h3 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .project-stages-soc__title-h3 {
      font-size: 2rem;
      line-height: 2rem;
      margin-bottom: 1rem; } }
  @media (max-width: 650px) {
    .project-stages-soc__title-h3 {
      font-size: 36px;
      line-height: 36px; } }

.project-stages-soc__title-h4 {
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .project-stages-soc__title-h4 {
      margin-bottom: 0.5rem; } }
  @media (max-width: 650px) {
    .project-stages-soc__title-h4 {
      margin-bottom: 16px; } }

.project-stages-soc__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.625rem; }

.project-stages-soc__li {
  padding-left: 1.5rem;
  position: relative; }
  .project-stages-soc__li::before {
    content: '';
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    left: 0.4375rem;
    top: 0.5625rem; }

.project-stages-soc__line-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4.5rem; }
  @media (max-width: 1200px) {
    .project-stages-soc__line-wrapper {
      padding-top: 3.5rem; } }
  @media (max-width: 768px) {
    .project-stages-soc__line-wrapper {
      display: none; } }

.project-stages-soc__check-marker {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  position: absolute;
  top: 2.5rem;
  left: -5rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }
  .project-stages-soc__check-marker::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0.9375rem;
    height: 0.75rem;
    background: url("../images/project-stages-soc-check-icon.svg");
    background-size: 100%; }
  @media (max-width: 1200px) {
    .project-stages-soc__check-marker {
      top: 1.5rem;
      left: -3.25rem; } }
  @media (max-width: 768px) {
    .project-stages-soc__check-marker {
      display: none; } }

.project-stages-soc__line {
  width: 0.25rem;
  height: 100%;
  position: relative;
  background-color: var(--color-beige); }

.project-stages-soc__line-inner {
  width: 100%;
  height: 0;
  background-color: var(--color-orange); }

.project-stages-soc__text-fix-block {
  position: sticky;
  top: 6.25rem; }

.project-stages-soc__btn.mobile {
  display: none; }

@media (max-width: 768px) {
  .project-stages-soc__btn.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .project-stages-soc__btn.desktop {
    display: none; } }

.project-stages-soc__title-h3-fix {
  margin-bottom: 1rem; }

.project-stages-soc__conditions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .project-stages-soc__conditions-list {
      gap: 10px; } }

.project-stages-soc__conditions-item {
  padding-left: 1.875rem;
  position: relative; }
  .project-stages-soc__conditions-item::before {
    content: '';
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    top: 0.5625rem;
    left: 0.4375rem;
    position: absolute;
    background-color: var(--color-orange); }
    @media (max-width: 1200px) {
      .project-stages-soc__conditions-item::before {
        width: 4px;
        height: 4px;
        left: 7px;
        top: 9px; } }
  @media (max-width: 1200px) {
    .project-stages-soc__conditions-item {
      padding-left: 24px; } }

.edr-statistics-block__text-wrapper {
  max-width: 35.375rem; }
  @media (max-width: 1200px) {
    .edr-statistics-block__text-wrapper {
      max-width: none; } }

@media (max-width: 1200px) {
  .edr-figure__img {
    -o-object-fit: contain;
       object-fit: contain; } }

@media (max-width: 1200px) {
  .edr-promo {
    padding-top: 3.75rem; } }

.edr-promo__title {
  color: var(--color-white); }
  @media (max-width: 1200px) {
    .edr-promo__title {
      width: 32.1875rem;
      margin: 0 auto 1.5rem; } }
  @media (max-width: 650px) {
    .edr-promo__title {
      width: 17.3125rem; } }

.edr-promo__text {
  color: var(--color-white);
  width: 42.75rem;
  margin: 0 auto 2rem; }
  @media (max-width: 1200px) {
    .edr-promo__text {
      width: 31.125rem;
      margin: 0 auto 1.5rem; } }
  @media (max-width: 650px) {
    .edr-promo__text {
      width: 100%; } }

@media (min-width: 1201px) {
  .edr-architecture-type__item-title {
    max-width: 100%; } }

.edr-architecture-type__item.hover:hover .edr-architecture-type__item-title {
  max-width: 31.25rem; }

.service-connection__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem; }
  @media (max-width: 650px) {
    .service-connection__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.service-connection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }

.service-connection__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .service-connection__head svg {
    width: 3rem;
    height: 3rem; }

.service-connection__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem; }

.service-connection__content-item {
  padding-left: 1.5rem;
  position: relative; }
  .service-connection__content-item::before {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    left: 0.4375rem;
    top: 0.5rem; }

.service-connection__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1200px) {
  .nta-figure__img {
    max-height: 14.1875rem;
    -o-object-fit: contain;
       object-fit: contain; } }

@media (max-width: 768px) {
  .nta-figure__img {
    max-height: 18.125rem; } }

@media (max-width: 650px) {
  .nta-figure__img {
    max-height: 13.0625rem; } }

.nta-promo {
  padding-top: 5rem; }
  .nta-promo::before {
    background-image: url("/images/nta-promo-decor.svg");
    width: 54.625rem;
    height: 23.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 3.125rem; }
    @media (max-width: 1200px) {
      .nta-promo::before {
        background-image: url("/images/nta-promo-decor_laptop.svg");
        width: 38.375rem;
        height: 16.3125rem;
        top: 1.125rem; } }
    @media (max-width: 650px) {
      .nta-promo::before {
        background-image: url("/images/nta-promo-decor_mobile.svg");
        width: 20.25rem;
        height: 8.625rem;
        top: 0.875rem; } }
  @media (max-width: 1200px) {
    .nta-promo {
      padding-top: 2.5rem; } }

.nta-promo__title {
  color: var(--color-white);
  margin: 0 auto 2rem; }
  @media (max-width: 1200px) {
    .nta-promo__title {
      margin: 0 auto 1.5rem;
      width: 32.1875rem; } }
  @media (max-width: 650px) {
    .nta-promo__title {
      width: 17.3125rem; } }

.nta-promo__text {
  color: var(--color-white);
  width: 34.75rem;
  margin: 0 auto 2rem; }
  @media (max-width: 1200px) {
    .nta-promo__text {
      width: 31.125rem;
      margin: 0 auto 1.5rem; } }
  @media (max-width: 650px) {
    .nta-promo__text {
      width: 18.5rem; } }

.dumbbell__wrapper {
  max-width: 13.125rem;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.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: -webkit-gradient(linear, left top, left bottom, from(#FE6E36), to(#F5D4C8));
    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 {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }

.dumbbell__semicircle_right::before {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.dumbbell__rect {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -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 {
  -webkit-animation: animationSemicircleLeft 3s ease-in-out both infinite;
          animation: animationSemicircleLeft 3s ease-in-out both infinite; }

.dumbbell:hover .dumbbell__semicircle_right {
  -webkit-animation: animationSemicircleRight 3s ease-in-out both infinite;
          animation: animationSemicircleRight 3s ease-in-out both infinite; }

.dumbbell:hover .dumbbell__rect {
  -webkit-animation: animationBarbell 3s ease-in-out both infinite;
          animation: animationBarbell 3s ease-in-out both infinite; }
  @media (max-width: 650px) {
    .dumbbell:hover .dumbbell__rect {
      -webkit-animation: animationBarbellMobile 3s ease-in-out both infinite;
              animation: animationBarbellMobile 3s ease-in-out both infinite; } }

@-webkit-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 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; } }

@-webkit-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 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; } }

@-webkit-keyframes animationSemicircleLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  16.6% {
    -webkit-transform: translateX(calc(-50% - 0.4375rem));
            transform: translateX(calc(-50% - 0.4375rem)); }
  33.26% {
    -webkit-transform: translateX(calc(-50% - 0.4375rem));
            transform: translateX(calc(-50% - 0.4375rem)); }
  49.86% {
    -webkit-transform: translateX(calc(-50% + 0.8125rem));
            transform: translateX(calc(-50% + 0.8125rem)); }
  66.46% {
    -webkit-transform: translateX(calc(-50% + 0.8125rem));
            transform: translateX(calc(-50% + 0.8125rem)); }
  83% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationSemicircleLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  16.6% {
    -webkit-transform: translateX(calc(-50% - 0.4375rem));
            transform: translateX(calc(-50% - 0.4375rem)); }
  33.26% {
    -webkit-transform: translateX(calc(-50% - 0.4375rem));
            transform: translateX(calc(-50% - 0.4375rem)); }
  49.86% {
    -webkit-transform: translateX(calc(-50% + 0.8125rem));
            transform: translateX(calc(-50% + 0.8125rem)); }
  66.46% {
    -webkit-transform: translateX(calc(-50% + 0.8125rem));
            transform: translateX(calc(-50% + 0.8125rem)); }
  83% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animationSemicircleRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  16.6% {
    -webkit-transform: translateX(calc(50% + 0.4375rem));
            transform: translateX(calc(50% + 0.4375rem)); }
  33.26% {
    -webkit-transform: translateX(calc(50% + 0.4375rem));
            transform: translateX(calc(50% + 0.4375rem)); }
  49.86% {
    -webkit-transform: translateX(calc(50% - 0.8125rem));
            transform: translateX(calc(50% - 0.8125rem)); }
  66.46% {
    -webkit-transform: translateX(calc(50% - 0.8125rem));
            transform: translateX(calc(50% - 0.8125rem)); }
  83% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationSemicircleRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  16.6% {
    -webkit-transform: translateX(calc(50% + 0.4375rem));
            transform: translateX(calc(50% + 0.4375rem)); }
  33.26% {
    -webkit-transform: translateX(calc(50% + 0.4375rem));
            transform: translateX(calc(50% + 0.4375rem)); }
  49.86% {
    -webkit-transform: translateX(calc(50% - 0.8125rem));
            transform: translateX(calc(50% - 0.8125rem)); }
  66.46% {
    -webkit-transform: translateX(calc(50% - 0.8125rem));
            transform: translateX(calc(50% - 0.8125rem)); }
  83% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.scheme-ngfw__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1200px) {
  .figure-ngfw__img {
    width: 720px;
    height: 400px; } }

@media (max-width: 650px) {
  .figure-ngfw__img {
    width: 328px;
    height: 100%; } }

@media (max-width: 1200px) {
  .figure-ngfw__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.methodology-promo__text {
  width: 43.5625rem;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .methodology-promo__text {
      width: 100%; } }

.ngfw-promo {
  padding-top: 4.125rem; }
  @media (max-width: 1200px) {
    .ngfw-promo {
      padding-top: 5.0625rem; } }
  @media (max-width: 650px) {
    .ngfw-promo {
      padding-top: 40px; } }

.ngfw-main-promo-wrapper {
  min-height: 64.5rem;
  position: relative; }
  @media (max-width: 1200px) {
    .ngfw-main-promo-wrapper {
      min-height: 50.25rem; } }
  @media (max-width: 650px) {
    .ngfw-main-promo-wrapper {
      min-height: 38.5rem; } }

.ngfw-main-promo-wrapper__video {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 1200px) {
    .ngfw-main-promo-wrapper__video {
      top: auto;
      bottom: 0;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; } }

@media (max-width: 1024px) {
  .documents-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

@media (max-width: 1200px) {
  .ngfw-advantages__desktop {
    display: none; } }

.ngfw-advantages__mobile {
  display: none; }
  @media (max-width: 1200px) {
    .ngfw-advantages__mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 650px) {
  .ngfw-advantages__list-wrapper {
    margin-bottom: 0; } }

.ngfw-architecture-promo__col-1 {
  width: 100%;
  max-width: 28rem; }

.ngfw-architecture-promo__mobile-img {
  max-height: 25.5rem;
  -o-object-fit: contain;
     object-fit: contain; }
  @media (max-width: 650px) {
    .ngfw-architecture-promo__mobile-img {
      max-height: 36.25rem; } }

.figure-testing-ngfw__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem; }

.ngfw-modelnyj-ryad-promo__title br {
  display: block; }

.ngfw-modelnyj-ryad-promo__text {
  width: 36.75rem;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .ngfw-modelnyj-ryad-promo__text {
      width: 23.9375rem; } }
  @media (max-width: 650px) {
    .ngfw-modelnyj-ryad-promo__text {
      width: 100%; } }

.ngfw-main-documentation__item {
  min-height: 10rem; }
  @media (max-width: 1200px) {
    .ngfw-main-documentation__item {
      min-height: 7.125rem; } }
  @media (max-width: 650px) {
    .ngfw-main-documentation__item {
      min-height: 7.75rem; } }

.reviews-ngfw-main__slider-item {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial; }
  @media (max-width: 1200px) {
    .reviews-ngfw-main__slider-item {
      width: 21.75rem;
      -ms-flex-preferred-size: initial;
          flex-basis: initial; } }
  @media (max-width: 650px) {
    .reviews-ngfw-main__slider-item {
      width: 100%; } }

@media (max-width: 1200px) {
  .reviews-ngfw-main__slider-wrapper {
    width: 100%; } }

.webproxy-promo {
  padding-top: 5rem; }
  .webproxy-promo::before {
    width: 83.5625rem;
    height: 31.0625rem;
    background-image: url("/images/weproxy-promo-decor.png");
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 1200px) {
    .webproxy-promo {
      padding-top: 2.5rem; }
      .webproxy-promo::before {
        display: none; } }

.webproxy-promo__text {
  width: 56.1875rem; }
  @media (max-width: 1200px) {
    .webproxy-promo__text {
      width: 45rem;
      margin: 0 auto 1.5rem; } }
  @media (max-width: 768px) {
    .webproxy-promo__text {
      width: 100%; } }

@media (max-width: 1200px) {
  .webproxy-promo__title {
    position: relative; }
    .webproxy-promo__title::before {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 3.75rem;
      width: 100%;
      height: 14.8125rem;
      background: url("/images/weproxy-promo-decor_laptop.png") center no-repeat;
      background-size: contain;
      z-index: -1; } }

@media (max-width: 650px) {
  .webproxy-promo__title::before {
    background: url("/images/weproxy-promo-decor_mobile.png") center no-repeat;
    width: 22.125rem;
    height: 7.875rem;
    top: 1.5rem; } }

.webproxy-steps__icon {
  background-size: contain; }

.webproxy-steps__icon_1 {
  background-image: url("/images/webproxy-steps__icon_1.svg"); }

.webproxy-steps__icon_2 {
  background-image: url("/images/webproxy-steps__icon_2.svg"); }

.webproxy-steps__icon_3 {
  background-image: url("/images/webproxy-steps__icon_3.svg"); }

.webproxy-steps__icon_4 {
  background-image: url("/images/webproxy-steps__icon_4.svg"); }

.webproxy-steps__icon_5 {
  background-image: url("/images/webproxy-steps__icon_5.svg"); }

.webproxy-steps__icon_6 {
  background-image: url("/images/webproxy-steps__icon_6.svg"); }

.webproxy-steps__icon_7 {
  background-image: url("/images/webproxy-steps__icon_7.svg"); }

.webproxy-steps__icon_8 {
  background-image: url("/images/webproxy-steps__icon_8.svg"); }

@media (min-width: 1201px) {
  .case__item_hover .case-webproxy__title br {
    display: none; } }

@media (min-width: 1201px) {
  .case-webproxy__item.case__item_hover {
    -webkit-box-flex: 2.2;
        -ms-flex-positive: 2.2;
            flex-grow: 2.2; } }

.case-webproxy__text-wrapper {
  min-height: 18.75rem; }

.video__preview,
.video__video {
  width: 100%;
  height: 100%; }

.video__item {
  width: 57.5rem;
  height: 32.5rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media (max-width: 1024px) {
    .video__item {
      width: 100%;
      height: 25.625rem; } }
  @media (max-width: 650px) {
    .video__item {
      height: 11.5625rem; } }

.video__preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.video__video iframe {
  width: 100%;
  height: 100%; }

.video__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.video__btn {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .video__btn:hover {
    background-color: var(--color-light-orange); }
  .video__btn:active {
    background-color: var(--color-dark-orange); }
  .video__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%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 0.1875rem; }
    @media (max-width: 1024px) {
      .video__btn::before {
        width: 2rem;
        height: 2rem; } }
    @media (max-width: 650px) {
      .video__btn::before {
        width: 1.5rem;
        height: 1.5rem; } }
  @media (max-width: 1024px) {
    .video__btn {
      width: 4rem;
      height: 4rem; } }
  @media (max-width: 650px) {
    .video__btn {
      width: 2.5rem;
      height: 2.5rem; } }

@media (max-width: 650px) {
  .products-promo-webproxy-architecture__text br {
    display: none; } }

.scheme-webproxy__picture {
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .scheme-webproxy__picture {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .scheme-webproxy__picture {
      margin-bottom: 2rem; } }

@media (max-width: 1200px) {
  .products-promo-webproxy-specifications__text br {
    display: none; } }

.products-plan-webproxy__card {
  min-height: 37.5rem; }
  @media (max-width: 650px) {
    .products-plan-webproxy__card {
      min-height: auto; } }

.products-plan-webproxy__table-wrapper {
  margin-bottom: 0; }

.products-plan-webproxy-three__card {
  min-height: 33rem; }
  @media (max-width: 650px) {
    .products-plan-webproxy-three__card {
      min-height: auto; } }

.products-plan-webproxy-three__cards-wrapper {
  margin-bottom: 3.5rem; }

.promo-about-company {
  padding-top: 3.75rem;
  padding-bottom: 2rem;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .promo-about-company {
      padding-top: 4.125rem;
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .promo-about-company {
      padding-top: 1.25rem;
      padding-bottom: 2.5rem; } }

.promo-about-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.3125rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (max-width: 1200px) {
    .promo-about-company__wrapper {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      gap: 3.5rem; } }
  @media (max-width: 650px) {
    .promo-about-company__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding-left: 1rem;
      padding-right: 1rem;
      gap: 2.5625rem; } }

.promo-about-company__video-wrapper {
  max-width: 30rem;
  width: 100%; }
  @media (max-width: 1200px) {
    .promo-about-company__video-wrapper {
      max-width: 22.5rem;
      margin-left: 10.25rem; } }
  @media (max-width: 650px) {
    .promo-about-company__video-wrapper {
      max-width: 20.5rem;
      margin-left: auto;
      margin-right: auto; } }

.promo-about-company__video-item {
  height: 16.875rem; }
  @media (max-width: 1200px) {
    .promo-about-company__video-item {
      height: 12.8125rem; } }
  @media (max-width: 650px) {
    .promo-about-company__video-item {
      height: 11.5rem; } }

.promo-about-company__title {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  white-space: nowrap; }
  @media (max-width: 1200px) {
    .promo-about-company__title {
      font-size: 1rem;
      line-height: 1.375rem;
      margin-right: 3.375rem; } }
  @media (max-width: 650px) {
    .promo-about-company__title {
      position: absolute;
      -webkit-clip-path: inset(100%);
              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); } }

.promo-about-company__text-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .promo-about-company__text-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.promo-about-company__text {
  font-size: 3.625rem;
  line-height: 3.625rem;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative; }
  @media (max-width: 1200px) {
    .promo-about-company__text {
      font-size: 2rem;
      line-height: 2rem; } }
  @media (max-width: 650px) {
    .promo-about-company__text {
      font-size: 1rem;
      line-height: 1.125rem;
      text-align: center; } }

.promo-about-company__prev-text {
  max-width: 55.75rem;
  width: 100%;
  margin-top: 0.1875rem;
  position: relative; }
  .promo-about-company__prev-text::before {
    content: '';
    position: absolute;
    width: 41.6875rem;
    height: 29.125rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/images/about-company-decor.svg");
    top: -19.4375rem;
    left: 16.0625rem;
    pointer-events: none; }
    @media (max-width: 1200px) {
      .promo-about-company__prev-text::before {
        width: 22.8125rem;
        height: 16rem;
        background-image: url("/images/about-company-decor_laptop.png");
        top: -10.8125rem;
        left: 18.25rem; } }
    @media (max-width: 650px) {
      .promo-about-company__prev-text::before {
        display: none; } }
  @media (max-width: 1200px) {
    .promo-about-company__prev-text {
      margin-top: 0; } }
  @media (max-width: 768px) {
    .promo-about-company__prev-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 650px) {
    .promo-about-company__prev-text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1.25rem; } }

.promo-about-company__link {
  margin-right: 2rem;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .promo-about-company__link {
      margin-right: 1.5rem; } }
  @media (max-width: 650px) {
    .promo-about-company__link {
      margin-right: 0; } }

.about-portfolio__title-h3 {
  margin-bottom: 0.625rem; }

.about-portfolio__wrapper {
  padding-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .about-portfolio__wrapper {
      padding-bottom: 2.5rem; } }

.about-access__col-1 {
  max-width: 27.625rem; }

.about-history__title-h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 42.8125rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }
  @media (max-width: 1024px) {
    .about-history__title-h3 {
      width: calc(100% - 130px); } }
  @media (max-width: 768px) {
    .about-history__title-h3 {
      position: static;
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .about-history__title-h3 {
      min-height: 4.875rem; } }

.about-history__img-wrapper {
  margin-bottom: 2rem;
  position: relative; }
  .about-history__img-wrapper img {
    height: 17.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
    @media (max-width: 1024px) {
      .about-history__img-wrapper img {
        width: 100%;
        height: 21.875rem; } }
    @media (max-width: 768px) {
      .about-history__img-wrapper img {
        height: 17.5rem; } }

.about-history__img-text {
  color: var(--color-grey-40);
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 20.625rem;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  pointer-events: none; }
  @media (max-width: 1024px) {
    .about-history__img-text {
      display: none; } }

.about-history__date-wrapper {
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  width: 42.8125rem; }
  @media (max-width: 1024px) {
    .about-history__date-wrapper {
      width: 100%; } }
  @media (max-width: 650px) {
    .about-history__date-wrapper {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1rem; } }

.about-history__date-title {
  margin-bottom: 0.75rem; }

.about-history__slider-item {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
  padding-top: 4.75rem;
  position: relative; }
  .about-history__slider-item.swiper-slide-active {
    width: 42.8125rem !important; }
    .about-history__slider-item.swiper-slide-active .about-history__date-wrapper,
    .about-history__slider-item.swiper-slide-active .about-history__title-h3 {
      opacity: 1; }
    .about-history__slider-item.swiper-slide-active .about-history__img-text {
      opacity: 0; }
    @media (max-width: 1024px) {
      .about-history__slider-item.swiper-slide-active {
        width: 100% !important; } }
  @media (max-width: 1024px) {
    .about-history__slider-item {
      padding-top: 3.125rem; } }
  @media (max-width: 768px) {
    .about-history__slider-item {
      padding-top: 0; } }

.about-history__slider {
  width: 1038px;
  margin-left: 0;
  overflow: initial; }
  @media (max-width: 1024px) {
    .about-history__slider {
      width: 100%; } }

.about-history__slider-container {
  overflow: hidden;
  position: relative; }

.about-history__date-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.75rem; }
  @media (max-width: 1024px) {
    .about-history__date-list {
      gap: 0.625rem; } }

.about-history__date-list-item {
  position: relative;
  padding-left: 1.875rem; }
  .about-history__date-list-item::before {
    content: '';
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    left: 0.375rem;
    top: 0.5rem; }

.about-history__pagination-item {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .about-history__pagination-item:hover .about-history__svg-pagination {
    fill: var(--color-light-orange); }
  .about-history__pagination-item:active .about-history__svg-pagination {
    fill: var(--color-dark-orange); }

.about-history__svg-pagination {
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  fill: var(--color-orange); }

.about-history__year-slider {
  width: 3.3125rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem; }

.about-history__year-slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0.1875rem;
  z-index: 2; }
  @media (max-width: 1024px) {
    .about-history__year-slider-container {
      background-color: var(--color-white); } }

.about-history__year-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important; }

.about-history__slider-preview {
  display: none; }

.about-history__slider-preview-item {
  width: 18.125rem; }
  .about-history__slider-preview-item img {
    width: 100%;
    height: 15.3125rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.about-history__slider-preview-text {
  color: var(--color-grey-40);
  margin-top: 0.625rem; }

.m-a-connect__line-wrapper {
  height: 38.375rem; }
  @media (max-width: 1200px) {
    .m-a-connect__line-wrapper {
      height: 37.875rem; } }
  @media (max-width: 768px) {
    .m-a-connect__line-wrapper {
      height: 31.8125rem; } }

.reviews-m-a__slider-item {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial; }

@media (max-width: 1200px) {
  .reviews-m-a__slider:not(.swiper-initialized) {
    overflow-x: hidden; } }

.m-a-promo {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 31.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1200px) {
    .m-a-promo {
      height: 24.0625rem; } }
  @media (max-width: 650px) {
    .m-a-promo {
      padding: 2.5rem 0;
      min-height: 31.9375rem;
      height: 100%; } }

.m-a-promo__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  width: 100%;
  position: relative; }
  @media (max-width: 650px) {
    .m-a-promo__text-container {
      margin-top: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .m-a-promo__text-container::before {
    content: '';
    position: absolute;
    width: 59rem;
    height: 24.25rem;
    background-image: url("/images/m-a-decor.svg");
    background-repeat: no-repeat;
    bottom: -1.5rem;
    left: -6.25rem;
    background-size: 100% 100%; }
    @media (max-width: 1200px) {
      .m-a-promo__text-container::before {
        width: 100%;
        height: 20.75rem;
        background-image: url("/images/m-a-decor_laptop.svg"); } }
    @media (max-width: 768px) {
      .m-a-promo__text-container::before {
        left: -3.125rem; } }
    @media (max-width: 650px) {
      .m-a-promo__text-container::before {
        display: none; } }

.m-a-promo__title-h1 {
  font-size: 8rem;
  line-height: 8rem; }
  @media (max-width: 650px) {
    .m-a-promo__title-h1 {
      font-size: 6rem;
      line-height: 6rem;
      margin-bottom: 1.5rem; } }

.m-a-promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 650px) {
    .m-a-promo__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.m-a-promo__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 24.125rem; }
  @media (max-width: 1200px) {
    .m-a-promo__img-container {
      max-width: 14.75rem; } }
  @media (max-width: 650px) {
    .m-a-promo__img-container {
      max-width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.m-a-promo__img {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .m-a-promo__img {
      display: none; } }
  @media (max-width: 650px) {
    .m-a-promo__img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 20.5rem; } }

.m-a-promo__text {
  margin-bottom: 1.5rem; }
  @media (max-width: 650px) {
    .m-a-promo__text {
      text-align: center;
      width: 18rem; } }

.m-a-promo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .m-a-promo__link svg {
    width: 1.5rem;
    height: 1.5rem; }

.r-d-connect__line-wrapper {
  height: 25.875rem; }
  @media (max-width: 1200px) {
    .r-d-connect__line-wrapper {
      height: 25.375rem; } }
  @media (max-width: 768px) {
    .r-d-connect__line-wrapper {
      height: 23.8125rem; } }

.r-d-connect__item {
  width: 26.25rem; }

.r-d-connect__text {
  max-width: 23.625rem; }

.reviews-r-d__text {
  margin-bottom: 3.4375rem; }
  @media (max-width: 1200px) {
    .reviews-r-d__text {
      margin-bottom: 1rem; } }

.reviews-r-d__slider-item {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial; }

@media (max-width: 1200px) {
  .reviews-r-d__slider:not(.swiper-initialized) {
    overflow-x: hidden; } }

@media (max-width: 650px) {
  .reviews-r-d__autor {
    min-height: auto; } }

@media (max-width: 1200px) {
  .reviews-r-d__icon {
    width: 14rem;
    height: 5.25rem; } }

@media (max-width: 650px) {
  .reviews-r-d__icon {
    width: 13.25rem;
    height: 4.9375rem; } }

.reviews-r-d__icon img {
  width: 100%;
  height: 100%; }

@media (max-width: 1200px) {
  .r-d-promo__img-container {
    max-width: 15rem; } }

.spv-promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem 1.5rem 2.875rem;
  height: 34rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 1024px) {
    .spv-promo__wrapper {
      height: 24.0625rem; } }
  @media (max-width: 768px) {
    .spv-promo__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 33.375rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2.5rem 1rem 2.5rem; } }
  .spv-promo__wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 36.25rem;
    background-image: url("/images/spv-decor.svg");
    background-repeat: no-repeat;
    top: -7.5rem;
    left: -12.5rem;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 1440px) and (min-width: 1201px) {
      .spv-promo__wrapper::before {
        left: -20rem;
        top: -8.75rem; } }
    @media (max-width: 1200px) {
      .spv-promo__wrapper::before {
        left: -9.375rem; } }
    @media (max-width: 1024px) {
      .spv-promo__wrapper::before {
        background-image: url("/images/spv-decor__laptop.svg");
        width: 30.875rem;
        height: 22rem;
        top: -3.75rem;
        left: 0; } }
    @media (max-width: 768px) {
      .spv-promo__wrapper::before {
        background-image: url("/images/spv-decor__mobile.svg");
        width: 22.125rem;
        height: 17.4375rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }

.spv-promo__text-container {
  width: 56.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1024px) {
    .spv-promo__text-container {
      width: 29.5rem; } }
  @media (max-width: 768px) {
    .spv-promo__text-container {
      width: 100%; } }

.spv-promo__title-h1 {
  text-transform: uppercase;
  margin-bottom: 1.25rem; }
  @media (max-width: 1024px) {
    .spv-promo__title-h1 {
      line-height: 2.625rem; } }
  @media (max-width: 768px) {
    .spv-promo__title-h1 {
      text-align: center; } }

.spv-promo-title-h1__primary {
  font-size: 4.75rem;
  line-height: 4.75rem;
  padding-left: 10.5rem; }
  @media (max-width: 1024px) {
    .spv-promo-title-h1__primary {
      font-size: 2.625rem;
      line-height: 2.625rem;
      padding-left: 4.375rem; } }
  @media (max-width: 768px) {
    .spv-promo-title-h1__primary {
      font-size: 2.125rem;
      line-height: 2.125rem;
      padding-left: 0; } }

.spv-promo-title-h1__secondary {
  font-size: 4.75rem;
  line-height: 4.75rem; }
  @media (max-width: 1024px) {
    .spv-promo-title-h1__secondary {
      font-size: 2.625rem;
      line-height: 2.625rem; } }
  @media (max-width: 768px) {
    .spv-promo-title-h1__secondary {
      font-size: 2.125rem;
      line-height: 2.125rem; } }

.spv-promo__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20.625rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
  @media (max-width: 1200px) {
    .spv-promo__img-container {
      width: 14.75rem; } }
  @media (max-width: 768px) {
    .spv-promo__img-container {
      width: 20.5625rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.spv-promo__img {
  margin-bottom: 1.5rem; }
  @media (max-width: 1024px) {
    .spv-promo__img {
      width: 14.75rem;
      height: 7.75rem;
      -o-object-fit: cover;
         object-fit: cover; } }
  @media (max-width: 768px) {
    .spv-promo__img {
      width: 20.5rem;
      height: 10.6875rem; } }

@media (max-width: 768px) {
  .spv-promo__text {
    width: 18rem;
    text-align: center; } }

.vc-promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem 1.5rem 1.5rem;
  height: 34.9375rem; }
  @media (max-width: 1024px) {
    .vc-promo__wrapper {
      height: 27.9375rem;
      padding: 1.5rem; } }
  @media (max-width: 768px) {
    .vc-promo__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 31.1875rem;
      padding: 2.5rem 1rem; } }

.vc-promo__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42.8125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative; }
  @media (max-width: 1024px) {
    .vc-promo__text-container {
      width: 27.75rem; } }
  @media (max-width: 768px) {
    .vc-promo__text-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; } }
  .vc-promo__text-container::before {
    content: '';
    position: absolute;
    width: 77.5rem;
    height: 56.625rem;
    background-image: url("/images/vc-decor.svg");
    background-repeat: no-repeat;
    bottom: -23.125rem;
    left: -58%;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .vc-promo__text-container::before {
        width: 47.5rem;
        height: 25.0625rem;
        background-image: url("/images/vc-decor_laptop.svg");
        left: -65%;
        bottom: 0; } }
    @media (max-width: 768px) {
      .vc-promo__text-container::before {
        display: none; } }

.vc-promo__img-container {
  width: 20.625rem; }
  @media (max-width: 1024px) {
    .vc-promo__img-container {
      width: 14.625rem; } }
  @media (max-width: 768px) {
    .vc-promo__img-container {
      width: 20.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.vc-promo-title-h1__primary {
  font-size: 4.75rem;
  line-height: 4.75rem;
  text-align: right; }
  @media (max-width: 1024px) {
    .vc-promo-title-h1__primary {
      font-size: 2.625rem;
      line-height: 2.625rem; } }
  @media (max-width: 768px) {
    .vc-promo-title-h1__primary {
      font-size: 2.125rem;
      line-height: 2.125rem;
      padding-left: 0;
      text-align: center; } }

.vc-promo-title-h1__secondary {
  font-size: 4.75rem;
  line-height: 4.75rem; }
  @media (max-width: 1024px) {
    .vc-promo-title-h1__secondary {
      font-size: 2.625rem;
      line-height: 2.625rem; } }
  @media (max-width: 768px) {
    .vc-promo-title-h1__secondary {
      font-size: 2.125rem;
      line-height: 2.125rem; } }

.vc-promo__title-h1 {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  z-index: 2;
  pointer-events: none; }
  @media (max-width: 1024px) {
    .vc-promo__title-h1 {
      line-height: 2.625rem; } }
  @media (max-width: 768px) {
    .vc-promo__title-h1 {
      text-align: center;
      line-height: 2rem; } }

.vc-promo__link {
  position: absolute;
  bottom: 7.8125rem; }
  @media (max-width: 1024px) {
    .vc-promo__link {
      bottom: 4.8125rem; } }
  @media (max-width: 768px) {
    .vc-promo__link {
      position: relative;
      bottom: 0; } }

.vc-promo__img {
  margin-bottom: 1.5rem; }
  @media (max-width: 1024px) {
    .vc-promo__img {
      width: 14.625rem;
      height: 7.75rem;
      -o-object-fit: cover;
         object-fit: cover; } }
  @media (max-width: 768px) {
    .vc-promo__img {
      width: 20.5rem;
      height: 10.6875rem; } }

@media (max-width: 768px) {
  .vc-promo__text {
    width: 18rem;
    text-align: center; } }

.offices__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.offices-city__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 28rem; }
  .offices-city__list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1200px) {
    .offices-city__list {
      width: 100%; } }

@media (max-width: 1200px) {
  .offices-city {
    width: 100%; } }

.offices-city__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-grey-40);
  cursor: pointer; }
  .offices-city__item-no-border {
    border-bottom: none;
    padding-bottom: 0; }
  @media (max-width: 1200px) {
    .offices-city__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .offices-city__item.active .offices-city__item-text {
    color: var(--color-orange); }
  .offices-city__item.active .offices-city__btn-icon path {
    fill: var(--color-orange); }
  @media (max-width: 1200px) {
    .offices-city__item.active .offices-city__btn-icon {
      rotate: -45deg; } }
  @media (max-width: 1200px) {
    .offices-city__item.active .offices-city__btn {
      margin-bottom: 1.5rem; } }
  .offices-city__item.active .offices-cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1200px) {
    .offices-city__item .offices-city__btn-icon {
      rotate: 135deg; } }

.offices-city__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.offices-cards {
  width: 35.375rem;
  min-width: 35.375rem; }
  .offices-cards__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1200px) {
      .offices-cards__desktop {
        display: none; } }
  .offices-cards__mobile {
    display: none; }
    @media (max-width: 1200px) {
      .offices-cards__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 1200px) {
    .offices-cards {
      width: 100%;
      min-width: 100%; } }

.offices-cards__item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1200px) {
    .offices-cards__item {
      width: 100%; } }
  .offices-cards__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem; }
    @media (max-width: 768px) {
      .offices-cards__item-info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 0; } }
  .offices-cards__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }

.offices-card__city {
  margin-bottom: 1.5rem;
  overflow: hidden; }

.offices-card__address {
  margin-bottom: 1.5rem; }

.offices-card__text {
  height: 3.25rem;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .offices-card__text {
      height: auto; } }

.offices-card__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .offices-card__mail {
      width: 100%; } }
  .offices-card__mail-common {
    width: 13.25rem; }
    @media (max-width: 1200px) {
      .offices-card__mail-common {
        width: 100%; } }
  @media (max-width: 1200px) {
    .offices-card__mail-press {
      width: 100%; } }

.offices-card__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 1200px) {
    .offices-card__phone {
      width: 100%; } }
  @media (max-width: 768px) {
    .offices-card__phone {
      margin-bottom: 1.5rem; } }
  .offices-card__phone-office {
    width: 13.25rem;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .offices-card__phone-office {
        width: 100%; } }
  .offices-card__phone-support {
    overflow: hidden; }
    @media (max-width: 1200px) {
      .offices-card__phone-support {
        width: 100%; } }

.offices-card__subtitle {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-grey-90); }

.offices-card__map {
  display: none; }
  .offices-card__map.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .offices-card__map-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    gap: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
  .offices-card__map-card {
    height: 24.25rem;
    max-width: 566px;
    width: 100%; }
    @media (max-width: 1200px) {
      .offices-card__map-card {
        height: 19.6875rem;
        min-width: 100%; } }

.offices-route {
  display: none;
  width: 35.375rem; }
  @media (max-width: 1200px) {
    .offices-route {
      width: 100%; } }
  .offices-route.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.offices-route__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: var(--color-beige);
  height: 24.25rem;
  min-height: 24.25rem; }
  @media (max-width: 1200px) {
    .offices-route__list {
      height: 19rem;
      min-height: 19rem; } }
  @media (max-width: 650px) {
    .offices-route__list {
      height: auto;
      min-height: auto;
      padding: 0.75rem;
      gap: 0.75rem;
      margin-bottom: 1.5rem; } }

.offices-route__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem; }

.offices-route__item-number {
  color: var(--color-orange); }

.animation-contacts {
  display: inline-block;
  -webkit-animation: animationContacts 0.3s ease-out;
          animation: animationContacts 0.3s ease-out; }

.offices-card__map-marker {
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); }

@-webkit-keyframes animationContacts {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animationContacts {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.engineers-promo {
  z-index: 7;
  padding-bottom: 5rem; }
  @media (max-width: 650px) {
    .engineers-promo {
      padding-bottom: 2.5rem; } }

.engineers-promo__wrapper {
  position: relative;
  max-width: 57.5rem; }
  @media (max-width: 1200px) {
    .engineers-promo__wrapper {
      max-width: 45rem; } }
  @media (max-width: 650px) {
    .engineers-promo__wrapper {
      max-width: 100%; } }

.engineers-promo__title {
  text-transform: uppercase;
  font-size: 4.9375rem;
  line-height: 100%;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .engineers-promo__title {
      font-size: 3.75rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .engineers-promo__title {
      font-size: 1.875rem; } }

.engineers-promo__text {
  max-width: 100%;
  margin-bottom: 19.75rem; }
  @media (max-width: 1200px) {
    .engineers-promo__text {
      max-width: 26.375rem;
      margin-bottom: 16.875rem; } }
  @media (max-width: 650px) {
    .engineers-promo__text {
      margin-bottom: 13.9375rem; } }

.engineers-figure__text-block {
  max-width: 35.375rem; }
  @media (max-width: 1200px) {
    .engineers-figure__text-block {
      max-width: 100%; } }

.engineers-figure__text {
  margin-bottom: 1.625rem; }
  @media (max-width: 650px) {
    .engineers-figure__text {
      font-size: 1rem;
      line-height: 137%; } }

.engineers-program__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .engineers-program__item {
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .engineers-program__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.engineers-program__item:last-child {
  margin-bottom: 0; }

.engineers-program__item-value {
  min-width: 10rem;
  margin-right: 1.5625rem;
  color: var(--color-orange); }
  @media (max-width: 1200px) {
    .engineers-program__item-value {
      min-width: 8.125rem; } }
  @media (max-width: 650px) {
    .engineers-program__item-value {
      margin-right: 0;
      margin-bottom: 0.75rem;
      min-width: auto; } }

.engineers-form form {
  position: relative;
  z-index: 1; }

.engineers-form__title {
  position: relative;
  z-index: 1; }
  .engineers-form__title::before {
    position: absolute;
    content: "";
    background-image: url("../images/title-line.svg");
    left: -14.75rem;
    top: -6.375rem;
    width: 83.375rem;
    height: 46.625rem;
    background-size: 83.375rem 46.625rem;
    z-index: -1; }
    @media (max-width: 1200px) {
      .engineers-form__title::before {
        width: 52.1875rem;
        height: 36.5rem;
        background-size: 52.1875rem 36.5rem;
        left: 2.25rem;
        top: -9.375rem; } }
    @media (max-width: 650px) {
      .engineers-form__title::before {
        width: 25.5rem;
        height: 17.875rem;
        background-size: 25.5rem 17.875rem;
        left: -2.75rem;
        top: -4.375rem; } }

.engineers-form__success-wrapper .cyberchampionship-form__success-text {
  position: relative;
  z-index: 1; }

.solarship-promo {
  z-index: 7;
  padding-top: 8.125rem;
  padding-bottom: 5rem; }
  @media (max-width: 1200px) {
    .solarship-promo {
      padding-top: 7.5rem; } }
  @media (max-width: 650px) {
    .solarship-promo {
      padding-top: 4.375rem;
      padding-bottom: 2.5rem; } }
  .solarship-promo::before {
    position: absolute;
    content: "";
    background-image: url("/images/main-promo-decor.png");
    width: 90rem;
    height: 55.0625rem;
    background-size: 90rem 55.0625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -1.1875rem;
    margin-left: -0.625rem; }
    @media (max-width: 1200px) {
      .solarship-promo::before {
        background-image: url("/images/main-promo-decor_laptop.png");
        width: 47.9375rem;
        height: 31.0625rem;
        background-size: 47.9375rem 31.0625rem;
        margin-left: -0.6875rem; } }
    @media (max-width: 650px) {
      .solarship-promo::before {
        background-image: url("/images/main-promo-decor_mobile.png");
        width: 23.4375rem;
        height: 23.25rem;
        background-size: 23.4375rem 23.25rem;
        margin-left: 0; } }

.solarship-promo__wrapper {
  position: relative;
  max-width: 57.5rem; }
  @media (max-width: 1200px) {
    .solarship-promo__wrapper {
      max-width: 45rem; } }
  @media (max-width: 650px) {
    .solarship-promo__wrapper {
      max-width: 100%; } }

.solarship-promo__title {
  text-transform: uppercase;
  font-size: 5.625rem;
  line-height: 100%;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .solarship-promo__title {
      font-size: 4rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .solarship-promo__title {
      font-size: 2.625rem; } }
  .solarship-promo__title span {
    font-family: var(--font-third); }

.solarship-promo__text {
  max-width: 100%;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .solarship-promo__text {
      margin-bottom: 1.5rem; } }

.solarship-figure__title {
  margin-bottom: 7.5rem; }
  @media (max-width: 1200px) {
    .solarship-figure__title {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .solarship-figure__title {
      margin-bottom: 2rem; } }

.solarship-figure__img-block {
  position: relative; }
  .solarship-figure__img-block::before {
    position: absolute;
    content: "";
    background-image: url("/images/main-promo-gradient.svg");
    width: 14.9375rem;
    height: 14.9375rem;
    background-size: 14.9375rem 14.9375rem;
    right: -2.625rem;
    top: -2.5625rem;
    z-index: -1; }
    @media (max-width: 650px) {
      .solarship-figure__img-block::before {
        right: -1.3125rem;
        top: -1.3125rem; } }
  .solarship-figure__img-block img, .solarship-figure__img-block picture {
    border-radius: 18px; }

.solarship-figure__text-block {
  max-width: 35.375rem; }
  @media (max-width: 1200px) {
    .solarship-figure__text-block {
      max-width: 100%; } }

.solarship-figure__text {
  margin-bottom: 1.625rem; }
  @media (max-width: 650px) {
    .solarship-figure__text {
      font-size: 1rem;
      line-height: 137%; } }

.solarship-events .tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  margin-bottom: 2.5rem;
  border-radius: 46px;
  border: 1px solid var(--color-grey); }
  @media (max-width: 650px) {
    .solarship-events .tabs__list {
      margin-bottom: 2rem; } }

.solarship-events .tabs__list-item {
  background-color: var(--color-beige);
  scroll-snap-align: start; }
  .solarship-events .tabs__list-item:first-child {
    border-radius: 46px 0 0 46px; }
  .solarship-events .tabs__list-item:last-child {
    border-radius: 0 46px 46px 0; }
  @media (max-width: 650px) {
    .solarship-events .tabs__list-item {
      max-width: 16.8125rem; } }

.solarship-events .tabs__btn {
  white-space: nowrap;
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
  color: var(--color-grey);
  border: none;
  width: 100%;
  padding: 12px 24px;
  background-color: transparent;
  border-radius: 46px; }
  .solarship-events .tabs__btn[aria-selected="true"] {
    color: var(--color-white);
    background-color: var(--color-grey);
    border: 1px solid var(--color-grey); }
  @media (max-width: 650px) {
    .solarship-events .tabs__btn span {
      display: none; } }

.solarship-events .tabs__btn::before,
.tabs__btn::after {
  content: none; }

.solarship-form form {
  position: relative;
  z-index: 1; }

.solarship-form {
  position: relative;
  background-image: url("../images/form-bg.png");
  background-repeat: no-repeat;
  background-position: center 1.25rem;
  background-size: cover; }
  @media (max-width: 650px) {
    .solarship-form {
      background-image: url("../images/form-bg_mobile.png");
      background-position: center 0rem; } }

.solarship-form__title {
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .solarship-form__title {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .solarship-form__title {
      margin-bottom: 3.75rem; } }

.solarship-form__container form {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr); }

.engineers-form__title {
  position: relative;
  z-index: 1; }

.engineers-form__success-wrapper .cyberchampionship-form__success-text {
  position: relative;
  z-index: 1; }

.solarship-form__subtitle {
  margin: 0.75rem 0; }

.solarship-form__item {
  -ms-grid-column-span: 4;
  grid-column: span 4; }
  @media (max-width: 1200px) {
    .solarship-form__item {
      -ms-grid-column-span: 6;
      grid-column: span 6; } }
  @media (max-width: 650px) {
    .solarship-form__item {
      -ms-grid-column-span: 12;
      grid-column: span 12; } }

.solarship-form__item-half-width {
  -ms-grid-column-span: 6;
  grid-column: span 6; }
  @media (max-width: 650px) {
    .solarship-form__item-half-width {
      -ms-grid-column-span: 12;
      grid-column: span 12; } }

@media (max-width: 1200px) {
  .solarship-form__item_first {
    -ms-grid-column-span: 4;
    grid-column: span 4; } }

@media (max-width: 650px) {
  .solarship-form__item_first {
    -ms-grid-column-span: 12;
    grid-column: span 12; } }

.solarship-form__success-title {
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .solarship-form__success-title {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .solarship-form__success-title {
      margin-bottom: 2rem; } }

@media (max-width: 650px) {
  .solarship-form__success-text {
    text-align: left; } }

.vendor-meetup-promo {
  z-index: 7;
  padding-bottom: 0.625rem; }
  @media (max-width: 1200px) {
    .vendor-meetup-promo {
      padding-top: 4.75rem; } }
  @media (max-width: 650px) {
    .vendor-meetup-promo {
      padding-top: 1.625rem;
      padding-bottom: 0rem; } }

.vendor-meetup-promo__wrapper {
  position: relative;
  max-width: 63.75rem; }
  @media (max-width: 1200px) {
    .vendor-meetup-promo__wrapper {
      max-width: 47.5rem; } }
  @media (max-width: 650px) {
    .vendor-meetup-promo__wrapper {
      max-width: 100%; } }

.vendor-meetup-promo__title {
  text-transform: uppercase;
  font-size: 4.25rem;
  line-height: 109%;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .vendor-meetup-promo__title {
      font-size: 3.25rem;
      line-height: 100%; } }
  @media (max-width: 650px) {
    .vendor-meetup-promo__title {
      font-size: 1.5rem; } }

.vendor-meetup-promo__texts {
  max-width: 41.25rem; }
  @media (max-width: 1200px) {
    .vendor-meetup-promo__texts {
      max-width: 34.625rem; } }
  @media (max-width: 650px) {
    .vendor-meetup-promo__texts {
      max-width: 20rem; } }

.vendor-meetup-promo__text {
  max-width: 100%;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .vendor-meetup-promo__text {
      margin-bottom: 1.5rem; } }
  .vendor-meetup-promo__text br {
    display: none; }
    @media (max-width: 650px) {
      .vendor-meetup-promo__text br {
        display: block; } }

.vendor-meetup-promo__btn {
  position: relative;
  z-index: 1; }

.vendor-meetup-promo__animation-img {
  margin-top: 1.25rem; }
  @media (max-width: 1200px) {
    .vendor-meetup-promo__animation-img {
      width: 33.75rem; } }
  @media (max-width: 650px) {
    .vendor-meetup-promo__animation-img {
      width: 22.3125rem;
      margin-top: -3.75rem;
      margin-bottom: -5rem; } }

.vendor-meetup-promo__animation-img stop {
  -webkit-transition: 2s;
  transition: 2s; }

.animation-circle {
  fill: transparent;
  -webkit-transition: all 1s linear;
  transition: all 1s linear; }
  .animation-circle.active {
    fill: var(--color-orange); }

#animation-block1 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A;
  --color-stop3: #2B323A;
  --color-stop4: #2B323A; }
  #animation-block1.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36;
    --color-stop3: #f16634;
    --color-stop4: #5f1224; }

#animation-block2 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A;
  --color-stop3: #2B323A;
  --color-stop4: #2B323A; }
  #animation-block2.active {
    --color-stop1: #ffd36d;
    --color-stop2: #ffa37f;
    --color-stop3: #fe6e36;
    --color-stop4: #5f1224; }

#animation-block3 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-block3.active {
    --color-stop1: #fe6e36;
    --color-stop2: #5f1224; }

#animation-block4 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A;
  --color-stop3: #2B323A;
  --color-stop4: #2B323A; }
  #animation-block4.active {
    --color-stop1: #ffd36d;
    --color-stop2: #e5a085;
    --color-stop3: #fe6e36;
    --color-stop4: #5f1224; }

#animation-block5 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A;
  --color-stop3: #2B323A; }
  #animation-block5.active {
    --color-stop1: #ffab8b;
    --color-stop2: #fe6e36;
    --color-stop3: #5f1224; }

.animation-rec {
  stroke: #ffd36d;
  -webkit-transition: all 1s linear;
  transition: all 1s linear; }
  .animation-rec.active {
    -webkit-transform: translate(1.0875rem, -1.21875rem);
        -ms-transform: translate(1.0875rem, -1.21875rem);
            transform: translate(1.0875rem, -1.21875rem); }

.recBig {
  -webkit-transition: none;
  transition: none; }
  .recBig.active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

#animation-rec1 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-rec1.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36; }

#animation-rec2 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-rec2.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36; }

#animation-rec3 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-rec3.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36; }

#animation-rec4 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-rec4.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36; }

#animation-rec5 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-rec5.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36; }

#animation-rec6 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-rec6.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36; }

#animation-rec7 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-rec7.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36; }

#animation-rec8 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-rec8.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36; }

#animation-rec9 {
  --color-stop1: #2B323A;
  --color-stop2: #2B323A; }
  #animation-rec9.active {
    --color-stop1: #ffd36d;
    --color-stop2: #fe6e36; }

.animation-triangle {
  -webkit-transition: all 1s linear;
  transition: all 1s linear; }
  .animation-triangle.active {
    -webkit-transform: translateX(2.1875rem);
        -ms-transform: translateX(2.1875rem);
            transform: translateX(2.1875rem); }

#animation-triangle1 {
  --color-stop1: #5F1224;
  --color-stop2: #FE6E36;
  --color-stop2: #FFD36D; }
  #animation-triangle1.active {
    --color-stop1: #2B323A;
    --color-stop2: #2B323A;
    --color-stop2: #2B323A; }

#animation-triangle2 {
  --color-stop1: #5F1224;
  --color-stop2: #FE6E36; }
  #animation-triangle2.active {
    --color-stop1: #2B323A;
    --color-stop2: #2B323A; }

.an2 {
  margin-top: 50px; }

.animated-path-circle {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-0.1875rem);
      -ms-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem); }

#filter-circle {
  display: none; }
  #filter-circle.active {
    display: block; }

.animation-search {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  .animation-search.active {
    -webkit-transform: translate(2.41487rem, -0.00144rem) rotate(4deg);
        -ms-transform: translate(2.41487rem, -0.00144rem) rotate(4deg);
            transform: translate(2.41487rem, -0.00144rem) rotate(4deg); }

.animation-search2 {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  .animation-search2.active {
    -webkit-transform: translate(2.42756rem, 0.003rem) rotate(6deg);
        -ms-transform: translate(2.42756rem, 0.003rem) rotate(6deg);
            transform: translate(2.42756rem, 0.003rem) rotate(6deg); }

.animation-message-block {
  -webkit-transition: all 1s linear;
  transition: all 1s linear; }
  .animation-message-block.active {
    -webkit-transform: translate(-0.98856rem, 0.3125rem);
        -ms-transform: translate(-0.98856rem, 0.3125rem);
            transform: translate(-0.98856rem, 0.3125rem); }

.animation-ball {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }
  .animation-ball.active {
    -webkit-transform: scale(1.34);
        -ms-transform: scale(1.34);
            transform: scale(1.34); }
    .animation-ball.active path {
      stroke: none; }

.animation-mark1 {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform-origin: 45.01962rem 2.3245rem;
      -ms-transform-origin: 45.01962rem 2.3245rem;
          transform-origin: 45.01962rem 2.3245rem; }
  .animation-mark1.active {
    -webkit-transform: scale(1.15) translateX(-0.3125rem) translateY(-0.1875rem);
        -ms-transform: scale(1.15) translateX(-0.3125rem) translateY(-0.1875rem);
            transform: scale(1.15) translateX(-0.3125rem) translateY(-0.1875rem); }

.animation-mark2 {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform-origin: 50.08344rem 0.31246rem;
      -ms-transform-origin: 50.08344rem 0.31246rem;
          transform-origin: 50.08344rem 0.31246rem; }
  .animation-mark2.active {
    -webkit-transform: scale(1.15) translateX(0.3125rem) translateY(-0.1875rem);
        -ms-transform: scale(1.15) translateX(0.3125rem) translateY(-0.1875rem);
            transform: scale(1.15) translateX(0.3125rem) translateY(-0.1875rem); }

.animation-mark3 {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform-origin: 47.06254rem 0.31372rem;
      -ms-transform-origin: 47.06254rem 0.31372rem;
          transform-origin: 47.06254rem 0.31372rem; }
  .animation-mark3.active {
    -webkit-transform: scale(1.1) translateY(-0.1875rem);
        -ms-transform: scale(1.1) translateY(-0.1875rem);
            transform: scale(1.1) translateY(-0.1875rem); }

.vendor-meetup-figure .tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  margin-bottom: 2.5rem;
  border-radius: 46px;
  border: 1px solid var(--color-grey); }
  @media (max-width: 650px) {
    .vendor-meetup-figure .tabs__list {
      margin-bottom: 2rem; } }

.vendor-meetup-figure .tabs__list-item {
  background-color: var(--color-beige);
  scroll-snap-align: start; }
  .vendor-meetup-figure .tabs__list-item:first-child {
    border-radius: 46px 0 0 46px; }
  .vendor-meetup-figure .tabs__list-item:last-child {
    border-radius: 0 46px 46px 0; }
  @media (max-width: 650px) {
    .vendor-meetup-figure .tabs__list-item {
      max-width: 16.8125rem; } }

.vendor-meetup-figure .tabs__btn {
  white-space: nowrap;
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
  color: var(--color-grey);
  border: none;
  width: 100%;
  padding: 12px 24px;
  background-color: transparent;
  border-radius: 46px; }
  .vendor-meetup-figure .tabs__btn[aria-selected="true"] {
    color: var(--color-white);
    background-color: var(--color-grey);
    border: 1px solid var(--color-grey); }
  @media (max-width: 650px) {
    .vendor-meetup-figure .tabs__btn span {
      display: none; } }

.vendor-meetup-figure .tabs__btn::before,
.tabs__btn::after {
  content: none; }

.vendor-meetup-figure__text-block {
  max-width: 35.375rem; }

.vendor-meetup-figure__subtitle {
  margin-bottom: 1.5rem; }

.vendor-meetup-main-nav__logo-third {
  position: relative;
  top: -0.3125rem; }

@media (max-width: 650px) {
  .vendor-meetup-main-nav__desktop-logo {
    display: none; } }

@media (max-width: 1200px) {
  .vendor-meetup-form__personal-data {
    margin-top: 2.5rem; } }

@media (max-width: 650px) {
  .vendor-meetup-form__personal-data {
    margin-top: 2rem; } }

.vendor-meetup-form__title {
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .vendor-meetup-form__title {
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .vendor-meetup-form__title {
      margin-bottom: 2rem; } }

.vendor-meetup-form__text {
  text-align: center;
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .vendor-meetup-form__text {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .vendor-meetup-form__text {
      display: none; } }

.promo-soc-page-header {
  background-image: url("../images/promo-soc/promo-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1200px) {
    .promo-soc-page-header {
      background-image: url("../images/promo-soc/promo-bg_laptop.png"); } }
  @media (max-width: 650px) {
    .promo-soc-page-header {
      background-image: url("../images/promo-soc/promo-bg_mobile.png"); } }

.promo-soc-hero {
  z-index: 7;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .promo-soc-hero {
      padding-top: 1.1875rem; } }
  @media (max-width: 650px) {
    .promo-soc-hero {
      padding-top: 0.5rem;
      padding-bottom: 1rem; } }

.promo-soc-hero__wrapper {
  position: relative;
  max-width: 90rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 650px) {
    .promo-soc-hero__wrapper {
      max-width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }

.promo-soc-hero__title {
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  text-align: left;
  max-width: 65.4375rem; }
  @media (max-width: 1200px) {
    .promo-soc-hero__title {
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .promo-soc-hero__title {
      text-align: center;
      max-width: 20.5rem; } }

.promo-soc-hero__btn {
  position: relative;
  z-index: 1; }

.promo-soc-hero__info {
  margin-top: 5.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto; }
  @media (max-width: 1200px) {
    .promo-soc-hero__info {
      margin-top: 8.3125rem; } }
  @media (max-width: 650px) {
    .promo-soc-hero__info {
      margin-top: 12.5625rem;
      max-width: 20.5rem;
      margin-right: auto; } }

.promo-soc-hero__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .promo-soc-hero__timer {
      gap: 0.875rem; } }
  @media (max-width: 650px) {
    .promo-soc-hero__timer {
      gap: 0.5rem; } }

.promo-soc-hero__timer-block {
  min-width: 5.8125rem;
  height: 7.125rem;
  background: #fff;
  color: #c2c2cf;
  padding: 0.625rem 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .promo-soc-hero__timer-block {
      min-width: 5rem;
      height: 5rem; } }
  @media (max-width: 650px) {
    .promo-soc-hero__timer-block {
      min-width: 4.75rem;
      height: 4.875rem; } }

@media (max-width: 650px) {
  .promo-soc-hero__timer-title {
    font-size: 0.75rem;
    line-height: 100%; } }

.promo-soc-hero__timer-value {
  font-size: 3.75rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .promo-soc-hero__timer-value {
      font-size: 2.5rem; } }
  @media (max-width: 650px) {
    .promo-soc-hero__timer-value {
      font-size: 2.625rem; } }

.promo-soc-hero__text {
  margin-top: 1rem;
  color: #f9feff;
  max-width: 26.25rem; }
  @media (max-width: 1200px) {
    .promo-soc-hero__text {
      max-width: 21.5625rem;
      margin-top: 1.5rem; } }
  @media (max-width: 650px) {
    .promo-soc-hero__text {
      max-width: 100%;
      margin-top: 1rem;
      font-size: 1rem;
      line-height: 137%; } }

.promo-soc-advantages__title {
  margin-bottom: 8.25rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__title {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .promo-soc-advantages__title {
      margin-bottom: 2rem; } }

.promo-soc-advantages__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__content {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.promo-soc-advantages__block {
  background: #f7f6fa;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__block {
      gap: 2.5rem; } }
  @media (max-width: 650px) {
    .promo-soc-advantages__block {
      gap: 2rem;
      padding: 1rem; } }
  .promo-soc-advantages__block:nth-child(2) .promo-soc-advantages__block-title {
    min-height: 4.5rem; }
    @media (max-width: 1200px) {
      .promo-soc-advantages__block:nth-child(2) .promo-soc-advantages__block-title {
        min-height: auto; } }
  .promo-soc-advantages__block:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0; }
    @media (max-width: 1200px) {
      .promo-soc-advantages__block:nth-child(3) {
        grid-column: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 2.5rem; } }
    @media (max-width: 650px) {
      .promo-soc-advantages__block:nth-child(3) {
        gap: 2rem; } }

.promo-soc-advantages__block-title {
  text-transform: uppercase; }

.promo-soc-advantages__block-subtitle {
  margin-bottom: 2.8125rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__block-subtitle {
      margin-bottom: 2rem; } }
  @media (max-width: 650px) {
    .promo-soc-advantages__block-subtitle {
      margin-bottom: 1.5rem; } }

.promo-soc-advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8125rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__items {
      gap: 1.5rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 768px) {
    .promo-soc-advantages__items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem; } }

.promo-soc-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__item {
      max-width: 13rem;
      gap: 1.5rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 768px) {
    .promo-soc-advantages__item {
      max-width: 100%;
      gap: 0.75rem; } }

.promo-soc-advantages__item-img {
  width: 12.75rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__item-img {
      width: 100%; } }

.promo-soc-advantages__item-info {
  width: 12.625rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__item-info {
      max-width: 100%;
      width: 100%; } }

.promo-soc-advantages__item-link {
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 0.25rem;
  display: block; }

.promo-soc-advantages__item-text {
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__item-text .desktop-br {
      display: none; } }
  @media (max-width: 768px) {
    .promo-soc-advantages__item-text {
      margin-bottom: 0.75rem; } }
  .promo-soc-advantages__item-text .mobile-br {
    display: none; }
    @media (max-width: 650px) {
      .promo-soc-advantages__item-text .mobile-br {
        display: block; } }

.promo-soc-advantages__item-btn {
  width: 100%;
  height: 2rem; }

.promo-soc-advantages__block-small-text {
  font-size: 0.75rem;
  line-height: 133%;
  color: #8a8e93; }

.promo-soc-advantages__service-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__service-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 768px) {
    .promo-soc-advantages__service-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem; } }

.promo-soc-advantages__service-title {
  font-size: 7.5rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__service-title {
      font-size: 6.875rem; } }
  @media (max-width: 650px) {
    .promo-soc-advantages__service-title {
      line-height: 95%; } }
  .promo-soc-advantages__service-title sup {
    position: relative;
    top: -4.1875rem;
    font-size: 1.125rem;
    line-height: 144%;
    letter-spacing: normal; }
    @media (max-width: 1200px) {
      .promo-soc-advantages__service-title sup {
        font-size: 1rem;
        line-height: 137%;
        top: -3.8125rem; } }
    .promo-soc-advantages__service-title sup:nth-child(1) {
      margin-right: 0.5rem; }
    .promo-soc-advantages__service-title sup:nth-child(2) {
      margin-left: -0.8125rem; }

.promo-soc-advantages__service-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__service-texts {
      max-width: 19.875rem; } }
  @media (max-width: 768px) {
    .promo-soc-advantages__service-texts {
      max-width: 100%; } }

.promo-soc-advantages__service-img {
  width: 100%; }

.promo-soc-advantages__statistic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  max-width: 40.75rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__statistic-info {
      gap: 1.5rem;
      max-width: 100%; } }

.promo-soc-advantages__statistic-title {
  max-width: 37.5rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__statistic-title {
      max-width: 100%; } }

.promo-soc-advantages__statistic-subtitle {
  max-width: 33.75rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__statistic-subtitle {
      max-width: 100%; } }

.promo-soc-advantages__statistic-items {
  width: 39.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__statistic-items {
      width: 100%;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 650px) {
    .promo-soc-advantages__statistic-items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.promo-soc-advantages__statistic-item {
  white-space: nowrap;
  min-width: 12.5rem; }
  @media (max-width: 650px) {
    .promo-soc-advantages__statistic-item {
      min-width: auto; } }
  .promo-soc-advantages__statistic-item:nth-child(2n-1) {
    margin-right: auto; }
    @media (max-width: 1200px) {
      .promo-soc-advantages__statistic-item:nth-child(2n-1) {
        margin-right: 0; } }
  .promo-soc-advantages__statistic-item:nth-child(2n) {
    margin-left: auto; }
    @media (max-width: 1200px) {
      .promo-soc-advantages__statistic-item:nth-child(2n) {
        margin-right: 0; } }
    @media (max-width: 650px) {
      .promo-soc-advantages__statistic-item:nth-child(2n) {
        margin-left: 0; } }
  .promo-soc-advantages__statistic-item:nth-child(2) {
    margin-right: 0.8125rem; }
    @media (max-width: 1200px) {
      .promo-soc-advantages__statistic-item:nth-child(2) {
        margin-right: 0; } }
  @media (max-width: 1200px) {
    .promo-soc-advantages__statistic-item:nth-child(3) {
      width: 16.0625rem; } }
  @media (max-width: 650px) {
    .promo-soc-advantages__statistic-item:nth-child(3) {
      width: 100%; } }
  @media (max-width: 1200px) {
    .promo-soc-advantages__statistic-item:nth-child(4) {
      width: 16.0625rem; } }
  @media (max-width: 650px) {
    .promo-soc-advantages__statistic-item:nth-child(4) {
      width: 100%; } }

.promo-soc-advantages__statistic-value {
  font-size: 7.5rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 0.5rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__statistic-value {
      font-size: 6.875rem; } }

.promo-soc-advantages__statistic-text {
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__statistic-text br {
      display: none; } }

.promo-soc-advantages__btn {
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .promo-soc-advantages__btn {
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .promo-soc-advantages__btn {
      margin-top: 2.5rem; } }

.promo-soc-tarify__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .promo-soc-tarify__content {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  @media (max-width: 650px) {
    .promo-soc-tarify__content {
      gap: 1rem; } }

.promo-soc-tarify__item {
  background: #f7f6fa;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  min-height: 13.625rem; }
  @media (max-width: 1200px) {
    .promo-soc-tarify__item {
      width: 100%;
      min-height: 11.25rem; } }
  @media (max-width: 650px) {
    .promo-soc-tarify__item {
      min-height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1.5rem;
      padding: 1rem; } }

.promo-soc-tarify__item-img {
  max-width: 10.625rem; }
  @media (max-width: 1200px) {
    .promo-soc-tarify__item-img {
      max-width: 8.25rem; } }
  @media (max-width: 650px) {
    .promo-soc-tarify__item-img {
      max-width: none; } }

.promo-soc-tarify__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  max-width: 27.625rem; }
  @media (max-width: 1200px) {
    .promo-soc-tarify__item-info {
      max-width: 100%; } }

.promo-soc-tarify__item-title {
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .promo-soc-tarify__item-title br {
      display: none; } }

.promo-soc-additionally__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .promo-soc-additionally__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem; } }

.promo-soc-additionally__item {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f7f6fa;
  padding: 1.5rem;
  min-height: 14.875rem;
  gap: 1.5rem;
  -ms-grid-column-span: 2;
  grid-column: span 2; }
  @media (max-width: 1200px) {
    .promo-soc-additionally__item {
      min-height: 14.375rem; } }
  @media (max-width: 650px) {
    .promo-soc-additionally__item {
      min-height: 11.25rem;
      padding: 1rem; } }
  .promo-soc-additionally__item:nth-child(4) {
    -ms-grid-column-span: 3;
    grid-column: span 3; }
  .promo-soc-additionally__item:nth-child(5) {
    -ms-grid-column-span: 3;
    grid-column: span 3; }
  .promo-soc-additionally__item:hover {
    background: var(--color-orange);
    color: var(--color-white); }
    .promo-soc-additionally__item:hover .promo-soc-additionally__item-icon path {
      fill: var(--color-white); }

.promo-soc-additionally__item-icon {
  width: 4rem; }
  @media (max-width: 650px) {
    .promo-soc-additionally__item-icon {
      width: 3rem; } }
  .promo-soc-additionally__item-icon path {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.promo-soc-additionally__item-text {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.promo-soc-additionally__btn {
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .promo-soc-additionally__btn {
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .promo-soc-additionally__btn {
      margin-top: 2.5rem; } }

.promo-soc-conditions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .promo-soc-conditions__content {
      gap: 2.5rem; } }
  @media (max-width: 650px) {
    .promo-soc-conditions__content {
      gap: 1.5rem; } }

.promo-soc-conditions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1.5rem;
  border-top: 1px solid #d9d8e0;
  min-height: 7.3125rem;
  gap: 9.6875rem; }
  @media (max-width: 1200px) {
    .promo-soc-conditions__item {
      gap: 1.5rem;
      min-height: auto; } }
  @media (max-width: 650px) {
    .promo-soc-conditions__item {
      gap: 1rem;
      padding-top: 1rem; } }

.promo-soc-conditions__item-number {
  color: #aeaebe; }

.promo-soc-conditions__item-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .promo-soc-conditions__item-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem; } }

.promo-soc-conditions__item-title {
  text-transform: uppercase;
  width: 24.875rem; }
  @media (max-width: 1200px) {
    .promo-soc-conditions__item-title {
      width: 100%; } }

.promo-soc-conditions__item-text {
  width: 41.25rem; }
  @media (max-width: 1200px) {
    .promo-soc-conditions__item-text {
      width: 100%; } }
  .promo-soc-conditions__item-text a {
    color: var(--color-orange); }

.promo-soc-form {
  background: #f7f6fa;
  padding: 8.75rem 0 7.5rem; }
  @media (max-width: 1200px) {
    .promo-soc-form {
      padding: 5rem 0 7rem; } }
  @media (max-width: 650px) {
    .promo-soc-form {
      padding: 3.75rem 0 2.5rem; } }

.events__prev-text {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .events__prev-text {
      margin-bottom: 32px; } }

.events__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px; }
  @media (max-width: 768px) {
    .events__list {
      gap: 48px; } }
  @media (min-width: 1201px) {
    .events__list {
      gap: 64px; } }

.events__location {
  padding-left: 34px;
  position: relative;
  margin-bottom: 16px;
  font-size: var(--font-size-small);
  line-height: var(--line-height-base); }
  .events__location::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/location-icon.svg") no-repeat;
    background-size: 100%;
    left: 0;
    top: -2px; }
  @media (min-width: 1201px) {
    .events__location {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 214px;
      font-size: var(--font-size-base);
      line-height: var(--line-height-base); } }

.events__title {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .events__title {
      margin-bottom: 56px; } }
  @media (min-width: 1201px) {
    .events__title {
      margin-bottom: 96px; } }

.events__description {
  margin-bottom: 32px;
  font-size: var(--font-size-small); }
  @media (max-width: 768px) {
    .events__description {
      margin-bottom: 0; } }
  @media (min-width: 1201px) {
    .events__description {
      max-width: 800px;
      font-size: var(--font-size-base);
      line-height: var(--line-height-base); } }

.events__select-time {
  min-width: 212px; }
  @media (max-width: 768px) {
    .events__select-time {
      min-width: 156px; } }
  @media (min-width: 1201px) {
    .events__select-time {
      min-width: 212px; } }

@media (max-width: 768px) {
  .events__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px; } }

@media (min-width: 1201px) {
  .events__item {
    gap: 68px; } }

.events__text-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 1201px) {
    .events__text-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 25px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.events__btn-block {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.events__tabs-list {
  margin-bottom: 33px; }
  @media (max-width: 768px) {
    .events__tabs-list {
      margin-bottom: 48px; } }
  @media (min-width: 1201px) {
    .events__tabs-list {
      margin-bottom: 64px; } }

.events__description-text {
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
  margin-bottom: 16px; }
  @media (min-width: 1201px) {
    .events__description-text {
      font-size: var(--font-size-base);
      line-height: var(--line-height-base);
      margin-bottom: 24px; } }
  .events__description-text:last-child {
    margin-bottom: 0; }

.events__prev-list-text {
  margin-bottom: 8px; }
  @media (min-width: 1201px) {
    .events__prev-list-text {
      margin-bottom: 16px; } }

.events__description-list {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px; }

.events__description-list-item {
  position: relative;
  padding-left: 30px; }
  .events__description-list-item::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--color-orange);
    top: 7px;
    left: 8px; }
    @media (min-width: 1201px) {
      .events__description-list-item::before {
        top: 10px; } }
  @media (min-width: 1201px) {
    .events__description-list-item {
      font-size: var(--font-size-base);
      line-height: 26px; } }

.events__tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.events__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .events__block {
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .events__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.events__block:last-child {
  margin-bottom: 0; }

.events__block-value {
  min-width: 10rem;
  margin-right: 1.5625rem;
  color: var(--color-orange); }
  @media (max-width: 1200px) {
    .events__block-value {
      min-width: 8.125rem; } }
  @media (max-width: 650px) {
    .events__block-value {
      margin-right: 0;
      margin-bottom: 0.75rem;
      min-width: auto; } }

.tabs-offices {
  width: 28rem; }
  @media (max-width: 1200px) {
    .tabs-offices {
      width: 100%; } }

.tabs-offices__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  border: 1px solid var(--color-greyscale-black);
  margin-bottom: 3.5rem; }

.tabs-offices__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .promo-404__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              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; } }

.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%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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: 2rem;
    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;
  -webkit-transform: translateY(-50%) translateX(100%);
      -ms-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  -webkit-transition: 0.3s ease-out;
  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%;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }

.legend__title {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .legend__title {
      margin-bottom: 1rem; } }

.legend__list {
  display: -ms-grid;
  display: grid; }
  .legend__list_type-number {
    counter-reset: legend-counter;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: static;
      margin-right: 1rem;
      -ms-flex-negative: 0;
          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 {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    @media (max-width: 650px) {
      .legend__item_type-number {
        font-size: 0.75rem;
        line-height: 1rem;
        min-height: 1.5rem; } }

.faq__title {
  margin-bottom: 5rem; }
  @media (max-width: 650px) {
    .faq__title {
      margin-bottom: 2rem; } }

.faq__summary-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-black); }
  .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 {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.faq__btn-toggler {
  -ms-flex-negative: 0;
      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%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            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 {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            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 a {
    color: var(--color-orange); }
    .faq__text a:hover {
      color: var(--color-light-orange); }
    .faq__text a:active {
      color: var(--color-dark-orange); }
  .faq__text:last-child {
    margin-bottom: 0; }

.faq__text-before-list {
  margin-bottom: 0.75rem; }

.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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  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 {
      -ms-grid-columns: 1fr 1.5rem 1fr;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      margin-top: 0; } }
  @media (max-width: 650px) {
    .faq__figure-wrapper {
      -ms-grid-columns: 1fr;
      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: -webkit-box;
  display: -ms-flexbox;
  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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .faq__col-right {
      width: 100%; } }

.faq__list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .faq__list-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1024px) {
    .faq__list-block {
      gap: 1rem; } }

.faq__list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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__list-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .faq__list-step {
      gap: 0.625rem;
      margin-bottom: 16px; } }
  .faq__list-step:last-child {
    margin-bottom: 0; }

.footer {
  background-color: var(--color-greyscale-black);
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 10; }
  @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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18.375rem; }
  @media (max-width: 1200px) {
    .footer__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2.5rem;
      margin-bottom: 7.75rem; } }
  @media (max-width: 650px) {
    .footer__top {
      margin-bottom: 2.6875rem; } }

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem; }
  @media (max-width: 1200px) {
    .footer__menu {
      gap: 1.875rem;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 768px) {
    .footer__menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content; }

.footer__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__submenu-two-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 2rem -webkit-max-content;
  -ms-grid-columns: max-content 2rem max-content;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  gap: 0.75rem 2rem; }
  @media (max-width: 1200px) {
    .footer__submenu-two-col {
      gap: 0.75rem 1.25rem;
      -ms-grid-columns: 7.75rem 1.25rem 7.75rem;
      grid-template-columns: repeat(2, 7.75rem); } }
  @media (max-width: 768px) {
    .footer__submenu-two-col {
      -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto); } }
  @media (max-width: 650px) {
    .footer__submenu-two-col {
      -ms-grid-columns: 1fr;
      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: 3rem;
  line-height: 3rem;
  max-width: 35.3125rem;
  text-transform: uppercase; }
  .footer__title span {
    font-family: var(--font-secondary); }
  @media (max-width: 1200px) {
    .footer__title {
      font-size: 2rem;
      line-height: 131%; }
      .footer__title span {
        white-space: nowrap; } }
  @media (max-width: 650px) {
    .footer__title {
      font-size: 1.25rem;
      line-height: 140%;
      max-width: 14.875rem; } }

.footer__company-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 1200px) {
    .footer__company-information {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 768px) {
    .footer__company-information {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 2.5rem; } }

.footer__company-information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 1200px) {
    .footer__company-information-wrapper {
      -ms-flex-wrap: wrap;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem; }
  @media (max-width: 650px) {
    .footer__social {
      gap: 0.5rem; } }

.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__social-link svg {
    width: 2.75rem;
    height: 2.75rem; }
  .footer__social-link rect,
  .footer__social-link path {
    -webkit-transition: 0.3s ease-out;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem; }
  @media (max-width: 800px) {
    .footer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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 {
  background: #171717;
  padding-top: 1.5rem;
  padding-bottom: 0; }
  @media (max-width: 650px) {
    .footer-second {
      padding-top: 2rem; } }

.footer-second__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .footer-second__wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 3.125rem);
    height: 1px;
    background-color: var(--color-grey-40); }
  @media (max-width: 1200px) {
    .footer-second__wrapper {
      padding-bottom: 24px;
      margin-bottom: 24px; } }
  @media (max-width: 650px) {
    .footer-second__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 32px;
      padding-bottom: 32px;
      margin-bottom: 32px; } }

.footer-second__social-link svg {
  width: 3rem;
  height: 3rem; }
  @media (max-width: 1200px) {
    .footer-second__social-link svg {
      width: 2.5rem;
      height: 2.5rem; } }
  @media (max-width: 650px) {
    .footer-second__social-link svg {
      width: 48px;
      height: 48px; } }

.footer-second__social {
  gap: 0.625rem;
  width: 10.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
  @media (max-width: 1200px) {
    .footer-second__social {
      gap: 20px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  @media (max-width: 650px) {
    .footer-second__social {
      width: auto;
      gap: 10px; } }

.footer-second__footer-text {
  max-width: 11.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.125rem; }
  @media (max-width: 1200px) {
    .footer-second__footer-text {
      line-height: 22px; } }

.footer-second__copyright-text a {
  color: var(--color-orange); }
  .footer-second__copyright-text a:hover {
    color: var(--color-light-orange); }
  .footer-second__copyright-text a:active {
    color: var(--color-dark-orange); }

@media (max-width: 1200px) {
  .footer-second__copyright-text .desktop-br {
    display: none; } }

.footer-second__copyright {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1200px) {
    .footer-second__copyright {
      padding-bottom: 24px; } }
  @media (max-width: 650px) {
    .footer-second__copyright {
      padding-bottom: 32px; } }

.footer-second__logo img {
  width: 10.75rem;
  height: auto; }

.footer-second__copyright-text {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .footer-second__copyright-text {
      margin-bottom: 1rem; } }
  .footer-second__copyright-text:last-child {
    margin-bottom: 0; }

.footer-third .footer__text {
  text-align: center; }

.footer-third .footer-second__copyright {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer-third .footer-second__copyright-text {
  text-align: center; }
  .footer-third .footer-second__copyright-text .tel {
    color: var(--color-white); }

.solarship-footer__wrapper {
  padding-bottom: 0rem; }
  .solarship-footer__wrapper::before {
    content: none; }

.solarship-footer__text-wrapper {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative; }
  .solarship-footer__text-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 3.125rem);
    height: 1px;
    background-color: var(--color-grey-40); }

.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; } }

.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__btn-close {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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; } }

.close-popup-button {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem; }
  @media (max-width: 1200px) {
    .close-popup-button {
      right: 1.25rem; } }

.close-popup-button__svg {
  width: 100%;
  height: 100%;
  fill: var(--color-white);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .close-popup-button__svg:hover {
    fill: var(--color-light-orange); }
  .close-popup-button__svg:active {
    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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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; } }

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 100;
  background: inherit; }

.preloader__animation-svg {
  width: 2rem;
  height: 2rem; }

.visually-hidden {
  position: absolute;
  -webkit-clip-path: inset(100%);
          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;
  -webkit-clip-path: inset(100%);
          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 */
