@media (min-width:500px) and (max-width:991px) {
    .horizontal #top {
        height: 7vw;
    }
    
    .horizontal #top .menu-btn {
        width: 4.5vw;
        height: 4.2vw;
    }

    .horizontal #top .phones > a:first-child img,
    .horizontal #top .search-img {
        width: 4.2vw;
        height: 4.2vw;
    }

    .horizontal #top .lang {
        font-size: 3.5vw;
    }

    .horizontal #header {
        height: 12vw;
        margin-top: 7vw;
    }

    .horizontal #header .logo img {
       margin-right: 4vw;
       width: 10.5vw;
       height: 10.5vw;
    }

    .horizontal #header .logo p {
        font-size: 5vw;
    }

    .horizontal #header .logo p br {
        display: none;
    }

    .horizontal #header #cart,
    .horizontal #header #user {
        width: 5.2vw;
        height: 5.2vw;
        top: 1vw;
    }

    #header #cart #cart-total {
        width: 2.8vw;
        height: 2.8vw;
        font-size: 1.9vw;
    }
}