@media (max-width: 992px) {
    .footer {
        padding-bottom: 32px;
        background-image: -webkit-image-set(
                url("../../../images/footer_brush-mobile.png") 1x,
                url("../../../images/footer_brush-mobile_2x.png") 2x);
        background-image: image-set(
                url("../../../images/footer_brush-mobile.png") 1x,
                url("../../../images/footer_brush-mobile_2x.png") 2x);
        
        padding-top: 126px;
    }
    
    .footer .container {
        margin-top: 16px;
    }

    .footer_menu {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }

    .footer_bottom_mobile {
        display: block;
        position: relative;
    }

    .footer_menu-item.heading {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .footer_menu-col {
        padding-bottom: 0;
        width: auto;
    }

    .footer_menu .footer_bottom-item {
        display: none;
    }

    .footer_menu-list:not(:first-child) {
        margin-top: 12px;
    }

    .footer_bottom-item {
        position: static;
    }

    .footer_bottom-item:not(:first-child) {
        margin-top: 12px;
    }

    .footer_bottom-item_logo {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .footer_menu .footer_bottom-item_logo {
        display: none;
    }

    .footer_menu .header__top_soc-menu {
        gap: 24px;
    }

    .footer_mobile_hidden {
        display: none;
    }

    .footer_menu {
        gap: 0;
    }

    .footer .header__contacts_item {
        margin-top: 24px;
    }

    .footer .header__main_logo_text {
        display: none;
    }

    .footer .header__weather-wrapper {
        margin-top: 32px;
        gap: 0;
    }

    .footer_menu-item.heading:not(:first-child) {
        margin-top: 0;
    }

    .footer_menu-item:not(:first-child):not(:last-child) {
        margin-bottom: 16px;
    }

    .footer_menu-list .footer_menu-item:not(:first-child):not(:last-child) {
        margin-bottom: 0;
    }

    .footer_menu-item:last-child {
        margin-bottom: 20px;
    }

    .footer_menu-item.heading svg {
        display: block;
    }
}

