@media (max-width: 600px) {

    .top_slider_wrapp .flexslider,
    .top_slider_wrapp .flexslider .flex-viewport,
    .top_slider_wrapp .flexslider .slides>li,
    .top_slider_wrapp .flexslider .slides>li .banner_bg,
    .top_slider_wrapp .flexslider .slides>li td:not(.bg) {
        overflow: visible;
        height: 300px;
        max-height: 300px;
    }

    body .top_slider_wrapp .flexslider .slides li td.text .banner_text {
        overflow: visible;
        max-height: none;
        text-overflow: unset;
        -webkit-line-clamp: none;
    }

    .top_slider_wrapp .flexslider .ban_text_1 {
        font-size: 18px;
    }
}

@media (max-width: 660px) {
    .catalog_section_list .section_item {
        width: 100% !important;
    }

    .catalog_section_list .section_item .image {
        margin-bottom: 10px;
    }
}

.sort_header .pull-left {
    display: none;
}

.catalog_section_list.items.row {
    margin-bottom: 20px;
}

.middle_info.main_item_wrapper.flexbox {
    display: flex;
    flex-direction: column !important;
}

@media screen and (max-width: 767px),
projection and (max-width: 767px),
tv and (max-width: 767px),
handheld and (max-width: 767px) {
    .breadcrumbs {
        display: block;
        padding-bottom: 5px;
        width: auto !important;
    }

    .bx-yandex-view-map {
        display: none;
    }
}

a[data-entity="basket-item-move-to-delayed"]::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -4px;
    left: 0px;
    border-radius: 100%;
    background: #034396 url("/local/templates/aspro_next/images/svg/Basket_white.svg") 5px 7px no-repeat;
}
