

/* Start:/local/templates/vodavdom/components/bitrix/catalog/main_catalog/style.css?178582899930473*/
.grid{}
h2 {
	font-size: 24px!important;
	font-family: 'LatoBold', 'Arial', sans-serif !important;
	color: #2f2f2f;
}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}
}

.table-wrapper .table-container {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	color: #7f8385;
	margin-bottom: 30px;
}

.table-wrapper .table-container tr:first-child td {
	font-weight: 700;
}

.table-wrapper .table-container tr td:nth-child(1) {
	text-align: justify;
}

.table-wrapper .table-container tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}

.table-wrapper .table-container tr td {
	border: 1px solid grey;
	padding: 10px 10px 20px 10px;
}

.table-wrapper h2 {
	font-family: 'LatoBold', 'Arial', sans-serif;
	font-size: 28px;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
	color: #2f2f2f;
}

.table-wrapper__text {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	color: #7f8385;
}

.table-wrapper__text:not(:last-child) {
	margin-bottom: 20px;
}

.catalog-infinite .catalog-product-grid,
.catalog-infinite .js-catalog-infinite-items {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 !important;
	align-items: stretch;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background: #fff;
}

.catalog-infinite .catalog-product-grid:before,
.catalog-infinite .catalog-product-grid:after,
.catalog-infinite .js-catalog-infinite-items:before,
.catalog-infinite .js-catalog-infinite-items:after {
	display: none !important;
	content: none !important;
}

.catalog-infinite .catalog-product-grid > .item,
.catalog-infinite .catalog-product-grid > .item.col-sm-6,
.catalog-infinite .catalog-product-grid > .item.col-md-3,
.catalog-infinite .catalog-product-grid > .item.col-md-4,
.catalog-infinite .js-catalog-infinite-items > .item,
.catalog-infinite .js-catalog-infinite-items > .item.col-sm-6,
.catalog-infinite .js-catalog-infinite-items > .item.col-md-3,
.catalog-infinite .js-catalog-infinite-items > .item.col-md-4 {
	display: flex !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-right: 1px solid #e5e5e5 !important;
	border-bottom: 1px solid #e5e5e5 !important;
	box-sizing: border-box;
}

@media (min-width: 992px) and (max-width: 1599px) {
	.catalog-infinite .catalog-product-grid,
	.catalog-infinite .js-catalog-infinite-items {
		border-top: 0;
		border-left: 0;
	}

	.catalog-infinite .catalog-product-grid:not(.av-items-fix) > .item:nth-child(3n),
	.catalog-infinite .catalog-product-grid:not(.av-items-fix) > .item:last-child,
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix) > .item:nth-child(3n) {
		border-right: 0 !important;
	}

	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix) > .item:last-child {
		border-right: 0 !important;
	}

	.catalog-infinite .catalog-product-grid:not(.av-items-fix):has(> .item:last-child:nth-child(3n)) > .item:nth-last-child(-n+3),
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix):has(> .item:last-child:nth-child(3n)) > .item:nth-last-child(-n+3),
	.catalog-infinite .catalog-product-grid:not(.av-items-fix):has(> .item:last-child:nth-child(3n+1)) > .item:nth-last-child(-n+1),
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix):has(> .item:last-child:nth-child(3n+1)) > .item:nth-last-child(-n+1),
	.catalog-infinite .catalog-product-grid:not(.av-items-fix):has(> .item:last-child:nth-child(3n+2)) > .item:nth-last-child(-n+2),
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix):has(> .item:last-child:nth-child(3n+2)) > .item:nth-last-child(-n+2) {
		border-bottom: 0 !important;
	}

}

.catalog-infinite .product__el,
.catalog-infinite .product__el.pflex,
.catalog-infinite .product__el:hover,
.catalog-infinite .product__el.pflex:hover {
	position: relative;
	width: 100%;
	max-width: none;
	min-height: 0 !important;
	height: auto !important;
	margin: 0;
	padding: 12px 14px 14px;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	box-sizing: border-box;
}

.catalog-infinite .product__dsc {
	display: none;
}

.catalog-infinite .sticker {
	top: 0;
	left: -6px;
}

.catalog-infinite .sticker .share__prc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 40px;
	height: 24px;
	padding: 0 8px;
	border-radius: 12px;
	background: #f84147;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	box-sizing: border-box;
}

.catalog-infinite .product-listing__rate {
	margin: 4px 0;
}

.catalog-infinite .product-listing__rate .bx_item_detail_rating {
	margin: 0;
}

.catalog-infinite .product-card__purchase {
	display: flex;
	gap: 12px;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 48px;
}

.catalog-infinite .pflex-price {
	flex: 0 0 auto;
	justify-content: flex-start;
}

.catalog-infinite .product-card__price-stack {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-width: 0;
	height: 48px;
}

.catalog-infinite .product-card__price-stack .product__oldprice {
	height: 16px;
	margin: 0 0 2px;
	font-size: 14px;
	line-height: 16px;
}

.catalog-infinite .product-card__price-stack .product__oldprice--placeholder {
	visibility: hidden;
}

.catalog-infinite .product-card__price-stack .product__price {
	font-size: 24px;
	line-height: 30px;
	color: #221f1f;
}

.catalog-infinite .product-card__price-stack .product__price.color_disc {
	color: red;
}

.catalog-infinite .item.discontinued .product-card__price-stack .product__price,
.catalog-infinite .item.discontinued .product-card__price-stack .product__price.color_disc {
	color: #929698;
}

.catalog-infinite .item.discontinued .product-card__sticker,
.catalog-infinite .item.discontinued .credit-ico {
	opacity: .45;
}

.catalog-infinite .product-card__price-stack .product__price span {
	font-size: 16px;
}

.catalog-infinite .product-card__purchase .product__btn {
	flex: 0 0 36px;
	width: 36px;
	margin: 0;
	padding: 0;
}

.catalog-infinite .product__btn .product-card__cart-btn.site__btn {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 0 !important;
	border: 0;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.catalog-infinite .product-card__cart-btn.site__btn::before {
	display: block;
	width: 28px;
	height: 28px;
	margin: 4px;
	content: '';
	background: #00ac45;
	-webkit-mask: url("/local/templates/vodavdom/components/bitrix/catalog/main_catalog/../../../../images/icons/catalog-cart.svg") center / contain no-repeat;
	mask: url("/local/templates/vodavdom/components/bitrix/catalog/main_catalog/../../../../images/icons/catalog-cart.svg") center / contain no-repeat;
}

.catalog-infinite .product-card__cart-btn--disabled.site__btn {
	cursor: default;
	pointer-events: none;
}

.catalog-infinite .product-card__cart-btn--disabled.site__btn::before {
	background: #929698;
}

.catalog-infinite .item:not(.discontinued) .product__btn .product-card__cart-btn.site__btn:hover,
	.catalog-infinite .item:not(.discontinued) .product__btn .product-card__cart-btn.site__btn:focus {
	background: transparent !important;
	box-shadow: none !important;
}

.catalog-infinite .product-card__cart-btn.site__btn:not(.product-card__cart-btn--disabled):hover::before,
.catalog-infinite .product-card__cart-btn.site__btn:not(.product-card__cart-btn--disabled):focus::before {
	background: #08873b;
}

.catalog-infinite .product-card__cart-btn.is-in-cart::after {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	content: '';
	background: #00ac45 url("/local/templates/vodavdom/components/bitrix/catalog/main_catalog/../../../../images/icons/catalog-cart-check.svg") center / 8px 8px no-repeat;
	box-shadow: 0 0 0 2px #fff;
	transition: background-color .2s, box-shadow .2s;
}

.catalog-infinite .product-card__cart-btn.is-in-cart:hover::after,
.catalog-infinite .product-card__cart-btn.is-in-cart:focus::after {
	background-color: #009b3e;
	box-shadow: 0 0 0 2px #fff;
}

.catalog-infinite .product-card__cart-btn > .product-card__cart-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media screen and (min-width: 992px) {
	.catalog-infinite .product__img {
		height: 235px;
	}

	.catalog-infinite .product__img > img {
		width: 100%;
		height: 100%;
		max-height: 225px;
		object-fit: contain;
	}

	.catalog-infinite .product-card__actions {
		display: flex;
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 5;
		flex-direction: column;
		gap: 10px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity .2s;
	}

	.catalog-infinite .product__el:hover .product-card__actions,
	.catalog-infinite .product__el:focus-within .product-card__actions {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.catalog-infinite .product-listing__favor-btn,
	.catalog-infinite .product-listing__compare-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		visibility: hidden !important;
		width: 32px;
		height: 32px;
		margin: 0;
		overflow: visible;
		font-size: 0;
		line-height: 0;
		text-decoration: none;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
		background: #fff;
		box-shadow: 0 1px 3px rgba(34, 31, 31, .12);
		pointer-events: none !important;
	}

	.catalog-infinite .product__el:hover .product-card__actions .product-listing__favor-btn,
	.catalog-infinite .product__el:hover .product-card__actions .product-listing__compare-btn,
	.catalog-infinite .product__el:focus-within .product-card__actions .product-listing__favor-btn,
	.catalog-infinite .product__el:focus-within .product-card__actions .product-listing__compare-btn {
		visibility: visible !important;
		pointer-events: auto !important;
	}

	.catalog-infinite .product-card__actions .listing__btn-icon {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0;
		background: none;
		filter: none;
		transition: background-color .2s;
	}

	.catalog-infinite .product-card__actions .btn-icon--favor {
		background-color: #929698;
		-webkit-mask: url("/local/templates/vodavdom/components/bitrix/catalog/main_catalog/../../../../images/icons/wishlist.svg") center / contain no-repeat;
		mask: url("/local/templates/vodavdom/components/bitrix/catalog/main_catalog/../../../../images/icons/wishlist.svg") center / contain no-repeat;
	}

	.catalog-infinite .product-card__actions .btn-icon--compare {
		background-color: #929698;
		-webkit-mask: url("/local/templates/vodavdom/components/bitrix/catalog/main_catalog/../../../../images/icons/compare.svg") center / contain no-repeat;
		mask: url("/local/templates/vodavdom/components/bitrix/catalog/main_catalog/../../../../images/icons/compare.svg") center / contain no-repeat;
	}

	.catalog-infinite .product-card__actions a:hover .listing__btn-icon,
	.catalog-infinite .product-card__actions a:focus .listing__btn-icon {
		background-color: #0b96ca;
	}

	.catalog-infinite .product-card__actions .product-listing__favor-btn.is-favorite .btn-icon--favor {
		background-color: #929698;
		-webkit-mask-image: url("/local/templates/vodavdom/components/bitrix/catalog/main_catalog/../../../../images/icons/wishlist-filled.svg");
		mask-image: url("/local/templates/vodavdom/components/bitrix/catalog/main_catalog/../../../../images/icons/wishlist-filled.svg");
	}

	.catalog-infinite .product-card__actions .product-listing__favor-btn.is-favorite:hover .btn-icon--favor,
	.catalog-infinite .product-card__actions .product-listing__favor-btn.is-favorite:focus .btn-icon--favor {
		background-color: #74797c;
	}

	.catalog-infinite .catalog-product-grid > .item,
	.catalog-infinite .js-catalog-infinite-items > .item {
		position: relative;
		overflow: visible;
	}

	.catalog-infinite .catalog-product-grid > .item:hover,
	.catalog-infinite .catalog-product-grid > .item:focus-within,
	.catalog-infinite .js-catalog-infinite-items > .item:hover,
	.catalog-infinite .js-catalog-infinite-items > .item:focus-within {
		z-index: 20;
	}

	.catalog-infinite .catalog-product-grid > .item:hover .product__el,
	.catalog-infinite .catalog-product-grid > .item:focus-within .product__el,
	.catalog-infinite .js-catalog-infinite-items > .item:hover .product__el,
	.catalog-infinite .js-catalog-infinite-items > .item:focus-within .product__el {
		z-index: 2;
		box-shadow: 0 4px 18px rgba(11, 150, 202, .3);
	}

	.catalog-infinite .product__el:hover .product__dsc,
	.catalog-infinite .product__el:focus-within .product__dsc {
		display: block;
		position: absolute;
		top: calc(100% - 1px);
		right: 0;
		left: 0;
		margin: 0;
		padding: 12px 16px 16px;
        background: #fff;
		box-shadow: 0 12px 18px rgba(11, 150, 202, .3);
		text-align: left;
	}

	.catalog-infinite .product__dsc p {
		display: block;
		height: auto;
		min-height: 0;
		margin: 0;
		overflow: visible;
		font-size: 13px;
		line-height: 18px;
		color: #7f8385;
	}
}

.col-md-9 > .row > .catalog__sort.col-md-12 {
	display: flex !important;
	float: left !important;
	clear: both;
	align-items: center;
	justify-content: flex-end;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 15px !important;
	border-bottom: 0 !important;
	text-align: right !important;
	box-sizing: border-box;
}

.catalog-sort-chips {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0;
	align-items: center;
	justify-content: flex-end !important;
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: auto !important;
	text-align: right !important;
}

.catalog-sort-label {
	margin-right: 16px;
	font-family: 'LatoRegular', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #7f8385;
	white-space: nowrap;
}

.catalog-sort-chip {
	display: inline-flex;
	position: relative;
	align-items: center;
	min-height: 0;
	padding: 4px 10px;
	font-family: 'LatoRegular', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #1f2a44;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 4px;
	background: transparent;
	transition: color .2s, background-color .2s;
}

.catalog-sort-chip + .catalog-sort-chip {
	margin-left: 9px;
}

.catalog-sort-chip + .catalog-sort-chip::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 50%;
	width: 1px;
	height: 14px;
	background: #d9dbdc;
	transform: translateY(-50%);
}

.catalog-sort-chip::after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 1px;
	height: 2px;
	background: #0b96ca;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .2s;
}

.catalog-sort-chip:hover,
.catalog-sort-chip:focus {
	color: #0b96ca;
	text-decoration: none;
	background: #eef8fc;
}

.catalog-sort-chip.is-active {
	font-family: 'LatoBold', 'Arial', sans-serif;
	color: #0b96ca;
	text-decoration: none;
	box-shadow: none;
}

.catalog-sort-chip.is-active::after {
	transform: scaleX(1);
}

.catalog-category-head {
	margin-bottom: 0;
	padding-bottom: 24px;
	border-bottom: 0;
}

@media screen and (min-width: 992px) {
	.container-checkout > .row:has(> .catalog-category-head) {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.catalog-filter-column {
		position: relative !important;
		max-height: none;
		padding-bottom: 24px;
		overflow: visible;
		overflow-anchor: none;
	}

	.catalog-filter-column .filter__side,
	.catalog-filter-column .bx-sidebar-block {
		height: 100%;
	}

	.catalog-filter-column .bx-sidebar-block > .filter__group {
		position: sticky;
		top: 16px;
		max-height: calc(100vh - 32px);
		max-height: calc(100dvh - 32px);
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-color: transparent transparent;
		scrollbar-gutter: stable;
		scrollbar-width: thin;
	}

	.catalog-filter-column .filter__list.is-expanded.filter__list--long {
		padding-bottom: 32px;
	}

	.catalog-filter-column .bx-sidebar-block > .filter__group:hover {
		scrollbar-color: #c6ccd1 transparent;
	}

	.catalog-filter-column .bx-sidebar-block > .filter__group::-webkit-scrollbar {
		width: 6px;
	}

	.catalog-filter-column .bx-sidebar-block > .filter__group::-webkit-scrollbar-track {
		background: transparent;
	}

	.catalog-filter-column .bx-sidebar-block > .filter__group::-webkit-scrollbar-thumb {
		border-radius: 3px;
		background: transparent;
	}

	.catalog-filter-column .bx-sidebar-block > .filter__group:hover::-webkit-scrollbar-thumb {
		background: #c6ccd1;
	}

	.catalog-category-head ~ .col-md-3,
	.catalog-category-head ~ .col-md-9 {
		padding-top: 16px;
	}

	.catalog-category-head--empty ~ .col-md-3,
	.catalog-category-head--empty ~ .col-md-9 {
		padding-top: 12px;
	}

	.catalog-category-head ~ .col-md-3 .filter__side-block {
		margin-top: 0;
	}

	.catalog-category-head ~ .col-md-3 .filter__main__title {
		height: 56px;
		border-top: 0;
		border-bottom: 1px solid #c0c2c3;
		box-sizing: border-box;
	}

	.catalog-category-head ~ .col-md-9 > .row > .catalog__sort.col-md-12 {
		position: relative;
		top: -1px;
		width: calc(100% + 15px) !important;
		min-height: 56px;
		margin-left: -15px !important;
		padding-left: 30px !important;
		padding-right: 15px !important;
		border-bottom: 1px solid #c0c2c3 !important;
	}

	.catalog-category-head ~ .col-md-9 .catalog__sort:after {
		display: none;
	}

	.catalog-category-head ~ .col-md-3 .filter__main__title + .filter__group .smartfilter > .row > .bx-filter-parameters-box:first-child > .filter__title {
		border-top: 0;
	}
}

.catalog-category-head .site__title {
	margin: 0 0 24px;
	text-align: left;
	font-family: 'LatoBold', 'Arial', sans-serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
	color: #1f2a44;
	text-transform: none;
}

.catalog-category-head--empty {
	padding-bottom: 8px;
}

.catalog-category-head--empty .site__title {
	margin-bottom: 0;
}

.catalog-category-head .sections {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 14px;
	margin: 0;
	padding: 0;
}

.catalog-category-head .sections:after {
	display: none;
	content: none;
}

.catalog-category-head .sections > .section {
	float: none;
	flex: 0 0 156px;
	width: 156px;
	min-width: 0;
	padding: 0;
	border-right: 0;
}

.catalog-category-head .sections > .section:first-child {
	padding-left: 0;
}

.catalog-category-head .sections > .section:last-child {
	border-right: 0;
}

.catalog-category-head .sub__product {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 156px;
	height: 178px;
	margin: 0;
	padding: 8px 8px 10px;
	border: 1px solid #dfe3e6;
	border-radius: 8px;
	background-color: #fff;
	background-clip: padding-box;
	text-align: center;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.catalog-category-head .sub__product:hover {
	border-color: #0b96ca;
	box-shadow: 0 5px 14px rgba(11, 150, 202, .16);
	transform: translateY(-2px);
	text-decoration: none;
}

.catalog-category-head .sub__img {
	position: relative;
	display: flex;
	flex: 0 0 104px;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 104px;
	margin: 0 0 6px;
	border-radius: 5px;
	background-color: #fff;
}

.catalog-category-head .sub__img img {
	max-width: calc(100% - 8px);
	max-height: 96px;
	object-fit: contain;
}

.catalog-category-head .sub__name,
.catalog-category-head .sub__name.small {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	overflow: visible;
	font-family: 'LatoBold', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #1f2a44;
	text-align: center;
}

.catalog-infinite .clist__nav {
	width: 100%;
	padding: 28px 0 6px;
}

.catalog-infinite .paggination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 32px;
	text-align: center;
}

.catalog-infinite .paggination a {
	display: inline-flex;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	border: 1px solid #dfe3e6;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	font-family: 'LatoBold', 'Arial', sans-serif;
	font-size: 15px;
	line-height: 1;
	color: #1f2a44;
	text-decoration: none;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.catalog-infinite .paggination a:hover,
.catalog-infinite .paggination a:focus {
	border-color: #0b96ca;
	background-color: #eef8fc;
	color: #0b96ca;
	text-decoration: none;
}

.catalog-infinite .paggination a.active,
.catalog-infinite .paggination a.active:hover,
.catalog-infinite .paggination a.active:focus {
	border-color: #0b96ca;
	background-color: #0b96ca;
	color: #fff;
	cursor: default;
}

.catalog-infinite .paggination .tofirst,
.catalog-infinite .paggination .toprev,
.catalog-infinite .paggination .tonext,
.catalog-infinite .paggination .tolast {
	background-image: none;
	font-family: 'Arial', sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.catalog-infinite .paggination .tofirst:before,
.catalog-infinite .paggination .toprev:before,
.catalog-infinite .paggination .tonext:before,
.catalog-infinite .paggination .tolast:before {
	display: block;
	transform: translateY(-2px);
}

.catalog-infinite .paggination .tofirst:before {
	content: '\00AB';
}

.catalog-infinite .paggination .toprev:before {
	content: '\2039';
}

.catalog-infinite .paggination .tonext:before {
	content: '\203A';
}

.catalog-infinite .paggination .tolast:before {
	content: '\00BB';
}

@media screen and (min-width: 1600px) {
	.catalog-infinite .catalog-product-grid,
	.catalog-infinite .js-catalog-infinite-items {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		border-top: 0;
		border-left: 0;
	}

	.catalog-infinite .catalog-product-grid:not(.av-items-fix) > .item:nth-child(4n),
	.catalog-infinite .catalog-product-grid:not(.av-items-fix) > .item:last-child,
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix) > .item:nth-child(4n),
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix) > .item:last-child {
		border-right: 0 !important;
	}

	.catalog-infinite .catalog-product-grid:not(.av-items-fix):has(> .item:last-child:nth-child(4n)) > .item:nth-last-child(-n+4),
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix):has(> .item:last-child:nth-child(4n)) > .item:nth-last-child(-n+4),
	.catalog-infinite .catalog-product-grid:not(.av-items-fix):has(> .item:last-child:nth-child(4n+1)) > .item:nth-last-child(-n+1),
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix):has(> .item:last-child:nth-child(4n+1)) > .item:nth-last-child(-n+1),
	.catalog-infinite .catalog-product-grid:not(.av-items-fix):has(> .item:last-child:nth-child(4n+2)) > .item:nth-last-child(-n+2),
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix):has(> .item:last-child:nth-child(4n+2)) > .item:nth-last-child(-n+2),
	.catalog-infinite .catalog-product-grid:not(.av-items-fix):has(> .item:last-child:nth-child(4n+3)) > .item:nth-last-child(-n+3),
	.catalog-infinite .js-catalog-infinite-items:not(.av-items-fix):has(> .item:last-child:nth-child(4n+3)) > .item:nth-last-child(-n+3) {
		border-bottom: 0 !important;
	}

}

@media screen and (min-width: 1600px) {
	.catalog-infinite .av-items-fix {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		border-top: 0;
		border-left: 0;
	}

	.catalog-infinite .av-items-fix > .item {
		border-right: 1px solid #e5e5e5 !important;
		border-bottom: 1px solid #e5e5e5 !important;
	}

	.catalog-infinite .av-items-fix > .item:nth-child(5n),
	.catalog-infinite .av-items-fix > .item:last-child {
		border-right: 0 !important;
	}

	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n)) > .item:nth-last-child(-n+5),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n+1)) > .item:nth-last-child(-n+1),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n+2)) > .item:nth-last-child(-n+2),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n+3)) > .item:nth-last-child(-n+3),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n+4)) > .item:nth-last-child(-n+4) {
		border-bottom: 0 !important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	.catalog-infinite .av-items-fix {
		display: grid !important;
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		border-top: 0;
		border-left: 0;
	}

	.catalog-infinite .av-items-fix > .item {
		border-right: 1px solid #e5e5e5 !important;
		border-bottom: 1px solid #e5e5e5 !important;
	}

	.catalog-infinite .av-items-fix > .item:nth-child(5n),
	.catalog-infinite .av-items-fix > .item:last-child {
		border-right: 0 !important;
	}

	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n)) > .item:nth-last-child(-n+5),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n+1)) > .item:nth-last-child(-n+1),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n+2)) > .item:nth-last-child(-n+2),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n+3)) > .item:nth-last-child(-n+3),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(5n+4)) > .item:nth-last-child(-n+4) {
		border-bottom: 0 !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.catalog-infinite .av-items-fix {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		border-top: 0;
		border-left: 0;
	}

	.catalog-infinite .av-items-fix > .item {
		border-right: 1px solid #e5e5e5 !important;
		border-bottom: 1px solid #e5e5e5 !important;
	}

	.catalog-infinite .av-items-fix > .item:nth-child(3n),
	.catalog-infinite .av-items-fix > .item:last-child {
		border-right: 0 !important;
	}

	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(3n)) > .item:nth-last-child(-n+3),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(3n+1)) > .item:nth-last-child(-n+1),
	.catalog-infinite .av-items-fix:has(> .item:last-child:nth-child(3n+2)) > .item:nth-last-child(-n+2) {
		border-bottom: 0 !important;
	}
}

@media screen and (max-width: 991px) {
	.catalog-infinite .catalog-product-grid,
	.catalog-infinite .js-catalog-infinite-items {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0 !important;
		border-top: 0 !important;
		border-left: 0 !important;
	}

	.catalog-infinite .catalog-product-grid > .item:nth-child(2n),
	.catalog-infinite .js-catalog-infinite-items > .item:nth-child(2n) {
		border-right: 0 !important;
	}

	.catalog-infinite .catalog-product-grid:has(> .item:last-child:nth-child(2n)) > .item:nth-last-child(-n+2),
	.catalog-infinite .js-catalog-infinite-items:has(> .item:last-child:nth-child(2n)) > .item:nth-last-child(-n+2),
	.catalog-infinite .catalog-product-grid:has(> .item:last-child:nth-child(2n+1)) > .item:nth-last-child(-n+1),
	.catalog-infinite .js-catalog-infinite-items:has(> .item:last-child:nth-child(2n+1)) > .item:nth-last-child(-n+1) {
		border-bottom: 0 !important;
	}

	.catalog-infinite .product__el,
	.catalog-infinite .product__el.pflex,
	.catalog-infinite .product__el:hover,
	.catalog-infinite .product__el.pflex:hover,
	.catalog-infinite .product__el:focus,
	.catalog-infinite .product__el.pflex:focus,
	.catalog-infinite .product__el:active,
	.catalog-infinite .product__el.pflex:active,
	.catalog-infinite .product__el:focus-within,
	.catalog-infinite .product__el.pflex:focus-within {
		padding: 0 8px 12px;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		transform: none;
		transition: none;
	}

	.catalog-infinite .product__img,
	.catalog-infinite .product__img:hover,
	.catalog-infinite .product__img:focus,
	.catalog-infinite .product__img:active {
		transform: none;
		transition: none;
	}

	.catalog-infinite .product-card__purchase .product__btn {
		position: static;
		right: auto;
		bottom: auto;
		left: auto;
		align-self: flex-end;
		width: 36px;
		margin: 0;
		padding: 0;
		transform: none;
	}

	.catalog-infinite .product__dsc {
		display: none !important;
	}

	.catalog-category-head {
		display: block;
		padding-bottom: 16px;
	}

	.catalog-category-head .site__title {
		margin-bottom: 16px;
		font-size: 26px;
		line-height: 32px;
	}

	.catalog-category-head--empty {
		padding-bottom: 8px;
	}

	.catalog-category-head--empty .site__title {
		margin-bottom: 0;
	}

	.catalog-category-head--empty ~ .catalog-filter-column .filter__side-block {
		margin-top: 0;
	}

	.catalog-category-head .sections {
		gap: 12px;
	}

	.catalog-category-head .sections > .section {
		flex: 0 0 calc(50% - 6px);
		width: calc(50% - 6px);
	}

	.catalog-category-head .sub__product {
		max-width: none;
	}

	.catalog-category-head .sub__product:hover,
	.catalog-category-head .sub__product:focus,
	.catalog-category-head .sub__product:active {
		border-color: #dfe3e6;
		box-shadow: none;
		transform: none;
	}

	.catalog-infinite .clist__nav {
		overflow: hidden;
		padding-top: 20px;
	}

	.catalog-infinite .paggination {
		justify-content: flex-start;
		gap: 6px;
		overflow-x: auto;
		margin-bottom: 24px;
		padding: 0 12px 6px;
		-webkit-overflow-scrolling: touch;
	}

	.catalog-infinite .paggination a {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.catalog-infinite .paggination .tofirst,
	.catalog-infinite .paggination .toprev,
	.catalog-infinite .paggination .tonext,
	.catalog-infinite .paggination .tolast {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.col-md-9 > .row > .catalog__sort.col-md-12 {
		min-height: 0;
		margin-bottom: 0 !important;
		border-top: 1px solid #c0c2c3 !important;
		padding-top: 10px !important;
		padding-bottom: 0 !important;
	}

	.catalog-sort-chips {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 0;
		-webkit-overflow-scrolling: touch;
	}

	.catalog-sort-label {
		margin-right: 8px;
		font-size: 13px;
	}

	.catalog-sort-chip {
		flex: 0 0 auto;
		min-height: 0;
		padding: 4px 8px;
		font-size: 14px;
	}

	.catalog-sort-chip + .catalog-sort-chip {
		margin-left: 5px;
	}

	.catalog-sort-chip + .catalog-sort-chip::before {
		left: -3px;
	}

	.catalog-sort-chip::after {
		left: 8px;
		right: 8px;
	}
}

/* End */
/* /local/templates/vodavdom/components/bitrix/catalog/main_catalog/style.css?178582899930473 */
