@charset "UTF-8";

/* stylelint-disable */

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-medium.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-bold.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/roboto-black.woff2") format("woff2");
}

/**
 * Custom font-face implementation.
 *
 * @param      {String}  $short_alias  []           - The short alias of font.
 * @param      {String}  $full_name    []           - The full name of the font. Should be equal to font folder name.
 * @param      {String}  $style        [normal]     - Font-style property value.
 * @param      {String}  $weight       [normal]     - Font-weight property value.
 */

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

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

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

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  text-rendering: optimizeSpeed;
  letter-spacing: -0.02em;
  background-color: #000000;
  scroll-behavior: smooth;
}

body.locked {
  overflow: hidden;
}

a:not([class]) {
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.input {
  width: 100%;
  height: 56px;
  padding: 0;
  padding-right: 5px;
  padding-left: 10px;
  font: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #101010;
  border: 1px solid #a5a5a5;
  background-color: #ffffff;
  border-radius: 0;
  outline: 0;
}

.input:focus {
  border-color: #101010;
}

.input::-webkit-input-placeholder {
  color: #a5a5a5;
}

.input::-moz-placeholder {
  color: #a5a5a5;
}

.input:-ms-input-placeholder {
  color: #a5a5a5;
}

.input::-ms-input-placeholder {
  color: #a5a5a5;
}

.input::placeholder {
  color: #a5a5a5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  visibility: hidden;
  display: none !important;
  pointer-events: none;
}

textarea {
  resize: none;
}

.section {
  padding: 30px 0;
}

.section + .section:not(._inner) {
  padding-top: 0;
}

.slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
}

.slick-next {
  right: 0;
  top: 115px;
  z-index: 1;
  width: 20px;
}

.slick-next::before {
  background-image: url(../../img/slider-right.svg);
}

.slick-prev {
  left: 0;
  top: 115px;
  z-index: 1;
  width: 20px;
}

.slick-prev::before {
  background-image: url(../../img/slider-left.svg);
}

.slick-disabled {
  display: none !important;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:hover::before {
  background-color: #0BC9E1;
}

.slick-dots li button::before {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #f4f4f4;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button {
  cursor: default;
}

.slick-dots li.slick-active button::before {
  width: 5px;
  height: 5px;
  background-color: #0BC9E1;
}

.img-right,
.img-left {
  margin-bottom: 24px;
}

.img-block {
  margin-bottom: 24px;
}

.img-block::after {
  content: "";
  display: table;
  clear: both;
}

.img-block img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page {
  position: relative;
  padding-bottom: 45px;
}

.page::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  height: 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(60%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
}

.page.hero {
  position: relative;
  z-index: 15;
}

.hidden-mobile-tablet {
  display: none !important;
}

.hidden-mobile {
  display: none !important;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

h1,
.h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
}

h2,
.h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 30px;
  line-height: 35px;
  color: #101010;
  font-weight: 400;
  text-transform: uppercase;
}

h2 span,
.h2 span {
  color: #0BC9E1;
}

h3,
.h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #101010;
}

h4,
.h4 {
  margin: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0.23px;
}

h5,
.h5 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #000000;
}

h6,
.h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.table {
  display: block;
  margin-bottom: 16px;
  overflow-x: auto;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  border-spacing: 0;
}

.table thead tr {
  background-color: #ffffff;
}

.table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.table tbody tr:nth-child(even) {
  background-color: #FCFCFC;
}

.table tr {
  vertical-align: top;
}

.table._hor tr:first-child td,
.table._hor tr:first-child th {
  font-weight: 700;
}

.table._hor td:first-child,
.table._hor th:first-child {
  font-weight: 400;
}

.table._hor td:first-child p,
.table._hor th:first-child p {
  font-weight: 400;
}

.table td,
.table th {
  min-width: 86px;
  padding: 16px;
  padding-left: 0;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  color: #101010;
  text-align: left;
}

.table td:first-child:not(._simple),
.table th:first-child:not(._simple) {
  min-width: 72px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.table td:first-child:not(._simple) p,
.table th:first-child:not(._simple) p {
  font-weight: 700;
}

.table td small,
.table th small {
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.table td {
  font-weight: 400;
}

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

ul:not([class]) {
  margin-bottom: 32px;
}

ul:not([class]) li {
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  padding-left: 40px;
}

ul:not([class]) li:last-child {
  margin-bottom: 0;
}

ul:not([class]) li::after {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  display: block;
  height: 3px;
  width: 28px;
  background: #e40f27;
}

ol:not([class]) {
  counter-reset: my-awesome-counter;
  margin: 0;
  padding-left: 0;
  margin-bottom: 16px;
  list-style: none;
}

ol:not([class]) li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  padding-left: 16px;
}

ol:not([class]) li:last-of-type {
  margin-bottom: 0;
}

ol:not([class]) li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: 700;
  color: #a5a5a5;
}

ol:not([class]) ol {
  counter-reset: listStyle;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 8px;
  font-weight: 400;
}

ol:not([class]) ol li {
  counter-increment: listStyle;
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  padding-left: 16px;
}

ol:not([class]) ol li:last-of-type {
  margin-bottom: 0;
}

ol:not([class]) ol li::before {
  content: counter(listStyle, lower-latin) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: 700;
  color: #a5a5a5;
}

p:not([class]) {
  margin: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  font-weight: 400;
}

p:not([class]):last-of-type {
  margin-bottom: 0;
}

p:not([class]) b {
  font-weight: 700;
}

a:not([class]) {
  color: #0BC9E1;
  line-height: 20px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:not([class]):hover {
  color: #099eb0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:not([class]):focus,
a:not([class]):active {
  opacity: 0.8;
  color: #099eb0;
}

.text-right {
  text-align: right;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #101010;
  text-decoration: none;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn[disabled] {
  cursor: default;
  opacity: 0.5;
}

.btn:hover {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn_block {
  display: block;
  width: 100%;
}

.btn.btn_accent {
  position: relative;
  padding: 11px;
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #0BC9E1;
  border-radius: 50px;
}

.btn.btn_accent:hover {
  background-color: #099eb0;
}

.btn.btn_accent:focus,
.btn.btn_accent:active {
  opacity: 0.8;
}

.btn.btn_arrow {
  position: relative;
  padding-right: 25px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #0BC9E1;
  text-transform: uppercase;
  text-decoration: underline;
}

.btn.btn_arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  z-index: 1;
  width: 16px;
  height: 20px;
  background-color: transparent;
  background-image: url(../../img/arrow-right-accent.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn.btn_arrow:hover {
  text-decoration: none;
}

.btn.btn_arrow:hover::after {
  right: -6px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn.btn_bw {
  color: #353535;
  background-color: #e5e5e5;
}

.btn.btn_bw::after {
  background-color: #d3d3d3;
  background-image: url(../../img/svg/double-arrow-right-dark.svg);
}

.btn.btn_bw:focus,
.btn.btn_bw:active,
.btn.btn_bw:hover {
  color: #ffffff;
  background-color: #0BC9E1;
}

.btn.btn_bw:focus::after,
.btn.btn_bw:active::after,
.btn.btn_bw:hover::after {
  background-color: #099eb0;
  background-image: url(../../img/svg/double-arrow-right.svg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn.btn_slider {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #131313;
}

.btn.btn_slider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.btn.btn_slider._reverse::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.btn_bordered {
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #0BC9E1;
}

.btn_bordered:hover {
  color: #ffffff;
  background-color: #0BC9E1;
}

.btn_bordered:focus,
.btn_bordered:active {
  color: #ffffff;
  background-color: #0BC9E1;
  opacity: 0.8;
}

.btn_text {
  font-size: 11px;
  line-height: 14px;
  color: #0BC9E1;
  text-transform: none;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}

.btn_text:hover {
  text-decoration: none;
}

.btn_text:focus,
.btn_text:active {
  opacity: 0.8;
}

.header {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 7px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #0BC9E1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header._fixed {
  background-color: #101010;
  -webkit-box-shadow: 0 0.5px 0 0 #0BC9E1;
          box-shadow: 0 0.5px 0 0 #0BC9E1;
}

.header .container {
  position: relative;
  z-index: 2;
  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;
}

.main-nav-wrapper {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  padding: 80px 36px;
  background-color: #000000;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.main-nav-wrapper_opened {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.main-nav {
  position: relative;
}

.main-nav__list li {
  position: relative;
  padding: 5px 0;
}

.main-nav__list a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

.main-nav__list a[href]:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #0BC9E1;
}

.main-nav__list a[href]:active,
.main-nav__list a[href]:focus {
  color: #0BC9E1;
  opacity: 0.8;
}

.main-nav__list a:not([href]) {
  color: #5be5f7;
}

.main-nav__list a.active {
  color: #0BC9E1;
}

.burger {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 20px;
  height: 16px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

.burger::before,
.burger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  -webkit-box-shadow: 0 4px 0 0 #ffffff, 0 8px 0 0 #ffffff, 0 12px 0 0 #ffffff;
          box-shadow: 0 4px 0 0 #ffffff, 0 8px 0 0 #ffffff, 0 12px 0 0 #ffffff;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.4s ease-in;
  transition: -webkit-box-shadow 0.4s ease-in;
  -o-transition: box-shadow 0.4s ease-in;
  transition: box-shadow 0.4s ease-in;
  transition: box-shadow 0.4s ease-in, -webkit-box-shadow 0.4s ease-in;
}

.burger::after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.burger.burger_close {
  position: absolute;
  right: -10px;
  top: -50px;
}

.burger.burger_close::before,
.burger.burger_close::after {
  top: 50%;
  margin-top: -1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out, -webkit-transform 0.4s ease-in;
  transition: -webkit-box-shadow 0.1s ease-in-out, -webkit-transform 0.4s ease-in;
  -o-transition: box-shadow 0.1s ease-in-out, transform 0.4s ease-in;
  transition: box-shadow 0.1s ease-in-out, transform 0.4s ease-in;
  transition: box-shadow 0.1s ease-in-out, transform 0.4s ease-in, -webkit-box-shadow 0.1s ease-in-out, -webkit-transform 0.4s ease-in;
}

.burger.burger_close::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.burger.burger_close::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.main .container {
  position: relative;
  z-index: 3;
}

.main__wrapper {
  position: relative;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main__wrapper .container {
  overflow: hidden;
}

.main__hero {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  width: 100%;
  height: 316px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.main__logo-wrapper {
  padding-top: 227px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.main__logo-wrapper .btn {
  width: 100%;
  margin-bottom: 24px;
}

.main__logo {
  position: relative;
  margin-top: 30px;
  margin-left: -50px;
  margin-right: -75px;
  margin-bottom: 8px;
  width: calc(100% + 125px);
}

.main__logo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(70%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%);
}

.main__slogan {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer {
  padding-bottom: 24px;
  color: #ffffff;
  background-color: #000000;
}

.footer .container {
  padding-top: 40px;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.footer__col:last-of-type {
  margin-bottom: 0;
}

.footer__join {
  padding-right: 50px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

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

.footer__social-item {
  margin-right: 17px;
}

.footer__social-item:last-child {
  margin-right: 0;
}

.footer__social-link {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}

.footer__social-link:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__social-link:active,
.footer__social-link:focus {
  opacity: 0.6;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.footer__privacy {
  margin-top: 8px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

.footer__privacy:hover {
  text-decoration: underline;
}

.footer__privacy::active,
.footer__privacy::focus {
  opacity: 0.8;
}

.slider-section {
  position: relative;
  z-index: 14;
  padding-bottom: 0;
  background-image: url(../../img/hero-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider-section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-section .slick-list {
  padding: 0;
}

.slider-section .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.slider-section::after {
  bottom: -35px;
  top: auto;
  height: 170px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, black), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, black 20%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 20%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
}

.slider-section__list._nav .slider-section__item {
  position: relative;
  margin-top: 54px;
}

.slider-section__list._nav .slick-current .slider-section__item {
  margin-top: 0;
}

.slider-section__list._nav .slick-current .slider-section__item-img {
  visibility: visible;
}

.slider-section__list._nav .slick-current .slider-section__item-bg {
  width: 210px;
  height: 210px;
  background-color: #F7C515;
  background-image: conic-gradient(from 180deg at 50% 50%, #F80BBC 0deg, #FFC700 92.03deg, #F80BBC 360deg);
  border: 1px solid #FFF6D5;
}

.slider-section__list._nav .slick-current .slider-section__item-bg img {
  top: -25%;
  left: 35%;
  width: 285px;
  height: 343px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  -webkit-transform: translate(-35%, 0);
      -ms-transform: translate(-35%, 0);
          transform: translate(-35%, 0);
}

.slider-section__list._for {
  margin-bottom: 14px;
  margin-top: 24px;
}

.slider-section__item-img {
  visibility: hidden;
  margin-top: 20px;
}

.slider-section__item-img img {
  height: 343px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-section__item-bg {
  position: absolute;
  left: 50%;
  top: 52px;
  z-index: -1;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #101010;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slider-section__item-bg img {
  position: absolute;
  left: 60%;
  top: 20px;
  z-index: -1;
  width: 150%;
  height: 180px;
  max-width: none;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slider-section__item-title {
  color: #F7C515;
}

.slider-section__item-desc {
  letter-spacing: -0.02em;
}

.double {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.double::after {
  display: none;
}

.double._artist {
  margin-top: -30px;
  padding-bottom: 85px;
}

.double._room {
  padding-bottom: 100px;
}

.double h2 {
  color: #ffffff;
}

.double h2 span {
  display: block;
  color: #ffffff;
}

.double .container {
  position: relative;
  z-index: 5;
  height: 100%;
}

.double__img {
  position: relative;
  width: 100%;
  margin-top: -206px;
}

.double__img::before {
  content: "";
  display: block;
  padding-top: 70%;
}

.double__img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

._room .double__img {
  margin-top: -54px;
}

.double__bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.double__bg::before {
  content: "";
  display: block;
  padding-top: 110%;
}

.double__bg img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}

.double__container {
  margin-top: calc(-70% - 17.5px);
  margin-bottom: 71%;
}

._room .double__container {
  margin-top: calc(-70% - 33px);
  margin-bottom: 68%;
}

.double__content {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.double__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 133px;
  height: 133px;
  background-color: #8226F9;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

._room .double__content::before {
  background-color: #00AFD7;
}

.double__content .btn {
  margin-top: 20px;
}

.double-btn {
  margin-top: 40px;
  text-align: center;
}

.roadmap {
  position: relative;
  padding-bottom: 110px;
}

.roadmap::after {
  display: none;
}

.roadmap h2 {
  color: #00FFFF;
}

.roadmap .container {
  position: relative;
  z-index: 5;
}

.roadmap__hero {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.roadmap__item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 62px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.02em;
}

.roadmap__item._active {
  padding-left: 36px;
  margin-bottom: 34px;
  font-size: 15px;
  line-height: 18px;
}

.roadmap__item:last-child {
  margin-bottom: 0;
}

.roadmap__item-marker {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  border-radius: 50%;
  border: 1px solid #00FFFF;
  background-color: #000000;
  -webkit-box-shadow: 0 0 5px 3px aqua;
          box-shadow: 0 0 5px 3px aqua;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.roadmap__item-marker::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: -1;
  width: 100px;
  height: 2px;
  padding: 0 30px;
  background-color: #00FFFF;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 20px 2px aqua, 0 0 8px 2px aqua;
          box-shadow: 0 0 20px 2px aqua, 0 0 8px 2px aqua;
  -webkit-transform: translateY(-50%) translateZ(-1px);
          transform: translateY(-50%) translateZ(-1px);
}

.roadmap__item-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  height: 34px;
  width: 2px;
  background-color: #00FFFF;
  -webkit-box-shadow: 0 0 5px 0 aqua, 0 0 18px 0 aqua;
          box-shadow: 0 0 5px 0 aqua, 0 0 18px 0 aqua;
  -webkit-transform: translateX(-50%) translateZ(-1px);
          transform: translateX(-50%) translateZ(-1px);
}

._active .roadmap__item-marker {
  background-color: #00FFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0 23px 0 aqua;
          box-shadow: 0 0 23px 0 aqua;
}

._active .roadmap__item-marker::before {
  display: none;
}

._active .roadmap__item-marker::after {
  height: 46px;
}

.utility {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}

.utility h2 {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0.42em;
  text-shadow: 4px 0 #C238E9;
}

.utility .container {
  position: relative;
  z-index: 5;
  width: 100%;
}

.utility__sphere {
  position: absolute;
  left: 28%;
  top: -106px;
  z-index: 3;
  width: 192px;
  height: 195px;
  -o-object-fit: contain;
     object-fit: contain;
}

.utility__hero {
  position: relative;
  z-index: 1;
}

.utility__hero::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, black), color-stop(90%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, black 0%, black 50%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, black 0%, black 50%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
}

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

.utility__content {
  position: relative;
  z-index: 2;
}

.provenance {
  position: relative;
}

.provenance h2 {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0.37em;
  text-shadow: 4px 0 #C238E9;
  text-align: center;
}

.provenance .container {
  position: relative;
  z-index: 5;
  width: 100%;
}

.provenance__sphere {
  position: absolute;
  left: 8.5%;
  top: -35px;
  z-index: 3;
  width: 66px;
  height: 61px;
  -o-object-fit: contain;
     object-fit: contain;
}

.provenance__hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.provenance__hero img {
  width: 100%;
  min-height: 327px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90%;
     object-position: 90%;
}

.provenance__hero::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, black), color-stop(90%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, black 0%, black 50%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, black 0%, black 50%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
}

.team {
  padding-bottom: 15px;
  background-image: url(../../img/hero-8.png), url(../../img/hero-8.png), url(../../img/hero-8.png);
  background-repeat: no-repeat;
  background-position: 0 top, 0 center, 0 bottom;
  background-size: 160%;
}

.team h2 {
  color: #DB00FF;
}

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.team__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 4px;
  margin-right: 4px;
  width: calc(100% / 12 * 6 - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.team__image {
  width: 82px;
  height: 84px;
  margin-bottom: 8px;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
}

.team__name {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

.team__position {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}

.shop h2 {
  margin-bottom: 32px;
  color: #0BC9E1;
}

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

.shop__text-wrapper .btn {
  margin-top: 45px;
  width: 100%;
}

.shop__image {
  margin-bottom: -28%;
}

.shop__image img {
  width: 139px;
  height: 142px;
  margin: 0 auto;
}

.shop__image-bg {
  margin-bottom: 24px;
}

.shop__image-bg img {
  width: 100%;
  margin-left: -5%;
}

.faq-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
}

.faq-wrapper::after {
  display: none;
}

.faq-wrapper .fp-tableCell {
  vertical-align: top;
}

.faq-hero {
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
  margin-top: -24px;
}

.faq-hero img {
  width: 100%;
}

.faq-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 22.5px);
  z-index: 1;
  width: 100%;
  height: 45px;
  background-image: url(../../img/footer-line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.faq {
  -webkit-box-ordinal-group: -3;
      -ms-flex-order: -4;
          order: -4;
  padding-bottom: 0;
}

.faq h2 {
  margin-bottom: 32px;
  color: #C238E9;
}

.faq__item {
  padding-bottom: 40px;
}

.faq__question {
  position: relative;
  padding-left: 50px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

.faq__question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #DAA8E8;
  background-color: #070707;
  -webkit-box-shadow: 0 0 8px 1px #C238E9;
          box-shadow: 0 0 8px 1px #C238E9;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq__question::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  background-image: url(../../img/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq__question._active + .faq__answer {
  margin-top: 36px;
  height: auto;
  overflow: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.faq__question._active::after {
  background-image: url(../../img/minus.svg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.faq__answer {
  overflow: hidden;
  height: 0;
  margin: 0;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .section {
    padding: 50px 0;
  }

  .img-right,
  .img-left {
    float: left;
    max-width: 50%;
    padding-right: 24px;
  }

  .img-right::after,
  .img-left::after {
    content: "";
    display: table;
    clear: both;
  }

  .img-right {
    float: right;
    padding-left: 24px;
    padding-right: 0;
  }

  .img-block {
    margin-bottom: 32px;
  }

  .page::after {
    display: none !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-mobile {
    display: block !important;
  }

  .container {
    padding-left: 48px;
    padding-right: 48px;
  }

  h1,
  .h1 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }

  h2,
  .h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.2;
  }

  h3,
  .h3 {
    font-size: 18px;
    line-height: 24px;
  }

  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }

  h5,
  .h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .table {
    margin-bottom: 40px;
  }

  .table td,
  .table th {
    min-width: 95px;
  }

  .table td:first-child,
  .table th:first-child {
    min-width: 95px;
  }

  .table td:last-child {
    padding-right: 64px;
  }

  ul:not([class]) {
    margin-bottom: 20px;
  }

  ol:not([class]) {
    margin-bottom: 20px;
  }

  p:not([class]) {
    margin-bottom: 20px;
  }

  .btn.btn_accent {
    padding: 20px;
  }

  .btn.btn_arrow {
    color: #FFD80E;
    font-weight: 500;
  }

  .btn.btn_arrow::after {
    background-image: url(../../img/arrow-right.svg);
  }

  .btn_bordered {
    padding: 12.5px;
  }

  .burger.burger_close {
    right: 30px;
  }

  .main__wrapper > .container {
    padding-top: 100px;
  }

  .main__hero {
    height: calc(100% - 30px);
  }

  .main__logo-wrapper {
    padding-top: 0;
  }

  .main__logo-wrapper .btn {
    width: 300px;
    margin-bottom: 100px;
  }

  .main__logo {
    width: 60%;
    margin-right: 0;
    margin-top: -20px;
  }

  .main__logo::before {
    display: none;
  }

  .main__slogan {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 60%;
    margin-left: -50px;
  }

  .footer::before {
    left: 48px;
  }

  .footer .container {
    position: relative;
  }

  .footer .container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 1px #0BC9E1;
            box-shadow: 0 0 5px 1px #0BC9E1;
  }

  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -16px;
  }

  .footer__col {
    width: calc(50% - 32px);
    margin: 0 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .footer__copyright br {
    display: none;
  }

  .slider-section {
    padding-top: 50px;
  }

  .slider-section__list._for {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .double {
    height: 500px;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
  }

  .double._artist {
    margin-top: 0;
  }

  .double._room {
    padding-bottom: 0;
  }

  .double .container {
    height: auto;
  }

  .double__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 60%;
    height: 100%;
    margin-top: 0;
  }

  ._room .double__img {
    margin-top: 0;
  }

  .double__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 90%;
  }

  .double__bg::before {
    display: none;
  }

  .double__bg img {
    -o-object-position: center;
       object-position: center;
  }

  .double__container {
    margin: 0;
  }

  ._room .double__container {
    margin: 0;
  }

  .double__content {
    position: relative;
    margin: 0;
    margin-left: 46%;
    padding-left: 50px;
    height: 377px;
  }

  .double__content::before {
    left: 0;
    top: 0;
    width: 377px;
    height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .double__content h2 {
    margin-bottom: 16px;
  }

  .double__content * {
    max-width: 470px;
  }

  ._room .double__content {
    height: 347px;
  }

  ._room .double__content::before {
    width: 347px;
  }

  .roadmap {
    padding-top: 50px;
  }

  .utility {
    height: 500px;
    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;
  }

  .utility h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 55px;
  }

  .utility__hero {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .utility__hero::before {
    display: none;
  }

  .utility__content {
    max-width: 300px;
  }

  .provenance {
    height: 500px;
    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;
  }

  .provenance h2 {
    text-align: left;
  }

  .provenance__hero {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }

  .provenance__hero::before {
    display: none;
  }

  .provenance__hero img {
    height: 100%;
    -o-object-position: 60%;
       object-position: 60%;
  }

  .provenance__content {
    max-width: 650px;
  }

  .provenance__text {
    max-width: 300px;
  }

  .team {
    padding-top: 50px;
    padding-bottom: 0;
    background-image: url(../../img/hero-8.png);
    background-position: top;
  }

  .team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }

  .team__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% / 12 * 4 - 32px);
  }

  .shop {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    padding-bottom: 0;
    background-image: url(../../img/hero-9.png);
    background-repeat: no-repeat;
    background-position: center 60%;
    background-size: contain;
  }

  .shop .container {
    width: 100%;
  }

  .shop__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -200px;
  }

  .shop__text-wrapper {
    width: 35%;
  }

  .shop__text-wrapper .btn {
    width: auto;
    margin-top: 30px;
  }

  .shop__image {
    width: 50%;
    margin: 0;
    margin-left: -6%;
    margin-top: 30px;
  }

  .shop__image img {
    width: 200px;
    height: 204px;
  }

  .faq-hero {
    margin-top: -55%;
  }

  .faq-hero::after {
    left: auto;
    right: 0;
    width: 80%;
    background-size: 100% auto;
    background-position: left center;
    border-top-left-radius: 30%;
    border-bottom-left-radius: 30%;
  }

  .faq {
    padding-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 23px;
  }

  .section {
    padding: 70px 0;
  }

  .slick-next {
    right: auto;
    left: calc(50% + 195px);
    top: 202px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .slick-prev {
    left: calc(50% - 195px);
    top: 202px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .img-right,
  .img-left {
    max-width: 33%;
    margin-bottom: 40px;
  }

  .img-right {
    padding-left: 40px;
  }

  .img-block img + img {
    margin-top: 32px;
  }

  .page {
    padding-bottom: 0;
    min-height: 100vh;
  }

  .page::after {
    display: none !important;
  }

  .hidden-md {
    display: none !important;
  }

  .hidden-mobile-tablet {
    display: block !important;
  }

  .container {
    padding-left: 205px;
    padding-right: 205px;
  }

  .container._wide {
    padding-left: 50px;
    padding-right: 50px;
  }

  h1,
  .h1 {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 56px;
  }

  h2,
  .h2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.28px;
  }

  h5,
  .h5 {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.23px;
  }

  h6,
  .h6 {
    line-height: 24px;
  }

  .table td,
  .table th {
    padding-top: 39px;
    padding-bottom: 39px;
    font-size: 14px;
    line-height: 16px;
  }

  .table td:first-child:not(._simple),
  .table th:first-child:not(._simple) {
    padding-left: 50px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 18px;
  }

  .table {
    min-width: 100%;
  }

  .table td,
  .table th {
    max-width: 300px;
  }

  .table td:first-child,
  .table th:first-child {
    min-width: 72px;
  }

  .btn.btn_accent {
    padding: 10.5px 32px;
    font-size: 36px;
    line-height: 42px;
  }

  .btn_bordered {
    padding: 16.5px;
  }

  .header {
    position: relative;
    padding-top: 27px;
    background-color: transparent;
  }

  .main-nav-wrapper {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: transparent;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .main-nav-wrapper {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .main-nav__list li:hover > .sub-menu {
    display: block;
  }

  .main-nav__list li:hover > a[href] {
    color: #0BC9E1;
  }

  .main-nav__list li > .sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #fff;
    display: none;
    z-index: 999;
    min-width: 200px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .main-nav__list li > .sub-menu:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 15px;
  }

  .main-nav__list li > .sub-menu li {
    margin: 0;
    padding-right: 0;
  }

  .main-nav__list li > .sub-menu li:hover > a[href] {
    color: #0BC9E1;
    background-color: rgba(204, 204, 204, 0.6);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .main-nav__list li > .sub-menu li a:not([href]) {
    color: #2adef5;
  }

  .main-nav__list li > .sub-menu li > .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: 0;
    max-height: 350px;
    overflow: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .main-nav__list li > .sub-menu li a {
    padding: 10px;
    display: block;
    color: #101010;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .main-nav__list a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-transform: none;
  }

  .main-nav__list {
    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;
  }

  .main-nav__list li {
    padding: 0;
    padding-right: 16px;
  }

  .main-nav__list li:last-child {
    padding-right: 0;
  }

  .main-nav__list a {
    color: #ffffff;
  }

  .main-nav__list {
    padding-left: 0;
    padding-right: 0;
  }

  .burger {
    display: none;
  }

  .main__wrapper > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: -70px;
    padding-bottom: 148px;
    padding-top: 235px;
    height: 100vh;
  }

  .main__hero {
    top: 0;
    height: 100%;
  }

  .main__logo-wrapper {
    width: 725px;
    padding-top: 0;
  }

  .main__logo-wrapper .btn {
    width: 372px;
    margin: 0 auto;
  }

  .main__logo {
    margin: 0;
    width: 100%;
  }

  .main__slogan {
    width: 100%;
    margin-bottom: -50px;
    margin-left: 0;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
  }

  .footer {
    width: 100%;
    height: 118px;
    overflow: hidden;
  }

  .footer .container::before {
    right: -6665px;
    width: calc(70% + 6666px);
  }

  .footer__join {
    font-size: 20px;
    line-height: 23px;
  }

  .footer__copyright {
    font-size: 20px;
    line-height: 23px;
  }

  .footer__privacy {
    padding-left: 22px;
    font-size: 11px;
    line-height: 13px;
  }

  .slider-section {
    padding-top: 70px;
    padding-bottom: 57px;
    min-height: 768px;
  }

  .slider-section__list._nav .slick-current .slider-section__item-bg {
    width: 320px;
    height: 320px;
  }

  .slider-section__list._nav .slick-current .slider-section__item-bg img {
    top: 0;
    left: 50%;
    width: 320px;
    height: 320px;
    -o-object-position: center 20%;
       object-position: center 20%;
  }

  .slider-section__list._for {
    margin-top: -130px;
    padding-bottom: 0;
  }

  .slider-section__list._for .slider-section__item {
    max-width: 670px;
  }

  .slider-section__item-img {
    margin-top: 0;
  }

  .slider-section__item-img img {
    height: 526px;
  }

  .double {
    height: 100vh;
  }

  .double__content {
    padding-left: 83px;
    height: 497px;
  }

  .double__content::before {
    width: 497px;
  }

  .double__content h2 {
    margin-bottom: 24px;
  }

  .roadmap {
    padding-top: 60px;
    padding-bottom: 77px;
  }

  .roadmap__item {
    padding-left: 162px;
    font-size: 20px;
    line-height: 23px;
  }

  .roadmap__item._active {
    margin-bottom: 34px;
    font-size: 30px;
    line-height: 35px;
  }

  .roadmap__item-marker {
    left: -54px;
    width: 20px;
    height: 20px;
    margin-left: 0;
  }

  .roadmap__item-marker::before {
    width: 210px;
  }

  .utility {
    height: 715px;
  }

  .utility h2 {
    font-size: 65px;
    line-height: 76px;
    text-align: left;
  }

  .utility__sphere {
    top: -86px;
    width: 262px;
    height: 265px;
  }

  .utility__content {
    max-width: 415px;
  }

  .provenance {
    height: auto;
  }

  .provenance h2 {
    margin-bottom: 48px;
    color: #ffffff;
    font-size: 65px;
    line-height: 76px;
  }

  .provenance__sphere {
    width: 157px;
    height: 145px;
  }

  .provenance__hero img {
    -o-object-position: 90%;
       object-position: 90%;
  }

  .provenance__content {
    padding-top: 256px;
    padding-bottom: 137px;
  }

  .provenance__text {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
  }

  .team {
    min-height: 768px;
    padding-top: 55px;
    padding-bottom: 104px;
    background-repeat: no-repeat;
    background-size: 100% 1030px;
    background-position: 0 top;
  }

  .team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
  }

  .team__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% / 12 * 3 - 80px);
  }

  .team__name {
    font-size: 24px;
    line-height: 32px;
  }

  .shop {
    padding-top: 80px;
    padding-bottom: 185px;
    min-height: 768px;
    background-position: 85% center;
    background-size: 85%;
  }

  .shop__content {
    margin-top: -30px;
  }

  .shop__text-wrapper {
    margin-top: -50px;
  }

  .shop__text-wrapper .btn {
    width: 270px;
    font-size: 20px;
    line-height: 23px;
  }

  .shop__image {
    margin-top: -50px;
    margin-left: 3%;
  }

  .shop__image img {
    width: 283px;
    height: 288px;
  }

  .faq-wrapper {
    display: block;
  }

  .faq-hero {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .faq-hero img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .faq {
    position: relative;
    z-index: 7;
  }

  .faq.section {
    padding-bottom: 204px;
  }

  .faq__list {
    max-width: 70%;
  }

  .faq__item {
    padding-bottom: 20px;
  }

  .faq__question {
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
  }

  .faq__question._active + .faq__answer {
    margin-top: 26px;
  }

  .faq__answer {
    padding-left: 50px;
  }

  .faq__question:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .faq__question:active,
  .faq__question:focus {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 205px;
    padding-right: 205px;
  }

  .main-nav-wrapper {
    padding-right: 20px;
  }

  .main-nav::before {
    right: -30px;
  }

  .team__name {
    font-size: 28px;
    line-height: 40px;
  }

  .team__position {
    font-size: 14px;
    line-height: 18px;
  }

  .team__position {
    font-size: 15px;
    line-height: 21px;
  }

  .faq__question {
    font-size: 30px;
    line-height: 35px;
  }

  .faq__answer {
    font-size: 20px;
    line-height: 23px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding: 90px 0;
    padding-bottom: 106px;
  }

  .img-right {
    padding-left: 64px;
  }

  .container {
    padding-left: 300px;
    padding-right: 300px;
  }

  .container._wide {
    padding-left: 100px;
    padding-right: 100px;
  }

  h1,
  .h1 {
    font-size: 60px;
    line-height: 64px;
  }

  h3,
  .h3 {
    font-size: 24px;
    line-height: 26px;
  }

  .main-nav__list li {
    padding-right: 52px;
  }

  .main__hero {
    -o-object-position: right;
       object-position: right;
  }

  .shop {
    background-position: center;
    background-size: contain;
  }

  .shop__image {
    margin-left: -5%;
  }
}

@media (max-width: 1279px) {
  .main-nav__list li .sub-menu {
    display: none;
    padding-left: 16px;
    padding-top: 8px;
  }

  .main-nav__list li .sub-menu li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .main-nav__list li .sub-menu a {
    display: inline-block;
  }

  .main-nav__list li .sub-menu a:hover {
    color: #ffffff;
  }

  .main-nav__list a._inner::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    z-index: 1;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .main-nav__list a._active::after {
    top: 4px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .slider-section__list._nav .slider-section__item {
    margin-top: 0;
  }

  .slider-section__item-img {
    visibility: visible;
    margin-left: -16px;
  }

  .slider-section__item-bg {
    width: 210px;
    height: 210px;
    background-color: #F7C515;
    background-image: conic-gradient(from 180deg at 50% 50%, #F80BBC 0deg, #FFC700 92.03deg, #F80BBC 360deg);
    border: 1px solid #FFF6D5;
  }

  .slider-section__item-bg img {
    top: -25%;
    left: 35%;
    width: 285px;
    height: 343px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center 30%;
       object-position: center 30%;
    -webkit-transform: translate(-35%, 0);
        -ms-transform: translate(-35%, 0);
            transform: translate(-35%, 0);
  }
}

@media (max-width: 767px) {
  .double h2 span {
    font-size: 24px;
    line-height: 31px;
  }

  .double__content h2 {
    margin-bottom: 0;
    text-align: center;
  }

  .roadmap__hero {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}