

/* Start:/local/components/qupe.favorite/favorite.list/templates/.default/style.css?17654484221351*/
.favorite-list .products .row {
	max-width: 100%;
}
@media (max-width: 1560px) {
	.favorite-list .products .row > * {
	   width: calc(25% - 20px);
	}
}
@media (max-width: 1220px) {
	.favorite-list .products .row > * {
       width: calc(100% / 3 - 20px);
    }
}
@media (max-width: 960px) {
    .favorite-list .products .row > * {
       width: calc(50% - 20px);
    }
}
@media (max-width: 650px) {
    .favorite-list .products .row > * {
       width: calc(100% - 20px);
    }
}
[data-role="favorite-item"] .favorite_btn svg {
	display: none;
}
[data-role="favorite-item"] .favorite_btn icon {
	position: relative;
	width: 23px;
    height: 25px;
}
[data-role="favorite-item"] .favorite_btn icon:before,
[data-role="favorite-item"] .favorite_btn icon:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    border-radius: 1px;
    display: block;
    top: 50%;
    left: 50%;
    background: var(--color);
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: inherit;
}
[data-role="favorite-item"] .favorite_btn icon:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
[data-role="favorite-item"] .favorite_btn:after,
[data-role="favorite-item"] .favorite_btn.active:after {
    content: 'Убрать';
}
/* End */


/* Start:/local/templates/qupe/components/bitrix/news.list/advantages/style.css?17654484231423*/
.advantages {
	padding: 70px 0;
}

.advantages .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin: 0 auto;
}

.advantages-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	flex: 0 0 calc(25% - 30px);
	min-width: 280px;
	max-width: 320px;
}

.advantages-item__thumb {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantages-item__thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.advantages-item__thumb .svg-icon {
	width: 60px;
	height: 60px;
}

.advantages-item__info {
	flex: 1;
	min-width: 0;
}

.advantages-item__name {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
	line-height: 1.3;
	position: relative;
}

.advantages-item__name:after {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 30px;
	height: 1px;
	margin-top: 4px;
	content: '';
	pointer-events: none;
	background: #fd810d;
}

.advantages-item__desc {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.advantages-item__desc p {
	margin: 0;
}

@media (max-width: 1280px) {
	.advantages-item {
		flex: 0 0 calc(50% - 20px);
		min-width: 350px;
	}
}

@media (max-width: 768px) {
	.advantages {
		padding: 40px 0;
	}

	.advantages .row {
		gap: 30px;
	}
}

@media (max-width: 480px) {
	.advantages .row {
		gap: 24px;
	}

	.advantages-item {
		gap: 14px;
	}
}
/* End */


/* Start:/local/templates/qupe/components/bitrix/news.list/faq/style.css?176544842356*/
.catalogFaq {
	margin-top: 60px;
	margin-bottom: 60px;
}
/* End */
/* /local/components/qupe.favorite/favorite.list/templates/.default/style.css?17654484221351 */
/* /local/templates/qupe/components/bitrix/news.list/advantages/style.css?17654484231423 */
/* /local/templates/qupe/components/bitrix/news.list/faq/style.css?176544842356 */
