a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type="number"],
input[type="number"]:focus,
input[type="number"]:hover {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}
a,
button,
input,
textarea {
    border: none;
    outline: none;
}
body,
html {
    background: #101010;
    min-height: 100vh;
    position: relative;
}
body,
button,
html,
input,
textarea {
    font-family: Montserrat, sans-serif;
}
button {
    background: none;
    cursor: pointer;
}
a {
    text-decoration: none;
}
a.default-link {
    color: #fff06d;
    transition: color 0.3s;
}
a.default-link:hover {
    color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: hsla(0, 0%, 85%, 0.6);
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
input::placeholder,
textarea::placeholder {
    color: hsla(0, 0%, 85%, 0.6);
    transition: color 0.3s;
}
input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
    color: #dadada;
}
input:hover::placeholder,
textarea:hover::placeholder {
    color: #dadada;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}
html.has-scroll-smooth {
    overflow: hidden;
}
html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.has-scroll-smooth body {
    overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
    display: inline-block;
    height: 100vh;
    white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    white-space: nowrap;
}
.c-scrollbar {
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    width: 11px;
}
.c-scrollbar:hover {
    transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
    bottom: 0;
    height: 10px;
    top: auto;
    transform: scaleY(1);
    width: 100%;
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
    transform: scaleY(1.3);
}
.c-scrollbar_thumb {
    background-color: #000;
    border-radius: 10px;
    cursor: grab;
    margin: 2px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}
.has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    bottom: 0;
    right: auto;
}
.page {
    overflow: hidden;
    position: relative;
    width: 100%;
    will-change: transform;
}
#reamaze-widget {
    background: #fff06d !important;
}
#reamaze-widget-icon path {
    stroke: #000;
}
.container {
    margin: 0 auto;
    max-width: 1450px;
    padding: 0 25px;
    width: 100%;
}
.container--flex {
    align-items: center;
    display: flex;
}
.container--relative {
    position: relative;
}
.container--short {
    max-width: 1250px;
}
@media (max-width: 599px) {
    .container--faq {
        position: relative;
    }
}
.container--hero {
    align-content: baseline;
    display: grid;
    min-height: 950px;
    padding-top: 185px;
}
@media (max-width: 1440px) {
    .container--hero {
        min-height: 700px;
        padding-top: 160px;
    }
}
@media (max-width: 1250px) {
    .container--hero {
        min-height: 580px;
        padding-top: 100px;
    }
}
@media (max-width: 900px) {
    .container--hero {
        min-height: 450px;
    }
}
@media (max-width: 599px) {
    .container--hero {
        min-height: 330px;
        padding-top: 26px !important;
    }
    .container {
        padding: 0 15px;
    }
}
.button {
    border: 1px solid #28282e;
    border-radius: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: border 0.3s, color 0.3s;
}
.button:hover {
    border: 1px solid #4d4d52;
}
.button--grid {
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    gap: 16px;
    height: 64px;
    line-height: 18px;
    padding: 0 3px;
    width: 164px;
}
@media (max-width: 1440px) {
    .button--grid {
        font-size: 12px;
        gap: 12px;
        height: 54px;
        line-height: 16px;
        padding: 0 3px;
        width: 140px;
    }
}
@media (max-width: 599px) {
    .button--grid {
        gap: 8px;
        height: 40px;
    }
}
@media (max-width: 900px) {
    .button--inlined {
        width: 100%;
    }
    .button--inlined br {
        display: none;
    }
}
@media (max-width: 375px) {
    .button--inlined span {
        display: none;
    }
}
.button__icon {
    align-items: center;
    border-radius: 28px;
    display: flex;
    flex-shrink: 0;
    height: 56px;
    justify-content: center;
    position: relative;
    transition: width 0.3s, background 0.3s;
    width: 56px;
}
.button__icon:before {
    content: "";
    height: 24px;
    position: relative;
    width: 24px;
}
@media (max-width: 1440px) {
    .button__icon {
        height: 46px;
        width: 46px;
    }
    .button__icon:before {
        height: 20px;
        width: 20px;
    }
}
@media (max-width: 1440px) and (max-width: 599px) {
    .button__icon {
        height: 32px;
        width: 32px;
    }
    .button__icon:before {
        height: 16px;
        width: 16px;
    }
}
.button--buy .button__icon:before {
    background: url(../img/05819a259aa07106e69b.svg) 100% no-repeat;
    background-size: 100%;
    transition: transform 0.3s;
}
.button--sell .button__icon:before {
    background: url(../img/227fb47c84a8d40530a9.svg) 100% no-repeat;
    background-size: 100%;
    transition: transform 0.3s;
}
.button--login .button__icon:before {
    background: url(../img/911d1aa824bd95df43ff.svg) 100% no-repeat;
    background-size: 100%;
    transition: filter 0.3s;
}
.button--buy .button__icon {
    background: #fff06d;
}
.button--sell .button__icon {
    background: #fde5b0;
}
.button--login .button__icon {
    background: #28282e;
}
.button--buy:hover .button__icon {
    background: #fff496;
    width: 64px;
}
.button--buy:hover .button__icon:before {
    transform: rotate(-45deg);
}
@media (max-width: 1440px) {
    .button--buy:hover .button__icon {
        width: 58px;
    }
}
.button--sell:hover .button__icon {
    background: #fff0cb;
    width: 64px;
}
.button--sell:hover .button__icon:before {
    transform: rotate(45deg);
}
@media (max-width: 1440px) {
    .button--sell:hover .button__icon {
        width: 58px;
    }
}
.button--login:hover .button__icon {
    background: #4d4d52;
    width: 64px;
}
.button--login:hover .button__icon:before {
    filter: brightness(2);
}
@media (max-width: 1440px) {
    .button--login:hover .button__icon {
        width: 58px;
    }
}
@media (max-width: 599px) {
    .button--inlined:hover .button__icon,
    .button--login:hover .button__icon {
        width: 32px;
    }
}
.button--buy {
    color: #fff06d;
}
.button--buy:hover {
    color: #fff496;
}
.button--sell {
    color: #fde5b0;
}
.button--sell:hover {
    color: #fff0cb;
}
.button--login {
    color: #dadada;
    width: 138px;
}
.button--login:hover {
    color: #fff;
}
@media (max-width: 1440px) {
    .button--login {
        width: 125px;
    }
}
@media (max-width: 599px) {
    .button--login {
        width: 93px;
    }
}
.button--trade-url {
    align-items: center;
    background: linear-gradient(90deg, #acdfb1, #91d5e7);
    border-radius: 22px;
    color: #080809;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    height: 56px;
    padding: 0 16px;
    position: relative;
    transition: filter 0.3s, color 0.3s;
    width: -moz-fit-content;
    width: fit-content;
}
.button--trade-url:after {
    background: url(../img/7b93a8178a015b5b6e7e.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 24px;
    transition: opacity 0.3s;
    width: 24px;
}
.button--trade-url:hover {
    color: rgba(8, 8, 9, 0.6);
    filter: brightness(1.2);
}
.button--trade-url:hover:after {
    opacity: 0.6;
}
@media (max-width: 1440px) {
    .button--trade-url {
        border-radius: 16px;
        font-size: 13px;
        height: 48px;
        padding: 0 12px;
    }
}
.field {
    align-items: center;
    border-radius: 100px;
    cursor: text;
    display: flex;
    height: 64px;
    outline: 1px solid hsla(0, 0%, 66%, 0.2);
    outline-offset: -2px;
    padding: 0 20px 0 52px;
    position: relative;
    transition: outline-color 0.3s;
}
@media (max-width: 900px) {
    .field {
        height: 54px;
    }
}
@media (max-width: 599px) {
    .field {
        height: 40px;
        padding-left: 34px;
    }
}
.field--footer {
    padding: 0 20px;
}
.field:hover {
    outline: 1px solid #7a7a7a;
}
.field__input {
    background: none;
    bottom: 0;
    color: #909090;
    font-size: 14px;
    left: 52px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    width: calc(100% - 115px);
}
.field--footer .field__input {
    left: 20px;
}
@media (max-width: 599px) {
    .field__input {
        font-size: 12px;
        width: calc(100% - 40px);
    }
}
@media (max-width: 1440px) {
    .field--with-title .field__input {
        opacity: 1;
        position: static;
        transform: none !important;
        width: calc(100% - 30px);
    }
}
@media (max-width: 599px) {
    .field--with-title .field__input {
        width: 100%;
    }
}
.field--active .field__input {
    opacity: 1;
    transform: translateY(-14px);
}
.field--refill.field--active .field__input {
    transform: none !important;
}
.field--profile.field--active .field__input {
    color: #dadada;
    font-size: 13px;
    line-height: 18px;
    transform: translateY(-16px);
}
@media (max-width: 599px) {
    .field--profile.field--active .field__input {
        font-size: 12px;
    }
}
.field__label {
    align-items: center;
    background: #3f3f3f;
    border-radius: 44px;
    color: #8c8c8c;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    min-width: 28px;
    padding: 0 6px;
}
.field__title {
    color: #909090;
    font-size: 14px;
    line-height: 20px;
    transition: transform 0.3s, font-weight 0.3s, font-size 0.3s, line-height 0.3s;
}
@media (max-width: 1440px) {
    .field--with-title .field__title {
        display: none;
    }
}
.field--active .field__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    transform: translateY(-8px);
}
.field--active.field--profile .field__title {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}
@media (max-width: 599px) {
    .field__title {
        font-size: 11px;
    }
}
.field__clear {
    background: url(../img/82d605d1b326694fe1c3.svg) no-repeat;
    background-size: 100%;
    bottom: 0;
    cursor: pointer;
    height: 32px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 16px;
    top: 0;
    transform: scale(0.5);
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s, filter 0.3s;
    visibility: hidden;
    width: 32px;
}
@media (max-width: 599px) {
    .field__clear {
        display: none;
    }
}
.field__clear--active {
    opacity: 1;
    transform: scale(1) rotate(90deg);
    visibility: visible;
}
.field__clear:hover {
    filter: brightness(1.5);
    transform: rotate(180deg);
}
.header-languages {
    align-items: center;
    border: 1px solid #292931;
    border-radius: 32px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 64px;
    justify-content: center;
    position: relative;
    transition: border 0.3s;
    width: 64px;
}
.header-languages__current {
    color: #fff;
}
.header-languages:before {
    background: url(../img/4ff4e2029969f4786566.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 37px;
    transition: opacity 0.3s, transform 0.3s;
    width: 20px;
}
@media (max-width: 1440px) {
    .header-languages {
        font-size: 13px;
        height: 54px;
        width: 54px;
    }
    .header-languages:before {
        top: 30px;
    }
}
@media (max-width: 599px) {
    .header-languages {
        font-size: 12px;
        height: 40px;
        width: 40px;
    }
    .header-languages:before {
        height: 16px;
        top: 22px;
        width: 16px;
    }
}
.header-languages:hover {
    border: 1px solid #4d4d52;
}
.header-languages:hover:before {
    opacity: 1;
    transform: translateY(4px);
}
.header-languages__list {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(91, 91, 91, 0.9);
    border-radius: 32px;
    box-shadow: 0 20px 14px 0 rgba(0, 0, 0, 0.35);
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    top: calc(100% + 10px);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    visibility: hidden;
    width: 100%;
}
.header-languages:hover .header-languages__list {
    opacity: 1;
    transform: translateY(-10px);
    visibility: visible;
}
@media (max-width: 599px) {
    .header-languages__list {
        top: 100%;
    }
}
.header-languages__item {
    display: flex;
    width: 100%;
}
.header-languages__link {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 11px 0;
    transition: color 0.3s;
    width: 100%;
}
@media (max-width: 1440px) {
    .header-languages__link {
        padding: 9px 0;
    }
}
@media (max-width: 599px) {
    .header-languages__link {
        font-size: 12px;
        padding: 6px 0;
    }
}
.header-navigation {
    display: flex;
    height: 100%;
    overflow: hidden;
}
@media (max-width: 900px) {
    .header-navigation {
        display: none;
    }
}
.header-navigation__list {
    display: flex;
    gap: 16px;
    height: 100%;
}
.header-navigation__item,
.header-navigation__link {
    align-items: center;
    display: flex;
    height: 100%;
}
.header-navigation__link {
    color: #dadada;
    font-size: 13px;
    font-weight: 700;
    transition: color 0.3s, transform 0.3s;
}
.header-navigation__link:hover {
    color: #fff;
}
.header-hamburger {
    border: 1px solid #292931;
    border-radius: 32px;
    cursor: pointer;
    display: none;
    height: 54px;
    position: relative;
    transition: border 0.3s;
    width: 54px;
}
.header-hamburger:hover {
    border: 1px solid #4d4d52;
}
.header-hamburger:after,
.header-hamburger:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s, transform 0.3s;
    width: 100%;
}
.header-hamburger:before {
    background: url(../img/86e606c581bde1b17184.svg) 50% no-repeat;
    background-size: 28px;
}
.header-hamburger:after {
    background: url(../img/bae058c07d1aecfd0cd3.svg) 50% no-repeat;
    background-size: 14px;
    opacity: 0;
    transform: scale(0);
}
@media (max-width: 599px) {
    .header-hamburger {
        height: 40px;
        width: 40px;
    }
    .header-hamburger:before {
        background-size: 20px;
    }
    .header-hamburger:after {
        background-size: 12px;
    }
}
.header-hamburger--opened:before {
    opacity: 0;
    transform: scale(0);
}
.header-hamburger--opened:after {
    opacity: 1;
    transform: scale(1);
}
@media (max-width: 900px) {
    .header-hamburger {
        display: block;
    }
}
.header-hamburger__list {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(91, 91, 91, 0.9);
    border-radius: 22px;
    box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    padding: 16px;
    position: absolute;
    right: 0;
    top: calc(100% + 18px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    visibility: hidden;
    width: 170px;
}
.header-hamburger--opened .header-hamburger__list,
.header-hamburger__navigation--opened .header-hamburger__list {
    opacity: 1;
    transform: translateY(-10px);
    visibility: visible;
}
.header-hamburger__list--bottom-panel {
    bottom: calc(100% - 4px);
    left: -10px;
    right: auto;
    top: auto;
}
.header-hamburger__list--header-user {
    border-radius: 32px;
    padding: 26px 20px;
    width: 100%;
}
@media (max-width: 900px) {
    .header-hamburger__list--header-user {
        display: none;
    }
}
.header-hamburger__item {
    display: flex;
    width: 100%;
}
.header-hamburger__item--opacited {
    opacity: 0.6;
    transition: opacity 0.3s;
}
.header-hamburger__item--opacited:hover {
    opacity: 1;
}
.header-hamburger__link {
    align-items: center;
    border-radius: 40px;
    color: #dadada;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
    height: 30px;
    letter-spacing: 0.1px;
    transition: color 0.3s, background 0.3s, padding 0.3s;
    width: 100%;
}
.header-hamburger__link path {
    transition: fill 0.3s;
}
.header-hamburger__link:hover {
    background: #cfcdc8;
    color: #080808;
    padding: 0 0 0 10px;
}
.header-hamburger__link:hover path {
    fill: #080808;
}
.header-hamburger__list--header-user .header-hamburger__link {
    height: 37px;
}
.header-hamburger__currency {
    align-items: center;
    background: #424242;
    border-radius: 42px;
    cursor: pointer;
    display: flex;
    gap: 4px;
    height: 42px;
    justify-content: center;
    margin-bottom: 4px;
    padding: 0 8px;
    transition: background 0.3s;
    width: 100%;
}
.header-hamburger__currency:hover {
    background: #303030;
}
.header-hamburger__currency-switch {
    background: hsla(0, 0%, 85%, 0.3);
    border-radius: 32px;
    height: 20px;
    position: relative;
    transition: background 0.3s;
    width: 30px;
}
.header-hamburger__currency-switch:before {
    background: #dadada;
    border-radius: 12px;
    bottom: 0;
    content: "";
    height: 12px;
    left: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    transition: background 0.3s, transform 0.3s;
    width: 12px;
}
.header-hamburger__currency--active .header-hamburger__currency-switch:before {
    background: #fde5b0;
    transform: translateX(10px);
}
.header-hamburger__currency:hover .header-hamburger__currency-switch {
    background: hsla(0, 0%, 85%, 0.5);
}
.header-hamburger__currency--active .header-hamburger__currency-switch {
    background: hsla(41, 95%, 84%, 0.3) !important;
}
.header-hamburger__currency-text {
    color: #dadada;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: color 0.3s;
}
@media (max-width: 1440px) {
    .header-hamburger__currency-text {
        font-size: 11px;
    }
}
.header-hamburger__currency:hover .header-hamburger__currency-text {
    color: #fff;
}
.header-user {
    align-items: center;
    border: 1px solid #292931;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    height: 64px;
    padding: 0 16px 0 48px;
    position: relative;
    transition: border-color 0.3s;
}
.header-user--opened,
.header-user:hover {
    border: 1px solid #4d4d52;
}
.header-user:after {
    background: url(../img/e24f5b54ae4cd85d5d22.svg) 50% no-repeat;
    background-size: 32px;
    content: "";
    height: 24px;
    opacity: 0.3;
    transition: opacity 0.3s, transform 0.3s;
    width: 24px;
}
@media (max-width: 1440px) {
    .header-user {
        height: 54px;
        padding: 0 16px 0 40px;
    }
    .header-user:after {
        background-size: 28px;
        height: 20px;
        width: 20px;
    }
}
@media (max-width: 900px) {
    .header-user {
        border: none !important;
        height: auto;
        padding: 0;
    }
    .header-user:after {
        display: none;
    }
}
.header-user--opened:after {
    opacity: 1;
    transform: rotate(-180deg);
}
.header-user__pic {
    border-radius: 100%;
    bottom: 0;
    height: 56px;
    left: 3px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 56px;
}
@media (max-width: 1440px) {
    .header-user__pic {
        height: 48px;
        width: 48px;
    }
}
@media (max-width: 900px) {
    .header-user__pic {
        position: static;
    }
}
@media (max-width: 599px) {
    .header-user__pic {
        height: 30px;
        margin-right: 1px;
        width: 30px;
    }
}
.header-user__link {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 900px) {
    .header-user__link {
        display: block;
    }
}
.header-user__balance {
    display: flex;
    flex-direction: column;
    padding: 0 16px 0 40px;
    position: relative;
}
.header-user__balance:before {
    background: #fff url(../img/29c85f369ff3c73f8c66.svg) 50% no-repeat;
    background-size: 18px;
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: 32px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 32px;
}
@media (max-width: 900px) {
    .header-user__balance {
        display: none;
    }
}
.header-user__balance span:first-of-type {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
@media (max-width: 1440px) {
    .header-user__balance span:first-of-type {
        font-size: 13px;
        line-height: 16px;
    }
}
.header-user__balance span:last-of-type {
    color: hsla(0, 0%, 100%, 0.69);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
@media (max-width: 1440px) {
    .header-user__balance span:last-of-type {
        font-size: 11px;
        line-height: 14px;
    }
}
@keyframes bumping {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(60px);
    }
}
.header {
    padding-top: 16px;
    position: relative;
    z-index: 10;
}
@media (max-width: 599px) {
    .header {
        padding-top: 15px;
    }
}
.header:before {
    background: url(../img/b77707c791317bc6cd28.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 900px;
    left: calc(50% - 200px);
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 900px;
}
.header__row {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 2;
}
@media (max-width: 1440px) {
    .header__row {
        height: 70px;
    }
}
@media (max-width: 599px) {
    .header__row {
        height: 56px;
    }
}
.header__side {
    align-items: center;
    display: flex;
    gap: 8px;
    height: 100%;
}
@media (max-width: 1440px) {
    .header__side {
        gap: 4px;
    }
}
@media (max-width: 375px) {
    .header:not(.header--authorized) .header__side:first-of-type {
        margin: 0 4px 0 auto;
    }
}
.header__guest {
    align-items: center;
    display: flex;
    gap: 24px;
    height: 100%;
    position: absolute;
    right: 8px;
    top: 0;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
}
@media (max-width: 900px) {
    .header__guest {
        right: 68px;
    }
}
@media (max-width: 599px) {
    .header__guest {
        position: static;
    }
}
.header__guest--hidden {
    opacity: 0;
    transform: translateX(-10px);
    visibility: hidden;
}
.header__user {
    align-items: center;
    display: flex;
    gap: 8px;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 18px;
    top: 0;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
    transition-delay: 0.2s;
    visibility: hidden;
}
@media (max-width: 900px) {
    .header__user {
        right: 78px;
    }
}
@media (max-width: 599px) {
    .header__user {
        right: 64px;
    }
}
.header__user--visible {
    opacity: 1;
    transform: translateX(10px);
    visibility: visible;
}
.header__buttons {
    align-items: center;
    display: flex;
    gap: 8px;
}
@media (max-width: 1440px) {
    .header__buttons {
        gap: 4px;
    }
}
@media (max-width: 900px) {
    .header__buttons {
        display: none;
    }
}
.header__logo {
    background: url(../img/d7968a18544d7740f7ef.svg) 100% no-repeat;
    background-size: 100%;
    bottom: 0;
    height: 54px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: filter 0.3s, transform 0.3s;
    width: 54px;
}
.header__logo:hover {
    filter: brightness(1.1);
    transform: scale(1.1);
}
@media (max-width: 1440px) {
    .header__logo {
        height: 48px;
        width: 48px;
    }
}
@media (max-width: 599px) {
    .header__logo {
        height: 32px;
        width: 32px;
    }
}
@media (max-width: 375px) {
    .header:not(.header--authorized) .header__logo {
        left: 8px;
        right: auto;
    }
}
.live-item {
    background: #4f4f4f;
    border-radius: 24px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 16px 16px;
    position: relative;
    transition: background 0.3s;
    width: 100%;
}
@media (max-width: 599px) {
    .live-item {
        border-radius: 20px;
        padding: 0 12px 12px;
    }
}
.live-item:hover {
    background: #5b5b5b;
}
.live-item__pic {
    height: 99px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 16px;
    transition: transform 0.3s;
}
.live-item:hover .live-item__pic {
    transform: scale(1.1);
}
@media (max-width: 1440px) {
    .live-item__pic {
        height: 80px;
    }
}
@media (max-width: 599px) {
    .live-item__pic {
        height: 63px;
        top: 12px;
    }
}
.live-item__date {
    align-items: center;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: hsla(0, 0%, 100%, 0.09);
    border-radius: 40px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    height: 28px;
    justify-content: center;
    letter-spacing: 0.2px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.live-item__date:before {
    background: url(../img/8439e628614625237c24.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 16px;
    position: relative;
    width: 16px;
}
@media (max-width: 599px) {
    .live-item__date {
        height: 22px;
    }
    .live-item__date:before {
        display: none;
    }
}
.live-item__description {
    margin: auto 0 0;
    width: 100%;
}
.live-item__description-bottom {
    display: flex;
    margin: 12px 0 0;
}
.live-item__description-title {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: calc(100% - 30px);
}
@media (max-width: 599px) {
    .live-item__description-title {
        width: 100%;
    }
}
.live-item__cost {
    color: #b8f47c;
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 599px) {
    .live-item__cost {
        font-size: 12px;
    }
}
.live-item__title {
    color: #b5b5b5;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 599px) {
    .live-item__title {
        font-size: 12px;
    }
}
.live-item__type {
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    height: 28px;
    margin: 0 0 0 auto;
    position: relative;
    width: 28px;
    z-index: 2;
}
.live-item__type:before {
    background-image: url(../img/05819a259aa07106e69b.svg);
    background-size: 100%;
    content: "";
    height: 16px;
    margin: auto;
    position: relative;
    width: 16px;
}
@media (max-width: 599px) {
    .live-item__type {
        height: 24px;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 24px;
    }
    .live-item__type:before {
        height: 13px;
        width: 13px;
    }
}
.live-item__type--buy {
    background: #fff06d;
}
.live-item__type--sell {
    background: #fff0cb;
}
.live-item__type--sell:before {
    background-image: url(../img/227fb47c84a8d40530a9.svg);
}
.live-item__type-tooltip {
    background: #dadada;
    border-radius: 9px;
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    letter-spacing: 0.2px;
    line-height: 16px;
    opacity: 0;
    padding: 5px 8px;
    position: absolute;
    top: calc(-100% + 6px);
    transform: translateX(-50%);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    visibility: hidden;
}
.live-item__type-tooltip:before {
    border: 7px solid transparent;
    border-top: 6px solid #dadada;
    bottom: -12px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}
@media (max-width: 599px) {
    .live-item__type-tooltip {
        font-size: 10px;
        top: calc(100% + 22px);
    }
    .live-item__type-tooltip:before {
        bottom: auto;
        top: -12px;
        transform: rotate(180deg);
    }
}
.live-item__type:hover .live-item__type-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-12px);
    visibility: visible;
}
.live {
    margin-top: 42px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1200px) {
    .live {
        margin-top: 32px;
    }
}
@media (max-width: 599px) {
    .live {
        margin-top: 16px;
    }
}
.live__title {
    background: linear-gradient(180deg, rgba(36, 36, 36, 0), rgba(32, 32, 32, 0.62));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 102px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1440px) {
    .live__title {
        font-size: 88px;
    }
}
@media (max-width: 1200px) {
    .live__title {
        font-size: 68px;
    }
}
@media (max-width: 900px) {
    .live__title {
        font-size: 38px;
    }
}
@media (max-width: 599px) {
    .live__title {
        font-size: 26px;
    }
}
.live__row {
    background: #3f3f3f;
    border-radius: 40px;
    display: flex;
    margin-top: -20px;
    overflow: hidden;
    padding: 22px;
    position: relative;
    width: 100%;
    z-index: 2;
}
@media (max-width: 900px) {
    .live__row {
        margin-top: -10px;
        padding: 14px;
    }
}
@media (max-width: 599px) {
    .live__row {
        border-radius: 28px;
        margin-top: -5px;
        padding: 8px;
    }
}
.live__list {
    display: flex;
    gap: 4px;
    width: 100%;
}
.live__list-item {
    height: 179px;
    width: calc(12.5% - 2px);
}
@media (max-width: 1200px) {
    .live__list-item {
        display: none;
        width: calc(16.66667% - 2px);
    }
    .live__list-item:nth-child(-n + 6) {
        display: block;
    }
}
@media (max-width: 900px) {
    .live__list-item {
        width: calc(25% - 2px);
    }
    .live__list-item:nth-child(-n + 6) {
        display: none;
    }
    .live__list-item:nth-child(-n + 4) {
        display: block;
    }
}
@media (max-width: 599px) {
    .live__list-item {
        height: 125px;
        width: calc(33.33% - 2px);
    }
    .live__list-item:nth-child(-n + 4) {
        display: none;
    }
    .live__list-item:nth-child(-n + 3) {
        display: block;
    }
}
@media (max-width: 375px) {
    .live__list-item {
        width: calc(50% - 2px);
    }
    .live__list-item:nth-child(-n + 3) {
        display: none;
    }
    .live__list-item:nth-child(-n + 2) {
        display: block;
    }
}
@keyframes hero-titles {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(-60px);
    }
}
.hero__title {
    color: #fff;
    font-size: 90px;
    font-weight: 900;
    line-height: 98px;
    max-width: 550px;
    position: relative;
    z-index: 5;
}
@media (max-width: 1440px) {
    .hero__title {
        font-size: 72px;
        line-height: 84px;
    }
}
@media (max-width: 1250px) {
    .hero__title {
        font-size: 62px;
        line-height: 74px;
        max-width: 450px;
    }
}
@media (max-width: 900px) {
    .hero__title {
        font-size: 52px;
        line-height: 60px;
        max-width: 400px;
    }
}
@media (max-width: 599px) {
    .hero__title {
        font-size: 26px;
        line-height: 30px;
        max-width: 190px;
        text-transform: uppercase;
    }
}
.hero__subtitle {
    color: #b5b5b5;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 24px;
    max-width: 490px;
    position: relative;
    z-index: 5;
}
@media (max-width: 1440px) {
    .hero__subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-top: 18px;
    }
}
@media (max-width: 1250px) {
    .hero__subtitle {
        font-size: 18px;
        line-height: 26px;
        margin-top: 14px;
    }
}
@media (max-width: 900px) {
    .hero__subtitle {
        font-size: 16px;
        line-height: 22px;
        max-width: 380px;
    }
}
@media (max-width: 599px) {
    .hero__subtitle {
        font-size: 13px;
        line-height: 18px;
        margin-top: 6px;
        max-width: 180px;
    }
}
.hero__buttons {
    display: grid;
    gap: 16px;
    grid-auto-flow: column;
    justify-content: left;
    margin-top: 56px;
    position: relative;
    z-index: 5;
}
@media (max-width: 1440px) {
    .hero__buttons {
        margin-top: 40px;
    }
}
@media (max-width: 900px) {
    .hero__buttons {
        gap: 6px;
    }
}
@media (max-width: 599px) {
    .hero__buttons {
        margin-top: 20px;
    }
}
.hero__button {
    align-items: center;
    border-radius: 32px;
    display: grid;
    font-size: 15px;
    font-weight: 700;
    gap: 12px;
    grid-auto-flow: column;
    height: 64px;
    padding: 0 32px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (max-width: 1440px) {
    .hero__button {
        font-size: 13px;
        gap: 8px;
        height: 60px;
        padding: 0 24px;
    }
}
@media (max-width: 900px) {
    .hero__button {
        height: 54px;
        padding: 0 18px;
    }
}
@media (max-width: 599px) {
    .hero__button {
        font-size: 12px;
        gap: 6px;
        height: 40px;
        padding: 0 14px;
    }
}
.hero__button--login {
    background: #fff06d;
    color: #080808;
}
.hero__button--login:hover {
    background-color: #d0c352;
}
/* .hero__button--login:after {
    background: url(../img/c03ece56858af89c2f49.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 24px;
    width: 24px;
} */
@media (max-width: 599px) {
    .hero__button--login:after {
        height: 16px;
        width: 16px;
    }
}
.hero__button--how {
    border: 1px solid #5b5b5b;
    border-radius: 32px;
    color: #b5b5b5;
}
@media (max-width: 599px) {
    .hero__button--how {
        background: #4f4f4f;
        border: none;
        height: 40px;
        padding: 0;
        width: 40px;
    }
}
.hero__button--how:hover {
    border-color: #303030;
    color: #909090;
}
.hero__button--how:hover path {
    fill: #909090;
}
.hero__button--how path {
    transition: fill 0.3s;
}
@media (max-width: 599px) {
    .hero__button--how span,
    .hero__button--how svg:first-of-type {
        display: none;
    }
}
.hero__button--how svg:last-of-type {
    display: none;
}
@media (max-width: 599px) {
    .hero__button--how svg:last-of-type {
        display: block;
        margin: auto;
    }
}
@media (max-width: 900px) {
    .hero__button-text--shown {
        display: none;
    }
}
.hero__button-text--hidden {
    display: none;
}
@media (max-width: 900px) {
    .hero__button-text--hidden {
        display: block;
    }
}
.hero__heroes {
    background: url(../img/346fc834c0e784252e0d.png) no-repeat;
    background-size: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
}
.hero__heroes-row {
    height: 993px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -640px;
    top: 80px;
    width: 1266px;
}
@media (max-width: 1440px) {
    .hero__heroes-row {
        height: 769px;
        right: -590px;
        width: 980px;
    }
}
@media (max-width: 1250px) {
    .hero__heroes-row {
        height: 627px;
        width: 800px;
    }
}
@media (max-width: 900px) {
    .hero__heroes-row {
        height: 518px;
        right: -550px;
        top: 150px;
        width: 660px;
    }
}
@media (max-width: 599px) {
    .hero__heroes-row {
        height: 361px;
        left: 115px;
        right: 0;
        top: 130px;
        width: 460px;
    }
}
@media (max-width: 900px) {
    .hero__heroes-row span {
        display: none;
    }
}
@keyframes statistic-appearing {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(-60px);
    }
}
.statistic__row {
    display: grid;
    gap: 16px;
    grid-auto-flow: column;
    grid-template-columns: 674px 1fr;
    margin: 0 auto;
    max-width: 1116px;
    padding: 0 25px;
    position: relative;
    width: 100%;
}
@media (max-width: 1200px) {
    .statistic__row {
        gap: 12px;
        grid-template-columns: 550px 1fr;
    }
}
@media (max-width: 900px) {
    .statistic__row {
        gap: 6px;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 599px) {
    .statistic__row {
        padding: 0 15px;
    }
}
.statistic__row:before {
    background: url(../img/d6d053a1c77321789a59.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 800px;
    pointer-events: none;
    position: absolute;
    right: -150px;
    top: -150px;
    width: 800px;
    z-index: 3;
}
@media (max-width: 1200px) {
    .statistic__row:before {
        height: 550px;
        width: 550px;
    }
}
.statistic__left {
    display: grid;
    gap: 16px;
    width: 100%;
}
@media (max-width: 1200px) {
    .statistic__left {
        gap: 12px;
    }
}
@media (max-width: 900px) {
    .statistic__left {
        gap: 6px;
    }
}
.statistic__double {
    display: grid;
    gap: 16px;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
    .statistic__double {
        gap: 12px;
    }
}
@media (max-width: 900px) {
    .statistic__double {
        gap: 6px;
        grid-auto-flow: row;
        grid-template-columns: 1fr;
    }
}
.statistic__item {
    align-content: end;
    border-radius: 40px;
    display: grid;
    overflow: hidden;
    position: relative;
}
@media (max-width: 900px) {
    .statistic__item {
        border-radius: 22px;
    }
}
.statistic__item:before {
    background-color: #dadada;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px;
    border-radius: 60px;
    content: "";
    height: 60px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 60px;
}
@media (max-width: 900px) {
    .statistic__item:before {
        background-size: 22px;
        height: 48px;
        width: 48px;
    }
}
@media (max-width: 599px) {
    .statistic__item:before {
        background-size: 18px;
        height: 30px;
        right: 8px;
        top: 8px;
        width: 30px;
    }
}
.statistic__item--grey {
    background-color: #4f4f4f;
    height: 214px;
    padding: 32px 32px 24px;
}
@media (max-width: 1440px) {
    .statistic__item--grey {
        height: 180px;
    }
}
@media (max-width: 1200px) {
    .statistic__item--grey {
        height: 160px;
    }
}
@media (max-width: 900px) {
    .statistic__item--grey {
        height: 100px;
        padding: 24px;
    }
}
@media (max-width: 599px) {
    .statistic__item--grey {
        height: 64px;
        padding: 14px 16px;
    }
}
.statistic__item--users:before {
    background-image: url(../img/679033ecfe565e4ade87.svg);
}
.statistic__item--exchanges:before {
    background-image: url(../img/ebcd4fda798dd7f6fdfb.svg);
}
.statistic__item--green {
    background-color: #b8f47c;
    height: 286px;
    padding: 40px 32px;
}
@media (max-width: 1200px) {
    .statistic__item--green {
        height: 240px;
    }
}
@media (max-width: 900px) {
    .statistic__item--green {
        height: 140px;
        padding: 24px;
    }
}
@media (max-width: 599px) {
    .statistic__item--green {
        height: 84px;
        padding: 16px;
    }
}
.statistic__item--green:before {
    background-color: #0f0f0f;
    background-image: url(../img/61b7212785628d71e2dc.svg);
}
.statistic__item--yellow {
    background-color: #fff06d;
    padding: 40px;
}
@media (max-width: 900px) {
    .statistic__item--yellow {
        padding: 24px;
    }
}
@media (max-width: 599px) {
    .statistic__item--yellow {
        padding: 16px;
    }
}
.statistic__item--yellow:before {
    display: none;
}
.statistic__item--yellow:after {
    background: linear-gradient(0deg, #fff06d 25%, rgba(255, 240, 109, 0));
    bottom: 0;
    content: "";
    height: 250px;
    left: 0;
    position: absolute;
    width: 100%;
}
@media (max-width: 599px) {
    .statistic__item--yellow:after {
        height: 125px;
    }
}
.statistic__item-number {
    color: #181818;
    font-size: 56px;
    font-weight: 800;
    line-height: 70px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1200px) {
    .statistic__item-number {
        font-size: 38px;
        line-height: 44px;
    }
}
@media (max-width: 900px) {
    .statistic__item-number {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 599px) {
    .statistic__item-number {
        font-size: 16px;
        line-height: 20px;
    }
}
.statistic__item-number--sm {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}
@media (max-width: 1200px) {
    .statistic__item-number--sm {
        font-size: 26px;
    }
}
@media (max-width: 900px) {
    .statistic__item-number--sm {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 599px) {
    .statistic__item-number--sm {
        font-size: 16px;
        line-height: 24px;
    }
}
.statistic__item-title {
    color: #080808;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1200px) {
    .statistic__item-title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 599px) {
    .statistic__item-title {
        font-size: 12px;
        line-height: 14px;
    }
}
.statistic__item-title--sm {
    color: #b5b5b5;
    font-size: 20px;
    line-height: 26px;
}
@media (max-width: 1200px) {
    .statistic__item-title--sm {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 900px) {
    .statistic__item-title--sm {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width: 599px) {
    .statistic__item-title--sm {
        font-size: 12px;
        line-height: 14px;
    }
}
.statistic__guns {
    height: 282px;
    position: absolute;
    right: -300px;
    top: -350px;
    width: 2000px;
}
@media (max-width: 1200px) {
    .statistic__guns {
        height: 220px;
        top: -300px;
    }
}
@media (max-width: 599px) {
    .statistic__guns {
        height: 130px;
        top: -160px;
    }
}
.statistic__guns:before {
    background-image: url(../img/91497fa73acf6f107bf5.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.statistic__guns-row {
    transform: rotate(48deg);
}
@keyframes scroll {
    0%,
    to {
        transform: translateX(0);
    }
    99% {
        transform: translateX(-100%);
    }
}
@keyframes partners-appearing {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(-60px);
    }
}
.partners {
    display: grid;
    gap: 16px;
    grid-auto-flow: column;
    margin-top: 72px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 900px) {
    .partners {
        margin-top: 48px;
    }
}
@media (max-width: 599px) {
    .partners {
        gap: 10px;
        margin-top: 24px;
    }
}
.partners:after,
.partners:before {
    background: linear-gradient(90deg, #101010, hsla(0, 0%, 6%, 0));
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 2;
}
.partners:before {
    left: 0;
}
.partners:after {
    right: 0;
    transform: rotate(180deg);
}
.partners__list {
    animation: scroll 200s linear infinite;
    display: grid;
    gap: 16px;
    grid-auto-flow: column;
}
.partners__item {
    display: flex;
    height: 55px;
    opacity: 0.4;
    transition: opacity 0.3s;
    width: 131px;
}
@media (max-width: 599px) {
    .partners__item {
        height: 33px;
        width: 79px;
    }
}
.partners__item:hover {
    opacity: 1;
}
.partners__item img {
    margin: auto;
    pointer-events: none;
    width: 100%;
}
.skins {
    margin-top: 17px;
}
@media (max-width: 599px) {
    .skins {
        margin-top: 0;
    }
}
.skins__top {
    background: url(../img/778ca21cecec0b541875.png) 50% 0 no-repeat;
    background-size: 634px;
    display: grid;
    gap: 8px;
    padding-top: 460px;
    text-align: center;
}
@media (max-width: 1440px) {
    .skins__top {
        background-size: 520px;
        padding-top: 360px;
    }
}
@media (max-width: 900px) {
    .skins__top {
        background-size: 400px;
        padding-top: 280px;
    }
}
@media (max-width: 599px) {
    .skins__top {
        background-size: 200px;
        gap: 2px;
        padding-top: 150px;
    }
}
.skins__top-title {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: 72px;
}
@media (max-width: 1440px) {
    .skins__top-title {
        font-size: 52px;
        line-height: 60px;
    }
}
@media (max-width: 900px) {
    .skins__top-title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 599px) {
    .skins__top-title {
        font-size: 24px;
        font-weight: 800;
        line-height: 32px;
    }
}
.skins__top-subtitle {
    color: #b5b5b5;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}
@media (max-width: 1440px) {
    .skins__top-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 900px) {
    .skins__top-subtitle {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 599px) {
    .skins__top-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}
.skins__middle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 68px;
    margin-bottom: 95px;
}
@media (max-width: 1200px) {
    .skins__middle {
        grid-template-columns: 1fr 300px;
    }
}
@media (max-width: 1000px) {
    .skins__middle {
        gap: 12px;
        grid-auto-flow: row;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 900px) {
    .skins__middle {
        margin-top: 32px;
    }
}
@media (max-width: 599px) {
    .skins__middle {
        margin-top: 12px;
    }
}
.skins__left {
    display: grid;
    gap: 12px;
}
.skins__left-top {
    background: #080808;
    border-radius: 40px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 480px auto;
    padding: 8px;
}
@media (max-width: 1440px) {
    .skins__left-top {
        grid-template-columns: 340px auto;
    }
}
@media (max-width: 1200px) {
    .skins__left-top {
        grid-template-columns: 280px auto;
    }
}
@media (max-width: 900px) {
    .skins__left-top {
        gap: 8px;
        grid-auto-flow: row;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 599px) {
    .skins__left-top {
        border-radius: 28px;
    }
}
.skins__field {
    position: relative;
    width: 100%;
}
.skins__field:before {
    background: url(../img/b68b66b798b7bd0e5f79.svg) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 24px;
    left: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px;
}
@media (max-width: 599px) {
    .skins__field:before {
        height: 16px;
        left: 14px;
        width: 16px;
    }
}
.skins__row {
    background: #242424;
    border-radius: 38px;
    overflow: hidden;
    padding: 18px;
    position: relative;
}
@media (max-width: 599px) {
    .skins__row {
        border-radius: 28px;
        padding: 12px;
    }
}
.skins__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    width: calc(100% + 10px);
    grid-gap: 4px;
    max-height: 464px;
    overflow-y: scroll;
    padding-right: 6px;
}
@media (max-width: 1440px) {
    .skins__list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1200px) {
    .skins__list {
        grid-template-columns: repeat(3, 1fr);
        max-height: 424px;
    }
}
@media (max-width: 599px) {
    .skins__list {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        max-height: 358px;
        width: 100%;
    }
}
.skins--guest .skins__list {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.skins--guest .skins__list::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 4px;
}
.skins__list::-webkit-scrollbar-track {
    background: none;
    margin: 40px 0;
}
.skins__list::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
    border-radius: 4px;
}
.skins__list::-webkit-scrollbar {
    width: 4px;
}
.skins__overlay {
    align-content: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(36, 36, 36, 0.9);
    border: 1px dashed #4f4f4f;
    border-radius: 24px;
    display: grid;
    height: calc(100% - 36px);
    justify-items: center;
    left: 18px;
    position: absolute;
    top: 18px;
    width: calc(100% - 36px);
    z-index: 10;
}
@media (max-width: 599px) {
    .skins__overlay {
        background: rgba(36, 36, 36, 0.98);
        border-radius: 16px;
        height: calc(100% - 24px);
        left: 12px;
        top: 12px;
        width: calc(100% - 24px);
    }
}
.skins__overlay-title {
    background: url(../img/fff17a863a53d0ea4539.svg) 50% 0 no-repeat;
    background-size: 42px;
    color: #dadada;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 46px;
}
.skins__overlay-subtitle {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
}
.skins__overlay-button {
    align-content: center;
    align-items: center;
    background: #fff06d;
    border-radius: 32px;
    color: #080808;
    cursor: pointer;
    display: grid;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    grid-auto-flow: column;
    height: 52px;
    margin-top: 24px;
    padding: 0 24px;
    transition: background-color 0.3s;
}
.skins__overlay-button:hover {
    background-color: #d0c352;
}
.skins__overlay-button:after {
    background: url(../img/c62bd4005c47b96b0ef6.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 20px;
    width: 20px;
}
.skins__right {
    align-content: baseline;
    background: #242424;
    border-radius: 40px;
    display: grid;
    overflow: hidden;
    padding: 32px 24px 24px;
    position: relative;
}
@media (max-width: 1200px) {
    .skins__right {
        padding: 24px 18px 18px;
    }
}
@media (max-width: 599px) {
    .skins__right {
        border-radius: 28px;
        padding: 16px 12px;
    }
}
.skins__right-title {
    color: #dadada;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}
@media (max-width: 1200px) {
    .skins__right-title {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 599px) {
    .skins__right-title {
        font-size: 18px;
        line-height: 24px;
    }
}
.skins__methods {
    align-content: baseline;
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    max-height: 475px;
    overflow-y: scroll;
    padding: 1px 6px 1px 1px;
    width: calc(100% + 10px);
}
@media (max-width: 1000px) {
    .skins__methods {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}
@media (max-width: 1440px) {
    .skins__methods {
        max-height: 450px;
    }
}
@media (max-width: 599px) {
    .skins__methods {
        gap: 4px;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        margin-top: 15px;
        max-height: 210px;
        padding: 1px;
        width: 100%;
    }
}
.skins__methods::-webkit-scrollbar-track {
    background: none;
    margin: 40px 0;
}
.skins__methods::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
    border-radius: 4px;
}
.skins__methods::-webkit-scrollbar {
    width: 4px;
}
.skins__methods-item {
    align-items: center;
    background: linear-gradient(180deg, #2e2e2e, #373737);
    border-radius: 20px;
    box-shadow: 0 0 0 1px transparent;
    cursor: pointer;
    display: flex;
    height: 88px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s;
}
@media (max-width: 900px) {
    .skins__methods-item {
        border-radius: 18px;
    }
}
@media (max-width: 599px) {
    .skins__methods-item {
        height: 62px;
    }
}
.skins__methods-item:after,
.skins__methods-item:before {
    background: linear-gradient(180deg, #373737, #4d4d4d);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
}
.skins__methods-item:after {
    background: linear-gradient(180deg, rgba(72, 68, 54, 0.8), rgba(114, 106, 78, 0.8));
}
.skins__methods-item:hover:before {
    opacity: 1;
}
.skins__methods-item--active {
    box-shadow: 0 0 0 1px #fff06d;
    pointer-events: none;
}
.skins__methods-item--active:after {
    opacity: 1;
}
.skins__methods-item img {
    position: relative;
    z-index: 2;
}
@media (max-width: 599px) {
    .skins__methods-item img {
        width: 68px;
    }
}
.skins__right-button {
    align-content: center;
    background: #b5b5b5;
    border-radius: 32px;
    bottom: 24px;
    box-shadow: 0 -8px 50px 30px #242424;
    color: #080808;
    cursor: pointer;
    display: grid;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    grid-auto-flow: column;
    height: 52px;
    justify-content: center;
    left: 24px;
    padding: 0 18px;
    position: absolute;
    transition: background-color 0.3s;
    width: calc(100% - 48px);
    z-index: 2;
}
@media (max-width: 1200px) {
    .skins__right-button {
        bottom: 18px;
        font-size: 12px;
        gap: 6px;
        height: 48px;
        left: 18px;
        width: calc(100% - 36px);
    }
}
@media (max-width: 599px) {
    .skins__right-button {
        bottom: 16px;
        height: 36px;
        left: 12px;
        width: calc(100% - 24px);
    }
}
.skins__right-button:hover {
    background-color: #dadada;
}
.skins__right-button:before {
    background: url(../img/34128b4f9f63875535ae.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 18px;
    width: 18px;
}
@media (max-width: 1200px) {
    .skins__right-button:before {
        height: 16px;
        width: 16px;
    }
}
@keyframes changing {
    50% {
        filter: brightness(1.2);
        transform: scale(1.05);
    }
    to {
        transform: scale(1);
    }
}
.sell-cart {
    align-items: center;
    background: rgba(148, 140, 72, 0.1);
    border: 1px dashed rgba(148, 140, 72, 0.44);
    border-radius: 32px;
    display: flex;
    margin-left: auto;
    padding: 0 6px 0 24px;
}
@media (max-width: 900px) {
    .sell-cart {
        height: 54px;
        width: 100%;
    }
}
@media (max-width: 599px) {
    .sell-cart {
        height: 48px;
        justify-content: flex-end;
        padding: 6px 6px 6px 16px;
    }
}
.sell-cart--changing {
    animation: changing 0.3s;
}
.sell-cart__button {
    align-items: center;
    background: #fff06d;
    border-radius: 32px;
    color: #080808;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    height: 52px;
    padding: 0 24px;
    transition: background 0.3s, color 0.3s;
}
@media (max-width: 900px) {
    .sell-cart__button {
        height: 40px;
    }
}
@media (max-width: 599px) {
    .sell-cart__button {
        font-size: 12px;
        gap: 8px;
        height: 36px;
        padding: 0 16px;
        width: auto;
    }
}
.sell-cart--disabled .sell-cart__button {
    background: #948c48;
    color: rgba(8, 8, 8, 0.4);
    pointer-events: none;
}
.sell-cart--disabled .sell-cart__button:after {
    opacity: 0.4;
}
.sell-cart__button:hover {
    background: #d0c352;
}
.sell-cart__button:after {
    background: url(../img/227fb47c84a8d40530a9.svg) no-repeat;
    background-size: 100%;
    content: "";
    flex-shrink: 0;
    height: 20px;
    transition: opacity 0.3s;
    width: 20px;
}
@media (max-width: 599px) {
    .sell-cart__button:after {
        height: 16px;
        width: 16px;
    }
}
.sell-cart__counter {
    background: url(../img/c846db65daf30d4845af.svg) no-repeat;
    background-size: 100%;
    height: 24px;
    margin: 0 16px 0 0;
    position: relative;
    transition: opacity 0.3s;
    width: 24px;
}
@media (max-width: 900px) {
    .sell-cart__counter {
        flex-shrink: 0;
        margin-left: auto;
    }
}
@media (max-width: 599px) {
    .sell-cart__counter {
        height: 20px;
        width: 20px;
    }
}
.sell-cart__counter span {
    align-items: center;
    background: #fff06d;
    border-radius: 47px;
    bottom: -5px;
    color: #0f0f0f;
    display: flex;
    font-size: 9px;
    font-weight: 700;
    height: 15px;
    justify-content: center;
    min-width: 15px;
    padding: 0 4px;
    position: absolute;
    right: -2px;
}
.cart-button:hover .sell-cart__counter {
    opacity: 0.8;
}
.sell-cart__text {
    color: #fff06d;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 8px;
    max-width: 145px;
    text-align: right;
}
@media (max-width: 1440px) {
    .sell-cart__text {
        font-size: 11px;
        line-height: 16px;
    }
}
.sell-cart--disabled .sell-cart__text {
    display: none;
}
.cart-button {
    align-items: center;
    background: #b8f47c;
    border-radius: 32px;
    display: flex;
    gap: 8px;
    height: 64px;
    justify-content: center;
    padding: 24px;
    transition: background 0.3s;
    width: -moz-fit-content;
    width: fit-content;
}
.cart-button--header {
    height: 64px;
    padding: 0 !important;
    width: 64px;
}
@media (max-width: 1440px) {
    .cart-button {
        height: 54px;
        padding: 20px;
    }
    .cart-button--header {
        width: 54px;
    }
}
@media (max-width: 900px) {
    .cart-button {
        width: 54px;
    }
    .cart-button--header {
        display: none;
    }
}
@media (max-width: 599px) {
    .cart-button:not(.cart-button--bottom-panel) {
        display: none;
    }
}
.cart-button--bottom-panel {
    height: 46px;
    width: 46px;
}
.cart-button--bottom-panel span {
    flex-shrink: 0;
}
.cart-button:hover {
    background: #d0fca5;
}
.cart-button__side {
    color: #080808;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 700;
    gap: 2px;
    text-align: right;
    transition: padding 0.3s, color 0.3s;
}
.cart-button:hover .cart-button__side {
    color: #2e372f;
    padding: 0 6px 0 0;
}
@media (max-width: 900px) {
    .cart-button__side {
        display: none;
    }
}
.cart-button__counter {
    background: url(../img/bdc8e3939eab26086049.svg) no-repeat;
    background-size: 100%;
    height: 24px;
    position: relative;
    transition: opacity 0.3s;
    width: 24px;
}
@media (max-width: 900px) {
    .cart-button__counter {
        flex-shrink: 0;
    }
}
.cart-button__counter span {
    align-items: center;
    background: #080808;
    border-radius: 47px;
    bottom: -5px;
    color: #fff;
    display: flex;
    font-size: 9px;
    font-weight: 700;
    height: 15px;
    justify-content: center;
    min-width: 15px;
    padding: 0 4px;
    position: absolute;
    right: -2px;
}
.cart-button:hover .cart-button__counter {
    opacity: 0.8;
}
.cart-top {
    padding: 16px 0 34px;
    position: relative;
    width: 100%;
}
@media (max-width: 900px) {
    .cart-top {
        padding: 10px 0 25px;
    }
}
@media (max-width: 599px) {
    .cart-top {
        padding: 0 0 18px;
    }
}
.cart-top:before {
    background: url(../img/9c7b7425a2e564892405.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 296px;
    position: absolute;
    right: 0;
    width: 620px;
}
@media (max-width: 1440px) {
    .cart-top:before {
        height: 229px;
        width: 480px;
    }
}
@media (max-width: 900px) {
    .cart-top:before {
        display: none;
    }
}
.cart-top__title {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: 72px;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 1440px) {
    .cart-top__title {
        font-size: 46px;
        line-height: 60px;
    }
}
@media (max-width: 900px) {
    .cart-top__title {
        font-size: 36px;
        line-height: 48px;
    }
}
@media (max-width: 599px) {
    .cart-top__title {
        font-size: 20px;
        line-height: 28px;
    }
}
.cart-top__bottom {
    display: flex;
    gap: 20px;
    margin-top: 6px;
    position: relative;
}
@media (max-width: 599px) {
    .cart-top__bottom {
        gap: 5px;
        margin-top: 0;
    }
}
.cart-top__bottom p {
    color: #dadada;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    max-width: 415px;
}
@media (max-width: 1200px) {
    .cart-top__bottom p {
        color: #dadada;
        font-size: 16px;
        line-height: 22px;
        max-width: 330px;
    }
}
@media (max-width: 599px) {
    .cart-top__bottom p {
        flex-grow: 1;
        font-size: 11px;
        line-height: 14px;
        max-width: none;
    }
}
.cart-top__button {
    align-items: center;
    border: 1px solid #fde5b0;
    border-radius: 32px;
    color: #fde5b0;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    height: 52px;
    line-height: 20px;
    padding: 0 24px;
    transition: color 0.3s, border 0.3s;
}
@media (max-width: 900px) {
    .cart-top__button {
        font-size: 12px;
        height: 44px;
    }
}
@media (max-width: 599px) {
    .cart-top__button {
        font-size: 11px;
        height: 30px;
        padding: 0 12px;
    }
    .cart-top__button svg {
        display: none;
    }
}
.cart-top__button path {
    transition: fill 0.3s;
}
.cart-top__button:hover {
    border-color: #c2ae82;
    color: #c2ae82;
}
.cart-top__button:hover path {
    fill: #c2ae82;
}
.cart-content {
    background: #242424;
    border-radius: 48px;
    display: flex;
    gap: 16px;
    padding: 16px;
    width: 100%;
}
@media (max-width: 1200px) {
    .cart-content {
        border-radius: 30px;
    }
}
@media (max-width: 900px) {
    .cart-content {
        flex-direction: column;
    }
}
@media (max-width: 599px) {
    .cart-content {
        border-radius: 28px;
        gap: 10px;
        padding: 12px;
    }
}
.cart-content__left-side {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 4px;
    width: 700px;
}
@media (max-width: 1200px) {
    .cart-content__left-side {
        width: 550px;
    }
}
@media (max-width: 1050px) {
    .cart-content__left-side {
        width: 450px;
    }
}
@media (max-width: 900px) {
    .cart-content__left-side {
        width: 100%;
    }
}
.cart-content__left-side--empty {
    align-items: center;
    border: 1px dashed #4f4f4f;
    border-radius: 40px;
    gap: 14px;
    justify-content: center;
}
@media (max-width: 1440px) {
    .cart-content__left-side--empty {
        border-radius: 28px;
        padding: 20px;
    }
}
@media (max-width: 1200px) {
    .cart-content__left-side--empty {
        border-radius: 20px;
    }
}
@media (max-width: 599px) {
    .cart-content__left-side--empty {
        padding: 18px;
    }
}
.cart-content__right-side {
    flex-grow: 1;
}
.cart-content__note {
    background: rgba(255, 240, 109, 0.13);
    border-radius: 32px;
    color: #fff496;
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
    padding: 24px;
}
@media (max-width: 1440px) {
    .cart-content__note {
        border-radius: 28px;
        padding: 20px;
    }
}
@media (max-width: 1200px) {
    .cart-content__note {
        border-radius: 20px;
    }
}
@media (max-width: 599px) {
    .cart-content__note {
        font-size: 11px;
        line-height: 14px;
        padding: 11px;
    }
}
.cart-content__empty-title {
    background: url(../img/40a102253f1be09c85b2.svg) 50% 0 no-repeat;
    background-size: 56px;
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 60px;
}
@media (max-width: 599px) {
    .cart-content__empty-title {
        background-size: 46px;
        font-size: 16px;
        line-height: 24px;
        padding-top: 46px;
    }
}
.cart-content__empty-button {
    align-items: center;
    background: #fff06d;
    border-radius: 38px;
    color: #080808;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    height: 38px;
    padding: 16px;
    position: relative;
    transition: background 0.3s;
}
.cart-content__empty-button:hover {
    background: #d0c352;
}
.cart-content__empty-button:after {
    background: url(../img/da891473fb252663ad26.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 16px;
    width: 16px;
}
.cart-item {
    background: #303030;
    border-radius: 32px;
    cursor: pointer;
    display: flex;
    gap: 24px;
    padding: 24px;
    transition: background 0.3s;
    width: 100%;
}
@media (max-width: 1200px) {
    .cart-item--cart-page {
        border-radius: 20px;
        padding: 16px 16px 16px 0;
    }
}
@media (max-width: 599px) {
    .cart-item--cart-page {
        padding: 12px 12px 12px 0;
    }
}
.cart-item:hover {
    background: #3d3d3d;
}
.cart-item--buy-page {
    gap: 20px;
    padding: 16px;
}
@media (max-width: 1440px) {
    .cart-item--buy-page {
        border-radius: 20px;
    }
}
@media (max-width: 599px) {
    .cart-item--buy-page {
        gap: 6px;
        padding: 12px 12px 12px 0;
    }
}
.cart-item__image {
    align-items: center;
    background: url(../img/7631862924580211eb1b.svg) 50% no-repeat;
    background-size: 110px;
    display: flex;
    height: 138px;
    justify-content: center;
    position: relative;
    width: 160px;
}
@media (max-width: 1200px) {
    .cart-item__image {
        background-size: 85%;
        height: 104px;
        margin: auto 0;
        width: 120px;
    }
}
@media (max-width: 599px) {
    .cart-item__image {
        background-size: 64px;
    }
}
.cart-item--case .cart-item__image {
    height: 150px;
}
@media (max-width: 599px) {
    .cart-item--case .cart-item__image {
        height: 104px;
    }
}
.cart-item__image img {
    max-width: 160px;
    transition: transform 0.3s;
    width: 100%;
}
@media (max-width: 599px) {
    .cart-item__image img {
        flex-shrink: 0;
        max-width: 80%;
    }
}
.cart-item:hover .cart-item__image img {
    transform: scale(1.1);
}
.cart-item--buy-page .cart-item__image {
    background-size: 90px;
    height: 102px;
    width: 138px;
}
.cart-item--buy-page .cart-item__image img {
    max-width: 100%;
}
@media (max-width: 599px) {
    .cart-item--buy-page .cart-item__image img {
        flex-shrink: 0;
        max-width: 80%;
    }
}
@media (max-width: 1440px) {
    .cart-item--buy-page .cart-item__image {
        background-size: 64px;
        height: 74px;
        width: 100px;
    }
}
@media (max-width: 599px) {
    .cart-item--buy-page .cart-item__image {
        flex-shrink: 0;
        height: 96px;
        width: 127px;
    }
}
.cart-item__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.cart-item--buy-page .cart-item__info {
    justify-content: center;
}
.cart-item__price {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
@media (max-width: 1250px) {
    .cart-item__price {
        font-size: 16px;
    }
}
.cart-item__titles {
    display: grid;
    margin-top: 4px;
}
.cart-item--case.cart-item--buy-page .cart-item__titles {
    margin-top: 0;
}
@media (max-width: 599px) {
    .cart-item--cart-page .cart-item__titles {
        margin-top: 2px;
    }
}
.cart-item__title {
    color: #dadada;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: -2px;
}
@media (max-width: 1250px) {
    .cart-item__title {
        font-size: 12px;
        line-height: 16px;
    }
}
.cart-item__subtitle {
    color: #dadada;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
@media (max-width: 1250px) {
    .cart-item__subtitle {
        font-size: 12px;
        line-height: 18px;
    }
}
.cart-item__factory {
    color: #fde5b0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 4px;
}
@media (max-width: 599px) {
    .cart-item__factory {
        font-size: 10px;
        line-height: 14px;
    }
}
.cart-item__status {
    align-items: center;
    border-radius: 56px;
    color: #080808;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    height: 40px;
    margin-top: auto;
    padding: 0 16px;
    width: -moz-fit-content;
    width: fit-content;
}
.cart-item__status span:nth-of-type(2) {
    display: none;
}
@media (max-width: 1200px) {
    .cart-item__status {
        font-size: 11px;
        height: 34px;
        margin-top: 8px;
        padding: 0 10px;
    }
}
@media (max-width: 599px) {
    .cart-item__status {
        gap: 2px;
        height: 24px;
        margin-top: 6px;
        padding: 0 9px 0 7px;
    }
    .cart-item__status span:first-of-type {
        display: none;
    }
    .cart-item__status span:nth-of-type(2) {
        display: block;
    }
}
.cart-item__status:before {
    background: url(../img/d3013e1778438821d8a3.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 24px;
    width: 24px;
}
@media (max-width: 1200px) {
    .cart-item__status:before {
        height: 18px;
        width: 18px;
    }
}
@media (max-width: 599px) {
    .cart-item__status:before {
        height: 16px;
        width: 16px;
    }
}
.cart-item__status--hold {
    background: linear-gradient(180deg, #afa286, #dccdad);
}
.cart-item__status--available {
    background: linear-gradient(180deg, #779a55, #b4e385);
}
.cart-item__remove {
    align-items: center;
    border: 1px solid #5b5b5b;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-left: auto;
    transition: background 0.3s, border 0.3s;
    width: 52px;
}
.cart-item__remove:hover {
    background: #4f4f4f;
    border-color: #4f4f4f;
}
.cart-item__remove:hover path {
    fill: #fff;
}
.cart-item__remove path {
    transition: fill 0.3s;
}
@media (max-width: 599px) {
    .cart-item__remove {
        border-radius: 13px;
        width: 40px;
    }
}
.cart-item__counter {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 8px;
}
@media (max-width: 599px) {
    .cart-item__counter {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}
.cart-item__counter-cost {
    color: #fff06d;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
@media (max-width: 1250px) {
    .cart-item__counter-cost {
        font-size: 11px;
        line-height: 16px;
    }
}
.cart-total {
    background: #b8f47c;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    width: 100%;
}
@media (max-width: 1440px) {
    .cart-total--cart-page {
        border-radius: 28px;
        padding: 20px;
    }
}
@media (max-width: 1200px) {
    .cart-total--cart-page {
        border-radius: 20px;
    }
}
@media (max-width: 599px) {
    .cart-total--cart-page {
        padding: 12px;
    }
}
.cart-total__top {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}
@media (max-width: 599px) {
    .cart-total__top {
        gap: 5px;
    }
}
.cart-total__title {
    color: #080808;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .cart-total__title {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 900px) {
    .cart-total__title {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 599px) {
    .cart-total__title {
        font-size: 16px;
        line-height: 24px;
    }
}
.cart-total__clear {
    align-items: center;
    border: 1px solid #080808;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    transition: border 0.3s;
    width: 50px;
}
@media (max-width: 1200px) {
    .cart-total__clear {
        height: 40px;
        width: 40px;
    }
}
@media (max-width: 599px) {
    .cart-total__clear {
        height: 30px;
        width: 30px;
    }
}
.cart-total__clear--disabled {
    opacity: 0.3;
    pointer-events: none;
}
.cart-total__clear path {
    transition: fill 0.3s;
}
.cart-total__clear:hover {
    border-color: #181818;
}
.cart-total__clear:hover path {
    fill: #4f4f4f;
}
.cart-total__counter {
    align-items: center;
    background: #242424;
    border-radius: 34px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    min-width: 50px;
    padding: 0 10px;
}
@media (max-width: 1200px) {
    .cart-total__counter {
        font-size: 14px;
        height: 40px;
        min-width: 40px;
        padding: 0 6px;
        width: 40px;
    }
}
@media (max-width: 599px) {
    .cart-total__counter {
        font-size: 12px;
        height: 30px;
        min-width: 30px;
        padding: 0 4px;
        width: 30px;
    }
}
.cart-total__summary {
    align-items: center;
    background: #0f0f0f;
    border-radius: 40px;
    display: flex;
    height: 72px;
    margin-top: 16px;
    padding-left: 24px;
    position: relative;
}
@media (max-width: 1200px) {
    .cart-total__summary {
        height: 60px;
        padding-left: 20px;
    }
}
@media (max-width: 599px) {
    .cart-total__summary {
        height: 48px;
        margin-top: 10px;
        padding-left: 18px;
    }
}
.cart-total__cost {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 1200px) {
    .cart-total__cost {
        font-size: 16px;
    }
}
@media (max-width: 599px) {
    .cart-total__cost {
        font-size: 14px;
    }
}
.cart-total__pay {
    align-items: center;
    background: #fff;
    border-radius: 64px;
    bottom: 0;
    color: #0f0f0f;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 12px;
    height: 64px;
    justify-content: center;
    margin: auto;
    padding: 0 24px;
    position: absolute;
    right: 4px;
    top: 0;
    transition: padding 0.3s, color 0.3s ease;
}
@media (max-width: 1200px) {
    .cart-total__pay {
        font-size: 13px;
        height: 52px;
    }
}
@media (max-width: 599px) {
    .cart-total__pay {
        font-size: 12px;
        gap: 6px;
        height: 40px;
        padding: 0 14px;
    }
}
.cart-total__pay--disabled {
    background: hsla(0, 0%, 100%, 0.9);
    color: hsla(0, 0%, 56%, 0.4);
    pointer-events: none;
}
.cart-total__pay--disabled path {
    fill: hsla(0, 0%, 56%, 0.4);
}
.cart-total__pay path {
    transition: fill 0.3s;
}
.cart-total__pay svg {
    transition: transform 0.3s;
}
@media (max-width: 599px) {
    .cart-total__pay svg {
        height: 16px;
        width: 16px;
    }
}
.cart-total__pay:hover {
    color: #4f4f4f;
    padding: 0 30px;
}
.cart-total__pay:hover path {
    fill: #4f4f4f;
}
.cart-total__pay:hover svg {
    transform: rotate(45deg);
}
.cart-total__continue {
    align-items: center;
    border: 1px solid #080808;
    border-radius: 32px;
    color: #080808;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 12px;
    height: 64px;
    justify-content: center;
    margin-top: 4px;
    transition: border 0.3s, color 0.3s;
}
@media (max-width: 1200px) {
    .cart-total__continue {
        font-size: 13px;
        gap: 8px;
        height: 60px;
    }
}
@media (max-width: 599px) {
    .cart-total__continue {
        font-size: 12px;
        height: 40px;
    }
    .cart-total__continue svg {
        height: 16px;
        width: 16px;
    }
}
.cart-total__continue path {
    transition: fill 0.3s;
}
.cart-total__continue:hover {
    border-color: #181818;
    color: #4f4f4f;
}
.cart-total__continue:hover path {
    fill: #4f4f4f;
}
.cart-total__description {
    color: #4f4f4f;
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
    padding: 0 10px;
    text-align: center;
}
@media (max-width: 599px) {
    .cart-total__description {
        font-size: 11px;
        line-height: 14px;
        margin-top: 10px;
        padding: 0;
    }
}
.cart-total__description a {
    color: #4f4f4f;
    text-decoration: underline;
}
.cart-total__description a:hover {
    text-decoration: none;
}
.cart-bought {
    background: #242424;
    border-radius: 48px;
    margin-bottom: 16px;
    padding: 24px;
    width: 100%;
}
@media (max-width: 1200px) {
    .cart-bought {
        border-radius: 30px;
        padding: 24px 16px 16px;
    }
}
@media (max-width: 599px) {
    .cart-bought {
        border-radius: 28px;
        padding: 18px 12px 12px;
    }
}
.cart-bought__title {
    align-items: center;
    background: url(../img/1e9c514b374d3ec4a74c.svg) 0 50% no-repeat;
    background-size: 30px;
    color: #dadada;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    gap: 7px;
    line-height: 32px;
    padding-left: 37px;
}
@media (max-width: 1440px) {
    .cart-bought__title {
        background-size: 24px;
        font-size: 20px;
        padding-left: 28px;
    }
}
@media (max-width: 599px) {
    .cart-bought__title {
        background-size: 20px;
        font-size: 16px;
        line-height: 20px;
        padding-left: 24px;
    }
}
.cart-bought__title span {
    background: #4f4f4f;
    border-radius: 34px;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    min-width: 36px;
    padding: 8px 12px;
    text-align: center;
}
@media (max-width: 599px) {
    .cart-bought__title span {
        font-size: 12px;
        line-height: 16px;
        min-width: 28px;
        padding: 6px 10px;
    }
}
.cart-bought__list {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 16px;
}
@media (max-width: 1200px) {
    .cart-bought__list {
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    }
}
@media (max-width: 900px) {
    .cart-bought__list {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}
@media (max-width: 599px) {
    .cart-bought__list {
        gap: 4px;
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    }
}
@keyframes skeleton {
    0% {
        background-position: -100px;
    }
    to {
        background-position: 140px;
    }
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.item {
    background: #303030;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    height: 230px;
    position: relative;
    transition: border-color 0.3s;
    width: 100%;
}
.item--buy-page,
.item--market,
.item--sell-page {
    border: 1px solid transparent;
    cursor: pointer;
}
.item--buy-page {
    height: 211px;
}
.item--selected {
    background: #2e2d25;
    border-color: #d0c352;
}
.item--cart-bought {
    height: 262px;
}
@media (max-width: 599px) {
    .item--cart-bought {
        height: 200px !important;
    }
}
.item:before {
    background: url(../img/cad37a9b0a5495e260b8.svg) no-repeat;
    background-size: 100%;
    height: 100px;
    margin: auto;
    right: 0;
    top: 40px;
    transition: transform 0.3s;
    width: 100px;
    z-index: 2;
}
.item:after,
.item:before {
    border-radius: inherit;
    content: "";
    left: 0;
    position: absolute;
}
.item:after {
    background: linear-gradient(180deg, #333, #4b4b4b);
    height: 100%;
    opacity: 0;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
}
.item--buy-page:after,
.item--market:after,
.item--sell-page:after {
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
}
.item--selected:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
@media (max-width: 1200px) {
    .item {
        height: 210px;
    }
}
@media (max-width: 599px) {
    .item {
        border-radius: 20px;
        height: 177px;
    }
    .item:before {
        height: 80px;
        top: 31px;
        width: 80px;
    }
}
.item:not(.item--unselectable):hover {
    z-index: 3;
}
.item:not(.item--unselectable):hover:after {
    opacity: 1;
}
.item:not(.item--unselectable):hover:before {
    transform: scale(0.85);
}
.item__top {
    align-items: center;
    display: flex;
    padding: 14px 16px 0;
    position: relative;
    z-index: 2;
}
.item__top-float {
    color: #fde5b0;
    font-size: 10px;
}
.item__top-hold {
    background: url(../img/911d1aa824bd95df43ff.svg) 0 50% no-repeat;
    background-size: 16px;
    color: #dadada;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 16px;
    margin: 0 0 0 auto;
    padding: 0 0 0 18px;
}
.item__top-hold--none {
    background: url(../img/3df861a51d9f701c82d2.svg) 0 50% no-repeat;
    background-size: 16px;
    color: #8ae793;
    opacity: 0.4;
}
.item__gun {
    display: flex;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 38px;
    width: 100%;
    z-index: 2;
}
.item__gun-pic {
    margin: 0 auto;
    max-width: 138px;
    transition: transform 0.3s;
}
.item:not(.item--unselectable):hover .item__gun-pic {
    transform: scale(1.1);
}
@media (max-width: 1200px) {
    .item__gun-pic {
        max-width: 115px;
    }
}
@media (max-width: 599px) {
    .item__gun {
        top: 28px;
    }
}
.item__stickers {
    bottom: 0;
    display: flex;
    left: 14px;
    position: absolute;
}
.item__stickers-item {
    align-items: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: hsla(0, 0%, 45%, 0.7);
    border-radius: 11px;
    box-shadow: 0 4px 10px 2px rgba(53, 53, 53, 0.9);
    display: flex;
    height: 34px;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: background 0.3s;
    width: 34px;
}
.item__stickers-item:hover {
    background: #868686;
    z-index: 2;
}
.item__stickers-item + .item__stickers-item {
    margin: 0 0 0 -12px;
}
@media (max-width: 599px) {
    .item__stickers-item {
        border-radius: 9px;
        height: 28px;
        width: 28px;
    }
    .item__stickers-item + .item__stickers-item {
        margin: 0 0 0 -9px;
    }
}
.item__stickers-item-tooltip {
    background: #dadada;
    border-radius: 9px;
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 500;
    left: 50%;
    letter-spacing: 0.2px;
    line-height: 16px;
    max-width: 140px;
    opacity: 0;
    padding: 5px 8px;
    position: absolute;
    top: calc(-100% + 6px);
    transform: translateX(-50%);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
}
.item__stickers-item:first-of-type .item__stickers-item-tooltip,
.item__stickers-item:nth-of-type(2) .item__stickers-item-tooltip {
    left: 0;
    transform: none;
}
.item__stickers-item:first-of-type .item__stickers-item-tooltip:before,
.item__stickers-item:nth-of-type(2) .item__stickers-item-tooltip:before {
    left: 10px;
    right: auto;
}
.item__stickers-item:last-of-type .item__stickers-item-tooltip {
    left: auto;
    right: 0;
    transform: none;
}
.item__stickers-item:last-of-type .item__stickers-item-tooltip:before {
    left: auto;
    right: 10px;
}
.item__stickers-item:first-of-type:hover .item__stickers-item-tooltip,
.item__stickers-item:last-of-type:hover .item__stickers-item-tooltip,
.item__stickers-item:nth-of-type(2):hover .item__stickers-item-tooltip {
    transform: translateY(-8px);
}
.item__stickers-item-tooltip:before {
    border: 7px solid transparent;
    border-top: 6px solid #dadada;
    bottom: -12px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}
@media (max-width: 599px) {
    .item__stickers-item-tooltip {
        bottom: calc(100% + 3px);
        font-size: 10px;
        line-height: 12px;
        max-width: 100px;
        top: auto;
    }
}
.item__stickers-item:hover .item__stickers-item-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-8px);
    visibility: visible;
}
.item__stickers-pic {
    width: 100%;
}
.item__bottom {
    bottom: 8px;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0 50px 0 14px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
@media (max-width: 599px) {
    .item__bottom {
        bottom: 12px;
        padding: 0 46px 0 12px;
    }
}
.item__bottom--cart-bought {
    bottom: 16px;
    padding: 0 14px;
}
@media (max-width: 599px) {
    .item__bottom--cart-bought {
        padding: 0 12px;
    }
}
.item__item-name {
    color: #b5b5b5;
    font-size: 11px;
    line-height: 16px;
}
@media (max-width: 599px) {
    .item__item-name {
        font-size: 10px;
        line-height: 14px;
        overflow: hidden;
        padding: 0 20px 0 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.item__skin-name {
    color: #dadada;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 16px;
}
@media (max-width: 599px) {
    .item__skin-name {
        font-size: 11px;
        margin: 0 0 -12px;
        overflow: hidden;
        padding: 0 20px 0 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .item--buy-page .item__skin-name,
    .item--cart-bought .item__skin-name {
        margin: 0;
    }
}
.item__counters {
    align-items: center;
    display: flex;
    height: 32px;
    margin: 8px 0 0;
    position: relative;
    width: 100%;
}
@media (max-width: 599px) {
    .item__counters {
        align-items: flex-end;
        height: 28px;
        margin: 0;
    }
}
.item--buy-page .item__counters {
    height: auto !important;
    margin-top: 7px;
    padding-bottom: 5px;
}
.item__price {
    color: #b8f47c;
    font-size: 13px;
    font-weight: 700;
}
@media (max-width: 599px) {
    .item__price {
        font-size: 12px;
    }
}
.item--unavailable .item__price {
    opacity: 0.4;
}
.item--cart-bought .item__price {
    line-height: 18px;
}
@media (max-width: 599px) {
    .item--cart-bought .item__price {
        line-height: 16px !important;
    }
}
.item__count {
    align-items: center;
    color: #fff06d;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 700;
    gap: 2px;
    height: 100%;
    justify-content: center;
    margin: 0 0 0 auto;
    opacity: 0.7;
    position: relative;
}
.item__count:after {
    background: url(../img/44e3d3b14fa914779fc0.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 14px;
    width: 14px;
}
.item__button {
    align-items: center;
    background: #fff06d;
    border-radius: 32px;
    bottom: 8px;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 8px;
    transition: width 0.3s, background 0.3s;
    width: 32px;
    z-index: 2;
}
.item__button--loading {
    background: #d0c352;
    height: 32px !important;
    pointer-events: none;
    width: 32px !important;
}
.item__button--loading:after {
    display: none;
}
.item--selected .item__button {
    background: #b8f47c;
}
.item__button span {
    color: #080809;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-width 0.3s, opacity 0.4s, margin 0.3s;
    white-space: nowrap;
}
.item--selected .item__button span:first-of-type,
.item__button span:nth-of-type(2) {
    display: none;
}
.item--selected .item__button span:nth-of-type(2) {
    display: block;
}
.item--sell-page:hover .item__button,
.item__button:hover {
    width: calc(100% - 16px);
}
.item--sell-page:hover .item__button span,
.item__button:hover span {
    margin: 0 3px 0 0;
    max-width: 200px;
    opacity: 1;
}
.item__button:after {
    background: url(../img/c7be2db82ad857954eeb.svg) no-repeat;
    background-size: 100% !important;
    content: "";
    flex-shrink: 0;
    height: 18px;
    position: relative;
    width: 18px;
}
@media (max-width: 599px) {
    .item--buy-page .item__button:after {
        background-position: 50% !important;
    }
}
.item--buy-page .item__button:after,
.item--sell-page .item__button:after {
    background: url(../img/3e4194be17093a8b5406.svg) no-repeat;
}
.item--selected .item__button:after {
    background: url(../img/96d251b4b26a69c764dd.svg) no-repeat;
}
@media (max-width: 599px) {
    .item__button {
        bottom: 12px;
        height: 28px;
        right: 12px;
        width: 28px;
    }
    .item__button:after {
        height: 16px;
        width: 16px;
    }
    .item__button:hover {
        width: calc(100% - 24px);
    }
}
.item__button-loader {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px;
}
.item__button-loader div {
    animation: loader-rotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #080808;
    height: 18px;
    left: 50%;
    margin: -9px 0 0 -9px;
    position: absolute;
    top: 50%;
    width: 18px;
}
.item__button-loader div:first-child {
    animation-delay: -0.45s;
}
.item__button-loader div:nth-child(2) {
    animation-delay: -0.3s;
}
.item__button-loader div:nth-child(3) {
    animation-delay: -0.15s;
}
.item__unavailable {
    align-items: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(243, 120, 91, 0.2);
    border-radius: 22px;
    display: flex;
    gap: 4px;
    justify-content: center;
    left: 0;
    margin: auto;
    padding: 6px 10px;
    position: absolute;
    right: 0;
    top: 8px;
    width: calc(100% - 16px);
    z-index: 3;
}
.item__unavailable:before {
    background: url(../img/994ffa123004d1c133cb.svg) no-repeat;
    background-size: 100%;
    content: "";
    flex-shrink: 0;
    height: 16px;
    width: 16px;
}
.item__unavailable-title {
    color: #f3785b;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 599px) {
    .item__unavailable-title {
        font-size: 10px;
    }
}
.item__unavailable-tooltip {
    background: #dadada;
    border-radius: 9px;
    color: #4f4f4f;
    font-size: 11px;
    font-weight: 500;
    left: 50%;
    letter-spacing: 0.2px;
    line-height: 14px;
    max-width: 100%;
    opacity: 0;
    padding: 5px 8px;
    position: absolute;
    text-align: center;
    top: calc(100% + 15px);
    transform: translateX(-50%);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
}
.item__unavailable-tooltip:before {
    border: 7px solid transparent;
    border-bottom: 6px solid #dadada;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -12px;
    width: 0;
}
@media (max-width: 599px) {
    .item__unavailable-tooltip {
        font-size: 10px;
        line-height: 12px;
    }
}
.item:hover .item__unavailable-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-8px);
    visibility: visible;
}
.item__skeleton {
    animation: skeleton 1.6s linear infinite;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-image: linear-gradient(90deg, hsla(0, 0%, 58%, 0.14), hsla(0, 0%, 58%, 0.25) 40px, hsla(0, 0%, 58%, 0.14) 80px);
    background-size: 600px;
    border-radius: 44px;
    display: block;
}
.item__skeleton--float,
.item__skeleton--item-name {
    height: 13px;
    width: 62px;
}
@media (max-width: 599px) {
    .item__skeleton--float,
    .item__skeleton--item-name {
        height: 10px;
    }
}
.item__skeleton--skin-name {
    height: 14px;
    margin-top: 4px;
    width: 86px;
}
@media (max-width: 599px) {
    .item__skeleton--skin-name {
        height: 11px;
    }
}
.item__skeleton--price {
    height: 14px;
    width: 46px;
}
@media (max-width: 599px) {
    .item__skeleton--price {
        height: 11px;
    }
}
@keyframes skinouting {
    to {
        transform: rotate(1turn);
    }
}
.about {
    background: linear-gradient(180deg, #0d0d0d, #080808);
    margin-top: -62px;
    overflow: hidden;
    padding: 222px 0 0;
    position: relative;
}
@media (max-width: 1440px) {
    .about {
        margin-top: -110px;
    }
}
@media (max-width: 1200px) {
    .about {
        margin-top: -140px;
    }
}
@media (max-width: 599px) {
    .about {
        margin-top: -70px;
        padding-top: 90px;
    }
}
.about__heroes {
    background: url(../img/393f1f109f31e8d192ad.png) no-repeat;
    background-size: 100%;
    height: 826px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -550px;
    top: 110px;
    width: 1110px;
}
@media (max-width: 1440px) {
    .about__heroes {
        height: 714px;
        right: -400px;
        top: 150px;
        width: 960px;
    }
}
@media (max-width: 1200px) {
    .about__heroes {
        height: 543px;
        right: -380px;
        top: 200px;
        width: 730px;
    }
}
@media (max-width: 1000px) {
    .about__heroes {
        display: none;
    }
}
.about__heroes:before {
    animation: skinouting 30s linear infinite;
    background: url(../img/29d5e5c52d092642683d.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 131px;
    position: absolute;
    right: 120px;
    top: 340px;
    width: 131px;
}
@media (max-width: 1440px) {
    .about__heroes:before {
        height: 114px;
        right: 100px;
        top: 292px;
        width: 114px;
    }
}
@media (max-width: 1200px) {
    .about__heroes:before {
        height: 94px;
        right: 72px;
        top: 219px;
        width: 94px;
    }
}
.about__steps {
    position: relative;
    width: 600px;
    z-index: 2;
}
@media (max-width: 1200px) {
    .about__steps {
        width: 550px;
    }
}
@media (max-width: 1000px) {
    .about__steps {
        width: 100%;
    }
}
.about__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
@media (max-width: 1440px) {
    .about__title {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 1200px) {
    .about__title {
        font-size: 24px;
        line-height: 32px;
        max-width: 400px;
    }
}
@media (max-width: 599px) {
    .about__title {
        font-size: 20px;
        line-height: 26px;
    }
}
.about__steps-row {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
    margin-top: 50px;
}
@media (max-width: 1200px) {
    .about__steps-row {
        gap: 6px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-top: 32px;
    }
}
@media (max-width: 1000px) {
    .about__steps-row {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr 1fr;
    }
}
@media (max-width: 599px) {
    .about__steps-row {
        grid-template-rows: auto;
        margin-top: 14px;
    }
}
.about__steps-item {
    align-content: baseline;
    background: #181818;
    border-radius: 40px;
    display: grid;
    height: 251px;
    padding: 32px;
}
@media (max-width: 1200px) {
    .about__steps-item {
        border-radius: 22px;
        height: auto;
        padding: 18px;
    }
}
@media (max-width: 599px) {
    .about__steps-item {
        padding: 14px;
    }
}
.about__steps-item:nth-child(3) {
    background: #181818 url(../img/fbd621960c5ce630992e.png) 0 bottom no-repeat;
    background-size: 100%;
    grid-column: 1/-1;
    height: 206px;
}
@media (max-width: 1200px) {
    .about__steps-item:nth-child(3) {
        height: auto;
    }
}
.about__steps-counter {
    align-content: center;
    background: #fff06d;
    border-radius: 40px;
    color: #080808;
    display: grid;
    font-size: 20px;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    width: 46px;
}
@media (max-width: 1200px) {
    .about__steps-counter {
        font-size: 16px;
        height: 36px;
        width: 36px;
    }
}
.about__steps-title {
    color: #dadada;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 25px;
}
@media (max-width: 1200px) {
    .about__steps-title {
        font-size: 14px;
        line-height: 16px;
        margin-top: 14px;
    }
}
@media (max-width: 599px) {
    .about__steps-title {
        font-size: 12px;
        font-weight: 600;
    }
}
.about__steps-item:nth-child(3) .about__steps-title {
    color: #fff06d;
}
.about__steps-text {
    color: #b5b5b5;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
@media (max-width: 1200px) {
    .about__steps-text {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 599px) {
    .about__steps-text {
        font-size: 12px;
        line-height: 14px;
    }
}
.about__ratings {
    padding: 205px 0 226px;
}
@media (max-width: 1440px) {
    .about__ratings {
        padding: 140px 0 200px;
    }
}
@media (max-width: 1200px) {
    .about__ratings {
        padding-bottom: 170px;
    }
}
@media (max-width: 900px) {
    .about__ratings {
        padding: 90px 0 100px;
    }
}
@media (max-width: 599px) {
    .about__ratings {
        padding: 34px 0 60px;
    }
}
.about__trustpilot {
    background: url(../img/7787cb30845d5500b2b1.svg) no-repeat;
    background-size: 100%;
    bottom: -100px;
    height: 346px;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 1427px;
}
@media (max-width: 1440px) {
    .about__trustpilot {
        bottom: -60px;
        height: 286px;
        width: 1180px;
    }
}
@media (max-width: 1200px) {
    .about__trustpilot {
        bottom: -50px;
        height: 218px;
        width: 900px;
    }
}
@media (max-width: 900px) {
    .about__trustpilot {
        bottom: -30px;
        height: 145px;
        width: 600px;
    }
}
@media (max-width: 599px) {
    .about__trustpilot {
        bottom: -15px;
        height: 76px;
        width: 314px;
    }
}
.about__rating-5 {
    background: url(../img/f4087007d359f8e9b657.svg) 50% 0 no-repeat;
}
.about__rating-4 {
    background: url(../img/9aed695d8f9fca7aac53.svg) 50% 0 no-repeat;
}
.about__rating-3 {
    background: url(../img/7ef5a327900e05a9c3a4.svg) 50% 0 no-repeat;
}
.about__rating-2 {
    background: url(../img/ad5a1d96ca600e5758f7.svg) 50% 0 no-repeat;
}
.about__rating-1 {
    background: url(../img/d51cf203647b30b9f0c1.svg) 50% 0 no-repeat;
}
.about__ratings-top {
    background-size: 262px;
    display: grid;
    justify-items: center;
    padding-top: 78px;
}
@media (max-width: 1440px) {
    .about__ratings-top {
        background-size: 200px;
        padding-top: 64px;
    }
}
@media (max-width: 900px) {
    .about__ratings-top {
        background-size: 182px;
        padding-top: 46px;
    }
}
.about__ratings-title {
    color: #fff;
    font-size: 56px;
    font-weight: 900;
    line-height: 70px;
}
@media (max-width: 1440px) {
    .about__ratings-title {
        font-size: 48px;
        line-height: 60px;
    }
}
@media (max-width: 900px) {
    .about__ratings-title {
        font-size: 36px;
        line-height: 48px;
    }
}
@media (max-width: 599px) {
    .about__ratings-title {
        font-size: 24px;
        line-height: 32px;
    }
}
.about__ratings-subtitle {
    color: #b5b5b5;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 8px;
}
@media (max-width: 1440px) {
    .about__ratings-subtitle {
        font-size: 20px;
    }
}
@media (max-width: 599px) {
    .about__ratings-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
    }
}
.about__ratings-subtitle a {
    color: #b5b5b5;
    text-decoration: underline;
}
.about__ratings-subtitle a:hover {
    text-decoration: none;
}
.about__slider {
    margin-top: 100px;
    position: relative;
    width: 100%;
}
@media (max-width: 900px) {
    .about__slider {
        margin-top: 60px;
    }
}
@media (max-width: 599px) {
    .about__slider {
        margin-top: 26px;
    }
}
.about__row {
    margin: 0 auto;
    overflow: hidden;
    width: 1095px;
}
@media (max-width: 1440px) {
    .about__row {
        width: 813px;
    }
}
@media (max-width: 1200px) {
    .about__row {
        width: 531px;
    }
}
@media (max-width: 900px) {
    .about__row {
        width: 400px;
    }
}
@media (max-width: 599px) {
    .about__row {
        width: 234px;
    }
}
.about__list {
    display: grid;
    grid-auto-flow: column;
    justify-items: left;
    width: 1095px;
}
@media (max-width: 1440px) {
    .about__list {
        width: 813px;
    }
}
@media (max-width: 1200px) {
    .about__list {
        width: 531px;
    }
}
@media (max-width: 900px) {
    .about__list {
        width: 400px;
    }
}
@media (max-width: 599px) {
    .about__list {
        width: 234px;
    }
}
.about__item {
    display: grid;
    padding-right: 32px;
    width: 282px;
}
@media (max-width: 900px) {
    .about__item {
        padding-right: 18px;
        width: 200px;
    }
}
@media (max-width: 599px) {
    .about__item {
        padding: 0;
        width: 234px;
    }
}
.about__item-stars {
    width: 130px;
}
@media (max-width: 599px) {
    .about__item-stars {
        margin: 0 auto;
    }
}
.about__item-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
}
@media (max-width: 599px) {
    .about__item-title {
        font-size: 13px;
        line-height: 18px;
        margin-top: 6px;
        text-align: center;
    }
}
.about__item-text {
    color: #dadada;
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}
@media (max-width: 599px) {
    .about__item-text {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
}
.about__item-date {
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
}
.about__item-date--name {
    color: #b5b5b5;
    text-decoration: underline;
}
@media (max-width: 599px) {
    .about__item-date {
        font-size: 12px;
        line-height: 14px;
        margin-top: 6px;
        text-align: center;
    }
}
.about__slider-button {
    background: #4f4f4f;
    border-radius: 32px;
    height: 64px;
    position: absolute;
    top: 25px;
    transition: background-color 0.3s;
    width: 88px;
}
@media (max-width: 900px) {
    .about__slider-button {
        height: 42px;
        width: 56px;
    }
}
@media (max-width: 599px) {
    .about__slider-button {
        height: 36px;
        width: 48px;
    }
}
.about__slider-button--next {
    right: 0;
    transform: rotate(180deg);
}
.about__slider-button:hover {
    background-color: #909090;
}
.about__slider-button:hover:before {
    filter: brightness(2);
}
.about__slider-button:before {
    background: url(../img/6424eb46a082a17b566a.svg) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: filter 0.3s;
    width: 24px;
}
@media (max-width: 900px) {
    .about__slider-button:before {
        height: 18px;
        width: 18px;
    }
}
@media (max-width: 599px) {
    .about__slider-button:before {
        height: 16px;
        width: 16px;
    }
}
@keyframes bouncing {
    25% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(-3px);
    }
    75% {
        transform: translateX(3px);
    }
    to {
        transform: translateX(0);
    }
}
.faq {
    padding-top: 120px;
}
@media (max-width: 900px) {
    .faq {
        padding-top: 80px;
    }
}
@media (max-width: 599px) {
    .faq {
        padding-top: 24px;
    }
}
.faq__badge {
    border: 1px solid #fff06d;
    border-radius: 32px;
    color: #fff06d;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 16px;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 599px) {
    .faq__badge {
        background-color: #fff06d;
        border: none;
        color: #080808;
        position: absolute;
        right: 15px;
        top: -4px;
    }
}
.faq__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 12px;
}
@media (max-width: 1440px) {
    .faq__title {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 599px) {
    .faq__title {
        font-size: 20px;
        line-height: 26px;
        padding-right: 70px;
    }
}
.faq__row {
    display: grid;
    gap: 24px;
    grid-auto-flow: column;
    grid-template-columns: 1fr 542px;
    margin-top: 32px;
}
@media (max-width: 1200px) {
    .faq__row {
        gap: 18px;
        grid-template-columns: 1fr 460px;
    }
}
@media (max-width: 1000px) {
    .faq__row {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 599px) {
    .faq__row {
        gap: 10px;
        margin-top: 20px;
    }
}
.faq__questions {
    background: #181818;
    border-radius: 40px;
    display: grid;
    gap: 4px;
    padding: 10px;
    width: 100%;
}
@media (max-width: 900px) {
    .faq__questions {
        border-radius: 28px;
    }
}
@media (max-width: 599px) {
    .faq__questions {
        border-radius: 22px;
        gap: 2px;
    }
}
.faq__questions-item {
    background: #242424;
    border-radius: 32px;
    padding: 34px 28px;
    position: relative;
    transition: background 0.3s;
}
@media (max-width: 900px) {
    .faq__questions-item {
        border-radius: 20px;
        padding: 30px;
    }
}
@media (max-width: 599px) {
    .faq__questions-item {
        border-radius: 18px;
        padding: 20px 14px;
    }
}
.faq__questions-item.accordion--active {
    background-color: #424242;
}
.faq__questions-item:not(.faq__questions-item.accordion--active):hover {
    background: #303030;
    cursor: pointer;
}
.faq__questions-top {
    width: 100%;
}
.faq__questions-top:not(.accordion--active .faq__questions-top) {
    pointer-events: none;
}
.faq__questions-title {
    color: #dadada;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: color 0.3s;
}
@media (max-width: 1440px) {
    .faq__questions-title {
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 599px) {
    .faq__questions-title {
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        padding-right: 38px;
    }
}
.accordion--active .faq__questions-title,
.faq__questions-title:hover {
    color: #fff;
}
.faq__questions-arrow {
    align-items: center;
    border: 1px solid #303030;
    border-radius: 36px;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 28px;
    top: 28px;
    transition: background 0.3s, border 0.3s;
    width: 36px;
}
@media (max-width: 1440px) {
    .faq__questions-arrow {
        right: 26px;
        top: 26px;
    }
}
@media (max-width: 900px) {
    .faq__questions-arrow {
        right: 24px;
        top: 24px;
    }
}
@media (max-width: 599px) {
    .faq__questions-arrow {
        height: 26px;
        right: 15px;
        top: 15px;
        width: 26px;
    }
}
.faq__questions-arrow svg {
    transition: transform 0.3s;
}
.accordion--active .faq__questions-arrow svg {
    transform: rotate(180deg);
}
.faq__questions-arrow path {
    transition: fill 0.3s;
}
.accordion--active .faq__questions-arrow,
.faq__questions-arrow:hover {
    background: #4f4f4f;
    border-color: #4f4f4f;
}
.accordion--active .faq__questions-arrow path,
.faq__questions-arrow:hover path {
    fill: #b5b5b5;
}
.faq__questions-row {
    display: grid;
    gap: 16px;
}
@media (max-width: 599px) {
    .faq__questions-row {
        gap: 8px;
    }
}
.accordion--active .faq__questions-row.accordion__content {
    margin-top: 12px !important;
}
.faq__questions-row-text {
    color: #dadada;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 1440px) {
    .faq__questions-row-text {
        font-size: 14px;
    }
}
@media (max-width: 599px) {
    .faq__questions-row-text {
        font-size: 12px;
    }
}
.faq__cards {
    align-content: baseline;
    display: grid;
    gap: 8px;
    width: 100%;
}
@media (max-width: 599px) {
    .faq__cards {
        gap: 6px;
    }
}
.faq__cards-top {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 599px) {
    .faq__cards-top {
        gap: 6px;
    }
}
.faq__cards-item {
    align-items: end;
    background: #181818;
    border-radius: 40px;
    display: grid;
    height: 200px;
    overflow: hidden;
    padding: 32px;
    position: relative;
    width: 100%;
}
@media (max-width: 1440px) {
    .faq__cards-item {
        height: 180px;
    }
}
@media (max-width: 599px) {
    .faq__cards-item {
        border-radius: 22px;
        height: 115px;
        padding: 14px;
    }
}
.faq__cards-item:before {
    background-color: #d7c49a;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px;
    border-radius: 60px;
    content: "";
    height: 60px;
    left: 32px;
    position: absolute;
    top: 32px;
    width: 60px;
}
@media (max-width: 1440px) {
    .faq__cards-item:before {
        background-size: 22px;
        height: 50px;
        width: 50px;
    }
}
@media (max-width: 599px) {
    .faq__cards-item:before {
        height: 40px;
        left: 14px;
        top: 14px;
        width: 40px;
    }
}
.faq__cards-item--percents:before {
    background-image: url(../img/279bb60b5a495c8caba5.svg);
}
.faq__cards-item--safe:before {
    background-image: url(../img/8d03068bd3c9ca7df002.svg);
}
.faq__cards-item--prices:before {
    background-image: url(../img/e9c819f7818aabaa7a5f.svg);
}
.faq__cards-item--fast:before {
    background-image: url(../img/dcd8c123c18c4d58f805.svg);
}
.faq__cards-item--md {
    height: 232px;
}
@media (max-width: 1000px) {
    .faq__cards-item--md {
        height: 180px;
    }
}
@media (max-width: 599px) {
    .faq__cards-item--md {
        height: 115px;
    }
}
.faq__cards-item--big {
    align-content: baseline;
    background: linear-gradient(188deg, #141413 -2.67%, #2f321d 93.63%);
    border-radius: 40px;
    height: 100%;
    padding-top: 88px;
}
@media (max-width: 599px) {
    .faq__cards-item--big {
        border-radius: 22px;
        padding-top: 17px;
    }
}
.faq__cards-item--big:before {
    display: none;
}
.faq__cards-item-logo {
    background: url(../img/76a1c64e91885c85ad00.png) 50% 100% no-repeat;
    background-size: 100%;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
}
@media (max-width: 1000px) {
    .faq__cards-item-logo {
        background-size: 200px;
    }
}
@media (max-width: 599px) {
    .faq__cards-item-logo {
        background-size: 160px;
    }
}
.faq__cards-item-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    max-width: 130px;
}
@media (max-width: 1440px) {
    .faq__cards-item-title {
        font-size: 16px;
        line-height: 22px;
        max-width: 120px;
    }
}
@media (max-width: 599px) {
    .faq__cards-item-title {
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        max-width: 95px;
    }
}
.faq__cards-item--big .faq__cards-item-title {
    color: #b8f47c;
    margin: 0 auto;
    max-width: 190px;
    position: relative;
    text-align: center;
    z-index: 2;
}
@media (max-width: 599px) {
    .faq__cards-item--big .faq__cards-item-title {
        font-size: 12px;
        line-height: 16px;
        max-width: 150px;
    }
}
.faq__cards-middle {
    grid-template-columns: 1fr 1fr;
}
.faq__cards-middle,
.faq__cards-middle-left {
    display: grid;
    gap: 8px;
}
.faq__cards-item-button {
    align-items: center;
    background: #b8f47c;
    border-radius: 32px;
    color: #080808;
    display: grid;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    grid-auto-flow: column;
    height: 52px;
    margin: 16px auto 0;
    padding: 0 24px;
    position: relative;
    transition: background-color 0.3s;
    z-index: 3;
}
@media (max-width: 599px) {
    .faq__cards-item-button {
        font-size: 12px;
        gap: 6px;
        height: 40px;
        margin-top: 10px;
        padding: 0 14px;
    }
}
.faq__cards-item-button:hover {
    background-color: #d0fca5;
}
.faq__cards-item-button:hover:after {
    animation: bouncing 0.4s linear forwards;
}
.faq__cards-item-button:after {
    background: url(../img/580a8680a3d7452325fc.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 20px;
    transition: transform 0.3s;
    width: 20px;
}
@media (max-width: 599px) {
    .faq__cards-item-button:after {
        height: 16px;
        width: 16px;
    }
}
.accordion {
    overflow: hidden;
}
.accordion__intro {
    cursor: pointer;
}
.accordion__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    will-change: max-height;
}
.accordion--active .accordion__content {
    margin-top: 22px;
    opacity: 1;
}
@keyframes flying {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(40px);
    }
    to {
        transform: translateY(0);
    }
}
.recommends {
    background: url(../img/3a65152d5494a5cc814a.svg) 50% 0 no-repeat;
    background-size: 1060px;
    min-height: 1040px;
    position: relative;
}
@media (max-width: 1440px) {
    .recommends {
        min-height: 900px;
    }
}
@media (max-width: 900px) {
    .recommends {
        background-size: 700px;
        min-height: 590px;
    }
}
@media (max-width: 599px) {
    .recommends {
        background-size: 480px;
        min-height: 440px;
    }
}
.recommends__top {
    display: grid;
    justify-content: center;
    left: -10px;
    padding-top: 322px;
    position: relative;
    text-align: center;
    top: 335px;
}
@media (max-width: 1440px) {
    .recommends__top {
        padding-top: 301px;
    }
}
@media (max-width: 900px) {
    .recommends__top {
        padding-top: 220px;
        top: 160px;
    }
}
@media (max-width: 599px) {
    .recommends__top {
        padding-top: 150px;
        top: 102px;
    }
}
.recommends__icon {
    animation: flying 7s infinite;
    background: url(../img/7f6b3e157681d3326211.png) 50% 0 no-repeat;
    background-size: 370px;
    height: 276px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 370px;
}
@media (max-width: 1440px) {
    .recommends__icon {
        background-size: 100%;
        height: 224px;
        width: 300px;
    }
}
@media (max-width: 900px) {
    .recommends__icon {
        height: 168px;
        width: 220px;
    }
}
@media (max-width: 599px) {
    .recommends__icon {
        height: 114px;
        width: 150px;
    }
}
.recommends__title {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: 72px;
}
@media (max-width: 1440px) {
    .recommends__title {
        font-size: 48px;
        line-height: 54px;
    }
}
@media (max-width: 900px) {
    .recommends__title {
        font-size: 28px;
        line-height: 34px;
    }
}
@media (max-width: 599px) {
    .recommends__title {
        font-size: 18px;
        font-weight: 800;
        line-height: 24px;
    }
}
.recommends__subtitle {
    color: #b5b5b5;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 24px;
    max-width: 800px;
}
@media (max-width: 1440px) {
    .recommends__subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-top: 16px;
        max-width: 550px;
    }
}
@media (max-width: 900px) {
    .recommends__subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
        max-width: 340px;
    }
}
@media (max-width: 599px) {
    .recommends__subtitle {
        font-size: 12px;
        line-height: 14px;
        margin-top: 6px;
        width: 200px;
    }
}
.recommends__item {
    bottom: 0;
    display: flex;
    height: 210px;
    margin: auto;
    position: absolute;
    right: 0;
    transform: scale(0);
    transition: opacity 0.3s;
    width: 210px;
}
.recommends__item:first-of-type {
    left: 500px;
    top: -430px;
}
@media (max-width: 1440px) {
    .recommends__item:first-of-type {
        left: 0;
        right: -364px;
        top: -399px;
    }
}
@media (max-width: 900px) {
    .recommends__item:first-of-type {
        right: -184px;
        top: -390px;
    }
}
@media (max-width: 599px) {
    .recommends__item:first-of-type {
        right: -53px;
        top: -306px;
    }
}
.recommends__item:nth-of-type(2) {
    left: -677px;
    top: -256px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(2) {
        left: -357px;
        top: -339px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(2) {
        left: -158px;
        top: -329px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(2) {
        left: -126px;
        top: -326px;
    }
}
.recommends__item:nth-of-type(3) {
    left: 877px;
    top: 204px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(3) {
        left: 0;
        right: -636px;
        top: 59px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(3) {
        right: -362px;
        top: -159px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(3) {
        right: -271px;
        top: -170px;
    }
}
.recommends__item:nth-of-type(4) {
    left: -1207px;
    opacity: 0.7;
    top: 104px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(4) {
        left: -560px;
        top: 135px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(4) {
        left: -423px;
        top: 45px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(4) {
        left: -286px;
        top: -131px;
    }
}
.recommends__item:nth-of-type(5) {
    left: 1500px;
    top: 504px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(5) {
        left: 0;
        right: -636px;
        top: 504px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(5) {
        right: -399px;
        top: 109px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(5) {
        right: -283px;
        top: 46px;
    }
}
.recommends__item:nth-of-type(6) {
    left: 1200px;
    top: -100px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(6) {
        left: 0;
        right: -1084px;
        top: -100px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(6) {
        right: -666px;
        top: 77px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(6) {
        right: -371px;
        top: -330px;
    }
}
.recommends__item:nth-of-type(7) {
    left: 1600px;
    opacity: 0.2;
    top: -500px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(7) {
        left: -751px;
        top: -500px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(7) {
        left: -504px;
        top: -388px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(7) {
        left: -354px;
        top: -297px;
    }
}
.recommends__item:nth-of-type(8) {
    left: 1751px;
    opacity: 0.2;
    top: 40px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(8) {
        left: 0;
        right: -1019px;
        top: 280px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(8) {
        right: -540px;
        top: 384px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(8) {
        right: -257px;
        top: 246px;
    }
}
.recommends__item:nth-of-type(9) {
    left: -1400px;
    opacity: 0.7;
    top: -400px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(9) {
        left: -1045px;
        top: 1px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(9) {
        left: -687px;
        top: 219px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(9) {
        left: -292px;
        top: 92px;
    }
}
.recommends__item:nth-of-type(10) {
    left: -1000px;
    opacity: 0.7;
    top: 600px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(10) {
        left: -756px;
        top: 522px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(10) {
        left: -553px;
        top: 485px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(10) {
        left: -420px;
        top: 255px;
    }
}
.recommends__item:nth-of-type(11) {
    left: -1600px;
    opacity: 0.2;
    top: 500px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(11) {
        left: -1083px;
        top: 384px;
    }
}
@media (max-width: 900px) {
    .recommends__item:nth-of-type(11) {
        left: -837px;
        top: 384px;
    }
}
@media (max-width: 599px) {
    .recommends__item:nth-of-type(11) {
        left: -497px;
        top: -3px;
    }
}
.recommends__item:nth-of-type(12) {
    left: -1900px;
    opacity: 0.2;
    top: -100px;
}
@media (max-width: 1440px) {
    .recommends__item:nth-of-type(12) {
        left: -737px;
        top: -146px;
    }
}
.recommends__item:hover {
    opacity: 1 !important;
}
.recommends__item-row {
    border-radius: 132px;
    height: 132px;
    margin: auto;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 132px;
}
@media (max-width: 1440px) {
    .recommends__item-row {
        height: 96px;
        width: 96px;
    }
}
@media (max-width: 900px) {
    .recommends__item-row {
        height: 70px;
        width: 70px;
    }
}
@media (max-width: 599px) {
    .recommends__item-row {
        height: 62px;
        width: 62px;
    }
}
.recommends__item-row:after,
.recommends__item-row:before {
    background: linear-gradient(146deg, rgba(111, 102, 29, 0.2) 25.24%, rgba(255, 236, 72, 0.2) 92.38%);
    border-radius: 74px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.recommends__item-row:after {
    opacity: 0;
    transition: opacity 0.3s;
}
.recommends__item:hover .recommends__item-row:after {
    background: linear-gradient(146deg, rgba(111, 102, 29, 0.6) 25.24%, rgba(255, 236, 72, 0.6) 92.38%);
    opacity: 1;
}
.recommends__item-middle {
    border-radius: 76px;
    bottom: 0;
    height: 76px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
    z-index: 2;
}
@media (max-width: 1440px) {
    .recommends__item-middle {
        height: 60px;
        width: 60px;
    }
}
@media (max-width: 900px) {
    .recommends__item-middle {
        height: 44px;
        width: 44px;
    }
}
@media (max-width: 599px) {
    .recommends__item-middle {
        height: 36px;
        width: 36px;
    }
}
.recommends__item-middle img {
    border-radius: 50%;
    transition: opacity 0.3s, transform 0.3s;
    width: 100%;
}
.recommends__item-middle:before {
    background: #fff06d url(../img/3ae110a74057084df642.svg) 55% 50% no-repeat;
    background-size: 24px;
    border-radius: 76px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: opacity 0.3s, transform 0.3s;
    width: 100%;
}
@media (max-width: 1440px) {
    .recommends__item-middle:before {
        background-size: 18px;
    }
}
@media (max-width: 900px) {
    .recommends__item-middle:before {
        background-size: 14px;
    }
}
.recommends__item:hover .recommends__item-middle img {
    opacity: 0;
    transform: scale(0);
}
.recommends__item:hover .recommends__item-middle:before {
    opacity: 1;
    transform: scale(1);
}
.recommends__item-counter {
    align-items: center;
    background: #fff06d;
    border-radius: 6px;
    color: #181818;
    display: grid;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    left: 50%;
    padding: 0 6px;
    position: absolute;
    top: -8px;
    transform: translateX(-50%);
    z-index: 3;
}
@media (max-width: 900px) {
    .recommends__item-counter {
        font-size: 12px;
        height: 16px;
        padding: 0 5px;
        top: -15px;
    }
}
.recommends__item-counter:before {
    background: url(../img/2196c6e224474afb7eec.svg) no-repeat;
    background-size: 100%;
    bottom: -8px;
    content: "";
    height: 6px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 8px;
}
@media (max-width: 900px) {
    .recommends__item-counter:before {
        height: 5px;
        width: 6px;
    }
}
.recommends__item-text {
    bottom: 6px;
    color: #dadada;
    font-size: 13px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}
@media (max-width: 1440px) {
    .recommends__item-text {
        bottom: 4px;
        font-size: 12px;
    }
}
@media (max-width: 900px) {
    .recommends__item-text {
        bottom: 2px;
        font-size: 12px;
    }
}
@media (max-width: 599px) {
    .recommends__item-text {
        font-size: 12px;
    }
}
.footer {
    background: linear-gradient(180deg, #181818, #101010);
    padding-top: 105px;
}
@media (max-width: 1440px) {
    .footer {
        padding-top: 50px;
    }
}
@media (max-width: 599px) {
    .footer {
        padding-top: 20px;
    }
}
.footer__advantages {
    display: grid;
    gap: 106px;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
    .footer__advantages {
        gap: 42px;
    }
}
@media (max-width: 1000px) {
    .footer__advantages {
        gap: 32px;
        grid-auto-flow: row;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 599px) {
    .footer__advantages {
        gap: 12px;
        padding: 0 15px;
    }
}
.footer__advantages-side {
    gap: 40px;
}
@media (max-width: 599px) {
    .footer__advantages-side {
        gap: 12px;
    }
}
.footer__advantages-item {
    display: grid;
    gap: 16px;
    margin-bottom: 15px;
}
@media (max-width: 599px) {
    .footer__advantages-item {
        gap: 8px;
    }
}
.footer__advantages-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}
@media (max-width: 1440px) {
    .footer__advantages-title {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 599px) {
    .footer__advantages-title {
        font-size: 14px;
        line-height: 20px;
    }
}
.footer__advantages-text {
    color: #b5b5b5;
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
}
@media (max-width: 1440px) {
    .footer__advantages-text {
        font-size: 13px;
        line-height: 22px;
    }
}
@media (max-width: 599px) {
    .footer__advantages-text {
        font-size: 12px;
        line-height: 16px;
    }
}
.footer__advantages-text + .footer__advantages-text {
    margin-top: 10px;
}
.footer__banner {
    background: #080808;
    border-radius: 38px;
    margin-top: 80px;
    overflow: hidden;
    padding: 56px 72px 72px;
    position: relative;
    width: 100%;
}
@media (max-width: 1200px) {
    .footer__banner {
        padding: 34px 48px 48px;
    }
}
@media (max-width: 599px) {
    .footer__banner {
        border-radius: 28px;
        margin-top: 36px;
        padding: 18px;
    }
}
.footer__banner:before {
    background: url(../img/b1cc24cfea8b3e828fd0.svg) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -200px;
    top: 0;
    width: 1200px;
}
@media (max-width: 1440px) {
    .footer__banner:before {
        right: -400px;
    }
}
@media (max-width: 900px) {
    .footer__banner:before {
        right: -568px;
    }
}
@media (max-width: 599px) {
    .footer__banner:before {
        right: -500px;
        width: 870px;
    }
}
.footer__banner-row {
    align-items: baseline;
    display: grid;
    position: relative;
    z-index: 2;
}
.footer__banner-title {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    max-width: 440px;
}
@media (max-width: 1000px) {
    .footer__banner-title {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 900px) {
    .footer__banner-title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 599px) {
    .footer__banner-title {
        font-size: 16px;
        font-weight: 700;
    }
}
.footer__banner-text {
    color: #b5b5b5;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 12px;
    max-width: 440px;
}
@media (max-width: 1200px) {
    .footer__banner-text {
        font-size: 14px;
        line-height: 18px;
        max-width: 330px;
    }
}
@media (max-width: 900px) {
    .footer__banner-text {
        font-size: 12px;
        line-height: 16px;
        margin-top: 2px;
    }
}
.footer__banner-form {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr minmax(170px, 200px);
    margin-top: 23px;
    width: 533px;
}
@media (max-width: 900px) {
    .footer__banner-form {
        gap: 8px;
        grid-template-columns: 1fr minmax(170px, 160px);
        margin-top: 18px;
        width: 440px;
    }
}
@media (max-width: 599px) {
    .footer__banner-form {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
        width: 204px;
    }
}
.footer__banner-button {
    background: #fff06d;
    border-radius: 32px;
    color: #080808;
    font-size: 15px;
    font-weight: 700;
    height: 64px;
    padding: 0 20px;
    transition: background-color 0.3s;
}
@media (max-width: 1000px) {
    .footer__banner-button {
        font-size: 13px;
        height: 54px;
        padding: 0 14px;
    }
}
@media (max-width: 599px) {
    .footer__banner-button {
        font-size: 12px;
        height: 40px;
    }
}
.footer__banner-button:hover {
    background-color: #d0c352;
    cursor: pointer;
}
.footer__banner-note {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 20px;
    margin-top: 23px;
    max-width: 533px;
}
@media (max-width: 900px) {
    .footer__banner-note {
        font-size: 12px;
        line-height: 16px;
        margin-top: 18px;
        max-width: 400px;
    }
}
@media (max-width: 599px) {
    .footer__banner-note {
        font-size: 12px;
        line-height: 14px;
        max-width: 224px;
    }
}
.footer__banner-icon {
    background: url(../img/6eff18aa79f4a7f37cad.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    height: 348px;
    position: absolute;
    right: 100px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 576px;
}
@media (max-width: 1440px) {
    .footer__banner-icon {
        right: -160px;
    }
}
@media (max-width: 1000px) {
    .footer__banner-icon {
        height: 254px;
        width: 420px;
    }
}
@media (max-width: 900px) {
    .footer__banner-icon {
        height: 165px;
        width: 279px;
    }
}
@media (max-width: 599px) {
    .footer__banner-icon {
        background: url(../img/5770f77ac2a37e917683.png) no-repeat;
        background-size: 100%;
        height: 179px;
        right: 0;
        width: 111px;
    }
}
.footer__row {
    display: flex;
    padding: 50px 0 40px;
}
@media (max-width: 900px) {
    .footer__row {
        flex-direction: column;
        padding: 50px 0 100px;
    }
}
@media (max-width: 599px) {
    .footer__row {
        margin: 30px 0 0;
        padding: 0 0 30px;
        position: relative;
    }
}
.footer__left {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 16px;
    max-width: 380px;
    padding: 0 0 0 20px;
}
@media (max-width: 1200px) {
    .footer__left {
        padding: 0;
    }
}
@media (max-width: 599px) {
    .footer__left {
        gap: 10px;
    }
}
.footer__logo {
    background: url(../img/10041b4f61f77b338971.svg) no-repeat;
    background-size: 100%;
    height: 40px;
    transition: filter 0.3s;
    width: 183px;
}
.footer__logo:hover {
    filter: brightness(1.5);
}
@media (max-width: 1200px) {
    .footer__logo {
        height: 33px;
        width: 150px;
    }
}
@media (max-width: 599px) {
    .footer__logo {
        height: 20px;
        width: 88px;
    }
}
.footer__copyright {
    color: #dadada;
    font-size: 13px;
    font-weight: 700;
}
@media (max-width: 1200px) {
    .footer__copyright {
        font-size: 12px;
    }
}
@media (max-width: 599px) {
    .footer__copyright {
        font-size: 12px;
    }
}
.footer__navigation {
    display: grid;
    gap: 70px;
    grid-auto-flow: column;
}
@media (max-width: 1440px) {
    .footer__navigation {
        gap: 32px;
    }
}
@media (max-width: 599px) {
    .footer__navigation {
        gap: 12px;
    }
}
.footer__navigation-list {
    align-content: baseline;
    display: grid;
    gap: 12px;
}
@media (max-width: 900px) {
    .footer__navigation-list {
        margin: 30px 0 0;
    }
}
@media (max-width: 599px) {
    .footer__navigation-list {
        gap: 8px;
        margin: 18px 0 0;
    }
}
.footer__navigation-item {
    display: flex;
    padding: 0 20px 0 0;
}
@media (max-width: 599px) {
    .footer__navigation-item {
        padding: 0;
    }
}
.footer__navigation-link {
    color: #dadada;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 20px;
    transition: color 0.3s;
}
@media (max-width: 1440px) {
    .footer__navigation-link {
        font-size: 12px;
    }
}
.footer__navigation-link:hover {
    color: #fde5b0;
}
@media (max-width: 599px) {
    .footer__navigation-link {
        font-size: 12px;
        line-height: 16px;
    }
}
.footer__right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 0 0 auto;
    width: 320px;
}
@media (max-width: 1200px) {
    .footer__right {
        gap: 15px;
        width: 225px;
    }
}
@media (max-width: 900px) {
    .footer__right {
        margin: 30px 0 0;
    }
}
@media (max-width: 599px) {
    .footer__right {
        margin: 14px 0 0;
        width: 100%;
    }
}
.footer__address {
    color: #8c8c8c;
    font-size: 13px;
    line-height: 20px;
}
@media (max-width: 599px) {
    .footer__address {
        font-size: 12px;
        line-height: 14px;
    }
    .footer__address br {
        display: none;
    }
}
.footer__socials {
    display: flex;
    gap: 14px;
}
.footer__socials-item {
    display: flex;
}
.footer__socials-link {
    background-size: 100%;
    height: 24px;
    opacity: 0.7;
    transition: opacity 0.3s;
    width: 24px;
}
.footer__socials-link:hover {
    opacity: 1;
}
.footer__socials-link--vk {
    background-image: url(../img/570499fd38849eeaaa32.svg);
}
.footer__socials-link--telegram {
    background-image: url(../img/644347c42cb36aedcb9d.svg);
}
.footer__socials-link--steam {
    background-image: url(../img/764b1ca97f882893c590.svg);
}
@media (max-width: 599px) {
    .footer__socials {
        position: absolute;
        right: 0;
        top: 9px;
    }
}
.faq-top {
    padding: 16px 0 32px;
    position: relative;
}
@media (max-width: 900px) {
    .faq-top {
        padding: 10px 0 25px;
    }
}
@media (max-width: 599px) {
    .faq-top {
        padding: 0 0 18px;
    }
}
.faq-top:before {
    background: url(../img/d39ce209bfd0d8b9a61e.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 246px;
    position: absolute;
    right: 0;
    width: 600px;
}
@media (max-width: 1440px) {
    .faq-top:before {
        height: 197px;
        width: 480px;
    }
}
@media (max-width: 900px) {
    .faq-top:before {
        height: 139px;
        right: -20px;
        width: 340px;
    }
}
@media (max-width: 599px) {
    .faq-top:before {
        height: 103px;
        width: 250px;
    }
}
.faq-top__title {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1440px) {
    .faq-top__title {
        font-size: 46px;
        line-height: 60px;
    }
}
@media (max-width: 900px) {
    .faq-top__title {
        font-size: 36px;
        line-height: 48px;
    }
}
@media (max-width: 599px) {
    .faq-top__title {
        font-size: 16px;
        line-height: 20px;
    }
}
.faq-top__tagline {
    color: #b5b5b5;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    position: relative;
    z-index: 2;
}
@media (max-width: 900px) {
    .faq-top__tagline {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 599px) {
    .faq-top__tagline {
        font-size: 12px;
        line-height: 16px;
        margin-top: 2px;
    }
}
.faq-questions {
    display: grid;
    gap: 4px;
}
.faq-questions__item {
    background: #242424;
    border-radius: 38px;
    padding: 38px;
    position: relative;
    transition: background 0.3s;
}
@media (max-width: 900px) {
    .faq-questions__item {
        border-radius: 20px;
        padding: 30px;
    }
}
@media (max-width: 599px) {
    .faq-questions__item {
        border-radius: 16px;
        padding: 20px 14px;
    }
}
.faq-questions__item:not(.faq-questions__item.accordion--active):hover {
    background: #303030;
    cursor: pointer;
}
.faq-questions__top {
    width: 100%;
}
.faq-questions__top:not(.accordion--active .faq-questions__top) {
    pointer-events: none;
}
.faq-questions__title {
    color: #dadada;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: color 0.3s;
}
@media (max-width: 599px) {
    .faq-questions__title {
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        padding-right: 38px;
    }
}
.accordion--active .faq-questions__title,
.faq-questions__title:hover {
    color: #fff;
}
.faq-questions__arrow {
    align-items: center;
    border: 1px solid #303030;
    border-radius: 36px;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 32px;
    top: 32px;
    transition: background 0.3s, border 0.3s;
    width: 36px;
}
@media (max-width: 900px) {
    .faq-questions__arrow {
        right: 24px;
        top: 24px;
    }
}
@media (max-width: 599px) {
    .faq-questions__arrow {
        right: 10px;
        top: 10px;
    }
}
.faq-questions__arrow svg {
    transition: transform 0.3s;
}
.accordion--active .faq-questions__arrow svg {
    transform: rotate(180deg);
}
.faq-questions__arrow path {
    transition: fill 0.3s;
}
.accordion--active .faq-questions__arrow,
.faq-questions__arrow:hover {
    background: #4f4f4f;
    border-color: #4f4f4f;
}
.accordion--active .faq-questions__arrow path,
.faq-questions__arrow:hover path {
    fill: #b5b5b5;
}
.faq-questions__row {
    display: grid;
    gap: 16px;
    padding: 0 14px;
}
@media (max-width: 599px) {
    .faq-questions__row {
        gap: 8px;
        padding: 0;
    }
}
.accordion--active .faq-questions__row.accordion__content {
    margin-top: 12px !important;
}
.faq-questions__row-title {
    color: #dadada;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 599px) {
    .faq-questions__row-title {
        font-size: 13px;
        line-height: 1.4;
    }
}
.faq-questions__row-list {
    display: grid;
    gap: 6px;
    margin-top: 5px;
}
.faq-questions__row-list-item {
    color: #dadada;
    font-size: 14px;
    line-height: 20px;
    padding-left: 18px;
    position: relative;
}
@media (max-width: 599px) {
    .faq-questions__row-list-item {
        font-size: 12px;
        line-height: 16px;
    }
}
.faq-questions__row-list-item:before {
    background: #fff496;
    border-radius: 4px;
    content: "";
    height: 4px;
    left: 6px;
    position: absolute;
    top: 8px;
    width: 4px;
}
.faq-questions__row-text {
    color: #dadada;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 599px) {
    .faq-questions__row-text {
        font-size: 12px;
    }
}
.faq-questions__row-item-border {
    background: #303030;
    border-left: 2px solid #fff496;
    border-radius: 0 16px 16px 0;
    display: grid;
    gap: 14px;
    padding: 15px;
}
@media (max-width: 599px) {
    .faq-questions__row-item-border {
        gap: 10px;
        padding: 10px;
    }
}
.faq-questions__row-item-border blockquote {
    background: rgba(148, 140, 72, 0.1);
    border-radius: 0 12px 12px 0;
    color: #fff496;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 17px;
}
@media (max-width: 599px) {
    .faq-questions__row-item-border blockquote {
        font-size: 11px;
        line-height: 14px;
        padding: 10px 13px;
    }
}
.faq-questions__row-item-border p {
    color: #efdfbc;
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 599px) {
    .faq-questions__row-item-border p {
        font-size: 11px;
        line-height: 14px;
    }
}
.faq-questions__note {
    background: rgba(148, 140, 72, 0.1);
    border-radius: 12px;
    color: #fff06d;
    content: "";
    font-size: 14px;
    line-height: 20px;
    padding: 16px 16px 16px 44px;
    position: relative;
}
@media (max-width: 599px) {
    .faq-questions__note {
        font-size: 11px;
        line-height: 14px;
        padding: 10px 14px 10px 42px;
    }
}
.faq-questions__note:before {
    background: url(../img/95e74a4a7d7a36bc9b89.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 20px;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 20px;
}
@media (max-width: 599px) {
    .faq-questions__note:before {
        bottom: 0;
        left: 14px;
        margin: auto;
        top: 0;
    }
}
.faq-syntax {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 16px 16px 0;
    overflow: hidden;
    position: relative;
}
.faq-syntax:before {
    background: linear-gradient(270deg, #303030, rgba(28, 31, 40, 0));
    border-radius: 0 6px 6px 0;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 150px;
}
@media (max-width: 760px) {
    .faq-syntax:after {
        background: rgba(22, 22, 23, 0.9);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
}
.faq-bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 48px 0 24px;
}
@media (max-width: 599px) {
    .faq-bottom {
        gap: 13px;
        padding: 18px 0 8px;
    }
}
.faq-bottom__title {
    color: #e0ffc0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
@media (max-width: 599px) {
    .faq-bottom__title {
        font-size: 14px;
        line-height: 20px;
    }
}
.faq-bottom__button {
    align-items: center;
    background: #b8f47c;
    border-radius: 32px;
    color: #080808;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    height: 52px;
    padding: 0 24px;
    transition: background 0.3s;
}
@media (max-width: 599px) {
    .faq-bottom__button {
        font-size: 12px;
        gap: 6px;
        height: 40px;
        padding: 0 14px;
    }
}
.faq-bottom__button:hover {
    background: #d0fca5;
}
.faq-bottom__button:after {
    background: url(../img/40eef0a0dacff7df620f.svg) no-repeat;
    background-size: 100%;
    content: "";
    height: 20px;
    width: 20px;
}
@media (max-width: 599px) {
    .faq-bottom__button:after {
        height: 16px;
        width: 16px;
    }
}

.market__list {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: 1fr;
    grid-gap: 4px;
    margin-top: 12px;
}

.market__list-item {
    min-width: 160px;
}

@media (max-width: 1200px) {
    .market__list {
      grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 599px) {
    .market__list {
      border-radius: 28px;
      grid-template-columns: repeat(2, 1fr);
    }
}