<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/aspro_next_new/components/bitrix/catalog.section/catalog_block/style.css?174764764015163*/
.image-list-wrapper {
	position: relative;

}
@media (max-width: 991px) {
	.main-catalog-wrapper &gt; .left_block {
		display: none !important;
	}
}


.sale50 {
	background: #eb2027;
	margin: 13px -8px;
	color: #fff;
}

.sale50__item {
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.stickers {
	position: relative;
}
.stickers .sticker_action:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: url("/images/svg/svg_sale_r.svg") no-repeat;
	top: -15px;
	left: -8px
}
.image-list-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.5s ease; /* РџР»Р°РІРЅС‹Р№ РїРµСЂРµС…РѕРґ */
}
.image-list-wrapper img {
	z-index: 3;
	opacity: 1; /* РР·РЅР°С‡Р°Р»СЊРЅРѕ РєР°СЂС‚РёРЅРєР° РІРёРґРёРјР° */
}
.image-list-wrapper video {
	z-index: 1;
	opacity: 0; /* РР·РЅР°С‡Р°Р»СЊРЅРѕ РІРёРґРµРѕ СЃРєСЂС‹С‚Рѕ */
}


.sort_header {
	display: grid;
	grid-template-columns: auto 1fr;
}
.adaptive_filter {
	margin-bottom: 10px;
}
.grid-items-cat .buytomp__item img {
	max-width: 100%;
	max-height: 100%;
}
@media (min-width: 991px) {
	.sort_header {
		grid-template-columns: auto auto 1fr;
	}
}
.sort-roll__item.selected {
	cursor: unset;
}
.sort-roll {
	margin: 0;
}
@media (min-width: 960px) {
	.sort-roll {
		margin: 0 3rem 0 0;
	}
}

.sort-roll__items {
	display: flex;
	background-color: #f4f4f4;
	border: 2px solid #f4f4f4;
	border-radius: 8px;
}
.sort-roll__item {
	display: flex;
	align-items: center;
	padding: 2px 10px 2px 10px;
	height: 30px;
	cursor: pointer;
	transition: background-color .3s ease 0s;
}
.sort-roll__item img {
	width: 20px;
}
.sort-roll__item.selected {
	background-color: #fff;
	border-radius: calc(8px - 2px);
}
.catalog-controls button.selected {
	background-color: #00a7df;
}

.element-count-wrapper {
	font-size: 1rem;
}
.page-top-main .element-count {
	border: 1px solid rgba(153, 153, 153, 0.35);
	padding: 2px 4px 1px;
	position: relative;
	top: -2px;
	margin-left: 8px;
}
.element-count-wrapper .element-count {
	padding: 2px 6px 3px;
	vertical-align: bottom;
}
.font_xs {
	font-size: 0.867em;
	line-height: 1.692em;
}
.rounded3 {
	border-radius: 3px;
}
.page-top-main .muted {
	color: #999;
	text-decoration: none;
}



.image-list {
	width: 100%;
	position: relative;
}

.grid-items-cat {
	display: grid;
	gap: .5rem;
}


.catalog-block__grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.57rem;
}
.catalog-block__grid-list {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
	grid-template-columns: repeat(5, 1fr);
	gap: 1.57rem;
}
/**/
.catalog-block__grid-list-4 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.57rem;
}
.catalog-block__grid-list-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.57rem;
}

.grid-items-5 {
	grid-template-columns: 1fr;
}
@media (min-width: 281px) {
	.grid-items-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 331px) {
	.grid-items-5 {
		grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	}
}
@media(min-width:768px) {
	.grid-items-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-items-5 {
		grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	}
}
@media (min-width: 992px) {
	.grid-items-4 {
		grid-template-columns: repeat(4, 1fr);
	}

}
@media (min-width: 1100px) {
	.grid-items-4 {
		grid-template-columns: repeat(4, 1fr);
	}

}
@media (min-width: 1200px) {
	.grid-items-4 {
		grid-template-columns: repeat(4, 1fr);
	}

}
@media (min-width: 1300px) {
	.grid-items-4 {
		grid-template-columns: repeat(4, 1fr);
	}

}
@media (min-width: 1400px) {
	.grid-items-4 {
		grid-template-columns: repeat(4, 1fr);
	}

}

/**/


.grid-list__item {
	min-width: 0;
	position: relative;
	grid-row: span 5;
	display: grid;
	grid-template-rows: subgrid;
	grid-gap: 1rem;
}

.catalog-block__item {
	border: 1px solid #ededed;
	border-radius: 8px;
	padding: 1rem 0.1rem;
}
.catalog-block__item.sale {
	border: 1px solid #eb2027;
}
.catalog-block__item:hover .like_icons span {
	visibility: visible;
	opacity: 1;
}
.catalog-block__item .like_icons {
	position: absolute;
	top: -8px;
	right: 0px;
	z-index: 53;
}
@media (min-width: 661px) {
	.catalog-block__item {
		padding: 1rem .5rem;
	}
}

.shadow-no-border-hovered {
	transition: box-shadow ease .3s, border ease .3s, background ease .3s;
}
.shadow-no-border-hovered:hover {
	border-color: #fff;
	background-color: #fff;
}
.shadow-hovered {
	transition: box-shadow ease .3s, background ease .3s,
	border ease .3s;
}

.catalog-block__item.shadow-hovered:hover {
	/*box-shadow: 0 5px 30px rgba(34,34,34,.1);*/
	box-shadow: 0px 16px 10px 0px rgb(34 34 34 / 10%);
	z-index: 99;
}


.catalog-block__inner {
	position: relative;
}

.catalog-block__info-art-cprice {
	padding: 1rem 1rem 0 1rem;
}
.art-cprice {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 0.5rem;
	align-items: center;
}
/*.art-cprice.sale:before {
	width: 51px;
	height: 32px;
	background: #eb2027;
	content: "-50%";
	display: flex;
	align-items: center;
	justify-content: center;
	left: -9px;
	border-radius: 10px;
	font-size: .9rem;
	color: #fff;
}*/

.art-cprice__cprice {
	padding: 2px 8px;
	border: 0.5px solid #138fcd;
	border-radius: 50%;
	margin: -2px 0;
}
.art-cprice__value {
	color: #000;
	font-weight: bold;
	font-size: 15px;
}

.catalog-block__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.catalog-block__info-title {
	text-align: center;
	line-height: 1.2;
	padding: 0 .1rem;
	font-size: .9rem
}

.catalog-block__info-props {
	padding: 0 .5rem;
}
.props-catalog__item {
	font-size: .7rem;
	color: #999;
	line-height: 1.5;
}
.props-catalog__value {
	color: #000;
}

.catalog-block__purchase {
	text-align: center;
}

.catalog-block__purchase .price_matrix_wrapper .sale_block {
	grid-column: span 2 ;
}

.catalog-block__purchase .price_matrix_wrapper .price {
	text-wrap: nowrap !important;
}


.catalog-block .wrap_nav {
	display: none;
}
.bottom_nav {
	padding: 2rem 0px;
}
@media (min-width: 769px) {
	.catalog-block__wrapper {
		position: relative;
	}
}

.image-list-wrapper {
	position: relative;
	padding-top: 100%;
	margin: 0 auto;
	text-align: center;
	zoom: 1;
	display: block;
}
.image-list-wrapper .thumb {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.image-list-wrapper img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
}



















/*####*/
.youtube_key {
	height: 20px;
}

.right_block1 .inner_wrapper {
	position: relative;
}
.section_all_product {
	font-size: 14px;
	color: #586a6f;
	position: absolute;
	top: 5px;
	left: 0;
}
.section_all_product span {
	font-weight: bold;
}
.sort_header .sort_filter {

}

.set_lazy_load {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 3px;
}
@media (min-width: 451px) {
	.set_lazy_load {
		padding-right: 70px;
	}
}
#toggles{
	text-align:center;
	width: 45px;
	margin-left: 35px;
	position: relative;
}
.ios-toggle,.ios-toggle:active{
	position:absolute;
	top:-5000px;
	height:0;
	width:0;
	opacity:0;
	border:none;
	outline:none;
}
.checkbox-label{
	display: block;
	position: relative;
	padding: 8px 10px;
	/* margin-bottom: 10px; */
	font-size: 12px;
	line-height: 16px;
	width: 100%;
	height: 10px;
	/*border-radius*/
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
	background:#f8f8f8;
	cursor:pointer;
}
label.checkbox-label {
	margin-bottom: 0;
}
.checkbox-label:before{
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	line-height:34px;
	text-indent:40px;
	height: 14px;
	width: 14px;
	/*border-radius*/
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	top: 1px;
	left:0px;
	right:auto;
	background:white;
	/*box-shadow*/
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
	box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.checkbox-label:after{
	content:attr(data-off);
	display:block;
	position:absolute;
	z-index:0;
	top:-9px;
	left:-35px;
	padding:10px;
	height:100%;
	text-align:right;
	color:#bfbfbf;
	white-space:nowrap;
}
.ios-toggle:checked + .checkbox-label{
	/*box-shadow*/
	-webkit-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
	-moz-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
	box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
.ios-toggle:checked + .checkbox-label:before{
	left:calc(100% - 15px);
	/*box-shadow*/
	-webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
	box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.ios-toggle:checked + .checkbox-label:after{
	content:attr(data-on);
	left:43px;
	width:36px;
}
/* GREEN CHECKBOX */

#checkbox1 + .checkbox-label{
	/*box-shadow*/
	-webkit-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
	-moz-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
	box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
}
#checkbox1:checked + .checkbox-label{
	/*box-shadow*/
	-webkit-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
	-moz-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
	box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
#checkbox1:checked + .checkbox-label:after{
	color:rgba(19,191,17,1);
}
.item-title {
	margin-bottom: 10px;
}


.counter_wrapp {
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	gap: .5rem;
}
.basker_added .counter_block {
	order: 2;
}
.basker_added .counter_block input{
	background-color: #4fad00!important;
	color: #fff!important;
}
.button_block {
	display: flex;
}
.counter_block {
	border-radius: .5rem;
}
body .ajax_load.block .counter_wrapp .button_block.wide {
	width: 100%;
}
.counter_wrapp .button_block.wide .now-in-cart {
	display: none;
}
.total_summ {
	order: 3;
}
.counter_block .plus-btn, .counter_block .minus-btn {
	font-size: 0;
	line-height: 40px;
	height: 34px;
	width: 24px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
}
.counter_block &gt; span.plus-btn:before {
	background-position: -54px -191px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.number input[type="number"] {
	box-sizing: border-box;
	text-align: center;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
.counter_block input[type="number"] {
	padding: 7px 3px 7px;
}
.counter_block input[type="number"] {
	width: 34px;
	border: 0px;
	border-left: 1px solid #f3f3f5;
	border-right: 1px solid #f3f3f5;
	background: #f3f3f5;
	color: #666666;
	font-size: 13px;
	height: 34px;
	border-radius: 0px;
	text-align: center;
	line-height: 13px;
}
.pre-order {
	margin-top: -1px;
	position: relative;
	display: none;
	flex-direction: column;
	align-items: center;
	background-color: #424f60;
	overflow: hidden;
	box-shadow: 0px -4px 8px 0px rgb(34 60 80 / 20%);
	border-radius: 10px 0px 0px 10px;
	transition: background-color 0.3s ease;
	background-color: #e5e4e2;
	padding: 10px 5px 15px 5px;
}
.pred__items {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pred__items .count {
	border-radius: 100%;
	width: auto;
	height: 17px;
	font-size: 10px;
	line-height: 17px;
	min-width: 17px;
	margin: 5px 0 10px 0;
	text-align: center;
}
._activ {
	display: flex;
}
.close-popup-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background: none;
	border: none;
	cursor: pointer;
	color: #666;
}
.notice-surface {
	position: fixed;
	z-index: 3000;
	right: 32px;
	top: 28px;
	max-width: calc(100% - 64px);
	max-height: calc(100vh - 56px);
	display: flex;
	flex-direction: column;
}
@media (max-width: 991px) {
	.notice-surface {
		max-width: calc(100% - 32px);
	}

	.notice-surface--right {
		right: 16px;
	}

	.notice-surface--left {
		left: 16px;
	}

	.mfixed_y .notice-surface {
		top: 74px;
	}

	.bottom-icons-panel_y .notice-surface--reverse {
		bottom: 72px;
	}
}
.notice-surface__inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	position: relative;
	min-width: 0px;
}

.notice-surface--reverse .notice-surface__inner {
	display: flex;
	flex-direction: column;
}
.notice {
	min-width: 0;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: var(--theme-outer-border-radius);
	position: relative;
	width: 265px;
	max-width: 100%;
	transition: transform 0.1s linear;
	flex-shrink: 0;
	margin: 4px 0;
}

.element-count-wrapper {
	font-size: 1rem;
}
.page-top-main .element-count {
	border: 1px solid rgba(153, 153, 153, 0.35);
	padding: 2px 4px 1px;
	position: relative;
	top: -2px;
	margin-left: 8px;
}
.element-count-wrapper .element-count {
	padding: 2px 6px 3px;
	vertical-align: bottom;
}
.font_xs {
	font-size: 0.867em;
	line-height: 1.692em;
}
.rounded3 {
	border-radius: 3px;
}
.page-top-main .muted {
	color: #999;
	text-decoration: none;
}


@media (max-width: 320px) {
	.notice {
		word-break: break-all;
	}
}
.notice--link {
	cursor: pointer;
}
.notice--hidden {
	display: none !important;
	margin: 0;
}
.notice__closer {
	width: 38px;
	height: 38px;
	position: absolute;
	top: -1px;
	right: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	cursor: pointer;
}
.notice__inner {
	padding: 20px;
}
.notice .line-block__item + .line-block__item {
	align-self: center;
}
.notice .line-block__item + .line-block__item .notice__title:first-child {
	margin-top: -7px;
	color: #222;
	font-weight: bold;
	opacity: 1;
}
.notice .line-block__item + .line-block__item .notice__detail:first-child {
	margin-top: -3px;
}
.notice-surface--right .animate--notice-show {
	-webkit-animation: animate--notice-show--right 0.4s linear;
	-ms-animation: animate--notice-show--right 0.4s linear;
	animation: animate--notice-show--right 0.4s linear;
	right: 0;
}
@-webkit-keyframes animate--notice-show--right {
	from {
		right: calc(-100% - 32px);
	}
	50% {
		right: 32px;
	}
	to {
		right: 0;
	}
}
@-ms-keyframes animate--notice-show--right {
	from {
		right: calc(-100% - 32px);
	}
	50% {
		right: 32px;
	}
	to {
		right: 0;
	}
}
@keyframes animate--notice-show--right {
	from {
		right: calc(-100% - 32px);
	}
	50% {
		right: 32px;
	}
	to {
		right: 0;
	}
}
.animate--notice-hide {
	/*height: 0 !important;*/
	opacity: 0 !important;
	margin: 0 !important;
	transition: transform 0.1s linear, opacity 0.3s ease-in-out 0.1s, height 0.3s linear 0.1s, margin 0.3s linear 0.1s, font-size 0.1s linear 0.1s;
}
.animate--notice-hide .notice__closer {
	display: none;
}
/* End */
/* /local/templates/aspro_next_new/components/bitrix/catalog.section/catalog_block/style.css?174764764015163 */
</pre></body></html>