@media screen and (max-width: 1230px) {
    .header__menu__item{
        display: none;
    }
}


@media screen and (max-width: 1140px) {
    .header__menu__item{
        display: none;
    }
    .section__1__content__line__2{
        font-size: 70px;
        line-height: 70px;
    }
    .section__1__content{
        max-width: 540px;
        
    }
}

@media screen and (max-width: 830px) {
 .section__1__content{
        max-width: unset;
        width: 100%;
        bottom: 60px;
        top: unset;
        transform: none;
        height: auto;
    }
    .video-overlay-wrapper{
        left: 0;
        height: 70vh;
         height: 70svh;
        bottom: 30vh;
        bottom: 30svh;
    }
    .video-container video{
         height: 70vh;
         height: 70svh;
    }
}



@media screen and (max-width: 650px) {
       .section__1__content__line__2{
        font-size: 50px;
        line-height: 50px;
    }
    .section__1__content__line__1{
 font-size: 20px;
        line-height: 20px;
    }
    .section__1__content__line__2__a{
        font-size: 60px;
    }
    .section__1__content__line__3{
         font-size: 30px;
        line-height: 30px;
    }
    .header__menu__button{
        width: 140px;
        font-size: 10px;
    }
}


@media screen and (max-width: 524px) {
    .header__logo__text{
        display: none;
    }
}


@media screen and (max-width: 415px) {
    .header__menu__button{
        width: 120px;
        font-size: 8px;
    }
    .header__logo{
       position: absolute;
       left: 20px;
       top: 0;
    }
      .section__1__content__line__2{
        font-size: 40px;
        line-height: 40px;
    }
}


@media screen and (max-width: 1020px) {
    .section__image{
        width: 100%;
margin-bottom: 40px;
    }
    .section__image__nomobile{
        display: none;
    }
    .section__image__mobile{
        display: inline-block;
    }
    .section__image__object{
        height: 200px;
    }
    .page__wrapper{
        text-align: center;
    }
    .section__content{
        width: 100%;
        max-width: 720px;
        text-align: center;
    }
    .section__content__pretitle, .section__content__text, .section__content__title, .section__content__inner{
    text-align: center;
    }
    .page__wrapper__right, .page__wrapper__left{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 510px) {
    .section__content__pretitle{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .section__content__title{
        font-size: 32px;
        line-height: 32px;
    }
    .section__content__text{
        font-size: 14px;
        text-align: center;
    }
    .section__content__button{
        width: 100%;
        font-size: 10px;
    }
    .section__content{
        padding-left: 10px;
        padding-right: 10px;

    }
    .header__wrapper{
            padding-left: 10px;
        padding-right: 10px;
    }
    .header__logo{
        left: 10px;
    }
}


@media screen and (max-width: 650px) {
    .tokenomics__table__top__item{
        font-size: 12px;
    }
    .tokenomics__table__line__item{
        font-size: 12px;
    }
    .tokenomics__table__top__item__a__hide{font-size: 0;}

.page__wrapper__right, .page__wrapper__left {
padding-top: 30px;
padding-bottom: 30px;
}
}

@media screen and (max-width: 420px) {
 .tokenomics__table__line__item{
        font-size: 10px;
    }
    .social__item__text{
        font-size: 14px;
        line-height: 14px;
    }
    .social__item__icon svg {
height: 22px;
}
.section__image__object {
height: 140px;
}
.section__content__title{
    font-size: 26px;
    line-height: 26px;
}
}