@media(max-width:853px) {
    body {
        backdrop-filter: blur(6px);
    }

    ._vHeadmenu {
        display: none;
    }

    ._mHeadmenu {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }


    ._menu,
    ._wmenu {
        margin-top: 15px;
        box-shadow: unset
    }

    ._vmenu.user {
        position: relative;
        left: 15px;
        display: flex;
        background: unset;
    }

    img.avatar.head {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 5px;
        border-radius: 50px;
        top: 2px;
    }

    hr.rt1 {
        margin: 0 -9px;
    }

    .omenu {
        position: absolute;
        right: 0px;
        background: #0a1128eb;
        padding: 5px 10px;
        top: 52px;
        width: 150px;
        color: white;
        border-radius: 0px 0px 0px 20px;
    }

    ._vmenu.contact {
        position: relative;
        right: 15px;
    }

    ._header {
        background: #0a1128cc;
        position: sticky;
        border-bottom: 1px solid #ffffff14;
        z-index: 66;
    }

    ._vFoot {
        display: none;
    }

    .vsffa.fre {
        display: flex;
        overflow: scroll;
        margin: 40px 5px 30px;
        padding: 0;
        justify-content: start;
    }

    .freetop {
        margin-top: 40px;
    }

    /* #xidmet_sec {
        flex-flow: column;
    } */

    ._menu.ewga {
        margin-right: 6px;
        /* position: relative;
        top: 80px; */
    }

    span.offer.g.logout {
        left: -6px;
        top: 16px;
    }

    span.offer.g {
        top: 16px;
    }

    span.offer {
        right: 0px;
        bottom: 0px;
        /* top: 7px; */
        /* left: 7px; */
        /* font-size: 13px; */
    }

    span.offer.v.fas {
        left: -8px;
    }

    span.offer.g.v3m {
        left: -8px;
    }

    ._tsn {
        height: 0px;
        border: unset;
        padding: 0px;
    }

    span.offer.v {
        left: -5px;
        top: 15px;
    }

    .selectd {
        margin-left: -6px;
    }

    ._menu.v2._oab,
    ._wmenu.v2._oab {
        margin-right: 5px;
        margin-left: 5px;
        padding-right: 27px;
        padding-left: 11px;
        border-radius: 25px;
    }

    ._ban_st {
        margin-top: 25px;
        width: 360px;
        height: 359px;
        margin-left: 8px;
    }

    ._centerv3.mv {
        display: none;
    }

    ._menu.x {
        width: 363px;
        margin-left: 5px;
    }

    ._menu.x2 {
        width: 363px;
    }

    .lines {
        margin-top: 12px;
        display: flex;
        justify-content: center;
        gap: 12px;
        position: relative;
        bottom: 10px;
    }

    .lines span {
        width: 28px;
        height: 4px;
        border-radius: 10px;
        cursor: pointer;
        margin-bottom: 15px;
        background: rgba(255, 255, 255, 0.774);
        opacity: 0.4;
        transition: 0.2s;
    }

    .lines span.active {
        opacity: 1;
    }

    .vsffa.fre.n {
        margin-top: 20px;
    }

    .bottom.navigate.blocks {
        border-top: 1px solid #ffffff33;
        position: sticky;
        bottom: 0;
        z-index: 99;
        display: grid;
        grid-template-columns: repeat(5, 20%);
        width: 100%;
        height: 55px;
        background: #0a1128cc;
        backdrop-filter: blur(65px);
        transition: opacity .25s ease, transform .25s ease;
    }

    .bottom.navigate.blocks.hide {
        display: none;
    }

    .bottom.navigate.blocks.show {
        opacity: 1;
    }

    .vto {
        display: block;
    }

    ._vFootmenu.end {
        font-size: 13px;
        padding: 8px 1px;
    }

    img.gotop {
        display: none;
        position: sticky;
        bottom: 0;
        z-index: 99;
        transition: opacity .25s ease, transform .25s ease;
        margin-top: -45px;
        margin-right: 5px;
        float: right;
    }

    .navi {
        cursor: pointer;
        display: block;
        width: 21px;
        height: 21px;
        margin-bottom: 6px;
    }

    .nav.block {
        position: relative;
        bottom: 2px;
        font-size: 10px;
        color: white;
        text-align: -webkit-center;
        padding-top: 10px;
        border-left: 1px #ffffff0c solid;
    }
}


.scroll {
    display: flex;
    overflow-x: hidden;
    gap: 16px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}