/*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-items-list-item-amount-outer, .basket-items-list-item-price, .basket-checkout-block-total-inner, .checkout-order, .description .prices, .wrap_total, .wrap_cabinet, .element-count2 {
    display: none !important;
}

.mobileheader-v1 {
    z-index: 1050;
}

@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px) {
    .main-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 5px !important;
    }
}

@media screen and (max-width: 600px) {
    .custom_call_btn {
        display: none;
    }

    .compact-catalog .ajax_load.block .catalog_item .footer_button {
        position: unset !important;
    }

    .footer_button .button_block {
        margin-bottom: 10px !important;
    }
}

body .top_slider_wrapp .main-slider .main-slider__item:not(.image) .img img {
    top: 150px;
    bottom: unset !important;
}

.head-title:after {
    content: unset !important;
}

.header__top-item:nth-child(4) {
    display: none !important;
}

.header__main-item .auth {
    display: none !important;
}

.inline-block .callback-block {
    background: #257de3;
    padding: 10px;
    color: white;
    border-radius: 10px;
}
