/*general*/
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
}
/* 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: "Montserrat", "Arial", 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;
}

/* stylelint-disable */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

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

body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  height: 100%;
  color: #f9f9f9;
}

.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;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper--autoheight {
  min-height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .page__main--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus,
button:focus {
  outline: none !important;
}

h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 8px 0 16px;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin: 8px 0;
  }
}

h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  margin: 10px 0 15px;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin: 10px 0 15px;
}

h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 16px 0 24px;
}

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 16px 0 24px;
}

h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 16px 0 24px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0;
  }
}

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

p {
  margin: 16px 0;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.width_25 {
  width: 100%;
  max-width: 25%;
  display: inline-block;
}

.width_33 {
  width: 100%;
  max-width: 33.33%;
  display: inline-block;
}

.width_50 {
  width: 100%;
  max-width: 50%;
  display: inline-block;
}

.width_100 {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

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

[placeholder] {
  color: #f0f3f5;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-webkit-input-placeholder {
  color: #f0f3f5;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-moz-placeholder {
  color: #f0f3f5;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-moz-placeholder {
  color: #f0f3f5;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
  color: #f0f3f5;
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus[placeholder] {
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  outline: none;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  outline: none;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  outline: none;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input,
textarea {
  color: #000000 !important;
  opacity: 1 !important;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.modal {
  display: none;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: -1;
}
.modal.show {
  position: fixed;
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.modal__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  max-width: 1170px;
  max-height: 990px;
  padding: 30px 40px;
  border-radius: 3px;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal__body {
    padding: 15px;
    overflow: auto;
  }
}
.modal__close {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f3f5;
  border-radius: 3px;
  cursor: pointer;
  z-index: 10;
}
.modal__close img {
  width: 22px;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.p-relative {
  position: relative !important;
}

.v-select, .vs__dropdown-toggle, .v-select input {
  cursor: pointer !important;
}

.v-spinner {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

@-webkit-keyframes move-gradient {
  from {
    background-position-x: left;
  }
  to {
    background-position-x: right;
  }
}

@keyframes move-gradient {
  from {
    background-position-x: left;
  }
  to {
    background-position-x: right;
  }
}
.slide-left-enter-active {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.slide-left-leave-active {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.slide-left-enter,
.slide-left-leave-to {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.page {
  min-width: 320px;
  height: 100%;
}

.page__body {
  min-width: 320px;
  height: 100%;
  margin: 0 auto;
  background-color: #0a081d;
}

.page__title {
  margin-top: 0;
  font-weight: 900;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 768px) {
  .page__title {
    font-size: 40px;
  }
}

.page__link {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #f9f9f9;
}
.page__link:hover, .page__link:active {
  color: #02E8F9;
}

.page__wrapper--hide-overflow {
  overflow: hidden;
  height: 100vh;
}
.page__wrapper--hide-overflow::before {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.header {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.header__inner {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 78px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  grid-auto-flow: column;
}

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

@media (max-width: 767px) {
  .header__inner {
    height: 54px;
    margin: 0 -15px;
  }

  .header__logo {
    padding: 0 20px;
  }

  .header__logo-img {
    width: 67px;
    height: 23px;
  }
}
@media (min-width: 768px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 78px;
  }

  .header__logo-img {
    width: 90px;
    height: 31px;
  }
}
.main-nav {
  display: grid;
}

.main-nav__list {
  display: grid;
}

@media (max-width: 768px) {
  .main-nav__toggler {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 54px;
    margin: 0;
    padding: 18px 15px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: none;
    background: none;
  }
  .main-nav__toggler--all {
    margin-left: auto;
  }

  .main-nav__toggler span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 10px;
    background-color: #f9f9f9;
  }
  .main-nav__toggler span::before, .main-nav__toggler span::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: top 0.3s 0.5s, background-color 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.5s, background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s 0.5s, background-color 0.3s;
    transition: transform 0.3s, top 0.3s 0.5s, background-color 0.3s;
    transition: transform 0.3s, top 0.3s 0.5s, background-color 0.3s, -webkit-transform 0.3s;
    border-radius: 10px;
    background-color: #f9f9f9;
  }
  .main-nav__toggler span::before {
    top: -6px;
  }
  .main-nav__toggler span::after {
    top: 6px;
  }

  .main-nav__toggler:hover span,
.main-nav__toggler:active span .main-nav__toggler:focus span {
    background-color: #02E8F9;
  }
  .main-nav__toggler:hover span:before, .main-nav__toggler:hover span:after,
.main-nav__toggler:active span .main-nav__toggler:focus span:before,
.main-nav__toggler:active span .main-nav__toggler:focus span:after {
    background-color: #02E8F9;
  }

  .main-nav__toggler--open span {
    background-color: transparent;
  }
  .main-nav__toggler--open span::before, .main-nav__toggler--open span::after {
    top: 0;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.5s;
    transition: top 0.3s, -webkit-transform 0.3s 0.5s;
    -o-transition: top 0.3s, transform 0.3s 0.5s;
    transition: top 0.3s, transform 0.3s 0.5s;
    transition: top 0.3s, transform 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
    opacity: 1;
  }
  .main-nav__toggler--open span::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main-nav__toggler--open span::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .main-nav__toggler--open:hover span,
.main-nav__toggler--open:active span,
.main-nav__toggler--open:focus span {
    background-color: transparent;
  }
  .main-nav__toggler--open:hover span:before, .main-nav__toggler--open:hover span:after,
.main-nav__toggler--open:active span:before,
.main-nav__toggler--open:active span:after,
.main-nav__toggler--open:focus span:before,
.main-nav__toggler--open:focus span:after {
    background-color: #02E8F9;
  }

  .main-nav__menu {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    padding-top: 54px;
    background-color: #060510;
  }
  .main-nav__menu--all {
    background-color: #2b255f;
  }

  .main-nav__menu-inner {
    display: grid;
    overflow-y: auto;
    height: 100%;
    padding: 33px 15px 20px;
    text-align: right;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    justify-items: end;
    -ms-overflow-style: none;
    row-gap: 40px;
    scrollbar-width: none;
  }
  .main-nav__menu-inner::-webkit-scrollbar {
    display: none;
  }

  .main-nav__list {
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
    justify-items: end;
    row-gap: 40px;
  }

  .main-nav__socials {
    display: grid;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    grid-auto-rows: 24px;
    row-gap: 40px;
  }

  .main-nav__developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: auto -15px -20px;
    padding: 20px 15px;
    border-top: 2px solid rgba(25, 21, 61, 0.5);
    font-size: 12px;
    justify-self: stretch;
  }
}
@media (min-width: 768px) {
  .main-nav {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-auto-flow: column;
  }

  .main-nav__list {
    display: grid;
    font-weight: 500;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-auto-flow: column;
  }

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

  .main-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
}
.user-menu__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
}

.user-menu__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #02E8F9;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.user-menu__link:hover, .user-menu__link:active, .user-menu__link:focus {
  color: #f9f9f9;
}

.page-nav__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f9f9f9;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.page-nav__link:hover, .page-nav__link:active, .page-nav__link:focus {
  color: #02E8F9;
}

.socials {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.socials__icon {
  width: 100%;
  height: auto;
  fill: #f9f9f9;
}

.socials__icon-mask {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  fill: url(#gradient);
}

.socials__link:hover .socials__icon-mask,
.socials__link:active .socials__icon-mask,
.socials__link:focus .socials__icon-mask {
  opacity: 1;
}

@media (max-width: 767px) {
  .header .socials__item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .socials__link {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .header .socials__icon {
    width: auto;
  }
}
.developer {
  font-style: normal;
}

.developer__link {
  background-position-x: left;
  background-size: 200%;
  color: #9a3ee8;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) and (-webkit-text-fill-color: transparent) {
  .developer__link {
    background-image: -o-repeating-linear-gradient(345deg, #c03bd6, #7042fd, #c03bd6);
    background-image: repeating-linear-gradient(105deg, #c03bd6, #7042fd, #c03bd6);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.developer__link:hover, .developer__link:active, .developer__link:focus {
  -webkit-animation: move-gradient 1s infinite alternate;
          animation: move-gradient 1s infinite alternate;
}

.intro__inner {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.intro__title {
  margin-top: 0;
  font-weight: 900;
  text-shadow: 0px 0px 12.1px #7042fd;
}

.intro__tagline {
  margin-top: 0;
  font-weight: 900;
}

.intro__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 56px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #f9f9f9;
  border: none;
  border-radius: 100px;
  background-color: #9a3ee8;
  background-image: -o-linear-gradient(left, #c03bd6, #7042fd, #c03bd6);
  background-image: -webkit-gradient(linear, left top, right top, from(#c03bd6), color-stop(#7042fd), to(#c03bd6));
  background-image: linear-gradient(to right, #c03bd6, #7042fd, #c03bd6);
  background-position-x: left;
  background-size: 200%;
}
.intro__btn::after {
  position: absolute;
  z-index: -1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: "";
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  border-radius: 100px;
  background-color: #0a081d;
}
.intro__btn:hover {
  -webkit-animation: move-gradient 1s infinite alternate;
          animation: move-gradient 1s infinite alternate;
}
.intro__btn:hover::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .intro__inner {
    display: grid;
    padding-top: 80px;
    text-align: center;
    justify-items: center;
  }

  .intro__title {
    margin-bottom: 21px;
    font-size: 9.4445vw;
    line-height: 1.2;
  }

  .intro__tagline {
    margin-bottom: 37px;
    font-size: 30px;
    line-height: 35px;
  }

  .intro__img {
    position: relative;
    top: 88px;
    width: 250px;
    height: 385px;
    padding: 0 12%;
  }
  .intro__img-mask {
    position: absolute;
    width: 148px;
    height: 284px;
    left: 0;
    top: 0;
  }
  .intro__img-phone {
    position: absolute;
    width: 162px;
    height: 350px;
    right: 5px;
    top: 50px;
  }
}
@media (min-width: 768px) {
  .intro__inner {
    display: grid;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 96px repeat(3, -webkit-min-content) minmax(137px, 1fr);
    grid-template-rows: 96px repeat(3, min-content) minmax(137px, 1fr);
  }

  .intro__title {
    margin-bottom: 30px;
    font-size: 61px;
    line-height: 71px;
    grid-column: 1/13;
    grid-row: 2/3;
  }

  .intro__tagline {
    margin-bottom: 86px;
    font-size: 40px;
    line-height: 47px;
    grid-column: 1/9;
    grid-row: 3/4;
  }

  .intro__btn {
    grid-column: 1/9;
    grid-row: 4/5;
    justify-self: start;
  }

  .intro__img {
    position: relative;
    top: 135px;
    width: 353px;
    grid-column: 9/13;
    grid-row: 1/6;
  }
  .intro__img-mask {
    position: absolute;
    width: 205px;
    height: 394px;
    left: 0;
    top: 0;
  }
  .intro__img-phone {
    position: absolute;
    width: 226px;
    height: 489px;
    right: 5px;
    top: 50px;
  }
}
.about {
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  line-height: 19px;
}

.about__inner {
  display: grid;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  row-gap: 30px;
}

.about__title {
  margin-bottom: 0;
}

.about__text {
  margin: 0;
  line-height: 23px;
}

.about__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  row-gap: 30px;
}

.about__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.about__item::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #02E8F9;
  -webkit-box-shadow: 0px 0px 16px rgba(2, 232, 249, 0.66);
          box-shadow: 0px 0px 16px rgba(2, 232, 249, 0.66);
}

@media (max-width: 767px) {
  .about {
    overflow: hidden;
    padding-top: 182px;
  }

  .about__inner {
    grid-template-columns: 1fr;
  }

  .about__title,
.about__list,
.about__text {
    grid-column: 1/1;
  }

  .about__title {
    text-align: center;
    line-height: 35px;
  }

  .about__img {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: 100%;
    height: 220px;
    grid-column: 1/1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__img-phone {
    position: absolute;
    width: 138px;
    bottom: -80px;
  }
}
@media (min-width: 768px) {
  .about__inner {
    padding: 80px 0;
    grid-template-columns: 208px auto;
    -webkit-column-gap: 8.5%;
       -moz-column-gap: 8.5%;
            column-gap: 8.5%;
  }

  .about__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-row: span 3;
    position: relative;
    width: 168px;
    height: 366px;
    margin-left: 17px;
  }

  .about__title {
    line-height: 47px;
  }

  .about__text {
    max-width: 480px;
  }
}
@media (max-width: 414px) {
  .about {
    background-image: -webkit-image-set(url("../img/about-bg-mobile.jpg") 1x, url("../img/about-bg-mobile@2x.jpg") 2x, url("../img/about-bg-mobile@3x.jpg") 3x);
    background-image: image-set(url("../img/about-bg-mobile.jpg") 1x, url("../img/about-bg-mobile@2x.jpg") 2x, url("../img/about-bg-mobile@3x.jpg") 3x);
  }
}
@media (min-width: 415px) and (max-width: 769px) {
  .about {
    background-image: -webkit-image-set(url("../img/about-bg-tablet.jpg") 1x, url("../img/about-bg-tablet@2x.jpg") 2x, url("../img/about-bg-tablet@3x.jpg") 3x);
    background-image: image-set(url("../img/about-bg-tablet.jpg") 1x, url("../img/about-bg-tablet@2x.jpg") 2x, url("../img/about-bg-tablet@3x.jpg") 3x);
  }
}
@media (min-width: 770px) {
  .about {
    background-image: -webkit-image-set(url("../img/about-bg-desktop.jpg") 1x, url("../img/about-bg-desktop@2x.jpg") 2x, url("../img/about-bg-desktop@3x.jpg") 3x);
    background-image: image-set(url("../img/about-bg-desktop.jpg") 1x, url("../img/about-bg-desktop@2x.jpg") 2x, url("../img/about-bg-desktop@3x.jpg") 3x);
  }
}
.upload {
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  row-gap: 30px;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  grid-template-columns: 100%;
}

.upload__title {
  margin-bottom: 0;
}

.upload__preview {
  max-width: 600px;
  margin: 0 auto;
}

.upload__text {
  margin: 0;
}

.upload__form {
  display: grid;
  font-size: 18px;
  line-height: 21px;
}

.upload__fieldgroup {
  margin: 0;
  padding: 0;
  border: none;
}

.upload__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 50px;
  margin: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #f9f9f9;
  border: none;
  border-radius: 100px;
  background-color: #9a3ee8;
  background-image: -o-linear-gradient(left, #c03bd6, #7042fd, #c03bd6);
  background-image: -webkit-gradient(linear, left top, right top, from(#c03bd6), color-stop(#7042fd), to(#c03bd6));
  background-image: linear-gradient(to right, #c03bd6, #7042fd, #c03bd6);
  background-position-x: left;
  background-size: 200%;
}
.upload__label::after {
  position: absolute;
  z-index: -1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: "";
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  border-radius: 100px;
  background-color: #0a081d;
}
.upload__label:hover {
  -webkit-animation: move-gradient 1s infinite alternate;
          animation: move-gradient 1s infinite alternate;
}
.upload__label:hover::after {
  opacity: 1;
}

.upload__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  margin: 0;
  font: inherit;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #f9f9f9;
  border: none;
  border-radius: 100px;
  background-color: #9a3ee8;
  background-image: -o-linear-gradient(left, #c03bd6, #7042fd, #c03bd6);
  background-image: -webkit-gradient(linear, left top, right top, from(#c03bd6), color-stop(#7042fd), to(#c03bd6));
  background-image: linear-gradient(to right, #c03bd6, #7042fd, #c03bd6);
  background-position-x: left;
  background-size: 200%;
}
.upload__submit::after {
  position: absolute;
  z-index: -1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: "";
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  border-radius: 100px;
  background-color: #0a081d;
}
.upload__submit:hover {
  -webkit-animation: move-gradient 1s infinite alternate;
          animation: move-gradient 1s infinite alternate;
}
.upload__submit:hover::after {
  opacity: 0;
}

.upload__icon {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  stroke: currentColor;
}

@media (max-width: 767px) {
  .upload__title {
    line-height: 35px;
  }

  .upload__form {
    width: 100%;
    max-width: 330px;
    justify-self: center;
    row-gap: 15px;
  }
}
@media (min-width: 768px) {
  .upload {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
  }

  .upload__title {
    line-height: 47px;
  }

  .upload__form {
    row-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    justify-self: center;
    grid-template-columns: repeat(2, 240px);
  }

  .upload__submit {
    grid-column: span 2;
  }
}
.camera-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.camera-box__window {
  position: relative;
  z-index: 20;
}

.photo-capture {
  position: relative;
  z-index: 10;
  padding: 10px;
  margin: auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #0B081E;
  -webkit-box-shadow: 0px 0px 9.9727px #7042fd;
          box-shadow: 0px 0px 9.9727px #7042fd;
  max-width: 380px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photo-capture__camera, .photo-capture__preview {
  margin: 10px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.photo-capture__camera {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}
.photo-capture__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.photo-capture__button {
  width: 48% !important;
}
.photo-capture__close {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  z-index: 10;
}

.loader {
  margin: 0 auto;
  border: 16px solid #34495e;
  /* Light grey */
  border-top: 16px solid #41b883;
  /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

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

.btn {
  margin-top: 10px;
  background-color: #34495e;
  color: #049161;
  margin: 10px;
  min-width: 65px;
  height: 65px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background-color: #5c81a7;
  color: white;
}
.btn .fas {
  font-size: 25px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.contacts {
  padding: 80px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts__inner {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.contacts__title {
  margin: 0;
  font-weight: 900;
}

.contacts__link {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: inherit;
}
.contacts__link:hover, .contacts__link:focus, .contacts__link:active {
  color: #02E8F9;
}

.contacts__socials {
  display: grid;
  grid-auto-flow: column;
}

@media (max-width: 767px) {
  .contacts {
    font-size: 18px;
    line-height: 21px;
  }

  .contacts__inner {
    row-gap: 30px;
  }

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

  .contacts__socials {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-auto-columns: minmax(-webkit-min-content, 40px);
    grid-auto-columns: minmax(min-content, 40px);
    grid-template-rows: 40px;
  }
}
@media (min-width: 768px) {
  .contacts {
    font-size: 25px;
    line-height: 40px;
  }

  .contacts__inner {
    row-gap: 40px;
  }

  .contacts__title {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
  }

  .contacts__socials {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    grid-auto-columns: minmax(-webkit-min-content, 72px);
    grid-auto-columns: minmax(min-content, 72px);
    grid-template-rows: 72px;
  }
}
@media (max-width: 414px) {
  .contacts {
    background-image: -webkit-image-set(url("../img/contacts-bg-mobile.jpg") 1x, url("../img/contacts-bg-mobile@2x.jpg") 2x, url("../img/contacts-bg-mobile@3x.jpg") 3x);
    background-image: image-set(url("../img/contacts-bg-mobile.jpg") 1x, url("../img/contacts-bg-mobile@2x.jpg") 2x, url("../img/contacts-bg-mobile@3x.jpg") 3x);
  }
}
@media (min-width: 415px) and (max-width: 769px) {
  .contacts {
    background-image: -webkit-image-set(url("../img/contacts-bg-tablet.jpg") 1x, url("../img/contacts-bg-tablet@2x.jpg") 2x, url("../img/contacts-bg-tablet@3x.jpg") 3x);
    background-image: image-set(url("../img/contacts-bg-tablet.jpg") 1x, url("../img/contacts-bg-tablet@2x.jpg") 2x, url("../img/contacts-bg-tablet@3x.jpg") 3x);
  }
}
@media (min-width: 770px) {
  .contacts {
    background-image: -webkit-image-set(url("../img/contacts-bg-desktop.jpg") 1x, url("../img/contacts-bg-desktop@2x.jpg") 2x, url("../img/contacts-bg-desktop@3x.jpg") 3x);
    background-image: image-set(url("../img/contacts-bg-desktop.jpg") 1x, url("../img/contacts-bg-desktop@2x.jpg") 2x, url("../img/contacts-bg-desktop@3x.jpg") 3x);
  }
  .contacts--company {
    background-image: none;
  }
}
.learn-more {
  text-align: center;
  font-weight: 500;
}

.learn-more__icon {
  margin-left: 5px;
  stroke: currentColor;
}

.learn-more__link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  padding: 15px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #f9f9f9;
}
.learn-more__link::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  background-color: #9a3ee8;
  background-image: -o-linear-gradient(left, #c03bd6, #7042fd);
  background-image: -webkit-gradient(linear, left top, right top, from(#c03bd6), to(#7042fd));
  background-image: linear-gradient(to right, #c03bd6, #7042fd);
}
.learn-more__link:hover, .learn-more__link:active, .learn-more__link:focus {
  color: #02E8F9;
}
.learn-more__link:hover::after, .learn-more__link:active::after, .learn-more__link:focus::after {
  opacity: 0;
}

@media (max-width: 767px) {
  .learn-more {
    font-size: 18px;
    line-height: 21px;
  }

  .learn-more__icon {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  .learn-more {
    font-size: 25px;
    line-height: 40px;
  }

  .learn-more__icon {
    width: 31px;
    height: 31px;
  }
}
.footer {
  font-size: 16px;
  line-height: 19px;
  background-color: #060510;
}

.footer__inner {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.footer__menu {
  display: grid;
}

.footer__list {
  display: grid;
}

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

.footer__copyrights {
  display: grid;
  color: rgba(249, 249, 249, 0.5);
}

.footer__docs {
  display: grid;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  grid-auto-flow: column;
}

.footer__link {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__link:hover {
  color: #f9f9f9;
}
.footer__link:active {
  color: #02E8F9;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: repeat(2, auto);
    row-gap: 30px;
  }

  .footer__menu {
    row-gap: 10px;
  }

  .footer__list {
    row-gap: 10px;
  }

  .footer__logo {
    width: 55px;
    height: 65px;
    justify-self: end;
  }
  .footer__logo-img {
    width: 47px;
    height: 65px;
  }

  .footer__hr {
    margin: 0 -15px;
    border-color: rgba(25, 21, 61, 0.5);
    grid-column: span 2;
  }

  .footer__copyrights {
    text-align: center;
    grid-column: span 2;
    justify-items: center;
    row-gap: 15px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer__hr {
    display: none;
  }

  .footer__inner {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-template-columns: 1fr -webkit-min-content 1fr;
    grid-template-columns: 1fr min-content 1fr;
  }

  .footer__menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 5px;
    justify-self: start;
    row-gap: 20px;
  }

  .footer__list {
    row-gap: 20px;
  }

  .footer__logo {
    width: 105px;
    height: 105px;
  }
  .footer__logo-img {
    width: 75px;
    height: 103px;
  }

  .footer__copyrights {
    padding-top: 5px;
    text-align: right;
    justify-items: end;
    justify-self: end;
    row-gap: 20px;
  }
}
.company-intro__inner {
  display: grid;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  row-gap: 30px;
}

.company-intro__title {
  margin: 0;
  font-weight: 900;
  text-shadow: 0px 0px 12.1px #7042fd;
}

.company-intro__text {
  margin: 0;
}

@media (max-width: 767px) {
  .company-intro {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .company-intro__inner {
    text-align: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
  }

  .company-intro__title {
    font-size: 30px;
    line-height: 35px;
    grid-column: 1/7;
  }

  .company-intro__text {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 27px;
    grid-column: 1/7;
  }

  .company-intro__img {
    max-width: 60%;
    grid-column: 2/6;
  }
}
@media (min-width: 768px) {
  .company-intro {
    padding-top: 16px;
    padding-bottom: 94px;
    background-image: url("../img/company-intro-bg-desktop@2x.jpg");
    background-image: -webkit-image-set(url("../img/company-intro-bg-desktop.jpg") 1x, url("../img/company-intro-bg-desktop@2x.jpg") 2x, url("../img/company-intro-bg-desktop@3x.jpg") 3x);
    background-image: image-set(url("../img/company-intro-bg-desktop.jpg") 1x, url("../img/company-intro-bg-desktop@2x.jpg") 2x, url("../img/company-intro-bg-desktop@3x.jpg") 3x);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
  }

  .company-intro__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 70px -webkit-min-content -webkit-min-content minmax(35px, 1fr);
    grid-template-rows: 70px min-content min-content minmax(35px, 1fr);
  }

  .company-intro__title {
    font-size: 40px;
    line-height: 47px;
    grid-column: 1/8;
    grid-row: 2/3;
  }

  .company-intro__text {
    font-size: 22px;
    line-height: 33px;
    grid-column: 1/8;
    grid-row: 3/4;
    max-width: 585px;
  }

  .company-intro__img {
    align-self: center;
    margin-right: 16px;
    width: 248px;
    height: 407px;
    grid-column: 8/13;
    grid-row: 1/5;
    justify-self: end;
  }
}
.company-about {
  font-size: 16px;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.company-about__inner {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  row-gap: 30px;
}

.company-about__tagline {
  margin: 0;
  font-weight: 900;
  text-shadow: 0px 0px 12.1px #7042fd;
}

.company-about__text {
  margin: 0;
  line-height: 22px;
}

.company-about__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  row-gap: 30px;
}

.company-about__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.company-about__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #02E8F9;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 16px rgba(2, 232, 249, 0.66);
          box-shadow: 0 0 16px rgba(2, 232, 249, 0.66);
}

.company-about__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.company-about__link:hover, .company-about__link:active, .company-about__link:focus {
  color: #02E8F9;
}

.company-about__icon {
  margin-left: 10px;
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
  stroke: currentColor;
}

@media (max-width: 767px) {
  .company-about {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .company-about__tagline {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .company-about__list {
    margin-bottom: 20px;
  }

  .company-about__link {
    margin-bottom: 19px;
  }

  .company-about__img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .company-about {
    padding: 80px 0;
  }

  .company-about__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-template-columns: 1fr minmax(-webkit-max-content, 1fr);
    grid-template-columns: 1fr minmax(max-content, 1fr);
    grid-template-rows: repeat(3, -webkit-min-content) 1fr;
    grid-template-rows: repeat(3, min-content) 1fr;
  }

  .company-about__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    align-self: center;
    grid-row: span 4;
    width: 100%;
    max-width: 555px;
  }

  .company-about__tagline,
.company-about__list,
.company-about__text,
.company-about__link {
    grid-column: 2/3;
  }

  .company-about__tagline {
    font-size: 40px;
    line-height: 47px;
  }

  .company-about__text {
    max-width: 480px;
  }

  .company-about__list {
    margin-bottom: 30px;
  }
}
@media (max-width: 414px) {
  .company-about {
    background-image: url("../img/company-about-bg-mobile@2x.jpg");
    background-image: -webkit-image-set(url("../img/company-about-bg-mobile.jpg") 1x, url("../img/company-about-bg-mobile@2x.jpg") 2x, url("../img/company-about-bg-mobile@3x.jpg") 3x);
    background-image: image-set(url("../img/company-about-bg-mobile.jpg") 1x, url("../img/company-about-bg-mobile@2x.jpg") 2x, url("../img/company-about-bg-mobile@3x.jpg") 3x);
  }
}
@media (min-width: 415px) and (max-width: 769px) {
  .company-about {
    background-image: url("../img/company-about-bg-tablet@2x.jpg");
    background-image: -webkit-image-set(url("../img/company-about-bg-tablet.jpg") 1x, url("../img/company-about-bg-tablet@2x.jpg") 2x, url("../img/company-about-bg-tablet@3x.jpg") 3x);
    background-image: image-set(url("../img/company-about-bg-tablet.jpg") 1x, url("../img/company-about-bg-tablet@2x.jpg") 2x, url("../img/company-about-bg-tablet@3x.jpg") 3x);
  }
}
@media (min-width: 770px) {
  .company-about {
    background-image: url("../img/company-about-bg-desktop@2x.jpg");
    background-image: -webkit-image-set(url("../img/company-about-bg-desktop.jpg") 1x, url("../img/company-about-bg-desktop@2x.jpg") 2x, url("../img/company-about-bg-desktop@3x.jpg") 3x);
    background-image: image-set(url("../img/company-about-bg-desktop.jpg") 1x, url("../img/company-about-bg-desktop@2x.jpg") 2x, url("../img/company-about-bg-desktop@3x.jpg") 3x);
  }
}
.products__inner {
  display: grid;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  row-gap: 30px;
}

.products__title {
  margin: 0;
  font-weight: 900;
  text-shadow: 0px 0px 12.1px #7042fd;
}

.products__text {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.products__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.products__link:hover, .products__link:active, .products__link:focus {
  color: #02E8F9;
}

.products__icon {
  margin-left: 10px;
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
  stroke: currentColor;
}

@media (max-width: 767px) {
  .products {
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .products__title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .products__link {
    margin-bottom: 17px;
  }

  .products__img {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .products {
    padding-top: 51px;
    padding-bottom: 75px;
  }

  .products__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-template-columns: minmax(-webkit-min-content, 1fr) 1fr;
    grid-template-columns: minmax(min-content, 1fr) 1fr;
    grid-template-rows: repeat(3, -webkit-min-content) 1fr;
    grid-template-rows: repeat(3, min-content) 1fr;
  }

  .products__title {
    font-size: 40px;
    line-height: 47px;
  }

  .products__title,
.products__text,
.products__downloads,
.products__link {
    grid-column: 1/2;
  }

  .products__text {
    max-width: 450px;
  }

  .products__downloads {
    padding-bottom: 10px;
  }

  .products__img {
    width: 100%;
    grid-column: 2/3;
    grid-row: 1/5;
  }
}
@media (min-width: 768px) {
  .products {
    background-image: url("../img/products-bg-desktop@2x.jpg");
    background-image: -webkit-image-set(url("../img/products-bg-desktop.jpg") 1x, url("../img/products-bg-desktop@2x.jpg") 2x, url("../img/products-bg-desktop@3x.jpg") 3x);
    background-image: image-set(url("../img/products-bg-desktop.jpg") 1x, url("../img/products-bg-desktop@2x.jpg") 2x, url("../img/products-bg-desktop@3x.jpg") 3x);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
  }

  .products__img {
    width: 100%;
    max-width: 569px;
  }
}
.downloads {
  display: grid;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #fafafa;
  row-gap: 30px;
}

.downloads__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 202px;
  min-height: 50px;
  padding: 8px 20px;
  color: inherit;
  text-decoration: none;
  border: 1px solid #7042fd;
  border-radius: 100px;
}
.downloads__link:hover {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #f9f9f9;
  border: none;
  border-radius: 100px;
  background-color: #9a3ee8;
  background-image: -o-linear-gradient(left, #c03bd6, #7042fd, #c03bd6);
  background-image: -webkit-gradient(linear, left top, right top, from(#c03bd6), color-stop(#7042fd), to(#c03bd6));
  background-image: linear-gradient(to right, #c03bd6, #7042fd, #c03bd6);
  background-position-x: left;
  background-size: 200%;
}
.downloads__link:hover::after {
  position: absolute;
  z-index: -1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: "";
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  border-radius: 100px;
  background-color: #0a081d;
}
.downloads__link:hover:hover {
  -webkit-animation: move-gradient 1s infinite alternate;
          animation: move-gradient 1s infinite alternate;
}
.downloads__link:hover:hover::after {
  opacity: 0;
}

.downloads__icon {
  margin-right: 20px;
  fill: currentColor;
}

@media (min-width: 768px) {
  .downloads {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    grid-auto-flow: column;
  }
}
.navigation__users {
  position: relative;
}
@media (max-width: 1023px) {
  .navigation__users--desktop {
    display: none;
  }
}
@media (max-width: 1023px) {
  .navigation__users--mobile {
    width: 100%;
  }
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2b255f;
  border-radius: 30px;
  min-height: 54px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 20px;
}
@media (max-width: 1023px) {
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.navigation__item {
  min-width: 100px;
  text-align: center;
  position: relative;
}
.navigation__item .router-link-active {
  opacity: 1;
}
.navigation__item .router-link-active::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 4px;
  background-color: #7042FD;
  -webkit-box-shadow: 0px 0px 6.17647px #7042FD;
          box-shadow: 0px 0px 6.17647px #7042FD;
  bottom: 0;
  left: 0;
  opacity: 1;
}
@media (max-width: 1023px) {
  .navigation__item .router-link-active::after {
    bottom: 20px;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .navigation__item {
    text-align: right;
  }
}

.navigation__link {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  color: #F9F9F9;
  opacity: 0.4;
  display: block;
  height: 100%;
  padding: 14px 0;
}
@media (max-width: 1023px) {
  .navigation__link {
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
    padding: 0 0 40px;
  }
}
.navigation__link:hover {
  cursor: pointer;
}

.navigation--inner {
  width: 100%;
}
@media (max-width: 767px) {
  .navigation--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #2b255f;
    border-bottom: 2px solid #19153D;
  }
}
.navigation--inner .page-name {
  display: none;
}
@media (max-width: 767px) {
  .navigation--inner .page-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #02E8F9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 16px;
  }
}
.navigation--inner .button_navigation {
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  text-decoration: none;
  outline: none;
}
.button:hover {
  cursor: pointer;
}
.button_navigation {
  background: #7042FD;
  opacity: 0.2;
  min-width: 90px;
  border-radius: 30px;
  height: 54px;
}
@media (max-width: 1023px) {
  .button_navigation {
    height: 50px;
    min-width: 70px;
    margin-left: auto;
  }
}
.button_navigation.active {
  opacity: 1;
}
.button_xl {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 24px;
}
.button_l {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}
.button_m {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
}
.button_s {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 22px;
}

.app-sections__inner {
  border-bottom: 2px solid #19153D;
}
@media (max-width: 1023px) {
  .app-sections__inner {
    border-bottom: none;
  }
}
.app-sections__inner:first-child .app-sections__item:first-child {
  padding: 50px 46px 24px 26px;
}
@media (max-width: 767px) {
  .app-sections__inner:first-child .app-sections__item:first-child {
    padding: 20px 0 0;
  }
}
.app-sections__inner:first-child .app-sections__item:nth-child(2) {
  padding: 50px 25px 12px 46px;
}
@media (max-width: 767px) {
  .app-sections__inner:first-child .app-sections__item:nth-child(2) {
    padding: 40px 0 0px;
  }
}

.app-sections__item-wrapper {
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .app-sections__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.app-sections__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(10, 8, 29, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 84px 72px 80px 132px;
  text-align: center;
}
.app-sections__item-overlay p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  margin: 0;
  padding: 21px 0;
}
@media (max-width: 767px) {
  .app-sections__item-overlay p {
    font-size: 14px;
    line-height: 16px;
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .app-sections__item-overlay {
    padding: 80px 15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.app-sections__item-overlay .intro__btn {
  width: 202px;
  padding: 14px 10px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}
@media (max-width: 767px) {
  .app-sections__item-overlay .intro__btn {
    font-size: 18px;
    line-height: 21px;
    width: 100%;
  }
}

.app-sections__item {
  width: 50%;
  padding: 40px 46px 36px 25px;
  position: relative;
  border-left: none;
}
@media (max-width: 1023px) {
  .app-sections__item {
    position: relative;
    width: 100%;
    padding: 40px 0 20px;
  }
  .app-sections__item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #19153D;
    bottom: 0;
    left: 0;
  }
}
.app-sections__item:nth-child(2n) {
  padding: 40px 25px 12px 46px;
  border-left: 2px solid #19153D;
}
@media (max-width: 1199px) {
  .app-sections__item:nth-child(2n) {
    padding: 40px 0 12px 10px;
  }
}
@media (max-width: 1023px) {
  .app-sections__item:nth-child(2n) {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .app-sections__item:nth-child(2n) {
    padding: 40px 0 20px;
  }
}
.app-sections__item--users {
  position: relative;
}
@media (max-width: 1199px) {
  .app-sections__item--users {
    padding: 40px 10px 28px 0;
  }
}
@media (max-width: 767px) {
  .app-sections__item--users {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .app-sections__item--users:nth-child(2) {
    padding: 40px 0 38px !important;
  }
}
.app-sections__item h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .app-sections__item h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
  }
}
.app-sections__item .circles-integer,
.app-sections__item .circles-text {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 23px !important;
  color: #f9f9f9 !important;
}

.app-sections__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-sections__item-arrow {
  margin-left: 5px;
}
.app-sections__item-arrow svg {
  vertical-align: middle;
}

.app-sections__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 350px) {
  .app-sections__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.app-sections__select {
  width: auto;
  min-width: 180px;
  background: #19153D;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .app-sections__select {
    min-width: 155px;
  }
}
@media (max-width: 350px) {
  .app-sections__select {
    margin-top: 15px;
  }
}
.app-sections__select .app-sections__location-icon {
  position: absolute;
  top: 8px;
  left: 12px;
}
.app-sections__select .vs__selected {
  position: relative !important;
  color: #f9f9f9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.app-sections__select .vs__selected-options {
  padding-left: 26px;
}
.app-sections__select .vs__dropdown-toggle {
  border: none;
  z-index: 2;
}
.app-sections__select .vs__open-indicator {
  display: none;
}
.app-sections__select .vs__actions {
  padding: 0 16px 0 0;
  z-index: 2;
}
.app-sections__select .vs__actions::after {
  content: url(/img/select-arrow.svg);
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.app-sections__select .vs--open .vs__actions {
  padding: 10px 16px 0 0;
}
.app-sections__select .vs--open .vs__actions::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.app-sections__select .vs__clear {
  display: none;
}
.app-sections__select ul {
  background: #19153D;
  border-radius: 0 0 30px 30px;
  color: #F9F9F9;
  font-size: 14px;
  line-height: 16px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  border: none;
  z-index: 2;
}
.app-sections__select li {
  background: transparent !important;
}
.app-sections__select li:hover {
  color: #02E8F9;
}

.popularity__charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .popularity__charts {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 22px 0 32px;
  }
}
@media (max-width: 767px) {
  .popularity__charts {
    width: 100%;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 399px) {
  .popularity__charts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.popularity__rects {
  width: 280px;
}
.popularity__rects .circles-integer,
.popularity__rects .circles-text {
  display: none !important;
}
@media (max-width: 767px) {
  .popularity__rects {
    width: 47%;
    min-width: 154px;
    max-width: 200px;
    margin-top: -2px;
  }
}

.popularity__rect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .popularity__rect {
    margin-bottom: 11px;
  }
}
.popularity__rect p {
  margin: 0;
}
@media (max-width: 767px) {
  .popularity__rect p {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.23px;
  }
}
.popularity__rect .vue-simple-progress {
  width: 197px;
  border-radius: 140.811px;
}
@media (max-width: 1023px) {
  .popularity__rect .vue-simple-progress {
    width: 95px;
    margin-top: 5px;
  }
}
.popularity__rect .vue-simple-progress-bar {
  background: -o-linear-gradient(175deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  background: linear-gradient(275deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  border-radius: 140.811px;
}
@media (max-width: 1023px) {
  .popularity__rect .vue-simple-progress-bar {
    height: 10px !important;
  }
}

.popularity__pie-text {
  padding: 0 4px;
  max-width: 140px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin: 4px 0;
}

.hotness__charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 0 16px;
}
@media (max-width: 1023px) {
  .hotness__charts {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0 32px;
  }
}
@media (max-width: 767px) {
  .hotness__charts {
    width: 100%;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .hotness__charts .round-bar {
    max-width: 95px;
  }
}
@media (max-width: 399px) {
  .hotness__charts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.user-block {
  margin-top: 42px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .user-block {
    margin-top: 40px;
  }
}
.user-block .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 480px;
}
@media (max-width: 1023px) {
  .user-block .swiper-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .user-block .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.user-block .swiper-container {
  overflow: visible;
}
.user-block .swiper-slide {
  width: 150px;
}
@media (max-width: 767px) {
  .user-block .swiper-slide {
    width: 140px;
  }
}

.user-block__heart {
  content: "";
  position: absolute;
  top: 52px;
  right: -20px;
  width: 50px;
  height: 50px;
  border: 6px solid #0B081E;
  -webkit-box-shadow: 0px 0px 5.42857px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5.42857px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  padding: 7px 5px;
}
@media (max-width: 767px) {
  .user-block__heart {
    width: 45px;
    height: 45px;
    top: 46px;
  }
}
.user-block__heart:hover {
  cursor: pointer;
}
.user-block__heart:hover::after {
  content: "";
  position: absolute;
  background-image: url("../img/heart-violet.svg");
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  left: 23px;
  top: 23px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .user-block__heart:hover::after {
    left: 21px;
    top: 21px;
  }
}

.user-block__checkbox + label {
  cursor: pointer;
}
.user-block__checkbox + label::before {
  content: "";
  position: absolute;
  background-color: #2B255F;
  -webkit-box-shadow: 0px 0px 5.42857px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5.42857px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: -1px;
  top: -1px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .user-block__checkbox + label::before {
    width: 34px;
    height: 34px;
    left: 0px;
    top: 0px;
  }
}
.user-block__checkbox + label::after {
  content: "";
  position: absolute;
  background-image: url("../img/heart.svg");
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.user-block__checkbox + label.checked::before {
  background: #f9f9f9;
}

.user-block__checkbox + label.checked::after {
  background-image: url("../img/heart-violet.svg");
  width: 20px;
  height: 19px;
}

.user-block__item {
  position: relative;
  width: 150px;
}
.user-block__item::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 30px;
  right: 0;
  top: -14px;
  background: #0D0A27;
  -webkit-box-shadow: 0px 0px 7.50633px #7042FD;
          box-shadow: 0px 0px 7.50633px #7042FD;
  border-radius: 30px;
}
.user-block__item--card {
  width: 187px;
}
@media (max-width: 767px) {
  .user-block__item--card {
    width: 140px;
  }
  .user-block__item--card .user-block__heart {
    width: 44px;
    height: 44px;
    top: 48px !important;
    right: -20px !important;
  }
  .user-block__item--card .user-block__heart:hover::after {
    top: 20px;
    left: 20px;
  }
  .user-block__item--card .user-block__checkbox + label {
    cursor: pointer;
  }
  .user-block__item--card .user-block__checkbox + label::before {
    width: 34px;
    height: 34px;
  }
  .user-block__item--card .user-block__checkbox + label::after {
    width: 28px;
    height: 26px;
  }
  .user-block__item--card .user-block__checkbox + label.checked::after {
    background-image: url("../img/heart-violet.svg");
    width: 20px;
    height: 19px;
  }
}
.user-block__item--card::before {
  width: 78px;
  height: 42px;
  top: -20px;
}
@media (max-width: 767px) {
  .user-block__item--card::before {
    width: 60px;
    height: 30px;
    top: -15px;
  }
}
.user-block__item--card .user-block__location {
  -webkit-transform: translateY(-37px);
      -ms-transform: translateY(-37px);
          transform: translateY(-37px);
  padding: 10px 0;
}
@media (max-width: 767px) {
  .user-block__item--card .user-block__location {
    -webkit-transform: translateY(-28px);
        -ms-transform: translateY(-28px);
            transform: translateY(-28px);
    padding: 5px 0;
  }
}
.user-block__item--card .user-block__location p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 767px) {
  .user-block__item--card .user-block__location p {
    font-size: 12px;
    font-weight: 400;
  }
}
.user-block__item--card .user-block__bar {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .user-block__item--card .user-block__bar {
    margin-top: 8px;
  }
}
.user-block__item--card .user-block__bar .vue-simple-progress-text {
  position: absolute;
  top: -214px;
  width: 60px;
  font-size: 20px !important;
  line-height: 23px !important;
  right: 8px !important;
  left: auto !important;
  text-align: center !important;
  color: #f9f9f9 !important;
}
@media (max-width: 767px) {
  .user-block__item--card .user-block__bar .vue-simple-progress-text {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19px !important;
    top: -158px;
    width: 60px;
  }
}
.user-block__item--card .user-block__bar .vue-simple-progress {
  width: 100%;
  border-radius: 140.811px;
}
.user-block__item--card .user-block__bar .vue-simple-progress-bar {
  background: -o-linear-gradient(175deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  background: linear-gradient(275deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  border-radius: 140.811px;
  height: 10px !important;
}
@media (max-width: 1023px) {
  .user-block__item--card .user-block__bar .vue-simple-progress-bar {
    height: 10px !important;
  }
}
.user-block__item--card .user-block__heart {
  top: 69px;
  right: -23px;
}

@media (max-width: 1160px) {
  .user-block__items {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .user-block__items {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.user-block__image {
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  .user-block__image {
    width: 140px;
    height: 140px;
  }
}
.user-block__image--card {
  width: 186px;
  height: 186px;
}
@media (max-width: 767px) {
  .user-block__image--card {
    width: 140px;
    height: 140px;
  }
}
.user-block__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 12.0618px #7042fd;
          box-shadow: 0px 0px 12.0618px #7042fd;
}

.user-block__bar {
  margin-top: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .user-block__bar {
    margin-top: 8px;
  }
}
.user-block__bar .vue-simple-progress-text {
  position: absolute;
  top: -172px;
  width: 60px;
  font-size: 16px !important;
  line-height: 19px !important;
  right: 0 !important;
  left: auto !important;
  text-align: center !important;
  color: #f9f9f9 !important;
}
@media (max-width: 767px) {
  .user-block__bar .vue-simple-progress-text {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19px !important;
    top: -160px;
    width: 60px;
  }
}
.user-block__bar .vue-simple-progress {
  width: 100%;
  border-radius: 140.811px;
}
@media (max-width: 1023px) {
  .user-block__bar .vue-simple-progress {
    margin-top: 5px;
  }
}
.user-block__bar .vue-simple-progress-bar {
  background: -o-linear-gradient(175deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  background: linear-gradient(275deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  border-radius: 140.811px;
  height: 10px !important;
}
@media (max-width: 1023px) {
  .user-block__bar .vue-simple-progress-bar {
    height: 10px !important;
  }
}
.user-block__bar--logged-in {
  position: absolute;
}
.user-block__bar--logged-in svg {
  display: none;
}
.user-block__bar--logged-in .circles-text {
  top: -222px !important;
  right: -185px !important;
}

.user-block__location {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #f9f9f9;
  text-align: center;
  background: #010101;
  opacity: 0.7;
  -webkit-transform: translateY(-29px);
      -ms-transform: translateY(-29px);
          transform: translateY(-29px);
  padding: 6px 0;
  border-radius: 0 0 20px 20px;
}
.user-block__location p {
  margin: 0;
}

.user-block__location-icon {
  padding-right: 5px;
}

.user-block__item-wrapper {
  max-width: 868px;
  display: grid;
  grid-row-gap: 38px;
  grid-column-gap: 38px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1160px) {
  .user-block__item-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
}
@media (max-width: 950px) {
  .user-block__item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .user-block__item-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .user-block__item-wrapper--card {
    grid-row-gap: 36px;
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .user-block__item-wrapper--logged-in {
    grid-row-gap: 39px;
  }
}
.user-block__item-wrapper--logged-in .user-block__item .vue-simple-progress-bar {
  display: none;
}
.user-block__item-wrapper--logged-in .user-block__item:first-child {
  width: 205px;
  border: 1.35931px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  margin-right: -18px;
  margin-top: -16px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .user-block__item-wrapper--logged-in .user-block__item:first-child {
    width: 155px;
  }
}
.user-block__item-wrapper--logged-in .user-block__item:first-child .vue-simple-progress-bar,
.user-block__item-wrapper--logged-in .user-block__item:first-child .vue-simple-progress-text,
.user-block__item-wrapper--logged-in .user-block__item:first-child .user-block__heart,
.user-block__item-wrapper--logged-in .user-block__item:first-child .user-block__location {
  display: none;
}
.user-block__item-wrapper--logged-in .user-block__item:first-child .user-block__place {
  background: none;
}
.user-block__item-wrapper--logged-in .user-block__item:first-child .user-block__place p {
  padding: 10px 0 0;
}
.user-block__item-wrapper--logged-in .user-block__item:first-child .user-block__image {
  width: 164px;
  height: 165px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .user-block__item-wrapper--logged-in .user-block__item:first-child .user-block__image {
    width: 123px;
    height: 124px;
  }
}
.user-block__item-wrapper--logged-in .user-block__item:first-child .user-block__image img {
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.user-block__item-wrapper--logged-in .user-block__item:first-child:before {
  position: absolute;
  content: "";
  display: none;
}

@media (max-width: 767px) {
  .user-block__wide {
    display: none;
  }
}

@media (min-width: 767px) {
  .user-block__narrow {
    display: none;
  }
}

.user-block__place {
  background: rgba(43, 37, 95, 0.2);
  width: 100%;
  border-radius: 30px;
  min-height: 30px;
  text-align: center;
  margin-top: 10px;
}
.user-block__place p {
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.round-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.round-bar svg {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.round-bar .ep-legend--container {
  max-width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .round-bar--popularity {
    width: 100px;
    padding-left: 0;
  }
}

.round-bar__text {
  max-width: 140px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .round-bar__text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin: 11px 0;
  }
}

.round-bar__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.round-bar__inner .ep-legend--value__counter {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  color: #f9f9f9;
}
.round-bar__inner--flag .ep-legend--value__counter {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  line-height: 16px;
}
.round-bar__inner--flag .ep-legend--container {
  margin-top: 20px;
}

.round-bar__flag {
  content: "";
  position: absolute;
  left: 50%;
  top: 23%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  z-index: 1;
}
.round-bar__flag img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.note {
  min-height: 128px;
}
.note p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0;
  padding: 40px 0;
  max-width: 694px;
}
@media (max-width: 767px) {
  .note p {
    font-size: 14px;
    line-height: 21px;
  }
}
.note a {
  font-weight: 500;
  color: #02E8F9;
}

.users-nav {
  display: grid;
}

.users-nav__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  right: 40px;
  top: 4px;
}

.users-nav__list {
  display: grid;
}

@media (max-width: 1023px) {
  .users-nav__toggler {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 54px;
    margin: 0;
    padding: 18px 15px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: none;
    background: none;
    margin-left: auto;
  }
  .users-nav__toggler span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 10px;
    background-color: #f9f9f9;
  }
  .users-nav__toggler span::before, .users-nav__toggler span::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: top 0.3s 0.5s, background-color 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.5s, background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s 0.5s, background-color 0.3s;
    transition: transform 0.3s, top 0.3s 0.5s, background-color 0.3s;
    transition: transform 0.3s, top 0.3s 0.5s, background-color 0.3s, -webkit-transform 0.3s;
    border-radius: 10px;
    background-color: #f9f9f9;
  }
  .users-nav__toggler span::before {
    top: -6px;
  }
  .users-nav__toggler span::after {
    top: 6px;
  }
  .users-nav__toggler--open span {
    background-color: transparent;
  }
  .users-nav__toggler--open span::before, .users-nav__toggler--open span::after {
    top: 0;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.5s;
    transition: top 0.3s, -webkit-transform 0.3s 0.5s;
    -o-transition: top 0.3s, transform 0.3s 0.5s;
    transition: top 0.3s, transform 0.3s 0.5s;
    transition: top 0.3s, transform 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
    opacity: 1;
  }
  .users-nav__toggler--open span::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .users-nav__toggler--open span::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.users-nav__menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  padding-top: 0;
  background-color: #2b255f;
  max-height: 100vh;
  overflow-y: auto;
}

.users-nav__menu-inner {
  display: grid;
  overflow-y: auto;
  padding: 33px 15px 20px;
  text-align: right;
  grid-template-rows: repeat(2, -webkit-min-content);
  grid-template-rows: repeat(2, min-content);
  justify-items: end;
  -ms-overflow-style: none;
  row-gap: 20px;
  scrollbar-width: none;
}
.users-nav__menu-inner::-webkit-scrollbar {
  display: none;
}

.users-nav__footer {
  background-color: #000000;
  min-height: 398px;
  padding: 30px 15px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.users-nav__footer-item {
  text-align: right;
  margin-bottom: 15px;
}

.users-nav__footer-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  color: #f9f9f9;
}

.users-nav__footer-logo {
  width: 69px;
  height: 95px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 10px;
}
.users-nav__footer-logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.users-nav__copyrights {
  margin-top: 27px;
}

.users-nav__copyrights-item {
  text-align: center;
  margin-bottom: 10px;
}
.users-nav__copyrights-item--docs {
  display: grid;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  grid-auto-flow: column;
}

.profile__menu-wrapper {
  position: absolute;
  display: none;
  content: "";
  right: 0;
  top: 60px;
  width: 280px;
  height: 344px;
}
.profile__menu-wrapper--active {
  display: block;
  background: #2B255F;
  border: 4px solid #7042FD;
  -webkit-box-shadow: 0px 0px 6.17647px #7042FD;
          box-shadow: 0px 0px 6.17647px #7042FD;
  border-radius: 30px;
  z-index: 4;
  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;
}
@media (max-width: 1023px) {
  .profile__menu-wrapper--active {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: none;
  }
}

.profile__menu {
  padding: 12px 0;
}
@media (max-width: 1023px) {
  .profile__menu {
    padding: 0 0 0 15px;
  }
}

.profile__item {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding: 0 15px;
  margin: 0;
}
@media (max-width: 1023px) {
  .profile__item {
    padding: 0 15px;
  }
}
.profile__item a {
  text-decoration: none;
  color: #f9f9f9;
  width: 100%;
  height: 100%;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile__item-arrow {
  margin-left: auto;
}

.profile__logout-wrapper {
  border-top: 2px solid #19153D;
}

.profile__logout {
  padding: 12px 15px;
  outline: none;
  border: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  opacity: 0.5;
  background: none;
  color: #f9f9f9;
}

.profile__header {
  display: none;
}
@media (max-width: 1023px) {
  .profile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    border-bottom: 2px solid #19153D;
  }
}
.profile__header .page-name {
  color: #02E8F9;
}

.profile__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile__close .users-nav__title {
  margin: auto;
  position: static;
}

@media (max-width: 767px) {
  .fans__filters-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .fans {
    width: 100%;
    max-width: 1210px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.fans__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .fans__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fans__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 42px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .fans__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 12px;
  }
}
.fans__title h3 {
  border-right: 1px solid #f9f9f9;
  padding-right: 16px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 767px) {
  .fans__title h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid #f9f9f9;
    border-right: none;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
.fans__title p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .fans__title p {
    padding-left: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .fans__title {
    width: 100%;
    max-width: 1210px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.fans__filters {
  width: 240px;
  min-height: 527px;
  border: 2px solid #19153D;
  border-radius: 20px;
  padding: 26px 30px;
  margin-top: -16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 26px 30px 0;
}
@media (max-width: 767px) {
  .fans__filters {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: auto;
    z-index: 2;
    border: none;
    background-color: #060510;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 10px 0 0;
    border-top: 2px solid rgba(43, 37, 95, 0.2);
  }
}

.fans__sort-selects p {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.fans__sort-select {
  position: relative;
  padding-bottom: 28px;
  border-bottom: 2px solid rgba(43, 37, 95, 0.2);
  position: relative;
}
@media (min-width: 768px) {
  .fans__sort-select:not(:first-child) {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .fans__sort-select {
    padding: 20px 15px 16px;
  }
}
.fans__sort-select .v-select {
  width: 180px;
  background: #19153D;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .fans__sort-select .v-select {
    width: 160px;
  }
}
.fans__sort-select .fans__sort-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
}
.fans__sort-select .fans__sort-inputs input {
  width: 34px;
  height: 22px;
  border: 1px solid #19153D;
  border-radius: 4px;
  background-color: #0a081d;
  color: #f9f9f9 !important;
}
.fans__sort-select .fans__sort-inputs input[placeholder] {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #f9f9f9 !important;
}
.fans__sort-select .vs__selected {
  position: relative !important;
  color: #f9f9f9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.fans__sort-select .vs__selected-options {
  padding-left: 15px;
}
.fans__sort-select .region .vs__selected-options {
  padding-left: 30px;
}
.fans__sort-select .vs__dropdown-toggle {
  border: none;
}
.fans__sort-select .vs__open-indicator {
  display: none;
}
.fans__sort-select .vs__actions {
  padding: 0 16px 0 0;
}
.fans__sort-select .vs__actions::after {
  content: url(/img/select-arrow.svg);
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.fans__sort-select .vs--open .vs__actions {
  padding: 10px 16px 0 0;
}
.fans__sort-select .vs--open .vs__actions::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fans__sort-select .vs__clear {
  display: none;
}
.fans__sort-select .vue-slider-process {
  background: -o-linear-gradient(229.48deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  background: linear-gradient(220.52deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  opacity: 0.75;
}
.fans__sort-select .vue-slider-rail {
  background: #19153D;
}
.fans__sort-select .vue-slider-dot-handle {
  margin-top: -5px;
  background: #2B255F;
  border: 6px solid #f9f9f9;
  width: 26px;
  height: 26px;
}
.fans__sort-select ul {
  background: #19153D;
  border-radius: 0 0 30px 30px;
  color: #f9f9f9;
  font-size: 14px;
  line-height: 16px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  border: none;
}
.fans__sort-select li {
  background: transparent !important;
}
.fans__sort-select li:hover {
  color: #02E8F9;
}

.fans__location-icon {
  position: absolute;
  top: 64px;
  left: 18px;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .fans__location-icon {
    top: 55px;
    left: 33px;
  }
}

.fans__overlay {
  display: none;
}
@media (max-width: 767px) {
  .fans__overlay {
    display: block;
    position: absolute;
    height: -webkit-fill-available;
    width: 100%;
    background-color: #060510;
    left: 0;
  }
}

@media (min-width: 768px) {
  .fans__advanced-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .fans__advanced-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px 8px;
    border-bottom: 2px solid rgba(43, 37, 95, 0.2);
  }
}
.fans__advanced-wrapper svg {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (max-width: 767px) {
  .fans__advanced-search {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .fans__sort-select-inner {
    width: 47%;
  }
}

.rotated {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.profile-settings {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-settings__inner {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  background: #2b255f;
  border-radius: 20px;
  padding: 30px 50px;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .profile-settings__inner {
    margin: 0 auto;
    border-radius: 0;
  }
}

.profile-settings__form {
  width: 100%;
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.form__label-text {
  margin-right: 20px;
  opacity: 0.5;
}

.form__input {
  width: 100%;
  max-width: 280px;
  background: #19153D;
  border-radius: 30px;
  height: 50px;
  border: 0;
  outline: none !important;
  color: #f9f9f9 !important;
  padding: 15px 20px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.form__input.focused {
  background: #0a081d;
}
.form__input.error {
  border: 1px solid #ff0000;
}
.form__input-icon {
  position: absolute;
  right: 15px;
}

.form__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px;
  width: 280px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #f9f9f9;
  border: none;
  border-radius: 100px;
  background-color: #9a3ee8;
  background-image: -o-linear-gradient(left, #c03bd6, #7042fd, #c03bd6);
  background-image: -webkit-gradient(linear, left top, right top, from(#c03bd6), color-stop(#7042fd), to(#c03bd6));
  background-image: linear-gradient(to right, #c03bd6, #7042fd, #c03bd6);
  background-position-x: left;
  background-size: 200%;
}
.form__submit::after {
  position: absolute;
  z-index: -1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: "";
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  border-radius: 100px;
  background-color: #0a081d;
}
.form__submit:hover {
  -webkit-animation: move-gradient 1s infinite alternate;
          animation: move-gradient 1s infinite alternate;
}
.form__submit:hover::after {
  opacity: 1;
}

.form__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form__image-frame {
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form__image-photo {
  border-radius: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 165px;
}
.form__image-field {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.form__image-label {
  opacity: 0.5;
  margin: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .profile-settings__form {
    display: grid;
    grid-template-columns: 1fr 205px;
    grid-template-rows: 1fr;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }

  .form__fields {
    grid-column: 1/1;
    grid-row: 1/1;
    display: grid;
    grid-template-columns: 1fr repeat(12, -webkit-min-content);
    grid-template-columns: 1fr repeat(12, min-content);
    grid-template-rows: 50px repeat(2, -webkit-min-content) minmax(50px, 1fr);
    grid-template-rows: 50px repeat(2, min-content) minmax(50px, 1fr);
    row-gap: 30px;
  }

  .form__image {
    grid-column: 2/2;
    grid-row: 1/1;
  }

  .form__label {
    grid-column: 1/13;
  }

  .form__submit {
    grid-column: 2/13;
    grid-row: 4/4;
  }
}
@media (max-width: 768px) {
  .profile-settings {
    margin: 0;
  }

  .profile-settings__inner {
    padding: 40px 15px;
  }

  .profile-settings__form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }

  .form__fields {
    grid-column: 1/1;
    grid-row: 2/2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 80px repeat(2, -webkit-min-content) minmax(80px, 1fr);
    grid-template-rows: 80px repeat(2, min-content) minmax(80px, 1fr);
    row-gap: 30px;
  }

  .form__image {
    grid-column: 1/1;
    grid-row: 1/1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form__image-photo {
    max-width: 123px;
  }

  .form__label {
    grid-column: 1/1;
    width: 100%;
    max-width: 250px;
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-template-rows: 1fr 50px;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .form__label-text {
    margin-right: 0;
    margin-left: 20px;
  }

  .form__input-icon {
    bottom: 13px;
  }

  .form__submit {
    grid-column: 1/1;
    grid-row: 4/4;
    width: 100%;
    max-width: 250px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .rate {
    width: 100%;
    margin: auto 25px;
  }
}
.rate__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.rate__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1170px;
  max-height: 990px;
  padding: 22px;
  border-radius: 3px;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rate__body {
    padding: 15px;
    overflow: auto;
  }
}
.rate__close {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 767px) {
  .rate__close {
    right: 0;
    top: 0;
  }
}
.rate__close img {
  width: 44px;
}
.rate__content {
  background: #0B081E;
  -webkit-box-shadow: 0px 0px 9.9727px #7042FD;
          box-shadow: 0px 0px 9.9727px #7042FD;
  border-radius: 30px;
  min-width: 380px;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 530px;
}
@media (max-width: 767px) {
  .rate__content {
    min-width: auto;
  }
}
.rate__title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: center;
}
.rate .user-block__image {
  max-width: 186px;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.rate__left {
  color: #02E8F9;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
  margin-bottom: 26px;
}
.rate__percent {
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
}
.rate .range__select {
  position: relative;
  padding-bottom: 28px;
  position: relative;
  width: 100%;
  max-width: 180px;
}
@media (min-width: 768px) {
  .rate .range__select:not(:first-child) {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .rate .range__select {
    padding: 20px 15px 16px;
  }
}
.rate .range__select .vue-slider-process {
  background: -o-linear-gradient(229.48deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  background: linear-gradient(220.52deg, #C03BD6 0.45%, #7042FD 99.56%) !important;
  opacity: 0.75;
}
.rate .range__select .vue-slider-rail {
  background: #19153D;
}
.rate .range__select .vue-slider-dot-handle {
  margin-top: -5px;
  background: #2B255F;
  border: 6px solid #f9f9f9;
  width: 26px;
  height: 26px;
}

@media (max-width: 767px) {
  .message {
    width: 100%;
    margin: auto 40px;
  }
}
.message__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.message__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1170px;
  max-height: 990px;
  padding: 22px;
  border-radius: 3px;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .message__body {
    padding: 15px;
    overflow: auto;
  }
}
.message__close {
  cursor: pointer;
  color: #02E8F9;
}
.message__content {
  background: rgba(3, 2, 15, 0.7);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 20px;
  max-width: 310px;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .message__content {
    margin: 0 auto;
    padding: 20px 15px;
  }
}
.message__text {
  margin-bottom: 37px;
  text-align: center;
}

@media (max-width: 767px) {
  .registration {
    width: 100%;
    margin: auto 25px;
  }
}
.registration__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.registration__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  padding: 22px;
  border-radius: 3px;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .registration__body {
    padding: 15px;
    overflow: auto;
  }
}
.registration__close {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 767px) {
  .registration__close {
    right: 0;
    top: 0;
  }
}
.registration__close img {
  width: 44px;
}
.registration__content {
  background: #0B081E;
  -webkit-box-shadow: 0px 0px 9.9727px #7042FD;
          box-shadow: 0px 0px 9.9727px #7042FD;
  max-width: 380px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .registration__content {
    max-width: 100%;
  }
}
.registration__title {
  padding: 0 50px;
  font-size: 22px;
  line-height: 26px;
  margin: 50px 0 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .registration__title {
    padding: 0 15px;
  }
}
.registration__form {
  padding: 0 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .registration__form {
    padding: 0 15px;
  }
}
.registration__form .form__input {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .registration__form .form__input {
    max-width: 100%;
  }
}
.registration__form .form__input.focused {
  background: #2b255f;
}
.registration__form .form__input.error {
  border: 1px solid #ff0000;
}
.registration__form .form__description {
  font-size: 12px;
  line-height: 130%;
  opacity: 0.5;
  margin: 5px 0 15px;
  text-align: center;
}
.registration__form .form__description a {
  color: inherit;
}
@media (max-width: 767px) {
  .registration__form .form__submit {
    max-width: 100%;
  }
}
.registration__line {
  margin: 0;
  width: 100%;
  height: 2px;
  border: 0;
  background: #19153D;
  opacity: 0.5;
}
.registration__sign-in {
  margin: 20px 0;
  padding: 0 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .registration__sign-in {
    padding: 0 15px;
  }
}
.registration__sign-in-text {
  opacity: 0.5;
}
.registration__sign-in-link {
  color: #02E8F9;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .logout {
    width: 100%;
    margin: auto 25px;
  }
}
.logout__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.logout__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1170px;
  max-height: 990px;
  padding: 22px;
  border-radius: 3px;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .logout__body {
    padding: 15px;
    overflow: auto;
  }
}
.logout__content {
  background: #0B081E;
  -webkit-box-shadow: 0px 0px 9.9727px #7042FD;
          box-shadow: 0px 0px 9.9727px #7042FD;
  border-radius: 30px;
  min-width: 380px;
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .logout__content {
    min-width: auto;
    padding: 50px 15px;
  }
}
.logout__title {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 50px;
  max-width: 230px;
  text-align: center;
}
.logout__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .logout__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.logout__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px;
  width: 150px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #f9f9f9;
  border: none;
  border-radius: 100px;
  background-color: #9a3ee8;
  background-image: -o-linear-gradient(left, #c03bd6, #7042fd, #c03bd6);
  background-image: -webkit-gradient(linear, left top, right top, from(#c03bd6), color-stop(#7042fd), to(#c03bd6));
  background-image: linear-gradient(to right, #c03bd6, #7042fd, #c03bd6);
  background-position-x: left;
  background-size: 200%;
}
.logout__close::after {
  position: absolute;
  z-index: -1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: "";
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  border-radius: 100px;
  background-color: #0a081d;
}
.logout__close:hover {
  -webkit-animation: move-gradient 1s infinite alternate;
          animation: move-gradient 1s infinite alternate;
}
.logout__close:hover::after {
  opacity: 0;
}
@media (max-width: 767px) {
  .logout__close {
    width: 100%;
  }
}
.logout__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px;
  width: 150px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #f9f9f9;
  border: none;
  border-radius: 100px;
  background-color: #9a3ee8;
  background-image: -o-linear-gradient(left, #c03bd6, #7042fd, #c03bd6);
  background-image: -webkit-gradient(linear, left top, right top, from(#c03bd6), color-stop(#7042fd), to(#c03bd6));
  background-image: linear-gradient(to right, #c03bd6, #7042fd, #c03bd6);
  background-position-x: left;
  background-size: 200%;
}
.logout__submit::after {
  position: absolute;
  z-index: -1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: "";
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  border-radius: 100px;
  background-color: #0a081d;
}
.logout__submit:hover {
  -webkit-animation: move-gradient 1s infinite alternate;
          animation: move-gradient 1s infinite alternate;
}
.logout__submit:hover::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .logout__submit {
    width: 100%;
    margin-bottom: 15px;
  }
}
.logout__icon {
  margin-right: 10px;
}

.languages {
  padding-left: 30px;
  border-left: 2px solid #19153D;
}
@media (max-width: 767px) {
  .languages {
    width: calc(100% + 30px);
    padding: 0 15px;
    border: 0;
    position: relative;
    left: 15px;
  }
}

.languages__select {
  width: auto;
  min-width: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .languages__select {
    width: 100%;
  }
}
.languages__select .vs__selected-options {
  min-width: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .languages__select .vs__selected-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.languages__select .vs__selected {
  color: #f9f9f9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 7.5px 10px 7.5px 0;
  position: static !important;
}
@media (max-width: 767px) {
  .languages__select .vs__selected {
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
    padding-right: 20px;
  }
}
.languages__select .vs__dropdown-toggle {
  border: none;
  padding: 0;
}
.languages__select .vs__open-indicator {
  display: none;
}
.languages__select .vs__search {
  display: none;
}
.languages__select .vs__clear {
  display: none;
}
.languages__select .vs__actions {
  padding: 0 0 4px 0;
}
.languages__select .vs__actions::after {
  content: url(/img/select-arrow.svg);
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1001;
}
@media (max-width: 767px) {
  .languages__select .vs__actions::after {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .languages__select .vs__actions {
    z-index: 1001;
  }
}
.languages__select .vs--open .vs__actions {
  padding: 8px 0 0 0;
}
.languages__select .vs--open .vs__actions::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .languages__select .vs--open .vs__actions::after {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.languages__select ul {
  width: auto;
  min-width: auto;
  background-color: #0a081d;
  color: #F9F9F9;
  font-size: 14px;
  line-height: 16px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  border: none;
  padding: 0 10px 0 0;
  top: 10px;
}
@media (max-width: 767px) {
  .languages__select ul {
    width: calc(100% + 30px);
    left: -15px;
    padding-right: 50px;
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
    display: grid;
    row-gap: 15px;
    background: #19153D;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0px;
  }
}
.languages__select li {
  background: transparent !important;
  padding: 5.5px 0;
}
.languages__select li:hover {
  color: #02E8F9;
}
@media (max-width: 767px) {
  .languages__select li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
    color: #f9f9f9;
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .languages__select li.vs__dropdown-option--highlight {
    color: #02E8F9;
  }
}

.profile-languages {
  width: 100%;
}
.profile-languages .languages__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-languages .languages--profile-title {
  position: absolute;
}
.profile-languages .vs--open .languages--profile-title {
  z-index: 1001;
}
.profile-languages .v-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.profile-languages .vs__selected {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .profile-languages .vs__selected {
    font-size: 24px;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.profile-languages .vs__selected-options {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.profile-languages ul {
  width: calc(100% + 30px);
  text-align: right;
  left: -15px;
  top: -12px;
  padding: 20px 40px 20px 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #19153D;
}
@media (max-width: 767px) {
  .profile-languages ul {
    row-gap: 5px;
    padding: 17px 40px 17px 0;
  }
}
@media (max-width: 767px) {
  .profile-languages li {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .profile-languages .vs__actions {
    padding: 0;
  }
}
.profile-languages .vs__actions::after {
  margin-bottom: 10px;
}
.profile-languages .vs--open .vs__actions::after {
  margin-bottom: 0;
  margin-top: 0;
}
/*# sourceMappingURL=app.css.map*/