@media screen and (max-width: 880px) {
    .breadcrumbs {
        margin-top: 20px;
    }

    .modal,
    .modal_checkout_content {
        width: 100%;
    }

    .close_modal_inner {
        display: block;
    }

    .fixed_menu {
        margin: 0;
        width: 100%;
    }

    .fixed_menu_line {
        padding: 0;
    }

    .menu_arrow {
        display: none !important;
    }

    .menu_opener {
        display: block;
    }

    .header_additional {
        display: none;
    }

    .city_mobile {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        margin-left: 15px;
        font-size: 18px;
    }

    .city_mobile a {
        color: #333;
        text-decoration: none;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        box-shadow: 0px 4px 10px 0px #1B1E2526;
        border-radius: 0 0 16px 16px;
    }

    .fixed_header,
    .desktop_top_header_wrapper,
    .city {
        display: none;
    }

    .mobile_top_header_wrapper {
        display: flex;
    }

    .first_screen {
        padding-top: 100px;
    }

    .breadcrumbs_wrapper {
        padding-top: 90px;
    }

    .mobile_cart {
        display: flex;
    }

    .category_badge {
        top: 130px;
    }
}