
:root {
    --font-family: Roboto;
    --border-box: 40px 50px;
    --color-text: #ffffff;
}

html, body {
    color: var(--color-text);
    background-color: #111111;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}



img, button, .discord_info, .content_slider, .content_slider, img.left_slider_element{
    user-select: none;
}

img.nexus_image {
    width: 35px;
}

img.daily-ico-a {
    width: 23px;
    height: 23px;
}

span.cusom_text_daily_1 {
    color: white;
}

.circle-active-daily {
    border-radius: 99px;
    border: 1px solid #202020;
    background: #F97316;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 24px;
    left: 9px;
    box-shadow:
        0 0 0 0 rgba(249, 115, 22, 0.42),
        0 0 12px rgba(249, 115, 22, 0.42),
        0 0 24px rgba(249, 115, 22, 0.18);
    animation: daily-active-dot-pulse 2.2s ease-in-out infinite;
    will-change: transform, box-shadow;
}

.circle-active-daily::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    border: 1px solid rgba(249, 115, 22, 0.45);
    opacity: 0;
    transform: scale(0.72);
    animation: daily-active-dot-ring 2.2s ease-out infinite;
    pointer-events: none;
}

@keyframes daily-active-dot-pulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow:
            0 0 0 0 rgba(249, 115, 22, 0.18),
            0 0 10px rgba(249, 115, 22, 0.32),
            0 0 18px rgba(249, 115, 22, 0.12);
    }

    45% {
        transform: scale(1.14);
        box-shadow:
            0 0 0 4px rgba(249, 115, 22, 0.12),
            0 0 18px rgba(249, 115, 22, 0.5),
            0 0 34px rgba(249, 115, 22, 0.24);
    }

    70% {
        transform: scale(0.96);
        box-shadow:
            0 0 0 2px rgba(249, 115, 22, 0.08),
            0 0 14px rgba(249, 115, 22, 0.26),
            0 0 22px rgba(249, 115, 22, 0.14);
    }
}

@keyframes daily-active-dot-ring {
    0% {
        opacity: 0;
        transform: scale(0.72);
    }

    18% {
        opacity: 0.75;
    }

    100% {
        opacity: 0;
        transform: scale(1.9);
    }
}

p.loader_text {
    color: #FFF;
    font-family: Tungsten;
    font-size: 33px;
    font-weight: 700;
}

.scroll-new::-webkit-scrollbar {
    width: 3px;
}

.scroll-new::-webkit-scrollbar-thumb {
    background: radial-gradient(91.22% 50% at 50% 50%, #377DFF 0%, #377DFF 100%);
}

.scroll-new::-webkit-scrollbar-track {
    background: #303030;
}

.content_bottom_account_info_header.mob-el {
    top: auto;
    bottom: 51px;
}

.list_language.mob-el {
    top: auto;
    bottom: 51px;
}

.preloader_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.preloader {
    background: #0000009c;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(9px);
}

button.custom_button_4.owned_button {
    background: #82FF48;
    pointer-events: none;
}

button.custom_button_4.owned_button > p {
    color: black;
}

span.change_form_auth:hover {
    color: #377dff!important;
}

video.main_video {
    width: 721px;
    height: 410px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

* {
    font-family: var(--font-family);
    font-weight: 400;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.border {
    width: 1481px;
    position: relative;
}

img.logotype-img {
    width: 144px;
}

.custom_button_1.auth_button {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    gap: 6px;
    height: 48px;
    padding: 11px 20px;
}

span {
    all: inherit;
    display: contents;
}

.select_language {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.link-header-a {
    color: #CDCDCD;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    user-select: none;
    transition: 0.3s;
}

a.link-header-a:hover {
    color: white;
}

a.link-header-a.green {
    color: #DDFF48;
}

a.link-header-a.green:hover {
    filter: drop-shadow(2px 2px 6px #DDFF48);
}

a.link-header-a:active{
    transform: scale(0.85);
}

.solid_top_header {
    height: 100%;
    width: 1px;
    background: #434343;
}

ul.links-header-ul {
    display: flex;
    align-items: center;
    gap: 60px;
}

li.link-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.logotype {
    display: flex;
    align-items: center;
    transition: 0.3s;
    user-select: none;
}

a.logotype:hover {
    transform: scale(1.1);
}

a.logotype:active {
    transform: scale(0.85);
}

.header-top:after {
    background-image: url(/img/main/net_background_logotype.png);
    width: 100%;
    height: 97px;
    position: absolute;
    content: "";
    left: -218px;
    background-repeat: no-repeat;
    pointer-events: none;
}

.left-header-content {
    display: flex;
    align-items: center;
    gap: 80px;
    animation: fadeInDown 0.6s ease-out forwards;
    opacity: 0;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-header-content {
    display: flex;
    animation: fadeInDown 0.6s ease-out forwards;
    opacity: 0;
}

.group-right-content {
    display: flex;
}

.group_info_a {
    display: flex;
    gap: 28px;
    margin-top: 9px;
}

.left_content_top_a {
    display: grid;
    gap: 18px;
}

.right_content_top_a {
    position: relative;
}

img.image_absolute_content_top_a.left_image {
    left: -172px;
    top: -50px;
    pointer-events: none;
}

img.main_video {
    position: relative;
    z-index: 1;
}

img.image_absolute_content_top_a.right_image {
    right: -132px;
    top: 90px;
    pointer-events: none;
}

.header_top_left_content_a {
    display: flex;
    align-items: center;
    gap: 9px;
}

.header_top_right_content_a {
    display: flex;
    align-items: center;
    gap: 23px;
    user-select: none;
}

.list_language {
    border-radius: 6px;
    border: 0.5px solid #323539;
    background: rgba(20, 20, 20, 0.73);
    backdrop-filter: blur(6px);
    min-width: 118px;
    top: 10px;
    position: absolute;
    padding: 10px 5px;
    z-index: 1;
    top: 56px;
    left: 0;
    transition: 0.3s;
    transform: translateY(-11px);
    pointer-events: none;
    opacity: 0;
}

.list_language.active {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}

.bottom_account_info_header {
    display: none;
}

.top_account_info_header {
    display: flex;
    border-radius: 6px;
    border: 0.5px solid #323539;
    opacity: 0.93;
    background: #252525;
    backdrop-filter: blur(71.75px);
    min-width: 175px;
    height: 44px;
    cursor: pointer;
    transition: 0.3s;
}

.group_account_info_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10px;
}

a {
    user-select: none;
}

.small_button {
    border-radius: 6px;
    border: 0.5px solid #323539;
    background: #252525;
    color: #858C95;
    width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    user-select: none;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.25s ease;
}

.small_button:hover {
    border-color: #4a4f55;
    color: #ffffff;
    transform: translateY(-2px);
}

.small_button:active {
    transform: translateY(0) scale(0.97);
}

.small_button.discord_a:hover {
    border: 0.5px solid #5662F6;
    background: #5662F6;
    color: white;
}

.small_button.youtube_a:hover {
    color: white;
    background: #FF2020;
    border-color: #FF2020;
}

svg.twitter_ico {
    width: 21px;
}

.small_button.twitter_a:hover {
    background: black;
    border-color: black;
    color: white;
}

.small_button.tiktok_a:hover {
    background: black;
    border-color: black;
    color: white;
}

.small_button:active {
    transform: scale(0.85);
}

.small_button:hover > svg {
    transform: scale(1.2);
}

.small_button > svg {
    transition: transform 0.3s;
}

.small_button:active {
    transform: scale(0.85);
}

.small_button.language_list:hover {
    color: white;
    background: #377dff;
}

.list_language_main {
    position: relative;
}

.account_image_content {
    min-width: 45.04px;
    height: 44px;
    border-radius: 4px;
    background: #377DFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.login_account {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

p.monets_account {
    color: #EF9CF3;
    font-size: 14px;
    font-weight: 600;
}

.monets_account {
    display: flex;
    align-items: center;
    gap: 6px;
}

img.avatar_image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

img.ico_monets {
    width: 14px;
}

.hamburger-menu {
    display: none;
    transform: translateY(-2px);
}

.header {
    display: flex;
    align-items: center;
    height: 96px;
    background: rgba(0, 0, 0, 0.83);
    backdrop-filter: blur(43px);
    justify-content: center;
    position: relative;
    z-index: 3;
    user-select: none;
}

h1.header_text_h1 {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 42px;
    font-weight: 600;
}

span.blue_text {
    font-family: Unbounded;
    font-weight: 600;
    color: #377DFF;
}

.header_top_content_main {
    max-width: 574px;
    display: grid;
    gap: 22px;
}

.header_content {
    height: 569px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #131415c4;
}

p.header_text_p {
    color: #CDCDCD;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.group_info_content_a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.custom_button_2 {
    background-image: url(/img/main/header_button.svg);
    width: 248px;
    height: 68px;
    background-color: unset;
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    transition: 0.3s;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

a.language_link.current_language {
    color: white;
    background: #377dff;
    pointer-events: none;
}

.custom_button_2:active{
    transform: scale(0.9);
}

.custom_button_2:hover {
    filter: drop-shadow(2px 2px 6px #377dff);
}

.header_content_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.header_main {
    position: relative;
}

.sale_info {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    border-radius: 12px;
    background: #FF4452;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
}

span.counter {
    color: #FFF;
    text-align: center;
    font-family: Tungsten, Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}

img.background_header_top {
    position: absolute;
    z-index: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    left: 0;
    top: 0;
    object-position: bottom;
}

.solid_top_header {
    height: 100%;
    width: 1px;
    background: #434343;
}

p.title_top_info {
    color: #979AA0;
    font-size: 12px;
    font-weight: 500;
}

p.sub_info {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

.custom_button_1 {
    border-radius: 6px;
    border: 1px solid #377DFF;
    background: #377DFF;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    position: relative;
    font-style: normal;
    outline: 6px solid rgba(55, 125, 255, 0.0);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    gap: 3px;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}

button.custom_button_1.loading:after {
    background-image: url(/img/main/loading.svg);
    width: 100%;
    height: 100%;
    background-color: #377DFF;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
}

button.custom_button_1.loading {
    opacity: 0.6;
    user-select: none;
}

.custom_button_1:hover {
    outline: 6px solid rgba(55, 125, 255, 0.14);
}

.custom_button_1:active {
    transform: scale(0.9);
}

.group_top_info_content_account {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.top_info_content_account {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.left_content_account_info_top {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.account_info_header {
    position: relative;
    min-width: 186px;
}

a.li_account_a {
    border-radius: 6px;
    border: 0.5px solid #2d303200;
    background: #1f1f1f00;
    color: #979AA0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 8px;
    transition: 0.3s;
}

a.li_account_a:active {
    transform: scale(0.9);
}

a.language_link:active {
    transform: scale(0.9);
}

li.info_li_account {
    display: flex;
}

ul.list_info_ul {
    display: grid;
    gap: 6px;
    margin-left: -9px;
    width: calc(100% + 18px);
}

.solid_info_a {
    width: calc(100% + 30px);
    height: 1px;
    background: #434343;
    margin-left: -15px;
}

.content_bottom_account_info_header {
    display: grid;
    gap: 15px;
    position: absolute;
    border-radius: 6px;
    border: 0.5px solid #434343;
    background: rgba(20, 20, 20, 0.73);
    backdrop-filter: blur(6px);
    min-width: 186px;
    padding: 14px;
    top: 56px;
    transform: translateY(-6px);
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.content_bottom_account_info_header.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
}

a.li_account_a:hover {
    border: 0.5px solid #2D3032;
    background: #1F1F1F;
    color: white;
    padding-left: 12px;
}

li.language_li {
    display: flex;
}

a.language_link {
    border-radius: 6px;
    border: 0.5px solid #2d303200;
    background: #21212100;
    box-shadow: 0 4px 38.8px 0 rgba(0, 0, 0, 0.07);
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    transition: 0.3s;
    padding: 5px 9px;
    gap: 9px;
    color: #CDCDCD;
}

p.language_text {
    font-size: 12px;
    font-weight: 600;
}

ul.language_ul {
    display: grid;
    gap: 10px;
}

a.language_link:hover {
    border: 0.5px solid #2D3032;
    background: #212121;
    padding-left: 13px;
    color: white;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


h2.h2_text_a {
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
}

svg.arrow_down_faq {
    transition: 0.3s;
}

p.text_a {
    color: #CDCDCD;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 618.203px;
}

.info_block_a {
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.34);
    width: 226px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.top_block_a {
    color: #FFF;
    text-align: center;
    font-family: Tungsten, Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

p.bottom_block_a {
    color: #CDCDCD;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.content_top_a {display: flex;flex-direction: column;}

.content {
    background-image: url(/img/main/content_background.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 58px;
    padding-bottom: 58px;
}

.bg-video-wrap{
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

/* iframe “cover” */
iframe#bg-video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100vw;
  height: 56.25vw;      /* 16:9 */

  min-width: 177.78vh;  /* 16:9 inverse */
  min-height: 100vh;

  border: 0;
}
video#bg-video {
    position: absolute;
    z-index: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

img.car_absolute {
    position: absolute;
    right: 0;
    animation: floatY 5s ease-in-out infinite;
    pointer-events: none;
    user-select: none;
}

img.grenade_absolute {
    animation: floatY 4s ease-in-out infinite;
}

img.grenade_absolute {
    position: absolute;
    margin-left: -80%;
}

.content_top_a_main {
    display: flex;
    align-items: center;
    margin-top: 58px;
    justify-content: space-between;
    animation: fadeInDown 0.6s ease-out forwards;
}

img.image_absolute_content_top_a {
    position: absolute;
}

.slider_animation {
    display: flex;
    flex-direction: row;
}

.content_top_a_bottom {
    display: grid;
    gap: 24px;
    width: 100%;
    user-select: none;
}

h3.h3-faq {
    color: #FFF;
    text-align: center;
    font-family: Tungsten, Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
}

p.text_top_faq {
    color: #858C95;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    max-width: 800px;
}

.top-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 50px;
}

.content_black {
    display: flex;
    justify-content: center;
    align-items: center;
}

img.image_absolute_content_top_a.right_image {
    animation: floatY 6s ease-in-out infinite;
}

@keyframes floatY {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

.top_faq_object {
    border-radius: 6px;
    background: rgba(37, 37, 37, 0.30);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}

svg.arrow_header {
    transition: 0.3s;
}

svg.arrow_header.active {
    transform: rotate(180deg);
    color: white;
}

.faq_list {
    display: grid;
    gap: 16px;
}

p.left_faq_object {
    font-size: 16px;
    font-weight: 600;
}

.faq_object {
    color: #858C95;
    transition: 0.3s;
}

.faq_block {
    margin-top: 65px;
    margin-bottom: 65px;
}

.content_faq_object {
    color: #858C95;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-top: 13px;
}

.faq_object.active > .top_faq_object {
    border-color: #434343;
    background: #252525;
}

.faq_object.active {
    color: white;
}

.faq_object.active > .top_faq_object > svg {
    transform: rotate(180deg);
}

h4.h4_text_discord {
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
}

p.p_text_discord {
    color: #CDCDCD;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.custom_button_2.discord {
    background-image: url(/img/main/discord_button.png);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

p.discord_button-text {
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: lowercase;
}

.discord_info {
    height: 408.089px;
    background-image: url(/img/main/background_discord.png);
    background-size: cover;
    margin-top: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 71px;
    border-radius: 14px;
}

.left_content_top_a {
    user-select: none;
}

.right_content_top_a {
    user-select: none;
}

.left_discord_info {
    max-width: 421.449px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.right_discord_info {
    position: absolute;
    bottom: -1px;
    right: -40px;
    pointer-events: none;
}

img.discord_players_right {
    user-select: none;
    pointer-events: none;
}

.border.faq {
    width: 1100px;
}

.top_content_text_discord {
    display: grid;
    gap: 16px;
}

a.discord_link {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    transition: 0.3s;
}

a.discord_link:hover {
    color: #b9cbff;
}


footer.footer-main {
    background: linear-gradient(180deg, rgba(6, 71, 153, 0.00) 0%, rgba(10, 119, 255, 0.14) 100%);
    width: 100%;
    min-height: 482.958px;
    display: flex;
    justify-content: center;
}

p.title_object_footer {
    color: #F9F9F9;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}

a.link_footer_a {
    color: #858C95;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

ul.links_footer {
    display: grid;
    gap: 12px;
}

.content_footer_objects {
    display: grid;
    gap: 24px;
}

a.link_footer_a:hover {
    color: white;
    transform: translateX(8px);
}

p.footer_text_logotype {
    color: #CDCDCD;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 247px;
}

.left_footer_top {
    display: grid;
    gap: 16px;
    justify-items: start;
}

.top_footer {
    display: flex;
    justify-content: space-between;
    gap: 140px;
}

.right_footer_top {
    display: flex;
    align-items: flex-start;
    gap: 67px;
    width: 100%;
    justify-content: space-between;
}

li.footer_link_li {
    display: flex;
}

.solid_footer {
    width: 100%;
    height: 1px;
    opacity: 0.11;
    background: #D9D9D9;
    margin-bottom: 52px;
}

.bottom_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 64px;
}

button.button_to_up:hover {
    transform: translateY(-5px);
    outline: 6px solid rgba(55, 125, 255, 0.14);
}

button.button_to_up {
    border-radius: 100%;
    background: #0A77FF;
    width: 56px;
    height: 56px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    outline: 6px solid rgb(55 125 255 / 0%);
}

button.button_to_up:active {
    transform: scale(0.9);
}

p.text_footer_p {
    color: #858C95;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.16px;
}

/*Animation Slide*/
:root {
    --marquee-width: 100%;
    --marquee-height: 223px;
    --marquee-elements-displayed: 5;
    --marquee-element-gap: 24px;
    --marquee-element-width: calc((var(--marquee-width) / var(--marquee-elements-displayed)) - var(--marquee-element-gap));
}

.marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  overflow: hidden;
  position: relative;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  gap: var(--marquee-element-gap);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  white-space: nowrap;
}

.marquee-content li img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    pointer-events: none;
    user-select: none;
}

/* Анимации */
@keyframes marquee-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * (var(--marquee-element-width) + var(--marquee-element-gap)) * var(--marquee-elements))); }
}
@keyframes marquee-right {
  0%   { transform: translateX(calc(-1 * (var(--marquee-element-width) + var(--marquee-element-gap)) * var(--marquee-elements))); }
  100% { transform: translateX(0); }
}

.marquee.left  .marquee-content { animation-name: marquee-left; }
.marquee.right .marquee-content { animation-name: marquee-right; }

/*Category*/

button.category_button {
    width: 100%;
    height: 128px;
    border-radius: 15px;
    border: 1px solid #323539;
    background: rgba(37, 37, 37, 0.46);
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    outline: 6px solid rgba(55, 125, 255, 0.0);
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
    flex-direction: column;
}

p.category_p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.list_category {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 42px;
}

button.category_button:active {
    transform: scale(0.9);
}

button.category_button:hover, button.category_button.active {
    border-radius: 15px;
    outline: 6px solid rgba(55, 125, 255, 0.14);
    background: #377DFF;
    border-color: unset;
}

/*Category close*/

/*Modal code Gift*/
.modal-code-gift {
    border-radius: 6px;
    border: 1px solid #242424;
    background: #131313;
    width: 483px;
    padding: 22px 31px;
    position: relative;
    display: grid;
    justify-items: center;
}

button.custom_button_1.code_gift_button {
    width: 100%;
}

.content_image_code_gift {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

button.close_modal_b {
    position: absolute;
    right: 0px;
    background: none;
    color: #858C95;
    border: none;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
    transition: 0.3s;
}

button.close_modal_b:hover {
    color: white;
    transform: scale(1.1);
}

button.close_modal_b:active {
    transform: scale(0.6);
}

h3.code_gift {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    
    font-weight: 700;
    line-height: 111%;
    max-width: 350px;
    margin-top: 16px;
    margin-bottom: 33px;
    z-index: 1;
}

.content_code_gift {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.button_content {
    width: 100%;
}

.group_text_code_gift {
    text-align: center;
    margin-bottom: 35px;
    display: grid;
    gap: 9px;
}

p.title-code-gift {
    color: #B4B6B9;
    text-align: center;
    
    font-size: 16px;
    
    font-weight: 600;
}

p.descriptiom-code-gift {
    color: #FFF;
    font-size: 16px;
    
    font-weight: 600;
    line-height: 127.023%;
}

.modal-code-gift:after {
    background-image: url(/img/auth/background_auth.png);
    width: 100%;
    position: absolute;
    content: "";
    height: 224px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
}
/*Model code Gift close*/

/*Model Gift Info close*/
.modal_main.code_gift_info_form {}

.modal-code-gift-info {
    border-radius: 6px;
    border: 1px solid #242424;
    background: #131313;
    padding: 22px 33px;
    width: 676px;
    overflow: hidden;
    position: relative;
    user-select: none;
}

p.title-content-gift-a {color: #FFF;font-family: Tungsten;font-size: 24px;font-style: normal;font-weight: 500;}

.top-info-content-gift-a {
    display: flex;
    align-items: center;
    gap: 11px;
}

.group-info-gift-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
}

p.text-info-gift-a {
    color: #B4B6B9;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.info-content-gift-a {
    display: grid;
    gap: 5px;
    margin-top: 14px;
}

.button-group-a {
    width: 100%;
    margin-top: 25px;
}

.top-content-gift-info {
    margin-top: -22px;
    width: calc(100% + 66px);
    margin-left: -32px;
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 33px;
    background-size: cover;
}

h3.text-h3-a {
    color: #FFF;
    font-family: Tungsten;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 111%;
    max-width: 318px;
}

.item_shop.disable {
    opacity: 0.6;
    pointer-events: none;
}

.gift-info-image {
    width: auto;
    pointer-events: none;
    user-select: none;
    position: relative;
    background-size: cover;
    height: inherit;
    aspect-ratio: 11 / 10;
    border-radius: 8px;
}

p.title-step-a {
    color: #181818;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    background: white;
    border-radius: 24px;
    background: #FFF;
    position: absolute;
    padding: 2px 9px;
    right: 10px;
    top: 10px;
}

.button-group-a > button {
    width: 100%;
}
/*Model Gift Info close*/

/*Humburger Style Open*/
.humburger-menu {
    width: 65%;
    height: 100%;
    position: fixed;
    z-index: 6;
    pointer-events: none;
    -webkit-backdrop-filter: blur(6px);
    left: 0;
    top: 0;
    transition: 0.3s;
    transform: translateX(-100%);
    backdrop-filter: blur(6px);
    background: rgba(16, 16, 16, 0.64);
    opacity: 0;
    backdrop-filter: blur(9px);
}
body.hidden {
    overflow: hidden;
}
.humburger-menu.active {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}
ul.hum-links {
    display: flex;
    gap: 30px;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    user-select: none;
}
.humburger-content {
    height: 100%;
    width: 100%;
    align-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.buttons-content-hum {
    width: 100%;
    padding: 30px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.line-header.mob-el {
    display: none;
}
.right-humburger {
    display: none;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 0;
    z-index: 1;
    right: 0;
}
.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -13px;
}
.menu__btn > span::after {
    content: '';
    top: 13px;
}
.links-header-ul.mob-el {
    display: grid;
    gap: 42px;
    justify-items: center;
    align-items: center;
    user-select: none;
}
/*Humburger Style CLOSE*/


@media (min-width: 1210px) and (max-width: 1550px) {
    body {
        zoom: 0.85;
    }
}

@media (min-width: 1175px) and (max-width: 1308px) {
    body {
        zoom: 0.8;
    }
}


@media (max-width: 1780px) {
    img.image_absolute_content_top_a.right_image {
        display: none;
    }
}

@media (max-width: 1225px) {
    .border {
        width: calc(100% - 40px);
    }
}

@media (max-width: 1175px) {
    ul.links-header-ul.head-pc {
        display: none;
    }
    .group-right-content {
        display: none;
    }
    .hamburger-menu {
        display: unset;
    }
    :root{
        --marquee-elements-displayed: 3!important;
    }
    .group_info_a.mob-el {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 13px;
    }
    .content_top_a_main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 38px;
    }
    .left_content_top_a {
        display: grid;
        justify-items: center;
        align-items: center;
    }
    p.text_a {
        text-align: center;
    }
    img.car_absolute {
        display: none;
    }

    img.grenade_absolute {
        display: none;
    }

    img.discord_players_right {
        display: none;
    }
    .border.faq {
        width: calc(100% - 40px);
    }
    .left_discord_info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .right_discord_info {
        display: none;
    }

    .discord_info {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    h4.h4_text_discord {
        text-align: center;
    }

    p.p_text_discord {
        text-align: center;
    }

    /*Footer*/
    p.footer_text_logotype {
        max-width: unset;
        text-align: center;
    }

    footer.footer-main {
        height: auto;
        padding-bottom: 51px;
    }

    .bottom_footer {
        margin-top: 26px;
    }
    .top_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 35px;
    }
    .left_footer_top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .top_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .left_footer_top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .right_footer_top {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 57px;
        width: 100%;
    }
    p.footer_text_logotype {
        text-align: center;
    }
    .content_footer_objects:nth-child(2n) {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .content_footer_objects:nth-child(2n) > p {
        text-align: right;
    }

    .content_footer_objects:nth-child(2n) > ul {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .discord_info {
        padding-left: unset;
        padding: 25px;
    }
}

@media (max-width: 800px) {
    img.image_absolute_content_top_a.left_image {
        display: none;
    }
    img.main_video {
        width: 100%;
    }
    :root {
        --marquee-elements-displayed: 1 !important;
    }
    h2.h2_text_a, h3.h3-faq, h4.h4_text_discord, h1.header_text_h1 {
        font-size: 32px;
    }
    p.text_a, p.text_top_faq, .content_faq_object {
        font-size: 14px;
    }
    .header_content_main {
        padding: 25px;
    }
    .group_info_a {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
    .info_block_a {
        width: 100%;
    }
}

@media (max-width: 780px) {
    video.main_video {
        width: 100%;
        height: inherit;
    }
}