

/* Start:/local/templates/chickenhouse2024/components/bitrix/catalog.section.list/change_city_afiche/style.css?1748728632719*/
.filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter__right {
    display: flex;
    justify-content: flex-end;
    gap:20px;
}

.select {
    position: relative;
}
.select .select__items {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    width: 180px;
    padding: 20px 10px 10px;
    text-align: center;
    gap: 5px;
    top: 30px;
    border-radius: 0 0 10px 10px;
}

.select .select__items:not(.active) {
    display: none;
}

.select__city--trigger {
    min-width:180px;
    display:flex;
    gap:6px;
    align-items: center;
    justify-content: center;
}

.select__items a {
    color:inherit;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/chickenhouse2024/components/bitrix/news.list/afiche/style.css?1748728632207*/
.affiche__item img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.affiche__item {
    text-decoration: none;
    display: block;
    height:100%;
}
.affiche__items {
    margin: 30px 0;
}
/* End */
/* /local/templates/chickenhouse2024/components/bitrix/catalog.section.list/change_city_afiche/style.css?1748728632719 */
/* /local/templates/chickenhouse2024/components/bitrix/news.list/afiche/style.css?1748728632207 */
