@media screen and (max-width: 1023px) {
    .footer
    {
        padding: 30px 0px;
        background-color: #1b182f;

    }

    .footer__content
    {
        color: #fff;
    }

    .footer__left-area
    {
    }

    .footer__right-area
    {
    }

    .footer__logo
    {
        width: 158px;
    }

    .footer__catalog
    {
        padding-top: 27px;
        padding-bottom: 14px;
    }

    .footer__menu
    {
        display: flex;
        flex-wrap: wrap;
        column-gap: 80px;
    }

    .footer__buy,
    .footer__brands,
    .footer__pruma,
    .footer__contacts
    {
        flex: 1;
        width: 50%;
        min-width: 170px;
        padding-bottom: 20px;
    }

    .footer__buy
    {

    }

    .footer__brands
    {

    }

    .footer__pruma
    {

    }

    .footer__contacts
    {

    }

    .footer__text
    {

        width: 100%;
    }

    .footer__section-head
    {
        font-size: 18px;
        line-height: 36px;
        font-weight: bold;
        color: #fff;
        display: block;
        padding-bottom: 6px;
    }

    .footer__section-head_catalog
    {
        color: #008ae0;
    }

    .footer__menu-item-container
    {
        display: inline-block;
        width: 50%;
        min-width: 150px;
        box-sizing: border-box;
    }

    .footer__catalog .footer__menu-item-container
    {
        display: none;
    }

    .footer__menu-item-container_hide
    {
        display: none;
    }

    .footer__menu-item-container_cart
    {
        display: block;
        width: 100% ;
    }

    .footer__go-to-cart
    {
        font-size: 16px;
        line-height: 21px;
        color: #fff;
        font-weight: bold;
        background-image: url(/static/resources/blocks/footer/img/footer__go-to-cart.svg);
        background-repeat: no-repeat;
        background-position: left 15px center;
        padding: 11.5px 15px 11.5px 50px;
        border-radius: 6px;
        background-color: var(--pruma-green);
        text-decoration: none;
        cursor: pointer;
        display: inline-block;

    }

    .footer__go-to-cart:active
    {
        transform: scale(0.97);
    }

    .footer__go-to-cart:hover
    {

    }

    .footer__cart-info
    {
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        color: var(--pruma-green);
        display: block;
        padding-bottom: 6px;
        padding-top: 9px;
    }

    .footer__menu-item-container:not(.footer__menu-item-container_hide) + .footer__menu-item-container
    {
        margin-top: 10px;
    }

    .footer__menu-item
    {
        font-size: 14px;
        line-height: 25px;
        color: #008ae0;
    }

    .footer__paragraph
    {
        font-size: 11px;
        line-height: 16px;

    }

    .footer__paragraph + .footer__paragraph
    {
        margin-top: 10px;
    }

    .footer__bottom-link
    {
        color: #4d9fff;
        font-size: 11px;
    }

    .footer__address-section,
    .footer__worktime
    {
        font-size: 14px;
        line-height: 22px;
    }

    .footer__worktime
    {
        margin-top: 5px;
    }

    .footer__address-section_warehouse
    {
        margin-top: 15px;
    }

    .footer__phone
    {
        font-size: 18px;
        line-height: 31px;
        color: #4d9fff;
        margin-top: 15px;
        display: inline-block;
    }
}
