@charset "UTF-8";
@import "swiper-bundle.min.css";
@import "datepicker.css";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?");
  src: url("fonts/icomoon.eot?") format("embedded-opentype"), url("fonts/icomoon.ttf?") format("truetype"), url("fonts/icomoon.woff?") format("woff"), url("fonts/icomoon.svg?") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gear:before {
  content: "";
}

.icon-t-shirt:before {
  content: "";
}

.icon-r-b-cross:before {
  content: "";
}

.icon-r-check:before {
  content: "";
}

.icon-nova:before {
  content: "";
}

.icon-logo:before {
  content: "";
}

.icon-filters:before {
  content: "";
}

.icon-league:before {
  content: "";
}

.icon-team:before {
  content: "";
}

.icon-transfers:before {
  content: "";
}

.icon-arrow-bottom:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-back:before {
  content: "";
}

.icon-ball:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-chev-right:before {
  content: "";
}

.icon-cross .path1:before {
  content: "";
  color: #ff4f4f;
}

.icon-cross .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-file:before {
  content: "";
}

.icon-hexagon:before {
  content: "";
}

.icon-message:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-notif:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-r-cross .path1:before {
  content: "";
  color: #ff4f4f;
}

.icon-r-cross .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-s-cross:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-tip:before {
  content: "";
}

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

* {
  position: relative;
  outline: none;
  box-sizing: border-box;
  overscroll-behavior: none;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

html, body {
  width: 100%;
}

body {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
}

.lock-scroll {
  overflow: hidden;
  padding-right: 17px;
}
@media screen and (max-width: 960px) {
  .lock-scroll {
    padding-right: 0;
  }
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus, a.active {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin: 0;
}

p {
  margin: 10px 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

#ajaxWrapper {
  width: 100%;
  min-height: 100vh;
}

.jq_hidden {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: all 1.2s ease 0s;
  -webkit-transition: all 1.2s ease 0s;
}
.jq_hidden.jq_active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #121529;
}
#menu .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
#menu .wrapper .logo {
  font-size: 34px;
  color: #ffffff;
}
#menu .wrapper .submit-btn {
  width: 160px;
}

@media screen and (max-width: 960px) {
  #menu .wrapper {
    height: 80px;
  }
  #menu .wrapper .logo {
    font-size: 26px;
  }
}
.footer {
  min-height: 80px;
  padding-bottom: 20px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background-color: #0C0D1A;
  color: #ffffff;
}

@-webkit-keyframes f_t_animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes f_t_animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes f_t_animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
button {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
}

input, textarea, select, .form-control {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-size: 14px;
  height: 40px;
  width: 100%;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 400;
  padding: 0 14px;
  -webkit-appearance: none;
  border: 0.3px solid #ffffff;
  background-color: transparent;
  margin: 0;
  resize: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #3B427B;
  font-weight: 400;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .form-control::-moz-placeholder {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #3B427B;
  font-weight: 400;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .form-control:-moz-placeholder {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #3B427B;
  font-weight: 400;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #3B427B;
  font-weight: 400;
}

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

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

textarea {
  padding: 10px;
}

.custom-drop select {
  display: none;
}

.custom-dropdown .current {
  font-family: "Exo 2", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 38px;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
  height: 40px;
  border-radius: 8px;
  padding: 0 14px;
  border: 0.3px solid #ffffff;
}
.custom-dropdown .current:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  font-size: 14px;
  margin-top: -7px;
  right: 10px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.custom-dropdown .drop-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 20px;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 100;
  box-shadow: 0px 4px 16px 0px rgba(225, 225, 225, 0.17);
  background-color: #0E1020;
  border-radius: 8px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.custom-dropdown .drop-container .drop-list {
  height: 100%;
  overflow: auto;
  margin: 0;
}
.custom-dropdown .drop-container .drop-list::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.custom-dropdown .drop-container .drop-list::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 2px;
}
.custom-dropdown .drop-container .drop-list::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.custom-dropdown .drop-container .drop-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.custom-dropdown .drop-container .drop-list li {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 14px;
  display: block;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.custom-dropdown .drop-container .drop-list li:hover, .custom-dropdown .drop-container .drop-list li.active {
  background-color: #4F7BFF;
}
.custom-dropdown.active .current:after {
  -webkit-transform: scale3d(-1, -1, -1);
  transform: scale3d(-1, -1, -1);
}
.custom-dropdown.active .drop-container {
  max-height: 400px;
}

.checkbox-block {
  margin-bottom: 24px;
}
.checkbox-block input {
  display: none;
}
.checkbox-block label {
  display: inline-block;
  font-size: 14px;
  padding-left: 28px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff !important;
  cursor: pointer;
}
.checkbox-block label:before, .checkbox-block label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
}
.checkbox-block label:before {
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: -7px;
  border: 1px solid #ffffff;
}
.checkbox-block label:after {
  left: 4px;
  margin-top: -3px;
  height: 10px;
  width: 10px;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.checkbox-block label a {
  text-decoration: underline;
}
.checkbox-block label a:hover {
  color: inherit;
}
.checkbox-block input:checked + label:after {
  opacity: 1;
}
.checkbox-block.round label:before, .checkbox-block.round label:after {
  border-radius: 50%;
}

.switcher input {
  display: none;
}
.switcher label {
  display: block;
  font-size: 14px;
  padding-right: 60px;
  line-height: 20px;
  font-weight: 300 !important;
  color: #ffffff !important;
  cursor: pointer;
  text-transform: unset !important;
}
.switcher label:before, .switcher label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.switcher label:before {
  right: 0;
  height: 18px;
  width: 40px;
  border-radius: 12px;
  box-sizing: border-box;
  margin-top: -7px;
  border: 1px solid #ffffff;
}
.switcher label:after {
  right: 20px;
  margin-right: 6px;
  margin-top: -3px;
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}
.switcher input:checked + label:before {
  border: 1px solid #4F7BFF;
}
.switcher input:checked + label:after {
  background-color: #4F7BFF;
  -webkit-transform: translate3d(22px, 0, 0);
  transform: translate3d(22px, 0, 0);
}

.c-custom-drop {
  font-size: 15px;
}
.c-custom-drop .current {
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #191D37;
  cursor: pointer;
}
.c-custom-drop .current:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  font-size: 12px;
  margin-top: -6px;
  right: 16px;
  pointer-events: none;
}
.c-custom-drop ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1px;
  opacity: 0;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #121529;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  max-height: 350px;
  overflow: auto;
}
.c-custom-drop ul::-webkit-scrollbar {
  display: none;
  width: 6px;
  background-color: #191D37;
}
.c-custom-drop ul::-webkit-scrollbar-thumb {
  background-color: #292E58;
  border-radius: 3px;
}
.c-custom-drop ul::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.c-custom-drop ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.c-custom-drop ul li {
  background-color: #191D37;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.c-custom-drop ul li .value {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.c-custom-drop ul li .descr {
  padding: 0 16px 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
.c-custom-drop ul li .descr .good {
  color: #00CD5C;
}
.c-custom-drop ul li .descr .bad {
  color: #FF4F4F;
}
.c-custom-drop ul li:first-child .value:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  font-size: 12px;
  margin-top: -6px;
  right: 16px;
  pointer-events: none;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
}
.c-custom-drop ul li:hover {
  background-color: #121529;
}
.c-custom-drop ul li.active {
  position: sticky;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: #121529;
}
.c-custom-drop ul li.active .value:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("/src/assets/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-custom-drop.active ul {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

img {
  pointer-events: none;
}

.page {
  min-height: 100vh;
}

.cover-image picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.cover-image picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.contain-image picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.contain-image picture img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}

html {
  font-size: 16px;
  color: #000000;
}

.submit-btn {
  height: 40px;
  width: 100%;
  background-color: #4F7BFF;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 300;
  outline: none;
  padding: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit-btn.trans-btn {
  background-color: transparent;
  border: 1px solid #4F7BFF;
  color: #4F7BFF;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.submit-btn.trans-btn.white {
  color: #ffffff;
}
.submit-btn.trans-btn.f-white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.submit-btn.trans-btn.f-white:hover {
  background-color: #ffffff;
  color: #0E1020;
}
.submit-btn.trans-btn.alert {
  color: #ffffff;
  border: 1px solid #FF4F4F;
}
.submit-btn.trans-btn.alert:hover {
  background-color: #FF4F4F;
}
.submit-btn.trans-btn:hover {
  background-color: #4F7BFF;
  color: #ffffff;
}
.submit-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.submit-btn.thin-btn {
  width: 130px;
}
.submit-btn:hover {
  color: #ffffff;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.68);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup .pop-content {
  padding: 36px 20px 30px;
  background-color: #121529;
  color: #ffffff;
  width: 400px;
  max-width: 90%;
  border-radius: 20px;
}
.popup .pop-content .pop-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.popup .pop-content .pop-close-btn:before, .popup .pop-content .pop-close-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 0;
  border-top: 2px solid #ffffff;
}
.popup .pop-content .pop-close-btn:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
}
.popup .pop-content .pop-close-btn:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
  transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}
.popup .pop-content .pop-close-btn:hover {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
}
.popup .pop-content .form-message {
  padding: 10px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.popup .pop-content .form-message.success {
  color: #00CD5C;
}
.popup .pop-content .form-message.error {
  color: #FF4F4F;
}

.policy-wrapper {
  max-width: 900px;
  padding-top: 160px;
}
.policy-wrapper h1 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 10px;
  text-align: center;
}
.policy-wrapper .policy-content .effective-date {
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
}
.policy-wrapper .policy-content h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 30px 0 20px;
}
.policy-wrapper .policy-content h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0 10px;
}
.policy-wrapper .policy-content ul {
  margin: 0 0 14px;
  padding-left: 20px;
}
.policy-wrapper .policy-content ul li {
  margin-bottom: 4px;
}

@media screen and (max-width: 960px) {
  .policy-wrapper {
    padding-top: 110px;
  }
  .policy-wrapper h1 {
    font-size: 24px;
  }
  .policy-wrapper .policy-content .effective-date {
    font-size: 16px;
    text-align: center;
    margin: 0 0 20px;
  }
  .policy-wrapper .policy-content h2 {
    font-size: 18px;
    margin: 24px 0 14px;
  }
  .policy-wrapper .policy-content h3 {
    font-size: 16px;
    margin: 14px 0 10px;
  }
}
.landing-content {
  background-color: #0E1020;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  padding-bottom: 80px;
}
.landing-content .top-block {
  padding-top: 160px;
  padding-bottom: 90px;
  background-image: url("/files/top.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 70px;
}
.landing-content .top-block h1 {
  font-size: 56px;
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ffffff, #4F7BFF);
  /* For Safari 5@mixin 1 to 6@mixin 0 */
  background: -o-linear-gradient(left, #ffffff, #4F7BFF);
  /* For Opera 11@mixin 1 to 12@mixin 0 */
  background: -moz-linear-gradient(left, #ffffff, #4F7BFF);
  /* For Firefox 3@mixin 6 to 15 */
  background: linear-gradient(to right, #ffffff, #4F7BFF);
  /* Standard syntax */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.2;
}
.landing-content .top-block .descr {
  text-align: center;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.4;
}
.landing-content .top-block .coming-text {
  margin: 0 0 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #4F7BFF;
  text-align: center;
}
.landing-content .top-block .btn-block {
  max-width: 470px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 14px;
}
.landing-content .top-block img {
  display: block;
  width: 90%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}
.landing-content h2 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}
.landing-content .info-blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 50px;
  margin: 0 0 50px;
}
.landing-content .info-blocks .info-block {
  display: flex;
  grid-template-columns: 0/8fr 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 30px;
  padding: 60px 4vw;
  min-height: 70vh;
  background-color: #121529;
  border-radius: 30px;
  align-items: center;
  flex-direction: row-reverse;
}
.landing-content .info-blocks .info-block:nth-child(odd) {
  flex-direction: row;
}
.landing-content .info-blocks .info-block .image-side {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-content .info-blocks .info-block .image-side img {
  width: 100%;
  height: auto;
}
.landing-content .info-blocks .info-block .info-side h2 {
  margin: 0 0 20px;
}
.landing-content .info-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  margin: 0 0 90px;
}
.landing-content .info-tiles .info-block {
  padding: 60px 4vw;
  background-color: #121529;
  border-radius: 30px;
}
.landing-content .info-tiles .info-block .image-side {
  padding: 25% 0;
  margin: 0 0 24px;
}
.landing-content .info-tiles .info-block .image-side img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.landing-content .info-tiles .info-block h2 {
  margin: 0 0 20px;
}
.landing-content .coming-block {
  padding: 50px 4vw;
  background-color: #121529;
  border-radius: 30px;
  margin: 0 0 90px;
}
.landing-content .coming-block h2 {
  margin: 0 0 20px;
  text-align: center;
}
.landing-content .coming-block .descr {
  max-width: 490px;
  margin: 0 auto 30px;
}
.landing-content .coming-block .coming-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin: 0;
}
.landing-content .coming-block .coming-container li {
  padding: 0 26px;
  font-size: 15px;
  height: 50px;
  white-space: nowrap;
  border-radius: 12px;
  background-color: #1E2347;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-content .content-block {
  max-width: 500px;
  margin: 0 auto;
}
.landing-content .video-section {
  margin: 0 0 80px;
}
.landing-content .video-section .content-block {
  text-align: center;
  margin: 0 auto 40px;
}
.landing-content .video-section .content-block h2 {
  margin: 0 0 26px;
}
.landing-content .video-section .video-grid {
  height: 75vh;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 30px;
}
.landing-content .video-section .video-grid .video-block {
  background-color: #1E2347;
  border-radius: 30px;
}
.landing-content .form-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  padding: 60px 5vw;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 80px;
}
.landing-content .form-section .content-block {
  text-align: center;
}
.landing-content .form-section h2 {
  margin: 0 0 24px;
}
.landing-content .form-section .descr {
  margin: 0 0 24px;
}
.landing-content .form-section form {
  max-width: 450px;
  margin: 0 auto;
}
.landing-content .form-section .form-grid {
  display: grid;
  grid-template-columns: 1fr 160px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0 0 10px;
}
.landing-content .form-section .form-grid input {
  background-color: #ffffff;
  color: #000000;
}
.landing-content .form-section .tip {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
.landing-content .form-section .tip a {
  text-decoration: underline;
}
.landing-content .join-block {
  background-color: #121529;
  border-radius: 30px;
  padding: 50px 5vw 60px;
}
.landing-content .join-block .content-block {
  text-align: center;
}
.landing-content .join-block .content-block h2 {
  margin: 0 0 24px;
}
.landing-content .join-block .content-block .descr {
  margin: 0 0 24px;
}
.landing-content .socials-block {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 36px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
}
.landing-content .socials-block .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 12px;
  background-color: #191D37;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.landing-content .socials-block .social-btn:hover {
  background-color: #1F2343;
}
.landing-content .socials-block .social-btn img {
  width: 60px;
  height: 40px;
  object-fit: contain;
}

@media screen and (max-width: 960px) {
  .landing-content {
    font-size: 14px;
    padding-bottom: 40px;
  }
  .landing-content .top-block {
    padding-top: 120px;
    padding-bottom: 40px;
    margin: 0 0 40px;
  }
  .landing-content .top-block h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 auto 20px;
  }
  .landing-content .top-block .descr {
    margin: 0 0 20px;
    font-size: 16px;
  }
  .landing-content .top-block .btn-block {
    margin: 0 auto 40px;
  }
  .landing-content .top-block img {
    display: block;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
  }
  .landing-content h2 {
    font-size: 24px;
  }
  .landing-content .info-blocks {
    grid-row-gap: 30px;
    margin: 0 0 40px;
  }
  .landing-content .info-blocks .info-block {
    display: flex;
    grid-template-columns: 1fr;
    padding: 30px 20px;
    flex-direction: column;
  }
  .landing-content .info-blocks .info-block:nth-child(odd) {
    flex-direction: column;
  }
  .landing-content .info-tiles {
    grid-template-columns: 1fr;
  }
  .landing-content .video-section {
    margin: 0 0 40px;
  }
  .landing-content .video-section .content-block h2 {
    margin: 0 0 20px;
  }
  .landing-content .video-section .video-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    height: unset;
  }
  .landing-content .video-section .video-grid .video-block {
    height: 400px;
  }
  .landing-content .form-section {
    padding: 30px 20px;
    margin: 0 0 40px;
  }
  .landing-content .form-section h2 {
    margin: 0 0 20px;
  }
  .landing-content .form-section .descr {
    margin: 0 0 20px;
  }
  .landing-content .join-block {
    background-color: #121529;
    border-radius: 30px;
    padding: 50px 5vw 60px;
  }
  .landing-content .join-block .content-block {
    text-align: center;
  }
  .landing-content .join-block .content-block h2 {
    margin: 0 0 24px;
  }
  .landing-content .join-block .content-block .descr {
    margin: 0 0 24px;
  }
  .landing-content .socials-block {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 36px;
    grid-row-gap: 20px;
  }
  .landing-content .socials-block .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border-radius: 12px;
    background-color: #191D37;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
  }
  .landing-content .socials-block .social-btn:hover {
    background-color: #1F2343;
  }
  .landing-content .socials-block .social-btn img {
    width: 60px;
    height: 40px;
    object-fit: contain;
  }
}

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