

/* Start:/local/components/atevi/catalog/templates/.default/style.css?175515636010963*/
.catalog__container {
	margin-top: 35px;
	margin-bottom: 50px;
}
.catalog__title {
	margin-bottom: 30px;
	text-align: center;
}
.catalog__description {
	color: var(--tertiary-gray);
	line-height: 1.3;
	font-size: 26px;
	font-weight: 400;
}
@media (max-width: 1023px) {
	.catalog__description {
		font-size: 16px;
		line-height: 1.3;
		font-size: 20px;
	}
}
.catalog__description {
	margin-bottom: 30px;
	color: var(--tertiary-gray);
	text-align: center;
}
.catalog__items {
	display: grid;
	justify-content: center;
	gap: 30px;
}
.catalog__hero {
	margin-bottom: 48px;
}
.catalog__content {
	display: flex;
	gap: 20px;
	margin-bottom: 16px;
	position: relative;
}
.catalog__filters {
	max-width: 313px;
	width: 100%;
}
.catalog__list {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.catalog__list-items-count {
	font-size: 16px;
	line-height: 22.4px;
	margin-bottom: 24px;
}
.catalog__list-chosen-items {
	font-size: 16px;
	line-height: 22.4px;
	margin-bottom: 24px;
	display: flex;
	width: 100%;
}
.catalog__list-chosen-items.empty {
	margin-bottom: 0;
}
.catalog__list-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 8px;
	max-width: 809px;
	padding-right: 10px;
}
.catalog__list-chosen-item {
	font-size: 16px;
	line-height: 22.4px;
	padding: 8px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
}
.catalog__list-chosen-item:hover {
	border: 1px solid #e2001a;
}
.catalog__list-chosen-item > img:hover {
	cursor: pointer;
}
.catalog__list-reset-filters {
	white-space: nowrap;
	font-family: DINPro;
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	text-align: left;
}
.catalog__list-reset-button {
	font-family: DINPro;
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.catalog__list-items {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.catalog__list-items.no-found {
	grid-template-columns: 1fr;
	align-items: center;
	justify-items: center;
	flex-grow: 1;
}
.catalog-pagination-container-footer {
	display: grid;
	place-items: center;
}
.catalog-paginator {
	margin: 32px 0;
	align-items: center;
	color: #666;
	cursor: default;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}
.catalog-paginator__buttons {
	display: flex;
	gap: 8px;
}
.catalog-paginator__button_prev {
	cursor: pointer;
	transform: rotate(90deg);
}
.catalog-paginator__content {
	column-gap: 8px;
	margin: 0 20px;
	align-items: center;
	color: #666;
	cursor: default;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}
.catalog-paginator__current-number {
	background-color: #f6f6f6;
	border-radius: 5px;
	font-family: DINPro, Inter, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 30px;
	line-height: 20.8px;
	min-width: 30px;
	padding: 4px 10px;
	text-align: center;
	width: -moz-max-content;
	width: max-content;
}
.catalog-paginator__button_next {
	cursor: pointer;
	transform: rotate(-90deg);
}
.catalog-paginator__button_end {
	transform: rotate(-180deg);
}
.catalog__no-found {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "DINPro";
	color: #666;
}
.catalog__no-found-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}
.catalog__no-found-title {
	font-size: 26px;
	font-weight: 400;
	line-height: 33.8px;
}
.catalog__no-found-text-content {
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
}
.catalog-pagination-container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.catalog__filters-mobile {
	display: none;
}

.catalog-hero {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.0705882353);
	display: flex;
	gap: 6px;
	justify-content: space-between;
	padding: 0 60px;
}
.catalog-hero__text {
	align-content: center;
	display: grid;
	max-width: 638px;
	padding: 40px 0;
	row-gap: 16px;
}
.catalog-hero__text {
	align-content: center;
	display: grid;
	max-width: 638px;
	padding: 40px 0;
	row-gap: 16px;
}
.catalog-hero__text-title {
	color: #e2001a;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
}
.catalog-hero__description-wrapper {
	position: relative;
}
.catalog-hero-description {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	max-height: 65px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.catalog-hero__image {
	height: 200px;
	max-width: 453px;
	object-fit: contain;
	object-position: center;
	width: 100%;
}
.catalog-hero-toggle {
	background: none;
	border-bottom: 1px solid #666;
	color: #666;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.catalog-hero-description--expanded.catalog-hero-description {
	max-height: none;
	-webkit-line-clamp: initial;
	overflow: initial;
}

.filters {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.filters-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filters-header__desktop-filters {
	display: flex;
	align-items: center;
}
.filters__title {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	margin-left: 8px;
}
.filters__items {
	background-color: #f6f6f6;
	border-radius: 10px;
	margin-top: 24px;
	padding: 20px 20px;
}
.filters__items-label {
	align-items: center;
	display: flex;
	font-weight: 500;
	text-transform: uppercase;
}
.filters__items-chevron {
	flex-shrink: 0;
	height: 24px;
	transition: transform 0.4s;
	width: 24px;
}

.catalog-accordion {
	display: grid;
	gap: 20px;
}
.catalog-accordion__header {
	align-items: flex-start;
	color: #666;
	cursor: pointer;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	transition: color 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.catalog-accordion__header:hover {
	color: #bd0016;
}
.catalog-accordion__body {
	display: none;
}
.catalog-accordion__body.active {
	display: block;
}
.catalog-accordion__item.active .filters__items-chevron {
	transform: rotate(180deg);
}
.catalog-accordion__body-inner {
	overflow: hidden;
}
.catalog-accordion__body-gap {
	height: 16px;
}

.inputarea {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 8px;
	margin-bottom: 11px;
	position: relative;
	width: 100%;
}
.inputarea .checkbox-wrapper {
	position: relative;
	width: 24px;
	display: flex;
	width: 100%;
}
.inputarea .checkbox-wrapper input[type=checkbox] {
	border: 1px solid #666;
	border-radius: 5px;
	cursor: inherit;
	height: 24px;
	margin-right: 8px;
	width: 24px;
}
.inputarea .checkbox-wrapper input[type=checkbox]:before {
	content: "";
	position: relative;
	width: 100%;
}
.inputarea .checkbox-wrapper input[type=checkbox]:checked {
	border: 1px solid #333;
}
.inputarea .checkbox-icon {
	height: 24px;
	left: 7px;
	pointer-events: none;
	position: absolute;
	top: 7px;
	width: 24px;
}
.inputarea.hidden {
	display: none;
}

label {
	cursor: inherit;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
	align-items: center;
	user-select: none;
}

.selected-count {
	align-items: center;
	background-color: #767676;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	height: 25px;
	justify-content: center;
	margin-left: 4px;
	width: 25px;
}
.selected-count:empty {
	display: none;
}

.filters__buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: space-between;
	margin-top: 32px;
}
.filters__buttons .filters-button {
	background: none;
	border: none;
	border-radius: 30px;
	display: inline-block;
	font-family: DINPro;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	max-height: 44px;
	outline: none;
	padding: 11px 22px;
	position: relative;
	transition-duration: 0.25s;
	transition-property: opacity, visibility;
	transition-timing-function: ease-out;
	width: 100%;
}
.filters__items .filters__buttons .filters-button.disabled {
	pointer-events: none;
	background: #d7d7d7;
	cursor: not-allowed;
}
.filters__buttons .filters-button[theme=secondary] {
	background: #e2001a;
	color: #fff;
}
.filters__buttons .filters-button[theme=primary] {
	box-shadow: inset 0 0 0 2px #e2001a;
	color: #e2001a;
}

.custom-checkbox + label::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #666;
	border-radius: 5px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
	border-color: #333;
	background-image: url("/local/templates/new_design/img/red-checkmark.svg");
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

@media (max-width: 1023px) {
	.catalog-hero {
		border-radius: 15px;
		padding: 0 20px 0 40px;
	}
	.catalog-hero__image {
		max-width: 273px;
	}
	.catalog-hero__text {
		max-width: 388px;
		padding: 19px 0;
	}
	.catalog-hero-description {
		max-height: 84px;
		-webkit-line-clamp: 4;
	}
	.catalog__filters {
		max-width: 232px;
	}
	.catalog__list-items {
		gap: 16px;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.catalog-hero {
		padding: 20px;
	}
	.catalog-hero__text {
		max-width: none;
		padding: 0 !important;
	}
	.catalog-hero__text-title {
		font-size: 20px;
		line-height: 140%;
	}
	.catalog-hero-description {
		max-height: 44px;
		-webkit-line-clamp: 2;
	}
	.catalog__list-chosen-items {
		flex-direction: column;
		gap: 8px;
	}
}
@media (max-width: 660px) {
	.catalog__filters {
		display: none;
	}
	.catalog__filters-mobile-content {
		height: 100%;
		left: 0;
		padding: 80px 20px 20px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		background-color: #fff;
		display: flex;
		flex-direction: column;
	}
	.catalog__filters-mobile-filters {
		display: flex;
		height: 25px;
		justify-content: space-between;
		width: 100%;
		outline: 0;
		outline-offset: 0;
	}
	.catalog__filters-mobile-content >form.smartfilter{
		overflow: auto;
		scrollbar-width: none;
	}
	.catalog__filters-mobile-filters-title {
		align-items: center;
		display: flex;
	}
	.catalog__filters-mobile-content.hidden {
		display: none;
	}
	.catalog__filters-mobile-content .filters__items {
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}
	.catalog__filters-mobile-content .filters__items .filters__buttons {
		margin-top: auto;
	}
	.catalog__list-items {
		gap: 16px;
		grid-template-columns: repeat(1, 1fr);
	}
	.catalog__content {
		flex-direction: column;
	}
	.catalog__list-items-count__title {
		display: none;
	}
	.catalog__filters-mobile {
		display: block;
		position: absolute;
		right: 0;
		top: 2px;
		width: max-content;
	}
	.catalog__filters-mobile-title {
		display: flex;
	}
	.catalog-hero {
		padding: 20px;
	}
	.catalog-hero__image {
		display: none;
	}
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/system.pagenavigation/.default/style.css?175447847054*/
a.catalog-paginator__button_end{
    height: 24px;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/catalog.section/product_list/style.css?175447847042*/
.hidden{
    display: none !important;
}
/* End */
/* /local/components/atevi/catalog/templates/.default/style.css?175515636010963 */
/* /local/templates/new_design/components/bitrix/system.pagenavigation/.default/style.css?175447847054 */
/* /local/templates/new_design/components/bitrix/catalog.section/product_list/style.css?175447847042 */
