@charset "UTF-8";
: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-error: #F43E25;
  --color-red: #FF0C0C;
  --color-green: #5DBF5E; }

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

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

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

@font-face {
  src: local("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_top {
  vertical-align: top; }

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

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

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

.link_center {
  text-align: center; }

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

.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_center {
    text-align: center; }

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

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

.title-h3 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 2.25rem; }
  .title-h3_dark {
    color: var(--color-black); }
  .title-h3_white {
    color: var(--color-white); }
  .title-h3_orange {
    color: var(--color-orange); }
  @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__title-h1 {
  margin-bottom: 5rem; }
  @media (max-width: 1200px) {
    .section__title-h1 {
      margin-bottom: 3.5rem; } }
  @media (max-width: 650px) {
    .section__title-h1 {
      margin-bottom: 2rem; } }
  .section__title-h1_short-margin {
    margin-bottom: 2.25rem; }
    @media (max-width: 1200px) {
      .section__title-h1_short-margin {
        margin-bottom: 1rem; } }

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

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

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

.tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .tabs__item_small {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

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

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

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

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

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

.text {
  margin: 0; }
  .text_second {
    line-height: 1.5rem; }
  @media (max-width: 1200px) {
    .text_medium-2 {
      line-height: 1.25rem; } }
  .text_small {
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .text_small {
        font-size: 0.75rem;
        line-height: 1rem; } }
  .text_ultra-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.5rem;
  padding-right: 1.5rem; }
  @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: 3.6875rem;
  padding-bottom: 4rem;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .header-promo {
      padding-top: 26px;
      padding-bottom: 110px; } }
  @media (max-width: 650px) {
    .header-promo {
      padding-top: 24px;
      padding-bottom: 40px; } }

.header-promo__title {
  font-size: 6.75rem;
  line-height: 6.75rem;
  margin: 0;
  margin-bottom: 2rem;
  color: var(--color-white);
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  position: relative; }
  @media (max-width: 1200px) {
    .header-promo__title {
      font-size: 5rem;
      line-height: 5rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .header-promo__title {
      font-size: 36px;
      line-height: 36px; } }

.header-promo__text {
  text-align: center;
  color: var(--color-white); }

.header-promo__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

.header-promo__promo-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .header-promo__promo-text {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 9px; } }

.page-header__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.header-promo__text-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 1200px) {
    .header-promo__text-wrapper {
      margin-bottom: 1.5rem; } }

.header-promo__video {
  max-width: 63.75rem;
  margin-left: -2.25rem;
  margin-top: -1.3125rem;
  position: relative;
  z-index: -1; }
  @media (max-width: 1200px) {
    .header-promo__video {
      max-width: 931px;
      margin-left: -2px;
      margin-top: -37px; } }
  @media (max-width: 650px) {
    .header-promo__video {
      max-width: 546px;
      margin-top: 43px; } }

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

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

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

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

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

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

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

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

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

.page__body {
  min-height: 100%;
  line-height: 1.625rem;
  color: var(--color-white);
  background-color: #131313;
  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__main {
  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::before {
    content: '';
    display: block;
    height: 5.375rem; }
    @media (max-width: 1200px) {
      .page-header::before {
        height: 86px; } }
    @media (max-width: 650px) {
      .page-header::before {
        height: 4rem; } }

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

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

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

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

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

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

.page-header__client-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.page-header__right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-header__video-wrapper {
  position: absolute;
  inset: 0; }

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

.main-slider__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media (max-width: 650px) {
    .main-slider__wrapper {
      padding-top: 4.375rem;
      padding-bottom: 4.375rem; } }
  @media (max-width: 1200px) {
    .main-slider__wrapper_1 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 1.375rem; }
      .main-slider__wrapper_1-main-slide {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media (max-width: 650px) {
    .main-slider__wrapper_1 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-slider__wrapper_1-main-slide {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .main-slider__wrapper_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1200px) {
      .main-slider__wrapper_2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .main-slider__wrapper_3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14.75rem 0 1fr;
    grid-template-columns: 14.75rem 1fr;
    -ms-grid-rows: auto 4.625rem -webkit-min-content;
    -ms-grid-rows: auto 4.625rem min-content;
    grid-template-rows: auto -webkit-min-content;
    grid-template-rows: auto min-content;
    gap: 4.625rem 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
  .main-slider__wrapper_3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .main-slider__wrapper_3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .main-slider__wrapper_3 > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
  .main-slider__wrapper_3 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
    @media (max-width: 1200px) {
      .main-slider__wrapper_3 {
        gap: 3.5rem 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-grid-rows: auto 3.5rem auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: 7.625rem 0 1fr;
        grid-template-columns: 7.625rem 1fr; }
      .main-slider__wrapper_3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .main-slider__wrapper_3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .main-slider__wrapper_3 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .main-slider__wrapper_3 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }
    @media (max-width: 768px) {
      .main-slider__wrapper_3 {
        gap: 2rem; } }
    @media (max-width: 650px) {
      .main-slider__wrapper_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 1.5rem; } }
  @media (max-width: 1200px) {
    .main-slider__wrapper_4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1.5rem; } }
  @media (max-width: 650px) {
    .main-slider__wrapper_4 {
      gap: 1.25rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-details-slider__pagination-wrapper {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1200px) {
  .blog-details-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

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

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

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

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

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

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

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

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

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

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

.circle-animate__svg_1 {
  left: 0; }

.circle-animate__svg_2 {
  right: 0; }

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

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

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

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

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

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

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

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

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

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

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

.main-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.main-nav__tabs-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }
  @media (max-width: 1200px) {
    .main-nav__tabs-button-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 1.3125rem; } }

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

.main-nav__tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
  gap: 1.5rem; }
  @media (max-width: 1200px) {
    .main-nav__tabs-wrapper {
      padding-bottom: 0;
      position: relative;
      margin-bottom: 2.6875rem; }
      .main-nav__tabs-wrapper::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: var(--color-grey-90);
        z-index: -1; } }
  @media (max-width: 650px) {
    .main-nav__tabs-wrapper {
      margin-bottom: 2rem; } }

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

.main-nav__submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

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

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

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

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

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

.main-nav-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .main-nav-second {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .main-nav-second {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.main-nav-second__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  gap: 1.4375rem; }
  @media (max-width: 1200px) {
    .main-nav-second__list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 1rem;
      padding-top: 0;
      padding-bottom: 0; } }

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

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

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

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

.main-nav-second__list-wrapper {
  margin-left: -1.0625rem; }
  @media (max-width: 1200px) {
    .main-nav-second__list-wrapper {
      display: none;
      position: absolute;
      background-color: var(--color-grey-second);
      top: 0;
      left: 0;
      width: 100%;
      padding: 6.5rem 1.5rem 2.5rem;
      overflow: auto;
      margin-left: 0; }
      .main-nav-second__list-wrapper.open {
        display: block; } }
  @media (max-width: 650px) {
    .main-nav-second__list-wrapper {
      padding: 5.4375rem 1rem 2.5rem; } }

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

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

.main-nav-second__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-nav-second__logo img {
    width: 10.75rem;
    height: auto; }
    @media (max-width: 1200px) {
      .main-nav-second__logo img {
        width: 128px; } }
    @media (max-width: 650px) {
      .main-nav-second__logo img {
        width: 108px; } }

.main-nav-second__btn {
  width: 9.375rem; }
  @media (max-width: 650px) {
    .main-nav-second__btn {
      width: 130px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.promo__circle {
  margin-right: 0; }

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

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

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

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

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

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

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

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

.reviews__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: calc(100% / 3 - (3.125rem / 3));
      flex-basis: calc(100% / 3 - (3.125rem / 3));
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  min-width: 17.5rem; }
  @media (max-width: 1200px) {
    .reviews__slider-item {
      -ms-flex-preferred-size: calc(100% / 3 - (2rem / 3));
          flex-basis: calc(100% / 3 - (2rem / 3)); } }

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

.reviews__show-all_mobile {
  display: none; }

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

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

@media (max-width: 1200px) {
  .reviews__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

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

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

.preview {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview__wrapper {
  position: relative; }

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

.preview__pagination-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

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

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

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

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

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

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

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

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

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

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

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

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

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

.news__tabs-item,
.news__show-all-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

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

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

.news__section-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

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

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

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

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

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

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

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

.news__information {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

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

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

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0; }

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

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

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

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

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

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

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

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

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

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

.content-table {
  display: none; }
  @media (max-width: 768px) {
    .content-table.mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1.5rem; } }

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

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

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

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

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

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

.social-share__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

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

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

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

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

.custom-slider {
  overflow: hidden; }

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

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

.custom-slider__pagination {
  position: static;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .custom-slider__pagination {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      margin-top: 1.5rem;
      margin-bottom: 0; } }

.custom-slider__pagination-wrapper {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

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

.form__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;
  padding-top: 1.0625rem;
  padding-bottom: 1rem; }
  .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-white);
    caret-color: var(--color-white); }
    .form__input_white:-webkit-autofill {
      -webkit-text-fill-color: var(--color-grey-60);
      caret-color: var(--color-grey-60); }
  .form__input_small {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; }
  .form__input_not-empty ~ .form__label {
    top: -0.125rem;
    font-size: 0.75rem;
    line-height: 1rem; }
  .form__input_not-empty ~ .form__clear {
    opacity: 1;
    pointer-events: auto; }
  .form__input ~ .error {
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-red);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .form__input:focus:not(.form__input_file) {
    outline: none;
    border-width: 2px; }
    .form__input:focus:not(.form__input_file) ~ .form__label {
      top: -0.125rem;
      font-size: 0.75rem;
      line-height: 1rem; }
    .form__input:focus:not(.form__input_file) ~ .form__border::before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .form__input:focus:not(.form__input_file) ~ .form__clear {
      opacity: 1;
      pointer-events: auto; }
  .form__input_file:focus ~ .form__file-btn path {
    fill: var(--color-orange); }
  .form__input.error ~ .form__border::before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background-color: var(--color-red); }
  .form__input.noValidate ~ label.error {
    display: none !important; }
  .form__input_not-box-shadow {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .form__input_not-box-shadow:-webkit-autofill {
      -webkit-box-shadow: inset 0 0 0 3.125rem #1f1f1f !important;
              box-shadow: inset 0 0 0 3.125rem #1f1f1f !important;
      -webkit-text-fill-color: var(--color-white);
      caret-color: var(--color-white); }
  @media (max-width: 1200px) {
    .form__input {
      padding-top: 1.0625rem;
      padding-bottom: 1.0625rem; } }

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

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

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

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

.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); }
  @media (max-width: 650px) {
    .form__checkbox-text {
      font-size: 10px;
      line-height: 14px; } }
  .form__checkbox-text_ultra-small {
    font-size: 0.625rem;
    line-height: 0.875rem; }
  .form__checkbox-text_big {
    font-size: 1rem;
    line-height: 1.375rem; }
    @media (max-width: 1200px) {
      .form__checkbox-text_big {
        font-size: 0.75rem;
        line-height: 1rem; } }
  .form__checkbox-text_big-2 {
    font-size: 1rem;
    line-height: 1.375rem; }

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

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

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

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

.form__item_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem; }
  @media (max-width: 650px) {
    .form__item_radio {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

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

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

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

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

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

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

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

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

@media (max-width: 650px) {
  .form__item-checkbox_first {
    margin-bottom: 16px; } }

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

.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: #1f1f1f; }
  .preloader_burgundy {
    background-color: var(--color-burgundy); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-wrapper {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

.video__prev,
.video__video-frame {
  width: 100%;
  height: 100%; }

.video__prev-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.video__video-frame iframe {
  width: 100%;
  height: 100%; }

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

.video__wrapper {
  position: relative;
  height: 32.5rem;
  max-width: 57.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1200px) {
    .video__wrapper {
      height: 25.625rem; } }
  @media (max-width: 650px) {
    .video__wrapper {
      height: 11.875rem; } }

.video__btn-callback {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .video__btn-callback {
      margin-top: 3.5rem; } }
  @media (max-width: 650px) {
    .video__btn-callback {
      margin-top: 2rem; } }

.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-transition: 0.3s linear margin;
  transition: 0.3s linear margin; }
  @media (min-width: 1201px) {
    .case__list.resize-right {
      margin-right: -1.5rem; } }
  @media (min-width: 1201px) {
    .case__list.resize-left {
      margin-left: -1.5rem; } }
  @media (max-width: 1200px) {
    .case__list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem; } }
  @media (max-width: 1024px) {
    .case__list {
      -ms-grid-columns: 21.75rem 1rem 21.75rem 1rem 21.75rem;
      grid-template-columns: repeat(3, 21.75rem);
      gap: 1rem;
      overflow: auto;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; } }
  @media (max-width: 650px) {
    .case__list {
      -ms-grid-columns: (20.5rem)[3];
      grid-template-columns: repeat(3, 20.5rem); } }

.case__list-wrapper {
  overflow: hidden; }

.case__item {
  height: 28.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden; }
  .case__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-burgundy);
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation: animationOpacityOff 0s linear 0.3s both;
            animation: animationOpacityOff 0s linear 0.3s both; }
    @media (max-width: 1200px) {
      .case__item::before {
        display: none; } }
  @media (min-width: 1201px) {
    .case__item_no-hover {
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .case__item_no-hover:last-child {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
    .case__item_no-hover_first {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .case__item_hover {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }
      .case__item_hover::before {
        -webkit-animation: none;
                animation: none; }
      .case__item_hover .case__title {
        bottom: calc(100% - 1.5rem);
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%); }
      .case__item_hover .case__text-wrapper {
        -webkit-animation: animationOpacityOn 0.3s linear 0.3s both;
                animation: animationOpacityOn 0.3s linear 0.3s both; } }
  @media (max-width: 1200px) {
    .case__item {
      height: auto;
      scroll-snap-align: start; } }

.case__title {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (max-width: 1200px) {
    .case__title {
      bottom: auto;
      top: 6rem;
      left: 1rem; } }
  @media (max-width: 650px) {
    .case__title {
      top: 5.875rem;
      font-size: 1rem;
      line-height: 1.375rem; } }

.case__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0; }
  @media (max-width: 1200px) {
    .case__img {
      position: static;
      height: 9.625rem; } }

.case__text-wrapper {
  padding: 1.5rem;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  opacity: 0; }
  @media (max-width: 1200px) {
    .case__text-wrapper {
      position: static;
      opacity: 1;
      border: 1px solid var(--color-grey-40);
      border-top: none;
      padding: 1rem;
      min-height: 17.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 1200px) {
    .case__text-wrapper_burgundy {
      background-color: var(--color-burgundy); }
      .case__text-wrapper_burgundy .case__solution-item {
        color: var(--color-white); }
        .case__text-wrapper_burgundy .case__solution-item::before {
          background-color: var(--color-white); }
      .case__text-wrapper_burgundy .case__wrapper-title {
        color: var(--color-white); }
      .case__text-wrapper_burgundy .case__wrapper-text {
        color: var(--color-white); }
      .case__text-wrapper_burgundy .case__text {
        color: var(--color-white); } }
  @media (max-width: 1200px) {
    .case__text-wrapper.text-show .case__text:first-child ~ p {
      display: block; } }

.case__wrapper-title {
  margin-bottom: 0.75rem; }
  @media (max-width: 1200px) {
    .case__wrapper-title {
      color: var(--color-greyscale-black); } }

.case__text-task {
  margin-bottom: 1.5rem; }

.case__wrapper-text {
  line-height: 1.5rem; }
  @media (max-width: 1200px) {
    .case__wrapper-text {
      color: var(--color-greyscale-black);
      line-height: 1.25rem; } }

@media (max-width: 1200px) {
  .case__text-solution {
    display: none;
    margin-bottom: 2rem; }
    .case__text-solution.show {
      display: block; } }

.case__hide-text-icon {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: var(--color-orange);
  margin-left: 0.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.case__hide-text {
  display: none; }
  @media (max-width: 1200px) {
    .case__hide-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: auto; }
      .case__hide-text.show .case__btn-hide-case {
        display: block; }
      .case__hide-text.show .case__btn-show-case {
        display: none; }
      .case__hide-text.show .case__hide-text-icon {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .case__hide-text:hover .case__hide-text-icon {
        fill: var(--color-light-orange); }
      .case__hide-text:active .case__hide-text-icon {
        fill: var(--color-dark-orange); } }

.case__btn-hide-case {
  display: none; }

.case__solution-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.75rem; }

.case__solution-item {
  padding-left: 1.875rem;
  position: relative;
  color: var(--color-white);
  line-height: 1.5rem; }
  .case__solution-item::before {
    content: "";
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--color-white);
    top: 10px;
    left: 0.5rem; }
    @media (max-width: 1200px) {
      .case__solution-item::before {
        width: 0.25rem;
        height: 0.25rem;
        top: 0.5625rem;
        left: 0.4375rem;
        background-color: var(--color-black); } }
  @media (max-width: 1200px) {
    .case__solution-item {
      line-height: 1.25rem;
      padding-left: 1.5rem;
      color: var(--color-black); } }

.case__text {
  margin-bottom: 1.625rem; }
  @media (max-width: 1200px) {
    .case__text {
      color: var(--color-greyscale-black);
      line-height: 1.25rem;
      margin-bottom: 1.25rem; }
      .case__text:first-child ~ p {
        display: none; } }
  .case__text:last-of-type {
    margin-bottom: 0; }
    @media (max-width: 1200px) {
      .case__text:last-of-type {
        margin-bottom: 1.25rem; } }

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

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

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

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

@media (max-width: 1200px) {
  .case__item-background {
    position: absolute;
    background-color: #2B323A33;
    width: 100%;
    height: 9.625rem;
    top: 0; } }

.cyberchampionship-form {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
  background-color: #1f1f1f; }
  @media (max-width: 1200px) {
    .cyberchampionship-form {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form {
      padding-top: 3.75rem;
      padding-bottom: 2.5rem; } }

.cyberchampionship-form__wrapper {
  max-width: 72.25rem;
  margin: 0 auto; }

.cyberchampionship-form__title {
  margin-bottom: 5rem;
  max-width: 68.25rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .cyberchampionship-form__title::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 72.875rem;
    height: 35.0625rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/cyberchampionship-form-decor-for-form-title.png");
    z-index: -1;
    top: -8.3125rem;
    margin-left: -8rem;
    pointer-events: none; }
    @media (max-width: 1200px) {
      .cyberchampionship-form__title::before {
        background-image: url("../images/cyberchampionship-form-decor-for-form-title_laptop.png");
        width: 629px;
        height: 303px;
        top: -99px;
        margin-left: -106px; } }
    @media (max-width: 650px) {
      .cyberchampionship-form__title::before {
        background-image: url("../images/cyberchampionship-form-decor-for-form-title_mobile.png");
        width: 361px;
        height: 158px;
        top: -67px;
        margin-left: -53px; } }
  @media (max-width: 1200px) {
    .cyberchampionship-form__title {
      margin-bottom: 56px; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__title {
      margin-bottom: 32px; } }

.cyberchampionship-form__prev-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.9375rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__prev-text {
      line-height: 20px;
      margin-bottom: 8px; } }

.cyberchampionship-form__container form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.5rem; }
  @media (max-width: 650px) {
    .cyberchampionship-form__container form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.cyberchampionship-form__item_full-width {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1; }

.cyberchampionship-form__item_radio {
  margin-top: 2.5rem;
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__item_radio {
      margin-top: 1rem;
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__item_radio {
      margin-top: 0.5rem;
      margin-bottom: 2rem; } }

.cyberchampionship-form__submit {
  width: 100%;
  max-width: 20.625rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.cyberchampionship-form__item-checkbox {
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__item-checkbox {
      margin-bottom: 2.5rem; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__item-checkbox {
      margin-bottom: 2rem; } }

.cyberchampionship-form__success-title {
  margin-bottom: 4rem;
  position: relative; }
  .cyberchampionship-form__success-title span {
    position: relative;
    z-index: 2; }
  .cyberchampionship-form__success-title::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 73.75rem;
    height: 35.5625rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/cyberchampionship-form-decor-for-success-title.png");
    z-index: 1;
    top: -7.5rem;
    margin-left: -12.5625rem; }
    @media (max-width: 1200px) {
      .cyberchampionship-form__success-title::before {
        background-image: url("../images/cyberchampionship-form-decor-for-success-title_laptop.png");
        width: 629px;
        height: 303px;
        top: -70px;
        margin-left: -108px; } }
    @media (max-width: 650px) {
      .cyberchampionship-form__success-title::before {
        background-image: url("../images/cyberchampionship-form-decor-for-success-title_mobile.png");
        width: 361px;
        height: 158px;
        top: -48px;
        margin-left: -53px; } }
  @media (max-width: 1200px) {
    .cyberchampionship-form__success-title {
      margin-bottom: 32px;
      max-width: 650px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (max-width: 650px) {
    .cyberchampionship-form__success-title {
      margin-bottom: 2rem; } }

.cyberchampionship-form__success-text {
  text-align: center;
  margin-bottom: 1.625rem; }
  .cyberchampionship-form__success-text:last-child {
    margin-bottom: 0; }
  .cyberchampionship-form__success-text a {
    color: var(--color-orange); }
    .cyberchampionship-form__success-text a:hover {
      color: var(--color-light-orange); }
    .cyberchampionship-form__success-text a:active {
      color: var(--color-dark-orange); }
  @media (max-width: 1200px) {
    .cyberchampionship-form__success-text {
      margin-bottom: 1.375rem; } }

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

.cyberchampionship-form__personal-data {
  margin-top: 2.5rem;
  margin-bottom: 4rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__personal-data {
      margin-top: 16px;
      margin-bottom: 40px; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__personal-data {
      margin-top: 8px;
      margin-bottom: 32px; } }

.cyberchampionship-form__btn {
  max-width: 27.875rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__btn {
      max-width: 330px; } }

.cyberchampionship-form__success-wrapper {
  max-width: 57.375rem;
  margin-right: auto;
  margin-left: auto; }

.cyberchampionship-form__checkbox-wrapper {
  margin-top: 2.3125rem;
  margin-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .cyberchampionship-form__checkbox-wrapper {
      margin-top: 16px;
      margin-bottom: 40px; } }
  @media (max-width: 650px) {
    .cyberchampionship-form__checkbox-wrapper {
      margin-top: 8px;
      margin-bottom: 32px; } }

.cyberchampionship-form__container {
  max-width: 57.375rem;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 650px) {
  .cyberchampionship-form__radio {
    margin-bottom: 32px; } }

.tabs-offices {
  width: 28rem; }
  @media (max-width: 1200px) {
    .tabs-offices {
      width: 100%; } }

.tabs-offices__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  border: 1px solid var(--color-greyscale-black);
  margin-bottom: 3.5rem; }

.tabs-offices__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .tabs-offices__item.active {
    background-color: var(--color-greyscale-black);
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    color: var(--color-white); }
    @media (max-width: 768px) {
      .tabs-offices__item.active {
        padding: 0.75rem 0.875rem; } }

.promo-404 {
  padding-top: 1.9375rem;
  padding-bottom: 6.25rem;
  height: 40.8125rem; }
  @media (max-width: 1200px) {
    .promo-404 {
      padding-top: 3.75rem; } }
  @media (max-width: 650px) {
    .promo-404 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      height: auto; } }

.promo-404__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .promo-404__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.promo-404__text-wrapper {
  width: 100%;
  max-width: 18.3125rem;
  margin-top: 0.625rem; }
  @media (max-width: 1200px) {
    .promo-404__text-wrapper {
      margin-top: 4.5rem;
      max-width: 21.625rem; } }
  @media (max-width: 650px) {
    .promo-404__text-wrapper {
      max-width: 17.375rem;
      margin-top: 11.4375rem; } }

.promo-404__title-h1 {
  margin-top: auto; }
  .promo-404__title-h1 .title-h1__secondary {
    padding-left: 11.6875rem; }
    @media (max-width: 1200px) {
      .promo-404__title-h1 .title-h1__secondary {
        padding-left: 0;
        text-align: center;
        font-size: inherit;
        line-height: inherit; } }
    @media (max-width: 650px) {
      .promo-404__title-h1 .title-h1__secondary {
        letter-spacing: 0; } }
  @media (max-width: 1200px) {
    .promo-404__title-h1 .title-h1__primary {
      font-size: inherit;
      line-height: inherit;
      text-align: center; } }
  @media (max-width: 650px) {
    .promo-404__title-h1 .title-h1__primary {
      letter-spacing: 0; } }
  @media (max-width: 1200px) {
    .promo-404__title-h1 {
      margin-top: 0;
      font-size: 5.5rem;
      line-height: 5.5rem; } }
  @media (max-width: 650px) {
    .promo-404__title-h1 {
      font-size: 2.375rem;
      line-height: 2.375rem; } }

.promo-404__text {
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .promo-404__text {
      margin-bottom: 0;
      text-align: center; } }

.promo-404__link.mobile {
  display: none; }
  @media (max-width: 1200px) {
    .promo-404__link.mobile {
      display: inline-block; } }

@media (max-width: 1200px) {
  .promo-404__link.desktop {
    display: none; } }

@media (max-width: 1200px) {
  .promo-404__link {
    margin-top: 1.25rem; } }

@media (max-width: 650px) {
  .promo-404__link {
    margin-top: 1.5rem; } }

.promo-contacts {
  padding-top: 1.5rem;
  height: 33.875rem;
  position: relative; }
  @media (max-width: 1200px) {
    .promo-contacts {
      padding-top: 1rem;
      height: 40.25rem; } }
  @media (max-width: 650px) {
    .promo-contacts {
      padding-top: 0;
      height: 28.4375rem; } }
  .promo-contacts::before {
    content: "";
    position: absolute;
    width: 33.4375rem;
    min-height: 16.6875rem;
    background-image: url("/images/promo-contacts-decor.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 650px) {
      .promo-contacts::before {
        width: 20.125rem;
        min-height: 10.125rem;
        background-image: url("/images/promo-contacts-decor_mobile.svg");
        bottom: 3.125rem; } }

@media (max-width: 1200px) {
  .promo-contacts__title .title-h1__secondary {
    text-align: center;
    font-size: inherit;
    line-height: inherit; } }

@media (max-width: 650px) {
  .promo-contacts__title .title-h1__secondary {
    letter-spacing: 0; } }

@media (max-width: 1200px) {
  .promo-contacts__title .title-h1__primary {
    font-size: inherit;
    line-height: inherit;
    text-align: center; } }

@media (max-width: 650px) {
  .promo-contacts__title .title-h1__primary {
    letter-spacing: 0; } }

@media (max-width: 1200px) {
  .promo-contacts__title {
    margin-top: 0;
    font-size: 6.75rem;
    line-height: 6.75rem; } }

@media (max-width: 650px) {
  .promo-contacts__title {
    font-size: 3rem;
    line-height: 3rem; } }

.footer {
  background-color: #1f1f1f;
  padding-top: 2.5rem;
  padding-bottom: 2rem; }
  @media (max-width: 1200px) {
    .footer {
      padding-top: 2.625rem;
      padding-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .footer {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18.375rem; }
  @media (max-width: 1200px) {
    .footer__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2.5rem;
      margin-bottom: 7.75rem; } }
  @media (max-width: 650px) {
    .footer__top {
      margin-bottom: 2.6875rem; } }

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125rem; }
  @media (max-width: 1200px) {
    .footer__menu {
      gap: 1.875rem;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 768px) {
    .footer__menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 3.75rem; } }
  @media (max-width: 650px) {
    .footer__menu {
      gap: 1.6875rem; } }

.footer__menu-title {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-orange);
  margin-bottom: 1rem; }

.footer__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content; }

.footer__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem; }

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

.footer__submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__submenu-two-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 2rem -webkit-max-content;
  -ms-grid-columns: max-content 2rem max-content;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  gap: 0.75rem 2rem; }
  @media (max-width: 1200px) {
    .footer__submenu-two-col {
      gap: 0.75rem 1.25rem;
      -ms-grid-columns: 7.75rem 1.25rem 7.75rem;
      grid-template-columns: repeat(2, 7.75rem); } }
  @media (max-width: 768px) {
    .footer__submenu-two-col {
      -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto); } }
  @media (max-width: 650px) {
    .footer__submenu-two-col {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.footer__text {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0; }

.footer__submenu-address {
  max-width: 11.75rem; }

.footer__title {
  margin: 0;
  color: var(--color-white);
  font-size: 4.25rem;
  line-height: 4.25rem;
  max-width: 35.3125rem;
  text-transform: uppercase; }
  .footer__title span {
    font-family: var(--font-secondary); }
  @media (max-width: 1200px) {
    .footer__title {
      font-size: 3rem;
      line-height: 3.625rem; }
      .footer__title span {
        white-space: nowrap; } }
  @media (max-width: 650px) {
    .footer__title {
      font-size: 1.625rem;
      line-height: 2rem;
      max-width: 14.875rem; } }

.footer__company-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 1200px) {
    .footer__company-information {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 768px) {
    .footer__company-information {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 2.5rem; } }

.footer__company-information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (max-width: 1200px) {
    .footer__company-information-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 0.75rem 1.875rem;
      max-width: 18.9375rem; } }

.footer__address {
  margin-right: auto; }
  @media (max-width: 1200px) {
    .footer__address {
      width: auto;
      margin-right: 0; } }

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

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

.footer__link-phone {
  margin-right: 2rem; }
  @media (max-width: 1200px) {
    .footer__link-phone {
      margin-right: 0; } }

.footer__link-contacts {
  margin-right: 3.0625rem; }
  @media (max-width: 1200px) {
    .footer__link-contacts {
      margin-right: 0; } }

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

.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__social-link svg {
    width: 2.75rem;
    height: 2.75rem; }
  .footer__social-link rect, .footer__social-link path {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .footer__social-link:hover rect {
    stroke: var(--color-light-orange); }
  .footer__social-link:hover path {
    fill: var(--color-light-orange); }
  .footer__social-link:active rect {
    stroke: var(--color-dark-orange); }
  .footer__social-link:active path {
    fill: var(--color-dark-orange); }
  @media (max-width: 650px) {
    .footer__social-link svg {
      width: 2.5rem;
      height: 2.5rem; } }

.footer__bottom {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-grey-80);
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem; }
  @media (max-width: 800px) {
    .footer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1200px) {
    .footer__bottom {
      padding-bottom: 1.4375rem;
      margin-bottom: 1.5rem; } }
  @media (max-width: 650px) {
    .footer__bottom {
      padding-bottom: 2.5rem;
      margin-bottom: 2.5rem; } }

.footer__text-copy {
  margin-bottom: 1.0625rem; }
  .footer__text-copy a {
    color: var(--color-orange); }
    .footer__text-copy a:hover {
      color: var(--color-light-orange); }
    .footer__text-copy a:active {
      color: var(--color-dark-orange); }
  .footer__text-copy:last-child {
    margin-bottom: 0; }

@media (max-width: 1200px) {
  .footer__submenu-link_mail {
    white-space: nowrap; } }

@media (max-width: 1200px) {
  .footer__submenu-link_tel {
    white-space: nowrap; } }

.footer__logo-footer {
  width: 8rem; }
  @media (max-width: 650px) {
    .footer__logo-footer {
      width: 8.5rem; } }

.footer-second {
  padding-top: 0;
  padding-bottom: 0; }

.footer-second__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  margin-bottom: 2rem; }
  .footer-second__wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 3.125rem);
    height: 1px;
    background-color: var(--color-grey-40); }
  @media (max-width: 1200px) {
    .footer-second__wrapper {
      padding-bottom: 24px;
      margin-bottom: 24px; } }
  @media (max-width: 650px) {
    .footer-second__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 32px;
      padding-top: 32px;
      padding-bottom: 32px;
      margin-bottom: 32px; } }

.footer-second__social-link svg {
  width: 3rem;
  height: 3rem; }
  @media (max-width: 1200px) {
    .footer-second__social-link svg {
      width: 2.5rem;
      height: 2.5rem; } }
  @media (max-width: 650px) {
    .footer-second__social-link svg {
      width: 48px;
      height: 48px; } }

.footer-second__social {
  gap: 0.625rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
  @media (max-width: 1200px) {
    .footer-second__social {
      gap: 20px; } }
  @media (max-width: 650px) {
    .footer-second__social {
      width: auto;
      gap: 10px; } }

.footer-second__footer-text {
  max-width: 11.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.125rem; }
  @media (max-width: 1200px) {
    .footer-second__footer-text {
      line-height: 22px; } }

.footer-second__copyright-text a {
  white-space: nowrap;
  color: var(--color-orange); }
  .footer-second__copyright-text a:hover {
    color: var(--color-light-orange); }
  .footer-second__copyright-text a:active {
    color: var(--color-dark-orange); }

.footer-second__copyright {
  padding-bottom: 2rem; }
  @media (max-width: 1200px) {
    .footer-second__copyright {
      padding-bottom: 24px; } }
  @media (max-width: 650px) {
    .footer-second__copyright {
      padding-bottom: 32px; } }

.footer-second__logo img {
  width: 10.75rem;
  height: auto; }

.footer-second__copyright-text {
  text-align: center; }

.footer-second__text {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 1200px) {
    .footer-second__text {
      max-width: 367px; } }

.callback__text {
  margin: 0;
  margin-bottom: 5.5rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: var(--color-white);
  max-width: 33.8125rem; }
  @media (max-width: 1200px) {
    .callback__text {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-top: 2.125rem;
      margin-bottom: 1.9375rem; } }
  .callback__text_big-text {
    font-size: 1.875rem;
    line-height: 2.25rem; }
    @media (max-width: 1200px) {
      .callback__text_big-text {
        font-size: 1.25rem;
        line-height: 1.625rem; } }

.success__title {
  margin: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--color-white);
  font-size: 1.875rem;
  line-height: 2.25rem; }
  @media (max-width: 1200px) {
    .success__title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-bottom: 1.25rem; } }

.success__text {
  margin: 0;
  margin-bottom: 1.375rem;
  text-align: center;
  color: var(--color-white); }
  @media (max-width: 1200px) {
    .success__text {
      margin-bottom: 1.25rem; } }

.success__btn-close {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 19.0625rem;
  margin-top: 2.5rem;
  padding: 0.5625rem;
  font-size: 1rem;
  line-height: 1.375rem; }
  @media (max-width: 1200px) {
    .success__btn-close {
      padding: 0.75rem;
      max-width: 27rem;
      width: 100%;
      margin-top: 2rem; } }

.close-popup-button {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem; }
  @media (max-width: 1200px) {
    .close-popup-button {
      right: 1.25rem; } }

.close-popup-button__svg {
  width: 100%;
  height: 100%;
  fill: var(--color-white);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .close-popup-button__svg:hover {
    fill: var(--color-light-orange); }
  .close-popup-button__svg:active {
    fill: var(--color-orange); }

.about {
  padding-top: 2rem;
  position: relative;
  z-index: 1; }

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
  position: relative; }
  @media (max-width: 1200px) {
    .about__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.about__text-block {
  width: 31.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 1200px) {
    .about__text-block {
      width: auto;
      margin-top: -38px;
      position: relative; } }

.about__img {
  max-width: none;
  width: 52.875rem; }
  @media (max-width: 1200px) {
    .about__img {
      width: 744px; } }
  @media (max-width: 650px) {
    .about__img {
      width: 375px; } }

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

.about__big-title {
  margin-bottom: 1.5rem; }

.about__text {
  margin-bottom: 3.75rem; }
  @media (max-width: 1200px) {
    .about__text {
      margin-bottom: 56px; } }
  @media (max-width: 650px) {
    .about__text {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 32px; } }

.about__img-block {
  margin-top: -10rem;
  -webkit-transform: translateX(-10.8125rem);
      -ms-transform: translateX(-10.8125rem);
          transform: translateX(-10.8125rem); }
  @media (max-width: 1200px) {
    .about__img-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: -129px;
      -webkit-transform: translateX(-19px);
          -ms-transform: translateX(-19px);
              transform: translateX(-19px); } }
  @media (max-width: 650px) {
    .about__img-block {
      margin-top: -78px; } }

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

.experts {
  margin-top: -4.75rem; }
  @media (max-width: 1200px) {
    .experts {
      margin-top: 0; } }

.experts__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: 650px) {
    .experts__list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 16px; } }

.experts__img {
  margin-bottom: 1.5rem; }
  @media (max-width: 650px) {
    .experts__img {
      margin-bottom: 12px;
      width: 100%; } }

.experts__title {
  margin-bottom: 1rem; }
  @media (max-width: 1200px) {
    .experts__title {
      margin-bottom: 12px; } }
  @media (max-width: 650px) {
    .experts__title {
      margin-bottom: 8px; } }

.events__list {
  display: -ms-grid;
  display: grid;
  gap: 3.125rem; }
  @media (max-width: 1200px) {
    .events__list {
      gap: 32px; } }

.events__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem; }
  @media (max-width: 1200px) {
    .events__text-block {
      gap: 20px; } }
  @media (max-width: 650px) {
    .events__text-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px; } }

.events__location {
  width: 10rem;
  color: var(--color-orange);
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 1200px) {
    .events__location {
      width: 120px; } }
  @media (max-width: 650px) {
    .events__location {
      width: auto; } }

.events__description-text {
  margin-bottom: 1.6875rem; }
  .events__description-text:last-child {
    margin-bottom: 0; }
  .events__description-text span {
    font-weight: 500; }
  @media (max-width: 1200px) {
    .events__description-text {
      margin-bottom: 22px; } }

.visually-hidden {
  position: absolute;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  opacity: 0; }

.text-hide {
  position: absolute;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0); }

.hidden {
  display: none !important; }

/*# sourceMappingURL=main.css.map */
