body {
    width: 100%;
    min-width: 200px;
    background: #000000;
    --logo_text_color: #FFFFFF;
    --menu_item_text: #FFFFFF;
    color: #e5e7eb;
    font: normal 16px 'Light';
}



@media only screen and (min-width: 767px) {
    .mobile_menu_toggle {
        display: none;
    }

    /*ХЕДЕР*/
    .header {
        display: grid;
        grid-template-columns: 200px 1fr 200px;
        justify-content: center;
        align-items: center;
        align-content: center;
        position: fixed;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(5px);
        z-index: 10000;
        padding: 4px 5%;
        border-bottom: 1px solid #FFF;
    }

    .logo_container {
        float: left;
        width: 220px;
        height: 70px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .logo_svg {
        float: left;
        height: 52px;
    }

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

    .lang_text {
        float: right;
        font: normal 15px 'Light';
        color: var(--logo_text_color);
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 4px;
        width: 28px;
        text-align: left;
    }

    .lang_svg {
        float: left;
    }

    .lang_svg .icon {
        fill: #FFFFFF;
    }

    .lang_container {
        display: inline-block;
        width: 60px;
        height: 28px;
        border-radius: 30px;
        opacity: 0.8;
        cursor: pointer;
        margin-left: auto;
    }

    .lang_container:hover {
        opacity: 1;
    }

    .lang_button {
        display: block;
        width: 100%;
        padding: 10px;
        font: bold 21px 'Light';
        color: #FFFFFF;
        cursor: pointer;
    }

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

    .menu_container {
        width: fit-content;
        margin-inline: auto;
    }

    .menu_item {
        float: left;
        height: 35px;
        padding: 0 16px;
        overflow-y: hidden;
        cursor: pointer;
        opacity: 0.8;
    }

    .menu_item:hover {
        float: left;
        height: 30px;
        padding: 0 16px;
        overflow-y: hidden;
        cursor: pointer;
        opacity: 1;
    }

    .menu_item_selected {
        float: left;
        height: 35px;
        padding: 0 16px;
        overflow-y: hidden;
        cursor: pointer;
        border-bottom: 5px solid #FFF;
    }

    .menu_item .menu_item_text {
        font: normal 14px/32px '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:hover .menu_item_text {
        animation: menu_button_hover 400ms forwards;
    }

    .discl {
        font: normal 14px 'Cond';
        opacity: 0.5;
    }

    .footer {
        display: inline-block;
        position: absolute;
        width: 100%;
        min-height: 100px;
        height: 400px;
        overflow: hidden;
        padding-top: 100px;
        padding-bottom: 300px;
        background-color: #000000;
    }

    .footer_logo {
        display: block;
        position: absolute;
        margin-top: -250px;
        margin-left: 100px;
        opacity: 0.4;
        transform: rotate(-13deg);
    }

    .footer_logo_svg {
        display: block;
        height: 800px;
        margin-top: 5px;
    }

    .footer_menu {
        display: block;
        position: relative;
        float: left;
        margin-left: 10%;
        width: 20%;
        min-width: 250px;
        /*margin-top:-100px;*/
    }

    .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;
        width: 24px;
        float: left;
        opacity: 0.7;
        cursor: pointer;
        margin-left: 20px;
    }

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

    .footer_x:hover {
        opacity: 1;
    }

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

    .cta_button:hover .cta_item_text {
        animation: cta_button_hover_text 300ms forwards;
    }

    .cta_buttons {
        width: 100%;
        text-align: center;
        margin-top: 16px;
        float: left;
    }

    .cta_button {
        margin-top: 20px;
        margin-right: 20px;
        display: block;
        float: left;
        /*font:normal 1.5vw 'Cond';*/
        color: #FFF;
        cursor: pointer;
        height: 63px;
        /*background:#8BC34A;*/
        background: linear-gradient(#8BC34A, #5fb100);
        overflow: hidden;
    }

    .cta_item_text {
        font: normal 30px 'Cond';
        line-height: 60px;
        padding: 0 20px;
        vertical-align: top;
    }

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

    .gotd_form_button:hover .gotd_form_button_item_text {}

    .gotd_form_button {
        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 60px '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;
    }

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

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

    h5 {
        width: 100%;
        font: bold 40px/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);
    }

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

    #popup_container_wrap {
        display: block;
        position: relative;
        width: auto;
        height: fit-content !important;
        overflow: auto;
    }

    #popup_container {
        display: block;
        padding: 16px;
        height: fit-content !important;
        overflow-y: scroll;
    }

    #popup_content {
        padding: 0 5px;
        color: #FFF;
    }

    #popup_content h3 {
        margin-bottom: 20px;
    }

    .popup_header {
        color: #FFFFFF;
    }

    #choose {
        display: none;
        position: fixed;
        left: 50%;
        top: 50px;
        width: auto;
        height: auto;
        padding: 0 10px 0 30px;
        min-width: 200px;
        min-height: 150px;
        background: rgba(50, 50, 50, 0.8);
        border-radius: 0;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        z-index: 50000;
    }

    #choose_container_wrap {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        overflow: hidden;
    }

    #choose_container {
        display: block;
        width: 120%;
        padding-right: calc(20% + 20px);
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
        overflow-y: scroll;
    }

    #choose_content {
        padding: 0 5px;
        color: #FFF;
    }

    .choose_header {
        color: #FFFFFF;
    }

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


    /*ГЛАВНАЯ*/
    .hero {
        position: relative;
        width: 100%;
        height: 150%;
        overflow: hidden;
    }

    .hero_text {
        position: absolute;
        height: 100%;
        width: 100%;
        margin-left: 5%;
        z-index: 2;
    }

    .hero_text_inner {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        max-width: 90dvw;
    }

    .hero_text_2 {
        position: absolute;
        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 {
        position: absolute;
        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 {
        position: absolute;
        width: 100%;
        top: 30%;
        left: 0;
        z-index: 1;
        /*opacity:0.7;*/
        /*transform: rotate3d(1, 0, 0, 0deg);*/
    }

    input,
    select {
        display: block;
        width: 100%;
        font: normal 20px 'Cond';
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.1);
        padding: 10px 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: 20px;
        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 {
        width: 50%;
        margin-top: 10px;
        font: normal 1.8vw 'Cond';
        font-size: clamp(20px, 1.6vw, 32px);
        color: #FFF;
        padding: 10px;
        /*background:rgba(0,0,0,0.4);*/
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .feature_block {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

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

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

    .feature_block_item {
        float: left;
        width: 33%;
        margin: 0;
        /*margin:6%;*/
        /*margin-top:0;*/
        /*margin-right:0;*/
        /*margin-bottom:0;*/
        /*border:1px solid #FFF;*/
    }

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

    .feature_text {
        display: block;
        font: normal 16px 'Cond';
        color: rgba(255, 255, 255, 1);
        height: 70px;
        width: 100%;
        text-align: left;
        margin-top: 0px;
        padding-top: 0;
        overflow: hidden;
    }

    .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 {
        position: absolute;
        width: 100%;
        top: 20%;
        left: 100%;
        z-index: 1;
        transform: translateX(-50%);
        /*opacity:0.7;*/
        /*transform: rotate3d(0, 0, 1, 20deg);*/
    }

    .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;
        /*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;
    }

    @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: 6px;
        height: 6px;
        background-color: #000;
        box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 1);
        /*outline:3px solid #666;*/
        outline: 3px solid #8BC34A;
        /*border-radius:100px;*/
        color: #FFF;
        transform: rotate(45deg);
        z-index: 20;
        opacity: 0.2;

    }

    .reg_block {
        position: relative;
        width: 100%;
        min-height: 100px;
        overflow: hidden;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .faq_block {
        display: inline-block;
        position: relative;
        width: 100%;
        min-height: 100px;
        padding-top: 50px;
        padding-bottom: 100px;
        padding-inline: 14px;
        clear: both;
    }

    .faq_q {
        display: block;
        float: left;
        width: 40%;
        font: normal 40px 'Cond';
        color: #FFF;
        text-align: right;
        padding-right: 100px;
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .faq_a {
        display: block;
        float: left;
        width: 50%;
        font: normal 20px 'Cond';
        color: #FFF;
        padding-left: 100px;
        padding-right: 100px;
        border-left: 4px solid #8bc34a;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .block_vis {
        position: absolute;
        width: 100%;
        height: 1000px;
        top: 20%;
        z-index: 1;
        /*background:#FFF;*/
        /*left:50%;*/
        /*transform: translateX(-50%);*/
    }

    .block_vis_token {
        position: absolute;
        top: 0;
        left: 50%;
        /*transform: translateX(-50%);*/
        margin-left: -281px;
        z-index: 10;
        top: 10%;
    }

    .block_text {
        position: relative;
        height: auto;
        width: 70%;
        margin-left: 5%;
        z-index: 2;
    }

    .block_text_inner {
        position: absolute;
        top: 40%;
        /*transform: translateY(-50%);*/
        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 {}

    #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: inline-block;
        width: 100%;
        margin-top: 20px;
        /*overflow:hidden;*/
        /*border:1px solid #DDD;*/
        background-image: url('/src/vis/dot_5.png');
        /*-webkit-backdrop-filter:blur(8px);*/
        /*backdrop-filter:blur(8px);*/
    }

    .howitworks_feat {
        display: block;
        position: absolute;
        width: 250px;
        height: 300px;
        border-radius: 20px;
        /*background:rgba(255,255,255,0.2);*/
        /*background:#252526;*/
        z-index: 1;
        float: left;
        /*margin:calc((100% - 750px) / 6);*/
        /*margin-bottom:70px;*/
        /*margin-top:0;*/
    }

    .howitworks_feat_number {
        display: block;
        position: absolute;
        font: normal 130px 'Bold';
        color: #b2d5e5;
        margin-top: -70px;
        margin-left: -50px;
        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;
        position: absolute;
        /*float:left;*/
        width: 280px;
        padding: 20px;
        /*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 26px 'Cond';
        color: #b8fd69;
        margin-bottom: 20px;
        /*border-bottom:3px solid #FFFFFF;*/
    }

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

    .token_feat {
        display: inline-block;
        position: absolute;
        width: 200px;
        height: 200px;
        border-radius: 20px;
        /*background: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);
        /*background:#252526;*/
        top: 50%;
        left: 50%;
        margin-left: -225px;
        margin-top: -225px;
        z-index: 1;
        overflow: hidden;
    }

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

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

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

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

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


    .inline {
        display: inline-block;
    }

    .lookfor_feature {
        display: block;
        position: relative;
        float: left;
        width: 40%;
        margin: 5%;
        /*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;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
        min-width: 21%;
        flex: 0 0 21%;
        margin-top: 80px;
    }

    .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;
    }

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

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

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

    .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 12px;
    }

    .tag {
        padding: 4px 8px;
        border-radius: 999px;
        font-size: 12px;
        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: inline-block;
        position: relative;
        /*height:300px;*/
        left: 50%;
        transform: translateX(-50%);
        border: 5px solid #FFF;
        border-radius: 20px;
        padding: 80px;
        padding-top: 65px;
    }

    .countdown_block {
        display: block;
        float: left;
    }

    .countdown_value {
        display: block;
        font: normal 100px 'Bold';
        color: #FFFFFF;
        opacity: 0.6;
        margin: 50px;
        margin-top: 20px;
    }

    .countdown_desc {
        display: block;
        position: relative;
        width: 100%;
        font: normal 18px 'Cond';
        color: #FFFFFF;
        opacity: 0.5;
        margin-top: -60px;

        text-align: center;
    }
    
    .howitworks_feature_block_container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: center;
    }
    
    .video-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .video-container iframe {
        max-width: 100%;
        max-height: 80dvh;
        width: 1000px;
        aspect-ratio: 16/9;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }
}

.edit_txt {
    cursor: pointer;
}

.edit_txt:hover {
    background: rgba(255, 255, 255, 0.3);
}

@keyframes button_hover {
    0% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0.1);
        color: #8bc34a;
    }
}

@keyframes cta_button_hover {
    100% {
        background: rgba(255, 255, 255, 1);
        color: #5fb100;
        text-decoration: underline;
    }
}

@keyframes menu_button_hover {
    100% {
        margin-top: -32px;
        color: #FFF;
        opacity: 1;
    }
}

@keyframes cta_button_hover_text {
    100% {
        margin-top: -60px;
        /*color:#FFF;*/
        opacity: 1;
        /*font-weight:bold;*/
    }
}

.checkbox_input {
    appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
    float: left;
    padding: 5px;
    border-radius: 0;
    background-color: #000;
    color: #8BC34A;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox_input::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 3px;
    width: 0px;
    height: 0px;
    font-size: 26px;
    transition: 500ms;
    overflow: hidden;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
}

.checkbox_input:checked::after {
    content: "\2714";
    position: absolute;
    top: -4px;
    left: 3px;
    width: 30px;
    height: 30px;
    transition: 500ms;
}

.checkbox_input:disabled,
.radio-input:disabled {
    background: #ccc;
    border-color: #ccc;
}

.checkbox_input:disabled::after,
.radio-input:disabled::after {
    filter: grayscale(100%);
}

.checkbox_label {
    height: 30px;
    float: left;
    font: normal 22px 'Cond';
}

.answer_button {
    width: 98%;
    font: normal 33px 'Cond';
    color: #FFF;
    background-color: #666666;
    cursor: pointer;
    padding: 20px;
    margin: 10px;
    text-align: center;
}

.answer_button:hover {
    background-color: #999999;
}

.red_blink {
    background-color: rgba(200, 0, 0, 0.4);
    animation: quiz_blink 1000ms forwards;
}

.green_blink {
    background-color: rgba(0, 100, 0, 0.4);
    animation: quiz_blink 1000ms forwards;
}

@keyframes quiz_blink {
    100% {
        background: none;
    }
}

.chosen-container {
    vertical-align: top !important;
    width: initial !important;
    min-width: 200px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    height: 30px !important;
    font: normal 16px 'Cond';
}

.chosen-choices {
    background: #000 !important;
    border: 2px solid #6B7280 !important;
    height: 30px !important;
    top: -2px;
}

.search-choice-close {
    background: url(/src/css/chosen-sprite.png) -42px 1px no-repeat !important;
}

.error-field {
    border: 1px solid #ff4444 !important;
    background-color: rgba(255, 68, 68, 0.05) !important;
}

.error-message {
    color: #ff4444;
    font-size: 12px;
    margin-top: 4px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.error-message[style*="display: block"] {
    opacity: 1;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #8BC34A;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup-loading {
    position: relative;
}

.popup-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.popup-loading .spinner {
    z-index: 2;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 60px 14px;
    padding-top: 120px;
    max-width: 1400px;
    margin: 0 auto;
}

.media-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border: 1px solid rgba(148, 163, 184, .15);
    border-radius: 12px;
    padding: 24px;
    transition: transform 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.media-card:hover {
    transform: translateY(-5px);
}

.media-logo {
    max-width: 100%;
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.media-card h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 12px;
    text-align: left;
}

.media-card p {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}