:root {
  /* --font-- */
  --font-primary: "ONYSans", arial, sans-serif;
  --font-special: "ONYRealist", arial, sans-serif;
  /* --color-- */
  --color-black: black;
  --color-white: #fff;
  --color-dark-bg: #0F0F0F;
  --color-purple: #3a1074;
  --color-primary-purple: #70f;
  --color-violet: #4b009f;
  --color-light-blue: #7ED6FC;
  --color-light-green: #07d8ad;
  --color-lighten-green: #06d3b5;
  --color-grey: #2b323a;
  --color-greyscale-20: #d3d4db;
  --color-greyscale-60: #797e8b;
  --color-red: #ff0c0c;
  --color-green: #5dbf5e; }

/* --grid-- */
/* --font-size-- */
/* --line height-- */
/* --viewports-- */
.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 {
  font-family: "ONYRealist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("ONYRealist-Regular"), url("../fonts/ONYRealist.woff2") format("woff2"), url("../fonts/ONYRealist.woff") format("woff"), url("../fonts/ONYRealist.otf") format("opentype"), url("../fonts/ONYRealist.ttf") format("truetype"); }

@font-face {
  font-family: "ONYSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("ONYSans-Regular"), url("../fonts/ONYSans.woff2") format("woff2"), url("../fonts/ONYSans.woff") format("woff"), url("../fonts/ONYSans.otf") format("opentype"), url("../fonts/ONYSans.ttf") format("truetype"); }

/*! 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; }

/* 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; } }

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

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

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

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

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

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

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

body {
  margin: 0;
  overflow-x: hidden; }

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

ul {
  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%; }

.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-radius: 3.5625rem;
  padding: 1.9375rem 2.1875rem;
  font-size: 1.6875rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: var(--color-grey);
  border: 1px solid var(--color-light-blue);
  background-color: var(--color-light-blue);
  position: relative;
  overflow: hidden;
  will-change: box-shadow;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .btn:hover {
    background-color: transparent;
    color: var(--color-light-blue); }
  .btn span {
    position: relative; }
  .btn_empty {
    background-color: transparent;
    color: var(--color-white); }
    .btn_empty:hover {
      background-color: var(--color-light-blue);
      color: var(--color-grey); }
  .btn_fake {
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 400;
    border-width: 1px;
    padding: 1.1875rem;
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .btn {
      padding: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.5rem; } }
  .btn__small {
    padding: 4.3px 18px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 60px;
    height: 20px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .btn__small {
        padding: 4.3px 18px;
        font-size: 1.25rem;
        line-height: 1.5rem;
        min-width: none;
        position: relative;
        top: 0; } }
    @media (min-width: 1024px) {
      .btn__small {
        font-size: 14px;
        width: 180px;
        height: 32px; } }

.title-h1 {
  margin: 0;
  font-weight: 500;
  font-size: 44px;
  line-height: 130%;
  margin-bottom: 20px;
  line-height: 120%;
  max-width: 320px; }
  @media (min-width: 768px) {
    .title-h1 {
      font-size: 44px;
      line-height: 76.8px;
      max-width: 350px;
      margin-bottom: 0;
      line-height: 120%; } }
  @media (min-width: 1024px) {
    .title-h1 {
      font-size: 42px;
      line-height: 76.8px;
      max-width: 350px;
      line-height: 120%; } }
  @media (min-width: 1440px) {
    .title-h1 {
      font-size: 64px;
      line-height: 76.8px;
      max-width: none; } }

.title-h2 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .title-h2 {
      font-size: 36px;
      line-height: 120%; } }

.title-h3 {
  font-variant-numeric: lining-nums proportional-nums stacked-fractions;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  margin: 0;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .title-h3 {
      font-size: 28px;
      line-height: 28px; } }
  @media (min-width: 1024px) {
    .title-h3 {
      font-size: 36px;
      line-height: 36px; } }
  @media (min-width: 1440px) {
    .title-h3 {
      font-size: 48px;
      line-height: 48px; } }

.prev-text {
  text-align: center;
  margin: 0; }

.section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .section_big-padding {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem; }
  @media (min-width: 768px) {
    .section {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.pagination {
  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;
  gap: 24px; }

.pagination__dotted-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0; }
  .pagination__dotted-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pagination__dotted-list li.slick-active button {
      width: 16px;
      height: 16px;
      background-color: var(--color-light-blue); }
  .pagination__dotted-list button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--color-light-blue);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer; }
    .pagination__dotted-list button:hover {
      background-color: var(--color-light-blue); }

.pagination__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 82.125rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }
  .wrapper_long {
    max-width: 102.5rem; }

.form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.form__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-greyscale-20);
  overflow: hidden; }
  .form__border::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background-color: var(--color-red);
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%); }

.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;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: var(--color-white);
  caret-color: var(--color-white);
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding-top: 0;
  padding-bottom: 1.75rem; }
  .form__input::-webkit-input-placeholder {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__input::-moz-placeholder {
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__input:-ms-input-placeholder {
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__input::-ms-input-placeholder {
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__input::placeholder {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__input ~ .error {
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: var(--color-red);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
    @media (min-width: 1024px) {
      .form__input ~ .error {
        font-size: 1rem;
        padding-top: 1.625rem; } }
  .form__input:focus {
    outline: none; }
    .form__input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .form__input:focus::-moz-placeholder {
      opacity: 0; }
    .form__input:focus:-ms-input-placeholder {
      opacity: 0; }
    .form__input:focus::-ms-input-placeholder {
      opacity: 0; }
    .form__input:focus::placeholder {
      opacity: 0; }
  .form__input.error ~ .form__border::before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  @media (min-width: 768px) {
    .form__input {
      padding-top: 0;
      padding-bottom: 1.125rem;
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.form__textarea {
  background-color: transparent;
  resize: none;
  width: 100%;
  border: 2px solid var(--color-greyscale-20);
  padding: 1.625rem;
  height: 12.5rem;
  color: var(--color-white);
  caret-color: var(--color-white);
  font-size: 1.25rem;
  line-height: 1.875rem; }
  .form__textarea::-webkit-input-placeholder {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__textarea::-moz-placeholder {
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__textarea:-ms-input-placeholder {
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__textarea::-ms-input-placeholder {
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__textarea::placeholder {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    color: var(--color-greyscale-60); }
  .form__textarea:focus {
    outline: none; }
    .form__textarea:focus::-webkit-input-placeholder {
      opacity: 0; }
    .form__textarea:focus::-moz-placeholder {
      opacity: 0; }
    .form__textarea:focus:-ms-input-placeholder {
      opacity: 0; }
    .form__textarea:focus::-ms-input-placeholder {
      opacity: 0; }
    .form__textarea:focus::placeholder {
      opacity: 0; }
  .form__textarea.error {
    border-color: var(--color-red); }
    .form__textarea.error ~ .error {
      position: absolute;
      right: 0;
      bottom: -0.25rem;
      font-size: 0.9375rem;
      line-height: 1.25rem;
      color: var(--color-red);
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
      @media (min-width: 1024px) {
        .form__textarea.error ~ .error {
          font-size: 1rem; } }
  @media (min-width: 768px) {
    .form__textarea {
      font-size: 1.25rem;
      line-height: 1.5rem;
      padding: 1rem;
      height: 10rem; } }

.form__label-checkbox {
  position: relative;
  width: 100%;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px; }

.form__fake-checked {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  width: 24px;
  height: 24px;
  cursor: pointer; }
  .form__fake-checked::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url("../images/checbox-frame.svg") no-repeat;
    background-size: 100%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  .form__fake-checked::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/checbox-checked.svg") no-repeat;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }

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

.form__checkbox:checked ~ .form__fake-checked::after {
  opacity: 0; }

.form__checkbox:checked ~ .form__fake-checked::before {
  opacity: 1; }

.form__checkbox.error ~ .form__fake-checked::after {
  background: url("../images/checbox-frame_error.svg") no-repeat;
  background-size: 100%; }

.form__checkbox-text {
  font-variant-numeric: lining-nums proportional-nums;
  color: var(--color-white);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block; }
  .form__checkbox-text a {
    color: var(--color-light-blue); }
    .form__checkbox-text a:hover {
      opacity: 0.8; }
  @media (min-width: 1024px) {
    .form__checkbox-text {
      font-size: 1rem;
      line-height: 1.25rem; } }

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

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

.form__submit {
  min-width: 19.0625rem; }
  @media (min-width: 1024px) {
    .form__submit {
      min-width: auto;
      width: 100%; } }

.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__item-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9375rem; }
  @media (min-width: 320px) {
    .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;
      gap: 1rem; } }
  @media (min-width: 768px) {
    .form__item-radio {
      gap: 2rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.form__text {
  margin: 0;
  color: var(--color-white);
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (min-width: 1440px) {
    .form__text {
      font-size: 22px;
      line-height: 30px; } }

.form__label-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  height: 29px;
  padding: 12px 18px;
  border-radius: 80px;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  @media (min-width: 1024px) {
    .form__label-radio {
      height: 35px; } }
  @media (min-width: 1440px) {
    .form__label-radio {
      font-size: 18px;
      padding: 12px 20px;
      height: 46px; } }

.form__radio.error ~ .form__label-radio {
  border-color: var(--color-red); }

.form__radio.error ~ label.error {
  display: none !important; }

.form__radio:checked + .form__label-radio {
  border-color: var(--color-light-blue);
  background-color: var(--color-light-blue);
  color: var(--color-grey); }

.form__wrapper-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  border: 1px solid var(--color-light-blue); }
  .form__wrapper-radio.secondary {
    border: none;
    gap: 16px; }
    .form__wrapper-radio.secondary .form__label-radio {
      min-width: 68px;
      height: 30px;
      border: 1px solid var(--color-light-blue);
      color: var(--color-light-blue); }
      @media (min-width: 1024px) {
        .form__wrapper-radio.secondary .form__label-radio {
          height: 35px; } }
      @media (min-width: 1440px) {
        .form__wrapper-radio.secondary .form__label-radio {
          min-width: 100px;
          height: 38px; } }
    .form__wrapper-radio.secondary .form__radio:checked + .form__label-radio {
      border-color: var(--color-light-blue);
      background-color: var(--color-light-blue);
      color: var(--color-grey); }

.form__item-submit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem; }
  @media (min-width: 768px) {
    .form__item-submit {
      -ms-grid-columns: 12.0625rem 1fr;
      grid-template-columns: 12.0625rem 1fr;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      margin-top: 1.625rem;
      margin-top: 0; } }
  @media (min-width: 1440px) {
    .form__item-submit {
      -ms-grid-columns: 21.25rem 1fr;
      grid-template-columns: 21.25rem 1fr; } }

.form__btn-submit {
  min-width: 12.0625rem; }
  @media (min-width: 1440px) {
    .form__btn-submit {
      min-width: 18.125rem; } }

.form__btn-wrapper {
  max-width: 21.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .form__btn-wrapper {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.form__checkbox-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;
  gap: 0.875rem; }

.main-intro {
  color: white;
  padding-bottom: 73px;
  padding-top: 60px; }
  @media (min-width: 768px) {
    .main-intro {
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .main-intro {
      padding-top: 100px; } }
  @media (min-width: 1440px) {
    .main-intro {
      padding-top: 60px;
      padding-bottom: 73px; } }
  @media (min-width: 1800px) {
    .main-intro {
      padding-top: 150px; } }
  .main-intro__wrapper {
    margin-bottom: 73px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .main-intro__wrapper {
        margin-left: 45px;
        margin-right: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-bottom: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 12px;
        margin-right: 12px; } }
    @media (min-width: 1024px) {
      .main-intro__wrapper {
        margin-left: 50px;
        padding-bottom: 100px; } }
    @media (min-width: 1440px) {
      .main-intro__wrapper {
        margin-left: 140px; } }
  .main-intro__text {
    max-width: 83%;
    font-size: 14px;
    line-height: 130%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 12px; }
    @media (min-width: 768px) {
      .main-intro__text {
        font-size: 14px;
        max-width: 300px;
        margin-top: 60px;
        margin-bottom: 0;
        margin-left: 0; } }
    @media (min-width: 1024px) {
      .main-intro__text {
        font-size: 18px;
        max-width: 450px;
        margin-top: 50px; } }
    @media (min-width: 1440px) {
      .main-intro__text {
        font-size: 24px;
        max-width: 560px;
        margin-top: 80px; } }
  .main-intro__title {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 100%;
    white-space: normal;
    max-width: 230px;
    margin-left: 12px;
    margin-top: 450px; }
    @media (min-width: 768px) {
      .main-intro__title {
        font-size: 64px;
        margin-top: 0;
        margin-left: 45px; } }
    @media (min-width: 1024px) {
      .main-intro__title {
        font-size: 86px;
        max-width: 920px;
        margin-left: 50px; } }
    @media (min-width: 1440px) {
      .main-intro__title {
        font-size: 120px;
        margin-left: 140px;
        max-width: 1200px; } }
  .main-intro__menu {
    width: 100%; }
    @media (min-width: 768px) {
      .main-intro__menu {
        margin-left: 85px;
        margin-top: 25px; } }
    @media (min-width: 1024px) {
      .main-intro__menu {
        margin-left: 70px;
        margin-top: 28px; } }
    @media (min-width: 1440px) {
      .main-intro__menu {
        margin-left: 140px;
        margin-top: -40px; } }
    @media (min-width: 1600px) {
      .main-intro__menu {
        margin-left: 280px;
        margin-top: 10px; } }
    @media (min-width: 1800px) {
      .main-intro__menu {
        margin-left: 420px; } }
    .main-intro__menu p {
      margin: 0; }
    .main-intro__menu .img-tablet {
      display: none; }
      @media (min-width: 768px) {
        .main-intro__menu .img-tablet {
          display: block; } }
    .main-intro__menu .img-mobile {
      display: block; }
      @media (min-width: 768px) {
        .main-intro__menu .img-mobile {
          display: none; } }
    .main-intro__menu img {
      position: absolute;
      left: 0px;
      z-index: -1;
      width: 710px;
      height: 550px;
      margin-top: -90px; }
      @media (min-width: 420px) {
        .main-intro__menu img {
          margin-top: -80px; } }
      @media (min-width: 768px) {
        .main-intro__menu img {
          width: 650px;
          height: 470px;
          left: 155px;
          top: -10px; } }
      @media (min-width: 1024px) {
        .main-intro__menu img {
          top: -150px;
          left: 200px;
          width: 910px;
          height: 615px; } }
      @media (min-width: 1200px) {
        .main-intro__menu img {
          top: -100px;
          left: 450px; } }
      @media (min-width: 1440px) {
        .main-intro__menu img {
          top: -80px;
          left: 250px;
          width: 1270px;
          height: 775px; } }
      @media (min-width: 1600px) {
        .main-intro__menu img {
          left: 270px;
          width: 1570px;
          height: 805px; } }
      @media (min-width: 1800px) {
        .main-intro__menu img {
          width: 2300px;
          height: 1000px;
          left: 320px;
          top: -150px; } }
  .main-intro__menu-item {
    color: var(--color-black);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-left: 12px;
    line-height: 110%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .main-intro__menu-item:nth-child(3) {
      margin-top: 85px; }
      @media (min-width: 768px) {
        .main-intro__menu-item:nth-child(3) {
          margin-top: 0; } }
    .main-intro__menu-item p:first-child {
      width: 80px;
      text-align: left; }
      @media (min-width: 768px) {
        .main-intro__menu-item p:first-child {
          width: 80px; } }
      @media (min-width: 1024px) {
        .main-intro__menu-item p:first-child {
          width: 130px; } }
      @media (min-width: 1440px) {
        .main-intro__menu-item p:first-child {
          width: 150px; } }
    .main-intro__menu-item p:nth-child(2) {
      margin-left: 40px; }
    @media (min-width: 768px) {
      .main-intro__menu-item {
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 40px;
        line-height: 110%; } }
    @media (min-width: 1440px) {
      .main-intro__menu-item {
        font-size: 24px; } }

.main-promo {
  position: relative;
  padding-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 0;
  height: calc(100vh - 10px);
  padding: 24px;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (min-width: 350px) {
    .main-promo {
      height: calc(100vh - 100px); } }
  @media (min-width: 768px) {
    .main-promo {
      padding-top: 32px;
      height: 100vh;
      background-size: 100% 100%; } }
  @media (min-width: 1024px) {
    .main-promo {
      padding-top: 25px; } }
  @media (min-width: 1440px) {
    .main-promo {
      padding-top: 71px;
      background-size: cover; } }

@-webkit-keyframes flashlight {
  0% {
    -webkit-transform: translate(-291px, 87px) rotate(291deg) scale(1.5);
            transform: translate(-291px, 87px) rotate(291deg) scale(1.5); }
  33% {
    -webkit-transform: translate(651px, -389px) rotate(130deg) scale(2);
            transform: translate(651px, -389px) rotate(130deg) scale(2); }
  66% {
    -webkit-transform: translate(-232px, -472px) rotate(50deg) scale(2);
            transform: translate(-232px, -472px) rotate(50deg) scale(2); }
  100% {
    -webkit-transform: translate(-143px, -117px) rotate(1deg) scale(1.1);
            transform: translate(-143px, -117px) rotate(1deg) scale(1.1); } }

@keyframes flashlight {
  0% {
    -webkit-transform: translate(-291px, 87px) rotate(291deg) scale(1.5);
            transform: translate(-291px, 87px) rotate(291deg) scale(1.5); }
  33% {
    -webkit-transform: translate(651px, -389px) rotate(130deg) scale(2);
            transform: translate(651px, -389px) rotate(130deg) scale(2); }
  66% {
    -webkit-transform: translate(-232px, -472px) rotate(50deg) scale(2);
            transform: translate(-232px, -472px) rotate(50deg) scale(2); }
  100% {
    -webkit-transform: translate(-143px, -117px) rotate(1deg) scale(1.1);
            transform: translate(-143px, -117px) rotate(1deg) scale(1.1); } }
  .main-promo__dark-bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: normal, overlay;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/main-promo-bg@mobile.png"); }
    @media (min-width: 768px) {
      .main-promo__dark-bg {
        background-image: url("../images/main-promo-bg.png"); } }

.spotlight {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.81), rgba(8, 8, 8, 0.97)); }

.main-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25.6px;
  position: relative;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .main-text-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .main-text-wrapper p {
    margin: 0; }
  .main-text-wrapper .subtitle {
    color: #B3B3B3;
    -webkit-font-feature-settings: 'clig' off, 'liga' off;
            font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-size: 20px; }
    @media (min-width: 768px) {
      .main-text-wrapper .subtitle {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .main-text-wrapper .subtitle {
        font-size: 24px; } }
    @media (min-width: 1440px) {
      .main-text-wrapper .subtitle {
        font-size: 36px;
        max-width: none; } }

.main-promo__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 225px;
  z-index: 15;
  height: 30px;
  padding: 0;
  font-size: 14px;
  position: relative;
  color: var(--color-black);
  background-image: linear-gradient(8deg, #80FFC6 50%, var(--color-light-blue) 50%);
  background-border-radius: 50%;
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 1.5s ease-in-out;
  transition: background 1.5s ease-in-out; }
  @media (min-width: 768px) {
    .main-promo__btn {
      height: 33px;
      width: 225px; } }
  @media (min-width: 1024px) {
    .main-promo__btn {
      height: 40px;
      font-size: 18px;
      width: 292px; } }
  @media (min-width: 1440px) {
    .main-promo__btn {
      height: 50px;
      font-size: 22px;
      width: 370px; } }
  .main-promo__btn .img-wrapper {
    width: 25px;
    height: 25px;
    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;
    overflow: visible;
    position: relative; }
    @media (min-width: 1440px) {
      .main-promo__btn .img-wrapper {
        margin-left: 25px; } }
  .main-promo__btn img {
    width: 13px;
    height: 10px;
    position: absolute;
    right: 5px;
    -webkit-transition: 1s all;
    transition: 1s all; }
    @media (min-width: 768px) {
      .main-promo__btn img {
        width: 13px;
        height: 10px; } }
    @media (min-width: 1024px) {
      .main-promo__btn img {
        width: 18px;
        height: 16px; } }
    @media (min-width: 1440px) {
      .main-promo__btn img {
        width: 24px;
        height: 20px; } }
  .main-promo__btn:hover {
    background-position: 0;
    color: var(--color-black); }
    .main-promo__btn:hover img {
      width: 16px;
      right: -1px; }
      @media (min-width: 768px) {
        .main-promo__btn:hover img {
          width: 16px; } }
      @media (min-width: 1024px) {
        .main-promo__btn:hover img {
          width: 22px; } }
      @media (min-width: 1440px) {
        .main-promo__btn:hover img {
          width: 28px; } }

.info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .info-wrapper {
      font-size: 14px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; } }
  @media (min-width: 1024px) {
    .info-wrapper {
      font-size: 18px; } }
  @media (min-width: 1440px) {
    .info-wrapper {
      font-size: 24px; } }
  .info-wrapper p {
    margin: 0; }
  .info-wrapper__text {
    position: relative;
    color: var(--white);
    -webkit-font-feature-settings: 'clig' off, 'liga' off;
            font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (min-width: 1024px) {
      .info-wrapper__text {
        font-size: 18px; } }
    @media (min-width: 1440px) {
      .info-wrapper__text {
        font-size: 24px; } }
    .info-wrapper__text:first-child {
      margin-right: 0px;
      margin-bottom: 15px;
      margin-top: 40px; }
      @media (min-width: 768px) {
        .info-wrapper__text:first-child {
          margin-right: 55px;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .info-wrapper__text:first-child {
          margin-right: 80px; } }
    .info-wrapper__text img {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: -6px; }
      @media (min-width: 1024px) {
        .info-wrapper__text img {
          width: 56px;
          height: 23px;
          margin-top: -10px; } }
      @media (min-width: 1440px) {
        .info-wrapper__text img {
          width: 80px;
          height: 33px;
          margin-top: -16px; } }

.main-promo__wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-left: 12px;
  margin-right: 12px; }
  @media (min-width: 768px) {
    .main-promo__wrapper {
      margin-left: 45px;
      margin-right: 45px; } }
  @media (min-width: 1024px) {
    .main-promo__wrapper {
      margin-left: 50px;
      margin-right: 50px;
      margin-bottom: 0;
      width: 100%; } }
  @media (min-width: 1440px) {
    .main-promo__wrapper {
      margin-left: 140px;
      margin-right: 140px;
      margin-bottom: 73px;
      width: 100%; } }

.main-registration {
  color: white;
  padding-top: 0px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .main-registration {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .main-registration {
      padding-bottom: 73px; } }
  .main-registration__wrapper {
    margin-bottom: 73px;
    position: relative;
    z-index: 10;
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .main-registration__wrapper {
        margin-left: 45px;
        margin-right: 0px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 1024px) {
      .main-registration__wrapper {
        margin-left: 50px; } }
    @media (min-width: 1440px) {
      .main-registration__wrapper {
        margin-left: 140px; } }
  .main-registration__form {
    width: 100%;
    max-width: none; }
    @media (min-width: 768px) {
      .main-registration__form {
        max-width: 240px; } }
    @media (min-width: 1024px) {
      .main-registration__form {
        max-width: 320px; } }
    @media (min-width: 1440px) {
      .main-registration__form {
        max-width: 450px; } }
    @media (min-width: 1600px) {
      .main-registration__form {
        max-width: 550px; } }
  @media (min-width: 768px) {
    .main-registration__text {
      font-size: 14px;
      max-width: 370px; } }
  @media (min-width: 1024px) {
    .main-registration__text {
      font-size: 18px;
      margin-right: 0;
      max-width: 480px; } }
  @media (min-width: 1440px) {
    .main-registration__text {
      font-size: 24px;
      margin-right: 113px;
      max-width: 600px; } }
  @media (min-width: 1600px) {
    .main-registration__text {
      max-width: 700px; } }
  @media (min-width: 1800px) {
    .main-registration__text {
      max-width: 850px; } }
  .main-registration__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    white-space: normal;
    margin-top: 0; }
    @media (min-width: 768px) {
      .main-registration__title {
        font-size: 32px; } }
    @media (min-width: 1024px) {
      .main-registration__title {
        font-size: 42px; } }
    @media (min-width: 1440px) {
      .main-registration__title {
        font-size: 60px; } }
  .main-registration__contacts {
    color: var(--color-light-blue);
    line-height: 130%;
    margin: 0;
    font-size: 14px; }
    @media (min-width: 768px) {
      .main-registration__contacts {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .main-registration__contacts {
        font-size: 18px; } }
    @media (min-width: 1440px) {
      .main-registration__contacts {
        font-size: 24px; } }
    .main-registration__contacts.desktop {
      display: none; }
      @media (min-width: 768px) {
        .main-registration__contacts.desktop {
          display: block; } }
    .main-registration__contacts.mobile {
      display: block; }
      @media (min-width: 768px) {
        .main-registration__contacts.mobile {
          display: none; } }
  .main-registration__subtext {
    line-height: 130%;
    margin: 0;
    font-size: 14px;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .main-registration__subtext {
        font-size: 14px;
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .main-registration__subtext {
        font-size: 18px; } }
    @media (min-width: 1440px) {
      .main-registration__subtext {
        font-size: 24px; } }
    .main-registration__subtext.desktop {
      display: none; }
      @media (min-width: 768px) {
        .main-registration__subtext.desktop {
          display: block; } }
    .main-registration__subtext.mobile {
      display: block; }
      @media (min-width: 768px) {
        .main-registration__subtext.mobile {
          display: none; } }
  .main-registration__menu {
    width: 100%;
    margin-left: 140px;
    margin-top: -40px; }
    .main-registration__menu p {
      margin: 0; }
    .main-registration__menu img {
      position: absolute;
      top: -150px;
      left: 250px;
      z-index: -1;
      width: 1270px;
      height: 775px; }
  .main-registration__menu-item {
    color: var(--color-black);
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .main-registration__menu-item p:first-child {
      width: 150px;
      text-align: left; }
    .main-registration__menu-item p:nth-child(2) {
      margin-left: 40px; }
    @media (min-width: 1440px) {
      .main-registration__menu-item {
        font-size: 24px; } }

.gallery {
  padding-top: 0;
  padding-bottom: 64px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 768px) {
    .gallery {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .gallery {
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    .gallery {
      padding-bottom: 160px; } }
  @media (min-width: 768px) {
    .gallery.hover .gallery__message {
      opacity: 0; }
    .gallery.hover .gallery__arrow {
      opacity: 1; }
    .gallery.hover .slick-center .gallery__prev-img {
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -webkit-transform: scaleX(1.3) scaleY(1.2) rotate(0);
          -ms-transform: scaleX(1.3) scaleY(1.2) rotate(0);
              transform: scaleX(1.3) scaleY(1.2) rotate(0); } }
  @media (min-width: 768px) {
    .gallery.hover-prev .slick-center .gallery__prev-img {
      -webkit-transform: scaleX(1.3) scaleY(1.2);
          -ms-transform: scaleX(1.3) scaleY(1.2);
              transform: scaleX(1.3) scaleY(1.2); } }
  @media (min-width: 1024px) {
    .gallery.hover-prev .slick-center .gallery__prev-img {
      -webkit-transform: scaleX(1.3) scaleY(1.2) rotate(-5deg);
          -ms-transform: scaleX(1.3) scaleY(1.2) rotate(-5deg);
              transform: scaleX(1.3) scaleY(1.2) rotate(-5deg); } }

@media (min-width: 768px) and (min-width: 768px) {
  .gallery.hover-next .slick-center .gallery__prev-img {
    -webkit-transform: scaleX(1.3) scaleY(1.2);
        -ms-transform: scaleX(1.3) scaleY(1.2);
            transform: scaleX(1.3) scaleY(1.2); } }

@media (min-width: 768px) and (min-width: 1024px) {
  .gallery.hover-next .slick-center .gallery__prev-img {
    -webkit-transform: scaleX(1.3) scaleY(1.2) rotate(5deg);
        -ms-transform: scaleX(1.3) scaleY(1.2) rotate(5deg);
            transform: scaleX(1.3) scaleY(1.2) rotate(5deg); } }

.gallery__message {
  display: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  @media (min-width: 1024px) {
    .gallery__message {
      display: block; } }

.gallery__prev-slider.desktop {
  display: none; }
  @media (min-width: 768px) {
    .gallery__prev-slider.desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (min-width: 768px) {
  .gallery__prev-slider.mobile {
    display: none; } }

.gallery__prev-slider .slick-track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
  @media (min-width: 768px) {
    .gallery__prev-slider .slick-track {
      gap: 16px;
      min-height: 342px; } }
  @media (min-width: 1024px) {
    .gallery__prev-slider .slick-track {
      gap: 24px;
      min-height: 450px; } }
  @media (min-width: 1440px) {
    .gallery__prev-slider .slick-track {
      min-height: 450px; } }

.gallery__prev-slider .slick-slide {
  min-height: auto; }
  .gallery__prev-slider .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media (min-width: 768px) {
  .gallery__prev-slider .slick-center {
    cursor: pointer; }
    .gallery__prev-slider .slick-center .gallery__prev-img {
      -webkit-transition: all 0.5s ease-out 1s;
      transition: all 0.5s ease-out 1s;
      -webkit-transform: scaleX(1.3) scaleY(1.2) rotate(0);
          -ms-transform: scaleX(1.3) scaleY(1.2) rotate(0);
              transform: scaleX(1.3) scaleY(1.2) rotate(0); } }

.gallery__pagination {
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px; }
  @media (min-width: 768px) {
    .gallery__pagination {
      display: none; } }

.gallery__slider-wrapper {
  overflow: hidden; }

.gallery__arrow {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  @media (min-width: 1024px) {
    .gallery__arrow {
      width: 80px;
      height: 80px; } }
  .gallery__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    background-image: url("../images/gallery-arrow.svg"); }
    @media (min-width: 1024px) {
      .gallery__arrow::before {
        width: 80px;
        height: 80px; } }
  .gallery__arrow:hover {
    opacity: 1; }

.gallery__prev-arrow {
  -webkit-transform: translate(-250px, -50%);
      -ms-transform: translate(-250px, -50%);
          transform: translate(-250px, -50%); }
  @media (min-width: 1024px) {
    .gallery__prev-arrow {
      -webkit-transform: translate(-387%, -50%);
          -ms-transform: translate(-387%, -50%);
              transform: translate(-387%, -50%); } }
  .gallery__prev-arrow::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

.gallery__next-arrow {
  -webkit-transform: translate(212px, -50%);
      -ms-transform: translate(212px, -50%);
          transform: translate(212px, -50%); }
  @media (min-width: 1024px) {
    .gallery__next-arrow {
      -webkit-transform: translate(290%, -50%);
          -ms-transform: translate(290%, -50%);
              transform: translate(290%, -50%); } }

.gallery__prev-slider-wrapper {
  position: relative; }

.gallery__prev-img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 273px !important;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .gallery__prev-img {
      width: 412px !important;
      height: 272px; } }
  @media (min-width: 1024px) {
    .gallery__prev-img {
      border-radius: 10px;
      width: 498px !important;
      height: 330px; } }

.callback__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem; }
  @media (min-width: 768px) {
    .callback__form {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.callback__footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 40px 1fr;
  grid-template-columns: 250px 1fr;
  gap: 40px; }

.callback__input-name,
.callback__input-surname,
.callback__input-company-name,
.callback__input-post,
.callback__input-phone,
.callback__input-mail,
.callback__footer {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1; }

.callback__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .callback__btn-wrapper .btn {
    width: 210px; }

.callback__btn-submit {
  padding: 18px 32px;
  font-size: 14px;
  height: 37px;
  max-width: 120px; }
  @media (min-width: 1024px) {
    .callback__btn-submit {
      height: 58px;
      font-size: 18px;
      max-width: none; } }

.callback__success {
  display: none; }

.callback__success-text {
  font-variant-numeric: lining-nums proportional-nums;
  margin-bottom: 1.5rem;
  text-align: center; }
  .callback__success-text:last-child {
    margin-bottom: 0; }

.callback__success-title {
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  margin-bottom: 4rem; }

.page {
  height: 100%; }
  @media (max-width: 1640px) and (min-width: 1201px) {
    .page {
      font-size: 0.9vw; } }
  @media (min-width: 1024px) {
    .page {
      font-size: 0.95vw; } }
  @media (min-width: 768px) {
    .page {
      font-size: 100%; } }
  @media (min-width: 320px) {
    .page {
      font-size: 80%; } }

.page__body {
  position: relative;
  min-height: 100%;
  line-height: 1.875rem;
  color: var(--color-white);
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: var(--font-primary);
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #080808;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .page__body {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.page__decor {
  top: 0; }

.page__decor-img {
  width: 330px;
  height: 343px;
  margin-left: 0;
  background-image: url("../images/decor-header.webp");
  top: 0; }
  @media (min-width: 768px) {
    .page__decor-img {
      width: 554px;
      height: 481px; } }
  @media (min-width: 1024px) {
    .page__decor-img {
      width: 771px;
      height: 612px; } }
  @media (min-width: 1440px) {
    .page__decor-img {
      -webkit-transform: rotate(357deg);
          -ms-transform: rotate(357deg);
              transform: rotate(357deg);
      width: 957px;
      height: 746px; } }

.popup {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 3.125rem auto;
  padding: 66px 28px 37px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), var(--New-Dark-Blue, #2B323A);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), var(--New-Dark-Blue, #2B323A);
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  background-image: url("../images/popup-bg.svg");
  background-repeat: no-repeat;
  background-size: cover; }

.mfp-bg {
  opacity: 1;
  background: rgba(43, 50, 58, 0.8); }

.mfp-close-btn-in .mfp-close {
  position: absolute;
  font-size: 0;
  top: 25px;
  right: 32px;
  width: 16px;
  height: 16px; }
  .mfp-close-btn-in .mfp-close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("../images/close.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.success__text {
  color: #B3B3B3;
  font-size: 16px;
  line-height: 120%; }
  @media (min-width: 768px) {
    .success__text {
      font-size: 18px; } }

.highlighted {
  color: var(--color-light-blue); }

.page-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  max-width: 1440px; }
  @media (min-width: 1440px) {
    .page-header {
      max-width: none; } }
  .page-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 88px; }
    @media (min-width: 1024px) {
      .page-header::before {
        height: 110px; } }
    @media (min-width: 1440px) {
      .page-header::before {
        height: 110px; } }

.page-header__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.08%, #0F0F0F), color-stop(99.55%, rgba(15, 15, 15, 0)));
  background: linear-gradient(180deg, #0F0F0F 5.08%, rgba(15, 15, 15, 0) 99.55%); }
  .page-header__wrapper.fixed {
    position: fixed;
    background-color: var(--color-grey); }

.page-header__nav {
  max-width: 1440px;
  padding: 20px 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  @media (min-width: 768px) {
    .page-header__nav {
      padding: 20px 44px; } }
  @media (min-width: 1024px) {
    .page-header__nav {
      padding: 32px 52px; } }
  @media (min-width: 1440px) {
    .page-header__nav {
      padding: 36px 24px 36px 26px; } }

.main-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .main-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .main-nav.open-menu {
    background: rgba(43, 50, 58, 0.8);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px); }
  .main-nav__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.main-nav__menu-wrapper {
  width: 100%;
  position: absolute;
  background: rgba(43, 50, 58, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  top: 80px;
  left: -100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  @media (min-width: 1024px) {
    .main-nav__menu-wrapper {
      height: initial !important;
      background-color: transparent;
      position: static;
      opacity: 1;
      -webkit-backdrop-filter: none;
              backdrop-filter: none; } }

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  border-top: 1px solid var(--color-light-blue);
  background-color: var(--color-grey);
  border-bottom: 1px solid var(--color-light-blue);
  padding: 32px 15px;
  width: 100%;
  overflow: auto;
  margin: 0; }
  @media (min-width: 768px) {
    .main-nav__list {
      padding: 32px 44px; } }
  @media (min-width: 1024px) {
    .main-nav__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      background-color: transparent;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: static;
      opacity: 1;
      border: none;
      padding: 0;
      -webkit-backdrop-filter: none;
              backdrop-filter: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 24px;
      margin: 0; } }
  @media (min-width: 1440px) {
    .main-nav__list {
      gap: 2rem; } }

.main-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-nav__item.active .main-nav__link {
    color: var(--color-light-blue); }
  .main-nav__item:last-child .main-nav__link {
    border-bottom: none; }

.main-nav__link {
  font-size: 18px;
  line-height: 30px;
  width: 100%; }
  .main-nav__link:hover {
    color: var(--color-light-blue); }
  @media (min-width: 768px) {
    .main-nav__link {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .main-nav__link {
      font-size: 14px; } }
  @media (min-width: 1440px) {
    .main-nav__link {
      font-size: 18px; } }

.main-nav_logo .text {
  max-width: 70%;
  color: var(--gray_text, #B3B3B3);
  font-variant-numeric: stacked-fractions;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-size: 6px;
  font-style: normal;
  font-weight: 400;
  margin-top: -2px;
  line-height: normal; }
  @media (min-width: 350px) {
    .main-nav_logo .text {
      max-width: 60%;
      margin-top: 3.5px; } }
  @media (min-width: 768px) {
    .main-nav_logo .text {
      max-width: 100%;
      font-size: 10px;
      margin-top: 5px; } }

.main-nav_logo img {
  margin-right: 20px; }
  @media (min-width: 768px) {
    .main-nav_logo img {
      margin-right: 26px; } }
  @media (min-width: 1024px) {
    .main-nav_logo img {
      margin-right: 62px; } }
  @media (min-width: 1440px) {
    .main-nav_logo img {
      margin-right: 62px; } }

.main-nav_logo .soc {
  width: 50px; }
  @media (min-width: 350px) {
    .main-nav_logo .soc {
      width: 70px; } }
  @media (min-width: 1024px) {
    .main-nav_logo .soc {
      width: 107px; } }
  @media (min-width: 1440px) {
    .main-nav_logo .soc {
      width: 92px; } }

.main-nav_logo .sv {
  width: 110px; }
  @media (min-width: 350px) {
    .main-nav_logo .sv {
      width: 135px; } }
  @media (min-width: 768px) {
    .main-nav_logo .sv {
      width: 170px; } }
  @media (min-width: 1024px) {
    .main-nav_logo .sv {
      width: 220px; } }
  @media (min-width: 1440px) {
    .main-nav_logo .sv {
      width: 230px; } }

.main-nav_logo .solar {
  width: 80px; }
  @media (min-width: 350px) {
    .main-nav_logo .solar {
      width: 105px; } }
  @media (min-width: 768px) {
    .main-nav_logo .solar {
      width: 120px; } }
  @media (min-width: 1024px) {
    .main-nav_logo .solar {
      width: 150px; } }
  @media (min-width: 1440px) {
    .main-nav_logo .solar {
      width: 150px; } }

@media (min-width: 1024px) {
  .main-nav_logo {
    position: relative;
    z-index: 1; } }

.main-nav__burger-item {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.125rem;
  position: absolute;
  background-color: var(--color-white);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .main-nav__burger-item:first-child {
    top: 0; }
  .main-nav__burger-item:nth-child(2) {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .main-nav__burger-item:last-child {
    bottom: 0; }

.main-nav__burger {
  display: block;
  width: 2rem;
  height: 1.5rem;
  position: relative;
  z-index: 1; }
  .main-nav__burger.active ~ .main-nav__menu-wrapper {
    opacity: 1;
    left: 0; }
  .main-nav__burger.active .main-nav__burger-item:nth-child(2) {
    opacity: 0; }
  .main-nav__burger.active .main-nav__burger-item:first-child {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .main-nav__burger.active .main-nav__burger-item:last-child {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    bottom: auto; }
  @media (min-width: 1024px) {
    .main-nav__burger {
      display: none; } }

.footer {
  margin-top: auto;
  overflow: hidden;
  background-color: #080808; }

.footer__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-bottom: 56px;
  width: 100%;
  padding: 0;
  border-top: 1px solid var(--color-light-blue);
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-bottom: 38px; }
  .footer__wrapper .info-wrapper__text:first-child {
    margin-top: 0; }
  @media (min-width: 768px) {
    .footer__wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 37px;
      padding-top: 60px;
      padding-bottom: 32px;
      padding-right: 24px;
      padding-left: 24px; } }
  @media (min-width: 1024px) {
    .footer__wrapper {
      gap: 50px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-bottom: 32px; } }
  @media (min-width: 1440px) {
    .footer__wrapper {
      gap: 149px;
      padding-bottom: 34px; } }

.footer__content {
  position: relative;
  padding: 0 1.5rem; }

.dog {
  width: 42px;
  height: 18px;
  margin-top: 0; }
  @media (min-width: 1024px) {
    .dog {
      width: 80px;
      height: 33px; } }

.footer__logo img {
  width: 57px; }
  @media (min-width: 768px) {
    .footer__logo img {
      width: 94px; } }
  @media (min-width: 1440px) {
    .footer__logo img {
      width: 128px; } }

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

.hidden {
  display: none !important; }

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