/* custom.css */
:root {
    --l2-cyan: #00e5ff;
    --l2-blue-dark: #005f99;
    --l2-gold: #ffd700;
    --l2-bg-dark: #0b111f;
    --l2-glass: rgba(13, 18, 28, 0.85);
}

/* Scroll Bar */
::-webkit-scrollbar {
    width: 10px;
    background-color: #15152100;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fcaa32;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #15152100;
}

/* Button in the header on the download page */
.btns__box_download {
    max-width: max(21.25rem, 340px);
}

/* Text bonus start for timer */
.bonus-start {
    display: inline-block;
    font-weight: 600;
    font-size: 1.475rem;
    text-transform: uppercase;
    color: rgb(255 255 255);
    padding: max(0.5rem, 8px) max(1.25rem, 20px);
    border-radius: max(0.25rem, 4px);
    background: linear-gradient(90deg, #ca8d32 5%, rgba(255, 78, 78, 0) 90%);
    text-shadow: 1px 1px 2px #131521;
    margin: 1rem 0 0;
}

/* Disable border in the menu */
.navigation__el_lang {
    border: none;
}

.navigation__logotype {
    border-right: none;
}


/* PROMO */
.floating-block {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #b72a2a;
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.5);
    display: none;
}

.floating-block-content {
    max-width: 960px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-block-text {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    border-radius: 50%;
}

.floating-block-link {
    position: relative;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 20px;
    font-size: 13px;
}

.floating-block-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    transform: skewX(-13deg);
    border: 1px solid hsla(0, 0%, 100%, .45);
    /* background: linear-gradient(90deg,#ffad33,rgba(34,125,233,0) 50%,rgba(34,125,233,0) 65%,rgba(34,125,233,0)); */
    background-size: 300% 300%;
}

.close-button:hover {
    cursor: pointer;
}


@media only screen and (max-width: 767px) {
    .floating-block {
        display: none !important;
    }
}


/* Border BOX */
.card {
    border: 1px solid hsl(0deg 0% 100% / 8%);
}


/* Бонус старт 6 Апреля */
.bonus_start {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
}

.card__price {
    display: block;
}

.card__price-old {
    color: #ffc46b;
}

.card__price-new {
    color: #eb0400;
}

.features__heading {
    max-width: 100%;
}


.shop {
    padding: 6.25rem 0 4.25rem 0;
}

.media-invite {
    margin-top: 0;
}


/* STREAM */
.featured-embed {
    position: relative;
    display: block;
    overflow: hidden;
}

.embed-holder {
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, .025);
}

.float-holder {
    -webkit-transform: var(--effect);
    transform: var(--effect);
}

.floating-activated .float-holder {
    position: fixed;
    z-index: 9999;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 20px;
    display: block;
    width: 450px;
    max-width: 100%;
    height: auto;
}

.floating-activated .float-holder:before {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56%;
    content: '';
}

.floatingcolorose {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 100%;
    display: block;
}

.embed-audio .embed-holder {
    padding-bottom: 33.33%;
}

.embed-holder iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.slider-img-holder {
    display: block;
    width: 100%;
    padding-bottom: 56%;
}

.coverflow-img-holder {
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.close-icon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    pointer-events: none;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.close-icon:before,
.close-icon:after {
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    display: block;
    width: 40%;
    height: 2px;
    content: '';
    -webkit-transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    ;
    transition: all .25s cubic-bezier(0.32, 0.74, 0.57, 1);
    ;
    transform-origin: center center;
    opacity: .7;
    border-radius: 2px;
    background-color: currentColor;
}

.close-popup-btn:hover .close-icon:before,
.close-popup-btn:hover .close-icon:after {
    transform: rotate(0deg);
    opacity: 1;
}

@media (max-width: 1700px) {
    #popup {
        display: none !important
    }
}

.header-video-link {
    display: flex;
    align-items: center;
    grid-gap: 0.75rem;
    gap: 0.75rem;
    text-decoration: none;
    font-size: 1.1em;
}

.server__online {
    margin-left: 0.425rem;
}

/************
* POPUP
************/
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 10px));
    display: flex;
    width: 808px;
    min-width: 600px;
    font-family: 'Roboto', sans-serif;
    background-color: #12121c;
    border-radius: 12px;
    box-shadow: 0 5px 26px -8px rgba(0, 0, 0, 0.3);
    z-index: 20;
    transition: all 0.4s ease;
    opacity: 0;
    pointer-events: none;
}

.modal.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
    z-index: 300;
}

.modal__overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000b0;
    /*pointer-events: none;*/
    transition: all 0.4s ease;
    opacity: 1;
    z-index: 200;
}

.modal__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    padding: 4px;
    opacity: 0.5;
}

.modal__close-btn:hover {
    opacity: 1;
}

.modal__left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #181c26;
    color: #fefefe;
    border-radius: 12px 0 0 12px;
    box-shadow: 17px 0 17px -8px rgba(0, 0, 0, 0.3);
    padding: 2.375rem 1.25rem;
}

.modal__left span {
    display: block;
    font-size: 36px;
    font-size: 2.25rem;

}

.modal__discount {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fda016;
    margin-top: -20px;
}

.modal__discount span {
    font-size: 3.75rem;
    font-weight: 600;
}

.modal__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    max-width: 500px;
    grid-gap: 1rem;
    gap: 1rem;
}

.modal_title {
    font-weight: 600;
    font-size: 25px;
    font-size: 1.525rem;
    text-transform: uppercase;
    color: #ffc46b;
}

.modal_title span {
    border-bottom: 1px solid;
}

.modal_description {
    font-size: 1.125rem;
}


.modal_bottom_text {
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    padding-top: 1rem;
    color: #eda131;
}

.modal__info {
    color: #222;
    margin-bottom: 12px;
}

.modal__button {
    align-self: flex-start;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ff5555;
    border-radius: 12px;
    padding: 10px 32px;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .modal {
        min-width: 600px;
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .modal {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        min-width: 100%;
        width: auto;
    }

    .modal__discount {
        margin-top: 0;
    }

    .modal_img_box {
        display: none;
    }
}

.itm-list-promo {
    width: 90%;
    margin: auto 8px;
    padding: 0 16px;
}

.item__content_promo {
    font-size: 0.9em;
}

.servers_promo {
    padding: 0;
    margin-top: 0;
}

.form_for_promo {
    width: 90%;
    margin: auto 8px;
    padding: 0 16px;
}

.field_promo_m {
    margin: 8px auto;
}

.btn_promo_submit {
    margin: 8px auto;
}

.servers_promo:after {
    border-radius: max(0.75rem, 12px);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    background: #181c26;
    background: rgba(var(--bg), 1);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border: 1px solid rgba(var(--color-0), .3);
    -webkit-mask: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .8) 60%, rgb(0 0 0) 94%, transparent);
}

.header_promo_top {
    text-align: center;
    margin-bottom: -10px;
    color: #ffcc00;
    font-size: 20px;
    font-weight: bolder;
}

.header_promo_bottom {
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 10px;
    color: #ff0000;
    font-size: 24px;
    font-weight: bolder;
    border-bottom: 1px solid #6c7b89;
}

.promo_h_text {
    font-size: 24px;
}

.promo_h1_top {}

.promo_h1_small {
    font-size: 67px;
    color: #ffcc00;
}

.header_title_promo {
    line-height: 0.8em;
}

.header__countdown_promo {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .itm-list-promo {
        padding: 16px;
        width: 100%;
    }

    .header_title_promo {
        line-height: 1.3em;
    }

}

.link_for_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-decoration: none;
    border-radius: 5px;
    padding: 12px 12px;
    margin-top: 10px;
    color: white;
    border: 3px solid white;
    font-weight: 600;
    box-shadow: -1px 1px 23px 0px rgb(114 76 157);
    font-size: 22px;
    animation: colorShift 3s infinite alternate;
    transition: transform 0.5s 0.2s;
    width: 330px;
    text-align: center;
    transform: scale(1.1) rotate(-5deg);
    text-transform: uppercase;
}

.link_for_arrow_mainpage {
    width: 325px;
}

.link_for_arrow_span {
    font-size: 16px;
    background-color: #31a31c;
    /* margin: -2px 4px; */
    padding: 0 4px;
    border-radius: 2px;
}

.link_for_arrow:hover {
    transform: scale(1.1) rotate(-5deg);
    animation: wiggle 0.5s forwards;
}

.link_for_arrow:after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    z-index: -1;
}

@keyframes wiggle {
    0% {
        transform: scale(1.1) rotate(-5deg);
    }

    50% {
        transform: scale(1.1) rotate(10deg);
    }

    100% {
        transform: scale(1.1) rotate(-5deg);
    }
}

@keyframes colorShift {
    0% {
        box-shadow: -1px 1px 23px 0px rgba(49, 163, 28, 1);
    }

    100% {
        box-shadow: -1px 1px 23px 0px rgb(114 76 157);
    }
}


.logo__img {
    height: 70px !important;
}

.newserver-container {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.newserver-container::-webkit-scrollbar {
    display: none;
}

.newserver-block {
    flex: 0.5;
    /*Если бтольше одного сервера то 1*/
    position: relative;
    padding: 30px;
    padding-top: 12px;
    border-radius: 12px;
}

.newserver-block::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    background: #181c26;
    /* Общий фон для всех блоков */
    border-radius: max(0.75rem, 12px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    -webkit-mask: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, .1) 94%, transparent);
    mask: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, .1) 94%, transparent);
}

.newserver-block:first-child::after {
    /* background: #bb8536; */
    background: #121212cc;
}

@media (max-width: 768px) {
    .newserver-container {
        flex-wrap: nowrap;
    }

    .link_for_arrow {
        width: 80%;
        transform: none;
        margin: auto;
    }

    .logo__img {
        height: 43px !important;
    }
}

.newserver-btns_box {
    margin: 32px auto 16px auto;
}

.new_name_server {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 22px;
}

.info_rate_new::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #ffad33 30%, rgba(34, 125, 233, 0) 200%);
    border-radius: 0;
    transform: skewX(-36deg);
}

.server__online {
    margin-left: auto !important;
}

@media (min-width: 720px) {
    .header {
        padding-top: 2rem;

    }

    .link_for_arrow_nomob {
        display: none;
    }

    .newserver-container {
        margin-top: -20px;
    }
}

.prefix_newservers {
    text-transform: uppercase;
    color: #fff;
    background-color: #fd0000;
    border-radius: 5px;
    padding: 2px 6px;
    border: 1px solid #ffffff94;
}

.features__item-title {
    color: #ffcc00;
}

.menu__el_accordion {
    display: none;
}

.menu__el_mobile_only {
    display: none;
}

.menu__accordion_content {
    display: none;
}

@media (max-width: 768px) {
    .menu__el_accordion {
        display: block;
    }

    .menu__el_mobile_only {
        display: block;
    }

    .menu__item_accordion {
        position: relative;
        cursor: pointer;
    }

    .menu__item_accordion::after {
        content: '';
        position: absolute;
        right: 29px;
        top: 50%;
        transform: translateY(-50%);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
    }

    .menu__el_accordion .menu__accordion_content.active+.menu__item_accordion::after {
        display: none;
    }

    .menu__el_accordion.active .menu__item_accordion::after {
        border-top: none;
        border-bottom: 5px solid #fff;
        /* Цвет треугольника при активном аккордеоне */
    }

    .menu__accordion_content.active {
        display: block;
    }
}

.prefix_servermenu {
    display: block;
    padding: 2px;
    width: 48px;
    text-align: center;
    background-color: #e69d30;
    border-radius: 2px;
    margin-right: 8px;
    color: #fff;
}

.menu_servers {
    padding-bottom: 0;
}


.menu__mobile-buttons {
    display: none;
    justify-content: space-between;
    padding: 0 16px;
    gap: 16px;
}

.menu__button {
    color: #fff;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    flex: 1;
    border-radius: 36px;
    text-transform: uppercase;
    border: 1px solid #f3bf00;
    font-weight: 300;
    letter-spacing: 2px;
}

/* Отображение кнопок только на мобильных устройствах */
@media (max-width: 768px) {
    .menu__mobile-buttons {
        display: flex;
        margin: 16px 0;
    }

    .no_mobi {
        display: none;
    }
}

@media (max-width: 385px) {
    .menu__button {
        font-size: 10px;
        font-weight: 500;
    }
}

@media (max-width: 345px) {
    .menu__button {
        font-size: 8px;
    }
}

.new_prelodad {
    width: 165px;
}


.new_prelodad {
    animation: lightEffectWhiteSimple 2s infinite ease-in-out;
}

.preload_text {
    color: #ffcc00;
    margin-top: 16px;
    font-size: 34px;
}

.preload_text span {
    color: #fff;
}

.custom_server_block_size {
    width: 100%;
}


@media (max-width: 768px) {
    .preload_text {
        font-size: 16px;
    }

    .newserver-block {
        flex: 1;
    }

    .small_desc_ht {
        margin-bottom: 8px;
    }

    .newserver-container {
        flex-direction: column;
    }

    .custom_server_block_size {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .link_for_arrow {
        font-size: 16px;
    }

    .newserver-container {
        margin-top: -14px;
    }

    .margin-out {
        margin-top: -44px;
    }

    .margin-out-22 {
        margin-top: -22px;
    }
}

.small_desc_server {
    margin-top: 12px;
}

.small_desc_ht {
    font-size: 15px;
    color: #181414;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #4db0;
    display: inline-block;
    padding: 4px 12px;
    margin-right: 12px;
    text-transform: uppercase;
}

.small_desc_ht span {
    color: red;
}

.top10_youtube_button {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    flex-direction: row;
    color: #333;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
}

.top10_youtube_button img {
    height: 20px;
    margin-right: 8px;
}

.small_desc_ht_main {
    font-size: 13px;
    background-color: #000000a8;
    color: #fff;
    /* border: 1px solid #878787; */
}

.server_titile_custom {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 0.9px;
}

.server__title {
    line-height: 0.2;
    font-size: 1.4rem;
}

.promo_new_server {
    text-align: center;
    width: 100%;
}

.promo_new_server_h1 {
    font-size: 1.34rem;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 7px;
}

.promo_new_server_h2 {
    font-size: 0.9rem;
    letter-spacing: 2px;
    /* color: #f90; */
    font-weight: 100;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}

.btn_custom_grey::before {
    background: linear-gradient(90deg, #9aad00, rgba(34, 125, 233, 0) 50%, rgba(34, 125, 233, 0) 65%, rgba(34, 125, 233, 0));
    background-size: 300% 300%;
}

.btn_custom_feol::before {
    background: linear-gradient(90deg, #724c9d, rgba(34, 125, 233, 0) 50%, rgba(34, 125, 233, 0) 65%, rgba(34, 125, 233, 0));
    background-size: 300% 300%;
}

.server_accent_yellow:after {
    background: linear-gradient(90deg, #9aad00 5%, rgba(255, 78, 78, 0) 90%);
}

.server_accent_blue:after {
    background: linear-gradient(90deg, #00aaff 5%, rgba(255, 78, 78, 0) 90%);
}

.bonus-badge {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7em;
    color: #fff;
    background-color: #f00;
    padding: 2px 5px;
    border-radius: 3px;
    white-space: nowrap;
}

.kits_block_new {
    display: flex;
    align-items: center;
    border: 1px solid #333;
    border-radius: 10px;
}

.kits_3img {
    height: 90px;
}

.btns__box_rel {
    position: relative;
    display: inline-block;
}

.discount-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red;
    color: white;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 800;
}

.server__title {
    line-height: 0.2;
    font-size: 1.2rem;
}

.server__online_green:after {
    background: linear-gradient(90deg, #69c358 30%, rgba(34, 125, 233, 0) 200%);
}

@media (min-width: 1050px) {
    .header__contanier {
        grid-gap: 0 10%;
        gap: 0 5%;
        grid-template-columns: 50% 50%;
    }
}

.bonus_item_container {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.bonus_start_item img {
    border-radius: 3px;
    margin-right: 8px;
    overflow: hidden;
    border: 1px solid #ddb9125c;
    box-shadow: 0 4px 8px rgb(229 160 0 / 59%);
}

.bonus_item_title span {
    color: #d5b337;
}

.bonus_item_title {
    font-size: 13px;
}

.bonus_item_dec {
    font-size: 12px;
    font-weight: 300;
    color: #eee;
}

.form {
    background: #181c26e0;
}

.header__box {
    justify-content: end;
}

.promo_h1_top {
    font-size: 3.7rem;
}

.content_2_block {
    width: 1440px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    z-index: 0;
    /* Set the z-index of the parent block */
}

.height_100 {
    height: 120px;
}

.content_2_block_1 {
    width: 1440px;
    position: relative;
    padding: 64px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    /* Set the z-index of the parent block */
}

.block_desc_video,
.block_desc_1 {
    width: 620px;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    z-index: 2;
    /* Ensures this block is above the line */
    transform: skewX(-11.3deg);
}

.block_desc_video::before,
.block_desc_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    transform: skewX(11.3deg);
    transform-origin: bottom left;
    z-index: -1;
}

.block_desc_video>video,
.block_desc_1>* {
    transform: skewX(11.3deg);
    transform-origin: bottom left;
    z-index: 1;
    border-radius: 9px;
}

.block_desc_video video {
    width: 700px;
}

.block_desc_1 {
    background-color: #111;
}

.shadow_1 {
    box-shadow: 0 0 60px #FEB404;
}

.shadow_2 {
    box-shadow: 0 0 60px #A1E7FF;
}

.shadow_3 {
    box-shadow: 0 0 60px #89DC04;
}

.shadow_4 {
    box-shadow: 0 0 60px #BDC1FE;
}


.block_desc_1 div {
    margin-left: 50px;
    margin-top: 20px;
}

.image-block_1,
.image-block_2,
.image-block_3,
.image-block_4 {
    width: 100%;
    height: 250px;
    position: absolute;
    background: no-repeat center center;
    z-index: 2;
}

.image-block_1 {
    background-image: url(../img/block_1_ico.png);
}

.image-block_2 {
    background-image: url(../img/block_2_ico.png);
}

.image-block_3 {
    background-image: url(../img/block_3_ico.png);
}

.image-block_4 {
    background-image: url(../img/block_4_ico.png);
}

.image-block img {
    width: 100%;
    height: 100%;
}

.content_2_block::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #111111, #FEB404, #111111);
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    /* Ensures line is below the content */
}

.height_100 {
    height: 120px;
}

@media (max-width: 768px) {

    .content_2_block,
    .content_2_block_1 {
        width: 100%;
        flex-direction: column;
    }

    .block_desc_video,
    .block_desc_1 {
        width: 100%;
        height: auto;
        transform: none;
    }

    .block_desc_video::before,
    .block_desc_1::before,
    .block_desc_video>video,
    .block_desc_1>* {
        transform: none;
    }

    .block_desc_video video {
        width: 100%;
    }

    .image-block_1 {
        order: 1;
    }

    .block_desc_1 {
        order: 2;
        background-color: #111;
    }

    .block_desc_video {
        order: 3;
    }

    .image-block_1,
    .image-block_2,
    .image-block_3,
    .image-block_4 {
        width: 100%;
        height: 250px;
        position: relative;
        z-index: 2;
    }

    .height_100 {
        display: none;
    }

    .content_2_block_1 {
        padding: 0;
    }
}

.desc_title {
    color: #FEB404;
    font-weight: bolder;
    font-size: 25px;
    display: block;
    margin-left: 40px;
    margin-bottom: 24px;
    text-shadow: -1px -1px 0 #0000001c, 1px -1px 0 #00000057, -1px 1px 0 #0000008f, 1px 1px 0 #0000001a, 0 0 8px rgba(255, 204, 0, 0.5), 0 0 10px rgba(255, 204, 0, 0.3);
}

.title_adv {
    text-shadow: -1px -1px 0 #0000001c, 1px -1px 0 #00000057, -1px 1px 0 #0000008f, 1px 1px 0 #0000001a, 0 0 8px rgba(255, 204, 0, 0.5), 0 0 10px rgba(255, 204, 0, 0.3);
}

.shadow_bc {
    text-shadow: -1px -1px 0 #0000001c, 1px -1px 0 #00000057, -1px 1px 0 #0000008f, 1px 1px 0 #0000001a, 0 0 8px rgba(255, 204, 0, 0.5), 0 0 10px rgba(255, 204, 0, 0.3);
}


.ul_adv li {
    font-size: 18px;
    margin-bottom: 12px;
    height: 47px;
    display: flex;
    align-items: center;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
    color: #fff;
}

.ul_adv {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul_adv li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: radial-gradient(circle, #ffcc00 0%, rgba(255, 204, 0, 0) 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul_adv li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

.ul_adv li:nth-child(2) {
    margin-left: -12px;
}

.ul_adv li:nth-child(3) {
    margin-left: -24px;
}

.ul_adv li:nth-child(4) {
    margin-left: -36px;
}

@media (max-width: 768px) {

    .ul_adv li:nth-child(2),
    .ul_adv li:nth-child(3),
    .ul_adv li:nth-child(4) {
        margin-left: 0;
        /* Убираем отступы для мобильной версии */
    }

    .block_desc_1 div {
        margin-left: 8px;
    }

    .ul_adv li {
        font-size: 13px;
    }

    .desc_title {
        text-align: center;
        margin-left: 0px;
    }

    .title_adv {
        font-size: 23px;
    }

    .promo_h1_small {
        font-size: 36px;
        margin: auto;
    }

    .block_desc_video,
    .block_desc_1 {
        border-radius: 0px;
    }

    .block_desc_1 {
        border-bottom: 1px solid #353535;
    }

    .block_desc_video>video,
    .block_desc_1>* {
        border-radius: 0px;
    }
}


.event_button_span {
    display: flex;
    flex-direction: column;
}

.span_event {
    padding: 2px 6px;
    font-size: 12px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 4px;
    margin-right: 8px;
}

.btn_custom_event {
    width: 450px;
}

.span_info_event {
    display: block;
    font-size: 9px;
    text-align: right;
    width: 430px;
    font-style: italic;
}

.name_event_button {
    display: block;
    text-align: left;
    width: 430px;
    margin-bottom: 8px;
}

.desc_daily_main_block {
    display: flex;
    gap: 16px;
}

.desc_daily_section {
    flex: 1;
}

.desc_daily_items {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 144px;
    gap: 15px;
}

.desc_daily_items img {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddb9125c;
    box-shadow: 0 4px 8px rgb(229 160 0 / 59%);
    height: 36px;
}

.desc_daily_section h3,
.desc_daily_section h4 {
    text-align: center;
    margin: auto;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.custom-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.custom-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltiptext span {
    display: block;
    color: #ffcc00;
    font-weight: bold;
}

.separator {
    width: 2px;
    background-color: #eba0316e;
    margin: 0 16px;
}

@media (max-width: 768px) {
    .info_date_obt {
        font-size: 16px !important;
    }
}


.l2-neon-text {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0ff;
    text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #00bcd4;
    position: relative;
    padding: 15px 10px;
    border: 1px solid rgb(0 255 255 / 3%);
    border-radius: 2px;
    background: rgba(0, 255, 255, 0.05);
    animation: neon-flicker 3s infinite alternate;
}

@keyframes neon-flicker {

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
        opacity: 1;
        text-shadow: 0 0 5px #0ff, 0 0 10px #0ff;
    }

    20%,
    24%,
    55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

.event__details {
    font-size: 1rem;
    color: #777;
    margin-top: auto;
    line-height: 1.6;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
}

.event__details span {
    display: block;
    color: #ddd;
}

.event__desc {
    font-size: 1.4rem !important;
    margin-bottom: max(.625rem, 20px);
}


/************
* POPUP RETRO x15
************/
.l2-modern-widget {
    position: fixed;
    bottom: 50px;
    left: 40px;
    z-index: 9900;
    display: flex;
    align-items: center;
    cursor: pointer;
    animation: levitate 3.5s ease-in-out infinite;
    user-select: none;
}

.l2-modern-widget:hover {
    animation-play-state: paused;
    transform: translateY(-5px);
}

.widget-icon {
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 15px rgba(0, 229, 255, 0.3));
    transition: transform 0.3s ease;
}

.l2-modern-widget:hover .widget-icon {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 0 25px rgba(0, 229, 255, 0.6));
}

.widget-aura {
    position: absolute;
    left: 37px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
    border-radius: 50%;
    animation: pulseBlue 2s infinite alternate;
}

.widget-plate {
    position: relative;
    margin-left: -20px;
    padding: 10px 25px 10px 35px;
    background: var(--l2-glass);
    border: 1px solid #2a3b55;
    border-left: none;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%);
    display: flex;
    align-items: center;
    z-index: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.l2-modern-widget:hover .widget-plate {
    background: linear-gradient(90deg, #162035 0%, #0b111f 100%);
    border-color: var(--l2-cyan);
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.15);
    padding-left: 40px;
}

.widget-content {
    display: flex;
    flex-direction: column;
}

.widget-title {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}

.widget-sub {
    color: var(--l2-cyan);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s;
}

.l2-modern-widget:hover .widget-sub {
    color: var(--l2-gold);
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.widget-indicator {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 8px;
    height: 8px;
    background-color: var(--l2-gold);
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px var(--l2-gold);
    animation: blink 1.5s infinite;
    z-index: 3;
}

.widget-sparkle {
    position: absolute;
    background: var(--l2-cyan);
    width: 2px;
    height: 2px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 4px var(--l2-cyan);
    animation: rise 3s infinite linear;
    z-index: 10;
}

.p1 {
    left: 40%;
    bottom: 20%;
    animation-delay: 0s;
}

.p2 {
    left: 60%;
    bottom: 10%;
    animation-delay: 1.2s;
    width: 3px;
    height: 3px;
    background: white;
}

.p3 {
    left: 30%;
    bottom: 30%;
    animation-delay: 2.5s;
    background: var(--l2-gold);
}

.l2-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 8, 15, 0.9);
    backdrop-filter: blur(12px);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.l2-modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.l2-modal-box {
    width: 90%;
    max-width: 520px;
    background: linear-gradient(160deg, #131a29 0%, #090e17 100%);
    border: 1px solid rgba(0, 229, 255, 0.15);
    border-top: 1px solid rgba(0, 229, 255, 0.4);
    border-radius: 12px;
    padding: 0;
    position: relative;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.95),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset,
        0 0 40px rgba(0, 229, 255, 0.05);
    transform: perspective(1000px) rotateX(10deg) translateY(50px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}

.l2-modal-overlay.open .l2-modal-box {
    transform: perspective(1000px) rotateX(0) translateY(0) scale(1);
}

.l2-modal-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--l2-cyan), transparent);
    opacity: 0.7;
}


.l2-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8899a6;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
    z-index: 10;
}

.l2-modal-close:hover {
    background: rgba(255, 60, 60, 0.1);
    border-color: rgba(255, 60, 60, 0.4);
    color: #ff4d4d;
    transform: rotate(90deg);
}


.l2-modal-inner {
    padding: 40px 30px 30px;
}

.l2-modal-header {
    text-align: center;
    margin-bottom: 25px;
}

.l2-modal-title {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    background: linear-gradient(to bottom, #fff 40%, #aabdd1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.l2-modal-subtitle {
    display: block;
    color: var(--l2-cyan);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 5px;
    opacity: 0.8;
}

.l2-separator {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 20px auto;
    width: 80%;
    position: relative;
}

.l2-separator::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background: var(--l2-cyan);
    box-shadow: 0 0 8px var(--l2-cyan);
}

.l2-promo-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.l2-promo-item {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.l2-promo-item:hover {
    background: linear-gradient(90deg, rgba(0, 229, 255, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
    border-color: rgba(0, 229, 255, 0.3);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.promo-icon-box {
    width: 48px;
    height: 48px;
    background: #0d121c;
    border: 1px solid #2a3b55;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    position: relative;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
}

.promo-icon-box svg {
    width: 24px;
    height: 24px;
    color: #6a7a8a;
    transition: 0.3s;
}

.l2-promo-item:hover .promo-icon-box svg {
    color: #fff;
    filter: drop-shadow(0 0 5px currentColor);
}

.l2-promo-item:hover .promo-icon-box {
    border-color: var(--l2-cyan);
}

.promo-content {
    flex-grow: 1;
}

.promo-title {
    display: block;
    color: #e2e8f0;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.promo-desc {
    display: block;
    color: #999fa7;
    font-size: 12px;
}

.promo-badge {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.badge-new {
    background: rgba(0, 229, 255, 0.15);
    color: var(--l2-cyan);
    border: 1px solid rgba(0, 229, 255, 0.3);
}

.badge-hot {
    background: rgba(255, 60, 60, 0.15);
    color: #ff4d4d;
    border: 1px solid rgba(255, 60, 60, 0.3);
    animation: pulseRed 2s infinite;
}

.promo-arrow {
    opacity: 0.5;
    transition: 0.3s;
}

.l2-promo-item:hover .promo-arrow {
    opacity: 1;
    transform: translateX(3px);
}

.l2-promo-item.legendary {
    background: radial-gradient(circle at 0% 50%, rgba(255, 215, 0, 0.1), transparent 70%);
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.l2-promo-item.legendary:hover {
    border-color: var(--l2-gold);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
}

.l2-promo-item.legendary .promo-icon-box {
    border-color: rgba(255, 215, 0, 0.4);
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1), #0d121c);
}

.l2-promo-item.legendary svg {
    color: var(--l2-gold);
}

.l2-promo-item.legendary .promo-title {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

.l2-modal-footer {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-text {
    font-size: 11px;
    color: #4a5a6a;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8899a6;
    transition: 0.2s;
    text-decoration: none;
}

.social-btn:hover {
    background: var(--l2-blue-dark);
    color: #fff;
}


@keyframes levitate {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes pulseBlue {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.6;
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

@keyframes rise {
    0% {
        transform: translateY(0) scale(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        transform: translateY(-50px) scale(0);
        opacity: 0;
    }
}

@keyframes pulseRed {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .l2-modern-widget {
        bottom: 20px;
        left: 10px;
    }

    .widget-plate {
        display: none;
    }

    .widget-indicator {
        right: 15px;
        top: 0;
    }

    .l2-modal-box {
        width: 95%;
    }
}