@media only screen and (max-width: 767px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        width: 100%;
        border-bottom: 1px solid #FFF;
        padding: 8px 14px;
        z-index: 99;
        background: #000;
    }

    .header+* {
        margin-top: 76px;
    }

    #popup_content input+h2,
    #popup_content:not(:has(h2)) div {
        margin-top: 0;
    }

    .logo_container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .logo_svg {
        height: 32px;
        margin-top: 2px;
        object-fit: contain;
    }

    .logo_text {
        font: normal 32px 'Bold';
        color: var(--logo_text_color);
    }

    .lang_text {
        font: normal 15px 'Light';
        color: var(--logo_text_color);
        position: relative;
        bottom: 1px;
    }

    .lang_svg .icon {
        fill: #FFFFFF;
    }

    .lang_container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
        border-radius: 30px;
        opacity: 0.8;
        cursor: pointer;
    }

    .lang_container:hover {
        opacity: 1;
    }

    .lang_button {
        display: flex;
        align-items: baseline;
        width: 100%;
        font: bold 21px 'Light';
        color: #FFFFFF;
        cursor: pointer;
    }

    .lang_button:hover {
        animation: button_hover 100ms forwards;
    }

    .menu_container {
        width: 100%;
        order: 1;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 7px;
        margin-top: 4px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: -100%;
        transition: all 0.6s;
        overflow: hidden;
    }

    .hb {
        width: 400px;
        margin: 0 auto;
        display: block;
    }

    .menu_container_container {
        overflow: hidden;
        order: 1;
        width: 100%
    }

    .menu_container_show {
        margin-top: 0;
    }

    .mobile_menu_toggle svg {
        width: 52px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu_item {
        float: left;
        height: fit-content;
        overflow-y: hidden;
        cursor: pointer;
        opacity: 0.8;
        border-bottom: 3px solid #FFF0 !important;
    }

    .menu_item:hover {
        opacity: 1;
    }

    .menu_item_selected {
        float: left;
        height: 32px;
        overflow-y: hidden;
        cursor: pointer;
        border-bottom: 3px solid #FFF;
    }

    .menu_item .menu_item_text {
        font: normal 14px/18px 'Light';
        color: var(--menu_item_text);
        margin-top: 0px;
        padding-top: 0;
        text-transform: uppercase;
    }

    .menu_item_selected .menu_item_text {
        font: bold 14px/32px 'Light';
        color: #FFF;
        margin-top: 0px;
    }

    .menu_item_text br,
    .menu_item_text span:last-child,
    .cta_item_text br,
    .cta_item_text span:last-child {
        display: none !important;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 22px;
        width: 100%;
        background-color: #000000;
        margin-top: 24px;
        padding: 14px;
        text-align: center;
    }

    .footer_logo {
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.8;
    }

    .footer_logo_svg {
        display: block;
        margin-top: 5px;
        filter: invert(1);
        height: 82px;
        transform: rotate(-13deg);
    }

    .footer_menu {
        display: inline-block;
    }

    .footer_menu_item {
        font: normal 16px 'Light';
        display: block;
        color: #8b8b8b;
        margin-top: 7px;
        cursor: pointer;
        text-decoration: underline;
        text-transform: uppercase;
    }

    .footer_menu_item:hover {
        color: #FFFFFF;
        /*font-weight:bold;*/
    }

    .footer_mail {
        font: normal 14px 'Light';
        display: block;
        color: #8b8b8b;
        margin-top: 7px;
        cursor: pointer;
        text-decoration: underline;
    }

    .footer_mail:hover {
        color: #FFFFFF;
        /*font-weight:bold;*/
    }

    .footer_x {
        display: block;
        float: left;
        opacity: 0.7;
        cursor: pointer;
    }

    .footer_x:not(:last-child) {
        margin-right: 12px;
    }

    .footer_x img,
    .footer_x svg {
        width: 24px;
        fill: #FFF;
    }

    .footer_x:hover {
        opacity: 1;
    }

    .cta_button:hover {
        background: #FFF;
        color: #000;
    }

    .cta_buttons {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 4px !important;
        margin-inline: auto;
        transform: initial !important;
        position: initial !important;
    }

    #popup_content {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    #popup_content h1 {
        text-align: center;
    }

    #popup_content h2 {
        margin-top: 0 !important;
        font-size: 28px;
        text-align: center;
    }

    #popup_content h3 {
        margin-bottom: 20px !important;
        font-size: 36px;
    }

    #popup_content .small_text {
        text-align: left;
        font-size: 26px;
    }

    .cta_button {
        margin-top: 20px;
        margin-inline: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        /*font:normal 1.5vw 'Cond';*/
        color: #FFF;
        cursor: pointer;
        /*background:#8BC34A;*/
        background: linear-gradient(#8BC34A, #5fb100);
        overflow: hidden;
        padding: 10px 1px;
        min-height: fit-content;
    }

    .cta_item_text {
        font: normal 25px 'Cond';
        padding: 0 20px;
        vertical-align: top;
        text-align: center;
    }

    .gotd_form_button:hover {
        background: #FFF;
        color: #000;
    }

    .gotd_form_button {
        margin-inline: auto !important;
        display: block;
        float: left;
        /*font:normal 1.5vw 'Cond';*/
        color: #FFF;
        cursor: pointer;
        height: 43px;
        background: #8BC34A;
        /*background: linear-gradient(#8BC34A, #5fb100);*/
        overflow: hidden;
        border-radius: 5px;
    }

    .gotd_form_button_item_text {
        font: normal 20px 'Cond';
        line-height: 40px;
        padding: 0 20px;
        vertical-align: top;
    }

    .l {
        float: left;
        margin-left: 0;
    }

    .r {
        float: right;
        margin-right: 0;
    }

    /*ОБЩЕЕ*/
    h1 {
        width: 100%;
        font: bold 34px 'Cond';
        color: #FFF;
        text-transform: uppercase;
    }

    h2 {
        width: 100%;
        margin-top: 20px;
        font: normal 1.8vw 'Cond';
        font-size: clamp(20px, 1.6vw, 32px);
        color: #FFFFFF;
    }

    h3 {
        width: 100%;
        text-align: center;
        margin-top: 0;
        font: normal 42px/40px 'Cond';
        color: #FFF;
        margin-bottom: 50px;
    }

    h5 {
        width: 100%;
        font: bold 36px/35px 'Cond';
        color: #FFF;
        text-transform: uppercase;
    }

    h6 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    p {
        margin-top: 40px;
    }

    b,
    .highlight {
        color: #8bc34a;
        /*font-size:larger;*/
        /*font-weight:bold;*/
    }

    .smaller {
        font-size: smaller;
    }

    .larger {
        font-size: larger;
    }

    .w100 {
        width: 100%;
    }

    .curtain {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        opacity: 1;
        z-index: 40000;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        top: 0;
        left: 0;
    }

    #popup {
        display: none;
        position: fixed;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        min-width: 200px;
        min-height: 150px;
        height: max-content !important;
        max-height: 90dvh !important;
        background: rgba(50, 50, 50, 0.8);
        border-radius: 6px;
        padding: 16px 18px !important;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        z-index: 50000;
        width: max-content;
        overflow: auto;
    }

    #popup,
    #popup * {
        max-width: 90dvw !important;
    }

    #popup #popup_content form * {
        max-width: 100% !important;
    }

    #popup_container_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        width: fit-content;
        overflow: hidden;
        height: initial !important;
    }

    #popup_container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: fit-content !important;
        height: initial !important;
        overflow-y: scroll;
    }

    #popup_content {
        padding: 0 5px;
        color: #FFF;
        width: 100% !important;
    }

    .popup_header {
        color: #FFFFFF;
    }

    .gray {
        background-color: rgba(88, 101, 109, 0.2);
    }

    #token_page_hero {
        height: initial !important;
    }

    #token_page_hero h2 {
        text-align: left;
    }


    /*ГЛАВНАЯ*/
    .hero {
        position: relative;
        width: 100%;
        height: fit-content !important;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero_text {
        padding: 14px;
        z-index: 2;
        position: relative;
        max-width: 100%;
    }

    .hero_text_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #token_page_hero h1 {
        text-align: center;
        line-height: 42px;
    }

    .hero_text_2 {
        width: 100%;
        top: 80%;
        left: 50%;
        /*height:;*/
        transform: translateX(-50%);
        padding: 50px;
        padding-top: 30px;
        /*background:rgba(0,0,0,0.4);*/
        /*-webkit-backdrop-filter:blur(8px);*/
        /*backdrop-filter:blur(8px);*/
        /*border-radius:20px;*/
        z-index: 100;
        /*box-shadow: 0 0 80px 10px rgba(0,0,0,0.2);*/
    }

    .hero_text_inner_3 {
        width: 20%;
        top: 80%;
        left: 5%;
        /*height:;*/
        padding: 50px;
        padding-top: 30px;
        /*background:rgba(0,0,0,0.4);*/
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        /*border-radius:20px;*/
        z-index: 100;
        /*box-shadow: 0 0 80px 10px rgba(0,0,0,0.2);*/
    }

    .hero_vis {
        width: 100%;
        height: 58dvw;
        z-index: 1;
        margin-block: 6px;
    }

    input,
    select {
        display: block;
        width: 100%;
        font: normal 20px 'Cond';
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.1);
        padding: 15px;
        border-radius: 10px;
        border: 2px solid #6B7280;
    }

    textarea {
        display: block;
        width: 100%;
        font: normal 20px 'Cond';
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.1);
        padding: 15px;
        border-radius: 10px;
        border: 2px solid #6B7280;
        min-height: 100px;
        resize: none;
    }

    option {
        background-color: #6B7280;
    }

    .input_name {
        display: block;
        margin-top: 22px;
        margin-bottom: 6px !important;
        width: 100%;
        font: normal 16px 'Light';
        color: #8BC34A;
    }

    input:focus {
        background: rgba(0, 0, 0, 0.5);
        border: 2px solid #8DDB29;
    }

    select:focus {
        background: rgba(0, 0, 0, 0.5);
        border: 2px solid #8DDB29;
        /*border-radius:10px 10px 0 0;*/
    }

    .close_color {
        background: #666666;
    }


    #main_page_hero {
        background: radial-gradient(ellipse at bottom,
                rgba(105, 137, 147, 0.5),
                #000000 90%);
    }

    .gray_grad {
        background: radial-gradient(ellipse at bottom,
                rgba(105, 137, 147, 0.5),
                #000000 90%);
    }


    .token_small_text {
        margin-top: 10px;
        font: normal 1.8vw 'Cond';
        font-size: clamp(20px, 1.6vw, 32px);
        color: #FFF;
        /*background:rgba(0,0,0,0.4);*/
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .feature_block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        width: 100%;
        margin-block: 30px;
    }

    .gray_grad h3 {
        margin-top: 60px !important;
        margin-bottom: 30px;
    }

    .dot_5 {
        background-image: url('/src/vis/dot_5.png');
    }

    .blur_8 {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .feature_block_item {
        width: 100% !important;
    }

    .feature_block_item:first-child {
        margin-left: 0;
    }

    .feature_text {
        display: block;
        font: normal 24px 'Cond';
        color: rgba(255, 255, 255, 1);
        text-align: left;
        margin-top: 6px !important;
        padding-top: 0;
    }

    .feature_img {
        display: block;
        position: relative;
        width: 72px;
        height: 72px;
        left: 50%;
        transform: translateX(-50%);
        /*border:3px solid #FFF;*/
    }

    .feature_img .icon {
        fill: #FFFFFF;
    }


    .big_number {
        display: inline-block;
        position: relative;
        /*border:1px solid #FFF;*/
        margin-top: 50px;
        margin-bottom: 0;
        padding: 30px;
        /*text-align: left;*/
        font: bold 80px/70px 'Cond';
        /*color:#8BC34A;*/
        color: rgba(255, 255, 255, 1);
        /*text-shadow: 0 0 10px rgba(255,255,255,0.2);*/
        left: 50%;
        transform: translateX(-50%);
    }

    .small_text {
        margin-top: 20px;
        font: normal 20px 'Cond';
        color: #FFF;
    }

    .small_footer_text {
        margin-top: 20px;
        font: normal 14px 'Light';
        color: #666666;
    }

    .hero_token_vis {
        z-index: 1;
        padding: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero_token_vis img {
        max-width: 80% !important;
        margin: 0 !important;
    }

    .cities_line {
        opacity: 0.2;
        height: 1px;
        /*border:2px dashed none;*/
        background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
        background-position: left top, right bottom, left bottom, right top;
        animation: border-dance 0.5s infinite linear;
    }

    .cities_line_red {
        opacity: 0.2;
        height: 2px;
        /*border:2px dashed none;*/
        background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, #EA0000 20%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%), linear-gradient(0deg, #EA0000 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
        background-position: left top, right bottom, left bottom, right top;
        animation: border-dance 1s infinite linear;
    }

    .cities_line_feat {
        height: 3px !important;
        width: 250px !important;
        /*border:2px dashed none;*/
        background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, #444e52 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, #444e52 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 15px 3px, 15px 3px, 3px 15px, 3px 15px;
        background-position: left top, right bottom, left bottom, right top;
        animation: border-dance 500ms infinite linear;
        transform: rotate(-90deg) !important;
        position: absolute !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .howitworks_feature_block .cities_line_feat:nth-child(1) {
        top: calc(250px * 1) !important;
    }

    .howitworks_feature_block .cities_line_feat:nth-child(2) {
        top: calc(250px * 2) !important;
    }

    .howitworks_feature_block .cities_line_feat:nth-child(3) {
        top: calc(250px * 3) !important;
    }

    .howitworks_feature_block .cities_line_feat:nth-child(4) {
        top: calc(250px * 4) !important;
    }

    .howitworks_feature_block .cities_line_feat:nth-child(5) {
        top: calc(250px * 5) !important;
    }

    .howitworks_feature_block .cities_line_feat:nth-child(6) {
        display: none !important;
    }

    .howitworks_feature_block .cities_line_feat:nth-child(7) {
        display: none !important;
    }

    @keyframes border-dance {
        0% {
            background-position: left top, right bottom, left bottom, right top;
        }

        100% {
            background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
        }
    }

    .hero_vis img {
        position: absolute;
    }

    .map_city {
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: #000;
        box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 1);
        /*outline:3px solid #666;*/
        outline: 2px solid #8BC34A;
        /*border-radius:100px;*/
        color: #FFF;
        transform: rotate(45deg);
        z-index: 20;
        opacity: 0.2;

    }

    .reg_block {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 0 14px !important;
    }

    .faq_block {
        display: flex;
        flex-direction: column;
        gap: 18px;
        position: relative;
        width: 100%;
        min-height: 100px;
        padding-block: 30px;
        clear: both;
    }

    .faq_q {
        display: block;
        float: left;
        font: normal 40px 'Cond';
        line-height: 40px;
        color: #FFF;
        text-align: center;
        padding-inline: 14px;
    }

    .faq_a {
        display: block;
        float: left;
        font: normal 20px 'Cond';
        color: #FFF;
        border-left: 3px solid #8bc34a;
        padding-inline: 8px;
    }

    .faq_a ol,
    .faq_a ul {
        display: block;
        float: left;
        font: normal 20px 'Cond';
        color: #FFF;
        border-left: 3px solid #8bc34a;
        padding-left: 8px;
        list-style-position: inside;
        border: none;
        margin-bottom: 16px;
        margin-top: 0;
    }

    .faq_a h6 {
        margin-bottom: 16px;
        line-height: 28px;
    }

    .block_vis {
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: initial !important;
        padding-bottom: 130px;
    }

    .block_vis_token {
        z-index: 10;
        width: 80% !important;
        margin-top: 12px;
    }

    #main_page_howitworks h2 {
        margin: 0 !important;
        padding-inline: 14px;
        padding-top: 32px;
        padding-bottom: 8px;
        text-align: center;
    }

    .block_text {
        position: relative;
        height: auto;
        width: 100%;
        padding-inline: 14px;
        z-index: 2;
        margin-top: 32px;
        text-align: center;
    }

    #main_page_1 {
        height: fit-content !important;
    }

    .block_text_inner {
        z-index: 20;
    }

    .block_small_text {
        width: 100%;
        margin-top: 10px;
        font: normal 1.8vw 'Cond';
        font-size: clamp(20px, 1.6vw, 32px);
        color: #FFF;
    }


    #main_page_roadmap .highlight {
        display: block;
    }

    #main_page_roadmap br[clear="all"] {
        display: none;
    }

    #main_page_roadmap h3 {
        margin-bottom: 0px;
    }

    #main_page_roadmap .wrap {
        padding: 0 !important;
        margin: 0 !important;
    }

    #main_page_roadmap .wrap .roadmap {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 14px;
    }

    #main_page_howitworks {
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.5);
        background: radial-gradient(ellipse at bottom,
                rgba(105, 137, 147, 0.5),
                #000000 90%);
        padding-top: 200px;
        padding-bottom: 200px;
        height: auto;
    }

    #howitworks_page_hero {
        background: radial-gradient(ellipse at bottom,
                rgba(135, 255, 0, 0.5),
                #000000 90%);
    }

    .howitworks_feature_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;
        width: 100%;
        margin-top: 76px !important;
        background-image: url('/src/vis/dot_5.png');
        height: initial !important;
        padding: 0 14px !important;
    }

    .howitworks_feat {
        display: block;
        border-radius: 20px;
        z-index: 1;
        margin: 0 !important;
    }

    .howitworks_feat_number {
        display: block;
        position: absolute;
        font: normal 112px 'Bold';
        color: #b2d5e5;
        margin-top: -70px;
        margin-left: 0;
        text-align: center;
        z-index: 1;
        opacity: 0.5;
    }

    .howitworks_feat_img {
        padding-top: 5px;
        display: block;
        width: 100%;
        height: 60px;
        background: rgba(0, 0, 0, 0.05);
    }

    .howitworks_feat_img .icon {
        display: block;
        position: absolute;
        margin-left: 76px;
        margin-top: 0px;
        fill: #FFFFFF;
    }

    .howitworks_feat_text {
        display: block;
        /*float:left;*/
        padding: 20px;
        padding-left: 76px;
        /*padding-top:0;*/
        text-align: left;
        /*background-color:rgba(0,0,0,0.2);*/
        background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
        border: 1px solid rgba(148, 163, 184, .15);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        z-index: 2;
        border-radius: 10px;
        /*border:10px solid #FFFFFF;*/
        /*border-top:none;*/
        /*border-bottom:none;*/
    }

    .howitworks_feat_header {
        margin-top: 0px;
        font: normal 28px 'Cond';
        color: #b8fd69;
        margin-bottom: 20px;
        /*border-bottom:3px solid #FFFFFF;*/
    }

    .howitworks_feat_small_text {
        font: normal 18px 'Cond';
        color: #FFF;
        margin-top: 5px;
    }

    .token_feat {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .04));
        border: 1px solid rgba(148, 163, 184, .15);
        margin: 0 !important;
        margin-top: 36px !important;
        z-index: 1;
        overflow: hidden;
    }

    .token_feat_img {
        padding-top: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        background: rgba(0, 0, 0, 0.05);
    }

    .token_feat_img .icon {
        display: block;
        fill: #FFFFFF;
    }

    .token_feat_text {
        display: block;
        float: left;
        width: 220px;
        padding: 10px;
        padding-top: 0;
        text-align: center;
    }

    .token_feat_header {
        margin-top: 10px;
        font: normal 21px 'Cond';
        color: #FFF;
    }

    .token_feat_small_text {
        font: normal 16px 'Cond';
        color: #DDD;
        margin-top: 15px;
    }


    .inline {
        display: inline-block;
    }

    .lookfor_feature {
        display: block;
        position: relative;
        float: left;
        width: 70%;
        margin-inline: 14px;
        /*border:1px solid #FFF;*/
    }

    .lookfor_feature:before {
        content: "";
        position: absolute;
        top: 10px;
        left: -25px;
        transform: translateX(-50%) rotate(45deg);
        width: 16px;
        height: 16px;
        background: #a7f760;
        box-shadow: 0 0 0 4px rgba(188, 213, 112, 0.18), 0 0 20px 4px rgba(217, 249, 103, 0.25);
    }

    ul {
        list-style-type: square;
        margin-top: 20px;
    }

    li {
        margin-top: 10px;
    }

    /*ДОРОЖНАЯ КАРТА*/
    .rail {
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        height: 3px;
        border-radius: 6px;
        background-image: linear-gradient(90deg, transparent 50%, transparent 50%), linear-gradient(90deg, #444e52 50%, transparent 50%), linear-gradient(0deg, transparent 50%, transparent 50%), linear-gradient(0deg, #444e52 50%, transparent 50%);
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 15px 3px, 15px 3px, 3px 15px, 3px 15px;
        background-position: left top, right bottom, left bottom, right top;
        animation-name: border-dance;
        animation-duration: 500ms;
        animation-iteration-count: infinite;
        animation-direction: reverse;
        animation-timing-function: linear;
        /*animation: border-dance 500ms infinite linear;*/
    }

    .item {
        position: relative;
        background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
        border: 1px solid rgba(148, 163, 184, .15);
        border-radius: 18px;
        padding: 20px;
        padding-top: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
        min-width: 21%;
        flex: 0 0 21%;
        margin-top: 80px;
        margin-inline: 14px;
    }

    .item:before {
        content: "";
        position: absolute;
        top: -47px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 16px;
        height: 16px;
        background: #a7f760;
        box-shadow: 0 0 0 4px rgba(188, 213, 112, 0.18), 0 0 20px 4px rgba(217, 249, 103, 0.25);
    }

    .hdr {
        margin-bottom: 30px;
    }

    .title {
        font-size: clamp(24px, 3vw, 40px);
        font-weight: 800;
    }

    .subtitle {
        color: #94a3b8;
    }

    .roadmap {
        display: flex;
        gap: 40px;
        align-items: flex-start;
        position: relative;
        overflow-x: auto;
        padding-bottom: 30px;
        text-align: center;
    }

    .q {
        font-weight: 700;
        margin-bottom: 8px;
        color: #A7F760;
        font: bold 28px 'Cond';
    }

    .h {
        font-weight: 700;
        margin: 6px 0 8px;
        font: normal 30px 'Cond';
        color: #FFFFFF;
    }

    .desc {
        color: #94a3b8;
        font: normal 17px 'Light';
        margin-block: 24px !important;
    }

    .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 14px;
        justify-content: center;
    }

    .tag {
        padding: 4px 8px;
        border-radius: 999px;
        font-size: 13px;
        border: 1px solid rgba(148, 163, 184, .25);
        background: rgba(255, 255, 255, .04);
    }

    .legend {
        display: flex;
        gap: 12px;
        margin-top: 20px;
        color: #94a3b8;
        font-size: 14px;
    }

    .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    /*ОБРАТНЫЙ ОТСЧЕТ*/
    .countdown {
        display: flex;
        justify-content: center;
        align-items: start;
        gap: 4px;
        position: relative;
        border: 5px solid #FFF;
        border-radius: 20px;
        padding: 24px 42px;
    }

    .countdown>*:first-child {
        margin-right: 18px !important;
    }

    #main_page_roadmap .countdown {
        padding-inline: 14px;
    }

    .countdown ul {
        margin: 0 !important;
        width: fit-content;
    }

    .countdown_block {
        display: block;
        margin: 0 !important;
    }

    .countdown_value {
        display: flex;
        justify-content: center;
        align-items: start;
        font: normal 50px 'Bold';
        color: #FFFFFF;
        opacity: 0.6;
        margin: 0 !important;
        padding: 0 !important;
    }

    .countdown_desc {
        display: block;
        position: relative;
        width: 100%;
        font: normal 18px 'Cond';
        color: #FFFFFF;
        opacity: 0.5;
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero_text_inner_token {
        text-align: center !important;
    }
    
    .howitworks_feature_block_container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        gap: 20px;
    }
    
    .video-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .video-container iframe {
        width: 100%;
        aspect-ratio: 16/9;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }
    
    .media-grid {
        padding-top: 20px;
    }
    
    .media-card h3 {
        margin: 0 0 12px !important;
    }
}