

/* Start:/local/templates/sever/components/bitrix/system.pagenavigation/.default/style.css?16635865282469*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	display: inline-block;
	font-size: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 8px;
}
.bx-pagination .bx-pagination-container ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: var(--MainBlack);
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.bx-pagination .bx-pagination-container ul li a {
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span {
	color: var(--MainGreen);
	/* border-color: #e1d5ec; */
	border-color: rgba(225, 213, 236, .5);
}
.bx-pagination .bx-pagination-container ul li.bx-active span { cursor: default }
.bx-pagination .bx-pagination-container ul li.bx-active span,
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	background-color: #f8f5fa;
	color: var(--MainGreen);
	border-color: #f8f5fa;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span { background: #f8f5fa url('/local/templates/sever/components/bitrix/system.pagenavigation/.default/images/next-b.svg') center no-repeat }
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span { transform: rotate(180deg) }
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span { background: #fff url('/local/templates/sever/components/bitrix/system.pagenavigation/.default/images/next-g.svg') center no-repeat }
/* End */


/* Start:/local/templates/sever/components/bitrix/catalog.section.list/index_v1/style.css?17645882732066*/
.cats__cat {
    display: block;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center top -25px;
    background-size: contain;
    position: relative;
    text-decoration: none;
    padding-top: 100px;
    margin-bottom: 16px;
    border-radius: 16px;
    box-shadow: 0 1.526px 10.682px rgb(0 0 0 / 12%);
    overflow: hidden;
}

.cats__cat .cat-elem-count {
	background: #fff;
	position: absolute;
	right: 3.82%;
	top: 4.96%;
	padding: 6px 8px 5px;
	font-weight: 500;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	letter-spacing: 0.02em;
	color: rgba(46, 60, 83, 0.7);
	border-radius: 999px;
}

.cats__cat .cat-data {
	background: #fff;
	position: relative;
	min-height: 100px!important;
	padding: 13px 65px 15px 14px;
}

.cats__cat .cat-data .cat-title {
	color: #2e3c53;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	transition: all 0.2s ease-out;
}

.cats__cat .cat-data .cat-price,
.cats__cat .cat-data .cat-price span .rub_symbol {
	color: #2e3c53;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
}

.cats__cat .cat-data .cat-price span {
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
}

.cats__cat .cat-data .cat-price sup {
	font-weight: 700;
	font-size: 8px;
	line-height: 8px;
}

.cats__cat .cat-data .cat-bt {
	background: rgba(46, 60, 83, 0.2) url(/local/templates/sever/components/bitrix/catalog.section.list/.default/images/arrow-long-r-b.svg) center no-repeat;
	color: #2e3c53;
	position: absolute;
	right: 5%;
	top: 10px;
	width: 30px;
	height: 30px;
	box-shadow: 0 1.5px 10.7px rgba(0, 0, 0, 0.12);
	border-radius: 9.15px;
	transition: all 0.3s ease-out;
	background-size: 50%;
}

.cats__cat:hover {
	box-shadow: 0 4.16717px 29.1702px rgba(0, 0, 0, .12);
	filter: drop-shadow(0 4.16717px 29.1702px rgba(0, 0, 0, 0.12));
}

.cats__cat:hover .cat-data .cat-title {
	color: #7cbe69;
}

.cats__cat:hover .cat-data .cat-bt {
	background: #7cbe69 url("/local/templates/sever/components/bitrix/catalog.section.list/index_v1/images/arrow-long-r-w.svg") center no-repeat;
	color: #fff;
}

.cats__more {
	width: 219px;
	margin: 30px auto;
}
/* End */


/* Start:/local/templates/sever/components/bitrix/catalog.item/redesign-v1/style.css?174176890114994*/

/*.product-item-container { position: relative; }*/

/*.product-item-container.hover { z-index: 7; }*/

/*.product-item {*/
/*	display: block;*/
/*	box-sizing: border-box;*/
/*	padding-top: 15px;*/
/*	width: 100%;*/
/*	border: 1px solid transparent;*/
/*	border-radius: 2px;*/
/*	background: #fff;*/
/*	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);*/
/*}*/

/*.product-item-big-card .product-item,*/
/*.product-item-small-card .product-item { }*/

/*.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }*/

/*.bx-no-touch .product-item-container.hover .product-item {*/
/*	position: absolute;*/
/*	right: -15px;*/
/*	left: -15px;*/
/*	padding: 15px 15px 0;*/
/*	width: auto;*/
/*	border-color: transparent;*/
/*	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);*/
/*}*/

/*.bx-touch .product-item {*/
/*	padding: 15px 0 0;*/
/*	width: auto;*/
/*	background: #fff;*/
/*}*/

/*.bx-no-touch .product-item-container.hover .product-item {*/
/*	-webkit-animation: product-item-hover 300ms 1 ease;*/
/*	animation: product-item-hover 300ms 1 ease;*/
/*}*/

/*@-webkit-keyframes product-item-hover {*/
/*	0% {*/
/*		position: absolute;*/
/*		left: 0;*/
/*		right: 0;*/
/*		border: 1px solid transparent;*/
/*		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
/*		padding-left: 0;*/
/*		padding-right: 0;*/
/*	}*/
/*	100% {*/
/*		border: 1px solid transparent;*/
/*		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);*/
/*		left: -15px;*/
/*		right: -15px;*/
/*		padding-left: 15px;*/
/*		padding-right: 15px;*/
/*	}*/
/*}*/

/*@keyframes product-item-hover {*/
/*	0% {*/
/*		position: absolute;*/
/*		left: 0;*/
/*		right: 0;*/
/*		border: 1px solid transparent;*/
/*		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
/*		padding-left: 0;*/
/*		padding-right: 0;*/
/*	}*/
/*	100% {*/
/*		border: 1px solid transparent;*/
/*		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);*/
/*		left: -15px;*/
/*		right: -15px;*/
/*		padding-left: 15px;*/
/*		padding-right: 15px;*/
/*	}*/
/*}*/
/* new custom */
.quantity-minus, .quantity-plus {
	cursor: pointer;
}
/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	/*margin-bottom: 15px;*/
	/*padding-top: 116%;*/
	/*padding-top: 71%;*/
	padding-top: 62%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	/*background-size: contain;*/
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 1; }

.product-item-image-alternative {
	z-index: 3;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

/*.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }*/

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 5;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--primary); }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	/*z-index: 5;*/
}

/*.product-item-label-text span,*/
/*.product-item-label-ring {*/
/*	display: inline-block;*/
/*	clear: both;*/
/*	margin-bottom: 2px;*/
/*	background: #f42c2c;*/
/*	color: #fff;*/
/*	vertical-align: middle;*/
/*	text-align: center;*/
/*	transition: all 250ms ease;*/
/*}*/

/*.bx-red .product-item-label-text span,*/
/*.bx-red .product-item-label-ring { background-color: #fba90c; }*/

/*.product-item-label-text > div,*/
/*.product-item-label-ring > div { line-height: 0; }*/

/*!*RING*!*/
/*.product-item-label-ring {*/
/*	box-sizing: border-box;*/
/*	border-radius: 50%;*/
/*	font-weight: bold;*/
/*}*/

/*.product-item-label-ring.product-item-label-small,*/
/*.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {*/
/*	width: 40px;*/
/*	height: 40px;*/
/*	font-size: 14px;*/
/*	line-height: 40px;*/
/*}*/

/*.product-item-big-card .product-item-label-ring.product-item-label-small {*/
/*	width: 100px;*/
/*	height: 100px;*/
/*	font-size: 30px;*/
/*	line-height: 100px;*/
/*}*/

/*.product-item-label-ring.product-item-label-big,*/
/*.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {*/
/*	width: 50px;*/
/*	height: 50px;*/
/*	font-size: 18px;*/
/*	line-height: 50px;*/
/*}*/

/*.product-item-big-card .product-item-label-ring.product-item-label-big {*/
/*	width: 120px;*/
/*	height: 120px;*/
/*	font-size: 42px;*/
/*	line-height: 120px;*/
/*}*/

/*@media (max-width: 767px) {*/
/*	.product-item-label-ring.product-item-label-small,*/
/*	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {*/
/*		width: 35px;*/
/*		height: 35px;*/
/*		font-size: 12px;*/
/*		line-height: 35px;*/
/*	}*/

/*	.product-item-big-card .product-item-label-ring.product-item-label-small,*/
/*	.product-item-label-ring.product-item-label-big,*/
/*	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {*/
/*		width: 35px;*/
/*		height: 35px;*/
/*		font-size: 12px;*/
/*		line-height: 35px;*/
/*	}*/

/*	.product-item-big-card .product-item-label-ring.product-item-label-big {*/
/*		width: 70px;*/
/*		height: 70px;*/
/*		font-size: 24px;*/
/*		line-height: 70px;*/
/*	}*/
/*}*/

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*!*Price*!*/
/*.product-item-price-container {*/
/*	text-align: center;*/
/*	line-height: 1;*/
/*}*/

/*.product-item-price-current {*/
/*	color: #3f3f3f;*/
/*	white-space: nowrap;*/
/*	font-weight: bold;*/
/*	font-size: 13px;*/
/*}*/

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

/*.product-item-big-card .product-item-price-current,*/
/*.product-item-big-card .product-item-price-old {*/
/*	vertical-align: middle;*/
/*	line-height: 20px;*/
/*}*/

/*.product-item-big-card .product-item-price-container { margin: 0 0 10px; }*/

/*.product-item-big-card .product-item-price-current { font-size: 18px; }*/

/*.product-item-big-card .product-item-price-old { font-size: 15px; }*/

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}

.product-item-info-container-title { font-size: 12px; }

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #000; }

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*input[type='number'] { -moz-appearance: textfield; }*/

/*input::-webkit-outer-spin-button,*/
/*input::-webkit-inner-spin-button { -webkit-appearance: none; }*/
/* End */


/* Start:/local/templates/sever/components/bitrix/catalog.top/viewed/slider/style.css?1741768703958*/
.catalog-top-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.catalog-top.swiper { padding: 41px 12px }
.catalog-top.swiper .swiper-slide { height: auto }
.catalog-top.swiper .swiper-button-prev { left: 0 }
.catalog-top.swiper .swiper-button-next { right: 0 }
.catalog-top.swiper .swiper-slide-active .catalog-item:not(.bx-catalog-element) { box-shadow: 0 4px 9px rgba(0, 0, 0, .09) }
@media (min-width: 768px) {
	.catalog-top.swiper {
		padding: 20px 9px;
		margin: 0 -9px;
	}
	.catalog-top.swiper .swiper-slide-active  + .swiper-slide .catalog-item:not(.bx-catalog-element) { box-shadow: 0 4px 9px rgba(0, 0, 0, .09) }
}
@media (min-width: 1400px) {
	.catalog-top.swiper { margin: 0 8px 0 4px }
	.catalog-top.swiper .swiper-slide-active + .swiper-slide + .swiper-slide .catalog-item:not(.bx-catalog-element) { box-shadow: 0 4px 9px rgba(0, 0, 0, .09) }
}
/* End */


/* Start:/local/templates/sever/components/bitrix/news.list/services-index_2/style.css?17645912601951*/
.news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 19px 15px;
}

/*.news-list :first-child {*/
.news-list :nth-child(18n+1),
.news-list :nth-child(18n+12) {
    grid-column: span 2;
    grid-row: span 2;
}

.cats__cat {
    display: block;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    text-decoration: none;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.cats__cat .cat-elem-count {
    background: #fff;
    position: absolute;
    right: 3.82%;
    top: 4.96%;
    padding: 6px 8px 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(46, 60, 83, 0.7);
    border-radius: 999px;
}

.cats__cat .cat-data {
    position: absolute;
    background: #fff;
    height: 84px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 65px 15px 14px;
}

.cats__cat .cat-data .cat-title {
    color: #2e3c53;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    transition: all 0.2s ease-out;
}




.cats__cat .cat-data .cat-bt {
    background: rgba(46, 60, 83, 0.2) url("/local/templates/sever/components/bitrix/news.list/services-index_2/images/arrow-long-r-b.svg") center no-repeat;
    color: #2e3c53;
    position: absolute;
    right: 5%;
    bottom: 27%;
    width: 40px;
    height: 37px;
    box-shadow: 0 1.5px 10.7px rgba(0, 0, 0, 0.12);
    border-radius: 9.15px;
    transition: all 0.3s ease-out;
}

.cats__cat:hover {
    box-shadow: 0 4.16717px 29.1702px rgba(0, 0, 0, 0.12);
}

.cats__cat:hover .cat-data .cat-title {
    color: #7cbe69;
}

.cats__cat:hover .cat-data .cat-bt {
    background: #7cbe69 url("/local/templates/sever/components/bitrix/news.list/services-index_2/images/arrow-long-r-w.svg") center no-repeat;
    color: #fff;
}

.cats .cats__more {
    width: 219px;
    margin: 30px auto;
    grid-column: span 4;
}
/* End */


/* Start:/local/templates/sever/components/bitrix/news.list/sales-index_1/style.css?17645939171951*/
.news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 19px 15px;
}

/*.news-list :first-child {*/
.news-list :nth-child(18n+1),
.news-list :nth-child(18n+12) {
    grid-column: span 2;
    grid-row: span 2;
}

.cats__cat {
    display: block;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    text-decoration: none;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.cats__cat .cat-elem-count {
    background: #fff;
    position: absolute;
    right: 3.82%;
    top: 4.96%;
    padding: 6px 8px 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(46, 60, 83, 0.7);
    border-radius: 999px;
}

.cats__cat .cat-data {
    position: absolute;
    background: #fff;
    height: 84px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 65px 15px 14px;
}

.cats__cat .cat-data .cat-title {
    color: #2e3c53;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    transition: all 0.2s ease-out;
}




.cats__cat .cat-data .cat-bt {
    background: rgba(46, 60, 83, 0.2) url("/local/templates/sever/components/bitrix/news.list/sales-index_1/images/arrow-long-r-b.svg") center no-repeat;
    color: #2e3c53;
    position: absolute;
    right: 5%;
    bottom: 27%;
    width: 40px;
    height: 37px;
    box-shadow: 0 1.5px 10.7px rgba(0, 0, 0, 0.12);
    border-radius: 9.15px;
    transition: all 0.3s ease-out;
}

.cats__cat:hover {
    box-shadow: 0 4.16717px 29.1702px rgba(0, 0, 0, 0.12);
}

.cats__cat:hover .cat-data .cat-title {
    color: #7cbe69;
}

.cats__cat:hover .cat-data .cat-bt {
    background: #7cbe69 url("/local/templates/sever/components/bitrix/news.list/sales-index_1/images/arrow-long-r-w.svg") center no-repeat;
    color: #fff;
}

.cats .cats__more {
    width: 219px;
    margin: 30px auto;
    grid-column: span 4;
}
/* End */


/* Start:/local/templates/sever/components/bitrix/news.list/front_articles_2/style.css?17489483252850*/
.news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 19px 15px;
}

/*.news-list :first-child {*/
.news-list > div:nth-child(18n+1),
.news-list > div:nth-child(18n+12) {
    grid-column: span 2;
    grid-row: span 2;
}

.news-list > div a,
.news-list > div a {
    padding-top: 20%;
}

.news-list > div:nth-child(18n+1) a,
.news-list > div:nth-child(18n+12) a {
    padding-top: 15%;
}

.cats__cat {
    display: block;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    text-decoration: none;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    background-size: 100%;
}

.cats__cat .cat-elem-count {
    background: #fff;
    position: absolute;
    right: 3.82%;
    top: 10px;
    padding: 6px 8px 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(46, 60, 83, 0.7);
    border-radius: 999px;
}

.cats__cat .cat-elem-count.date_change {
    top: 40px;
}

.cats__cat .cat-data {
    position: absolute;
    background: #fff;
    height: 84px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    min-height: unset!important;
}

.cats__cat .cat-data .cat-title {
    color: #2e3c53;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    transition: all 0.2s ease-out;
}




.cats__cat .cat-data .cat-bt {
    background: rgba(46, 60, 83, 0.2) url("/local/templates/sever/components/bitrix/news.list/front_articles_2/images/arrow-long-r-b.svg") center no-repeat;
    color: #2e3c53;
    position: absolute;
    right: 5%;
    bottom: 27%;
    width: 40px;
    height: 37px;
    flex: 0 0 auto;
    box-shadow: 0 1.5px 10.7px rgba(0, 0, 0, 0.12);
    border-radius: 9.15px;
    transition: all 0.3s ease-out;
}

.cats__cat:hover {
    box-shadow: 0 4.16717px 29.1702px rgba(0, 0, 0, 0.12);
}

.cats__cat:hover .cat-data .cat-title {
    color: #7cbe69;
}

.cats__cat:hover .cat-data .cat-bt {
    background: #7cbe69 url("/local/templates/sever/components/bitrix/news.list/front_articles_2/images/arrow-long-r-w.svg") center no-repeat;
    color: #fff;
}

.cats .cats__more {
    width: 219px;
    margin: 30px auto;
    grid-column: span 4;
}

@media screen and (max-width: 991px) {
    .news-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 19px 15px;
    }
}

@media screen and (max-width: 768px) {
    .news-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 19px 15px;
    }
}

@media screen and (max-width: 568px) {
    .news-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 19px 15px;
    }
    .news-list > div:nth-child(18n+1), .news-list > div:nth-child(18n+12) {
        grid-column: span 1;
        grid-row: span 1;
    }
}
/* End */


/* Start:/local/templates/sever/components/bitrix/catalog.section/calc-form-multi/style.css?1753428031409*/
.calc-form__form .select:before {
	display: none;
}

.form-group .nice-select {
	width: 100%;
}

.form-group .nice-select .option:before {
	display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/* End */
/* /local/templates/sever/components/bitrix/system.pagenavigation/.default/style.css?16635865282469 */
/* /local/templates/sever/components/bitrix/catalog.section.list/index_v1/style.css?17645882732066 */
/* /local/templates/sever/components/bitrix/catalog.item/redesign-v1/style.css?174176890114994 */
/* /local/templates/sever/components/bitrix/catalog.top/viewed/slider/style.css?1741768703958 */
/* /local/templates/sever/components/bitrix/news.list/services-index_2/style.css?17645912601951 */
/* /local/templates/sever/components/bitrix/news.list/sales-index_1/style.css?17645939171951 */
/* /local/templates/sever/components/bitrix/news.list/front_articles_2/style.css?17489483252850 */
/* /local/templates/sever/components/bitrix/catalog.section/calc-form-multi/style.css?1753428031409 */
