

/* Start:/local/templates/new2_r1moscow/components/bitrix/catalog.section.list/modeli_ceni_new_test/style.css?1754498274887*/
.car-block-wrapper{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.car-block-title{
    color: var(--Black-2, #061622);
    font-size: 38px;
    font-weight: 800;
}
@media screen and (max-width: 400px) {
    .car__item {
        flex-direction: column;
    }
}
@media screen and (max-width:375px) {
	.car-block_grid{
		display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 15px !important;
	}
}
@media screen and (max-width:375px) {
    .car__item {
        flex-direction: column !important;
        justify-content: end !important;
        align-items: normal !important;
        margin-bottom: 0px !important;
    }
	.car__item img{
		max-width: 123px;
        max-height: 77px;
        width: 100%;
        margin-left: 15px;
        margin-bottom: 5px;
	}
    .car__title{
        font-size: 15px !important;
    }
}
/* End */
/* /local/templates/new2_r1moscow/components/bitrix/catalog.section.list/modeli_ceni_new_test/style.css?1754498274887 */
