

/* Start:/local/templates/sro_stroy/components/bitrix/news.list/main_gallery/style.css?1789951388372*/
.slide-grid {
	align-items: flex-start;
	overflow: hidden;
}

/* Grid template rows + aspect ratio — Tailwind не умеет */
.gallery-grid {
	grid-template-rows: 3fr 2fr 3fr;
	aspect-ratio: 16 / 9;
}

/* nth-child + произвольные grid позиции */
.gallery__item:nth-child(6) {
	grid-column: 3 / span 2;
	grid-row: 2 / span 2;
	aspect-ratio: unset;
}
/* End */


/* Start:/local/templates/sro_stroy/components/bitrix/news.list/partners_main/style.css?1789951388282*/
.swiper-pagination {
    bottom: -5px !important;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #d1d5db;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #004781;
}
.swiper-button-prev,
.swiper-button-next {
    color: #004781;
}
/* End */
/* /local/templates/sro_stroy/components/bitrix/news.list/main_gallery/style.css?1789951388372 */
/* /local/templates/sro_stroy/components/bitrix/news.list/partners_main/style.css?1789951388282 */
