:root {
  /* --font-- */
  --font-primary: "ONYOne", arial, sans-serif;
  --font-secondary: "WilliamTextLC", "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-red: #F43E25;
  --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("ONYOne-Regular"), url("/fonts/ONYOne-Regular.woff2") format("woff2"), url("/fonts/ONYOne-Regular.woff") format("woff");
  font-family: "ONYOne";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

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

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

@font-face {
  src: local("WilliamTextLC-Regular"), url("/fonts/WilliamTextLC-Regular.woff2") format("woff2"), url("/fonts/WilliamTextLC-Regular.woff") format("woff");
  font-family: "WilliamTextLC";
  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_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); }

.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:hover .btn__svg {
      -webkit-transform: translateX(0.1875rem);
          -ms-transform: translateX(0.1875rem);
              transform: translateX(0.1875rem); }
  .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_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__svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--color-white);
  margin-left: 0.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }

.btn_small {
  padding: 0.625rem 1.1875rem;
  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: 4.625rem;
  font-size: 4.25rem;
  font-weight: 400; }
  .title-h1 h1 {
    margin: 0;
    display: inline;
    font-size: inherit;
    font-weight: inherit; }
  .title-h1 p {
    margin: 0;
    display: inline; }
  @media (max-width: 1200px) {
    .title-h1 {
      font-size: 3rem;
      line-height: 3.625rem; } }
  @media (max-width: 650px) {
    .title-h1 {
      font-size: 1.625rem;
      line-height: 2rem; } }
  .title-h1_big {
    font-size: 6.75rem;
    line-height: 6.75rem;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .title-h1_big {
        line-height: 6.25rem; } }
    @media (max-width: 650px) {
      .title-h1_big {
        font-size: 4.625rem;
        line-height: 4.625rem; } }
  .title-h1_white {
    color: var(--color-white); }
  .title-h1_orange {
    color: var(--color-orange); }
  .title-h1_center {
    text-align: center; }

.title-h1__primary {
  line-height: 7.3125rem;
  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.125rem;
  padding-bottom: 3.125rem; }
  @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.aos-animate .section__animation-wrapper-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.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.5rem; }
    @media (max-width: 1200px) {
      .section__title-h1_short-margin {
        margin-bottom: 1rem; } }

.section__prev-line {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .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; } }

.section__animation-wrapper-1 {
  opacity: 0;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.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_second {
  border: 1px solid var(--color-greyscale-black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2rem;
  overflow: hidden; }

.tabs__list-wrapper {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .tabs__list-wrapper {
      overflow: auto; } }
  .tabs__list-wrapper_inner {
    position: absolute;
    top: 0;
    left: 50%;
    -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);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .tabs__btn::after {
    height: 0.125rem;
    background-color: var(--color-orange);
    opacity: 0; }
  .tabs__btn.active {
    color: var(--color-orange); }
    .tabs__btn.active::after {
      opacity: 1; }
  @media (max-width: 1200px) {
    .tabs__btn {
      padding-left: 1rem;
      padding-right: 1rem; } }

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

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

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

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

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

.header-promo__wrapper {
  max-width: 60.625rem;
  position: relative;
  z-index: 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; }
  .header-promo__wrapper_full-width {
    max-width: 90rem; }

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

.popup {
  pointer-events: none;
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

.popup__wrapper {
  pointer-events: initial;
  max-width: 53rem;
  width: 100%;
  margin: 3.125rem auto;
  position: relative;
  border: 1px solid var(--color-white);
  background-color: #171617;
  padding: 1.5rem; }
  @media (max-width: 1200px) {
    .popup__wrapper {
      max-width: 29.5rem;
      padding: 1.5rem 1.25rem; } }

.mfp-bg {
  background: #171617;
  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: 1439px) and (min-width: 1201px) {
    .page {
      font-size: .95vw; } }

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

.page_overflow-hidden {
  overflow: hidden; }

.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_dark {
    background-color: var(--color-greyscale-black); }

.page-header__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  background-color: var(--color-greyscale-black); }
  .page-header__head.fixed {
    position: fixed; }
    .page-header__head.fixed .page-header__nav {
      padding-top: 1rem;
      padding-bottom: 1rem; }
  .page-header__head_hide {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.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 {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  rx: 10px; }
  .circle-animate__circle-mask-1.transition-no {
    -webkit-transition: none;
    transition: none; }

.circle-animate__circle-svg-2 {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  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.5rem;
  padding-bottom: 1.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (max-width: 1200px) {
    .main-nav {
      padding-top: 1.4375rem;
      padding-bottom: 1.4375rem;
      position: relative; }
      .main-nav.open-menu {
        background-color: var(--color-greyscale-black); }
        .main-nav.open-menu::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 6rem;
          background-color: var(--color-greyscale-black);
          z-index: 1; } }
      @media (max-width: 1200px) and (max-width: 650px) {
        .main-nav.open-menu::before {
          height: 3.75rem; } }
  @media (max-width: 650px) {
    .main-nav {
      padding-top: 1.125rem;
      padding-bottom: 1.125rem; } }

.main-nav__list {
  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: 768px) {
    .main-nav__list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1rem; } }

.main-nav__link {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: -0.1px;
  color: var(--color-white);
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .main-nav__link:hover {
    color: var(--color-light-orange); }
  .main-nav__link:active {
    color: var(--color-dark-orange); }
  .main-nav__link.active {
    color: var(--color-orange); }
  @media (max-width: 768px) {
    .main-nav__link {
      width: 100%;
      font-size: 1rem;
      line-height: 1.375rem; } }

.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; }
  .main-nav__item.active .main-nav__link {
    color: var(--color-orange);
    pointer-events: none; }
  @media (max-width: 768px) {
    .main-nav__item {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--color-grey-90); } }

.main-nav__burger {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .main-nav__burger {
      display: block; } }
  @media (max-width: 650px) {
    .main-nav__burger {
      width: 1.25rem;
      height: 1.25rem; } }
  .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: 1px;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .main-nav__burger-item:nth-child(1) {
    top: 0.375rem; }
    @media (max-width: 650px) {
      .main-nav__burger-item:nth-child(1) {
        top: 0.25rem; } }
  .main-nav__burger-item:nth-child(2) {
    bottom: 0.375rem; }
    @media (max-width: 650px) {
      .main-nav__burger-item:nth-child(2) {
        bottom: 0.25rem; } }

.main-nav__list-wrapper {
  margin-left: auto;
  margin-right: 3.75rem; }
  @media (max-width: 1200px) {
    .main-nav__list-wrapper {
      margin-right: 2.5rem; } }
  @media (max-width: 768px) {
    .main-nav__list-wrapper {
      display: none;
      position: absolute;
      background-color: var(--color-greyscale-black);
      top: 0;
      left: 0;
      width: 100%;
      padding: 7.125rem 1.5rem 2.5rem;
      overflow: auto;
      margin: 0; }
      .main-nav__list-wrapper.open {
        display: block; } }
  @media (max-width: 650px) {
    .main-nav__list-wrapper {
      padding: 4.5rem 1rem 2.5rem; } }

.main-nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) {
    .main-nav__logo {
      margin-right: auto;
      position: relative;
      z-index: 1; } }
  @media (max-width: 650px) {
    .main-nav__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.main-nav__btn-consultation {
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.4375rem 0.8125rem;
  width: auto; }
  .main-nav__btn-consultation.mobile {
    display: none; }
  @media (max-width: 1200px) {
    .main-nav__btn-consultation {
      position: relative;
      z-index: 1; } }
  @media (max-width: 650px) {
    .main-nav__btn-consultation {
      margin-top: 2rem;
      width: 100%;
      max-width: 18rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .main-nav__btn-consultation.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .main-nav__btn-consultation.desctop {
        display: none; } }

.promo {
  overflow: hidden; }

.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; }
  .promo__number_not-fix {
    width: auto; }
  @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; } }

.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; } }

.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: 2rem; } }
  .figure__wrapper_for-inner-menu-tabs {
    padding-top: 6.5625rem;
    position: relative; }
    @media (max-width: 1200px) {
      .figure__wrapper_for-inner-menu-tabs {
        gap: 0;
        padding-top: 0; } }

.figure__text-block {
  overflow: hidden; }

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

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

.figure__text {
  margin-bottom: 1.5rem; }
  .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: 1rem; } }

.figure__btn {
  margin-top: 2.5rem;
  max-width: 20.625rem;
  width: 100%;
  display: block;
  height: 3.5rem;
  text-align: center; }
  .figure__btn:hover .figure__btn-arrow {
    -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 b {
    font-weight: 500; }
  .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; }

.news__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) {
    .news__list {
      -ms-grid-columns: (minmax(21.75rem, 1fr))[3];
      grid-template-columns: repeat(3, minmax(21.75rem, 1fr)); } }
  @media (max-width: 650px) {
    .news__list {
      -ms-grid-columns: minmax(20.5rem, 1fr) 1rem minmax(20.5rem, 1fr) 1rem minmax(20.5rem, 1fr);
      grid-template-columns: repeat(3, minmax(20.5rem, 1fr));
      gap: 1rem; } }

.news__item {
  position: relative;
  height: 28.875rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 1200px) {
    .news__item {
      height: 22.4375rem;
      padding: 1rem; } }

.news__img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  pointer-events: none; }

.news__text {
  max-width: 16.375rem;
  position: relative;
  text-transform: uppercase; }

@media (max-width: 1200px) {
  .news__list-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%; } }

.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) {
    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):first-child {
      margin-top: 0; }
    .content div:not(.content__wrapper-table):last-child {
      margin-bottom: 0; }
    .content div:not(.content__wrapper-table) h3 {
      margin: 0;
      color: var(--color-burgundy);
      font-size: 1.375rem;
      line-height: 1.75rem;
      margin-bottom: 1rem; }
      .content div:not(.content__wrapper-table) h3:last-child {
        margin-bottom: 0; }
      @media (max-width: 1200px) {
        .content div:not(.content__wrapper-table) h3 {
          font-size: 1.125rem;
          line-height: 1.625rem;
          margin-bottom: 0.75rem; } }
      @media (max-width: 650px) {
        .content div:not(.content__wrapper-table) h3 {
          margin-bottom: 0.5rem;
          line-height: 1.5rem; } }
    .content div:not(.content__wrapper-table) p {
      color: var(--color-burgundy); }
    @media (max-width: 1200px) {
      .content div:not(.content__wrapper-table) {
        padding: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem; } }
    @media (max-width: 650px) {
      .content div:not(.content__wrapper-table) {
        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; } }
  .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__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; } }

.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; }
  @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; } }

.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; } }

.form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }
  .form__item_checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem; }

.form__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  overflow: hidden; }
  .form__border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-orange);
    -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-white);
  caret-color: var(--color-white);
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem; }
  .form__input:-webkit-autofill {
    -webkit-text-fill-color: var(--color-white);
    caret-color: var(--color-white); }
  .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 {
    outline: none;
    border-width: 2px; }
    .form__input:focus ~ .form__label {
      top: -0.125rem;
      font-size: 0.75rem;
      line-height: 1rem; }
    .form__input:focus ~ .form__border::before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .form__input:focus ~ .form__clear {
      opacity: 1;
      pointer-events: auto; }
  .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: 0.8125rem;
  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__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: 0.75rem;
    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; } }

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

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

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

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

.form__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__button-remove {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  top: calc(50% - 12px);
  right: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form__button-remove__svg {
    width: 1rem;
    height: 1rem; }
    .form__button-remove__svg svg {
      width: 100%;
      height: 100%; }
  .form__button-remove svg {
    fill: var(--color-grey-60); }

.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; } }

.footer-wrapper {
  overflow: hidden;
  background-color: var(--color-grey-second);
  position: relative; }
  .footer-wrapper::before {
    content: "";
    position: absolute;
    width: 90rem;
    height: 46.625rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/footer-cyberchampionship-decor.svg");
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: -1.1875rem; }
    @media (max-width: 1200px) {
      .footer-wrapper::before {
        background-image: url("../images/footer-cyberchampionship-decor_laptop.svg");
        width: 33.125rem;
        height: 22.4375rem;
        margin-left: -13.3125rem;
        top: -3.5625rem; } }
    @media (max-width: 650px) {
      .footer-wrapper::before {
        background-image: url("../images/footer-cyberchampionship-decor_mobile.svg");
        width: 29.8125rem;
        height: 20.25rem;
        margin-left: -1.75rem;
        top: -3.75rem; } }

.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: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%; }

.footer {
  background-color: var(--color-greyscale-black);
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 1200px) {
    .footer {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .footer {
      padding-top: 2.5rem;
      padding-bottom: 2rem; } }

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem; }
  @media (max-width: 1200px) {
    .footer__social {
      gap: 1.25rem; } }
  @media (max-width: 650px) {
    .footer__social {
      gap: 0.625rem; } }

.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__social-link svg {
    width: 2.9375rem;
    height: 2.9375rem; }
    @media (max-width: 1200px) {
      .footer__social-link svg {
        width: 2.5rem;
        height: 2.5rem; } }
    @media (max-width: 650px) {
      .footer__social-link svg {
        width: 2.9375rem;
        height: 2.9375rem; } }
  .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__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer__link-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.callback__text {
  margin: 0;
  margin-bottom: 2.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); }

.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; }
  .subscribe__title-h3 a {
    color: var(--color-orange);
    white-space: nowrap; }
    .subscribe__title-h3 a:hover {
      color: var(--color-light-orange); }
    .subscribe__title-h3 a:active {
      color: var(--color-dark-orange); }
  @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; }

.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: 3; }
  .preloader_dark {
    background-color: var(--color-greyscale-black); }
  .preloader_black {
    background-color: var(--color-full-black); }
  .preloader_burgundy {
    background-color: var(--color-burgundy); }

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

.main-header {
  background-color: var(--color-greyscale-black);
  background-repeat: no-repeat;
  background-image: url("../images/main-header-bg.webp");
  background-size: cover;
  background-position: center; }
  @media (max-width: 1200px) {
    .main-header {
      background-position: 28% center; } }
  @media (max-width: 650px) {
    .main-header {
      background-position: 21% 0; } }

.main-header-promo {
  padding-top: 10.5rem;
  padding-bottom: 11.5rem;
  overflow: hidden; }
  .main-header-promo.animation .main-header-promo__line {
    -webkit-animation: animationLine 1s ease-in-out both;
            animation: animationLine 1s ease-in-out both; }
  .main-header-promo.animation .main-header-promo__number-wrapper {
    -webkit-animation: animationNumberWrapper 0.5s ease-in-out 1s both;
            animation: animationNumberWrapper 0.5s ease-in-out 1s both; }
  @media (max-width: 1200px) {
    .main-header-promo {
      padding-top: 7.75rem;
      padding-bottom: 9.1875rem; } }
  @media (max-width: 650px) {
    .main-header-promo {
      padding-top: 5.25rem;
      padding-bottom: 6.125rem; } }

.main-header-promo__text-wrapper {
  max-width: 57.5rem;
  margin: 0 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; }

.main-header-promo__title {
  margin: 0;
  color: var(--color-white);
  font-weight: 400;
  font-size: 4.25rem;
  line-height: 4.125rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem; }
  .main-header-promo__title span {
    font-family: var(--font-secondary);
    font-size: 3.9375rem; }
  @media (max-width: 1200px) {
    .main-header-promo__title {
      font-size: 3rem;
      line-height: 3.625rem;
      margin-bottom: 1.5rem; }
      .main-header-promo__title span {
        font-size: 2.875rem; } }
  @media (max-width: 650px) {
    .main-header-promo__title {
      font-size: 1.625rem;
      line-height: 2rem;
      margin-bottom: 1.25rem; }
      .main-header-promo__title span {
        font-size: 1.5rem; } }

.main-header-promo__line-wrapper {
  width: 0.0625rem;
  height: 18.6875rem;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .main-header-promo__line-wrapper {
      height: 11.25rem; } }
  @media (max-width: 650px) {
    .main-header-promo__line-wrapper {
      height: 7.6875rem; } }

.main-header-promo__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.main-header-promo__text {
  margin-bottom: 2rem; }
  @media (max-width: 650px) {
    .main-header-promo__text {
      margin-bottom: 3.875rem; } }

.main-header-promo__number-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-top: 9.5rem;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (max-width: 1200px) {
    .main-header-promo__number-wrapper {
      margin-top: 8.25rem; } }
  @media (max-width: 650px) {
    .main-header-promo__number-wrapper {
      margin-top: 6.6875rem; } }

.main-header-promo__gif {
  position: absolute;
  top: -8.6875rem;
  left: 4.5rem;
  width: 29.6875rem;
  max-width: none;
  pointer-events: none; }
  @media (max-width: 1200px) {
    .main-header-promo__gif {
      width: 25.0625rem;
      top: -6.625rem;
      left: 3.3125rem; } }
  @media (max-width: 650px) {
    .main-header-promo__gif {
      width: 338px;
      top: -92px;
      left: -24px; } }

.main-header-promo__number {
  font-size: 9.375rem;
  line-height: 7.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.3125rem; }
  @media (max-width: 1200px) {
    .main-header-promo__number {
      font-size: 7.5rem;
      line-height: 7.5rem;
      margin-bottom: 1rem; } }
  @media (max-width: 650px) {
    .main-header-promo__number {
      font-size: 6.25rem;
      line-height: 8rem;
      margin-bottom: 0; } }

.main-header-promo__number-prev-text {
  max-width: 24.875rem;
  text-align: center; }
  @media (max-width: 650px) {
    .main-header-promo__number-prev-text {
      max-width: 16.875rem; } }

@-webkit-keyframes animationLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animationLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes animationNumberWrapper {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animationNumberWrapper {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.attack-statistics {
  overflow: hidden; }

.attack-statistics__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem; }
  .attack-statistics__list.aos-animate .attack-statistics__img {
    -webkit-animation: animationAttackStatisticsImg 1s ease-in-out both;
            animation: animationAttackStatisticsImg 1s ease-in-out both; }
  .attack-statistics__list.aos-animate .attack-statistics__text-wrapper {
    -webkit-animation: animationAttackStatisticsTextWrapper 1s ease-in-out 0.3s both;
            animation: animationAttackStatisticsTextWrapper 1s ease-in-out 0.3s both; }
    @media (max-width: 768px) {
      .attack-statistics__list.aos-animate .attack-statistics__text-wrapper {
        -webkit-animation: animationAttackStatisticsTextWrapperMobile 1s ease-in-out 0.3s both;
                animation: animationAttackStatisticsTextWrapperMobile 1s ease-in-out 0.3s both; } }
  @media (max-width: 768px) {
    .attack-statistics__list {
      width: 31.75rem; } }

.attack-statistics__item {
  height: 24.125rem;
  position: relative; }
  @media (max-width: 1200px) {
    .attack-statistics__item {
      height: 18.75rem; } }
  @media (max-width: 1024px) {
    .attack-statistics__item {
      height: 13.375rem; } }
  @media (max-width: 768px) {
    .attack-statistics__item {
      height: auto; } }

.attack-statistics__text-wrapper {
  position: absolute;
  right: 5.8125rem;
  top: 3.0625rem;
  max-width: 22.625rem;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }
  @media (max-width: 1200px) {
    .attack-statistics__text-wrapper {
      max-width: 15.625rem;
      top: 1rem;
      right: 20%; } }
  @media (max-width: 1024px) {
    .attack-statistics__text-wrapper {
      max-width: 14rem;
      right: 0; } }
  @media (max-width: 768px) {
    .attack-statistics__text-wrapper {
      position: static;
      max-width: none;
      -webkit-transform: translateX(0) translateY(50%);
          -ms-transform: translateX(0) translateY(50%);
              transform: translateX(0) translateY(50%); } }

.attack-statistics__item-number {
  color: var(--color-orange);
  margin-bottom: 1rem; }
  @media (max-width: 1024px) {
    .attack-statistics__item-number {
      margin-bottom: 0.5rem; } }

.attack-statistics__img {
  opacity: 0; }
  @media (max-width: 1200px) {
    .attack-statistics__img {
      max-height: 100%;
      width: auto; } }
  @media (max-width: 768px) {
    .attack-statistics__img {
      max-height: 12.25rem;
      margin-bottom: 1rem; } }

@media (max-width: 768px) {
  .attack-statistics__list-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%; } }

.attack-statistics__circle-list {
  margin-top: 6.25rem;
  height: 52.5625rem;
  position: relative; }
  .attack-statistics__circle-list.aos-animate .attack-statistics__circle-item_1 {
    -webkit-animation: animationAttackStatisticsCircles 0.8s ease-in-out both;
            animation: animationAttackStatisticsCircles 0.8s ease-in-out both; }
  .attack-statistics__circle-list.aos-animate .attack-statistics__circle-item_2 {
    -webkit-animation: animationAttackStatisticsCircles 0.8s ease-in-out 0.2s both;
            animation: animationAttackStatisticsCircles 0.8s ease-in-out 0.2s both; }
  .attack-statistics__circle-list.aos-animate .attack-statistics__circle-item_3 {
    -webkit-animation: animationAttackStatisticsCircles 0.8s ease-in-out 0.4s both;
            animation: animationAttackStatisticsCircles 0.8s ease-in-out 0.4s both; }
    .attack-statistics__circle-list.aos-animate .attack-statistics__circle-item_3::before {
      -webkit-animation: animationAttackStatisticsCircles 0.8s ease-in-out 0.6s both;
              animation: animationAttackStatisticsCircles 0.8s ease-in-out 0.6s both; }
  .attack-statistics__circle-list.aos-animate .attack-statistics__circle-item_4 {
    -webkit-animation: animationAttackStatisticsCircles 0.8s ease-in-out 0.6s both;
            animation: animationAttackStatisticsCircles 0.8s ease-in-out 0.6s both; }
  .attack-statistics__circle-list.aos-animate .attack-statistics__circle-text-wrapper_1 {
    -webkit-animation: animationAttackStatisticsCircleText 0.5s ease-in-out 0.2s both;
            animation: animationAttackStatisticsCircleText 0.5s ease-in-out 0.2s both; }
  .attack-statistics__circle-list.aos-animate .attack-statistics__circle-text-wrapper_2 {
    -webkit-animation: animationAttackStatisticsCircleText 0.5s ease-in-out 0.4s both;
            animation: animationAttackStatisticsCircleText 0.5s ease-in-out 0.4s both; }
  .attack-statistics__circle-list.aos-animate .attack-statistics__circle-text-wrapper_3 {
    -webkit-animation: animationAttackStatisticsCircleText 0.5s ease-in-out 0.6s both;
            animation: animationAttackStatisticsCircleText 0.5s ease-in-out 0.6s both; }
  .attack-statistics__circle-list.aos-animate .attack-statistics__circle-text-wrapper_4 {
    -webkit-animation: animationAttackStatisticsCircleText 0.5s ease-in-out 1s both;
            animation: animationAttackStatisticsCircleText 0.5s ease-in-out 1s both; }
  .attack-statistics__circle-list.aos-animate .attack-statistics__circle-img {
    -webkit-animation: animationAttackStatisticsCircleImg 0.5s ease-in-out 0.2s both;
            animation: animationAttackStatisticsCircleImg 0.5s ease-in-out 0.2s both; }
  @media (max-width: 1200px) {
    .attack-statistics__circle-list {
      margin-top: 3.5rem;
      height: auto; } }
  @media (max-width: 650px) {
    .attack-statistics__circle-list {
      margin-top: 2.5rem; } }

.attack-statistics__circle-item {
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 0.125rem solid var(--color-orange);
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }
  @media (max-width: 1200px) {
    .attack-statistics__circle-item {
      display: none; } }

.attack-statistics__circle-item_1 {
  width: 37.625rem;
  height: 37.625rem;
  left: 5.6875rem;
  top: 0.625rem; }

.attack-statistics__circle-item_2 {
  width: 22.875rem;
  height: 22.875rem;
  left: 33.1875rem;
  top: 28.1875rem; }

.attack-statistics__circle-item_3 {
  width: 31rem;
  height: 31rem;
  background-color: var(--color-orange);
  left: 41.375rem;
  top: 0;
  overflow: hidden; }
  .attack-statistics__circle-item_3::before {
    content: '';
    position: absolute;
    width: 25.625rem;
    height: 25.625rem;
    top: -0.125rem;
    left: 14.625rem;
    border-radius: 50%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    background-color: var(--color-white); }

.attack-statistics__circle-item_4 {
  width: 25.625rem;
  height: 25.625rem;
  background: var(--color-white) url("../images/attack-statistics__circle-item_4-decor.svg") no-repeat;
  background-size: 100% 100%;
  border: none;
  left: 55.5rem;
  top: 0.0625rem;
  z-index: -1; }

.attack-statistics__circle-text-wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  opacity: 0; }

.attack-statistics__circle-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  text-transform: none; }
  .attack-statistics__circle-title span {
    font-family: var(--font-primary);
    font-size: 1.375rem;
    line-height: 1.75rem; }

.attack-statistics__circle-title_1 {
  font-family: var(--font-secondary);
  margin-bottom: 2.3125rem; }
  .attack-statistics__circle-title_1 span {
    margin-top: 1.5rem;
    margin-left: 0.625rem; }

.attack-statistics__circle-text-wrapper_1 {
  left: 50%;
  top: 11.875rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 21.25rem; }

.attack-statistics__circle-text-wrapper_2 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 14.6875rem; }

.attack-statistics__circle-title_2 span {
  margin-top: 0.125rem;
  margin-left: 0.6875rem; }

.attack-statistics__circle-text-wrapper_3 {
  max-width: 12.5625rem;
  top: 11.6875rem;
  left: 1.9375rem; }

.attack-statistics__circle-text-wrapper_4 {
  top: 10.25rem;
  left: 15.5rem;
  max-width: 12.5625rem; }

.attack-statistics__circle-text {
  text-align: center; }

.attack-statistics__circle-title_4 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 0.5rem; }

.attack-statistics__circle-img {
  display: none; }
  @media (max-width: 1200px) {
    .attack-statistics__circle-img {
      display: block;
      opacity: 0; } }

.attack-statistics__circle-picture {
  display: block; }
  .attack-statistics__circle-picture img {
    width: 100%; }
  @media (max-width: 650px) {
    .attack-statistics__circle-picture {
      max-width: 25rem;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

@-webkit-keyframes animationAttackStatisticsImg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animationAttackStatisticsImg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animationAttackStatisticsTextWrapper {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animationAttackStatisticsTextWrapper {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animationAttackStatisticsTextWrapperMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animationAttackStatisticsTextWrapperMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes animationAttackStatisticsCircles {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes animationAttackStatisticsCircles {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes animationAttackStatisticsCircleText {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animationAttackStatisticsCircleText {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animationAttackStatisticsCircleImg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animationAttackStatisticsCircleImg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.digital-future__number_1 + span, .digital-future__number_3 + span {
  display: none; }

.components__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
  @media (max-width: 1200px) {
    .components__img {
      display: none; } }

@media (max-width: 1200px) {
  .components__img-main {
    display: none; } }

.components__img-wrapper {
  position: relative; }
  .components__img-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #202020;
    z-index: -1; }
    @media (max-width: 1200px) {
      .components__img-wrapper::before {
        display: none; } }

.components__img-area {
  position: absolute;
  z-index: 1;
  cursor: pointer; }
  .components__img-area:hover ~ .components__img-main {
    opacity: 0; }
  @media (max-width: 1200px) {
    .components__img-area {
      display: none; } }

.components__img-mobile {
  display: none; }
  @media (max-width: 1200px) {
    .components__img-mobile {
      display: block;
      max-width: 56.25rem;
      width: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.components__img-area_1 {
  width: 12.6875rem;
  height: 9.8125rem;
  top: 11.3125rem;
  left: 17rem; }
  .components__img-area_1:hover ~ .components__img_1 {
    opacity: 1; }

.components__img-area_1-1 {
  width: 1.25rem;
  height: 1.25rem;
  top: 16.4375rem;
  left: 29.6875rem; }

.components__img-area_2 {
  width: 11.5625rem;
  height: 9.8125rem;
  top: 17.6875rem;
  left: 29.6875rem; }
  .components__img-area_2:hover ~ .components__img_2 {
    opacity: 1; }

.components__img-area_2-1 {
  width: 1.25rem;
  height: 0.75rem;
  top: 27.5rem;
  left: 34.125rem; }

.components__img-area_2-2 {
  width: 1.875rem;
  height: 1.875rem;
  top: 22.9375rem;
  left: 27.8125rem; }

.components__img-area_2-3 {
  width: 4.3125rem;
  height: 1.875rem;
  top: 15.8125rem;
  left: 33.125rem; }

.components__img-area_3 {
  width: 7.6875rem;
  height: 9.8125rem;
  top: 12.625rem;
  left: 43.9375rem; }
  .components__img-area_3:hover ~ .components__img_3 {
    opacity: 1; }

.components__img-area_3-1 {
  width: 2.5rem;
  height: 3.6875rem;
  top: 18.75rem;
  left: 41.4375rem; }

.components__img-area_3-2 {
  width: 7.3125rem;
  height: 2.1875rem;
  top: 22.4375rem;
  left: 44.3125rem; }

.components__img-area_3-3 {
  width: 3.125rem;
  height: 3.75rem;
  top: 18.8125rem;
  left: 51.625rem; }

.components__img-area_4 {
  width: 14.0625rem;
  height: 6.5625rem;
  top: 22.875rem;
  left: 57.1875rem; }
  .components__img-area_4:hover ~ .components__img_4 {
    opacity: 1; }

.components__img-area_4-1 {
  width: 2.5rem;
  height: 2.8125rem;
  top: 20.0625rem;
  left: 64.5rem; }

.components__img-area_5 {
  width: 11.875rem;
  height: 11.375rem;
  top: 24.625rem;
  left: 44.625rem; }
  .components__img-area_5:hover ~ .components__img_5 {
    opacity: 1; }

.components__img-area_5-1 {
  width: 2rem;
  height: 2.5rem;
  top: 31.25rem;
  left: 42.625rem; }

.components__img-area_5-2 {
  width: 7.4375rem;
  height: 2.1875rem;
  top: 36rem;
  left: 48.8125rem; }

.components__img-area_5-3 {
  width: 2.875rem;
  height: 3.5625rem;
  top: 32.4375rem;
  left: 56.5rem; }

.components__img-area_6 {
  width: 11.875rem;
  height: 8.5rem;
  top: 31.4375rem;
  left: 30.75rem; }
  .components__img-area_6:hover ~ .components__img_6 {
    opacity: 1; }

.components__img-area_6-1 {
  width: 1.25rem;
  height: 2.1875rem;
  top: 35rem;
  left: 29.5rem; }

.components__img-area_6-2 {
  width: 0.4375rem;
  height: 1.3125rem;
  top: 35.625rem;
  left: 42.625rem; }

.components__img-area_7 {
  width: 10.9375rem;
  height: 6.1875rem;
  top: 25.5625rem;
  left: 18.5rem; }
  .components__img-area_7:hover ~ .components__img_7 {
    opacity: 1; }

.components__img-area_7-1 {
  width: 4rem;
  height: 2.5rem;
  top: 23.0625rem;
  left: 21.6875rem; }

.components__img-area_7-2 {
  width: 5.4375rem;
  height: 2.0625rem;
  top: 31.75rem;
  left: 22.25rem; }

.components__img-area_7-3 {
  width: 2.4375rem;
  height: 2.8125rem;
  top: 28.125rem;
  left: 29.4375rem; }

.components__img-area_8 {
  width: 48.6875rem;
  height: 17.9375rem;
  top: 13.125rem;
  left: 8.4375rem; }
  .components__img-area_8:hover ~ .components__img_8 {
    opacity: 1; }

.components__img-area_8-1 {
  width: 27.8125rem;
  height: 5.3125rem;
  top: 7.8125rem;
  left: 16.9375rem; }

.components__img-area_8-2 {
  width: 45.1875rem;
  height: 5.3125rem;
  top: 31.0625rem;
  left: 11.9375rem; }

.components__img-area_8-3 {
  width: 39.75rem;
  height: 5.3125rem;
  top: 36.375rem;
  left: 17.375rem; }

.components__img-area_8-4 {
  width: 25rem;
  height: 3.375rem;
  top: 41.6875rem;
  left: 25rem; }

.components__img-area_8-5 {
  width: 22.6875rem;
  height: 11.25rem;
  top: 18.4375rem;
  left: 57.125rem; }

.components__img-area_8-6 {
  width: 10.5rem;
  height: 11.25rem;
  top: 29.6875rem;
  left: 57.125rem; }

.components__img-area_8-7 {
  width: 10.5rem;
  height: 6.5625rem;
  top: 29.6875rem;
  left: 67.625rem; }

.components__img-area_8-8 {
  width: 2.5rem;
  height: 2.5rem;
  top: 15.9375rem;
  left: 57.125rem; }

.faq-main {
  padding-top: 1.875rem; }
  @media (max-width: 1200px) {
    .faq-main {
      padding-top: 1rem; } }
  @media (max-width: 650px) {
    .faq-main {
      padding-top: 0.25rem; } }

.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 {
      -ms-grid-columns: (minmax(21.75rem, 1fr))[3];
      grid-template-columns: repeat(3, minmax(21.75rem, 1fr)); } }
  @media (max-width: 650px) {
    .products-number__list {
      -ms-grid-columns: (minmax(14.25rem, 1fr))[3];
      grid-template-columns: repeat(3, minmax(14.25rem, 1fr)); } }

.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;
      scroll-snap-align: start; } }
  @media (max-width: 650px) {
    .products-number__item {
      padding: 1rem;
      min-height: 15.125rem; } }

.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.75rem;
    margin-left: 0.6875rem;
    margin-top: 0.75rem; }
    @media (max-width: 1200px) {
      .products-number__item-title span {
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin-top: 0.125rem;
        margin-left: 0; }
        .products-number__item-title span br {
          display: none; } }
    @media (max-width: 650px) {
      .products-number__item-title span {
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: 0.375rem; } }
  @media (max-width: 1200px) {
    .products-number__item-title {
      font-size: 6.25rem;
      line-height: 6.25rem; } }
  @media (max-width: 650px) {
    .products-number__item-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      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;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; } }
  @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; } }

@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 1.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .steps__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; } }
  @media (max-width: 650px) {
    .steps__list {
      gap: 1rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.steps__item {
  height: auto;
  min-height: 19.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; }
  .steps__item:hover:not(.steps__item_not-hover) .steps__item-front {
    -webkit-transform: perspective(37.5rem) rotateY(-180deg);
            transform: perspective(37.5rem) rotateY(-180deg); }
    @media (max-width: 1200px) {
      .steps__item:hover:not(.steps__item_not-hover) .steps__item-front {
        opacity: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .steps__item:hover:not(.steps__item_not-hover) .steps__item-back {
    -webkit-transform: perspective(37.5rem) rotateY(0deg);
            transform: perspective(37.5rem) rotateY(0deg); }
    @media (max-width: 1200px) {
      .steps__item:hover:not(.steps__item_not-hover) .steps__item-back {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        opacity: 1; } }
  @media (max-width: 1200px) {
    .steps__item {
      scroll-snap-align: start;
      width: 18.125rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (max-width: 650px) {
    .steps__item {
      width: 100%;
      min-height: 16.875rem;
      height: auto; } }
  @media (max-width: 650px) {
    .steps__item.aos-animate .steps__item-front {
      opacity: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .steps__item.aos-animate .steps__item-back {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1; } }

.steps__text {
  margin-top: auto;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .steps__text {
      font-size: 1.125rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .steps__text {
      font-size: 1rem;
      line-height: 1.375rem; } }

.steps__item-front,
.steps__item-back {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -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); }
  .steps__item-front_burgundy {
    border-color: var(--color-burgundy); }
  @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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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; }
  .steps__list-wrapper::before, .steps__list-wrapper::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    background-color: var(--color-white);
    z-index: 3; }
  .steps__list-wrapper::before {
    left: -1.5625rem; }
  .steps__list-wrapper::after {
    right: -1.5625rem; }
  @media (max-width: 1200px) {
    .steps__list-wrapper {
      overflow: hidden;
      position: relative;
      display: -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::after {
      width: 1rem; } }
  .steps__list-wrapper.swiper-initialized .steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0; }
    @media (max-width: 1200px) {
      .steps__list-wrapper.swiper-initialized .steps__list {
        overflow: initial;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  @media (max-width: 1200px) {
    .steps__list-wrapper.swiper-initialized .steps__item {
      width: 18.125rem; } }
  @media (max-width: 650px) {
    .steps__list-wrapper.swiper-initialized .steps__item {
      width: 14.25rem; } }
  @media (max-width: 1200px) {
    .steps__list-wrapper.swiper-initialized {
      width: 100%;
      overflow: initial; } }

.steps__number {
  color: #000; }

.steps__back-title {
  font-size: 1.375rem;
  line-height: 1.75rem; }
  @media (max-width: 1200px) {
    .steps__back-title {
      font-size: 1.125rem;
      line-height: 1.625rem; } }
  @media (max-width: 650px) {
    .steps__back-title {
      line-height: 1.5rem; } }

.steps__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem; }
  .steps__pagination_second {
    gap: 0.625rem; }
  @media (max-width: 1200px) {
    .steps__pagination {
      display: none; } }

.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: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  @media (max-width: 650px) {
    .steps__icon {
      width: 4rem;
      height: 4rem; } }

.steps__back-list {
  margin-left: 0.5625rem; }
  @media (max-width: 1200px) {
    .steps__back-list {
      margin-left: 0; } }

.steps__back-list-item {
  font-size: 1rem;
  line-height: 1.375rem;
  position: relative;
  padding-left: 0.9375rem; }
  @media (max-width: 1200px) {
    .steps__back-list-item {
      padding-left: 0.75rem; } }
  .steps__back-list-item::before {
    content: "";
    position: absolute;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: var(--color-white);
    left: 0;
    top: 0.5625rem; }

.steps__front-list {
  margin-top: auto; }

.steps__front-list-item {
  font-size: 1rem;
  line-height: 1.375rem; }
  .steps__front-list-item::before {
    content: "";
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4375rem;
    margin-left: 0.125rem; }

.steps__wrapper {
  overflow: hidden;
  padding-bottom: 3.125rem; }
  .steps__wrapper_overflow-initial {
    overflow: initial; }
  @media (max-width: 1200px) {
    .steps__wrapper {
      padding-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .steps__wrapper {
      padding-bottom: 1.25rem; } }

.steps__wrapper_second {
  padding-bottom: 1px; }

.steps__logo {
  height: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .steps__logo_top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .steps__logo img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center; }

.steps__after-text {
  margin-bottom: 1rem; }
  @media (max-width: 650px) {
    .steps__after-text:first-of-type {
      margin-top: 1rem; } }
  .steps__after-text:first-of-type {
    margin-top: 1.5rem; }
  .steps__after-text:last-of-type {
    margin-bottom: 0; }

@media (min-width: 1201px) {
  .steps__title-h1 {
    margin-bottom: 1.75rem; } }

@media (max-width: 650px) {
  .how-works__img {
    width: 45rem;
    max-width: none; } }

@media (max-width: 650px) {
  .how-works__img-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-wrapper_second {
    margin-top: 0;
    gap: 1.5rem; }
    @media (max-width: 650px) {
      .technological-modules__text-wrapper_second {
        gap: 1rem; } }

.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__text-item_second {
    padding-bottom: 1.5rem; }
    @media (max-width: 650px) {
      .technological-modules__text-item_second {
        gap: 1rem; } }

.technological-modules__title-h3 {
  width: 100%;
  max-width: 35.375rem;
  color: var(--color-orange); }
  @media (max-width: 1200px) {
    .technological-modules__title-h3_second {
      max-width: 50%;
      -ms-flex-negative: 1;
          flex-shrink: 1; } }
  @media (max-width: 1200px) {
    .technological-modules__title-h3 {
      -ms-flex-negative: 2;
          flex-shrink: 2; } }
  @media (max-width: 650px) {
    .technological-modules__title-h3 {
      max-width: none; } }

.technological-modules__text-container {
  width: 100%;
  max-width: 42.625rem; }
  .technological-modules__text-container_second {
    max-width: 35.375rem; }
    @media (max-width: 1200px) {
      .technological-modules__text-container_second {
        max-width: 50%; } }
  @media (max-width: 650px) {
    .technological-modules__text-container {
      max-width: none; } }

.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__text-after-list {
    margin-top: 1rem; }

.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; } }

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

.swg-header {
  padding-top: 10.6875rem;
  padding-bottom: 5.4375rem;
  background-color: #0B0B0B;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .swg-header {
      padding-top: 8.375rem;
      padding-bottom: 3.625rem; } }
  @media (max-width: 650px) {
    .swg-header {
      padding-top: 6rem; } }

.swg-header__text-container {
  max-width: 46.375rem; }
  @media (max-width: 1200px) {
    .swg-header__text-container {
      max-width: 42.3125rem; } }

.swg-header__text-prev {
  text-transform: uppercase;
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .swg-header__text-prev {
      font-size: 0.875rem;
      line-height: 1rem; } }

.swg-header__title {
  line-height: 4.25rem;
  text-transform: uppercase;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .swg-header__title {
      line-height: 3.625rem; } }
  @media (max-width: 650px) {
    .swg-header__title {
      font-size: 2rem;
      line-height: 2rem; } }

.swg-header__text {
  max-width: 33.4375rem;
  margin-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .swg-header__text {
      max-width: 26.625rem;
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .swg-header__text {
      margin-bottom: 2rem; } }

.swg-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .swg-header__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.swg-header__img-container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 768px) {
    .swg-header__img-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.swg-header__picture {
  position: absolute;
  top: -9.8125rem;
  left: -13.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none; }
  @media (max-width: 1200px) {
    .swg-header__picture {
      left: -22.0625rem; } }
  @media (max-width: 946px) {
    .swg-header__picture {
      display: none; } }
  @media (max-width: 768px) {
    .swg-header__picture {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      margin-left: 7.4375rem;
      margin-bottom: -10.375rem;
      margin-top: -7.375rem; } }

.swg-header__img {
  width: 76.8125rem;
  max-width: none;
  height: auto; }
  @media (max-width: 768px) {
    .swg-header__img {
      width: 46.9375rem; } }

.swg-steps__icon_1 {
  background-image: url("/images/products/solar_webproxy/swg-steps__icon_1.svg"); }

.swg-steps__icon_2 {
  background-image: url("/images/products/solar_webproxy/swg-steps__icon_2.svg"); }

.swg-steps__icon_3 {
  background-image: url("/images/products/solar_webproxy/swg-steps__icon_3.svg"); }

.swg-steps__icon_4 {
  background-image: url("/images/products/solar_webproxy/swg-steps__icon_4.svg"); }

.swg-steps__icon_5 {
  background-image: url("/images/products/solar_webproxy/swg-steps__icon_5.svg"); }

.swg-steps__icon_6 {
  background-image: url("/images/products/solar_webproxy/swg-steps__icon_6.svg"); }

@media (min-width: 1201px) {
  .swg-figure__text-block {
    max-width: 42.4375rem; } }

@media (max-width: 650px) {
  .webproxy-technological-modules .technological-modules__text-item:last-child {
    border: none;
    padding-bottom: 0; } }

.webproxy-technological-modules__tabs-wrapper {
  margin-bottom: 2.5rem;
  overflow: auto; }
  @media (max-width: 1200px) {
    .webproxy-technological-modules__tabs-wrapper {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .webproxy-technological-modules__tabs-wrapper {
      margin-bottom: 2rem; } }

@media (max-width: 650px) {
  .webproxy-technological-modules__tabs-list {
    left: 0;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); } }

@media (max-width: 650px) {
  .webproxy-technological-modules__tabs-section {
    margin-bottom: 0; } }

.webproxy-technological-modules__text-wrapper {
  margin-top: 0; }

.webproxy-technological-modules__title {
  max-width: 28rem; }
  @media (max-width: 650px) {
    .webproxy-technological-modules__title {
      max-width: none; } }

.webproxy-technological-modules__btn {
  min-width: 18.4375rem; }
  @media (max-width: 650px) {
    .webproxy-technological-modules__btn {
      min-width: auto; } }

.swg-subscribe__container::before {
  background-image: url("/images/products/solar_webproxy/swg-subscribe-img.webp"); }
  @media (max-width: 1200px) {
    .swg-subscribe__container::before {
      background-image: url("/images/products/solar_webproxy/swg-subscribe-img_tablet.webp"); } }
  @media (max-width: 650px) {
    .swg-subscribe__container::before {
      background-image: url("/images/products/solar_webproxy/swg-subscribe-img_mobile.webp");
      bottom: -0.6875rem; } }

.swg-subscribe__container::before {
  background-image: url("/images/products/solar_webproxy/swg-subscribe-img.webp"); }
  @media (max-width: 1200px) {
    .swg-subscribe__container::before {
      background-image: url("/images/products/solar_webproxy/swg-subscribe-img_tablet.webp"); } }
  @media (max-width: 650px) {
    .swg-subscribe__container::before {
      background-image: url("/images/products/solar_webproxy/swg-subscribe-img_mobile.webp");
      bottom: -0.6875rem; } }

.gitex-prev-text {
  color: #8f8f8f; }

.gitex-body {
  background-color: #1F1F1F; }

.gitex-head {
  background-color: transparent; }
  .gitex-head.fixed {
    background-color: #1f1f1f; }

.gitex-nav {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 650px) {
    .gitex-nav {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.gitex-nav__list-wrapper {
  margin-right: 2.5rem; }
  @media (max-width: 1200px) {
    .gitex-nav__list-wrapper {
      display: block;
      position: static;
      padding: 0;
      background-color: transparent;
      width: auto;
      overflow: initial; } }
  @media (max-width: 650px) {
    .gitex-nav__list-wrapper {
      display: none; } }

.gitex-nav__btn {
  width: 9.375rem; }
  @media (max-width: 650px) {
    .gitex-nav__btn {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      position: static;
      margin-top: 0; } }

.gitex-nav__link {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: initial; }

@media (max-width: 1200px) {
  .gitex-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem; } }

@media (max-width: 1200px) {
  .gitex-nav__item {
    border: none;
    padding-bottom: 0; } }

.gitex-header {
  padding-top: 10.6875rem;
  height: 93.75rem;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1920px) {
    .gitex-header {
      height: 81.5rem; } }
  @media (max-width: 1439px) and (min-width: 1201px) {
    .gitex-header {
      height: 93.75rem; } }
  @media (max-width: 1200px) {
    .gitex-header {
      padding-top: 9rem;
      height: 56.875rem; } }
  @media (max-width: 650px) {
    .gitex-header {
      padding-top: 7.375rem;
      height: 47.5rem; } }

.gitex-header__title {
  text-transform: uppercase;
  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;
  line-height: 4.25rem;
  margin-bottom: 1.5rem; }
  .gitex-header__title span:nth-child(2) {
    font-family: var(--font-secondary);
    text-align: center; }
  @media (max-width: 1200px) {
    .gitex-header__title {
      font-size: 3.4375rem;
      line-height: 3.4375rem; }
      .gitex-header__title span:nth-child(2) {
        font-size: 3.25rem;
        line-height: 3.25rem; } }
  @media (max-width: 650px) {
    .gitex-header__title {
      font-size: 2rem;
      line-height: 2rem; }
      .gitex-header__title span:nth-child(2) {
        font-size: 2rem;
        line-height: 2rem; } }

.gitex-header__text-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: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2; }

.gitex-header__text {
  margin-bottom: 3rem; }
  @media (max-width: 1200px) {
    .gitex-header__text {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .gitex-header__text {
      font-size: 1rem;
      line-height: 1.375rem;
      margin-bottom: 2rem; } }

.gitex-header__img-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 57%;
  will-change: transform;
  z-index: 1;
  background-image: url("/images/gitex/gitex-header2k.jpg"); }
  @media (max-width: 1920px) {
    .gitex-header__img-container {
      background-image: url("/images/gitex/gitex-header@1x.webp");
      background-image: -webkit-image-set(url("/images/gitex/gitex-header@1x.webp") type("image/webp") 1x, url("/images/gitex/gitex-header@2x.webp") type("image/webp") 2x);
      background-image: image-set(url("/images/gitex/gitex-header@1x.webp") type("image/webp") 1x, url("/images/gitex/gitex-header@2x.webp") type("image/webp") 2x); } }
  @media (max-width: 1440px) {
    .gitex-header__img-container {
      background-position: center bottom; } }
  @media (max-width: 1200px) {
    .gitex-header__img-container {
      background-image: url("/images/gitex/gitex-header@1x_laptop.webp");
      background-image: -webkit-image-set(url("/images/gitex/gitex-header@1x_laptop.webp") type("image/webp") 1x, url("/images/gitex/gitex-header@2x_laptop.webp") type("image/webp") 2x);
      background-image: image-set(url("/images/gitex/gitex-header@1x_laptop.webp") type("image/webp") 1x, url("/images/gitex/gitex-header@2x_laptop.webp") type("image/webp") 2x); } }
  .gitex-header__img-container.fixed {
    position: fixed;
    height: 93.75rem;
    top: var(--gitex-header-offset); }
    @media (max-width: 1920px) {
      .gitex-header__img-container.fixed {
        height: 81.5rem; } }
    @media (max-width: 1439px) and (min-width: 1201px) {
      .gitex-header__img-container.fixed {
        height: 93.75rem; } }
    @media (max-width: 1200px) {
      .gitex-header__img-container.fixed {
        height: 56.875rem; } }
    @media (max-width: 650px) {
      .gitex-header__img-container.fixed {
        height: 47.5rem; } }

.gitex-main {
  position: relative;
  z-index: 2;
  background-color: #1f1f1f; }

.gitex-roadmap {
  padding-top: 7.5rem;
  padding-bottom: 14.6875rem; }
  @media (max-width: 1200px) {
    .gitex-roadmap {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (max-width: 650px) {
    .gitex-roadmap {
      overflow: hidden;
      padding-top: 3.75rem; } }

.gitex-roadmap__prev-text {
  text-align: center;
  color: var(--color-white);
  opacity: 0.5;
  margin-bottom: 1rem; }

.gitex-roadmap__title-h1 {
  text-align: center; }

.gitex-roadmap__tabs-btn {
  color: var(--color-white); }
  .gitex-roadmap__tabs-btn.active, .gitex-roadmap__tabs-btn:hover {
    background-color: var(--color-white);
    color: var(--color-greyscale-black); }

.gitex-roadmap__tabs-list {
  border-color: var(--color-white); }
  @media (max-width: 1200px) {
    .gitex-roadmap__tabs-list {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.gitex-roadmap__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 1200px) {
    .gitex-roadmap__container {
      -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: static; } }

.gitex-roadmap__tabs {
  margin-bottom: 5.625rem; }
  @media (max-width: 1200px) {
    .gitex-roadmap__tabs {
      overflow: auto;
      margin-bottom: 2.4375rem; } }

.gitex-roadmap__accordion {
  width: 100%;
  max-width: 35.375rem;
  margin-left: auto; }
  @media (max-width: 1200px) {
    .gitex-roadmap__accordion {
      max-width: none; } }

.gitex-roadmap__list {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem; }
  .gitex-roadmap__list::before {
    content: "";
    display: block;
    height: 0.875rem; }

.gitex-roadmap__list-item {
  position: relative;
  padding-left: 1.5rem; }
  .gitex-roadmap__list-item::before {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: var(--color-orange);
    top: 0.4375rem;
    left: 0.4375rem; }

.gitex-roadmap__accordion-item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #40464D;
  margin-bottom: 2rem; }
  .gitex-roadmap__accordion-item:last-child {
    margin-bottom: 0; }
  .gitex-roadmap__accordion-item.active .gitex-roadmap__accordion-title {
    color: var(--color-orange); }

.gitex-roadmap__diagram-wrapper {
  position: absolute;
  width: 39.875rem;
  height: 39.875rem;
  top: -2.75rem;
  left: -1.5625rem; }
  @media (max-width: 1200px) {
    .gitex-roadmap__diagram-wrapper {
      top: -2.9375rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (max-width: 650px) {
    .gitex-roadmap__diagram-wrapper {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1.5;
      top: 0;
      max-width: 25rem; } }

.gitex-roadmap__diagram {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .gitex-roadmap__diagram.active-1 .gitex-roadmap__diagram-item:nth-child(1) .gitex-roadmap__diagram-text {
    opacity: 1; }
  .gitex-roadmap__diagram.active-1 .gitex-roadmap__diagram-item:nth-child(1)::before {
    opacity: 0; }
  .gitex-roadmap__diagram.active-1 .gitex-roadmap__diagram-item:nth-child(1)::after {
    opacity: 0.5; }
  .gitex-roadmap__diagram.active-2 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }
    .gitex-roadmap__diagram.active-2 .gitex-roadmap__diagram-text {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .gitex-roadmap__diagram.active-2 .gitex-roadmap__diagram-item:nth-child(4) .gitex-roadmap__diagram-text {
      opacity: 1; }
    .gitex-roadmap__diagram.active-2 .gitex-roadmap__diagram-item:nth-child(4)::before {
      opacity: 0; }
    .gitex-roadmap__diagram.active-2 .gitex-roadmap__diagram-item:nth-child(4)::after {
      opacity: 0.5; }
  .gitex-roadmap__diagram.active-3 {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }
    .gitex-roadmap__diagram.active-3 .gitex-roadmap__diagram-text {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .gitex-roadmap__diagram.active-3 .gitex-roadmap__diagram-item:nth-child(3) .gitex-roadmap__diagram-text {
      opacity: 1; }
    .gitex-roadmap__diagram.active-3 .gitex-roadmap__diagram-item:nth-child(3)::before {
      opacity: 0; }
    .gitex-roadmap__diagram.active-3 .gitex-roadmap__diagram-item:nth-child(3)::after {
      opacity: 0.5; }
  .gitex-roadmap__diagram.active-4 {
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
        -ms-transform: translate(-50%, -50%) rotate(270deg);
            transform: translate(-50%, -50%) rotate(270deg); }
    .gitex-roadmap__diagram.active-4 .gitex-roadmap__diagram-text {
      -webkit-transform: rotate(-270deg);
          -ms-transform: rotate(-270deg);
              transform: rotate(-270deg); }
    .gitex-roadmap__diagram.active-4 .gitex-roadmap__diagram-item:nth-child(2) .gitex-roadmap__diagram-text {
      opacity: 1; }
    .gitex-roadmap__diagram.active-4 .gitex-roadmap__diagram-item:nth-child(2)::before {
      opacity: 0; }
    .gitex-roadmap__diagram.active-4 .gitex-roadmap__diagram-item:nth-child(2)::after {
      opacity: 0.5; }
  .gitex-roadmap__diagram.animate-pulse {
    -webkit-animation: diagramAnimation 0.3s ease-out both;
            animation: diagramAnimation 0.3s ease-out both; }

.gitex-roadmap__diagram-item {
  width: 19.75rem;
  height: 19.75rem;
  border-radius: 50%;
  position: absolute;
  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;
  cursor: pointer; }
  .gitex-roadmap__diagram-item::before, .gitex-roadmap__diagram-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-filter: blur(1px);
            filter: blur(1px);
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .gitex-roadmap__diagram-item:after {
    opacity: 0; }
  .gitex-roadmap__diagram-item:nth-child(1) {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .gitex-roadmap__diagram-item:nth-child(1)::before {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(32.21%, rgba(255, 255, 255, 0)), color-stop(89.45%, rgba(255, 255, 255, 0.12)));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32.21%, rgba(255, 255, 255, 0.12) 89.45%); }
    .gitex-roadmap__diagram-item:nth-child(1)::after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(28.95%, rgba(254, 110, 54, 0)), color-stop(98.36%, rgba(254, 110, 54, 0.83)));
      background: linear-gradient(180deg, rgba(254, 110, 54, 0) 28.95%, rgba(254, 110, 54, 0.83) 98.36%); }
  .gitex-roadmap__diagram-item:nth-child(2) {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .gitex-roadmap__diagram-item:nth-child(2)::before {
      background: -webkit-gradient(linear, right top, left top, color-stop(32.21%, rgba(255, 255, 255, 0)), color-stop(89.45%, rgba(255, 255, 255, 0.12)));
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 32.21%, rgba(255, 255, 255, 0.12) 89.45%); }
    .gitex-roadmap__diagram-item:nth-child(2)::after {
      background: -webkit-gradient(linear, right top, left top, color-stop(28.95%, rgba(254, 110, 54, 0)), color-stop(98.36%, rgba(254, 110, 54, 0.83)));
      background: linear-gradient(270deg, rgba(254, 110, 54, 0) 28.95%, rgba(254, 110, 54, 0.83) 98.36%); }
    @media (max-width: 650px) {
      .gitex-roadmap__diagram-item:nth-child(2) {
        right: -25%; } }
  .gitex-roadmap__diagram-item:nth-child(3) {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .gitex-roadmap__diagram-item:nth-child(3)::before {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(32.21%, rgba(255, 255, 255, 0)), color-stop(89.45%, rgba(255, 255, 255, 0.12)));
      background: linear-gradient(360deg, rgba(255, 255, 255, 0) 32.21%, rgba(255, 255, 255, 0.12) 89.45%); }
    .gitex-roadmap__diagram-item:nth-child(3)::after {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(28.95%, rgba(254, 110, 54, 0)), color-stop(98.36%, rgba(254, 110, 54, 0.83)));
      background: linear-gradient(360deg, rgba(254, 110, 54, 0) 28.95%, rgba(254, 110, 54, 0.83) 98.36%); }
  .gitex-roadmap__diagram-item:nth-child(4) {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .gitex-roadmap__diagram-item:nth-child(4)::before {
      background: -webkit-gradient(linear, left top, right top, color-stop(32.21%, rgba(255, 255, 255, 0)), color-stop(89.45%, rgba(255, 255, 255, 0.12)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 32.21%, rgba(255, 255, 255, 0.12) 89.45%); }
    .gitex-roadmap__diagram-item:nth-child(4)::after {
      background: -webkit-gradient(linear, left top, right top, color-stop(28.95%, rgba(254, 110, 54, 0)), color-stop(98.36%, rgba(254, 110, 54, 0.83)));
      background: linear-gradient(90deg, rgba(254, 110, 54, 0) 28.95%, rgba(254, 110, 54, 0.83) 98.36%); }
    @media (max-width: 650px) {
      .gitex-roadmap__diagram-item:nth-child(4) {
        left: -25%; } }
  .gitex-roadmap__diagram-item:hover {
    z-index: 2; }
  @media (max-width: 650px) {
    .gitex-roadmap__diagram-item {
      width: 70%;
      height: auto;
      aspect-ratio: 1 / 1; } }

.gitex-roadmap__diagram-text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--color-white);
  opacity: 0.6;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative; }

.gitex-roadmap__accordion-title {
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  @media (max-width: 1200px) {
    .gitex-roadmap__accordion-title {
      font-size: 1.375rem;
      line-height: 1.75rem; } }
  @media (max-width: 650px) {
    .gitex-roadmap__accordion-title {
      font-size: 1.125rem;
      line-height: 1.625rem; } }

@-webkit-keyframes diagramAnimation {
  0% {
    width: 100%;
    height: 100%; }
  50% {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem); }
  100% {
    width: 100%;
    height: 100%; } }

@keyframes diagramAnimation {
  0% {
    width: 100%;
    height: 100%; }
  50% {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem); }
  100% {
    width: 100%;
    height: 100%; } }

@media (max-width: 1200px) {
  .gitex-roadmap__wrapper-inner {
    position: relative;
    padding-top: 36rem; } }

@media (max-width: 650px) {
  .gitex-roadmap__wrapper-inner {
    padding-top: 0; }
    .gitex-roadmap__wrapper-inner::before {
      content: "";
      display: block;
      width: 100%;
      aspect-ratio: 1 / 1.5;
      max-width: 25rem; } }

.gitex-page {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */ }
  .gitex-page::-webkit-scrollbar {
    display: none; }

.gitext-form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem; }

.gitext-form__item-full-width {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1; }

.gitext-form__input {
  -webkit-box-shadow: inset 0 0 0 3.125rem #171617 !important;
          box-shadow: inset 0 0 0 3.125rem #171617 !important; }

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

.gitext-form__submit {
  min-width: 19.0625rem; }
  .gitext-form__submit.notEmpty {
    pointer-events: none; }

.gitex-popup__success {
  min-height: 25.5625rem; }
  .gitex-popup__success::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20.0625rem;
    height: 20.0625rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/images/gitex/success-icon.svg"); }

.gitex-popup__success-title {
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 34.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.gitex-popup__success-text {
  text-align: center;
  position: relative; }

.gitex-form__preloader {
  background-color: #171617; }

.gitex-numbers__wrapper {
  height: 275vh;
  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) {
    .gitex-numbers__wrapper {
      height: 230vh; } }

.gitex-numbers__first-screen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0; }

.gitex-numbers__img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/gitex/gitex-numbers-img@1x.webp");
  background-position: center;
  background-image: -webkit-image-set(url("/images/gitex/gitex-numbers-img@1x.webp") type("image/webp") 1x, url("/images/gitex/gitex-numbers-img@2x.webp") type("image/webp") 2x);
  background-image: image-set(url("/images/gitex/gitex-numbers-img@1x.webp") type("image/webp") 1x, url("/images/gitex/gitex-numbers-img@2x.webp") type("image/webp") 2x); }

.gitex-numbers__numbers-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 7.5rem; }
  @media (max-width: 1200px) {
    .gitex-numbers__numbers-list {
      padding-top: 5rem;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto 1.5rem auto;
      grid-template-columns: repeat(2, auto);
      gap: 4rem 1.5rem; } }

.gitex-numbers__numbers-title {
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .gitex-numbers__numbers-title {
      margin-bottom: 1rem;
      font-size: 3rem;
      line-height: 3rem; } }

.gitex-numbers__content {
  height: 50vh;
  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; }
  .gitex-numbers__content.mobile {
    display: none; }
  @media (max-width: 1200px) {
    .gitex-numbers__content {
      max-width: 50rem;
      width: 100%; }
      .gitex-numbers__content.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .gitex-numbers__content.desktop {
        display: none; } }

.gitex-numbers__content-col {
  width: 100%;
  max-width: 28rem; }
  @media (max-width: 1200px) {
    .gitex-numbers__content-col {
      max-width: 12.5rem; } }

.gitex-numbers__video {
  max-width: 100%; }
  @media (max-width: 1200px) {
    .gitex-numbers__video {
      width: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.gitex-numbers__numbers-item_right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .gitex-numbers__numbers-item_right .gitex-numbers__numbers-title,
  .gitex-numbers__numbers-item_right .gitex-numbers__numbers-text {
    text-align: right; }

.gitex-numbers__animation-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 1px);
  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; }

.gitex-numbers__animation-bg {
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  z-index: 1; }

.gitex-numbers__text-block {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0; }

.gitex-numbers__prev-text {
  color: #8f8f8f;
  text-align: center;
  margin-bottom: 1rem; }

.gitex-numbers__prev-title {
  text-align: center; }

.gitex-numbers__content-wrapper {
  margin-top: auto;
  position: relative; }

.gitex-numbers__content-wrapper-inner::after {
  content: "";
  display: block;
  height: 25vh; }
  @media (max-width: 1200px) {
    .gitex-numbers__content-wrapper-inner::after {
      height: 55vh; } }

@media (max-width: 1200px) {
  .gitex-numbers__content-wrapper-inner {
    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; } }

.gitex-numbers__video-prev-text {
  margin-bottom: 2rem; }

.gitex-numbers__video-prev-list {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem; }

.gitex-numbers__video-list-item {
  position: relative;
  padding-left: 1.875rem; }
  .gitex-numbers__video-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; }

.gitex-numbers__content-second {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-top: -35vh;
  position: relative;
  gap: 2.5rem;
  max-width: 50rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.gitex-numbers__content-col-second {
  max-width: none; }

.gitex-numbers__numbers-text_second {
  max-width: 15.375rem; }

.gitex-expertise {
  margin-top: -25vh;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 11.25rem; }
  @media (max-width: 1200px) {
    .gitex-expertise {
      margin-top: 0;
      padding-bottom: 5rem; } }

.gitex-expertise__prev-text {
  margin-bottom: 2.125rem; }
  @media (max-width: 1200px) {
    .gitex-expertise__prev-text {
      margin-bottom: 1.5rem; } }

.gitex-expertise__item {
  border-top: 1px solid #40464D;
  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;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .gitex-expertise__item:last-child {
    min-height: 10.1875rem; }
    @media (max-width: 1200px) {
      .gitex-expertise__item:last-child {
        min-height: auto; } }
  @media (min-width: 1201px) {
    .gitex-expertise__item:hover {
      background-color: var(--color-black);
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      border-color: var(--color-black); }
      .gitex-expertise__item:hover .gitex-expertise__img-wrapper {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0);
            -ms-transform: translate(-50%, -50%) rotate(0);
                transform: translate(-50%, -50%) rotate(0); } }
  @media (max-width: 1200px) {
    .gitex-expertise__item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1.5rem 1fr;
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: 26px 1.5rem auto;
      grid-template-rows: 26px auto;
          grid-template-areas: "img title" "img text";
      border: none;
      padding: 1.5rem;
      background-color: var(--color-black);
      gap: 1.5rem;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      opacity: 0;
      -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
              transform: translateY(10%); }
      .gitex-expertise__item.aos-animate {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }

.gitex-expertise__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  max-width: 24.375rem; }
  @media (max-width: 1200px) {
    .gitex-expertise__title-wrapper {
      grid-area: title;
      gap: 0.5rem; } }

.gitex-expertise__list-product {
  width: 100%;
  max-width: 28rem;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem; }
  @media (max-width: 1200px) {
    .gitex-expertise__list-product {
      grid-area: text; } }

.gitex-expertise__product-item {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #40464D; }
  .gitex-expertise__product-item:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.gitex-expertise__number {
  color: #7D8186;
  font-size: 0.875rem;
  line-height: 120%;
  -webkit-transform: translate(-0.125rem, 0.1875rem);
      -ms-transform: translate(-0.125rem, 0.1875rem);
          transform: translate(-0.125rem, 0.1875rem); }

.gitex-expertise__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gitex-expertise__img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-75deg);
      -ms-transform: translate(-50%, -50%) rotate(-75deg);
          transform: translate(-50%, -50%) rotate(-75deg);
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 3;
  pointer-events: none; }
  @media (max-width: 1200px) {
    .gitex-expertise__img-wrapper {
      grid-area: img;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      max-width: 7.9375rem; } }
  @media (max-width: 1200px) {
    .gitex-expertise__title-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .gitex-expertise__list-product {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
    .gitex-expertise__img-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; } }

.gitex-expertise__section {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 1200px) {
  .gitex-expertise__list {
    gap: 1.5rem;
    display: -ms-grid;
    display: grid; } }

.gitex-footer {
  background-color: var(--color-black);
  overflow: hidden; }
  @media (max-width: 1200px) {
    .gitex-footer {
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.gitex-footer__container {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  height: calc(100vh - 6rem);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
  @media (max-width: 1200px) {
    .gitex-footer__container {
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: auto; } }

.gitex-footer__title {
  text-align: center;
  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;
  text-transform: uppercase;
  font-size: 4.25rem;
  line-height: 4.125rem;
  margin-bottom: 11.75rem;
  position: relative; }
  .gitex-footer__title span {
    position: relative; }
  .gitex-footer__title span:nth-child(2) {
    font-family: var(--font-secondary); }
  .gitex-footer__title::before {
    content: "";
    position: absolute;
    width: 20.125rem;
    height: 20.125rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/images/gitex/gitex-footer-decor.svg");
    top: -5.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 1200px) {
      .gitex-footer__title::before {
        width: 17.5rem;
        height: 17.5rem; } }
  @media (max-width: 1200px) {
    .gitex-footer__title {
      font-size: 3rem;
      line-height: 3rem;
      margin-bottom: 5rem; } }

.gitex-footer__prev-text {
  color: #a5a5a5;
  text-align: center;
  max-width: 44.0625rem;
  margin-bottom: 3.375rem; }
  @media (max-width: 1200px) {
    .gitex-footer__prev-text {
      max-width: 37.5rem;
      margin-bottom: 2rem; } }

.gitex-footer__footer {
  background-color: var(--color-black);
  height: 6rem; }

@media (max-width: 1200px) {
  .gitex-footer__wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.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); }

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