@media (max-width: 1500px) {
    :root {
        --padding-main: 4rem;
    }
    .custom-list-item {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }
    .logos_wrapper {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    #header ._desktop_logo {
        width: 125px;
    }
    :root {
        --padding-main: 2rem;
    }
}
@media (max-width: 991px) {
    ul.custom-list {
        flex-direction: column;
    }
    ul.custom-list .custom-list-item {
        width: fit-content !important;
    }
    .link_label,
    .phone_text_link {
        display: none;
    }
}

@media (max-width: 767px) {
    :root {
        --padding-main: 1rem;
    }
    .footer-container .row {
        flex-direction: column;
    }
    #footer .footer-container .block-contact h3::after {
        transform: none;
    }
    section.el_customList h2 {
        margin-bottom: 0.3em;
        padding-bottom: 0.15em;
    }
    .logos_wrapper {
        align-items: flex-start;
    }
    nav.header-nav {
        display: flex;
    }
    span.cart-title {
        display: none;
    }
    body .footer-container .block-contact {
        text-align: left;
    }
    div#_desktop_logo {
        display: flex;
    }
    body #header .header-nav {
        padding: 1rem var(--padding-main);
    }
}
