.main_content_sidebar {
    max-width: 320px;
    width: 100%;
    border-right: 1px solid #EAE9EF;
}

.main_content_sidebar_catalog {
    max-width: 320px;
    padding-top: 84px;
}

.main_content_sidebar_include {
    margin-bottom: 30px;
}

.main_content_top {
    max-width: 976px;
    border-bottom: none !important;
}

.content.content_home {
    flex-direction: row;
}
.wrapper_content {
    width: 100%;
}

.product-item__product-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    background: #89cf2d;
    box-shadow: 0 0 6px 0 #89cf2d;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    transition: opacity 150ms ease;
}

.product-item__product-line a {
    color: #fff;
}
.product-item__product-line a:hover {
    color: #fff;
}

.product-item:hover .product-item__product-line {
    opacity: 1;
}

.bx-filter .bx-filter-section {
    padding: 16px;
}

@media screen and (max-width: 1400px){
    .main_content_top {
        max-width: 804px;
    }
}

@media screen and (max-width: 1200px){
    .main_content_top {
        max-width: 624px;
    }
}

@media screen and (max-width: 992px){
    .main_content_top {
        max-width: 624px;
    }
}

@media screen and (max-width: 768px){
    .main_content_sidebar {
        display: none;
    }

    .main_content_top {
        max-width: 624px;
    }
}