

@keyframes float {
    0% {
        top: 0;
        left: 0;
    }
    25% {
        top: -10px;
        left: 10px;
    }
    50% {
        top: 0;
        left: 20px;
    }
    75% {
        top: 10px;
        left: 10px;
    }
    100% {
        top: 0;
        left: 0;
    }
}

.intro_bg2 {
    display: inline-block;
    position: relative;
    animation: float 5s ease-in-out infinite;
}

.intro_bg3 {
    display: inline-block;
    position: relative;
    animation: float 15s ease-in-out infinite;
}

@keyframes float2 {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}

.intro_bg1 {
    display: inline-block;
    position: relative;
    animation: float2 5s ease-in-out infinite;
}

.intro_bg2 img {
  animation: floatUpDown 6s ease-in-out infinite;
}

body {
    margin: 0;

    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #fff;
    -webkit-font-smoothing: antialiased;

    background-color: #000403;
    scroll-behavior: smooth;
    font-weight: 300;
    overflow-x: hidden!important;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 0px;
}

a {
    all: unset;
    cursor: pointer;
}

button {
    cursor: pointer;
}

a, .button  {
    transition: .2s linear;
    
}

.button:hover {
    box-shadow: 2px 2px 25px #494949!important;
}

/* Container
===================*/
main {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    object-fit: cover;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    position: fixed;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    top: 0;
    z-index: 10;
}

.header_inner {
    background: #000403;
    border-radius: 8px;
    padding: 17px 30px;
    margin-top: 20px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
    font-size: 30px;
    display: flex;
    align-items: center;
    font-weight: normal;
    background: linear-gradient(to right, #00ffcd, #00ff25); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header_logo div {
    margin-right: 14px;
}

.header_logo strong {
    margin-right: 10px;
}

.header_nav {
    font-weight: 100;
    font-size: 21px;
}

.header_nav {
    display: flex;
    grid-gap: 30px;
        position: relative;
}

.header_nav div {
    position: relative;
    display: flex;
    text-align: center;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_nav div a {
    position: relative;
    all: unset;
    cursor: pointer;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s linear;
}

/*
.header_nav div a::after {
    content: "";
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #cf24e8, #30c8ec);
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    transition: width .2s linear;
    text-align: center;
    margin: 0 auto;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.header_nav div a:hover::after {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

.header_nav div a:hover {
  color: transparent; 
    background: linear-gradient(to right, #00ffcd, #00ff25);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 300;
}


.gradient-border-button {

  border: 2px solid transparent; 
    background: linear-gradient(to right, #00bb97, #00bb1c);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 10px 20px; 
  font-size: 16px;
  color: white;
  text-decoration: none; 
  display: inline-flex; 
  align-items: center;
  justify-content: center; 
  border-radius: 7px;
  cursor: pointer; 
  outline: none;
  transition: .3s linear;
}




.display {
    display: block;
}

.header_button {
    display: flex;
    align-items: center;
    gap: 5px;
}

.intro {
    margin-top: 140px;
}

.intro_col {
    display: flex;
}

.intro_l, .intro_r {
    width: 50%;
    position: relative;
}

.intro_l h1 {
    font-weight: normal;
    font-size: 100px;
    line-height: 1;
}

.intro_l {
    flex-direction: column;
}

.intro_l_subtitle {
    font-size: 21px;
    color: #434646;
    margin-top: 70px;
    line-height: 1.3;
}

c {
    background: linear-gradient(to right, #00ffcd, #00ff25); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}



.intro_l_action button {
    all: unset;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right, #00bb97, #00bb1c);
    padding: 25px 75px;
    border-radius: 15px;
    font-size: 21px;
font-family: 'AtypDisplay';
    margin-top: 40px;
}

.video {
    margin-top: 120px;
    margin-bottom: 120px;

}

.video_col {
    padding: 0 50px;

    display: flex;
}

.video_l, .video_r {
    width: 50%;
}

.video_r {
    display: flex;
    flex-direction: column;
.video_r
}

.video_block {
    width: 500px;
    aspect-ratio: 16 / 9;
    background: url(image/video_preview.png);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}
.video_block video {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.video_block div {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

.video_r h2 {
    font-size: 73px;
    font-weight: normal;
    line-height: 1;
}

.vider_r_subtitle {
    line-height: 1.3;
    background: linear-gradient(to right, #00ffcd, #00ff25); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    margin-top: 35px;
}

.advantages {
    margin-bottom: 150px;
}

.advantages_title h1 {
    text-align: center;
    font-size: 73px;
    font-weight: normal;
}

.advantages_title {
    margin-bottom: 130px;
}

.advantages_col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    justify-content: start;
    align-items: start;
    justify-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.advantages_block {
    width: 100%;
    max-width: 450px;
}

.advantages_block {
    background: #000503;
    border-radius: 14px;
    height: 260px;
    position: relative;
    overflow: hidden; /* Скрыть элементы, выходящие за границы блока */
}

.adv_circle,
.adv_figure,
.adv_light {
    position: absolute;
    right: 0;
    bottom: 0;
}

.adv_circle {
    z-index: 0;
}

.adv_figure {
    z-index: 1;
}

.adv_light {
    z-index: 2;
}

.adv_text {
     padding-left: 26px; 
    /* padding-top: 10px; */
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: center;

    position: relative;
    z-index: 2;
}
.advantages_block div img {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: -5px;
}

.adv_title {
    font-size: 30px;
    background: linear-gradient(to right, #00ffcd, #00ff25); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.adv_p {
    max-width: 223px;
    color: #848484;
}

.adv_action {
    font-weight: normal;
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
    font-family: 'AtypDisplay';
}

.intro_bg1, .intro_bg2, .intro_bg3  {
    position: absolute;
    width: 100%;
}

.intro_bg1 img {
    position: absolute;
    width: 100%;
    left: -10%;
}

.intro_bg2 img {
    position: absolute;
    width: 100%;
    transform: scale(1.3);
    left: -10%;
    top: 50px;
    /* bottom: 0; */
}

.intro_bg3 img {
    position: absolute;
    width: 100%;
    left: 0%;
}

.adv_light_container {
    position: relative;
}

.adv_light_1 {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.adv_light_1 div {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background: #0cb437;
    filter: blur(100px);
    right: 5%;
    top: 100px;
    position: absolute;
}

.adv_light_2 {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.adv_light_2 div {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background: #00ffca;
    filter: blur(100px);
    left: 15%;
    bottom: -800px;
    position: absolute;
}

.advantages_action {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages_action .intro_l_action button {

    all: unset;
    cursor: pointer;

    background: #000403;
    padding: 20px 75px;
    border-radius: 15px;
    font-size: 20px;
    font-family: 'AtypDisplay';
    margin-top: 40px;


    border: 2px solid transparent;
    background-image: linear-gradient(#000403, #000403), linear-gradient(to right, #00ffcd, #00ff25);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #fff;
}

.start_col {
    display: flex;
}

.start_l, .start_r {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.start_l_title {
    font-weight: normal;
    font-size: 100px;
    line-height: 1;
}

.start_l_subtitle {
    font-size: 21px;
    color: #434646;
    margin-top: 70px;
    line-height: 1.3;
}

.start_r_ul {
    display: flex;
    padding: 15px;
    background: linear-gradient(to right, #00b488 1%, #008427 10%, #003a21 55%, #00390a 100%);
    position: relative;
    width: 90%;
    border-radius: 14px;
    gap: 25px;
    align-items: center;
    overflow: hidden;
}

.start_r_ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 14px;
    padding: 1px; /* толщина границы */
    background: linear-gradient(to right, #00ac6a, #008915);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
    pointer-events: none; /* чтобы граница не перекрывала контент */
}

.start_r_ul div {
    font-size: 25px;
    font-weight: normal;
}

.start_r_ul span {
    font-size: 70px;
    width: 89px;
    height: 89px;
    background: linear-gradient(to bottom right, #00c674, #009629);
    text-align: center;
    font-weight: 400;
    border-radius: 14px;
}

.start_r {
    align-items: flex-end;
    gap: 35px;
}

.stake {
    margin-top: 160px;
    margin-bottom: 160px;
}

.stake_col {
    display: flex;
}


.stake_l, .stake_r {
    width: 50%
}

.stake_r {
    position: relative;
}

.stake_bg_1 {
    position: absolute;
    z-index: 1;
}

.stake_bg_1 img {
    width: 100%;
    object-fit: cover;
}

.stake_bg_2 {
    left: 50%;
    transform: translateX(-10%);
    top: -45px;
    right: 0;
    z-index: 2;
    position: relative;
}

.stake_r {
    display: flex;
    flex-direction: column;
}

.stake_title {
    font-size: 65px;
    font-weight: normal;
    line-height: 1;
    top: 45px;
    font-family: 'AtypDisplay';
    right: 35px;
    position: relative;
}

.stake_r_btns {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
    margin-top: 110px;
}

.btn_no {
    all: unset;
    cursor: pointer;
    background: #000403;
    padding: 20px 75px;
    border-radius: 15px;
    font-size: 20px;
    font-family: 'AtypDisplay';
    margin-top: 40px;
    border: 2px solid transparent;
    background-image: linear-gradient(#000403, #000403), linear-gradient(to right, #00ffcd, #00ff25);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #fff;
}

.btn_full {
    all: unset;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right, #00bb97, #00bb1c);
    padding: 25px 75px;
    border-radius: 15px;
    font-size: 21px;
    font-family: 'AtypDisplay';
    margin-top: 40px;
}

.diagram_col {
    display: flex;
    background: url(image/diagram_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0px;
}

.diagram_content {
    display: flex;
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
}

.diagram_l, .diagram_r {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.diagram_img {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.diagram_img div:nth-child(1) {
    width: 80%;
    height: auto;
    position: relative;
}

.diagram_img div:nth-child(2) {
    width: 85%;
    height: auto;
}

.diagram_img div:nth-child(3) {
    width: 95%;
    height: auto;
}

.diagram_img div img {
    height: 100%;
}

.diagram_img div {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digram_h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    font-family: 'AtypDisplay';
}

.diagram {
    margin-bottom: 160px;
}

.diagram_p {
    font-size: 21px;
    color: #434646;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    line-height: 1.3;
    margin-bottom: 80px;
}

.diagram_r {
    display: flex;
    gap: 45px;
}

.diagram_ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.diagram_ul_h {
    font-size: 37px;
    font-family: 'AtypDisplay';
    font-weight: 500;
}

.diagram_ul_p {
    font-size: 21px;

}

.diagram_ul_h, .diagram_ul_p {
    width: 75%;
}

.diagram_ul_line {
    display: flex;
    width: 100%;
    align-items: center;
}

.diagram_ul_sphere {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: linear-gradient(to right, #00f9c9, #00fa26);
    margin-right: 5px;
}

.diagram_ul_dash {
    width: 50%;
    height: 1px;
    background: linear-gradient(to right, #00bb97, #00bb1c, transparent 5px);
    background-size: 6px 1px;
}

.airdrop_bg_2 {
    left: 50%;
    transform: translateX(-40%);
    top: -80px;
    right: 0;
    z-index: 2;
    position: relative;
}

.calculate {
    margin-bottom: 150px;
}

.calculate_h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    font-family: 'AtypDisplay';
}

.calculate_col {
    display: flex;
    margin-top: 100px;
}

.calculate_l {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.calculate_r {
    width: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.clc_name {
    font-size: 21px;
    color: #434646;
}

.clc_input_block {
    margin-top: 15px;
    padding: 23px 18px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 21px;
    font-weight: 400;

    background: linear-gradient(to right, #00805f 1%, rgb(0, 0, 0, 0) 45%);
    position: relative;
    overflow: hidden;
}

.clc_input_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 14px;
    padding: 1px;
    background: linear-gradient(to right, #00ac6a, #008915);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.input_radio {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-top: 5px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #006652, #006611);
    outline: none;
    opacity: 0.9;
    border-radius: 100%;
    transition: opacity .2s;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #006652, #006611);
    border: none;
    border-radius: 3px;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #006652, #006611);
    border: none;
    border-radius: 3px;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #006652, #006611);
    border: none;
    border-radius: 3px;
    color: transparent; /* скрывает псевдоэлементы */
}

/* Стилизация ползунка */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #00644f, 0 0 0 6px #006615;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #00644f, 0 0 0 6px #006615;
}

input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #00644f, 0 0 0 6px #006615;
}

.calculate_l .clc_input:first-child {
    margin-bottom: 50px;
}

.clc_input_block div:last-child {
    font-size: 21px;
    color: #434646;
    font-weight: 200;
}

.radio-container {
    display: flex;
    justify-content: space-between;
    gap: 22px;

    margin-top: 25px;
}
.radio-block {
    position: relative;
    width: 33.33333%;

    background: linear-gradient(to right, #004436, #003f0e);
    border-radius: 14px;
}

.radio-input {
    display: none; 
}

.radio-label {
    display: block;
    width: 100%; 
    height: 110px;  
    border: 2px solid transparent; 
    border-radius: 14px; 
    cursor: pointer; 

    display: flex;
    align-items: center;
    gap: 40px;
}

.radio-input:checked + .radio-label {
    border-color: #00ac6a; 
}

.procent {
    width: 70px;
    height: 75px;
    background: linear-gradient(to bottom right, #006854, #00682b);
    border-radius: 0 14px 14px 0;
    font-size: 37px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'AtypDisplay';
    line-height: 1;
    position: relative;
    left: -1px;
    z-index: 0;
}

.procent_rate span {
color: #517c69;
font-size: 21px;
}

.procent_rate strong {
    font-size: 30px;
}

.clc_result {
    background-image: url(image/clc_bg.png);
    background-position: center;
    background-size: cover;
    width: 80%;
    border-radius: 14px;
    padding: 28px;

    display: flex;
    flex-direction: column;
    gap: 35px;
}

.clc_line {
    width: 100%;
    height: 1px;
    background: #245845;
    position: relative;
    z-index: 5;
}

.clc_txt {
    margin-left: 30px;
    font-weight: 500;
}

.clc_txt span {
    font-size: 19px;
    margin-bottom: 5px;
}

.clc_txt div {
    font-size: 33px;
}

.faq {
    margin-bottom: 150px;
}

.faq_h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    font-family: 'AtypDisplay';
}

.faq_col {
    display: flex;
align-items: stretch;
    gap: 4%;
}

.faq_l, .faq_r {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 25px;
}

.faq_block {
    width: 100%;
    border-radius: 14px;
    display: flex;
    padding: 30px 24px;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.faq_arrow {
    font-size: 37px;
    font-weight: 700;
    font-family: 'AtypDisplay';
    line-height: .5;
}

.faq_text {
    width: 100%;
    border-radius: 14px;
    padding: 30px 24px;
    align-items: center;
    justify-content: space-between;
    align-content: center;

    display: none;

}


.general_faq {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.c1 {
    background: #001606;
}
.c2 {
    background: #000c05;
}


































.mobile_block_intro {
    display: none;
}

.none {
    display: none;
}

.block {
    display: block;
}



@media(max-width: 1100px) {
    div.header_nav {
        display: none;
    }
    .video_col {
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        align-content: center;
    }
    .video_l, .video_r {
        width: 100%;
    }
    .video_l {
        margin-top: 40px;
    }
    .start_l_title {
        font-size: 15vw;
    }
}


@media(max-width: 756px) {
.start_col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.start_l, .start_r {
    display: flex;
    flex-direction: column;
    width: 100%;
}
    .start_r_ul {
        width: 100%;
    }
.start_l_subtitle {
    font-size: 16px;
    color: #434646;
    margin-top: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.start_r_ul div {
    font-size: 20px;
    font-weight: normal;
}
.start_r_ul span {
    font-size: 40px;
    min-width: 60px;
    width: 60px;
    display: flex;
    min-height: 60px;
    height: 60px;
    background: linear-gradient(to bottom right, #00c674, #009629);
    text-align: center;
    font-weight: 400;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
}
.stake_bg_2 {
        /* left: 50%; */
        /* transform: translateX(-10%); */
        top: -130px;
        right: 0; 
        left: 0%; 
        z-index: 2;
        position: relative;
        transform: scale(.7);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .stake_l, .stake_r {
        width: 100%;
    }
    .start_r {
        gap: 20px;
    }
.stake_col {
    display: flex;
    flex-direction: column;
}
.stake_title {
    font-size: 15vw;
    font-weight: normal;
    line-height: 1;
    top: 45px;
    font-family: 'AtypDisplay';
    right: 35px;
     position: static; 
}
.stake_r_btns {
        display: flex;
        gap: 25px;
        text-align: center;
        justify-content: flex-end;
        margin-top: 0px;
        flex-direction: column;
    }
    .btn_no {
        margin-top: 0px;
    }
.stake_r {
    display: flex;
    flex-direction: column;
    margin-top: -35vw;
}
    .digram_h1 {
        font-size: 15vw;
    }
.diagram_p {
        font-size: 16px;
        color: #434646;
        margin-top: 30px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
.diagram_img div img {
    height: 100%;
    width: 100%;
    padding: 20px 0px;
}
.diagram_ul_h, .diagram_ul_p {
    width: 85%;
}
.diagram_img {
    padding: 25px 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;  
}
.diagram_ul_p {
    font-size: 16px;
}
.diagram_ul_h {
    font-size: 30px;
    line-height: 1;
    font-family: 'AtypDisplay';
    font-weight: 500;
}
.diagram_r {
    display: flex;
    gap: 35px;
}
.diagram_content {
    display: flex;
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}
.diagram_l, .diagram_r {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.airdrop_bg_2 {
    left: 0%;
    transform: translateX(0%); 
    top: -80px;
    right: 0;
    z-index: 2;
    position: relative;
}
    .airdrop_bg_2 img {
        width: 100%;
    }
    .stake_r2 {
        margin-top: -25vw;
    }
    .calculate_l, .calculate_r {
        width: 100%;
    }
.calculate_col {
    display: flex;
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
}
.clc_name {
    font-size: 16px;
    color: #434646;
}
.radio-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
    flex-direction: column;
}
.radio-block {
    position: relative;
    width: 100%;
    background: linear-gradient(to right, #004436, #003f0e);
    border-radius: 14px;
}
.clc_input_block {
    margin-top: 15px;
    padding: 15px 18px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
    font-weight: 400;
    background: linear-gradient(to right, #00805f 1%, rgb(0, 0, 0, 0) 45%);
    position: relative;
    overflow: hidden;
}
.calculate_l .clc_input:first-child {
    margin-bottom: 40px;
}
.radio-label {
    display: block;
    width: 100%;
    height: 90px;
    border: 2px solid transparent;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 40px;
}
.procent {
    width: 110px;
    height: 70px;
    background: linear-gradient(to bottom right, #006854, #00682b);
    border-radius: 0 14px 14px 0;
    font-size: 37px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'AtypDisplay';
    line-height: 1;
    position: relative;
    left: -1px;
    z-index: 0;
}
    .procent c {
        position: static!important;
    }
.clc_result {
    background-image: url(image/clc_bg.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 10px;
}
    .faq_h1 {
        font-size: 15vw;
    }
.faq_col {
    display: flex;
    align-items: center;
     gap: 0%; 
    flex-direction: column;
}
    .faq_l, .faq_r {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }
}

@media(max-width: 756px) {
    .container, .diagram_content {
    overflow-x: hidden!important;
    object-fit: cover!important;
    }
    .video_block {
        width: 100%;
    }
.advantages_title h1 {
    text-align: center;
    font-size: 15vw;
    font-weight: normal;
    text-align: center;
}
.video_r h2 {
    font-size: 15vw;
    font-weight: normal;
    line-height: 1;
}
    .video_block div {
        position: absolute;
        left: 0;
        right: 0;
        display: flex;
        top: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
        transform: scale(.8);
    }
    .advantages_col {
        display: grid;
        grid-template-columns: repeat(1, 4fr);
        gap: 0px;
        justify-content: start;
        align-items: start;
        justify-items: center;
        max-width: 960px;
        margin: 0 auto;
    }
    .advantages_title {
        margin-bottom: 60px;
    }
    .block {
        display: none;
    }
    .intro_l_action {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .intro_l_action button {
        all: unset;
        cursor: pointer;
        color: #fff;
        background: linear-gradient(to right, #00bb97, #00bb1c);
        padding: 20px 75px;
        border-radius: 15px;
        font-size: 20px;
        font-family: 'AtypDisplay';
        margin-top: 40px;
    }
    .intro_l_subtitle {
        margin-top: 20px;
    }
    .intro_bg1, .intro_bg2, .intro_bg3  {
        position: relative;
        width: 100%;
    }
    .intro_bg1 img {
        position: absolute;
        width: 100%;
        left: 0%;
    }
    .intro_bg2 img {
        position: relative;
        width: 100%;
        transform: scale(1.2);
        top: 50px;
    }
    .intro_bg3 img {
        position: absolute;
        width: 100%;
        left: 0%;
        top: -90vw;
    }
    .intro_r {
        display: none;
    }
    .mobile_block_intro {
        display: block;
    }
    .intro_l, .intro_r {
        width: 100%;
    }
    .intro_l h1 {
        font-size: 80px;
    }
    .intro {
        margin-top: 80px;
    }
    .display {
        display: none;
    }

    .none {
        display: block;
    }

    .header_logo {
        font-size: 19px;
    }
    .header_logo div img {
        height: 35px;
    }
    .header_inner {
        margin-top: 10px;
        padding: 7px 15px;
    }
    .header_logo strong {
        margin-right: 5px;
    }
    .header_logo div {
        margin-right: 7px;
    }
    header .button {
        font-size: 12px;
        padding: 6px 12px;
        border: none;
        color: #fff;
        margin-left: 10px;
    }
    footer .button {
        font-size: 12px;
        padding: 6px 12px;
        border: none;
        color: #fff;
        margin-left: 10px;
    }

    h1 {
        font-size: 16vw;
        text-align: center;
    }

    .scroll-container {
    overflow: hidden;
        margin-top: 100px;
    }

    .wrapper-navigator-t3d {
        bottom: 20px;
        font-family: Manrope, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        left: 50%;
        line-height: 19px;
        position: fixed;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1002;
        transition: .8s linear;
    }
    .container-navigator {
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        background: rgba(0, 0, 0, .46);
        border-radius: 15px;
        display: flex;
        overflow: hidden;
        padding: 0 15px;
    }
    .item-navigator.active {
        opacity: 1;
    }
    .item-navigator {
        margin: 12px 8px;
    }
    .item-navigator {
        color: #fff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        margin: 15px 10px;
        opacity: .65;
        text-decoration: none;
        -webkit-user-select: none;
        user-select: none;
        width: 65px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.diagram_img div:nth-child(3) {
  animation: rotate 6s ease-in-out infinite;
}

@keyframes rotate2 {
    0% {
        transform: rotate(-0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.diagram_img div:nth-child(2) {
  animation: rotate2 6s ease-in-out infinite;
}

@keyframes rotate3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.diagram_img div:nth-child(1) {
  animation: rotate3 30s ease-in-out infinite;
}
