/*!
 * © 2011–2026 https://steve.dog
 * Контакты: https://t.me/stevedog
 *
 * Любое копирование, распространение или использование материалов сайта,
 * дизайна и программного кода без письменного разрешения правообладателей запрещено.
 * Все права защищены.
 */

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

:focus {
    outline: 0
}

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:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

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

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

html {
    scrollbar-gutter: stable
}

*::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px
}

body::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px
}

body::-webkit-scrollbar-track {
    background: #717176
}

body::-webkit-scrollbar-thumb {
    background: #ed2f1f;
    min-height: 150px
}

body::-webkit-scrollbar-thumb:hover {
    background: #ce4133
}

.header {
    height: 90px;
    width: 100%;
    max-width: 1921px;
    margin: 0 auto;
    padding: 0 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100
}

.header_logo {
    cursor: pointer;
    width: 120px;
    flex: 0 0 120px
}

.header_logo img {
    width: 100%
}

.header .overflow {
    display: none;
    width: 100vw;
    height: 200vh;
    position: fixed;
    background-color: #0000005e;
    opacity: 0;
    transition: opacity .4s;
    z-index: 20;
    margin-left: -50px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

@media (max-width: 767px) {
    .header .overflow {
        margin-left: -24px
    }
}

.header .overflow.active {
    opacity: 1
}

.header .nav-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 59px;
    height: 100%;
    line-height: 120%
}

@media (max-width: 1435px) {
    .header .nav-bar {
        padding-left: 40px
    }
}

.header .nav-bar_wrapper {
    gap: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px
}

.header .nav-bar_buttons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 46px;
    color: #ffffff61
}

@media (max-width: 1610px) {
    .header .nav-bar_buttons {
        gap: 35px
    }
}

@media (max-width: 1480px) {
    .header .nav-bar_buttons {
        gap: 25px
    }
}

.header .nav-bar_buttons a {
    white-space: nowrap;
    display: block;
    transition: color .25s;
    display: flex;
    align-items: center;
    gap: 12px
}

.header .nav-bar_buttons a path {
    transition: fill-opacity .25s
}

.header .nav-bar_buttons a.mastersLeague {
    position: relative;
    background: linear-gradient(90deg, #d73030 30.44%, #8c1818 59.26%, #d73030 84.27%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200%;
    animation: textGradient 3s infinite;
    font-weight: 400;
    height: 100%;
    padding: 0 10px;
    margin: 0 0 0 -10px
}

.header .nav-bar_buttons a.active:not(.mastersLeague) {
    color: #ffffffb7
}

.header .nav-bar_buttons a.active:not(.mastersLeague) path {
    fill-opacity: .7
}

.header .nav-bar_buttons a.active.with-row.giveaway:before {
    height: 100%
}

.header .nav-bar_func-panel {
    display: flex;
    gap: 49px;
    align-items: center;
    height: 42px
}

.header .nav-bar_func-panel .language-select {
    width: 168px;
    height: 100%;
    position: relative
}

.header .nav-bar_func-panel .language-select_container {
    width: 168px;
    height: 50px;
    align-items: center
}

@media (min-width: 1230px) and (max-width: 1560px) {
    .header .nav-bar_func-panel .language-select,
    .header .nav-bar_func-panel .language-select_container {
        width: 24px
    }
}

.header .nav-bar_func-panel .language-select button {
    height: 40px;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 170%);
    pointer-events: none;
    line-height: 40px;
    font-weight: 300;
    border: solid 1px rgba(255, 251, 239, 0);
    border-radius: 5px;
    transition: all .3s
}

@media (min-width: 1230px) and (max-width: 1560px) {
    .header .nav-bar_func-panel .language-select button {
        padding: 0 18px
    }
}

.header .nav-bar_func-panel .language-select button img {
    width: 24px;
    height: 24px
}

.header .nav-bar_func-panel .language-select button:hover {
    background-color: #fffbef0e;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: solid 1px rgba(255, 251, 239, .253)
}

@media (min-width: 1230px) and (max-width: 1560px) {
    .header .nav-bar_func-panel .language-select button span {
        display: none
    }
}

.header .nav-bar_func-panel .language-select button.active {
    top: 0;
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%)
}

.header .nav-bar_func-panel .language-select button.active:hover {
    border: solid 1px rgba(255, 251, 239, 0);
    background: none
}

.header .nav-bar_func-panel .language-select_container.active {
    height: 80px
}

.header .nav-bar_func-panel .language-select_container.active button {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, 120%)
}

.header .nav-bar_func-panel .language-select_container.active button.active {
    transform: translate(-50%)
}

.header .nav-bar_func-panel .screen-mode-select {
    height: -moz-max-content;
    height: max-content;
    display: flex;
    display: none
}

.header .nav-bar_func-panel .screen-mode-select button {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #fffbef00;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s
}

.header .nav-bar_func-panel .screen-mode-select button:first-child {
    margin-right: 8px
}

.header .nav-bar_func-panel .screen-mode-select button:hover {
    background-color: #fffbef0d
}

.header .nav-bar_func-panel .screen-mode-select button.active {
    background-color: #fffbef26
}

.header .nav-bar_func-panel .screen-mode-select button.active .first-path {
    opacity: .8
}

.header .nav-bar_func-panel .screen-mode-select button.active .second-path {
    opacity: 1;
    fill-opacity: 1
}


.header_vacantion {
    margin-left: 36px;
    width: 180px;
    height: 54px;
    background-image: linear-gradient(90deg, #ec2b1d, #f17d36, #ec2b1d);
    background-size: 200% 100%;
    background-position: 0%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-family: Gotham Pro, sans-serif;
    font-weight: 400;
    transition: background-position .4s
}

.header_vacantion:hover {
    background-position: 100%
}

.header_vacantion img {
    width: 24px
}

.header_vacantion span {
    display: flex;
    height: 100%;
    align-items: center
}

.header .mobile-hamburger {
    display: none;
    width: 50px;
    height: 50px;
    padding: 14px 12px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff1a;
    border-radius: 15px
}

.header .mobile-hamburger div {
    width: 100%;
    height: 2px;
    background-color: #89898f;
    border-radius: 2px
}

@media (max-width: 1840px) {
    .header {
        padding: 0 100px
    }
}

@media (max-width: 1435px) {
    .header {
        height: 112px;
        padding: 0 80px
    }
    .section-button {
        width: 300px;
        height: 70px;
        font-size: 22px
    }
}

@media (max-width: 1360px) {
    .header {
        height: 112px
    }
}

@media (max-width: 1230px) {
    .header {
        height: 112px;
        padding: 0 50px
    }
    .header_logo {
        z-index: 2
    }
    .header .nav-bar {
        position: fixed;
        flex-direction: column;
        height: 100vh;
        width: max(30%, 350px);
        left: 0;
        top: 0;
        transform: translate(-100%);
        transition: transform .4s .4s;
        background-color: #070714;
        z-index: 21
    }
    .header .nav-bar_buttons {
        margin-top: 130px;
        flex-direction: column;
        gap: 32px;
        align-items: start
    }
    .header .nav-bar_buttons a {
        transform: translate(-100vw);
        transition: transform .35s
    }
    .header .nav-bar_buttons a:nth-child(1) {
        transition-delay: .25s
    }
    .header .nav-bar_buttons a:nth-child(2) {
        transition-delay: .2s
    }
    .header .nav-bar_buttons a:nth-child(3) {
        transition-delay: .15s
    }
    .header .nav-bar_buttons a:nth-child(4) {
        transition-delay: .1s
    }
    .header .nav-bar_buttons a:nth-child(5) {
        transition-delay: .05s
    }
    .header .nav-bar .header_vacantion {
        top: 45px;
        transition: transform .2s .2s;
        transform: translate(-100vw)
    }
    .header .nav-bar .header_vacantion:hover {
        background-position: 0%
    }
    .header .nav-bar_func-panel {
        position: absolute;
        bottom: 185px;
        left: 50%;
        transform: translate(-150vw);
        transition: transform .5s;
        transition-delay: 0s
    }
    .header .nav-bar_func-panel .language-select_container {
        bottom: 0
    }
    .header .nav-bar_func-panel .language-select button {
        transform: translate(-50%, -170%)
    }
    .header .nav-bar_func-panel .language-select button:hover {
        background-color: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        border: none
    }
    .header .nav-bar_func-panel .language-select button.active {
        bottom: 0;
        top: unset
    }
    .header .nav-bar_func-panel .language-select button.active:hover {
        background-color: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        border: none
    }
    .header .nav-bar_func-panel .language-select_container.active button {
        bottom: 0;
        top: unset;
        transform: translate(-50%, -120%)
    }
    .header .nav-bar_func-panel .language-select_container.active button.active {
        transform: translate(-50%);
        background-color: #fffbef0e;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border: solid 1px rgba(255, 251, 239, .253)
    }

    .header .mobile-hamburger {
        position: relative;
        display: flex;
        z-index: 21
    }
    .header .mobile-hamburger div {
        width: 26.5px;
        position: relative
    }
    .header .mobile-hamburger div:nth-child(1) {
        top: 0%;
        transform: translateY(0);
        transition: all .3s .3s, rotate .3s
    }
    .header .mobile-hamburger div:nth-child(2) {
        opacity: 1;
        transition: opacity .3s;
        transition-delay: 0s
    }
    .header .mobile-hamburger div:nth-child(3) {
        bottom: 0;
        transform: translateY(0);
        transition: all .3s .3s, rotate .3s
    }
    .header .mobile-hamburger.active div:nth-child(1) {
        top: 50%;
        transform: translateY(-50%);
        rotate: 45deg;
        transition: all .3s, rotate .3s .3s
    }
    .header .mobile-hamburger.active div:nth-child(2) {
        opacity: 0;
        transition-delay: .3s
    }
    .header .mobile-hamburger.active div:nth-child(3) {
        bottom: 50%;
        transform: translateY(50%);
        rotate: -45deg;
        transition: all .3s, rotate .3s .3s
    }
    .header .nav-bar.active {
        transform: translate(0)
    }
    .header .nav-bar.active .nav-bar_func-panel {
        transform: translate(-50%);
        transition-delay: .5s
    }
    .header .nav-bar.active .nav-bar_buttons a {
        transform: translate(0)
    }
    .header .nav-bar.active .nav-bar_buttons a:nth-child(1) {
        transition-delay: .3s
    }
    .header .nav-bar.active .nav-bar_buttons a:nth-child(2) {
        transition-delay: .35s
    }
    .header .nav-bar.active .nav-bar_buttons a:nth-child(3) {
        transition-delay: .4s
    }
    .header .nav-bar.active .nav-bar_buttons a:nth-child(4) {
        transition-delay: .45s
    }
    .header .nav-bar.active .nav-bar_buttons a:nth-child(5) {
        transition-delay: .5s
    }
    .header .nav-bar.active .nav-bar_buttons a:nth-child(6) {
        transition-delay: .55s
    }
    .header .nav-bar.active .header_vacantion {
        transform: translate(0);
        transition: transform .3s .25s
    }

    .header_vacantion {
        position: absolute;
        top: 20px;
        left: 59px;
        margin: 0
    }
}

@media (max-width: 767px) {
    .header {
        height: 150px;
        padding: 0 24px
    }
    .header_vacantion span {
        padding-top: 2px
    }
}

@media (max-width: 500px) {
    .header .nav-bar {
        width: 100%
    }
}

.support.with-cookie {
    bottom: 123px
}

.cookie-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: .3s;
    transition-delay: .3s;
    border: 1px solid rgba(65, 63, 65, .5607843137);
    background: #040f20;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 22px 24px;
    z-index: 100;
    margin-left: 20px
}

.cookie-container .left {
    display: flex;
    align-items: center;
    gap: 15px
}

.cookie-container .left .image {
    width: 46px;
    height: 46px
}

.cookie-container .left .text {
    color: #fff9;
    font-size: 14px;
    line-height: 140%;
    max-width: 370px
}

.cookie-container .right {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 38px
}

.cookie-btn {
    height: 100%;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 120%;
    transition: .2s;
    padding: 0 29px;
    cursor: pointer
}

.cookie-container .right .cancel-btn {
    background: #1977fd0d;
    color: #fffc
}

.cookie-container .right .accept-btn {
    background: #1977fd;
    transition: .2s
}

.cookie-container.hide {
    opacity: 0;
    pointer-events: none
}

@media (any-hover: hover) {
    .cookie-container .right .accept-btn:hover {
        box-shadow: 0 0 20px #1a2fa5
    }
    .cookie-container .right .cancel-btn:hover {
        box-shadow: 0 0 25px #05142b;
        color: #fff
    }
}

@media (max-width: 832.8px) {
    .support.with-cookie {
        bottom: 135px !important
    }
}

@media (max-width: 767.8px) {
    .cookie-container {
        flex-direction: column;
        gap: 24px;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
        border-radius: 0;
        border-right: none;
        border-left: none;
        border-bottom: none;
        align-items: start
    }
    .cookie-container .left .text {
        font-size: 12px
    }
    .cookie-container .left .image {
        width: 38px;
        height: 38px
    }
    .cookie-container .right {
        height: 34px
    }
    .cookie-btn {
        flex: 1 1 100%
    }
    .cookie-container .right {
        width: 100%
    }
    .support.with-cookie {
        bottom: 156px !important
    }
}

@media (max-width: 417.8px) {
    .support.with-cookie {
        bottom: 168px !important
    }
}

@keyframes support {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.support {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: .3s
}

.support.hidden {
    pointer-events: none;
    opacity: 0
}

.support__text-container {
    margin-top: 3px;
    background-color: #070714;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    z-index: 9998;
    border-radius: 5px
}

.support__img-container {
    width: 40px;
    height: 40px;
    background-color: #16abff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.support__img-container img {
    width: 30px;
    height: 30px
}

.support.hide {
    opacity: 0;
    pointer-events: none
}

.oneyear-nav {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 10;
    transition: .3s;
    will-change: transform
}

@media (any-hover: hover) {
    .oneyear-nav:hover {
        transform: scale(1.01)
    }
}

.oneyear-nav img {
    width: 330px;
    transition: .2s
}

@media (max-width: 800px) {
    .oneyear-nav img {
        width: 240px
    }
}

.oneyear-nav.hide {
    opacity: 0;
    pointer-events: none
}

@media (max-width: 1170px) {
    .oneyear-nav.with-cookie {
        bottom: 110px
    }
}

@media (max-width: 830px) {
    .oneyear-nav.with-cookie {
        bottom: 125px
    }
}

@media (max-width: 767.8px) {
    .oneyear-nav.with-cookie {
        bottom: 150px
    }
}

@media (max-width: 426px) {
    .oneyear-nav.with-cookie {
        bottom: 160px
    }
}

footer {
    padding-bottom: 31px;
    padding-top: 36px;
    background-color: #fffbef05
}

footer .container {
    width: 100%;
    max-width: 1921px;
    padding: 0 200px;
    margin: 0 auto
}

.footer {
    display: flex
}

.footer_body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 75px
}

.footer_grid {
    display: flex;
    -moz-column-gap: 68px;
    column-gap: 68px;
    row-gap: 42px
}

.footer_grid_item {
    max-width: 192px
}

.footer_grid_item img {
    width: 178px
}

.footer_grid_item ul {
    margin-top: 16px
}

.footer_grid_item li {
    cursor: pointer
}

.footer_grid_item li>a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    opacity: .4;
    transition: opacity .2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.footer_grid_item li:hover a {
    opacity: .8
}

.footer_grid_item:first-child {
    cursor: pointer
}

.footer_grid_item:first-child a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2
}

.footer_grid_item img {
    height: 108px
}

.footer_grid_title {
    font-size: 16px;
    font-weight: 400
}

.footer_grid_title svg {
    display: none
}

.footer_flex_container {
    width: 347px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 12px;
    justify-content: end
}

.footer_flex_container .social-item {
    padding: 10px 12px 10px 10px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    background-color: #fffbef0a;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .25s
}

.footer_flex_container .social-item img {
    width: 24px;
    height: 24px
}

.footer_flex_container .social-item span {
    font-weight: 400;
    font-size: 12px;
    opacity: .4;
    transition: opacity .3s
}

.footer_flex_container .social-item:hover {
    background-color: #fffbef11
}

.footer_flex_container .social-item:hover span {
    opacity: .8
}

.footer_flex {
    position: relative
}

.footer_flex .section-button {
    width: 302px;
    height: 64px;
    position: absolute;
    right: 0;
    bottom: 44px;
    font-size: 16px
}

.footer_bottom {
    margin-top: 18px
}

.footer_bottom_text {
    width: 100%;
    font-size: 12px;
    line-height: 150%;
    color: #fffbef33;
    display: flex;
    justify-content: space-between;
    align-items: end
}

.footer_bottom_text .section-button {
    margin-top: 0;
    width: 302px;
    height: 64px;
    right: 0;
    bottom: 44px;
    font-size: 16px
}

.footer_bottom_text span {
    width: 734px
}

.footer_bottom_pay {
    display: flex;
    gap: 20px
}

.footer_bottom_descr {
    margin-top: 42px;
    height: 38px;
    border-top: solid 1px rgba(255, 251, 239, .1);
    font-size: 14px;
    opacity: .4;
    display: flex;
    align-items: end;
    justify-content: center
}

.footer_bottom_descr div {
    width: -moz-max-content;
    width: max-content
}

@media (max-width: 1840px) {
    .footer .container {
        padding: 0 100px
    }
}

@media (max-width: 1513px) {
    .footer .container {
        padding: 0;
        width: calc(100% - 200px)
    }
    .footer_body {
        gap: unset
    }
}

@media (max-width: 1420px) {
    .footer .container {
        width: 704px;
        margin: 0 auto;
        padding: 0
    }
    .footer_grid {
        width: 100%;
        gap: unset;
        justify-content: space-between
    }
    .footer_body {
        flex-direction: column;
        gap: 40px;
        align-items: center
    }
    .footer_flex {
        width: 100%;
        height: -moz-max-content;
        height: max-content;
        display: flex;
        align-items: center;
        gap: 95px
    }
    .footer_flex_container {
        justify-content: space-between;
        width: 100%
    }
    .footer_flex .section-button {
        width: 260px;
        height: 54px;
        position: relative;
        bottom: unset;
        margin-top: unset
    }
    .footer_bottom {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .footer_bottom_text {
        width: 100%;
        align-items: center;
        gap: 40px
    }
    .footer_bottom_text span {
        width: 370px
    }
    .footer_bottom_descr {
        width: 100%
    }
}

@media (max-width: 900px) {
    .footer_grid {
        gap: 30px
    }
}

@media (max-width: 1200px) {
    .footer_flex_container .social-item:hover {
        background-color: #fffbef0a
    }
    .footer_flex_container .social-item:hover span {
        opacity: .4
    }
}

@media (max-width: 794px) {
    .footer {
        padding-top: 27px
    }
    .footer .container {
        width: 100%;
        padding: 0 16px;
        position: relative
    }
    .footer .section-button {
        height: 49px
    }
    .footer_body {
        margin: 0;
        width: 100%;
        gap: 30px;
        align-items: center
    }
    .footer_grid {
        width: -moz-max-content;
        width: max-content;
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 10px
    }
    .footer_grid .footer_grid_item.active:nth-child(2) ul {
        height: 56px
    }
    .footer_grid_item {
        width: 220px;
        height: -moz-max-content;
        height: max-content;
        max-width: unset
    }
    .footer_grid_item img {
        position: relative
    }
    .footer_grid_item ul {
        padding-right: 25px;
        margin-top: 5px;
        height: 0px;
        opacity: 0;
        overflow: hidden;
        transition: all .5s
    }
    .footer_grid_item:first-child {
        margin-bottom: 10px;
        height: -moz-max-content;
        height: max-content
    }
    .footer_grid_item li:hover a {
        opacity: .4
    }
    .footer_grid_item.active .footer_grid_title svg {
        transform: translateY(-50%) rotate(270deg)
    }
    .footer_grid_item.active ul {
        opacity: 1
    }
    .footer_grid_title {
        width: 100%;
        height: 32px;
        line-height: 32px;
        position: relative
    }
    .footer_grid_title svg {
        height: 13px;
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transition: transform .3s
    }
    .footer_flex {
        flex-direction: column;
        align-items: start;
        gap: 100px
    }
    .footer_flex .section-button {
        width: 280px;
        height: 49px;
        left: 50%;
        transform: translate(-50%)
    }
    .footer_flex_container {
        justify-content: center;
        flex-wrap: wrap
    }
    .footer_bottom {
        margin-top: 0
    }
    .footer_bottom_text {
        width: 80%;
        text-align: center;
        margin-top: 30px;
        flex-direction: column
    }
    .footer_bottom_text span {
        width: 100%
    }
}

@media (max-width: 500px) {
    .footer_body {
        justify-content: start;
        align-items: start
    }
    .footer_grid {
        display: flex;
        flex-direction: column;
        align-items: start
    }
    .footer_grid_item {
        width: 237px
    }
    .footer_flex_container {
        justify-content: start
    }
    .footer_bottom_text {
        width: 100%;
        text-align: left;
        align-items: start
    }
    .footer_bottom_pay {
        flex-wrap: wrap
    }
}

@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Bold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Black.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Unbounded;
    src: url(../fonts/Unbounded-Bold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Welcome Christmas;
    src: url(../fonts/WelcomeChristmas.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: Gotham Pro, sans-serif;
    font-weight: 300;
    background-color: #030b17
}

* {
    outline: none;
    -webkit-tap-highlight-color: transparent
}

@media (max-width: 1230px) {
    * {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        outline: none
    }
}

* {
    box-sizing: border-box
}

button {
    outline: none;
    border: none;
    background: none;
    color: #fffbef;
    font-weight: 400;
    font-family: Gotham Pro
}

a {
    text-decoration: none;
    color: unset;
    outline: none !important
}

body {
    color: #fffbef;
    overflow-x: hidden
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.container {
    margin: 0 auto;
    width: 1312px
}

.container_left {
    width: 1412px;
    margin-left: calc((100vw - 1412px)/2 - 100px)
}

.container_right {
    width: 1512px;
    margin-right: calc((100vw - 1512px)/2 - 100px)
}

.button {
    padding: 21px 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    background-image: linear-gradient(to right, #1977fd, #034fb6 33%, #00439e);
    background-size: 300% auto;
    background-position: 0%;
    transition: all .3s, color .4s
}

.button_black {
    font-size: 16px;
    font-weight: 400;
    color: #fffbef93;
    background-image: linear-gradient(to right, #fff0, #fff0, #ffffff2d)
}

.button.active {
    background-position: 76%;
    color: #fffbefc9;
    box-shadow: 0 0 20px #1a2fa5
}

.button_black.active {
    box-shadow: none
}

h2 {
    display: block;
    font-size: 36px;
    font-family: Unbounded, Gotham Pro, sans-serif;
    font-weight: 500
}

h2 .blue {
    padding-top: 4px;
    display: block;
    font-size: 46px;
    color: #1977fd
}

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

.section_title {
    display: flex;
    justify-content: space-between;
    position: relative
}

.section_title_descr {
    padding-top: 10px;
    width: 523px;
    text-align: right;
    color: #fff9
}

.section_title_button {
    height: -moz-max-content;
    height: max-content;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 20px;
    font-weight: 500;
    background-color: #34aadf26;
    font-size: 18px;
    transition: background-color .3s;
    cursor: pointer
}

.section_title_button div {
    width: 24px;
    height: 24px;
    border-radius: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #34aadf
}

.section_title_button div img {
    width: 13.5px
}

.section_title_button.active {
    background-color: #34aadf66
}

.section_title .stroke-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.fake-border {
    width: 17px;
    height: calc(100% + 1px);
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #02884f;
    border-left: none;
    border-radius: 0 20px 20px 0;
    pointer-events: none
}

.ellipse-container {
    position: absolute;
    width: 70vw;
    min-height: 70vw;
    z-index: -1;
    overflow: hidden;
    pointer-events: none
}

.ellipse {
    position: absolute;
    width: 40vw;
    height: 40vw;
    min-height: 700px;
    min-width: 700px;
    border-radius: 60%;
    z-index: -1
}

.lock-scroll {
    overflow: hidden
}

@media (max-width: 1700px) {
    .container_right {
        margin: 0 auto;
        width: 1312px
    }
}

@media (max-width: 1500px) {
    .container {
        width: 1100px
    }
    .section_title .stroke-line {
        display: none
    }
}

@media (max-width: 1200px) {
    .container {
        width: 800px
    }
    .container_left {
        margin: 0 auto;
        width: 800px
    }
    .section_title h2 {
        font-size: 32px
    }
    .section_title .blue {
        font-size: 36px
    }
    .section_title_descr {
        width: 345px
    }
    .ellipse-container {
        min-width: 100%;
        min-height: 100%
    }
}

@media (max-width: 900px) {
    .container {
        margin: 0 40px;
        width: calc(100% - 80px)
    }
    .section_title {
        flex-direction: column;
        align-items: center
    }
    .section_title h2,
    .section_title .blue {
        text-align: center
    }
    .section_title_descr {
        margin-top: 10px;
        width: 350px;
        max-width: 100%;
        text-align: center
    }
    .section_title_button {
        margin-top: 33px;
        width: 100%;
        max-width: 400px;
        justify-content: center
    }
}

@media (max-width: 719px) {
    .button {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 16px
    }
    h2 {
        font-size: 18px
    }
    h2 .blue {
        font-size: 29px
    }
    .section_title h2 {
        font-size: 18px
    }
    .section_title h2 .blue {
        font-size: 29px
    }
    .section_title_descr {
        font-size: 14px;
        line-height: 18px
    }
    .section_title_button {
        font-size: 16px;
        padding-top: 16px;
        padding-bottom: 16px
    }
    .section_title_button div {
        width: 18px;
        height: 18px
    }
    .section_title_button div img {
        width: 10.17px
    }
}

@media (max-width: 530px) {
    .container {
        margin: 0 auto;
        width: calc(100% - 32px)
    }
    .section_title {
        align-items: start
    }
    .section_title h2,
    .section_title h2 .blue,
    .section_title_descr,
    h2,
    h2 .blue {
        text-align: start
    }
}

.localPreloader {
    transition: filter .4s;
    transition-delay: 0s
}

.localPreloader.localPreloaderOn {
    transition-delay: .1s;
    filter: blur(1.5px) !important;
    pointer-events: none
}

.loader-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .2s ease;
    opacity: 0
}

.loader-container .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content
}

.loader-container .wrap .logo-container {
    position: relative;
    width: 190px;
    height: 87px;
    animation-duration: .2s;
    animation-iteration-count: 1
}

.loader-container .wrap .logo-container img {
    width: 190px;
    height: 87px;
    -o-object-fit: contain;
    object-fit: contain
}

.loader-container .wrap .logo-container .first-logo,
.loader-container .wrap .logo-container .second-logo {
    position: absolute;
    left: 0;
    top: 0
}

.loader-container .wrap .logo-container .second-logo {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    overflow: hidden;
    animation-timing-function: cubic-bezier(0, .61, .68, .86);
    animation-duration: 8s;
    animation-iteration-count: 1
}

.loader-container.active {
    display: block;
    animation: showLoaderContainer .5s ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards
}

.loader-container.active .logo-container .second-logo {
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    animation-name: fillPreloaderLogo
}

@keyframes showLoaderContainer {
    0% {
        opacity: 0;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px)
    }
    to {
        opacity: 1;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background: #030b17de
    }
}

@keyframes flowerFlow {
    0% {
        opacity: 1;
        transform: rotate(0);
        box-shadow: 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor
    }
    to {
        opacity: 0;
        transform: rotate(180deg);
        box-shadow: -1em -1em 0 -.35em currentcolor, 0 -1.5em 0 -.35em currentcolor, 1em -1em 0 -.35em currentcolor, -1.5em 0 0 -.35em currentcolor, 1.5em 0 0 -.35em currentcolor, -1em 1em 0 -.35em currentcolor, 0 1.5em 0 -.35em currentcolor, 1em 1em 0 -.35em currentcolor
    }
}

@keyframes dotFirst {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes dotSecond {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes dotThird {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes fillPreloaderLogo {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%)
    }
    to {
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%)
    }
}

@keyframes backgroundGradient {
    0% {
        background-position: 0% 50%
    }
    to {
        background-position: 200% 50%
    }
}

@keyframes online-icon-animation {
    0% {
        width: 100%;
        height: 100%
    }
    25% {
        width: 75%;
        height: 75%
    }
    50% {
        width: 100%;
        height: 100%
    }
    to {
        width: 100%;
        height: 100%
    }
}

.preview {
    padding-top: 120px;
    background-image: url(../img/bg-preview.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden
}

.preview .car {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 65%);
    z-index: -1;
    display: none
}

.preview_slider.grab {
    cursor: grabbing
}

.preview_slider {
    width: 100%;
    height: 41vh;
    min-height: 335px;
    position: relative;
    cursor: grab
}

.preview_slider_container {
    height: 50vh;
    min-height: 400px;
    pointer-events: none;
    position: relative;
    top: 0
}

.preview_slider_slide {
    width: max(48vh, 442px);
    max-width: 100%;
    height: max(48vh, 442px);
    position: absolute;
    top: 0%;
    left: 49%;
    transform: translate(-40%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center
}

.preview_slider_slide img {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.preview_slider_buttons-mobile {
    display: none
}

.preview_slider_buttons {
    position: absolute;
    top: 77px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 4vh;
    z-index: 30
}

.preview_slider_buttons:nth-child(3) {
    left: unset;
    right: 0
}

.preview_slider_buttons:nth-child(3) button {
    padding-left: 40px;
    padding-right: 24px;
    flex-direction: row-reverse;
    justify-content: end;
    clip-path: polygon(0 50%, 6% 0, 100% 0%, 100% 100%, 6% 100%)
}

.preview_slider_buttons button {
    padding-left: 24px;
    padding-right: 40px;
    width: 229px;
    height: 64px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    font-weight: 300;
    color: #fff6;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: all .2s
}

.preview_slider_buttons button .background {
    position: absolute;
    left: 1%;
    width: 99%;
    height: 100%
}

.preview_slider_buttons button .icon {
    transition: all .2s
}

.preview_slider_buttons button .icon path {
    transition: all .4s
}

.preview_slider_buttons button:hover {
    color: #ffffff8c
}

.preview_slider_buttons button:hover svg:first-child {
    opacity: .3
}

.preview_slider_buttons button.active,
.preview_slider_buttons-mobile button.active {
    color: #fff;
    text-shadow: 0 0 3px #fff;
    background: #0b1a2c;
}

.preview_slider_buttons button.active svg:first-child,
.preview_slider_buttons-mobile button.active svg:first-child {
    opacity: 1;
    transition: all .4s
}

.preview_slider_buttons button.active svg:first-child path,
.preview_slider_buttons-mobile button.active svg:first-child path {
    fill: #2e4fff;
    transition: all .2s
}

.preview_slider_buttons #police.active svg path#background,
.preview_slider_buttons-mobile #police.active svg path#background {
    fill: #2756ff;
    fill-opacity: .1
}

.preview_slider_buttons #medic.active .icon>path,
.preview_slider_buttons-mobile #medic.active .icon>path {
    fill: #51ff2e
}

.preview_slider_buttons #medic.active svg path#background,
.preview_slider_buttons-mobile #medic.active svg path#background {
    fill: #51ff2e;
    fill-opacity: .1
}

.preview_slider_buttons #military.active .icon>path,
.preview_slider_buttons-mobile #military.active .icon>path {
    fill: #355009
}

.preview_slider_buttons #military.active path#background,
.preview_slider_buttons-mobile #military.active path#background {
    fill: #355009;
    fill-opacity: .1
}

.preview_slider_buttons #bad.active .icon>path,
.preview_slider_buttons-mobile #bad.active .icon>path {
    fill: #990702
}

.preview_slider_buttons #bad.active path#background,
.preview_slider_buttons-mobile #bad.active path#background {
    fill: #990702;
    fill-opacity: .1
}

.preview_slider_buttons #farmer.active .icon>path,
.preview_slider_buttons-mobile #farmer.active .icon>path {
    fill: #ffbb0c
}

.preview_slider_buttons #farmer.active path#background,
.preview_slider_buttons-mobile #farmer.active path#background {
    fill: #ffbb0c;
    fill-opacity: .1
}

.preview_slider_buttons #business.active .icon>path,
.preview_slider_buttons-mobile #business.active .icon>path {
    fill: #bf57ff
}

.preview_slider_buttons #business.active path#background,
.preview_slider_buttons-mobile #business.active path#background {
    fill: #bf57ff;
    fill-opacity: .1
}

.preview_slider_buttons-mobile #police {
    background-color: #2756ff41
}

.preview_slider_buttons-mobile #medic {
    background-color: #51ff2e44
}

.preview_slider_buttons-mobile #military {
    background-color: #35500941
}

.preview_slider_buttons-mobile #bad {
    background-color: #99070241
}

.preview_slider_buttons-mobile #farmer {
    background-color: #ffbb0c4d
}

.preview_slider_buttons-mobile #business {
    background-color: #bf57ff4d
}

.preview_content {
    margin: 0 auto;
    width: 816px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.preview_content_game {
    width: 370px;
    display: flex;
    position: relative;
    z-index: 11
}

.preview_content_game .info,
.preview_content_game .text {
    display: flex;
    justify-content: center;
    align-items: center
}

.preview_content_game .info {
    padding: 10px 24px;
    background-color: #02884f;
    font-weight: 500;
    border-radius: 20px;
    z-index: 2;
    transition: background-color .3s
}

.preview_content_game .info div {
    padding-left: 4px;
    color: #fff6
}

.preview_content_game .info div .quantity {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    padding-left: 4px;
    color: #fff
}

.preview_content_game .text {
    padding: 8px 10px 10px calc(18px + 10%);
    width: 60%;
    height: calc(100% - 3px);
    position: absolute;
    right: 0;
    bottom: 1px;
    font-weight: 400;
    background-color: #02884e2c;
    border-radius: 20px;
    transition: box-shadow .35s
}

.preview_content_game .text:before,
.preview_content_game .text:after {
    content: "";
    height: 1px;
    width: 200px;
    position: absolute;
    right: 16px;
    top: 100%;
    transform: translateY(-100%);
    bottom: unset;
    background-image: linear-gradient(to right, #02884e25 14%, #02884f 50%);
    background-size: 200%;
    background-position: 0;
    transition: background-position .3s
}

.preview_content_game .text:after {
    top: unset;
    bottom: 100%;
    transform: none
}

.preview_content_game .text .fake-border {
    width: 17px;
    height: calc(100% + 1px);
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #02884f;
    border-left: none;
    border-radius: 0 20px 20px 0
}

.preview_content_game .text span {
    padding-right: 8px
}

.preview_content_game .text.active {
    box-shadow: 0 0 15px green
}

.preview_content_game .text.active:before,
.preview_content_game .text.active:after {
    background-position: 100%
}

.preview_content_big {
    margin-top: 24px;
    width: 100%;
    line-height: 120%;
    display: block;
    font-size: 52px;
    font-family: Unbounded, Gotham Pro, sans-serif;
    font-weight: 500;
    text-align: center
}

.preview_content_role {
    background: linear-gradient(90deg, #1977fd 30.44%, #69a7ff 59.26%, #1977fd 84.27%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200%;
    animation: textGradient 3s infinite
}

.preview_content_title {
    margin-top: 32px;
    text-align: center
}

.preview_content .h2,
.preview_content .h1 {
    display: inline;
    font-size: 14px;
    line-height: 20px;
    color: #fff6
}

.preview_content .h1 {
    color: inherit
}

.preview_content_buttons {
    margin-top: 42px;
    display: flex;
    gap: 10px
}

.preview_content_buttons button {
    transition: all .3s, color .4s, transform 0s
}

.preview_content_buttons.hide {
    opacity: 0;
    pointer-events: none
}

.preview_content_buttons.hide button {
    transform: translateY(70%)
}

.preview .ellipse-container:nth-child(1) {
    top: 0%;
    left: 50%;
    transform: translate(-50%)
}

.preview .ellipse-container:nth-child(1) .ellipse {
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    background-image: radial-gradient(#d8d8d828, #d8d8d800 70%)
}

.preview .ellipse-container:nth-child(2) {
    top: 0;
    left: 0
}

.preview .ellipse-container:nth-child(2) .ellipse {
    width: 40vw;
    height: 65vw;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#020b58c0, #020b5846 50%, #020b5800 70%)
}

.preview .ellipse-container:nth-child(3) {
    bottom: 0;
    left: 0;
    transform: translateY(50%)
}

.preview .ellipse-container:nth-child(3) .ellipse {
    width: 55vw;
    height: 55vw;
    bottom: 50%;
    left: 0;
    transform: translate(-50%, 50%);
    background-image: radial-gradient(#020b58c0, #020b5846 50%, #020b5800 70%)
}

@media (max-height: 820px) {
    .preview_content {
        width: 816px
    }
    .preview_content_big {
        width: 65%
    }
    .preview_slider_container {
        top: 10%
    }
    .preview_slider_slide {
        width: max(50vh, 350px);
        max-width: 100%;
        height: max(52vh, 350px)
    }
}

@media (max-height: 820px) {
    .preview {
        padding-top: 60px
    }
    .preview_content {
        width: 900px
    }
    .preview_content_big {
        width: 100%
    }
}

@media (max-height: 705px) {
    .preview {
        padding-top: 60px
    }
    .preview_content {
        width: 816px
    }
    .preview_content_big {
        width: 65%
    }
}

@media (max-height: 680px) {
    .preview {
        padding-top: 60px
    }
    .preview_content {
        width: 900px
    }
    .preview_content_title {
        margin-top: 20px
    }
    .preview_content_big {
        width: 100%
    }
    .preview_content_buttons {
        margin-top: 30px
    }
}

@media (max-width: 1200px) {
    .preview .container {
        width: calc(100% - 100px)
    }
    .preview_content {
        width: 660px
    }
    .preview_content_big {
        margin-top: 34px;
        font-size: 48px
    }
}

@media (max-width: 1000px) {
    .preview_slider {
        padding-top: 30px
    }
    .preview_slider_buttons {
        display: none
    }
    .preview_slider_buttons-mobile {
        width: 200px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 50%;
        bottom: 17%;
        transform: translate(-50%);
        z-index: 15
    }
    .preview_slider_buttons-mobile button.active {
        width: -moz-max-content;
        width: max-content;
        padding: 9px 15px;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        line-height: 14px;
        text-shadow: none;
        background-color: #9c9c9c31;
        border-radius: 30px;
        pointer-events: none;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%);
        opacity: 0;
        -webkit-backdrop-filter: blur(3px) saturate(.7);
        backdrop-filter: blur(3px) saturate(.7)
    }
    .preview_slider_buttons-mobile button.active svg {
        width: 25px;
        height: 25px
    }
    .preview_slider_buttons-mobile button.show-left {
        transform: translate(-200%);
        opacity: 0;
        animation: showLeft cubic-bezier(.15, .87, .35, .95) .5s forwards
    }
    .preview_slider_buttons-mobile button.show-right {
        transform: translate(150%);
        opacity: 0;
        animation: showRight cubic-bezier(.15, .87, .35, .95) .5s forwards
    }
    .preview_slider_buttons-mobile button.hide-left {
        transform: translate(-50%);
        opacity: 1;
        animation: hideLeft .4s forwards
    }
    .preview_slider_buttons-mobile button.hide-right {
        transform: translate(-50%);
        opacity: 1;
        animation: hideRight .4s forwards
    }
    .preview_slider_buttons-mobile img {
        width: 10px;
        position: absolute;
        top: 14px;
        right: -20px;
        animation: arrowLeft 2s cubic-bezier(.15, .87, .35, .95) infinite;
        transition: opacity .4s
    }
    .preview_slider_buttons-mobile img:nth-child(2) {
        right: unset;
        left: -20px;
        rotate: 180deg
    }
    .preview_slider_buttons-mobile img.hide {
        opacity: 0
    }
    .preview_slider_container {
        top: 0
    }
}

@keyframes arrowLeft {
    0% {
        transform: translate(0)
    }
    20% {
        transform: translate(20px)
    }
    40% {
        transform: translate(0)
    }
    to {
        transform: translate(0)
    }
}

@keyframes showLeft {
    0% {
        transform: translate(-200%);
        opacity: 0
    }
    to {
        transform: translate(-50%);
        opacity: 1
    }
}

@keyframes hideLeft {
    0% {
        transform: translate(-50%);
        opacity: 1
    }
    to {
        transform: translate(-200%);
        opacity: 0
    }
}

@keyframes showRight {
    0% {
        transform: translate(150%);
        opacity: 0
    }
    to {
        transform: translate(-50%);
        opacity: 1
    }
}

@keyframes hideRight {
    0% {
        transform: translate(-50%);
        opacity: 1
    }
    to {
        transform: translate(150%);
        opacity: 0
    }
}

@media (max-width: 900px) {
    .preview .container {
        width: 100%
    }
    .preview .container_preview {
        margin-left: 0
    }
    .preview_content {
        width: 100%
    }
    .preview_content_title {
        display: none
    }
}

@media (max-width: 719px) {
    .preview_content {
        padding: 0 16px
    }
    .preview_content_big {
        font-size: 36px
    }
    .preview_content_buttons {
        flex-wrap: wrap;
        justify-content: center
    }
    .preview_slider {
        height: 36vh
    }
    .preview_slider_slide {
        width: 42vh;
        height: unset;
        left: 45%
    }
}

@media (max-width: 560px) {
    .preview {
        border-bottom: 1px solid transparent;
        padding-bottom: 25px;
        -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4039215686), rgba(255, 255, 255, 0)) 30;
        border-image: linear-gradient(to right, #fff0, #ffffff67, #fff0) 30
    }
    .preview_content_big {
        width: 100%
    }
    .preview_content_game {
        width: 304px;
        font-size: 12px
    }
    .preview .button_black {
        margin: 0 10px;
        padding: 21px 19px
    }
}

@media (max-width: 383px) {
    .preview_content_big {
        font-size: 31px
    }
}

.video-overflow,
.video-modal {
    display: none;
    position: fixed;
    opacity: 0;
    transition: all .4s
}

.video-overflow {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background-color: #06061000;
    z-index: 20;
    transition: background-color .4s, -webkit-backdrop-filter .4s;
    transition: backdrop-filter .4s, background-color .4s;
    transition: backdrop-filter .4s, background-color .4s, -webkit-backdrop-filter .4s
}

.video-modal {
    overflow: hidden;
    z-index: 22
}

.video-modal iframe {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s;
    z-index: 2
}

.video-modal img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.start {
    margin-top: 115px;
    position: relative;
    z-index: 1;
    scroll-margin: 50px
}

.start .ellipse-container {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.start .ellipse-container .ellipse {
    top: 50%;
    right: 0;
    height: 60vw;
    transform: translate(70%, -50%);
    background-image: radial-gradient(#002aff23, #002aff00 70%)
}

.start_cards {
    margin-top: 86px;
    display: flex;
    gap: 35px
}

.start_item {
    padding: 40px 35px 35px;
    width: 617px;
    height: 555px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff0d;
    border: 1px solid rgba(255, 255, 255, .0549019608);
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.start_item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/icons-rastr/what.webp);
    background-repeat: no-repeat;
    background-size: 47%;
    background-position: right top;
    opacity: .05;
    z-index: -1;
    transition: background-size .3s
}

.start_item_img {
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #90ff381a;
    border-radius: 10px
}

.start_item_img img {
    width: 58px;
    height: 58px
}

.start_item_title {
    padding-left: 50px;
    width: 317px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-family: Unbounded, Gotham Pro, sans-serif;
    position: relative
}

.start_item_title .red {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.start_item_title .red:before,
.start_item_title .red:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff181840;
    border-radius: 50%;
    animation: iconAnimation 1s infinite
}

.start_item_title .red:after {
    width: 43%;
    height: 43%;
    background-color: #ff1818;
    animation: none
}

.start_item_descr {
    width: 442px;
    font-size: 16px;
    line-height: 22px;
    color: #fff9
}

.start_item_video {
    padding: 0;
    width: 547px;
    height: 308px;
    overflow: hidden;
    position: relative;
    border-radius: 15px
}

.start_item_video:before,
.start_item_video:after {
    content: "";
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #0000004d;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 50%
}

.start_item_video:before {
    background-color: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: url(../img/icons/play.svg);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2
}

.start_item_video img {
    width: 100%;
    scale: 1;
    will-change: transform;
    transition: scale .3s
}

.start_item_video.active img {
    scale: 1.05
}

.start_item_buttons {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.start_item_buttons button,
.start_item_buttons a {
    padding: 21px 24px 21px 60px;
    text-align: start;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    border-radius: 4px;
    background-image: linear-gradient(to right, #37b362, #3fd573, #02884f 66%);
    background-size: 300%;
    transition: background-position .3s
}

.start_item_buttons button svg,
.start_item_buttons a svg {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%)
}

.start_item_buttons button svg path,
.start_item_buttons a svg path {
    transition: fill .2s
}

.start_item_buttons a {
    background-image: linear-gradient(to right, #37b3621e, #3fd5731e, #57a10288 66%);
    background-size: 300%;
    border: 1px solid #3fd573;
    transition: background-position .3s
}

.start_item_buttons button.active,
.start_item_buttons a.active {
    background-position: 100%
}

.start_item_buttons button.active svg path,
.start_item_buttons a.active svg path {
    fill: #29f101
}

.start_item:first-child {
    width: 660px;
    background-image: url(../img/some-five.webp);
    background-position: center center;
    background-color: unset;
    background-size: 100.5%;
    transition: background-size .3s
}

.start_item:first-child:before {
    background-color: #90ff380f;
    background-image: url(../img/abrakadabra.webp);
    background-size: cover;
    opacity: 1
}

.start_item:first-child .start_item_title {
    padding-left: 0
}

.start_item:first-child .start_item_descr {
    width: 427px
}

.start_item:first-child:hover {
    background-size: 110%
}

.start_item .fake-border {
    width: 30px;
    height: 100%;
    right: unset;
    left: 0;
    border: 1px solid #02884f;
    border-right: none;
    border-radius: 20px 0 0 20px
}

.start_item .fake-border:before,
.start_item .fake-border:after {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 100%;
    background-image: linear-gradient(to right, #02884f, #02884e00)
}

.start_item .fake-border:after {
    width: 500px;
    top: unset;
    bottom: 100%
}

.start_item:last-child {
    scroll-margin: 30vh
}

.start .ellipse-container:nth-child(2) {
    left: 0;
    right: unset;
    top: 100%;
    transform: translateY(-50%)
}

.start .ellipse-container:nth-child(2) .ellipse {
    height: 50vw;
    width: 50vw;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#51ff0013, #51ff0000 70%)
}

.start-pc {
    background-image: url(../img/start-bg.webp)
}

.start-mobile {
    background-image: url(../img/start-bg-mobile.webp);
    background-size: contain !important
}

@keyframes iconAnimation {
    0% {
        width: 100%;
        height: 100%
    }
    45% {
        width: 75%;
        height: 75%
    }
    90% {
        width: 100%;
        height: 100%
    }
    to {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1500px) {
    .start_item {
        padding: 30px 24px 24px
    }
    .start_item_video {
        width: 100%;
        height: -moz-max-content;
        height: max-content
    }
    .start_item_video img {
        width: 100%
    }
    .start_item:first-child {
        background-size: auto 100%
    }
    .start_item:first-child:hover {
        background-size: auto 110%
    }
}

@media (max-width: 1200px) {
    .start {
        margin-top: 95px;
        background-size: cover
    }
    .start_cards {
        margin-top: 66px
    }
    .start_item {
        height: 440px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        row-gap: 30px
    }
    .start_item_img {
        width: 64px;
        height: 64px
    }
    .start_item_title {
        width: 238px;
        display: inline-block
    }
    .start_item_descr {
        margin-top: 0;
        width: 93%
    }
    .start_item_buttons {
        width: 100%
    }
    .start_item_buttons button,
    .start_item_buttons a {
        font-size: 16px
    }
    .start_item:first-child {
        background-size: 80%;
        background-position: bottom right
    }
    .start_item:first-child .start_item_title {
        margin-top: 1px;
        margin-left: 20px;
        font-size: 22px
    }
    .start_item:first-child .start_item_descr {
        width: 93%
    }
    .start_item:first-child:hover {
        background-size: 80%
    }
    .start_item .fake-border:after {
        width: 200px
    }
    .start_item .fake-border:before {
        width: 70px
    }
}

@media (max-width: 900px) {
    .start .container {
        width: -moz-max-content;
        width: max-content;
        max-width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .start .section_title {
        align-items: start;
        width: -moz-max-content;
        width: max-content
    }
    .start .section_title .blue {
        text-align: start
    }
    .start .section_title_descr {
        width: 302px;
        text-align: start
    }
    .start_cards {
        flex-wrap: wrap;
        justify-content: center;
        width: -moz-max-content;
        width: max-content;
        max-width: calc(100% - 80px)
    }
    .start_item,
    .start_item:first-child {
        padding: 24px;
        min-width: 328px;
        max-width: 370px;
        height: 425px;
        justify-content: left
    }
    .start_item .start_item_img,
    .start_item:first-child .start_item_img {
        width: 63px;
        height: 63px
    }
    .start_item .start_item_img img,
    .start_item:first-child .start_item_img img {
        width: 42px;
        height: 42px
    }
    .start_item .start_item_title,
    .start_item:first-child .start_item_title {
        width: 195px;
        font-size: 18px
    }
    .start_item .start_item_buttons button,
    .start_item .start_item_buttons a,
    .start_item:first-child .start_item_buttons button,
    .start_item:first-child .start_item_buttons a {
        padding: 21px 18px 21px 60px;
        font-size: 14px
    }
    .start_item .start_item_buttons button svg,
    .start_item .start_item_buttons a svg,
    .start_item:first-child .start_item_buttons button svg,
    .start_item:first-child .start_item_buttons a svg {
        left: 7%
    }
    .start_item:first-child .start_item_title {
        margin-top: 0;
        margin-left: 12px
    }
    .start_item:first-child .start_item_descr {
        width: 100%
    }
}

@media (max-width: 530px) {
    .start {
        margin-top: 60px;
        max-width: 100%
    }
    .start .start_item {
        height: -moz-max-content;
        height: max-content
    }
    .start .start_item .start_item_buttons button,
    .start .start_item .start_item_buttons a {
        padding: 21px 15px 21px 51px
    }
    .start .start_item_video {
        margin-top: 0
    }
}

.rate {
    margin-top: 170px;
    position: relative;
    background-image: url(../img/bg-rate.webp);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center 120px
}

.rate .container {
    display: flex;
    gap: 90px
}

.rate_forbes-bg {
    width: 918px;
    height: 718px;
    position: absolute;
    top: -121px;
    left: 0;
    z-index: -1
}

.rate_forbes-bg img {
    width: 100%;
    height: 100%
}

.rate_content {
    padding-top: 50px
}

.rate_content_descr {
    margin-top: 42px;
    width: 583px;
    font-size: 16px;
    line-height: 20px;
    color: #fff9;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.rate_rating {
    margin-top: 64px;
    width: 697px;
    display: flex;
    justify-content: space-between
}

.rate_rating_item {
    width: 307px
}

.rate_rating_title {
    font-weight: 500;
    font-family: Unbounded, Gotham Pro, sans-serif;
    display: flex;
    align-items: center
}

.rate_rating_title .top-wrapper {
    width: 100px;
    height: 38px;
    margin-right: 18px;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.rate_rating_title .top-wrapper:after {
    content: "";
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: left top;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to right, #37b362, #37b362 40%, #69e791, #37b362 60%, #37b362);
    animation: topRotate 2s infinite;
    z-index: -1
}

.rate_rating_title .top {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 1px;
    font-size: 18px;
    color: #37b362;
    background-color: #1a2d21;
    border-radius: 10px
}

.rate_rating_title .orange .top {
    color: #fd8619;
    background-color: #43301f;
    border-radius: 10px
}

.rate_rating_title .orange:after {
    background-image: linear-gradient(0, #fd8619, #fd8619 40%, #dab08b, #fd8619 60%, #fd8619);
    animation-delay: 1s
}

.rate_rating_title span:nth-child(2) {
    font-size: 24px
}

.rate_rating_list {
    margin-top: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.rate_rating_list li {
    width: 100%;
    height: 87px;
    position: relative;
    transition: all .5s
}

.rate_rating_list li:before,
.rate_rating_list li:after {
    content: "";
    height: 1px;
    width: calc(100% - 23px);
    position: absolute;
    right: 23px;
    top: 0;
    bottom: unset;
    background-image: linear-gradient(to right, #fff0 14%, #ffffff40 50%);
    background-size: 200%;
    background-position: 0;
    transition: background-position .4s
}

.rate_rating_list li:after {
    top: unset;
    bottom: 0;
    transform: none
}

.rate_rating_list li .fake-border {
    width: 23px;
    height: 100%;
    border-radius: 0;
    border-left: none !important;
    border: 1px solid rgba(255, 255, 255, .2509803922)
}

.rate_rating_list li .wrapper {
    padding: 18px 18px 18px 84px;
    width: calc(100% - 1px);
    height: calc(100% - 2px);
    position: absolute;
    top: 1px;
    left: 0;
    background-color: #ffffff0d;
    transition: background-color .3s
}

.rate_rating_list li .wrapper:before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60%;
    background-color: #fff6;
    font-size: 24px;
    font-weight: 500;
    color: #fff9
}

.rate_rating_list li .name {
    display: block;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.rate_rating_list li .value {
    width: -moz-max-content;
    width: max-content;
    padding-top: 8px;
    display: block;
    font-size: 21px;
    font-weight: 500;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-color: #fffbef;
    background-size: 200%;
    background-position: 0%
}

.rate_rating_list li:nth-child(1) {
    border-radius: 10px 10px 0 0
}

.rate_rating_list li:nth-child(1):before,
.rate_rating_list li:nth-child(1):after {
    background-image: linear-gradient(to right, #02884e00 14%, #ffa4064b 50%)
}

.rate_rating_list li:nth-child(1) .fake-border {
    border: 1px solid rgba(255, 164, 6, .2941176471);
    border-radius: 0 10px 0 0
}

.rate_rating_list li:nth-child(1) .wrapper {
    background-color: #ffaa0b11;
    border-radius: 10px 10px 0 0
}

.rate_rating_list li:nth-child(1) .wrapper .value {
    background-image: linear-gradient(to right, #ffa506, #8f5c03, #ffa506);
    animation: textGradient 3s infinite
}

.rate_rating_list li:nth-child(1) .wrapper:before {
    background-color: unset;
    background-image: url(../img/icons-rastr/first.webp);
    background-size: 100%;
    background-repeat: repeat
}

.rate_rating_list li:nth-child(1):hover .wrapper {
    background-color: #ffaa0b30
}

.rate_rating_list li:nth-child(2):before,
.rate_rating_list li:nth-child(2):after {
    background-image: linear-gradient(to right, #fff0 14%, #ffffff4b 50%)
}

.rate_rating_list li:nth-child(2) .fake-border {
    border: 1px solid rgba(255, 255, 255, .2941176471)
}

.rate_rating_list li:nth-child(2) .wrapper {
    background-color: #ffffff1a
}

.rate_rating_list li:nth-child(2) .wrapper .value {
    background-image: linear-gradient(to right, #c7c7c7, #7b7b7b, #c7c7c7);
    animation: textGradient 3s infinite;
    animation-delay: .5s
}

.rate_rating_list li:nth-child(2) .wrapper:before {
    background-color: unset;
    background-image: url(../img/icons-rastr/second.webp);
    background-size: 100%;
    background-repeat: repeat
}

.rate_rating_list li:nth-child(2):hover .wrapper {
    background-color: #ffffff36
}

.rate_rating_list li:nth-child(3):before,
.rate_rating_list li:nth-child(3):after {
    background-image: linear-gradient(to right, #8f570300 14%, #ab670163 50%)
}

.rate_rating_list li:nth-child(3) .fake-border {
    border: 1px solid rgba(171, 103, 1, .3882352941)
}

.rate_rating_list li:nth-child(3) .value {
    background-image: linear-gradient(to right, #fffbef, #888, #fffbef);
    animation: textGradient 3s infinite;
    animation-delay: 1s
}

.rate_rating_list li:nth-child(3) .wrapper {
    background-color: #f97a390d
}

.rate_rating_list li:nth-child(3) .wrapper:before {
    background-color: unset;
    background-image: url(../img/icons-rastr/third.webp);
    background-size: 100%;
    background-repeat: repeat
}

.rate_rating_list li:nth-child(3):hover .wrapper {
    background-color: #f97a3929
}

.rate_rating_list li:nth-child(4) .wrapper:before {
    content: "4"
}

.rate_rating_list li:nth-child(5) .fake-border {
    border-radius: 0 0 10px
}

.rate_rating_list li:nth-child(5) .wrapper {
    border-radius: 0 0 10px 10px
}

.rate_rating_list li:nth-child(5) .wrapper:before {
    content: "5"
}

.rate_rating_list li:hover:after,
.rate_rating_list li:hover:before {
    background-position: 40%
}

.rate_rating_list li:hover .wrapper {
    background-color: #ffffff24
}

.rate_rating_list.second li:nth-child(1) .value {
    animation: textGradient 3s infinite;
    animation-delay: 1.5s
}

.rate_rating_list.second li:nth-child(2) .value {
    animation: textGradient 3s infinite;
    animation-delay: 2s
}

.rate_rating_list.second li:nth-child(3) .value {
    animation: textGradient 3s infinite;
    animation-delay: 2.5s
}

.rate .ellipse-container {
    bottom: 10%;
    transform: translateY(50%);
    right: 0
}

.rate .ellipse-container .ellipse {
    width: 55vw;
    height: 55vw;
    bottom: 50%;
    right: 0;
    transform: translate(50%, 50%);
    background-image: radial-gradient(#7a72011c, #7a72011f 25%, #7a720100 70%)
}

@keyframes topRotate {
    0% {
        rotate: 0deg
    }
    to {
        rotate: 360deg
    }
}

@keyframes textGradient {
    0% {
        background-position: 0%
    }
    to {
        background-position: 200%
    }
}

@media (max-width: 1200px) {
    .rate {
        margin-top: 120px
    }
    .rate_animate-image {
        display: none
    }
    .rate_forbes-bg {
        width: 100%;
        height: unset
    }
    .rate_content {
        margin: 0 auto;
        display: flex;
        flex-direction: column
    }
    .rate_rating_list li {
        pointer-events: none
    }
}

@media (max-width: 900px) {
    .rate_rating {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px
    }
}

@media (max-width: 725px) {
    .rate_rating_title {
        justify-content: center
    }
}

@media (max-width: 719px) {
    .rate_content {
        align-items: center
    }
    .rate_content h2 {
        width: -moz-max-content;
        width: max-content;
        font-size: 18px;
        text-align: start
    }
    .rate_content h2 .blue {
        width: -moz-max-content;
        width: max-content;
        font-size: 29px;
        text-align: start
    }
    .rate_content_descr {
        margin: 23px auto 0;
        width: 321px;
        text-align: start;
        font-size: 14px;
        gap: 10px
    }
    .rate_rating_title {
        font-size: 18px
    }
}

.news {
    margin-top: 156px;
    background-image: url(../img/bg-news.webp);
    background-size: auto 100%;
    background-position: 0px -40px;
    position: relative
}

.news_content {
    margin-top: 86px;
    display: flex;
    justify-content: space-between;
    height: -moz-max-content;
    height: max-content
}

.news_content_date {
    padding: 9px 18px 9px 44px;
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #0000004d;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px
}

.news_content_date img {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.news_content_item {
    padding-top: 250px;
    min-height: 445px;
    width: 412px;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.news_content_item:after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    display: block;
    bottom: 0;
    background-image: linear-gradient(0deg, #131324 70%, #13132473 90%, #13132400);
    z-index: -1
}

.news_content_img {
    height: 300px;
    position: absolute;
    z-index: -2;
    top: 0
}

.news_content_descr {
    padding: 0 35px 130px;
    min-height: 200px
}

.news_content_text {
    display: block;
    min-height: 57px;
    line-height: 30px;
    font-size: 24px;
    font-family: Unbounded, Gotham Pro, sans-serif;
    font-weight: 500
}

.news_content .button {
    width: calc(100% - 70px);
    height: unset;
    padding: 19px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 45px
}

.news_content .button img {
    width: 16px
}

.news .ellipse-container:nth-child(1) {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.news .ellipse-container:nth-child(1) .ellipse {
    width: 60vw;
    height: 70vw;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#020b58c0, #020b5846 50%, #020b5800 70%)
}

.news .ellipse-container:nth-child(2) {
    top: 0;
    right: 0;
    transform: translateY(-20%)
}

.news .ellipse-container:nth-child(2) .ellipse {
    top: 40%;
    right: 0%;
    transform: translate(50%, -50%);
    background-image: radial-gradient(#d8d8d818, #d8d8d800 70%)
}

.news_body {
    display: flex;
    justify-content: space-between;
    gap: 75px
}

.news_left_content {
    color: #9b9ea3;
    font-family: Gotham Pro;
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 42px
}

.news_left_content p {
    padding-top: 32px
}

.news_left_content p:last-child {
    padding-top: 20px
}

.news_left a {
    width: -moz-max-content;
    width: max-content
}

@media (max-width: 1500px) {
    .news .ellipse-container:nth-child(2) {
        height: 100vh
    }
    .news .ellipse-container:nth-child(2) .ellipse {
        top: 50%
    }
    .news_content_item {
        padding-top: 190px;
        width: 330px;
        min-height: 371px
    }
    .news_content_item:after {
        height: 72%
    }
    .news_content_img {
        min-height: unset;
        width: 100%;
        height: auto
    }
    .news_content_text {
        font-size: 21px
    }
    .news_content_descr {
        padding: 0 35px 95px;
        min-height: 180px
    }
    .news_content .button {
        bottom: 30px
    }
}

@media (max-width: 1200px) {
    .news {
        background-size: cover;
        position: center center;
        margin-top: 116px
    }
    .news_content-wrapper {
        width: 100%;
        padding: 60px 0
    }
}

@media (max-width: 900px) {
    .news_content-wrapper {
        padding: 0
    }
    .news_body {
        flex-direction: column;
        align-items: center;
        gap: 55px
    }
    .news_left_content {
        padding-bottom: 0
    }
}

@media (max-width: 719px) {
    .news {
        background-position: 0 100px
    }
    .news_content {
        margin-top: 50px
    }
    .news_content_item {
        width: 240px;
        min-height: 287px;
        padding-top: 150px
    }
    .news_content_item:after {
        height: 70%
    }
    .news_content_item:last-child .news_content_img {
        width: 125%
    }
    .news_content_text {
        font-size: 16px
    }
    .news_content_descr {
        padding: 12px
    }
    .news_content .button {
        width: calc(100% - 24px);
        height: 46px;
        font-size: 12px;
        bottom: 55px
    }
    .news_content_date {
        top: unset;
        bottom: 9px;
        background-color: unset;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
    .news_body {
        gap: 40px
    }
    .news_left_content {
        font-size: 14px
    }
    .news_left_content p:last-child {
        padding-top: 10px
    }
    .news_left a {
        margin: 23px auto 0
    }
    .news .ellipse-container:nth-child(1) {
        display: none
    }
}

.our-family {
    margin-top: 141px;
    padding-bottom: 100px;
    position: relative;
    background-image: url(../img/bg-family.webp);
    background-repeat: no-repeat
}

.our-family .container {
    text-align: center;
    position: relative
}

.our-family_flex {
    margin-top: 120px;
    display: flex
}

.our-family_content {
    min-width: 734px;
    width: 734px;
    display: flex;
    flex-wrap: wrap;
    gap: 34px
}

.our-family_content_img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 70px
}

.our-family_content-wrapper {
    padding-bottom: 15px
}

.our-family_item {
    padding: 44px 35px 43px;
    width: 350px;
    height: 307px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 55px;
    border-radius: 12px;
    overflow: hidden;
    font-size: 24px;
    cursor: pointer;
    background-size: 115%;
    background-position: center center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.our-family_item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.our-family_item img {
    height: 42px;
    width: -moz-max-content;
    width: max-content
}

.our-family_item_value {
    font-family: Unbounded, Gotham Pro, sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px
}

.our-family_item_value span {
    font-size: 16px;
    color: #fff9
}

.our-family_item_button {
    position: relative;
    width: -moz-max-content;
    width: max-content
}

.our-family_item_button:after {
    content: "";
    width: 23px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    transform: translateY(-50%);
    background-image: url(../img/icons/arrow-light.svg);
    transition: transform cubic-bezier(.15, .87, .35, .95) .5s
}

.our-family_item.active {
    background-size: 125%
}

.our-family_item.active .our-family_item_button:after {
    transform: translate(100%, -50%)
}

.our-family .disc {
    background-image: url(../img/family/dic-bg.webp)
}

.our-family .disc:before {
    background-image: url(../img/family/dark-blue.svg)
}

.our-family .disc.active {
    box-shadow: 0 0 30px #2e2eff
}

.our-family .tg {
    background-image: url(../img/family/tg-bg.webp)
}

.our-family .tg:before {
    background-image: url(../img/family/blue.svg)
}

.our-family .tg.active {
    box-shadow: 0 0 30px #2e8fff
}

.our-family .you {
    background-image: url(../img/family/you-bg.webp)
}

.our-family .you:before {
    background-image: url(../img/family/red.svg)
}

.our-family .you.active {
    box-shadow: 0 0 30px #fc3b2e
}

.our-family .inst {
    background-image: url(../img/family/inst-bg.webp)
}

.our-family .inst:before {
    background-image: url(../img/family/gradient.svg)
}

.our-family .inst.active {
    box-shadow: 0 0 25px #b22eff
}

.our-family .ellipse-container {
    top: 0;
    transform: translateY(-30%)
}

.our-family .ellipse-container .ellipse {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#020b58c0, #020b5846 50%, #020b5800 70%)
}

@media (max-width: 1700px) {
    .our-family_content-wrapper {
        overflow: hidden
    }
    .our-family_content_img {
        right: -200px
    }
}

@media (max-width: 1500px) {
    .our-family_content_img {
        right: -250px;
        top: 25%;
        height: 80%
    }
}

@media (max-width: 1200px) {
    .our-family {
        margin-top: 100px;
        background-size: contain
    }
    .our-family_flex {
        margin-top: 70px;
        justify-content: center
    }
    .our-family_content_img {
        display: none
    }
}

@media (max-width: 900px) {
    .our-family h2 {
        text-align: center
    }
    .our-family .container {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .our-family_content {
        width: 100%;
        justify-content: center
    }
    .our-family_item {
        width: 300px;
        height: 280px
    }
}

@media (max-width: 750px) {
    .our-family {
        background-position: 0 100px
    }
    .our-family_flex {
        width: 100%
    }
    .our-family_content {
        min-width: unset
    }
    .our-family_item {
        padding: 18px;
        width: 158px;
        height: 156px;
        gap: 25px
    }
    .our-family_item img {
        width: 70px;
        height: -moz-max-content;
        height: max-content
    }
    .our-family_item_value {
        font-size: 18px;
        flex-wrap: wrap;
        gap: 3px
    }
    .our-family_item_value span {
        font-size: 12px
    }
    .our-family_item_button {
        font-size: 14px
    }
    .our-family_item_button:after {
        width: 11px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        left: calc(100% + 12px)
    }
}

@media (max-width: 460px) {
    .our-family_content {
        gap: 15px
    }
}

.modal-overflow.active {
    opacity: 1
}

.modal-overflow.active img {
    transform: translate(0) rotate(0)
}

.modal-overflow.active img:last-child {
    transform: translate(0) rotate(0)
}

.modal.active {
    transform: translate(-50%)
}

.modal-overflow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #030b17da;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 30;
    opacity: 0;
    display: none;
    transition: all .5s
}

.modal-overflow img {
    height: 90vh;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: translate(-50%, 20%) rotate(-45deg);
    transition: transform .5s;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.modal-overflow img:last-child {
    right: 0;
    left: unset;
    transform-origin: right bottom;
    transform: translate(50%, 20%) rotate(45deg)
}

.modal {
    padding-top: 53px;
    width: 840px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 31;
    display: none;
    transition: transform .5s
}

.modal h2 {
    text-align: center
}

.modal_content {
    margin-top: 47px;
    width: 100%
}

.modal_content_top {
    gap: 15px;
    padding: 12px 12px 12px 85px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background-color: #ffffff0d;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.modal_content_top_icon {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 14px;
    background-color: #ffffff0d
}

.modal_content_top_icon:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/modal/play-squar.svg)
}

.modal_content_top_body-button {
    display: flex;
    gap: 10px
}

.modal_content_top_title {
    font-size: 18px;
    font-weight: 500
}

.modal_content_top_descr {
    margin-top: 7px;
    font-size: 16px;
    color: #fff9
}

.modal_content_top_link {
    padding: 21px 25px 21px 55px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    border-radius: 14px;
    background-color: #ffffff0d;
    transition: background-color .25s
}

.modal_content_top_link:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/icons/link-fff.svg)
}

.modal_content_top_link:hover {
    background-color: #ffffff26
}

.modal_content_top_link.register-button {
    padding: 21px 25px
}

.modal_content_top_link.register-button:before {
    display: none
}

.modal_content_body {
    margin-top: 25px;
    display: flex;
    justify-content: space-between
}

.modal_content_item {
    padding: 100px 45px 45px;
    width: 410px;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    overflow: hidden
}

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

.modal_content_item_bonus {
    padding: 10px 23px;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 28px;
    right: 31px;
    background-color: #ff2727;
    border-radius: 20px
}

.modal_content_item .fake-border {
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    border-radius: 0 0 20px 20px;
    border: solid 1px rgba(56, 124, 255, .5);
    border-top: none
}

.modal_content_item .fake-border:before,
.modal_content_item .fake-border:after {
    content: "";
    width: 1.5px;
    height: 600px;
    position: absolute;
    bottom: 100%;
    left: 100%;
    background-image: linear-gradient(0deg, #387cff80, #387cff00)
}

.modal_content_item .fake-border:after {
    left: unset;
    right: 100%
}

.modal_content_item .fake-border.yellow {
    border: solid 1px rgba(247, 225, 28, .5);
    border-top: none
}

.modal_content_item .fake-border.yellow:before,
.modal_content_item .fake-border.yellow:after {
    background-image: linear-gradient(0deg, #f7e11c80, #f7e11c00)
}

.modal_content_item-button {
    display: none
}

.modal_content .platform-logo {
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background-color: #0000008c;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.modal_content .platform-logo img {
    width: 38px
}

.modal_content_rage-link {
    transition: .2s
}

.modal_content_rage-link.active {
    color: #fdd316
}

.modal_content_title {
    margin-top: 25px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-family: Unbounded, Gotham Pro, sans-serif
}

.modal_content_link {
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 21px 25px;
    display: block;
    text-align: center;
    border-radius: 4px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.modal_content .button {
    padding: 21px 28px
}

.modal_content_link.button {
    pointer-events: none
}

.modal_content_link.yellow {
    position: relative;
    background-image: none;
    background-color: #fdd31694;
    line-height: 17px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    pointer-events: all;
    transition: all .3s, color .2s
}

.modal_content_link.yellow div {
    display: flex;
    gap: 15px
}

.modal_content_link.yellow div svg path {
    transition: fill .2s
}

.modal_content_link.yellow.active {
    background-color: #fdd316;
    color: #232323;
    text-shadow: 1px #232323
}

.modal_content_link.yellow.active svg path {
    fill: #232323
}

.modal_content_list-title {
    margin-top: 46px;
    font-size: 16px;
    color: #fff9
}

.modal_content_list {
    margin-top: 24px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 23px
}

.modal_content_list li {
    padding-left: 30px;
    position: relative
}

.modal_content_list li:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/modal/true.svg);
    background-position: center center
}

.modal_content_list.false li:before {
    background-image: url(../img/modal/false.svg)
}

.modal_content .mobile-hide {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    line-height: 100%;
    background-color: #000000bd;
    border-radius: 4px
}

.close-modal {
    display: none
}

@media (max-height: 1050px) {
    .modal_content_item {
        padding-top: 20px
    }
}

@media (max-height: 930px) {
    .modal {
        padding-top: 30px;
        width: 750px
    }
    .modal_content {
        margin-top: 25px
    }
    .modal_content .platform-logo {
        margin-top: 12px
    }
    .modal_content_item {
        padding: 20px 25px;
        width: 357px;
        display: flex;
        flex-wrap: wrap
    }
    .modal_content_item_bg {
        opacity: .8
    }
    .modal_content_item_bonus {
        font-size: 12px;
        padding: 7px 23px;
        top: 9px;
        right: 37px
    }
    .modal_content_title {
        margin-top: 29px;
        margin-left: 20px;
        width: 200px;
        display: inline-block;
        font-size: 20px;
        line-height: 24px
    }
    .modal_content_link {
        margin-top: 20px;
        padding: 17px 20px
    }
    .modal_content_list-title {
        margin-top: 24px
    }
    .modal_content_list {
        margin-top: 18px
    }
}

@media (max-height: 750px) {
    .modal h2 {
        display: none
    }
}

@media (max-height: 670px) {
    .modal {
        padding: 0
    }
    .modal h2 {
        display: none
    }
    .modal_content_list {
        gap: 15px
    }
    .modal_content_link.yellow {
        padding: 21px 13px
    }
}

@media (max-width: 1000px) {
    .modal-overflow img {
        height: 65vh
    }
}

@media (max-width: 840px) {
    .modal {
        overflow: auto;
        width: 100%
    }
    .modal_content {
        margin: 0 auto;
        width: -moz-max-content;
        width: max-content
    }
    .modal_content_top {
        display: none
    }
    .modal_content_body {
        padding-bottom: 50px;
        flex-direction: column;
        align-items: center;
        gap: 50px
    }
    .modal_content_item {
        padding: 100px 45px 45px;
        width: 410px;
        position: relative
    }
    .modal_content_item_bonus {
        padding: 10px 23px;
        top: 28px;
        right: 31px
    }
    .modal_content_link {
        position: relative
    }
    .modal_content .platform-logo {
        width: 74px;
        height: 74px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 14px;
        background-color: #0000008c;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px)
    }
    .modal_content .platform-logo img {
        width: 38px
    }
    .modal_content_title {
        display: block;
        width: unset;
        text-align: start;
        margin-left: 0
    }
    .modal_content_link {
        margin-top: 32px;
        padding: 21px 25px;
        display: block;
        text-align: center;
        border-radius: 4px
    }
    .modal_content_list {
        margin-top: 24px;
        gap: 23px
    }
    .modal_content_item-button {
        width: 410px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        background-image: linear-gradient(to right, #1977fd, #034fb6 33%, #00439e);
        background-size: 300% auto;
        background-position: 0%;
        border-radius: 15px;
        margin-top: -20px;
        transition: all .3s, color .4s, transform 0s
    }
    .modal_content_item-button.active {
        background-position: 76%;
        color: #fffbefc9;
        box-shadow: 0 0 20px #1a2fa5
    }
}

@media (max-width: 650px) {
    .close-modal {
        display: none;
        width: 70px;
        height: 70px;
        position: fixed;
        top: 70px;
        right: 20px;
        border-radius: 10px;
        background-color: #1b1b1b8c;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        z-index: 50;
        opacity: 0;
        transition: opacity .5s
    }
    .close-modal:before,
    .close-modal:after {
        content: "";
        width: 50%;
        height: 2px;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #ff27277a;
        transform: translate(-50%, -50%) rotate(45deg)
    }
    .close-modal:after {
        transform: translate(-50%, -50%) rotate(-45deg)
    }
}

@media (max-width: 550px) {
    .modal-overflow.active img:last-child {
        transform: translate(20%)
    }
    .modal h2 .blue {
        width: 100%;
        text-align: center
    }
    .modal_content_item {
        padding: 100px 25px 45px;
        width: 340px
    }
    .modal_content_item-button {
        width: 340px
    }
}

.header form.create-crm .form-email,
.header form.create-crm .form-phone {
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.header form.create-crm .form-wrapper {
    transition: .3s .5s !important;
    transform: translateY(-10vh) !important
}

.header form.create-crm #reg-modal-btn {
    transition: .5s !important;
    background-color: #00000040;
    height: .13vh;
    min-height: .13vh;
    pointer-events: none;
    border-radius: 1px
}

.header form.create-crm #reg-modal-btn .caret {
    visibility: visible;
    opacity: 1
}

.header form.create-crm #reg-modal-btn .text-loader {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%) translateY(-120%)
}

.header form.create-crm #reg-modal-off {
    pointer-events: none !important;
    visibility: hidden !important;
    transition: .5s !important;
    opacity: 0 !important;
    transform: translate(-50%) translateY(10.8vh) rotate(360deg) !important
}

.header form {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
    top: 50%
}

.header form .loader-after-submit {
    display: flex;
    position: fixed;
    visibility: hidden;
    display: none;
    opacity: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

.header form .loader-after-submit .loader-text {
    color: #000000b3;
    position: absolute;
    top: 9.2vh;
    font-size: max(1.4vh, 8px)
}

.header form .loader-after-submit .text-krapka {
    display: inline-block;
    width: 13px
}

.header form .loader-after-submit .loader-tooltip {
    color: #fff;
    font-size: 2.5vh;
    max-width: 256px;
    width: 256px;
    top: 0%;
    position: absolute
}

.header form .loader-after-submit .loader-tooltip .scroller {
    max-width: 256px;
    width: 256px;
    display: flex;
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: hidden
}

.header form .loader-after-submit .loader-tooltip .scroller-item {
    width: 256px;
    min-width: 256px;
    color: #a5a5a5;
    text-align: center
}

.header form .form-wrapper {
    display: flex;
    flex-direction: column;
    transition: .3s ease 1.4s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10vh)
}

.header form .form-wrapper>div {
    margin-bottom: 1vh
}

.header form input {
    display: block;
    border-radius: 2.5vh;
    color: #000000b3;
    padding: 0;
    padding-left: max(3.94vh, 20px);
    padding-right: max(1vw, 6px);
    border: none;
    outline: none;
    transition: padding .3s;
    text-overflow: ellipsis;
    height: 3vh;
    font-size: max(1.4vh, 8px);
    min-height: 15px;
    line-height: 3vh;
    z-index: 3;
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.header form .form-email.active-focus span.left-tooltip {
    opacity: .88;
    visibility: visible;
    right: calc(100% + 6px)
}

.header form .form-email.active-focus input {
    padding-left: max(1vw, 6px)
}

.header form .form-email.active-focus span.right-tooltip {
    opacity: .88;
    visibility: visible;
    left: calc(100% + 6px)
}

.header form .form-email.active-focus i {
    opacity: 0
}

.header form .form-phone.active-focus span.left-tooltip {
    opacity: .88;
    visibility: visible;
    right: calc(100% + 6px)
}

.header form .form-phone.active-focus .country-drop {
    opacity: 1
}

.header form .form-phone.active-focus .prefix-phone {
    visibility: visible;
    opacity: 1;
    padding-left: max(4.5vh, 26px)
}

.header form .form-phone.active-focus span.right-tooltip {
    opacity: .88;
    visibility: visible;
    left: calc(100% + 6px)
}

.header form .form-phone.active-focus i {
    opacity: 0
}

.header form .form-email,
.header form .form-phone {
    font-size: max(1.4vh, 8px);
    position: relative;
    color: #8f8f8f;
    max-width: max(21vh, 106px);
    min-width: max(21vh, 106px)
}

.header form .form-phone {
    display: flex;
    z-index: 2;
    align-items: center;
    border-radius: 2.5vh;
    background-color: #fff
}

.header form .form-phone input {
    padding-left: 0;
    border-radius: 0;
    background-color: transparent
}

.header form .form-phone .prefix-phone.prefixActive {
    visibility: visible;
    opacity: 1
}

.header form .form-phone .prefix-phone {
    z-index: 4;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    white-space: pre;
    font-weight: 400;
    color: #000000b3;
    padding-left: max(3.94vh, 20px)
}

.header form div {
    position: relative
}

.header form div p {
    font-size: max(1.2vh, 7px)
}

.header form div .error {
    position: absolute;
    top: 0;
    display: block;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    width: 1.53vh;
    min-width: 8px;
    min-height: 8px;
    transition: .3s;
    right: 1.25vh
}

.header form div .error svg {
    width: 100%;
    height: 100%
}

.header form div .error svg path {
    fill: red
}

.header form div i {
    position: absolute;
    top: 50%;
    display: block;
    z-index: 5;
    opacity: 1;
    height: 1.53vh;
    width: 1.53vh;
    min-width: 8px;
    min-height: 8px;
    transition: .3s;
    transform: translateY(-50%);
    left: 1.25vh
}

.header form div i svg {
    width: 100%;
    height: 100%
}

.header form div span.left-tooltip {
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    visibility: hidden;
    transition: .3s;
    position: absolute;
    right: 50%;
    display: block;
    pointer-events: none;
    z-index: 2
}

.header form div span.right-tooltip {
    position: absolute;
    left: 50%;
    display: block;
    transition: .3s;
    opacity: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
    white-space: nowrap;
    visibility: hidden
}

.header form #reg-modal-off {
    position: absolute;
    left: 50%;
    transition: transform .3s ease 1.2s, opacity .3s ease 1.2s, visibility .3s ease 1.2s;
    visibility: hidden;
    opacity: 0;
    border: none;
    outline: none;
    width: max(4vh, 20px);
    height: max(4vh, 20px);
    line-height: 4vh;
    background-color: transparent;
    text-align: center;
    border-radius: 50%;
    transform: translate(-50%) translateY(0)
}

.header form #reg-modal-off:hover svg path {
    fill: #000000b3
}

.header form #reg-modal-off:hover {
    transition: 0s
}

.header form #reg-modal-off svg {
    width: 100%;
    height: 100%
}

.header form #reg-modal-btn {
    background-color: #0071e3;
    color: #fff;
    border-radius: 2.5vh;
    opacity: .88;
    width: 100%;
    padding: 0 max(1vw, 9px);
    border: none;
    outline: none;
    position: relative;
    height: 3vh;
    font-size: max(1.6vh, 8px);
    min-height: 15px;
    margin-top: 5vh;
    transition: background-color .3s
}

.header form #reg-modal-btn:disabled {
    background-color: #8f8f8f !important;
    cursor: no-drop
}

.header form #reg-modal-btn .text-loader {
    position: absolute;
    color: #000000b3;
    font-size: 1.8vh;
    visibility: hidden;
    width: 100%;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
    opacity: 0;
    top: 0;
    transition: .3s 1s;
    left: 50%;
    transform: translate(-50%)
}

.header form #reg-modal-btn .caret {
    visibility: hidden;
    opacity: 0;
    transition: transform .5s, width .2s;
    position: absolute;
    display: block;
    left: 0;
    background-color: #0006;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    height: .39vh;
    pointer-events: none;
    border-radius: 1px
}

.header form #reg-modal-btn:hover {
    background: #147ce5
}

.header.active form {
    visibility: visible;
    opacity: 1;
    transition: .3s ease 1.1s
}

.header.active form #reg-modal-off {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%) translateY(20vh)
}

.header.active form .form-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

* {
    box-sizing: border-box;
    outline: none !important
}

.hide-scroll-wrapper {
    width: 435px;
    height: 497px;
    overflow-x: hidden;
    position: relative;
    border-radius: 0 0 10px 10px
}

@media (max-width: 1200px) {
    .hide-scroll-wrapper {
        width: 410px
    }
}

@media (max-width: 900px) {
    .hide-scroll-wrapper {
        width: 435px
    }
}

@media (max-width: 530px) {
    .hide-scroll-wrapper {
        width: 328px
    }
}

.hide-scroll-wrapper .scroll-down-button {
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: 17px;
    right: 17px;
    border-radius: 13px;
    background-color: #ffffff1a;
    pointer-events: all;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s, opacity cubic-bezier(.18, .87, .18, .87) .6s, pointer-events .7s
}

.hide-scroll-wrapper .scroll-down-button svg {
    width: 13px;
    height: 13px;
    rotate: -90deg;
    translate: 0 1px
}

.hide-scroll-wrapper .scroll-down-button svg path {
    transition: fill .2s
}

.hide-scroll-wrapper .scroll-down-button:hover {
    background-color: #ffffffc1
}

.hide-scroll-wrapper .scroll-down-button:hover path {
    fill: #0000004f
}

.hide-scroll-wrapper .scroll-down-button.hide {
    opacity: 0;
    pointer-events: none
}

.hide-scroll-wrapper .avatar {
    position: absolute;
    bottom: 20px;
    left: 12px;
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover
}

.hide-scroll-wrapper .avatar img {
    width: 100%;
    height: 100%
}

.tg_headder {
    height: 83px;
    background: #3a3a3a80;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    border-radius: 10px 10px 0 0
}

@media (max-width: 900px) {
    .tg_headder {
        padding: 0 18px;
        gap: 8px
    }
}

.tg_avatar {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 900px) {
    .tg_avatar {
        width: 42px;
        height: 42px
    }
}

.tg_avatar img {
    width: 100%;
    height: 100%
}

.tg_title {
    color: #fff;
    font-family: Gotham Pro;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 900px) {
    .tg_title {
        font-size: 14px
    }
}

.tg_subscribers {
    padding-top: 6px;
    color: #888;
    font-family: Gotham Pro;
    font-size: 12px;
    font-weight: 400
}

@media (max-width: 900px) {
    .tg_subscribers {
        font-size: 10px
    }
}

@media (max-width: 530px) {
    .tg_subscribers {
        padding-top: 4px
    }
}

.wrapper {
    padding-left: 12%;
    width: 448px;
    height: 100%;
    position: absolute;
    left: 0;
    overflow-y: auto;
    background-color: #3a3a3a4d
}

@media (max-width: 530px) {
    .wrapper {
        padding-left: 16%
    }
}

#news-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 13px 0 0 6px
}

#news-container .flex-reverse {
    display: flex;
    flex-direction: column-reverse
}

#news-container .post-wrapper.noreaction .post-body {
    padding-bottom: 22px
}

#news-container .post-wrapper {
    margin: 19px 0;
    width: 320px;
    height: auto;
    position: relative;
    background-color: #ffffff1a;
    border-radius: 14px 14px 14px 4px;
    overflow: hidden;
    cursor: pointer
}

@media (max-width: 530px) {
    #news-container .post-wrapper {
        width: 242px;
        margin: 13px 0
    }
}

#news-container .post-wrapper i {
    pointer-events: none;
    position: absolute;
    left: -5px;
    top: -1px
}

#news-container .post-wrapper .post-photo {
    width: 100%;
    margin-bottom: 10px
}

#news-container .post-body {
    width: 100%;
    padding: 0 13px 34px;
    font-size: 11px;
    line-height: 140%;
    color: #fff
}

@media (max-width: 530px) {
    #news-container .post-body {
        padding: 0 13px 52px;
        font-size: 10px
    }
}

#news-container .body-link {
    color: #2481cc;
    text-decoration: none
}

#news-container .body-link:hover {
    text-decoration: underline
}

#news-container .reactions-wrapper {
    width: 100%;
    height: 26px;
    position: absolute;
    padding-left: 11px;
    bottom: 3px;
    right: 0;
    font-size: 13px;
    display: flex;
    align-items: center
}

@media (max-width: 530px) {
    #news-container .reactions-wrapper {
        padding-bottom: 29px;
        font-size: 12px
    }
}

#news-container .reactions-wrapper .reaction-container {
    text-decoration: none;
    margin-right: 6px;
    height: 19px;
    display: flex;
    background-color: #3fb8f01c;
    padding: 0 4px;
    border-radius: 10px;
    align-items: end;
    cursor: pointer;
    outline: none
}

#news-container .reactions-wrapper .reaction-container:hover {
    transition: background-color .3s;
    background-color: #3fb8f038
}

#news-container .reactions-wrapper span {
    cursor: default;
    margin-right: 3px;
    line-height: 19px;
    pointer-events: none;
    text-shadow: none
}

#news-container .reactions-wrapper .text {
    margin-left: 1px;
    font-family: Gotham Pro;
    color: #2481cc;
    font-weight: 400;
    font-size: 10px;
    text-shadow: none
}

#news-container .reactions-wrapper .info {
    position: absolute;
    right: 8px;
    padding-top: 12px;
    display: flex;
    align-items: center
}

@media (max-width: 530px) {
    #news-container .reactions-wrapper .info {
        padding-top: 42px
    }
}

#news-container .reactions-wrapper .info a {
    font-family: Gotham Pro;
    font-size: 9px;
    font-weight: 400;
    color: #787d90;
    text-decoration: none;
    text-shadow: none;
    display: flex;
    align-items: center;
    gap: 3px
}

#news-container .reactions-wrapper .info a svg {
    width: 10px;
    height: 10px
}

#news-container .reactions-wrapper .info .views {
    margin-right: 6px;
    height: 13px
}

#news-container .reactions-wrapper .info .views span {
    color: #000000ab
}

#news-container .reactions-wrapper .info .date {
    margin-right: 0;
    height: 8px
}

#news-container .link {
    padding: 0 19px 0 0;
    display: block;
    font-size: 9px;
    line-height: 12px;
    text-decoration: none;
    color: #212121
}

#news-container .link-image {
    position: relative;
    margin: 3px 0 6px
}

#news-container .link-image img {
    width: 100%;
    border-radius: 13px;
    min-height: 141px
}

#news-container .link-wrapper {
    padding-left: 6px;
    padding-bottom: 1px;
    margin-top: 10px;
    border-left: solid 1px #2481cc
}

#news-container .link-siteName {
    color: #2481cc;
    font-weight: 500;
    margin-bottom: 3px
}

#news-container .link-title {
    font-weight: 600;
    margin-bottom: 3px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3
}

#news-container .link-body {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 9;
    -webkit-line-clamp: 9
}

#news-container .link .noto-color-emoji-regular {
    font-size: 10px
}

.date-container {
    width: 320px;
    position: relative;
    margin-bottom: 3px
}

@media (max-width: 530px) {
    .date-container {
        width: 242px
    }
}

.date-sticky-element {
    position: sticky;
    top: 13px;
    z-index: 10;
    width: 100%;
    text-align: center;
    pointer-events: none
}

.date-sticky-element span {
    background-color: #31363c;
    padding: 3px 5px;
    border-radius: 10px;
    line-height: 19px;
    font-size: 10px;
    color: #fff;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.visual-panel {
    position: absolute;
    width: 20px;
    height: 497px;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: all;
    opacity: 1;
    transition: opacity cubic-bezier(.18, .87, .18, .87) .6s
}

.visual-panel .scroll-place {
    height: 95%;
    width: 4px;
    position: absolute;
    right: 5px;
    top: 2.5vh;
    background-color: #30363c73;
    border-radius: 5px
}

.visual-panel .scroll-place .scroll-caret {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50%;
    border-radius: 5px;
    background-color: #fef3f01f
}

.visual-panel .date-container {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 10px
}

.visual-panel .date-container div {
    height: auto;
    position: relative;
    width: 100%
}

.visual-panel .date-container div .date-element {
    top: 20px
}

.visual-panel .date-container div .sticky {
    position: sticky
}

.visual-panel.hide {
    opacity: 0;
    pointer-events: none
}

.noto-color-emoji-regular {
    font-size: 12px
}

.article {
    padding-bottom: 98px
}

.article_shop {
    padding-top: 100px;
    padding-bottom: 0
}

.article_container {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #ffffff0d;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    display: flex;
    padding: 55px 55px 55px 64px;
    height: 407px
}

@media (max-width: 1200px) {
    .article_container {
        flex-direction: column;
        padding: 24px;
        height: 523px
    }
}

.article_content-container {
    flex: 0 0 50%;
    position: relative
}

@media (max-width: 1200px) {
    .article_content-container {
        height: 55%
    }
}

.article_content-container:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: calc(100% - 10px);
    height: 20px;
    z-index: 1;
    margin-right: 10px;
    background: linear-gradient(0deg, #14142000, #101723 85.71%)
}

.article_content-container:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 56px;
    z-index: 1;
    margin-right: 10px;
    background: linear-gradient(180deg, #14142000, #101723 85.71%)
}

.article_content {
    overflow: auto;
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 56px;
    height: calc(100% + 20px);
    padding-right: 10px
}

@media (max-width: 1200px) {
    .article_content {
        margin-top: -5px;
        padding-top: 5px;
        padding-right: 5px;
        height: calc(100% + 5px)
    }
}

.article_content *::-webkit-scrollbar {
    width: 2px;
    border-radius: 2px
}

.article_content::-webkit-scrollbar {
    width: 2px;
    border-radius: 2px
}

.article_content::-webkit-scrollbar-track {
    background: #ffffff0d
}

.article_content::-webkit-scrollbar-thumb {
    background: #ffffff59;
    min-height: 150px
}

.article_content::-webkit-scrollbar-thumb:hover {
    background: #ffffff59
}

.article_content h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 24px;
    text-align: start
}

.article_content h2:not(:first-child) {
    padding-bottom: 18px
}

.article_content h2:not(:first-child) {
    padding-top: 24px
}

@media (max-width: 1200px) {
    .article_content h2 {
        font-size: 18px;
        padding-bottom: 12px
    }
    .article_content h2:not(:first-child) {
        padding-top: 18px
    }
}

.article_content li,
.article_content p {
    color: #fff6;
    font-size: 16px;
    font-weight: 300;
    line-height: 175%
}

@media (max-width: 1200px) {
    .article_content li,
    .article_content p {
        font-size: 12px
    }
}

.article_content h3 {
    padding-top: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 140%
}

@media (max-width: 1200px) {
    .article_content h3 {
        font-size: 16px
    }
}

.article_content ul li {
    padding-left: 20px;
    position: relative
}

.article_content ul li:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 6px;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background: #fff
}

@media (max-width: 1200px) {
    .article_content ul li:before {
        top: 19px;
        left: 6px
    }
}

.article_gallery {
    flex: 0 1 50%;
    padding-left: 47px
}

@media (max-width: 1200px) {
    .article_gallery {
        padding-left: 0;
        padding-top: 24px;
        height: calc(50% - 24px);
        flex: 0 1 calc(50% - 24px)
    }
}

.article_image-container {
    flex: 0 0 50%;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}

.article_image-container.active .article_image {
    transform: scale(1.03)
}

.article_image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .2s ease
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #003af700;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    z-index: 100;
    transition: .5s all;
    display: none;
    z-index: 1000
}

@media (max-width: 840px) {
    .popup {
        overflow-y: scroll
    }
}

.popup_modal {
    padding: 20px;
    width: 521px;
    max-width: 100vw;
    height: -moz-max-content;
    height: max-content;
    min-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -120vh);
    transition: transform .3s;
    transform: translate(-50%, -200vh)
}

.popup_modal:not(.check) {
    border-radius: 10px;
    background: linear-gradient(180deg, #fffbef0d, #fffbef00);
    padding-top: 30px
}

.popup_modal__fake-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-radius: 0 0 12px 12px;
    border: 1px solid rgb(33, 34, 41);
    border-top: 0px
}

.popup_modal__fake-border:before {
    content: "";
    position: absolute;
    bottom: 29px;
    right: -1px;
    height: 155%;
    width: 1px;
    background-image: linear-gradient(to top, #212229, #21222900)
}

.popup_modal__fake-border:after {
    content: "";
    position: absolute;
    bottom: 29px;
    left: -1px;
    height: 170%;
    width: 1px;
    background-image: linear-gradient(to top, #212229, #21222900)
}

.popup_modal:not(.check) .title {
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%
}

.popup_modal .text {
    margin-top: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 140%;
    color: #fff6;
    font-size: 16px;
    font-weight: 300
}

.popup_modal .close {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 4px;
    pointer-events: all;
    transition: background-color .2s;
    background: #fffbef08;
    cursor: pointer
}

.popup_modal .close:hover {
    background: #fffbef26
}

.popup_modal .close:before,
.popup_modal .close:after {
    content: "";
    height: 1px;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #5e5e5e;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.popup_modal .close:after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup_modal .close:hover {
    background-color: #292929a1
}

.popup_modal:not(.check) .close {
    top: 15px;
    right: 10px
}

.popup_modal.check {
    width: -moz-max-content;
    width: max-content;
    padding: 20px 10px 120px
}

.popup_modal.check .popup_modal__fake-border,
.popup_modal.check .title {
    display: none
}

.popup_modal.check .close {
    top: 35px;
    left: 295px;
    z-index: 1000
}

@media (max-width: 840px) {
    .popup_modal {
        align-items: center;
        flex-direction: column;
        overflow-y: auto
    }
}

.popup_modal .payment {
    height: 473px;
    width: 698px;
    display: flex;
    gap: 18px
}

.popup_modal .payment__payment-systems,
.popup_modal .payment__info {
    flex: 0 0 calc(50% - 9px)
}

@media (max-width: 840px) {
    .popup_modal .payment {
        flex-direction: column;
        width: -moz-max-content;
        width: max-content;
        height: -moz-max-content;
        height: max-content
    }
}

.popup_modal .payment .check {
    height: 100%;
    position: relative;
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 840px) {
    .popup_modal .payment .check {
        flex: 0 0 473px;
        width: 340px
    }
}

.popup_modal .payment .check__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup_modal .payment .check__top-content {
    width: 100%;
    padding: 90px 32px 0;
    display: flex;
    align-items: center;
    flex-direction: column
}

.popup_modal .payment .check__logo {
    width: 104px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding-bottom: 15px
}

.popup_modal .payment .check__title {
    color: #fff6;
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 10px
}

.popup_modal .payment .check__nickname {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    max-width: 250px;
    text-align: center;
    padding-bottom: 20px
}

.popup_modal .payment .check__id-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .05);
    background: linear-gradient(180deg, #ffffff0d, #fff0)
}

.popup_modal .payment .check__bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: relative;
    padding: 0 32px 27px;
    width: 100%
}

.popup_modal .payment .check__info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px
}

.popup_modal .payment .check__info-row:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.popup_modal .payment .check__info-col:first-child {
    color: #fff9;
    font-size: 16px;
    line-height: 140%
}

.popup_modal .payment .check__info-col:last-child {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

.popup_modal .payment .payment-systems {
    height: 100%;
    padding: 34px 15px 30px 30px;
    position: relative
}

.popup_modal .payment .payment-systems__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 840px) {
    .popup_modal .payment .payment-systems {
        flex: 0 0 473px;
        width: 340px
    }
}

.popup_modal .payment .payment-systems__title {
    color: #fff9;
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 24px
}

.popup_modal .payment .payment-systems__items-container {
    padding-right: 15px;
    height: calc(100% - 40px);
    max-height: calc(100% - 40px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.popup_modal .payment .payment-systems__items-container::-webkit-scrollbar-track {
    background: #3530326e
}

.popup_modal .payment .payment-systems__items-container::-webkit-scrollbar {
    width: 3px;
    border-radius: 3px
}

.popup_modal .payment .payment-systems__items-container::-webkit-scrollbar-thumb {
    background: #353032;
    min-height: 150px
}

.popup_modal .payment .payment-systems__items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    height: 100%;
    flex-direction: column;
    justify-content: start;
    padding-top: 1px
}

.popup_modal .payment .payment-systems__item {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(255, 251, 239, .1);
    background: #fffbef05;
    padding: 14px 12px;
    transition: all .2s ease;
    gap: 8px;
    cursor: pointer;
    position: relative
}

.popup_modal .payment .payment-systems__item.with-bonus {
    background-image: linear-gradient(120deg, #fffbef05 50%, #ffffff26 55%, #fffbef05 65%);
    animation: animateBg cubic-bezier(.66, .34, .77, .54) 2.5s infinite;
    animation-delay: 2s;
    background-size: 270%
}

.popup_modal .payment .payment-systems__item:hover {
    background: #fffbef0d
}

.popup_modal .payment .payment-systems__item-bonus {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 0 10px;
    color: #fff;
    text-shadow: 0px 0px 16.5px rgba(0, 0, 0, .65);
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    line-height: 100%;
    background-size: 270%;
    background-color: #fb7a01;
    background-image: linear-gradient(120deg, #fb7a01 50%, #e9c099 55%, #fb7a01 65%);
    animation: animateBg cubic-bezier(.66, .34, .77, .54) 2.5s infinite;
    animation-delay: 2s
}

.popup_modal .payment .payment-systems__item-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.popup_modal .payment .payment-systems__item-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%
}

.popup_modal .payment .payment-systems__item-description {
    font-size: 10px;
    font-weight: 300;
    line-height: 130%
}

.popup_custom.close {
    opacity: 1;
    animation: hide-custom-popup .3s ease 0s 1 forwards
}

.popup.active {
    background-color: #02040cd4;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.popup.active .popup_modal {
    transform: translate(-50%, -50%)
}

.alert-payment {
    max-width: 402px;
    border-radius: 12px;
    border: 1px solid #101723 !important;
    background: #030b17 !important;
    overflow: hidden;
    position: relative
}

.alert-payment .close,
.alert-payment .title,
.alert-payment .text {
    display: none !important
}

.alert-payment:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(62.51% 32.69% at 50% 0%, #ff474714, #ff474700) !important;
    z-index: -1
}

.alert-payment .a-icon {
    margin: 0 auto;
    width: 68px;
    height: 68px;
    background-color: #ff474714;
    border: 1px solid rgba(255, 71, 71, .1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.alert-payment .a-icon svg {
    width: 24px;
    height: 24px
}

.alert-payment .a-title {
    color: #fff;
    text-align: center;
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 500;
    padding-top: 24px
}

.alert-payment .a-description {
    color: #fff6;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    padding-top: 16px
}

.alert-payment .a-text {
    margin-top: 27px;
    padding: 16px 17px;
    border-radius: 6px;
    border: 1px solid rgba(255, 71, 71, .15);
    background: #ff474714;
    color: #fff9;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    text-align: center
}

.alert-payment .a-text .red {
    color: #ff4747
}

.alert-payment .a-button {
    margin: 30px auto 0;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 43px;
    border-radius: 4px;
    background: #ffffff0d;
    color: #fff9;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    pointer-events: none
}

.alert-payment .a-button.active {
    background-image: linear-gradient(to right, #1977fd, #034fb6 33%, #00439e);
    background-size: 300% auto;
    background-position: 0%;
    transition: all .3s, color .4s;
    color: #fffbef;
    pointer-events: initial
}

@media (any-hover: hover) {
    .alert-payment .a-button.active:hover {
        background-position: 76%;
        color: #fffbefc9;
        box-shadow: 0 0 20px #1a2fa5
    }
}

@media (max-width: 840px) {
    .popup.active .popup_modal.check {
        height: 100vh
    }
}

@media (max-width: 550px) {
    .popup .popup_modal:not(.check),
    .popup.active .popup_modal:not(.check) {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: calc(100vw - 40px);
        width: -moz-max-content;
        width: max-content;
        min-width: 280px
    }
    .popup .popup_modal:not(.check)>.title,
    .popup.active .popup_modal:not(.check)>.title {
        width: 150px;
        margin: 0 auto;
        padding: 0
    }
}

@media (max-width: 550px) {
    .alert-payment .close {
        display: block !important
    }
    .alert-payment .a-icon {
        width: 56px;
        height: 56px
    }
    .alert-payment .a-icon svg {
        width: 24px;
        height: 24px
    }
    .alert-payment .a-title {
        font-size: 16px;
        padding-top: 22px
    }
    .alert-payment .a-description {
        font-size: 12px
    }
    .alert-payment .a-text {
        font-size: 12px;
        margin-top: 20px;
        padding: 16px
    }
    .alert-payment .a-button {
        margin-top: 18px;
        height: 48px;
        font-size: 12px;
        padding: 0 25px
    }
}

@keyframes show-custom-popup {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes hide-custom-popup {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.register {
    transition: opacity .3s;
    opacity: 0;
    animation: show-custom-popup .3s ease 0s 1 forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 101
}

.reg {
    background: #020811f5;
    height: 100%;
    display: flex
}

.reg-form {
    transform: translate(-100%);
    flex: 0 0 618px;
    background: radial-gradient(89.65% 84.64% at 0% 0%, #1977fd17, #1977fd00), #030b17;
    padding: 41px 76px 35px 78px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    animation: show-reg-form .3s ease .3s 1 forwards
}

.reg-form__caption {
    flex: 0 1 max-content;
    padding-bottom: 9px
}

.reg-form__fields-wrapper {
    flex: 0 1 auto;
    overflow: hidden;
    position: relative
}

.reg-form__fields-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, #14142000, #030b17 85.71%)
}

.reg-form__fields {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
    padding-right: 20px
}

.reg-form__btn-exit {
    border-radius: 4px;
    background: #ffffff08;
    height: 42px;
    padding: 0 20px 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
    margin: 0 0 24px
}

.reg-form__btn-exit span {
    color: #fff9;
    font-size: 14px;
    font-weight: 400;
    transition: .3s
}

.reg-form__btn-exit img {
    opacity: .4;
    transition: .3s
}

@media (any-hover: hover) {
    .reg-form__btn-exit:hover {
        background: #ffffff1a
    }
    .reg-form__btn-exit:hover span {
        color: #fff
    }
    .reg-form__btn-exit:hover img {
        opacity: 1
    }
}

.reg-form__title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%
}

.reg-form__sub-title {
    color: #fff6;
    font-family: Gotham Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-top: 4px
}

.reg-form__buttons {
    display: flex;
    align-items: center;
    padding-top: 33px;
    gap: 8px
}

.reg-form__buttons button {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center
}

.reg-form__buttons button.create {
    flex: 1 1 100%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    background-image: linear-gradient(to right, #1977fd, #034fb6 33%, #00439e);
    background-size: 300% auto;
    background-position: 0%;
    transition: all .3s, color .4s
}

@media (any-hover: hover) {
    .reg-form__buttons button.create:hover {
        background-position: 76%;
        color: #fffbefc9;
        box-shadow: 0 0 20px #1a2fa5
    }
}

.reg-form__buttons button.disabled {
    background: #ffffff0d;
    color: #fff9;
    pointer-events: none
}

.reg-form__buttons button.exit {
    flex: 1 1 40%
}

.reg-input {
    position: relative;
    padding-top: 22px;
    transition: .3s
}

.reg-input.first {
    padding-top: 13px
}

.reg-input.last {
    margin-bottom: 14px
}

.reg-input.password-power {
    margin-bottom: 24px
}

.reg-input label {
    color: #fff6;
    font-size: 14px;
    font-weight: 400
}

.reg-input__field {
    margin-top: 10px;
    height: 62px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .05);
    background: #ffffff05;
    transition: .3s;
    display: flex;
    align-items: center;
    position: relative
}

.reg-input__field svg,
.reg-input__field img {
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    opacity: .4;
    transition: .3s
}

.reg-input__field input {
    padding: 0 24px 0 48px;
    color: #fff;
    font-size: 16px;
    background: transparent;
    outline: none;
    border: none;
    flex: 1 1 100%;
    text-overflow: ellipsis;
    height: 100%
}

.reg-input__field input::-moz-placeholder {
    color: #fff6
}

.reg-input__field input::placeholder {
    color: #fff6
}

.reg-input.focus .reg-input__field {
    border: 1px solid rgba(255, 255, 255, .15);
    background: #ffffff0a
}

.reg-input.focus svg,
.reg-input.focus img {
    opacity: 1
}

.reg-input.focus input {
    color: #fff
}

.reg-input .reg-input__error {
    position: absolute;
    bottom: -6px;
    transform: translateY(100%);
    left: 0;
    color: #c71d1d;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: .1s;
    transition-delay: .1s
}

.reg-input.error {
    margin-bottom: 27px !important
}

.reg-input.error .reg-input__field {
    border: 1px solid rgba(199, 29, 29, .25) !important;
    background: #c71d1d0d
}

.reg-input.error .reg-input__field input {
    color: #c71d1d
}

.reg-input.error .reg-input__field input::-moz-placeholder {
    color: #c71d1d99
}

.reg-input.error .reg-input__field input::placeholder {
    color: #c71d1d99
}

.reg-input.error .reg-input__field svg {
    opacity: 1
}

.reg-input.error .reg-input__field svg path {
    fill: #c71d1d
}

.reg-input.error .reg-input__error {
    opacity: 1;
    pointer-events: initial;
    transition-delay: 0s
}

@media (any-hover: hover) {
    .reg-input:hover .reg-input__field {
        border: 1px solid rgba(255, 255, 255, .15)
    }
}

.reg-input .reg-password-power {
    position: absolute;
    bottom: -6px;
    transform: translateY(100%);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .1s;
    transition-delay: .1s
}

.reg-input .reg-password-power__lines {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 2px
}

.reg-input .reg-password-power__lines div {
    flex: 1 1 100%;
    height: 100%;
    border-radius: 3px;
    background: #ffffff0d;
    transition: .1s
}

.reg-input .reg-password-power__label {
    padding-top: 8px;
    color: #c71d1d;
    font-size: 14px
}

.reg-input.password-power .reg-password-power {
    opacity: 1;
    pointer-events: initial;
    transition-delay: 0s
}

.reg-checkbox {
    display: flex;
    gap: 8px;
    padding-left: 1px;
    padding-top: 14px
}

.reg-checkbox input {
    background: unset;
    border-radius: 2px;
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px
}

.reg-checkbox input:before,
.reg-checkbox input:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0e192a;
    border-radius: 3px;
    border: 1px solid #26303f;
    cursor: pointer
}

.reg-checkbox input:after {
    background-color: #fff;
    background-image: url(../img/shop/done.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: opacity .25s
}

.reg-checkbox input:checked:after {
    opacity: 1
}

.reg-checkbox span {
    color: #fff6;
    font-size: 14px;
    line-height: 140%
}

.reg-checkbox span a {
    color: #fffc
}

.reg-checkbox span a:hover {
    text-decoration: underline
}

.reg-news {
    transform: translateY(100%);
    overflow: hidden;
    flex: 1 1 100%;
    padding: 35px 0 35px 50px;
    display: flex;
    flex-direction: column;
    animation: show-reg-news .3s ease .3s 1 forwards
}

.reg-news__header {
    display: flex;
    justify-content: space-between;
    flex: 0 1 auto;
    gap: 15px;
    padding-right: 50px;
    padding-bottom: 20px
}

.reg-news__header .left {
    display: flex;
    align-items: center
}

.reg-news__header .right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    flex: 0 1 max-content
}

.reg-news__header .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #ffffff0d;
    transition: .3s
}

.reg-news__header .right a img {
    width: 24px;
    height: 24px;
    opacity: .6;
    transition: .3s
}

@media (any-hover: hover) {
    .reg-news__header .right a:hover {
        background: #ffffff14
    }
    .reg-news__header .right a:hover img {
        opacity: 1
    }
}

.reg-news__body-wrapper {
    flex: 0 1 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 20px
}

.reg-news__body-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, #02081100, #020811f5 85.71%)
}

.reg-news__body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%
}

.reg-online {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 156px;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, .05)
}

.reg-online__top {
    display: flex;
    align-items: center;
    gap: 8px
}

.reg-online__icon {
    position: relative;
    width: 22px;
    height: 22px
}

.reg-online__icon:before,
.reg-online__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #61ff00;
    border-radius: 60%
}

.reg-online__icon:after {
    width: 42.85%;
    height: 42.85%
}

.reg-online__icon:before {
    width: 100%;
    height: 100%;
    opacity: .4;
    animation: online-icon-animation ease 2s infinite
}

.reg-online__value {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 140%
}

.reg-online__bottom {
    color: #fff6;
    font-size: 14px;
    line-height: 140%;
    text-align: center
}

.reg-active {
    padding-left: 42px;
    white-space: nowrap
}

.reg-active__top {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 140%
}

.reg-active__bottom {
    color: #fff6;
    font-size: 14px;
    line-height: 140%;
    text-align: center
}

.reg-why__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    padding-right: 50px;
    gap: 15px
}

.reg-why__header .content {
    max-width: 470px
}

.reg-why__header .content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%
}

.reg-why__header .content.questions h4 {
    font-size: 18px
}

.reg-why__header .content p {
    padding-top: 10px;
    color: #fff6;
    font-size: 14px;
    line-height: 140%
}

.reg-why__header .buttons {
    display: flex;
    align-items: center;
    gap: 12px
}

.reg-why__header .buttons button {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    background: #ffffff08;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.reg-why__header .buttons button:first-child {
    transform: rotate(180deg)
}

.reg-why__header .buttons button img {
    width: 24px;
    height: 24px;
    opacity: .25;
    transition: .3s
}

@media (any-hover: hover) {
    .reg-why__header .buttons button:hover {
        background: #ffffff1a
    }
    .reg-why__header .buttons button:hover img {
        opacity: 1
    }
}

.reg-why__list {
    padding-top: 28px;
    display: flex;
    max-width: 100%
}

.reg-why__list-wrapper {
    padding-right: 50px
}

.reg-why .why-item {
    width: 326px;
    flex: 0 0 326px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .03);
    background: #030b17
}

.reg-why .why-item__image {
    position: relative;
    height: 181px;
    overflow: hidden;
    border-radius: 8px
}

.reg-why .why-item__image img {
    transition: .2s;
    width: 100%
}

.reg-why .why-item__image:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(180deg, #04070b00, #04070b 85.71%)
}

.reg-why .why-item__content {
    padding: 33px 28px 27px;
    position: relative
}

.reg-why .why-item__content h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase
}

.reg-why .why-item__content p {
    padding-top: 12px;
    color: #fff6;
    font-size: 14px;
    line-height: 140%
}

.reg-why .why-item__label {
    position: absolute;
    top: -13px;
    left: 28px;
    color: #ffd542;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    background: #ffd5420d;
    height: 36px;
    padding: 0 16px;
    display: flex;
    align-items: center
}

@media (any-hover: hover) {
    .reg-why .why-item:active .why-item__image img,
    .reg-why .why-item:hover .why-item__image img {
        transform: scale(1.04)
    }
}

.reg-faq__list {
    padding-top: 14px;
    display: flex
}

.reg-faq__list-wrapper {
    padding-right: 50px
}

.faq-item {
    width: 366px;
    flex: 0 0 366px;
    padding: 20px 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .03);
    background: #030b17;
    transition: .3s
}

.faq-item__content h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

.faq-item__content p {
    padding-top: 10px;
    color: #fff6;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%
}

@media (any-hover: hover) {
    .faq-item:hover {
        border: 1px solid rgba(255, 255, 255, .1)
    }
}

@media (max-width: 1310px) {
    .reg-form {
        flex: 0 0 490px;
        padding: 35px 25px 35px 40px
    }
    .reg-news {
        padding: 35px 0 35px 40px
    }
    .reg-news__header {
        padding-right: 40px
    }
    .reg-news .reg-why__list-wrapper,
    .reg-news .reg-faq__list-wrapper {
        padding-right: 35px
    }
    .left .reg-online {
        width: 136px
    }
    .left .reg-active {
        padding-left: 35px
    }
    .reg-why__header {
        padding-right: 35px
    }
}

@media (max-width: 1310px) {
    .reg-form {
        flex: 0 0 450px
    }
}

@media (max-width: 1080px) {
    .reg-form {
        flex: 0 0 380px;
        padding: 30px 20px 30px 40px
    }
    .reg-form__btn-exit {
        height: 42px;
        padding: 0 20px 0 16px
    }
    .reg-form__btn-exit img {
        width: 16px;
        height: 16px
    }
    .reg-form__btn-exit span {
        font-size: 12px
    }
    .reg-form__title {
        font-size: 22px
    }
    .reg-form__sub-title {
        padding-top: 2px;
        font-size: 12px
    }
    .reg-form__btn-exit {
        margin: 0 0 20px
    }
    .reg-form__caption {
        padding-bottom: 6px
    }
    .reg-form__fields {
        padding-right: 10px
    }
    .reg-form__buttons {
        padding-top: 32px
    }
    .reg-form__buttons button.create {
        height: 52px;
        font-size: 12px
    }
    .reg-news {
        padding: 35px 0 30px 40px
    }
    .reg-news .left .reg-online {
        width: 106px
    }
    .reg-news .left .reg-online__value {
        font-size: 28px
    }
    .reg-news .left .reg-online__icon {
        width: 18px;
        height: 18px
    }
    .reg-news .left .reg-online__bottom {
        font-size: 12px
    }
    .reg-news .left .reg-active {
        padding-left: 19px
    }
    .reg-news .left .reg-active__top {
        font-size: 28px
    }
    .reg-news .left .reg-active__bottom {
        font-size: 12px
    }
    .reg-news .right {
        gap: 6px
    }
    .reg-news .right a {
        border-radius: 4px;
        width: 42px;
        height: 42px
    }
    .reg-news .right a img {
        width: 20px;
        height: 20px
    }
    .reg-news__header {
        padding-bottom: 10px
    }
    .reg-input {
        padding-top: 20px
    }
    .reg-input.first {
        padding-top: 13px
    }
    .reg-input.last {
        margin-bottom: 14px
    }
    .reg-input label {
        font-size: 12px
    }
    .reg-input__field {
        margin-top: 8px;
        height: 52px
    }
    .reg-input__field img {
        width: 18px;
        height: 18px;
        left: 23px
    }
    .reg-input__field input {
        font-size: 14px;
        padding: 0 20px 0 44px
    }
    .reg-input .reg-password-power {
        padding-top: 4px
    }
    .reg-input .reg-password-power__label {
        font-size: 12px;
        padding-top: 6px
    }
    .reg-checkbox {
        padding-top: 14px
    }
    .reg-checkbox input {
        margin-top: -2px !important
    }
    .reg-checkbox span {
        font-size: 11px
    }
    .reg-why__header .content h4 {
        font-size: 18px
    }
    .reg-why__header .content p {
        font-size: 12px
    }
    .reg-why__header .content.questions h4 {
        font-size: 14px
    }
    .reg-why__header .buttons {
        gap: 10px
    }
    .reg-why .why-item {
        width: 300px;
        flex: 0 0 300px
    }
    .reg-why .why-item__label {
        height: 28px;
        padding: 0 12px;
        font-size: 12px
    }
    .reg-why .why-item__content {
        padding: 26px 18px 24px
    }
    .reg-why .why-item__content p {
        font-size: 12px
    }
    .faq-item {
        width: 300px;
        flex: 0 0 300px;
        padding: 18px 18px 16px
    }
    .faq-item__content h5 {
        font-size: 14px
    }
    .faq-item__content p {
        font-size: 11px
    }
}

@media (min-width: 900px) {
    .reg .reg-monitor {
        display: none
    }
}

@media (max-width: 900px) {
    .reg {
        overflow: auto;
        overflow-x: hidden;
        flex-direction: column
    }
    .reg .reg-news,
    .reg .reg-form {
        transform: translate(0);
        animation: none
    }
    .reg .reg-form {
        padding: 32px 8px 45px 24px;
        flex: 1 0 auto
    }
    .reg .reg-form__caption,
    .reg .reg-form__fields-wrapper {
        max-width: 400px;
        width: 100%;
        margin: 0 auto
    }
    .reg .reg-form__fields-wrapper {
        flex: 1 1 auto
    }
    .reg .reg-form__fields-wrapper:after {
        display: none
    }
    .reg .reg-form__fields-wrapper,
    .reg .reg-form__fields {
        overflow: initial
    }
    .reg .reg-form__fields {
        padding-bottom: 0
    }
    .reg .reg-news {
        flex: 1 1 100%;
        overflow: initial;
        padding: 38px 0 130px 24px
    }
    .reg .reg-news__header {
        display: none
    }
    .reg .reg-news__body {
        overflow: initial
    }
    .reg .reg-news__body-wrapper {
        overflow: initial;
        padding-bottom: 0
    }
    .reg .reg-news__body-wrapper:after {
        display: none
    }
    .reg .reg-news .reg-why__header {
        padding-right: 24px;
        padding-top: 0
    }
    .reg .reg-news .reg-why__header .buttons {
        display: none
    }
    .reg .reg-news .reg-why__list-wrapper,
    .reg .reg-news .reg-faq__list-wrapper {
        padding-right: 17px
    }
    .reg .reg-monitor {
        padding: 34px 40px
    }
    .reg .reg-monitor__data {
        max-width: 350px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        align-items: center
    }
    .reg .reg-monitor__data .reg-online {
        width: 121px
    }
    .reg .reg-monitor__data .reg-online__icon {
        width: 18px;
        height: 18px
    }
    .reg .reg-monitor__data .reg-online__value {
        font-size: 28px
    }
    .reg .reg-monitor__data .reg-online__bottom {
        font-size: 12px
    }
    .reg .reg-monitor__data .reg-active {
        padding-left: 28px
    }
    .reg .reg-monitor__data .reg-active__top {
        font-size: 28px
    }
    .reg .reg-monitor__data .reg-active__bottom {
        font-size: 12px
    }
    .reg .reg-faq {
        padding-top: 42px
    }
    .reg .reg-input .reg-input__error {
        font-size: 12px;
        bottom: -4px
    }
    .reg .reg-input.error {
        margin-bottom: 24px !important
    }
}

@keyframes show-reg-form {
    0% {
        transform: translate(-100%)
    }
    to {
        transform: translate(0)
    }
}

@keyframes show-reg-news {
    0% {
        transform: translateY(100%)
    }
    to {
        transform: translate(0)
    }
}
.server-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.feature-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.1) 0%, rgba(156, 39, 176, 0) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(156, 39, 176, 0.5);
    box-shadow: 0 10px 40px rgba(156, 39, 176, 0.2);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(156, 39, 176, 0.15);
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.feature-card p {
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .server-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card {
        padding: 30px 20px;
    }

    .feature-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }

    .feature-icon svg {
        width: 48px;
        height: 48px;
    }

    .feature-card h3 {
        font-size: 19px;
    }

    .feature-card p {
        font-size: 14px;
    }
}

/* Стили для расширенной статистики онлайна */
.preview_content_stats {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.stat-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transition: left 0.5s;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(156, 39, 176, 0.4);
    box-shadow: 0 8px 25px rgba(156, 39, 176, 0.25);
}

.stat-card.highlight {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.15) 0%, rgba(156, 39, 176, 0.05) 100%);
    border-color: rgba(156, 39, 176, 0.4);
    animation: pulse 2s ease-in-out infinite;
}

.stat-card.online {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.18) 0%, rgba(76, 175, 80, 0.05) 100%);
    border-color: rgba(76, 175, 80, 0.6);
    box-shadow: 0 0 18px rgba(76, 175, 80, 0.35);
    animation: pulse-green 2s ease-in-out infinite;
}

.stat-card.offline {
    background: linear-gradient(135deg, rgba(244, 67, 54, 0.18) 0%, rgba(244, 67, 54, 0.05) 100%);
    border-color: rgba(244, 67, 54, 0.6);
    box-shadow: 0 0 18px rgba(244, 67, 54, 0.25);
    animation: pulse-red 2s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 15px rgba(156, 39, 176, 0.25);
    }
    50% {
        box-shadow: 0 0 25px rgba(156, 39, 176, 0.5);
    }
}
@keyframes pulse-green {
    0% { box-shadow: 0 0 10px rgba(76,175,80,.25); }
    50% { box-shadow: 0 0 22px rgba(76,175,80,.5); }
    100% { box-shadow: 0 0 10px rgba(76,175,80,.25); }
}

@keyframes pulse-red {
    0% { box-shadow: 0 0 10px rgba(244,67,54,.25); }
    50% { box-shadow: 0 0 22px rgba(244,67,54,.5); }
    100% { box-shadow: 0 0 10px rgba(244,67,54,.25); }
}
.stat-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.stat-icon svg {
    width: 28px;
    height: 28px;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
    background: rgba(156, 39, 176, 0.2);
}

.stat-info {
    flex: 1;
    min-width: 0;
}

.stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stat-value {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.stat-value.online {
    color: #e9d4ed;
    text-shadow: 1px 5px 3px rgba(156, 39, 176, 0.4);
}

.join-button {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #9C27B0 0%, #d5d5d5 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.join-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.join-button:hover::before {
    width: 300px;
    height: 300px;
}

.join-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(156, 39, 176, 0.4);
}

.join-button span {
    position: relative;
    z-index: 1;
}

.join-button img {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.join-button:hover img {
    transform: translateX(4px);
}

@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .stat-card {
        padding: 16px 18px;
    }

    .stat-label {
        white-space: normal;
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .stats-grid {
        gap: 10px;
    }

    .stat-card {
        padding: 14px 16px;
        gap: 12px;
    }

    .stat-icon {
        width: 40px;
        height: 40px;
    }

    .stat-icon svg {
        width: 24px;
        height: 24px;
    }

    .stat-label {
        font-size: 10px;
    }

    .stat-value {
        font-size: 22px;
    }

    .join-button {
        padding: 13px 25px;
        font-size: 13px;
    }
}

/* Фиолетовый стиль для заголовков */
h2 .blue,
h1 .blue,
h3 .blue,
.blue {
    background: linear-gradient(135deg, #9C27B0 0%, #d5d5d5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

h2 .blue::after,
h1 .blue::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #9C27B0, #d5d5d5, transparent);
    opacity: 0.6;
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% {
        opacity: 0.4;
        filter: blur(2px);
    }
    50% {
        opacity: 0.8;
        filter: blur(4px);
    }
}

/* Дополнительные стили для h2 */
h2 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Стиль для section_title */
.section_title h2 {
    margin-bottom: 15px;
}

.section_title h2 span:not(.blue) {
    color: #fff;
}

/* Стили для топов экипировки */
.top-equipment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.equipment-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
}

.equipment-card:hover {
    transform: translateY(-5px);
    border-color: rgba(156, 39, 176, 0.4);
    box-shadow: 0 10px 30px rgba(156, 39, 176, 0.2);
}

.equipment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.equipment-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.equipment-icon.weapon {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.2) 0%, rgba(156, 39, 176, 0.05) 100%);
}

.equipment-icon.armor {
    background: linear-gradient(135deg, rgba(253, 209, 22, 0.2) 0%, rgba(253, 209, 22, 0.05) 100%);
}

.equipment-icon.jewelry {
    background: linear-gradient(135deg, rgba(224, 64, 251, 0.2) 0%, rgba(224, 64, 251, 0.05) 100%);
}

.equipment-icon.donate {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0.05) 100%);
}

.equipment-card:hover .equipment-icon {
    transform: scale(1.1) rotate(-5deg);
}

.equipment-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.equipment-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.equipment-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.equipment-item:hover {
    background: rgba(156, 39, 176, 0.1);
    transform: translateX(5px);
}

.rank {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #9C27B0 0%, #E040FB 100%);
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
}

.equipment-item:nth-child(1) .rank {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000;
}

.equipment-item:nth-child(2) .rank {
    background: linear-gradient(135deg, #C0C0C0 0%, #A8A8A8 100%);
    color: #000;
}

.equipment-item:nth-child(3) .rank {
    background: linear-gradient(135deg, #CD7F32 0%, #B87333 100%);
    color: #fff;
}

.player-info {
    flex: 1;
}

.player-name {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-bottom: 3px;
}

.item-name {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.enchant {
    font-weight: 700;
    font-size: 18px;
    color: #9C27B0;
    text-shadow: 0 0 10px rgba(156, 39, 176, 0.5);
}

.donate-amount {
    font-weight: 700;
    font-size: 16px;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.show-more {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    background: rgba(156, 39, 176, 0.1);
    border: 1px solid rgba(156, 39, 176, 0.3);
    border-radius: 8px;
    color: #9C27B0;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.show-more:hover {
    background: rgba(156, 39, 176, 0.2);
    border-color: rgba(156, 39, 176, 0.5);
    color: #fff;
}

@media (max-width: 1024px) {
    .top-equipment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .equipment-card {
        padding: 20px;
    }

    .equipment-header {
        gap: 12px;
    }

    .equipment-icon {
        width: 50px;
        height: 50px;
    }

    .equipment-icon svg {
        width: 32px;
        height: 32px;
    }

    .equipment-header h3 {
        font-size: 15px;
    }

    .equipment-item {
        padding: 10px 12px;
        gap: 12px;
    }

    .rank {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .player-name {
        font-size: 14px;
    }

    .item-name {
        font-size: 12px;
    }

    .enchant,
    .donate-amount {
        font-size: 15px;
    }
}
.streamers-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
    gap:28px;
}
.stream-time{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:6px;
    font-size:13px;
    font-weight:800;
}

.live-dot{
    width:10px;
    height:10px;
    background:#ff2d55;
    border-radius:50%;
    box-shadow:0 0 12px rgba(255,45,85,.9);
    animation:pulseDot 1.2s infinite;
}

@keyframes pulseDot{
    0%{ box-shadow:0 0 0 0 rgba(255,45,85,.8); }
    70%{ box-shadow:0 0 0 10px rgba(255,45,85,0); }
    100%{ box-shadow:0 0 0 0 rgba(255,45,85,0); }
}

.live-label{
    color:#ff4b6e;
    letter-spacing:.1em;
    text-shadow:0 0 12px rgba(255,70,120,.8);
}

.live-timer{
    color:#ffffff;
    font-weight:900;
    font-size:14px;
    letter-spacing:.08em;
    background:linear-gradient(90deg,#9b8cff,#ffffff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.stream-viewers{
    font-size:13px;
    font-weight:700;
    color:#9b8cff;
    text-shadow:0 0 10px rgba(155,140,255,.8);
}

.stream-card{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    background:linear-gradient(145deg,#1a1635,#0c0a1e);
    box-shadow:0 10px 35px rgba(122,86,255,.35), inset 0 0 0 1px rgba(122,86,255,.2);
    transition:.35s;
}

.stream-card:hover{
    transform:translateY(-6px) scale(1.02);
    box-shadow:0 20px 60px rgba(122,86,255,.6);
}

.stream-player{
    position:relative;
    aspect-ratio:16/9;
    overflow:hidden;
}

.stream-player iframe{
    width:100%;
    height:100%;
    border:0;
}

.live-badge{
    position:absolute;
    top:14px;
    left:14px;
    background:#ff2d55;
    padding:6px 14px;
    border-radius:20px;
    font-weight:900;
    font-size:12px;
    color:#fff;
    letter-spacing:.08em;
    box-shadow:0 0 18px rgba(255,45,85,.8);
    animation:pulse 1.4s infinite;
    z-index:5;
}

@keyframes pulse{
    0%{ box-shadow:0 0 0 0 rgba(255,45,85,.7);}
    70%{ box-shadow:0 0 0 14px rgba(255,45,85,0);}
    100%{ box-shadow:0 0 0 0 rgba(255,45,85,0);}
}

.stream-info{
    padding:16px 18px;
    background:linear-gradient(180deg,rgba(15,10,35,.6),rgba(5,3,15,.95));
    backdrop-filter:blur(10px);
}

.stream-header{
    display:flex;
    align-items:center;
    gap:14px;
}

.stream-avatar{
    width:54px;
    height:54px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid rgba(155,120,255,.6);
    box-shadow:0 0 18px rgba(155,120,255,.7);
}

.stream-meta{
    flex:1;
}

.stream-name{
    font-size:18px;
    font-weight:800;
    color:#fff;
    line-height:1.1;
}

.stream-desc{
    margin-top:4px;
    font-size:13px;
    color:#bba9ff;
}
.empty-state{
    list-style:none!important;
    padding:0;
    margin-top: 20px;
}

.empty-box{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:28px;
    border-radius:18px;
    background:linear-gradient(135deg,rgba(122,86,255,.08),rgba(122,86,255,.02));
    border:1px solid rgba(122,86,255,.25);
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.empty-icon{
    font-size:36px;
    color:#7a56ff;
}

.empty-text{
    font-size:16px;
    font-weight:600;
    color:#e5e7eb;
}

.empty-subtext{
    font-size:13px;
    color:#9ca3af;
    text-align: center;
}
.legal-links{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin-top:10px;
    list-style:none;
    padding:0;
}

.legal-links li{
    display:flex;
    align-items:center;
}

.legal-links a{
    color:rgba(255,255,255,.7);
    text-decoration:none;
    font-size:13px;
    transition:.2s ease;
}

.legal-links a:hover{
    color:#fff;
}

.legal-links li:not(:last-child)::after{
    content:'';
    width:5px;
    height:5px;
    margin:0 14px;
    border-radius:50%;
    background:rgba(255,255,255,.6);
    box-shadow:0 0 6px rgba(255,255,255,.4);
}
.stream-empty{
    grid-column:1/-1;
    display:flex;
    justify-content:center;
    padding:10px 0;
}

.stream-empty-box{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:12px;
    padding:36px 48px;
    border-radius:24px;
}

.stream-empty-icon{
    font-size:42px;
    filter:drop-shadow(0 0 10px rgba(122,86,255,.8));
}

.stream-empty-title{
    font-size:18px;
    font-weight:600;
    color:#fff;
}

.stream-empty-text{
    font-size:14px;
    color:rgba(255,255,255,.7);
    max-width:380px;
}
/**/

.header{
    position: relative;
    z-index: 100;
    background:
            radial-gradient(1200px 200px at 50% -20%, rgba(122,86,255,.25), transparent),
            linear-gradient(180deg, rgba(6,8,20,.95), rgba(6,8,20,.75) 60%, rgba(6,8,20,.3));
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(122,86,255,.25);
    box-shadow:
            0 10px 40px rgba(0,0,0,.7),
            0 0 30px rgba(122,86,255,.15);
}

.header::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, transparent, rgba(122,86,255,.25), transparent);
    opacity:.15;
    pointer-events:none;
}

/* NAV ITEMS */
.header .nav-bar_buttons_item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 16px;
    border-radius:14px;
    color:#bfc6ff;
    transition:.35s;
    position:relative;
}

.header .nav-bar_buttons_item img{
    filter:drop-shadow(0 0 6px rgba(122,86,255,.6));
    transition:.35s;
}

.header .nav-bar_buttons_item:hover{
    color:#fff;
    background:linear-gradient(135deg, rgba(122,86,255,.25), rgba(80,40,200,.1));
    box-shadow:
            0 0 18px rgba(122,86,255,.4),
            inset 0 0 12px rgba(122,86,255,.25);
}

.header .nav-bar_buttons_item:hover img{
    transform:scale(1.15);
}

/* LANGUAGE BUTTON */
.header .language-select_container1 button{
    background:linear-gradient(135deg,#1c153a,#09051a);
    border:1px solid rgba(122,86,255,.4);
    color:#fff;
    padding:8px 16px;
    border-radius:14px;
    display:flex;
    align-items:center;
    gap:10px;
    box-shadow:0 0 15px rgba(122,86,255,.4);
    cursor:pointer;
    transition:.35s;
}

.header .language-select_container1 button:hover{
    box-shadow:0 0 30px rgba(122,86,255,.8);
}

/* CABINET BUTTON */
.header .nav-bar_cabinet-btn{
    height:46px;
    padding:0 22px;
    border-radius:16px;
    background:linear-gradient(135deg,#2a1c5f,#140b2f);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    letter-spacing:.4px;
    color:#fff;
    border:1px solid rgba(122,86,255,.6);
    box-shadow:
            0 0 25px rgba(122,86,255,.6),
            inset 0 0 10px rgba(122,86,255,.3);
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.header .nav-bar_cabinet-btn::before{
    content:"";
    position:absolute;
    inset:-1px;
    background:linear-gradient(120deg,transparent,rgba(180,140,255,.8),transparent);
    opacity:.2;
    transition:.4s;
}

.header .nav-bar_cabinet-btn:hover::before{
    opacity:.6;
}

.header .nav-bar_cabinet-btn:hover{
    transform:scale(1.08);
    box-shadow:
            0 0 40px rgba(122,86,255,1),
            0 0 20px rgba(255,120,255,.7);
}

.header .cabinet-text{
    position:relative;
    z-index:1;
    text-shadow:
            0 0 12px rgba(122,86,255,.8),
            0 0 20px rgba(180,140,255,.5);
}
@media (max-width: 678px) {
    .rate_content h2 {
        display: flex;
        flex-direction: column;
    }
}