/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@font-face {
  font-family: "Neometric Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Regular"), url("../fonts/Neometric-Regular.woff") format("woff");
}

@font-face {
  font-family: "Neometric Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Italic"), url("../fonts/Neometric Alt Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Italic"), url("../fonts/Neometric Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Hairline Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Hairline Italic"), url("../fonts/Neometric Alt Hairline Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Extra Light";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Extra Light"), url("../fonts/Neometric Alt Extra Light (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Extra Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Extra Light Italic"), url("../fonts/Neometric Alt ExtraLight Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Hairline";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Hairline"), url("../fonts/Neometric Hairline (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Hairline Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Hairline Italic"), url("../fonts/Neometric Hairline Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Extra Light";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Extra Light"), url("../fonts/Neometric Extra Light (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Extra Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Extra Light Italic"), url("../fonts/Neometric Extra Light Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Light";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Light"), url("../fonts/Neometric Alt Light (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Light Italic"), url("../fonts/Neometric Alt Light Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Light";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Light"), url("../fonts/Neometric Light (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Light Italic"), url("../fonts/Neometric Light Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Medium"), url("../fonts/Neometric Alt Medium (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Medium Italic"), url("../fonts/Neometric Alt Medium Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Medium"), url("../fonts/Neometric Medium (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Medium Italic"), url("../fonts/Neometric Medium Italic (Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Bold"), url("../fonts/Neometric Alt Bold (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Bold Italic"), url("../fonts/Neometric Alt Bold Italic (Bold Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Bold Italic"), url("../fonts/Neometric Bold Italic (Bold Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Bold"), url("../fonts/Unnamed Bold (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Extra Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Extra Bold"), url("../fonts/Neometric Alt Extra Bold (Bold).woff") format("woff");
}

@font-face {
  font-family: "Neometric Extra Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Extra Bold Italic"), url("../fonts/Neometric Alt Extra Bold Italic (Bold Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Extra Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Extra Bold"), url("../fonts/Neometric Extra Bold (Bold).woff") format("woff");
}

@font-face {
  font-family: "Neometric Extra Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Extra Bold Italic"), url("../fonts/Neometric Extra Bold Italic (Bold Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Black";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Black"), url("../fonts/Neometric Alt Black (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Black Italic"), url("../fonts/Neometric Alt Black Italic (Bold Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Black";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Black"), url("../fonts/Neometric Black (Regular).woff") format("woff");
}

@font-face {
  font-family: "Neometric Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Black Italic"), url("../fonts/Neometric Black Italic (Bold Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Heavy"), url("../fonts/Neometric Alt Heavy (Bold).woff") format("woff");
}

@font-face {
  font-family: "Neometric Heavy Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Heavy Italic"), url("../fonts/Neometric Alt Heavy Italic (Bold Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Heavy"), url("../fonts/Neometric Heavy (Bold).woff") format("woff");
}

@font-face {
  font-family: "Neometric Heavy Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Heavy Italic"), url("../fonts/Neometric Heavy Italic (Bold Italic).woff") format("woff");
}

@font-face {
  font-family: "Neometric Alt Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Alt Regular"), url("../fonts/Neometric-AltRegular.woff") format("woff");
}

@font-face {
  font-family: "Neometric Alt Hairline";
  font-style: normal;
  font-weight: normal;
  src: local("Neometric Alt Hairline"), url("../fonts/Neometric Alt Hairline (Regular).woff") format("woff");
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

p {
  color: #000;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.h1,
.h2,
.h3 {
  font-family: "Neometric Bold";
}

.h1 {
  font-size: 40px;
}

.h2 {
  font-weight: 400;
  font-size: 40px;
}

.h2--gold {
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline-block;
}

.mr-20 {
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

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

.mt-50 {
  margin-top: 50px;
}

.site_container {
  margin: 0 10px;
}

.w-100 {
  width: 100%;
}

.w-25 {
  width: calc(25% - 30px);
  padding-left: 15px;
  padding-right: 15px;
}

.w-33 {
  width: calc(33.3% - 30px);
  padding-left: 15px;
  padding-right: 15px;
}

.ai-c {
  align-items: center;
}

.ml-a {
  margin-left: auto;
}

.ml-10 {
  margin-left: 10px;
}

.mr-a {
  margin-right: auto;
}

.mr-50 {
  margin-right: 50px;
}

.t-duration {
  transition-duration: 200ms;
}

.mm-15 {
  margin: 0 -15px;
}

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

.ta-l {
  text-align: left;
}

.bold {
  font-weight: bold !important;
}

.c-black {
  color: black !important;
}

.ai-c {
  align-items: center;
}

.p-rel {
  position: relative;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-bottom: 30px;
}

body {
  font-family: "Neometric Regular";
  font-weight: 200;
  font-style: normal;
  color: #fff;
  background: #070709;
  overflow-x: hidden;
  position: relative;
}

.mt-15 {
  margin-top: 15px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-0 {
  margin-right: 0;
}

.fw-w {
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.m-minus {
  margin: -15px;
}

.w-30 {
  width: calc(30% - 30px);
  max-width: calc(30% - 30px);
  min-width: calc(30% - 30px);
  margin: 15px;
}

.w-70 {
  width: calc(70% - 30px);
  max-width: calc(70% - 30px);
  min-width: calc(70% - 30px);
  margin: 15px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.container {
  padding: 0 30px;
  z-index: 2;
  max-width: 1450px;
  position: relative;
  margin: 0 auto;
}

.green {
  color: #00FF38;
}

.white {
  color: #fff;
}

.content {
  padding-top: 100px;
}

.content__login-form button {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  padding: 18px 15px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(90deg, #0ba360 0%, #3cba92 100%);
  color: #fff;
  font-size: 18px;
}

.content__login-form img {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  cursor: pointer;
  transform: translateY(-50%);
}

.content__login-form input {
  background: #212226;
  border-radius: 8px;
  padding: 18px 15px 18px 50px;
  font-size: 16px;
  font-family: "Neometric Regular";
  width: calc(100% - 65px);
  border: none;
  outline: none;
  color: #fff;
}

.content__login-socials {
  margin-bottom: 30px;
}

.content__login-socials a {
  background: #212226;
  width: 80px;
  height: 80px;
  text-decoration: none;
  outline: none;
  margin-right: 20px;
  position: relative;
  border-radius: 5px;
}

.content__login-socials a i,
.content__login-socials a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  display: inline-block;
  color: #666976;
  transition-duration: 200ms;
}

.content__login-socials a:hover i {
  color: #fff;
}

.content__login-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #131315;
}

.content__login-tab {
  padding: 30px 0;
  margin-right: 50px;
  color: #666977;
  cursor: pointer;
  font-size: 24px;
  margin-bottom: -1px;
  text-align: center;
  position: relative;
  transition-duration: 200ms;
}

.content__login-tab:hover {
  color: #fff;
}

.content__login-tab:last-child {
  margin-right: 0;
}

.content__login-tab.active {
  color: #fff;
  border-bottom: 1px solid #84FAB0;
}

.content__login-container {
  max-width: 800px;
  margin: 0 auto;
}

.content__profile hr {
  border: unset;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.content__item-comments img {
  border-radius: 50%;
  width: 50px;
}

.content__item hr {
  border: unset;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.content__item-chat img {
  border-radius: 50%;
  width: 50px;
}

.content__item-chat form input {
  background: #212226;
  border-radius: 8px;
  padding: 18px 15px;
  font-size: 16px;
  font-family: "Neometric Regular";
  width: calc(100% - 30px);
  border: none;
  outline: none;
  color: #fff;
}

.content__item-profile img {
  border-radius: 10px;
  max-width: 120px;
  margin-right: 20px;
}

.content__item-profile span {
  font-size: 16px;
  color: #666977;
  margin-bottom: 10px;
  margin-left: 10px;
}

.content__item-profile span:first-child {
  margin-left: 0;
}

.content__item-profile b {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: "Neometric Bold";
  margin-bottom: 10px;
}

.content__item-tags {
  margin-bottom: 20px;
}

.content__item-tags div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 5px;
  padding: 14px 9px;
  background: #131416;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.content__item-text {
  font-size: 16px;
  color: #666977;
  line-height: 130%;
  display: block;
  margin-bottom: 30px;
}

.content__item-text--white {
  color: #fff;
}

.content__item-title {
  font-size: 24px;
  color: #fff;
  display: block;
  font-family: "Neometric Bold";
  margin-bottom: 30px;
  line-height: 130%;
}

.content__item-subtitle {
  font-size: 20px;
  color: #666977;
  display: block;
  font-family: "Neometric Bold";
  margin-bottom: 30px;
}

.content__item-btn {
  font-size: 15px;
  color: #000;
  font-family: "Neometric Bold";
  padding: 15px 20px;
  background: #c7d994;
  transition-duration: 200ms;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.content__item-btn:hover {
  color: #000;
  background: #adbd81;
}

.content__item-btn--width {
  width: calc(100% - 40px);
}

.content__item-radio {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 15px 20px;
  background: #212226;
  margin-bottom: 15px;
  cursor: pointer;
  transition-duration: 200ms;
}

.content__item-radio:last-child {
  margin-bottom: 0;
}

.content__item-radio:hover {
  background: #1b1c1f;
}

.content__item-radio b {
  font-size: 16px;
}

.content__item-radio span {
  font-size: 14px;
  color: #666977;
}

.content__item-radio__check {
  width: 17px;
  height: 17px;
  background: url(../img/icons/check.svg) no-repeat center top;
  display: inline-block;
  margin-right: 10px;
  font-family: "Neometric Bold";
}

.content__item-radio.active {
  background: linear-gradient(90deg, #cfd9df 0%, #e2ebf0 100%);
}

.content__item-radio.active:hover {
  background: linear-gradient(90deg, #cfd9df 0%, #e2ebf0 100%);
}

.content__item-radio.active .content__item-radio__check {
  background: url(../img/icons/check-active.svg) no-repeat center top;
}

.content__item-radio.active b {
  color: #000;
}

.content__item-radio.active span {
  color: #000;
}

.content__item-tabs {
  margin-bottom: 15px;
}

.content__item-tabs div {
  width: 50%;
  background: #212226;
  padding: 16px 15px;
  color: #666977;
  font-size: 14px;
  font-family: "Neometric Bold";
  cursor: pointer;
}

.content__item-tabs div span {
  margin-left: 10px;
  margin-bottom: 0;
}

.content__item-tabs div:first-child {
  border-radius: 8px 0 0 8px;
}

.content__item-tabs div:last-child {
  border-radius: 0 8px 8px 0;
}

.content__item-tabs div.active {
  color: #fff;
  background: linear-gradient(90deg, #84fab0 0%, #8fd3f4 100%);
}

.content__item-tabs div.active span {
  color: #fff;
}

.content__item-block {
  background: #131416;
  padding: 30px;
  border-radius: 10px;
}

.content__item-block big {
  font-size: 64px;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Neometric Bold";
  display: block;
}

.content__item-block hr {
  border: unset;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.content__item-block__title {
  font-size: 24px;
  background: linear-gradient(90deg, #cfd9df 0%, #e2ebf0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Neometric Bold";
  display: block;
  margin-bottom: 10px;
}

.content__item-block__text {
  font-size: 14px;
  color: #666977;
  display: block;
  margin-bottom: 25px;
  line-height: 130%;
}

.content__item-slider {
  margin-bottom: 80px;
}

.content__item-slider img {
  border-radius: 10px;
  max-width: 100%;
}

.content__item-slider .owl-nav {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
}

.content__item-slider .owl-nav span {
  color: #666977;
  font-size: 30px;
}

.content__item-slider .owl-next {
  margin-left: auto;
}

.content__item-slider .owl-dots {
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.content__item-slider .owl-dot {
  margin: 0 5px;
  outline: none;
  border: unset;
  cursor: pointer;
}

.content__item-slider .owl-dot span {
  display: block;
  background: #212226;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.content__item-slider .owl-dot.active span {
  background: #666977;
}

.content__crumbs {
  overflow: hidden;
  overflow-x: auto;
  display: block;
  margin: 50px 0 30px 0;
  margin-bottom: 0;
}

.content__crumbs ul {
  width: max-content;
  margin: 0;
  padding: 0;
}

.content__crumbs ul li {
  list-style: none;
  font-size: 20px;
  color: #fff;
}

.content__crumbs ul li a {
  color: #666977;
  font-style: 14px;
}

.content__crumbs ul li a:after {
  content: "/";
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.content__feedback {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px;
}

.content__feedback-btns {
  margin-top: 30px;
  z-index: 3;
  display: block;
  position: relative;
}

.content__feedback-btn {
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Neometric Bold";
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.content__feedback-btn:hover {
  color: #fff;
}

.content__feedback-btn img {
  margin-right: 10px;
}

.content__feedback-btn span,
.content__feedback-btn img {
  display: inline-block;
  vertical-align: middle;
}

.content__feedback-btn--blue {
  border: 2px solid #4776E6;
  margin-right: 30px;
}

.content__feedback-btn--purple {
  border: 2px solid #8E54E9;
  color: #8E54E9;
}

.content__feedback-btn--purple:hover {
  color: #8E54E9;
}

.content__feedback:before {
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(84, 233, 206, 0.5);
  content: "";
  left: 120px;
  top: 12px;
  z-index: 1;
  border-radius: 50%;
}

.content__feedback:after {
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(71, 230, 154, 0.5);
  content: "";
  right: 120px;
  top: -50px;
  z-index: 1;
  border-radius: 50%;
}

.content__feedback-bg {
  backdrop-filter: blur(215.3000030518px);
  background: rgba(65, 65, 65, 0.2);
  z-index: 2;
  width: 100%;
  height: 120%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.content__feedback-title {
  font-size: 32px;
  color: #fff;
  font-family: "Neometric Bold";
  display: block;
  z-index: 3;
  position: relative;
}

.content__feedback-text {
  font-size: 16px;
  line-height: 130%;
  color: #7a7a7a;
  position: relative;
  z-index: 3;
}

.content__items {
  padding-top: 50px;
  margin: -15px;
}

.content__items-image {
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 100%;
}

.content__items-author img {
  border-radius: 10px;
  margin-right: 10px;
}

.content__items-author span {
  color: #fff;
  font-size: 14px;
}

.content__items-old {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: #666977;
  display: block;
  text-decoration: line-through;
}

.content__items-price {
  font-size: 20px;
  font-family: "Neometric Bold";
  margin-right: 10px;
  background: linear-gradient(90deg, #a445b2 0%, #d41872 52%, #f06 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content__items-badge {
  border-radius: 15px;
  padding: 5px 7px;
  background: linear-gradient(90deg, #a445b2 0%, #d41872 52%, #f06 100%);
  font-size: 14px;
  color: #fff;
  font-family: "Neometric Bold";
}

.content__items-item {
  margin: 15px;
  width: calc(25% - 30px);
  position: relative;
}

.content__items-item b {
  display: block;
  line-height: 130%;
  font-size: 14px;
  color: #fff;
  margin: 20px 0;
}

.content__items-stars {
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 16px;
  font-family: "Neometric Bold";
  z-index: 2;
}

.content__block {
  position: relative;
}

.content__btn {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  padding: 18px 59px;
  backdrop-filter: blur(404.3999938965px);
  background: #202020;
  font-size: 14px;
  color: #666977;
  font-family: "Neometric Bold";
  z-index: 5;
  position: relative;
  display: inline-block;
  transition-duration: 200ms;
}

.content__btn:hover {
  color: #fff;
}

.content__gradient {
  background: linear-gradient(0deg, rgba(7, 7, 9, 0), rgba(7, 7, 9, 0)), linear-gradient(180deg, rgba(7, 7, 9, 0) 0%, rgba(7, 7, 9, 0) 27.76%, rgba(7, 7, 9, 0) 52.13%, rgba(7, 7, 9, 0) 72.44%, rgba(7, 7, 9, 0.9) 89.41%, rgb(7, 7, 9) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  border-radius: 0 0 12px 12px;
  pointer-events: none;
}

.content__cheats {
  margin: -15px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.content__cheats-btn {
  margin-top: -100px;
}

.content__cheats-stars {
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 16px;
  font-family: "Neometric Bold";
  z-index: 2;
}

.content__cheats-price {
  color: #666977;
}

.content__cheats-footer {
  font-size: 16px;
  color: #fff;
  font-family: "Neometric Bold";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}

.content__cheats-footer span {
  display: block;
  margin-top: 10px;
}

.content__cheats-badges {
  z-index: 2;
  position: absolute;
  left: 15px;
  top: 15px;
  pointer-events: none;
}

.content__cheats-badge {
  margin-right: 15px;
  backdrop-filter: blur(8px);
  background: rgba(24, 24, 24, 0.5);
  border-radius: 5px;
  padding: 8px 15px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

.content__cheats-badge--gray {
  background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content__cheats-badge--green {
  background: linear-gradient(90deg, #84fab0 0%, #8fd3f4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content__cheats-badge--purple {
  background: linear-gradient(90deg, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content__cheats-item {
  margin: 15px;
  width: calc(33.3% - 32px);
  height: 400px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.content__cheats-item:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.content__cheats-item img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  transition-duration: 200ms;
  transform: translate(-50%, -50%) scale(1);
}

.content__cheats-item:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.content__subtitle,
.content__subtitle p {
  font-size: 16px;
  line-height: 150%;
  color: #666977;
  font-family: "Neometric Bold";
  margin-bottom: 30px;
}

.content__cats a {
  margin-right: 30px;
  color: #fff;
  outline: none;
  display: inline-block;
  text-decoration: center;
  margin-bottom: 30px;
  font-size: 14px;
}

.content__cats a img {
  transition-duration: 200ms;
  transform: scale(0.9);
}

.content__cats a:hover {
  color: #fff;
}

.content__cats a:hover img {
  transform: scale(1);
}

.content__cats a span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.content__search {
  position: relative;
}

.content__search input {
  background: #212226;
  border-radius: 8px;
  padding: 18px 15px 18px 50px;
  font-size: 16px;
  font-family: "Neometric Regular";
  width: calc(100% - 65px);
  border: none;
  outline: none;
  color: #fff;
}

.content__search button {
  background: unset;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  cursor: pointer;
  transform: translateY(-50%);
}

.content__badges {
  margin-top: 0px;
}

.content__badge {
  text-decoration: none;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 14px 15px;
  font-size: 16px;
  background: #212226;
  display: inline-block;
  transition-duration: 200ms;
}

.content__badge:hover {
  color: #fff;
  background: #1d1e21;
}

.content__hero {
  position: relative;
  background: url(../img/grid.png) repeat-x center top;
  z-index: 1;
  border-bottom: 1px solid #131315;
}

.content__hero-splash {
  text-decoration: none;
  outline: none;
  font-size: 14px;
  padding: 14px 20px;
  color: #fff;
  box-shadow: 0 0 144px 0 rgba(150, 230, 161, 0.24);
  background: linear-gradient(180deg, #d4fc79 0%, #3d6943 100%);
  margin-top: 70px;
  display: inline-block;
  transition-duration: 200ms;
}

.content__hero-title {
  font-weight: 400;
  font-size: 40px;
  background: linear-gradient(180deg, #d4fc79 0%, #3d6943 100%);
  background-clip: text;
  font-family: "Neometric Bold";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-top: 20px;
}

.content__hero-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  display: inline-block;
  font-family: "Neometric Bold";
  margin-top: 50px;
}

.content__hero-btns {
  margin-top: 50px;
  margin-bottom: 70px;
}

.content__hero-btn {
  font-size: 16px;
  color: #666977;
  border: 1px solid #666977;
  padding: 14px 20px;
  font-family: "Neometric Bold";
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  transition-duration: 200ms;
  margin-right: 0px;
  margin-bottom: 20px;
}

.content__hero-btn:last-child {
  margin-bottom: 0;
}

.content__hero-btn:hover {
  color: #fff;
}

.content__hero-btn--green {
  color: #fff;
  background: linear-gradient(90deg, #0ba360 0%, #3cba92 100%);
  border: 1px solid #0ba360;
}

.content__hero-btn--green:hover {
  color: #000;
}

.content__hero-bg {
  width: 100%;
  height: 100%;
  background: url(../img/hero.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.content__hero-games {
  width: 1000px;
  height: 700px;
  background: url(../img/games.png) no-repeat center top;
  background-size: contain;
  max-height: 500px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer__global span {
  margin-top: 30px;
  color: #666977;
  font-size: 13px;
  display: block;
  line-height: 130%;
  margin-bottom: 30px;
}

.footer__global ul {
  padding: 0;
  margin: 0;
}

.footer__global ul li {
  font-family: "Neometric Bold";
  font-size: 14px;
  margin-bottom: 20px;
  list-style: none;
  color: #666977;
}

.footer__global ul li a {
  font-size: 13px;
  color: #666977;
  transition-duration: 200ms;
  font-family: "Neometric Regular";
}

.footer__global ul li a:hover {
  color: #fff;
}

.footer hr {
  border-color: #131315;
  border: unset;
  border-bottom: 1px solid #131315;
  margin: 30px 0;
}

.footer__copy span {
  color: #666977;
  font-size: 14px;
}

.footer__copy ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.footer__copy ul li {
  list-style: none;
  margin-left: 30px;
}

.footer__copy ul li:first-child {
  margin-left: 0;
}

.footer__copy ul a {
  color: #fff;
  text-decoration: none;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100px;
  left: 0;
  z-index: 5;
  background: rgba(15, 16, 20, 0.9);
  border-bottom: 1px solid rgba(30, 32, 40, 0.7);
  backdrop-filter: blur(8px);
}

.header__container {
  height: 100px;
  width: 100%;
  position: relative;
}

.header__logo {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.header__logo img {
  width: 138px;
  display: block;
}

.header__menu ul {
  margin: 0;
  padding: 0;
}

.header__menu ul li {
  list-style: none;
  color: #666977;
  margin-right: 50px;
  font-size: 16px;
  font-family: "Neometric Bold";
}

.header__menu ul li:last-child {
  margin-right: 0;
}

.header__menu ul li a {
  color: #666977;
  font-size: 16px;
  font-weight: 300;
  transition-duration: 300ms;
}

.header__menu ul li a:hover {
  color: #fff;
}

.header__profile {
  position: absolute;
  right: 0;
}

.header__profile-btn {
  font-family: "Neometric Bold";
  padding: 12px 17.5px;
  transition-duration: 300ms;
  border-radius: 4px;
  background: linear-gradient(90deg, #0BA360 0%, #3CBA92 100%);
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-table {
    display: table;
  }

  .d-xl-inline {
    display: inline-block;
  }

  .d-xl-flex {
    display: flex;
  }

  .content__hero-btn {
    margin-right: 30px;
    margin-bottom: 0;
  }

  .footer__global ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1350px) {
  .d-xxl-none {
    display: none;
  }

  .d-xxl-block {
    display: block;
  }

  .d-xxl-table {
    display: table;
  }

  .d-xxl-inline {
    display: inline-block;
  }

  .d-xxl-flex {
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  .m-minus {
    margin: 0;
  }

  .w-30 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .w-70 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .content__login-tab {
    font-size: 18px;
    padding: 10px 0;
    margin-right: 20px;
  }

  .content__item-profile img {
    max-width: 50px;
  }

  .content__item-block big {
    font-size: 40px;
  }

  .content__feedback-btn {
    width: calc(100% - 40px);
  }

  .content__feedback-btn--blue {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .content__items-item {
    width: calc(100% - 30px);
  }

  .content__cheats-item {
    width: calc(100% - 32px);
    height: 300px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
