

/* Start:/local/templates/.default/components/bitrix/catalog.section/projects/style.css?1759320296498*/
.project__item {
    display: flex;
    gap: 15px;
}

.project__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.swiper-wrapper {
    align-items: center;
    text-align: center;
}

.left__block {
    min-width: 25%;
    margin-top: 50px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
	.left__block {
	    min-width: 33%;
	}
}

@media screen and (max-width: 560px) {
	.left__block {
	    width: 100%;
	}
	.project__item {
	    flex-direction: column;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section/projects/style.css?1759320296498 */
