@media (max-width:472px) {
    .content__videobg {
        display: none;
    }
    .onlinetime {
        display: none;
    }
    .buttons__wrapper a:nth-child(1) {
        display: none;
    }
    .buttons__wrapper {
        position: absolute;
        margin-bottom: 0;
        height: auto;
        top: 220px;
        left: -13px;
        gap: 15px;
        transform: scale(87%);
    }
    .main {
        background: url('../img/bg_mobile.jpg') center top no-repeat;
        height: 2778px;
        overflow: hidden;
    }
    .content__container {
        flex-direction: column;
        height: auto;
        width: 320px;
        justify-content: center;
    }
    .side_wrapper {
        width: 320px;
        padding: 325px 0 0 0;
    }
    .social_menu {
        margin-bottom: 35px;
        left: 4px;
    }
    .online_now {
        margin-bottom: 41px;
    }
    .leaderboard {
        padding: 39px 0 0 0;
        width: auto;
        margin-left: -5px;
    }
    .leaderboard.new {
        left: 0;
    }
    .leaderboard__list {
        height: 179px;
    }
    .content__container .side_wrapper:nth-last-child(2) {
        padding-top: 46px;
    }
    .play.new {
        left: 12px;
    }
    .block__news {
        order: 3;
        position: unset;
        width: 200px;
        height: 752px;
    }
    .news__wrapper {
        height: 100%;
        overflow-x: hidden;
        margin-top: 30px;
    }
    .news__item {
        justify-content: center;
        max-width: 190px;
    }
    .news__item p {
        max-width: 170px;
    }
    .news__item a {
        align-self: center;
        margin-left: -18px;
    }
    .news__item::after {
        content: "";
        position: absolute;
        background: url(../img/news_border.png) no-repeat;
        background-size: contain;
        left: -5px;
        top: 10px;
        width: 190px;
        height: 100%;
    }
    .bottom__container {
        position: unset;
        order: 4;
        width: 320px;
    }
    .swiper {
        width: 235px;
        margin-top: 32px;
    }
    footer {
        padding-top: 23px;
        text-align: center;
    }
    .social__menu.old, .social__menu.new {
        margin-bottom: 34px;
    }
}