

/* Start:/local/templates/rewatt/components/bitrix/breadcrumb/rewatt/style.css?1721151211745*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a,
.bx-breadcrumb .bx-breadcrumb-item a:visited {
	border-bottom: none;
	text-decoration: none;
	color: var(--green);
	transition: all .2s ease;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	text-decoration: none;
	opacity: .8;
}
/* End */


/* Start:/local/templates/rewatt/components/bitrix/news.list/products_main/style.css?1744737466573*/
.product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.product-list__card {
    border: 1px solid var(--product_border);
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.product-list__card_link {
    text-decoration: none;
    color: var(--green);
    border: 1px solid var(--green);
    border-radius: 25px;
}

a.product-list__card_link:hover {
    text-decoration: none;
    color: var(--white);
    background-color: var(--green);
}

@media (max-width: 768px) {
    .product-list {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/rewatt/components/bitrix/breadcrumb/rewatt/style.css?1721151211745 */
/* /local/templates/rewatt/components/bitrix/news.list/products_main/style.css?1744737466573 */
