@media (max-width: 991px) {
    body>.container:first-child:before {
        content: '';
        width: 100%;
        height: 100px;
    }
    .container .top-header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: calc(100% - 20px);
        padding: 8px 0px 8px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
        z-index: 220;
        background-color: #f2f1ee;
    }
    .navbar-default {
        position: fixed;
        top: 37px;
        left: 0px;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
        z-index: 205;
    }
    .block-shadow--main {
        margin-top: 0px;
    }
    .navbar-nav .drop {
        overflow-y: scroll;
        max-height: 500px;
    }
    li:hover > .drop {
        display: block;
    }
    .sidebar-left {
        z-index: 201 !important;
    }
    .top-header__right .enter-top span.enter {
        text-indent: -99999px;
        width: 45px;
        height: 25px;
        background: url(../images/enterlk.png) center 0 no-repeat;
        background-size: contain;
        padding: 0px;
        position: relative;
        top: -3px;
        margin-left: 0px !important;
        margin-right: 8px;
    }
    .top-header__right .enter-top span.enter.logged-in {
        background: url(../images/enterlk-in-sm.png) center 0 no-repeat;
        background-size: contain;
    }
    .top-header__right .enter-top span.enter-user-name{
        display: none;
    }

    .col-xs-1.sidebar-left .sidebar {
        background: url(../images/filter.png) center 0 no-repeat !important;
        background-size: contain !important;
        height: 30px !important;
        right: -48px !important;
        top: 6px !important;
    }

    .popup-cart-wrapper{
        display: none;
        overflow: scroll;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }
    .popup-cart-wrapper.small-cart--open{
        display: block;
    }
    .popup.popup-cart {
        right: 0;
    }
    .table-cart {
        width: 80vw;
    }
    .small-cart-close {
        display: block;
        position: absolute;
        right: 10px;
        width: 28px;
        height: 29px;
        background: url("../images/cart-remove.png") no-repeat center center !important;

        cursor: pointer;
        z-index: 1400;
    }

}
@media (max-width: 480px) {
    .navbar-nav .drop {
        max-height: 300px;
    }
    .open_filter {
        left: auto;
        right: -130px;
        width: 150px;
        padding-left: 4px;
        padding-right: 4px;
    }
}

.popup {
    z-index: 1200;
}


.bxslider li img {
    max-width: 100%;
}
/*Корректировка только для карточек*/
.card .bx-viewport {
    height: auto !important;
}
@media (max-width: 480px) {
    .bxslider-wrap {
        position: relative;
        top: -999999px;
        left: -9999999px;
        height: 0px;
    }
}

