

/* Start:/local/templates/avtoruss-tradein/components/bitrix/catalog.smart.filter/.default/style.css?1745399230235*/
.select2-selection__rendered li.select2-selection__choicee{
    background: none !important;
    border: none !important;
    height: 100%;
    margin: 0 !important;
}
.hasjfhajfhsajhfja{
    background-color: red !important;
}
/* End */


/* Start:/local/components/adequo/compilations/templates/.default/style.css?17744395192389*/
.compilations_list-wrapper{
    margin-top: 30px;
}

.compilations_flex-list{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.compilations_flex-list .compilations_item{
    padding: 10px 20px;
    background-color: #F4F4F4;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 8px;
    align-items: center;
}

.compilations_flex-list .compilations_item.compilations_item-active{
    background-color: #0067e7;
    color: #fff;
}

.compilations_flex-list .compilations_item .compilations_color{
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.compilations_row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.compilations_block .button{
    margin-top: 40px;
    cursor: pointer;
}

/* сворачиваемая область */
.compilations_content{
    position: relative;
    overflow: hidden;
    transition: max-height .3s ease;
}

.compilations_content.is-collapsed{
    max-height: 320px;
}



.compilations_content.is-expanded{
    max-height: none;
    overflow: visible;
}

.compilations_content.is-collapsed::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.75) 45%,
        rgba(255,255,255,1) 100%
    );
}

.compilations_toggle.is-visible{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}












.compilations_content {
    position: relative;
    overflow: hidden;
    transition: max-height .3s ease;
}


.compilations_content.is-expanded {
    max-height: none;
    overflow: visible;
}

.compilations_content.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.75) 45%,
        rgba(255,255,255,1) 100%
    );
}

#btn-compilations {
    display: none;
}

#btn-compilations.is-visible {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
/* End */
/* /local/templates/avtoruss-tradein/components/bitrix/catalog.smart.filter/.default/style.css?1745399230235 */
/* /local/components/adequo/compilations/templates/.default/style.css?17744395192389 */
