

/* Start:/local/templates/autosalon/components/bitrix/news.list/.default/style.css?17544871201523*/
section.cars_container {
    margin: 0 50px 0;
    padding: 60px 0 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 30px;
    overflow: hidden;
    scroll-snap-align: start;
}

/*div.brand_filter + section.cars_container {
    padding: 0 0 60px;
}*/
section.cars_container > .card {
    color: #fff;
    /*border: 1px solid #fff;*/
    border-radius: 15px;
    margin: 0;
    max-width: 400px;
    overflow: hidden;
	text-decoration: none;
    background: #2b2b2b;
}
section.cars_container > .card > .photos {
    width: 100%;
    height: 295px;
    position: relative;
}
section.cars_container > .card > .photos img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.cars_container > .card > .photos > p.price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 35px;
    font-weight: 700;
    z-index: 1000;
    margin: 15px;
    color: #fff;
    text-shadow: 1px 1px 10px #000, -1px -1px 10px #000;
}

section.cars_container > .card > p {
    margin: 7px 10px;
}
section.cars_container > .card > p.name {}
section.cars_container > .card > p.specs {
    font-size: 14px;
}

div.pager {
    display: flex;
    justify-content: center;
    padding: 0 0 60px;
}

@media all and (max-width: 700px) {
    section.cars_container {
        margin: 0;
    }
    section.cars_container > .card {
        max-width: unset;
        width: 90%;
    }
    section.cars_container {
        padding: 30px 0 30px;
    }
}
/* End */
/* /local/templates/autosalon/components/bitrix/news.list/.default/style.css?17544871201523 */
