/*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;  }*/
@media all and (max-width: 768px) {
    .brands_slider_wrapp {
        display: none;
    }
}

.descriptor {
    color: #000;
    text-align: center;
}

.descriptor.mobile {
    display: none;
}

@media all and (max-width: 767px) {
    .descriptor.mobile {
        display: block;
        margin-bottom: 10px;
    }
}

#bx-soa-order #bx-soa-delivery .bx-soa-pp-price {
    display: none;
}

.bx-soa-price-free {
    display: none;
}

#bx-soa-order .bx-soa-pp-list {
    display: none;
}

#bx-soa-delivery .bx-soa-pp-list-description {
    display: none;
}

.bx-soa-pp-delivery-cost {
    display: none;
}

.middle img {
    max-width: 100%;
}

img.pokupay {
    max-width: 50%;
    max-height: 80px;
}

.pokupay-block {
    text-align: center;
    padding-top: 20px;
}

.similar {

    padding-top: 50px;
}

.footer_bottom_inner .menus .rows_block .submenu_top {display: none}

@media (max-width: 1200px) {
    .interest_dop {
        width: 33.333% !important;
    }
}

@media (max-width: 870px) {
    .interest_dop {
        width: 50% !important;
    }
    
    .footer_bottom_inner .menus > .submenu_top > *:nth-child(3), .footer_bottom_inner .menus > .submenu_top > *:nth-child(4) {display: none}
    .footer_bottom_inner .menus .rows_block .submenu_top {display: block; margin-top: 30px;}
    .footer_bottom_inner .menus .rows_block .submenu_top > *:nth-child(1), .footer_bottom_inner .menus .rows_block .submenu_top > *:nth-child(2) {display: none}
}

@media (max-width: 716px) {
    .interest_dop {
        width: 50% !important;
    }
}

@media (max-width: 520px) {
    .interest_dop {
        width: 100% !important;
    }

    .footer_bottom_inner .menus .rows_block .submenu_top {display: none}

    .catalog .block .item_wrap:not(.touch):hover, .catalog .block .item_wrap.hover {
        border: 1px solid #fff;
        height: auto !important;
    }
}

@media (max-width: 400px) {
    .section_info a {
        position: relative;
    }
}

.catalog .item_wrap {
    height: auto !important;
}

.economy-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.economy-wrap .economy {
    width: 50%;
    padding: 25px;
    box-sizing: border-box;
    padding-bottom: 30px;

}

.economy-wrap .economy span {
    text-align: left;
    font-size: 16px;
    display: block;
    color: #000;
    line-height: 1.4;
}

.economy-wrap .economy img {
    max-width: 100%;
    max-height: 135px;
    margin-bottom: 15px;
}

.economy--wide {
    width: 100%;
}

@media (max-width: 520px) {
    .economy-wrap .economy {
        width: 100%;
    }

    .economy-wrap .economy img {

    }
}

.coupon {
    color: #fff;
    font-size: 20px;
    background: #893ca9;
    /* width: auto; */
    /* height: 20px; */
    float: left;
    /* clear: both; */
    padding: 10px 29px;
    text-transform: uppercase;
    border-radius: 3px;

}

.coupon_wrap {
    display: none;
    line-height: 1.3;
}

.coupon_wrap span {
    display: block;
    font-size: 16px;
}

.coupon_wrap.vis {
    display: block;
}

.interest {
    color: #383838;
    line-height: 20px;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 24px;
    padding-top: 50px;
}