

/* Start:/bitrix/templates/aspro-premier/css/conditional/brands.min.css?17513301614201*/
.brands-list__item--bg-white {
    /* background: #fff; */
    --brand-bg-color: #fff;
}

.brands-list__item--bg-grey {
    /* background-color: var(--darkerblack_bg_black); */
    --brand-bg-color: #F8F8FC;
}

.brands-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    padding: 32px;
    position: relative;
    background-color: var(--light, var(--brand-bg-color)) var(--dark, #fff);
}

.brands-list-big-img .brands-list-big-img__item {
    position: sticky;
    border-radius: 6px;
}

.brands-list-big-img .brands-list-big-img__item a {
    z-index: 2;
}

.brands-list-big-img .brands-list-big-img__item .line-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.brands-list-big-img .brands-list-big-img__item .line-block .p-block {
    width: 100%;
    padding: 30px 0;
}

.brands-list-big-img .brands-list-big-img__item  .line-block .p-block .brands-list__image-wrapper {
    max-width: 100%;
    min-width: 100%;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.brands-list-big-img .brands-list-big-img__item .brands-list-big-img__image {
    padding-top: 125%;
    height: 100%;
}

.brands-list-big-img .brands-list-big-img__item .brands-list-big-img__image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.05;
    z-index: 1;
}

.brands-list-big-img .brands-list-big-img__item .brands-list-big-img__image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 20%), transparent);
    opacity: 1;
    z-index: 1;
}

@media (min-width: 1200px) {
    .brands-list-big-img .grid-list--items-5-from-1200 {
        --items-count: 5!important;
    }
}

@media (min-width: 1080px) {
    .brands-list-big-img .grid-list--items-4-from-992 {
        --items-count: 3;
    }
}

/* .brands-list__item--bg-white.shadow-no-border-hovered:hover {
  background-color: #fff;
} */

/* .brands-list__item--picture.shadow-no-border-hovered:hover .brands-list__image-wrapper {
  border-color: transparent;
} */

.brands-list__item--picture {
    padding: 0;
}

.brands-list__item--picture .brands-list__image-wrapper {
    padding: 24px;
    height: 80px;
    max-width: none;
    width: 100%;
    border: 1px solid var(--stroke_black);
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.brands-list__picture {
    position: relative;
    height: 230px;
    width: 100%;
}

.brands-list__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brands-list__items-wrapper .swiper-slide {
    width: auto;
}

.brands-list__image-wrapper {
    max-width: 100px;
    min-width: 96px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-list__image {
    max-width: 96px;
    max-height: 100%;
}

/* SLIDER */
.brands-list__slider-wrap {
    position: relative;
}

@media (max-width: 991px) {
    .brands-list__items-wrapper--items-offset {
        padding: 0 24px;
    }
}

@media (max-width: 767px) {
    .brands-list--with-text .brands-list__items-wrapper {
        margin-top: 32px;
    }
}

@media (max-width: 600px) {
    .brands-list__item:not(.brands-list__item--picture) {
        padding-left: 31px;
        padding-right: 31px;
    }

    .brands-list__picture {
        height: 150px;
    }
}

/** header menu */
.brands-list__items-wrapper--shrinked .brands-list__item {
    padding-block: 20px;
}

.brands-list__items-wrapper--shrinked .brands-list__image-wrapper {
    height: 48px;
}

.brands-list__items-wrapper--shrinked .brands-list__image {
    max-width: 64px;
}
/* End */
/* /bitrix/templates/aspro-premier/css/conditional/brands.min.css?17513301614201 */
