@media only screen and (max-device-width: 480px)
{
    .wide{
        width: 90%;
    }

    .wide_short{
        width: 90%;
    }

    .fh1{
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
    }

    .tm_in{
        right: 0 !important;
        bottom: 0 !important;
    }

    #dl_days, #dl_hours, #dl_minutes, #dl_seconds{
        font-size: 25px !important;
    }

    .clock_divider{
        font-size: 22px;
        font-weight: 700;
        color: #ffffff87;
    }

    .xs{
        font-size: 10px;
    }

    .cbl, .cbr{
        width: 40%;
    }

    .cbr{
        text-align: right;
    }

    #first .wide{
        padding: 150px 0 0 !important;
    }

    .ab_t{
        padding: 20px !important;
    }

    .smi_card {
        padding: 0 30px 30px;
        box-shadow: 0 0 5px #80808052;
        border-radius: 10px;
        margin: 2px;
    }

    .mp_card{
        padding: 20px;
        text-align: center;
    }

    #docs img{
        max-width: 100%;
        height: auto !important;
    }

    .tk_first{
        border-radius: 10px;
    }

    .bg_lefted{
        background: url(/images/h2.png) center bottom no-repeat;
        text-align: center;
        margin-top: 10px;
        padding-top: 40px;
        margin-bottom: 40px;
        color: #49469f;
    }

    #about{
        background: #f7f8ff;
        padding: 30px 0;
    }

    #smi{
        padding: 30px 0;
    }

    #problems{
        background: #f7f8ff;
        padding: 30px 0;
    }

    #main_problem{
        background: url('/images/bg22.png') center center ;
        background-size: cover;
        padding: 30px 0;
    }

    #how_it_works{
        padding: 30px 0;
    }

    #working_solution{
        background: #f7f8ff;
        padding: 30px 0;
    }

    #achievements{
        background: url('/images/bg22.png') ;
        padding: 30px 0;
    }

    #marketplace{
        padding: 30px 0;
        background: #f7f8ff;
    }

    #mission{
        padding: 30px 0;
    }

    #roadmap{
        background: #f7f8ff;
        padding: 30px 0;
    }

    #target{
        padding: 30px 0;
    }

    #technology{
        padding: 30px 0;
        background: #f7f8ff;
    }

    #blockchain{
        background: url('/images/bg3.png') ;
        padding: 30px 0;
    }

    #docs{
        padding: 30px 0;
        background: #f7f8ff;
    }

    #tokens{
        padding: 30px 0;
    }

    #funds{
        padding: 30px 0;
        background: #f7f8ff;
    }

    #bounty{
        background: url('/images/bg22.png') ;
        padding: 30px 0;
    }

    #tokenomics{
        padding: 30px 0;
        background: #f7f8ff;
    }

    #bonuses{
        background: #f7f8ff;
        padding: 30px 0;
    }

    #team{
        padding: 30px 0;
    }

    #faq{
        background: #f7f8ff;
        padding: 30px 0;
    }
}



