/*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;  }*/

.company-item__picture {
    background-size: contain;
}

label.bx_filter_param_label.disabled {
    display: none;
}

@media screen and (min-width: 992px) {
    body.header_opacity.front_page .header__inner {
        backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		background-color: hsl(var(--dark_light-hue) var(--dark_light-saturation) var(--dark_light-lightness) / 65%)
    }
}

.company-item__text.index-block__preview.is-collapsed {
    max-height: 180px;
    overflow: hidden;
    position: relative;
}

.company-item__text.index-block__preview.is-collapsed:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.show-more-company {
    margin-top: 15px;
    cursor: pointer;
}

.catalog-detail .brand-detail-info__image {
    max-width: 200px;
}