/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/*.basket_hover_block.loading_block.loading_block_content*/
/*{*/
/*    width: 100%!important;*/
/*}*/

@media (max-width: 901px)
{
    .main-catalog-wrapper .section-content-wrapper.with-leftblock
    {
        width: 100% !important;
    }
}

.banner-custom-fon{
    padding: 20px 10px;
    background: #1f1e1e;
    opacity: 0.8;
}


@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px) {
    body #content .main-catalog-wrapper .left_block.filter_visible {
        display: none;
    }
}


















