

/* Start:/local/templates/zintek-index/components/bitrix/catalog.item/catalog_item_davotec/style.css?178403536964389*/
body .banner__header {
	line-height: 1.5rem;
}
.bx-catalog-element .tabs__item iframe {
	max-width: 100%;
}
body .header__menu .menu__item .menu__preview + .menu__dropdown.menu__dropdown_second .col:nth-child(1) .group__item:nth-child(4) {
	margin-top: 0;
}
.services .services__title .title__text {
	font-size: 1.75rem;
}
body .articles__list .slick-arrow {
	z-index: 4;
}
body .articles__list .slick-arrow.slick-prev {
	left: 0.4rem;
	top: 41%;
}
body .articles__list .slick-arrow.slick-next {
	right: 0.4rem;
	top: 41%;
}

body .header__menu .menu__item .menu__preview + .menu__dropdown.menu__dropdown_second {
    width: 36rem;
}

.banner__model .model__background {
	transform: translate(-2%, -45%);
}

#auth_form .bx-auth-lbl, #auth_form .bx-auth-serv-icons {
	display: none;
}

#mess_reg, #mess_reg2 {
	color: red;
}

.bx-filter .bx-filter-popup-result {
	display: none !important;
}

.sidebar__menu .menu__group .group__header {
	margin-bottom: 0.5rem;
}

.sidebar__menu .menu__group {
	display: inline-block;
	width: 100%;
}
.bx-filter-popup-result {
	display: none !important;
}

#bx-soa-total .group__data .data__value .bx-price-old, .basket-items-list-item-removed-block {
	display: none !important;
}
.d-none {
	display: none !important;
}
.popup-window .popup-window-buttons span {
	margin: 0 !important;
}
.popup-window .popup-window-buttons span ~ span {
	margin-top: 10px !important;
	display: block;
}

.header__menu .menu__dropdown_second .col_mob-12:last-child .group__link {
	/*text-transform: capitalize;*/
}
 .orders .orders__item_active .orders__group.orders__group_toogle .group__media:before {
	content: '-';
}
#bx-soa-total {
	display: none;
}

#bx-soa-properties {
	display: none;
}

/* Catalog Davotec — scoped overrides */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap');

body {
	--cd-blue: #0074BC;
	--cd-orange: #F15A22;
	--cd-gray: #62748E;
	--cd-gray2: #B8C4D6;
	--cd-bg: #F3F7FC;
	--cd-black: #2A2A2A;
	--cd-section-cols: 3;
	--cd-section-gap: 20px;
	--cd-popular-cols: 4;
	--cd-popular-gap: 20px;
	--cd-popular-nav-size: 48px;
	--cd-popular-nav-gap: 20px;
	/* Figma 730 / 1222 — доля ширины lead-текста от контейнера */
	--cd-lead-width: 59.74%;
	padding-bottom: 3rem;
}

/* Главная каталога (sections.php) — фон #F3F7FC */
.layout:has(.catalog-davotec-page:not(.catalog-davotec-page_section)) {
	background-color: #F3F7FC;
}

/* Страница раздела (section_horizontal.php) — белый фон */
.layout:has(.catalog-davotec-page_section) {
	background-color: #fff;
}

.catalog-davotec-intro {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 3rem;
}

.catalog-davotec-hero {
	display: flex;
	flex-direction: column;
}


.catalog-davotec-hero__brand {
	font: inherit;
	background: linear-gradient(90deg, #3372b5 0%, #e06737 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	letter-spacing: inherit;
	white-space: nowrap;
}

.catalog-davotec-hero__lead {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--cd-gray);
	width: 100%;
	max-width: var(--cd-lead-width);
	margin: 0;
}

.catalog-davotec-sections__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: var(--cd-section-gap);
	width: 100%;
}

.catalog-davotec-section-card {
	flex: 0 1 calc((100% - (var(--cd-section-cols) - 1) * var(--cd-section-gap)) / var(--cd-section-cols));
	min-width: 0;
	display: flex;
	align-items: stretch;
}

.catalog-davotec-section-card__link {
	background: #fff;
	border-radius: 12px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1 1 auto;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: box-shadow .2s;
}

.catalog-davotec-section-card__link:hover {
	box-shadow: 0 8px 24px rgba(0, 116, 188, .08);
	color: inherit;
}

.catalog-davotec-section-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 auto;
	padding: 20px 20px 0;
	width: 100%;
	min-height: 0;
	box-sizing: border-box;
}

.catalog-davotec-section-card__texts {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-section-card__title {
	font-family: Manrope, sans-serif;
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: -0.7px;
	font-weight: 600;
	color: var(--cd-black);
	margin: 0;
}
h3.catalog-davotec-section-card__title{
	margin: 0;
}

.catalog-davotec-section-card__text {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--cd-gray);
	margin: 0;
}

.catalog-davotec-section-card__more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 16px;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--cd-blue);
}

.catalog-davotec-section-card__more-icon {
	display: block;
	width: 10px;
	height: 26px;
	flex-shrink: 0;
}

.catalog-davotec-section-card__media {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	margin-top: 24px;
	aspect-ratio: 537 / 268;
	border-radius: 8.997px;
	overflow: hidden;
	background: var(--cd-bg);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Figma 64:2628 — анонс раздела по центру на сером фоне */
.catalog-davotec-section-card__illus--preview {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	height: auto;
	max-width: 72%;
	max-height: 72%;
	border: 0;
	pointer-events: none;
	object-fit: contain;
	object-position: center;
}

object.catalog-davotec-section-card__illus--preview {
	width: 72%;
	height: 72%;
	max-width: 72%;
	max-height: 72%;
}

@media (max-width: 1279px) {
	.catalog-davotec-page {
		--cd-section-cols: 2;
		--cd-popular-cols: 3;
	}
}

@media (max-width: 1023px) {
	.catalog-davotec-page {
		--cd-popular-cols: 2;
	}
}

@media (max-width: 991px) {
	.catalog-davotec-page {
		--cd-section-cols: 2;
	}

	.catalog-davotec-intro {
		gap: 32px;
		margin-bottom: 2rem;
	}
}


.catalog-davotec-popular__slider {
	position: relative;
	margin-left: calc(-1 * (var(--cd-popular-nav-size) + var(--cd-popular-nav-gap)));
	margin-right: calc(-1 * (var(--cd-popular-nav-size) + var(--cd-popular-nav-gap)));
}

.catalog-davotec-popular-track {
	display: flex;
	align-items: center;
	gap: var(--cd-popular-nav-gap);
}

.catalog-davotec-popular__viewport {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.catalog-davotec-popular__list {
	display: flex;
	align-items: stretch;
	gap: var(--cd-popular-gap);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 4px 0 16px;
}

.catalog-davotec-popular__list::-webkit-scrollbar {
	display: none;
}

.catalog-davotec-popular__slide {
	flex: 0 0 calc((100% - (var(--cd-popular-cols) - 1) * var(--cd-popular-gap)) / var(--cd-popular-cols));
	min-width: 0;
	scroll-snap-align: start;
	display: flex;
}

.catalog-davotec-popular__slide > .catalog-davotec-card {
	width: 100%;
	height: 100%;
}

.catalog-davotec-popular__nav {
	flex: 0 0 var(--cd-popular-nav-size);
	width: var(--cd-popular-nav-size);
	height: var(--cd-popular-nav-size);
	border-radius: 8px;
	border: 1.5px solid rgba(184, 196, 214, .2);
	background: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: border-color .2s, box-shadow .2s;
}

.catalog-davotec-popular__nav:hover {
	border-color: rgba(184, 196, 214, .45);
	box-shadow: 0 4px 12px rgba(0, 116, 188, .06);
}

.catalog-davotec-popular__nav:disabled {
	opacity: .35;
	cursor: default;
	pointer-events: none;
}

.catalog-davotec-popular__nav-icon {
	display: block;
	width: 15px;
	height: 18px;
}

.catalog-davotec-popular__nav_prev .catalog-davotec-popular__nav-icon {
	transform: scaleX(-1);
}

.catalog-davotec-card.products__item {
	background: var(--cd-bg);
	border: none;
	border-radius: 12px;
	padding: 12px 12px 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

/* Сетка раздела — Figma 10:577 / 26:7542 */
.catalog-davotec-card.products__item {
	background: var(--cd-bg);
	height: auto;
	margin-bottom: 0;
}

.catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:hover),
.catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:focus-visible) {
	background: linear-gradient(115.391deg, #f4f8fd 0%, #eef3f9 60%, #fef1eb 100%);
	box-shadow: none;
	transform: none;
}

.catalog-davotec-card.products__item:hover {
	box-shadow: none;
	transform: none;
}

/* Популярные — Figma 49:3125: белые карточки, без hover-lift */
.catalog-davotec-popular .catalog-davotec-block__title {
	margin-bottom: 40px;
}

.catalog-davotec-popular .catalog-davotec-card.products__item {
	background: #fff;
}

.catalog-davotec-popular .catalog-davotec-card.products__item:hover,
.catalog-davotec-popular .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:hover),
.catalog-davotec-popular .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:focus-visible) {
	background: #fff;
	box-shadow: none;
	transform: none;
}

/* Хиты — Figma 12:1048: белые карточки на фоне #F3F7FC */
.catalog-davotec-hits .catalog-davotec-card.products__item {
	background: #fff;
}

.catalog-davotec-hits .catalog-davotec-card.products__item:hover,
.catalog-davotec-hits .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:hover),
.catalog-davotec-hits .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:focus-visible) {
	background: #fff;
	box-shadow: none;
	transform: none;
}

.catalog-davotec-card__badges {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.catalog-davotec-card__badge {
	font-size: .875rem;
	line-height: 1.4;
	padding: 6px 12px;
	border-radius: 6px;
	font-weight: 400;
	box-shadow: 0 0 0 0 rgba(164, 244, 207, .6);
}

.catalog-davotec-card__badge_stock {
	background: rgba(34, 241, 131, .1);
	color: #1f7a4a;
}

.catalog-davotec-card__badge_hit {
	background: rgba(241, 90, 34, .1);
	color: var(--cd-orange);
}

.catalog-davotec-card.products__item .catalog-davotec-card__media.products__media {
	margin-bottom: 0;
}

.catalog-davotec-card__media {
	margin-bottom: 0;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	padding: 30px 20px;
	aspect-ratio: 1;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.catalog-davotec-card__media-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

a.products__link.catalog-davotec-card__media-link img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
	aspect-ratio: 1;
}

.catalog-davotec-card__media img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.catalog-davotec-card__body {
	padding: 0 12px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-height: 0;
	width: 100%;
}

.catalog-davotec-card__title {
	margin: 0;
}

.catalog-davotec-card__title .title__text {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--cd-black);
	line-height: 1.5;
	text-transform: none;
}

.catalog-davotec-card.products__item .catalog-davotec-card__title.products__title .title__text {
	font-weight: 500;
	text-transform: none;
}

.catalog-davotec-card.products__item .catalog-davotec-card__title.products__title .title__text:hover {
	color: var(--cd-black);
}

.catalog-davotec-card__details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 1 1 auto;
	/* min-height: 205px; */
	/* min-width: 0; */
}

.catalog-davotec-card__specs {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

.catalog-davotec-card__spec-row {
	display: flex;
	justify-content: space-between;
	gap: .75rem;
	padding: 0 0 9px;
	margin: 0 0 8px;
	border-bottom: 1px solid rgba(184, 196, 214, .2);
	font-size: .875rem;
	line-height: 1.4;
}

.catalog-davotec-card__spec-row_last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.catalog-davotec-card__spec-row_empty {
	visibility: hidden;
	pointer-events: none;
	user-select: none;
}

.catalog-davotec-card__spec-row dt {
	margin: 0;
	color: var(--cd-gray);
	font-weight: 400;
	text-align: left;
}

.catalog-davotec-card__spec-row dd {
	margin: 0;
	color: var(--cd-black);
	text-align: right;
}

.catalog-davotec-card__footer {
	margin-top: auto;
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-wrap: nowrap;
	justify-content: flex-start;
	min-height: 48px;
	padding-top: 0;
	flex-shrink: 0;
}

.catalog-davotec-card__footer.products__footer {
	margin-top: auto;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.catalog-davotec-card__price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	align-self: flex-end;
	flex: 1 1 auto;
	min-width: 0;
	margin-bottom: 0;
	padding-right: 64px;
	transition: opacity .4s ease;
}

.catalog-davotec-card__price.products__price {
	margin-bottom: 0;
	align-items: flex-start;
	justify-content: flex-end;
}

.catalog-davotec-card__footer:has(.catalog-davotec-card__cart:hover) .catalog-davotec-card__price,
.catalog-davotec-card__footer:has(.catalog-davotec-card__cart:focus-visible) .catalog-davotec-card__price {
	opacity: 0;
	pointer-events: none;
}

.catalog-davotec-card__actions {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48px;
	z-index: 1;
	transition: width .45s ease;
}

.catalog-davotec-card__footer:has(.catalog-davotec-card__cart:hover) .catalog-davotec-card__actions,
.catalog-davotec-card__footer:has(.catalog-davotec-card__cart:focus-visible) .catalog-davotec-card__actions {
	width: 100%;
}

.catalog-davotec-card__footer .product-item-button-container {
	width: 100%;
}

.catalog-davotec-card__price-old {
	font-size: .875rem;
	font-weight: 500;
	color: var(--cd-gray);
	text-decoration: line-through;
	margin: 0 0 2px;
	order: -1;
}

.catalog-davotec-card__price-value {
	font-family: Manrope, sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #0f172b;
	line-height: 1.35;
	letter-spacing: -.7px;
}

.catalog-davotec-card__cart {
	display: grid;
	place-items: center;
	grid-template-columns: 1fr;
	width: 100%;
	height: 48px;
	border-radius: 8px;
	border: none;
	padding: 8px 16px;
	background: var(--cd-orange);
	color: #fff;
	flex-shrink: 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: box-shadow .4s ease, background .4s ease;
}

.catalog-davotec-card__cart-icon,
.catalog-davotec-card__cart-label {
	grid-area: 1 / 1;
	justify-self: center;
}

.catalog-davotec-card__cart-icon {
	display: block;
	width: 20px;
	height: 20px;
	opacity: 1;
	transition: opacity .25s ease;
}

.catalog-davotec-card__cart-label {
	max-width: 100%;
	opacity: 0;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	transition: opacity .3s ease .12s;
}

.catalog-davotec-card__cart:hover,
.catalog-davotec-card__cart:focus-visible {
	background: var(--cd-orange);
	color: #fff;
	box-shadow: 0 8px 20px -8px rgba(241, 90, 34, .6);
}

/* .catalog-davotec-card__cart:hover .catalog-davotec-card__cart-icon,
.catalog-davotec-card__cart:focus-visible .catalog-davotec-card__cart-icon {
	opacity: 0;
	transition: opacity .15s ease;
	padding-right: 7px;
} */

.catalog-davotec-card__cart:hover .catalog-davotec-card__cart-label,
.catalog-davotec-card__cart:focus-visible .catalog-davotec-card__cart-label {
	opacity: 1;
	padding-left: 7px;
}

.catalog-davotec-card .catalog-davotec-card__cart.products__basket , .catalog-davotec-card__cart.products__basket {
	width: 100%;
	height: 48px;
	border: none;
	padding: 8px 16px;
	background: var(--cd-orange);
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-davotec-card .catalog-davotec-card__cart.products__basket:hover,
.catalog-davotec-card .catalog-davotec-card__cart.products__basket:focus-visible {
	width: 100%;
	border: none;
	padding: 8px 16px;
	background: var(--cd-orange);
}

.catalog-davotec-card .catalog-davotec-card__cart.products__basket img,
.catalog-davotec-card .catalog-davotec-card__cart.products__basket svg {
	width: 20px;
	height: 20px;
	min-width: 20px;
	fill: #fff;
}

.catalog-davotec-card__quantity {
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	padding: 4px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.catalog-davotec-card__qty-btn {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 6px;
	padding: 0;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: background .2s ease, color .2s ease;
}

.catalog-davotec-card__qty-btn_minus,
.catalog-davotec-card__qty-btn_plus {
	background: var(--cd-bg);
	color: var(--cd-black);
}

.catalog-davotec-card__qty-btn_minus:hover:not(.product-item-amount-field-btn-disabled),
.catalog-davotec-card__qty-btn_plus:hover:not(.product-item-amount-field-btn-disabled),
.catalog-davotec-card__qty-btn_minus:focus-visible:not(.product-item-amount-field-btn-disabled),
.catalog-davotec-card__qty-btn_plus:focus-visible:not(.product-item-amount-field-btn-disabled) {
	background: var(--cd-orange);
	color: #fff;
}

.catalog-davotec-card__quantity:has(.catalog-davotec-card__qty-btn:hover:not(.product-item-amount-field-btn-disabled)),
.catalog-davotec-card__quantity:has(.catalog-davotec-card__qty-btn:focus-visible:not(.product-item-amount-field-btn-disabled)) {
	box-shadow: 0 0 0 1px rgba(226, 232, 240, .8);
}

.catalog-davotec-card__qty-btn.product-item-amount-field-btn-disabled {
	opacity: .45;
	pointer-events: none;
	cursor: default;
}

.catalog-davotec-card__qty-field {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 0;
	min-width: 0;
	margin: 0;
}

.catalog-davotec-card__quantity .jcf-number {
	display: contents;
}

.catalog-davotec-card__quantity .jcf-btn-inc,
.catalog-davotec-card__quantity .jcf-btn-dec {
	display: none !important;
}

.catalog-davotec-card__qty-input {
	width: auto;
	min-width: 0;
	max-width: none;
	border: none;
	background: transparent;
	text-align: right;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #2a2a2a;
	padding: 0;
	margin: 0;
	flex: 0 0 auto;
	field-sizing: content;
	-moz-appearance: textfield;
}

.catalog-davotec-card__qty-input::-webkit-outer-spin-button,
.catalog-davotec-card__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.catalog-davotec-card__qty-unit {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #2a2a2a;
	white-space: nowrap;
	flex: 0 0 auto;
	margin: 0 0 0 2px;
}

.catalog-davotec-card__footer:has(.catalog-davotec-card__actions.is-in-cart) .catalog-davotec-card__price,
.catalog-davotec-card__footer_in-cart .catalog-davotec-card__price {
	opacity: 0;
	pointer-events: none;
}

.catalog-davotec-card__footer:has(.catalog-davotec-card__actions.is-in-cart) .catalog-davotec-card__actions,
.catalog-davotec-card__actions.is-in-cart,
.catalog-davotec-card__footer_in-cart .catalog-davotec-card__actions {
	width: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}

.catalog-davotec-card__actions.is-in-cart .product-item-button-container {
	display: none;
}

.catalog-davotec-card__actions.is-in-cart .catalog-davotec-card__quantity {
	width: 100%;
}

.catalog-davotec-card__sku,
.catalog-davotec-card__series,
.catalog-davotec-card__stock {
	display: none;
}

.catalog-davotec-tag {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	padding: .25rem .5rem;
	border-radius: .375rem;
	margin-bottom: .5rem;
}

.catalog-davotec-tag_hit {
	background: rgba(241, 90, 34, .1);
	color: var(--cd-orange);
}

.catalog-davotec-block {
	margin-top: 5rem;
}

.catalog-davotec-block__title {
	font-family: Manrope, sans-serif;
	font-size: clamp(28px, 2.5vw + 1rem, 42px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1.4px;
	color: var(--cd-black);
	margin: 0 0 2.5rem;
}

.catalog-davotec-seo__inner {
	background: #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 42px clamp(20px, 3.9vw, 48px) 48px;
	box-sizing: border-box;
	width: 100%;
}

/* Страница раздела — Figma 55:1951 */
.catalog-davotec-page_section .catalog-davotec-seo__inner {
	background: var(--cd-bg);
}

.catalog-davotec-seo__intro {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.catalog-davotec-seo__title {
	font-family: Manrope, sans-serif;
	font-size: clamp(24px, 2.2vw + 1rem, 32px);
	font-weight: 600;
	line-height: 1.3;
	color: var(--cd-black);
	margin: 0 !important;
}

.catalog-davotec-seo__lead {
	font-family: Manrope, sans-serif;
	font-size: clamp(16px, 1vw + 0.75rem, 18px);
	font-weight: 400;
	line-height: 1.6;
	color: var(--cd-gray);
	margin: 0;
}

.catalog-davotec-seo__section {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-seo__subtitle {
	font-family: Manrope, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -.7px;
	color: var(--cd-black);
	margin: 0;
}

.catalog-davotec-seo__text {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--cd-gray);
	margin: 0;
}

.catalog-davotec-seo__text p {
	margin: 0 0 24px;
}

.catalog-davotec-seo__text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.catalog-davotec-seo__inner {
		padding-top: 32px;
		padding-bottom: 32px;
		gap: 24px;
	}

	.catalog-davotec-seo__subtitle {
		font-size: 20px;
	}
}

.catalog-davotec-support__inner {
	display: flex;
	align-items: stretch;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
	min-height: 0;
}

/* Страница раздела — Figma 49:1329: фон блока #F3F7FC, поля белые */
.catalog-davotec-page_section .catalog-davotec-support__inner {
	background: var(--cd-bg);
}

.catalog-davotec-page_section .catalog-davotec-support__input {
	background: #fff;
	border: 1px solid rgba(184, 196, 214, .2);
}

.catalog-davotec-support__content {
	flex: 1 1 44%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: clamp(32px, 5vw, 64px);
	box-sizing: border-box;
}

.catalog-davotec-support__head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catalog-davotec-support__label {
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: .3px;
	text-transform: uppercase;
	color: var(--cd-orange);
	margin: 0;
}

.catalog-davotec-support__title {
	font-family: Manrope, sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	color: var(--cd-black);
	margin: 0;
	max-width: 34rem;
}

.catalog-davotec-support__lead {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--cd-gray);
	margin: 0;
	max-width: 31rem;
}

.catalog-davotec-support__form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-support__fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-support__row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-support__field {
	flex: 1 1 0;
	min-width: min(100%, 12rem);
}

.catalog-davotec-support__field_mark {
	position: relative;
}

.catalog-davotec-support__mark {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray2);
	white-space: nowrap;
	transition: opacity .15s;
}

.catalog-davotec-support__mark-req {
	color: var(--cd-orange);
}


.catalog-davotec-support__field_mark .catalog-davotec-support__input::placeholder {
	color: transparent;
}

.catalog-davotec-support__input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 44px;
	padding: 12px;
	border: none;
	border-radius: 8px;
	background: var(--cd-bg);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
	outline: none;
	transition: box-shadow .2s;
}

.catalog-davotec-support__input::placeholder {
	color: var(--cd-gray2);
}



.catalog-davotec-support__input_textarea {
	min-height: 44px;
	max-height: 44px;
	resize: none;
	overflow: hidden;
}

.catalog-davotec-support__consent {
	width: 100%;
	max-width: 27rem;
}

.catalog-davotec-support__consent-label {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	cursor: pointer;
	margin: 0;
}

.catalog-davotec-support__consent-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;

}

.catalog-davotec-support__consent-box {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	border-radius: 4px;
	box-sizing: border-box;
}



.catalog-davotec-support__consent-input:checked + .catalog-davotec-support__consent-box {
	/* border: none; */
	background: #F15A22;
}

.catalog-davotec-support__consent-icon {
	display: block;
	width: 18px;
	height: 18px;
	opacity: 0;
	transition: opacity .15s;
}
.catalog-davotec-support__consent-input:checked + .catalog-davotec-support__consent-box .catalog-davotec-support__consent-icon {
	opacity: 1;
	/* filter: brightness(0) invert(1); */
}



.catalog-davotec-support__consent-text {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--cd-gray);
}

.catalog-davotec-support__consent-link {
	color: var(--cd-blue);
	text-decoration: none;
}

.catalog-davotec-support__consent-link:hover {
	text-decoration: underline;
}

.catalog-davotec-support__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 8px 16px;
	border: none;
	border-radius: 8px;
	background: var(--cd-orange);
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
	transition: background .2s;
}

.catalog-davotec-support__submit:hover {
	background: #d94e1c;
}

.catalog-davotec-support__errors,
.catalog-davotec-support__success {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.catalog-davotec-support__errors {
	color: #c0392b;
}

.catalog-davotec-support__success {
	color: #1f7a4a;
}

.catalog-davotec-support__visual {
	position: relative;
	flex: 0 1 47%;
	min-width: min(100%, 20rem);
	min-height: 320px;
	overflow: hidden;
}

.catalog-davotec-support__visual-img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	object-position: center right;
}

@media (max-width: 1023px) {
	.catalog-davotec-support__inner {
		flex-direction: column;
	}

	.catalog-davotec-support__visual {
		flex: 0 0 auto;
		min-height: 280px;
		order: -1;
	}

	.catalog-davotec-support__content {
		flex-basis: auto;
	}
}

@media (max-width: 767px) {
	.catalog-davotec-support__content {
		padding: 32px 20px;
		gap: 24px;
	}

	.catalog-davotec-support__row {
		flex-direction: column;
	}

	.catalog-davotec-support__field {
		min-width: 100%;
	}
}

.catalog-davotec-page_section {
	padding-bottom: 4rem;
}

.catalog-davotec-section-head {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 30px;
}

.catalog-davotec-section-head__title {
	font-family: Manrope, sans-serif;
	font-size: clamp(28px, 2.2vw + 1rem, 42px);
	line-height: 1.2;
	letter-spacing: -0.033em;
	font-weight: 600;
	color: var(--cd-black);
	margin: 0;
}

.catalog-davotec-section-head__lead {
	font-family: Manrope, sans-serif;
	font-size: clamp(16px, 1vw + 0.75rem, 18px);
	line-height: 1.6;
	font-weight: 400;
	color: var(--cd-gray);
	margin: 0;
	max-width: var(--cd-lead-width);
}

.catalog-davotec-layout {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
}

.catalog-davotec-layout__sidebar {
	flex: 0 0 min(291px, 24vw);
	min-width: 0;
}

.catalog-davotec-layout__content {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}

.catalog-davotec-filter-wrap {
	width: 100%;
}



.catalog-davotec-filter {
	background: var(--cd-bg);
	border-radius: 12px;
	padding: 24px 24px 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.sidebar__filter.catalog-davotec-filter .filter__group:not(:last-child),
.sidebar__filter.catalog-davotec-filter .filter__group:not(.catalog-davotec-filter__actions) {
	margin-bottom: 0 !important;
}

.sidebar__filter.catalog-davotec-filter .group__header:not(:last-child) {
	margin-bottom: 0 !important;
}

.catalog-davotec-filter .bx-filter-parameters-box-container {
	padding-bottom: 0;
}

.catalog-davotec-filter .filter__group:not(.catalog-davotec-filter__actions) {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px 0;
	margin: 0;
	border-bottom: 1px solid #F9F9FA;
}

.catalog-davotec-filter .filter__group:not(.catalog-davotec-filter__actions) .form-item{
	margin-bottom: 0;
}

.catalog-davotec-filter .filter__group.catalog-davotec-filter__group--price,
.catalog-davotec-filter .filter__group.catalog-davotec-filter__group--performance {
	border-bottom-color: #F1F5F9;
}

.catalog-davotec-filter .filter__group.catalog-davotec-filter__actions {
	border-bottom: none;
	padding-bottom: 0;
	gap: 16px;
	margin: 0;
	margin-top: 16px;
}

.catalog-davotec-filter .filter__group:not(.catalog-davotec-filter__actions) .group__main.bx-filter-block {
	display: none !important;
}

.catalog-davotec-filter .filter__group:not(.is-collapsed):not(.catalog-davotec-filter__actions) .group__main.bx-filter-block {
	display: block !important;
}

.catalog-davotec-filter__group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	cursor: pointer;
}

.catalog-davotec-filter__group-head-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}

.catalog-davotec-filter__group-hint {
	flex: 0 0 auto;
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.05;
	color: var(--cd-gray2);
	white-space: nowrap;
}

/* .catalog-davotec-filter__group-chevron {
	flex: 0 0 auto;
	display: block;
	transition: transform .2s ease;
	transform: rotate(180deg);
}

.catalog-davotec-filter .filter__group.is-collapsed .catalog-davotec-filter__group-chevron {
	transform: rotate(0deg);
} */

.catalog-davotec-filter__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.catalog-davotec-filter__head-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--cd-black);
}

.catalog-davotec-filter__head-icon {
	color: var(--cd-blue);
}

.catalog-davotec-filter__reset {
	border: none;
	background: none;
	padding: 0;
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: var(--cd-blue);
	cursor: pointer;
}

.catalog-davotec-filter__reset:hover {
	text-decoration: underline;
}

.catalog-davotec-filter .filter__group .group__title .title__text {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.05;
	color: #2A2A2A;
}

.sidebar__filter.catalog-davotec-filter .filter__group.catalog-davotec-filter__group--price .group__title .title__text,
.sidebar__filter.catalog-davotec-filter .filter__group.catalog-davotec-filter__group--performance .group__title .title__text {
	color: #0F172B;
}

.catalog-davotec-filter .filter__group .group__header {
	margin-bottom: 0;
}

.catalog-davotec-filter__group--chips .form-item__main,
.catalog-davotec-filter__group--chips .form-item__main.catalog-davotec-filter__checkbox-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
}

.catalog-davotec-filter__group--chips .form-item__field {
	margin: 0;
	width: auto;
}

.catalog-davotec-filter__group--chips .custom-check__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 12px;
	border-radius: 6px;
	border: none;
	background: rgba(184, 196, 214, .2);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--cd-black);
	cursor: pointer;
	transition: background .2s, color .2s;
}

.catalog-davotec-filter__group--chips .custom-check__label:hover {
	background: rgba(184, 196, 214, .35);
}

.catalog-davotec-filter__group--chips .custom-check__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.catalog-davotec-filter__group--chips .custom-check__ico {
	display: none;
}

.catalog-davotec-filter__group--chips .custom-check__input:checked + .custom-check__ico_before,
.catalog-davotec-filter__group--chips .custom-check__input:not(:checked) + .custom-check__ico_before {
	display: none;
}

.catalog-davotec-filter__group--chips .custom-check__label:has(.custom-check__input:checked) {
	background: var(--cd-blue);
	color: #fff;
}

.catalog-davotec-filter .catalog-davotec-filter__group--chips .custom-check.custom-check_second .custom-check__label {
	position: static;
}

.catalog-davotec-filter .catalog-davotec-filter__group--chips .custom-check.custom-check_second .custom-check__label::before,
.catalog-davotec-filter .catalog-davotec-filter__group--chips .custom-check.custom-check_second .custom-check__label::after {
	content: none;
	display: none;
}

.catalog-davotec-filter .catalog-davotec-filter__group--chips .custom-check.custom-check_second .custom-check__text {
	padding-left: 0;
}

.catalog-davotec-filter__toggle {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
	max-width: 243px;
	min-height: 42px;
	padding: 4px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.catalog-davotec-filter__toggle-option {
	position: relative;
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 12px;
	border-radius: 6px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--cd-gray2);
	cursor: pointer;
	transition: background .2s, color .2s;
}

.catalog-davotec-filter__toggle-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.catalog-davotec-filter__toggle-option:has(input:checked) {
	background: var(--cd-blue);
	color: #fff;
}

.catalog-davotec-filter__toggle-option:hover:not(.disabled):not(:has(input:checked)) {
	color: var(--cd-gray);
}

.catalog-davotec-filter__toggle-option:has(input:checked):hover {
	background: var(--cd-blue);
	color: #fff;
}

.catalog-davotec-filter__toggle-option.disabled {
	opacity: .45;
	pointer-events: none;
}

.catalog-davotec-filter .radio {
	margin: 0;
}

.catalog-davotec-filter__radios_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catalog-davotec-filter__checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catalog-davotec-filter__group--checkboxes .form-item__main.catalog-davotec-filter__checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catalog-davotec-filter__checkbox-list .form-item__field {
	margin: 0;
}



.catalog-davotec-filter__price-fields {
	display: flex;
	gap: 8px;
}

.catalog-davotec-filter__price-field {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 1 1 0;
	min-width: 0;
	height: 42px;
	padding: 0 12px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.catalog-davotec-filter__price-prefix {
	flex: 0 0 auto;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #90A1B9;
}

.catalog-davotec-filter .range__input,
.catalog-davotec-filter .range__input.form-item__input {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
}

.catalog-davotec-filter .range__input:focus,
.catalog-davotec-filter .range__input:hover {
	border: none !important;
	outline: none;
}

.catalog-davotec-filter .range .range__slider {
	height: 4px;
	margin: 0;
	background: rgba(184, 196, 214, .2) !important;
	border-radius: 999px;
	position: relative;
}

.catalog-davotec-filter__range-slider {
	padding: 8px 0 0;
}

.catalog-davotec-filter__range-slider .bx-ui-slider-track {
	position: relative;
	height: 4px;
	background: rgba(184, 196, 214, .2);
	border-radius: 999px;
}

.catalog-davotec-filter__range-slider .bx-ui-slider-pricebar-vd,
.catalog-davotec-filter__range-slider .bx-ui-slider-pricebar-vn {
	position: absolute;
	top: 0;
	height: 4px;
	background: transparent;
}

.catalog-davotec-filter__range-slider .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	height: 4px;
	background: var(--cd-blue);
	border-radius: 999px;
}

.catalog-davotec-filter__range-slider .bx-ui-slider-range {
	position: absolute;
	top: 0;
	height: 4px;
}

.catalog-davotec-filter .range .range__slider:not(:last-child) {
	margin-bottom: 0;
}

.catalog-davotec-filter .range .range__slider .ui-slider-range,
.catalog-davotec-filter .range .range__slider .ui-slider-range.ui-widget-header {
	background: var(--cd-blue) !important;
	position: absolute;
	height: 100%;
	border-radius: 999px;
}

/* .catalog-davotec-filter .range .range__slider .ui-slider-handle {
	position: absolute;
	top: 50% !important;
	width: 18px !important;
	height: 18px !important;
	margin-left: 0 !important;
	border: 2px solid var(--cd-blue) !important;
	background: #fff !important;
	border-radius: 50%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	cursor: pointer;
	outline: none;
} */

.catalog-davotec-filter .range .range__slider .ui-slider-handle:hover,
.catalog-davotec-filter .range .range__slider .ui-slider-handle:focus {
	box-shadow: 0 0 0 4px rgba(0, 116, 188, .12);
}

.catalog-davotec-filter__range-slider .bx-ui-slider-handle {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-left: 0 !important;
	background: #fff;
	border: 2px solid var(--cd-blue);
	border-radius: 50%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	cursor: pointer;
	outline: none;
}

.catalog-davotec-filter__range-slider .bx-ui-slider-handle.right {
	transform: translate(50%, -50%);
}

.catalog-davotec-filter__range-slider .bx-ui-slider-handle:hover,
.catalog-davotec-filter__range-slider .bx-ui-slider-handle:focus {
	box-shadow: 0 0 0 4px rgba(0, 116, 188, .12);
}

.catalog-davotec-filter__range-slider .bx-ui-slider-part {
	display: none;
}

.catalog-davotec-filter__dropdown .bx-filter-select-container {
	width: 100%;
}

.catalog-davotec-filter__dropdown-trigger {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
}

.catalog-davotec-filter__dropdown-trigger .bx-filter-select-arrow {
	display: none;
}

.catalog-davotec-filter__dropdown-value {
	flex: 1 1 auto;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
}

.catalog-davotec-filter__dropdown-chevron {
	flex: 0 0 auto;
	transition: transform .2s ease;
}

.catalog-davotec-filter__dropdown-trigger.is-open {
	border: 1px solid var(--cd-blue);
}

.catalog-davotec-filter__dropdown-trigger.is-open .catalog-davotec-filter__dropdown-chevron {
	transform: rotate(180deg);
}

.catalog-davotec-filter__dropdown-popup.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 100%;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 4px 5px rgba(26, 81, 116, 0.1);
	overflow: hidden;
}

.catalog-davotec-filter__dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.catalog-davotec-filter__dropdown-popup ul li {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

.catalog-davotec-filter__dropdown-popup ul li:first-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.catalog-davotec-filter__dropdown-popup .catalog-davotec-filter__dropdown-option {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	padding: 10px 12px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray);
	cursor: pointer;
	box-sizing: border-box;
}

.catalog-davotec-filter__dropdown-popup .catalog-davotec-filter__dropdown-option:hover,
.catalog-davotec-filter__dropdown-popup .catalog-davotec-filter__dropdown-option.selected {
	background: var(--cd-bg);
	color: var(--cd-blue);
}

.catalog-davotec-filter__dropdown-popup .catalog-davotec-filter__dropdown-option.disabled {
	opacity: .45;
	pointer-events: none;
}

.catalog-davotec-filter__search-wrap {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	height: 42px;
	padding: 0 12px;
	margin-bottom: 16px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.catalog-davotec-filter__search-icon {
	flex: 0 0 auto;
}

.catalog-davotec-filter__search {
	flex: 1 1 auto;
	min-width: 0;
	border: none;
	background: transparent;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
	outline: none;
}

.catalog-davotec-filter__search::placeholder {
	color: var(--cd-gray);
}

.catalog-davotec-filter__radio-item_hidden,
.catalog-davotec-filter__checkbox-item_hidden {
	display: none;
}





.catalog-davotec-filter__apply-wrap {
	width: 100%;
}

.catalog-davotec-filter__apply {
	background: var(--cd-blue) !important;
	border-color: var(--cd-blue) !important;
	border-radius: 8px !important;
	font-family: Manrope, sans-serif;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 8px 16px !important;
}

.catalog-davotec-filter__reset-bottom {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-blue);
	text-align: center;
	cursor: pointer;
	margin-top: 16px;
}

.catalog-davotec-filter__reset-bottom:hover {
	text-decoration: underline;
}

.catalog-davotec-filter .radio:last-child {
	margin-bottom: 0;
}

.catalog-davotec-filter .radio .bx-filter-param-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	cursor: pointer;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid var(--cd-gray2);
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	transition: border-color .2s, background .2s;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox:hover::before {
	border-color: var(--cd-blue);
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox:has(input:checked)::before {
	border-color: var(--cd-blue);
	background: #fff;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox:has(input:checked)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--cd-blue);
	transform: translate(-50%, -50%);
}

.catalog-davotec-filter .radio .bx-filter-param-text {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
	padding-left: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__text {
	padding-left: 28px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__ico {
	display: none;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__label {
	position: relative;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border: 1px solid var(--cd-gray2);
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	transition: background .2s, border-color .2s;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__label:hover::before {
	border-color: var(--cd-blue);
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__label:has(.custom-check__input:checked)::before {
	background: var(--cd-blue);
	border-color: var(--cd-blue);
}

/* .catalog-davotec-filter .custom-check.custom-check_second .custom-check__label:has(.custom-check__input:checked)::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
} */

.catalog-davotec-filter__group--chips .custom-check__text {
	font-size: 14px;
	line-height: 1.4;
}

.catalog-davotec-filter__apply {
	background: var(--cd-blue) !important;
	border-color: var(--cd-blue) !important;
	border-radius: 8px !important;
	font-family: Manrope, sans-serif;
	font-weight: 500;
	min-height: 40px;
}

.catalog-davotec-filter .bx-filter-popup-result {
	display: none !important;
}

.catalog-davotec-layout__sidebar .sidebar__filter {
	position: sticky;
	top: 1rem;
}

.catalog-davotec-toolbar {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 32px;
}

.catalog-davotec-toolbar__filter-btn {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	/* border: 1px solid var(--cd-gray2); */
	border: none;
	border-radius: 8px;
	background: var(--cd-bg);
	color: var(--cd-black);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}


.catalog-davotec-toolbar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-toolbar__meta {
	margin: 0;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray);
	white-space: nowrap;
}

.catalog-davotec-toolbar__meta-mobile {
	display: none;
	margin: 0;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray);
	white-space: nowrap;
}

.catalog-davotec-toolbar__sort {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}

.catalog-davotec-toolbar__sort-summary {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	list-style: none;
	cursor: pointer;
	user-select: none;
}

.catalog-davotec-toolbar__sort-summary::-webkit-details-marker {
	display: none;
}

.catalog-davotec-toolbar__sort-prefix {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray);
}

.catalog-davotec-toolbar__sort-value {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--cd-blue);
}

.catalog-davotec-toolbar__sort-chevron {
	flex: 0 0 auto;
	display: block;
}

.catalog-davotec-toolbar__sort[open] .catalog-davotec-toolbar__sort-chevron {
	transform: rotate(180deg);
}

.catalog-davotec-toolbar__sort-menu {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 5;
	min-width: 12rem;
	padding: 8px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .12);
}

.catalog-davotec-toolbar__sort[open] .catalog-davotec-toolbar__sort-menu {
	display: block;
}

.catalog-davotec-toolbar__sort-option {
	display: block;
	padding: 8px 12px;
	border-radius: 6px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
	text-decoration: none;
	white-space: nowrap;
}

.catalog-davotec-toolbar__sort-option:hover {
	background: var(--cd-bg);
	color: var(--cd-black);
}

.catalog-davotec-toolbar__sort-option.is-active {
	font-weight: 500;
	color: var(--cd-blue);
}

.catalog-davotec-toolbar__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.catalog-davotec-toolbar__filter-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid rgba(184, 196, 214, .2);
	border-radius: 6px;
	background: transparent;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray);
	white-space: nowrap;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.catalog-davotec-toolbar__filter-tag:hover:not(.is-active),
.catalog-davotec-toolbar__filter-tag:focus-visible:not(.is-active) {
	color: var(--cd-blue);
}

.catalog-davotec-toolbar__filter-tag.is-active {
	border-color: var(--cd-blue);
	background: var(--cd-blue);
	color: #fff;
}

.catalog-davotec-toolbar__filter-tag.is-active:hover,
.catalog-davotec-toolbar__filter-tag.is-active:focus-visible {
	border-color: var(--cd-blue);
	background: var(--cd-blue);
	color: #fff;
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.catalog-davotec-chips-wrap {
	display: none;
}

.catalog-davotec-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.catalog-davotec-chips:empty {
	display: none;
}

.catalog-davotec-chips-wrap:has(.catalog-davotec-chips:empty):not(:has(.js-catalog-chips-reset:not([hidden]))) {
	display: none;
}

.catalog-davotec-chip,
.filter__chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid var(--cd-blue);
	background: var(--cd-bg);
	color: var(--cd-blue);
	font-family: Manrope, sans-serif;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: background .2s;
}

.catalog-davotec-chip__remove {
	font-size: 16px;
	line-height: 1;
	opacity: .7;
}

.catalog-davotec-chip:hover {
	background: #e8f3fb;
}

.catalog-davotec-chips__reset {
	border: none;
	background: none;
	padding: 0;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	color: var(--cd-blue);
	cursor: pointer;
	text-decoration: underline;
}



.catalog-davotec-products-grid_list {
	grid-template-columns: 1fr;
}

.catalog-davotec-products-grid__item {
	min-width: 0;
	display: flex;
}

.catalog-davotec-products-grid__item > .catalog-davotec-card,
.catalog-davotec-products-grid__item > .products__item {
	width: 100%;
}

.catalog-davotec-pager {
	display: flex;
	justify-content: center;
	margin: 32px 0 0;
}

.catalog-davotec-pager__nav {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.catalog-davotec-pager__pages {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.catalog-davotec-pager__page,
.catalog-davotec-pager__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: var(--cd-gray);
	text-decoration: none;
	border: 1px solid transparent;
	background: transparent;
	transition: background .2s, border-color .2s, color .2s;
}

.catalog-davotec-pager__page:hover,
.catalog-davotec-pager__arrow:not(.is-disabled):hover {
	border-color: var(--cd-gray2);
	background: var(--cd-bg);
}

.catalog-davotec-pager__page.is-active {
	background: var(--cd-blue);
	border-color: var(--cd-blue);
	color: #fff;
	font-weight: 500;
}

.catalog-davotec-pager__arrow.is-disabled {
	opacity: .35;
	pointer-events: none;
}

.catalog-davotec-section-bottom {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin-top: 5rem;
}

/* Хиты продаж на странице раздела — Figma 13:677 / 30:13573 */
.catalog-davotec-page_section .catalog-davotec-hits {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 80px calc(50vw - 50%) 64px;
	background-color: var(--cd-bg);
	overflow: hidden;
	box-sizing: border-box;
}

.catalog-davotec-page_section .catalog-davotec-hits::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('/local/templates/zintek-index/components/bitrix/catalog.item/catalog_item_davotec/assets/img/catalog-davotec/hits-pattern-tile.svg');
	background-repeat: repeat;
	background-size: 216.199px 216.199px;
	background-position: -121px -110px;
	pointer-events: none;
	z-index: 0;
}

.catalog-davotec-page_section .catalog-davotec-hits > * {
	position: relative;
	z-index: 1;
}

.catalog-davotec-page_section .catalog-davotec-hits.catalog-davotec-block {
	margin-top: 0;
}

.catalog-davotec-hits .catalog-davotec-block__title {
	margin-bottom: 40px;
}

.catalog-davotec-hits .catalog-davotec-popular__slider {
	margin-top: 0;
}

.catalog-davotec-similar {
	margin-top: 0;
}

.catalog-davotec-similar .catalog-davotec-block__title {
	margin-bottom: 32px;
}

.catalog-davotec-similar__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 0;
}

.catalog-davotec-similar__card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	min-height: 0;
	padding: 16px;
	border-radius: 12px;
	background: var(--cd-bg);
	color: var(--cd-black);
	text-decoration: none;
	transition: background .2s, color .2s;
	box-sizing: border-box;
}

.catalog-davotec-similar__card:hover {
	background: #e8f0f8;
	color: var(--cd-blue);
}

.catalog-davotec-similar__media {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 6.462px;
	overflow: hidden;
	background: var(--cd-bg);
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-davotec-similar__illus {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	pointer-events: none;
	object-fit: contain;
	object-position: center;
}

object.catalog-davotec-similar__illus {
	width: 100%;
	height: 100%;
}

.catalog-davotec-similar__illus--photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-davotec-similar__name {
	flex: 1 1 auto;
	min-width: 0;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}

.catalog-davotec-similar__chevron {
	flex: 0 0 auto;
	display: block;
	width: 5px;
	height: 10px;
	color: var(--cd-gray2);
	transition: color .2s;
}

.catalog-davotec-similar__card:hover .catalog-davotec-similar__chevron {
	color: var(--cd-blue);
}



.catalog-davotec-filter .filter__group .group__header {
	cursor: pointer;
}

.catalog-davotec-filter-panel__apply {
	background: var(--cd-blue) !important;
	border-color: var(--cd-blue) !important;
	border-radius: 8px !important;
}

@media (max-width: 1199px) {
	.catalog-davotec-page_section {
		--cd-section-cols: 2;
	}

	.catalog-davotec-similar__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.catalog-davotec-toolbar__filter-btn {
		display: inline-flex;
	}
	.catalog-davotec-layout__sidebar {
		flex: none;
		width: 100%;
	}
	.catalog-davotec-layout__sidebar {
		position: fixed;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		overflow: visible;
		z-index: 1002;
	}
}
@media (max-width: 991px) {
	.catalog-davotec-toolbar__meta {
		display: none !important;
	}

	.catalog-davotec-toolbar__meta-mobile:not([hidden]) {
		display: block;
	}

	.catalog-davotec-toolbar{
		margin-bottom: 24px;
	}
	.catalog-davotec-page_section {
		--cd-section-cols: 2;
		--cd-popular-cols: 2;
	}

	

	.catalog-davotec-layout {
		flex-direction: column;
	}

	
	

	

	.catalog-davotec-filter {
		padding: 0;
		background: var(--cd-bg);
		border-radius: 0;
	}

	

	

	.catalog-davotec-filter-wrap .catalog-davotec-filter-panel {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 375px;
		background: var(--cd-bg);
		z-index: 1001;
		transform: translateX(100%);
		transition: transform .25s;
		display: flex;
		flex-direction: column;
	}

	.catalog-davotec-filter-wrap .catalog-davotec-filter-panel form {
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 0 1rem 1rem;
		border-radius: 0;
	}



	.catalog-davotec-filter-wrap.is-open .catalog-davotec-filter-panel {
		transform: translateX(0);
	}

	.catalog-davotec-filter-wrap .catalog-davotec-filter-panel__head,
	.catalog-davotec-filter-wrap .catalog-davotec-filter-panel__footer {
		display: flex;
	}

	.catalog-davotec-filter-panel__head {
		align-items: center;
		gap: .75rem;
		padding: 1rem;
		/* border-bottom: 1px solid var(--cd-gray2); */
	}

	.catalog-davotec-filter-panel__title {
		font-family: Manrope, sans-serif;
		font-size: 18px;
		font-weight: 600;
	}

	

	
	.catalog-davotec-toolbar__filter-arrow{
		margin-left: auto;
	}
	.catalog-davotec-filter-panel__footer {
		flex-direction: column;
		gap: 24px;
		padding: 15px;
		/* border-top: 1px solid var(--cd-gray2); */
		background: #fff;
	}

	.catalog-davotec-filter-panel__reset {
		padding: 0;
		border: none;
		border-radius: 0;
		background: #fff;
		cursor: pointer;
		font-family: Manrope, sans-serif;
		width: 100%;
		font-size: 16px;
		margin: 0;
	}

	.catalog-davotec-filter-panel__apply {
		flex: 1 1 auto;
		width: 100%;
		min-height: 48px;
		font-size: 16px;
		grid-gap: 5px;
		padding: 16px 10px;
	}

	.catalog-davotec-similar__grid {
		grid-template-columns: 1fr;
	}

	.catalog-davotec-toolbar__filters {
		display: none;
	}

	.catalog-davotec-toolbar__sort-menu {
		left: 0;
		right: 0;
		min-width: 0;
	}

	body.catalog-davotec-filter-open {
		overflow: hidden;
	}
	.breadcrumbs .breadcrumbs__list{
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow: auto;
	}
	.breadcrumbs .breadcrumbs__item{
		text-wrap: nowrap;
		display: flex;
		
	}

	.breadcrumbs .breadcrumbs__link{
		color: #B8C4D6;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
	}
	.breadcrumbs .breadcrumbs__item:after{
		display: none;
	}
	.breadcrumbs .breadcrumbs__item.breadcrumbs__item_current .breadcrumbs__link{
		color: #62748E;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
	}
	.breadcrumbs .breadcrumbs__item:not(:last-child):before {
		content: "/";
		position: absolute;
		top: 50%;
		left: calc(100% + 0.5rem);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color:  #B8C4D6;
		font-family: Inter, sans-serif;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.41;
	}
	
	.catalog-davotec-card__spec-row dt{
		font-size: 14px;
	}
	.catalog-davotec-card__spec-row dd{
		font-size: 14px;
	}
	.catalog-davotec-section-head{
		margin-bottom: 24px;
	}
	.catalog-davotec-toolbar__meta-mobile:not([hidden]){
		margin-top: 24px;
		margin-bottom: 20px;
	}
	.catalog-davotec-section-card__link{
		padding: 20px;
	}
	.catalog-davotec-section-card__content{
		padding: 0;
	}
	.catalog-davotec-section-card__more{
		padding-top: 6px;
	}
	.catalog-davotec-section-card__texts{
		gap: 9px;
	}
	.catalog-davotec-section-card__media{
		margin-top: 16px;
	}
	
}
@media (max-width: 576px) {
	.catalog-davotec-page {
		--cd-section-cols: 1;
		--cd-popular-cols: 1;
		--cd-lead-width: 100%;
	}
}

.not-found-page{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	grid-gap: 30px;
	padding: 80px 0;
}


.not-found-page__content{
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
	max-width: 610px;
}
.not-found-page__content h1 {
	margin: 0;
}

.not-found-page__title{
	color: #2A2A2A;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 130%;
}

.not-found-page__description{
	color: #62748E;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
}

.not-found-page__button{
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 7px;
	border-radius: 8px;
	background:  #0074BC;

	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	margin: 0 auto;
}

.not-found-page-container .catalog-davotec-support__inner{
	background: #F3F7FC;
}
.not-found-page-container .catalog-davotec-support__inner input,
.not-found-page-container .catalog-davotec-support__inner textarea{
	background: #FFF;
}
.not-found-page-container .catalog-davotec-support__inner .catalog-davotec-support__submit{
	background: #F15A22;
}

@media (max-width: 768px) {
	.not-found-page{
		padding: 60px 30px;
	}
	.not-found-page__icon {
		max-width: 150px;
	}
	.not-found-page__title{
		font-size: 22px;
	}
	.not-found-page__description{
		font-size: 16px;
	}
}
/* End */
/* /local/templates/zintek-index/components/bitrix/catalog.item/catalog_item_davotec/style.css?178403536964389 */
