

/* Start:/local/templates/.default/components/bitrix/catalog/main/style.min.css?17391930411874*/
.group_description_block.bottom{padding:40px 0 0;margin-bottom:30px}.no_goods{padding:87px 30px 50px;border-top:1px solid #e5e5e5}.js-load-wrapper>.no_goods{margin-top:-1px}.no_goods .no_products{position:relative}.no_goods .no_products:before{content:"";position:relative;width:117px;height:117px;background:url(/local/templates/.default/components/bitrix/catalog/main/../../../../images/empty_catalog.png) 0 0 no-repeat;display:block;margin:auto auto 23px}.no_goods .button{float:right;margin:17px 0 0}.wrap_text_empty{padding:10px 0 15px 0;text-align:center}.wrap_text_empty .middle_text{padding:16px 0 0;display:inline-block}#main .catalog-maxwidth .bottom-links-block,#main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers){margin-left:auto;margin-right:auto}html.bx-ie #main .catalog-maxwidth .bottom-links-block,html.bx-ie #main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers){flex-basis:auto}.right_block.narrow_N .catalog-maxwidth .bottom-links-block,.right_block.narrow_N .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers){max-width:1156px}.section-content-wrapper .text_after_items{margin-top:49px}.catalog-detail__gallery{max-width:calc(var(--sizeImage) + var(--paddingRightLeft,0px));max-height:calc((var(--sizeImage) * var(--ratio,1)) + var(--bottomGallery,70px))}.catalog-detail__gallery-wrapper{position:relative;width:100%;padding-top:var(--paddingImage,100%)}.catalog-detail__gallery__item--big{position:relative;padding-top:var(--paddingImage,100%);width:100%;height:100%;line-height:var(--sizeImage);max-width:var(--sizeImage);max-height:var(--sizeImage);margin:0 auto}.catalog-detail__gallery.catalog-detail__gallery--vertical{padding-left:90px;max-width:calc(var(--sizeImage) + var(--paddingRightLeft,90px))}@media (max-width:1199px){.catalog-detail__gallery.catalog-detail__gallery--vertical{padding-left:0;max-width:var(--sizeImage)}}
/* End */


/* Start:/local/templates/.default/components/seoeverywhere/tags/clover.1/style.css?17591473053919*/
.clover-1_tags {
	background: #fff;
	box-shadow: 0px 0px 10px 0px #0000001A;
	position: relative;

	.tags-top,
	.tags-middle,
	.tags-bottom {
		padding: 23px;
	}
	.tags-top {
		display: flex;
		justify-content: space-between;
		align-items: center;

		.tags-group {
			display: flex;
			gap: 14px;
			align-items: center;
			width: calc(100% - 5em);
			mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 1.25em, rgb(0, 0, 0) 15.25em), linear-gradient(to left, rgba(0, 0, 0, 0) 0ch, rgb(0, 0, 0) 5ch);
		}
		.tags-group_items {
			flex-wrap: nowrap;
		}
	}
	.tags-middle {
		display: flex;
		flex-direction: column;
		gap: 23px;

		.tags-group_items {
			margin-top: 10px;
		}
	}
	.tags-bottom {
		border-top: 1px solid #ECECEC;

		.tags-toggler {
			text-decoration: dotted;
			text-decoration-line: underline;
			text-decoration-thickness: from-font;

			.svg-inline-down {
				transform: rotate(180deg);
			}
		}
	}
	.tags-group {

	}
	.tags-group--title {
		color: #333333;
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		flex-shrink: 0;
	}
	.tags-group_items {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.tags-group__item {
		padding: 0;
		margin: 0;

		&:before {
			content: unset;
		}
	}
	.tags-group__item--link {
		display: flex;
		border: 1px solid #ECECEC;
		background: #F8F8F8;
		border-radius: 4px;
		padding: 6px 14px;
		color: #555555;
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		transition: border-color .3s, background .3s, color .3s;

		&:hover {
			background: #FFF5E7;
			color: #FD9C12;
			border-color: #FFF5E7;
		}
		&.selected {
			background: #FD9C12;
			border-color: #FD9C12;
			color: #fff;
		}
	}
	.tags-toggler {
		cursor: pointer;
		margin: 0;
		display: flex;
		align-items: center;
		gap: 6px;
		color: #333333;
		transition: color .3s;
		width: fit-content;

		&:hover {
			color: #FD9C12;
		}
	}
	#tags-toggler__checkbox {
		position: absolute;
		width: 1px;
		height: 1px;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
	}
	.tags-mobile-title {
		color: #333333;
		font-weight: 700;
		font-size: 14px;
		line-height: 100%;
	}
	@media (width > 768px) {
		margin-bottom: 20px;

		.tags-mobile-title {
			display: none;
		}
		&:has(#tags-toggler__checkbox:checked) {
			.tags-top {
				display: none;
			}
		}
		&:not(:has(#tags-toggler__checkbox:checked)) {
			.tags-middle,
			.tags-bottom {
				display: none;
			}
		}
	}
	@media (width <=768px ) {
		position: fixed;
		inset: 0;
		z-index: 999;
		transition: transform .5s;
		transform: translateX(-100%);

		.tags-top {
			border-bottom: 1px solid #ECECEC;

			.tags-group {
				display: none;
			}
			.tags-toggler {
				font-size: 0;
				width: 14px;
				height: 14px;
				position: relative;
				margin-left: auto;

				> * {
					display: none;
				}
				&:before,
				&:after {
					content: '';
					display: flex;
					position: absolute;
					height: 2px;
					background: #999999;
					border-radius: 2px;
					width: 100%;
				}
				&:before {
					transform: rotate(45deg);
				}
				&:after {
					transform: rotate(-45deg);
				}
			}
		}
		.tags-middle {
			overflow: auto;
			height: calc(100% - 60px);
		}
		.tags-bottom {
			display: none;
		}
		&:has(#tags-toggler__checkbox:checked) {
			transform: translateX(0);
		}
	}
}
.tags-toggler--mobile {
	border-color: #ECECEC!important;
	color: #555555!important;
	font-size: 14px!important;
}
.filter-panel__part-left {
	display: flex;
	align-items: center;
}
@media (width > 768px) {
	.tags-toggler--mobile {
		display: none!important;
	}
}
@media (width <=768px ) {
	body:has(#tags-toggler__checkbox:checked) {
		overflow: hidden;
	}
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/css/images_detail.min.css?1745993693274*/
.catalog-detail__gallery{--sizeImage:520px;--bottomGallery:74px}.catalog-detail__gallery--322px{--sizeImage:322px}.catalog-detail__gallery--388px{--sizeImage:388px}.catalog-detail__gallery--454px{--sizeImage:454px}.ratio--horizontal{--ratio:2/3}.ratio--vertical{--ratio:3/2}
/* End */
/* /local/templates/.default/components/bitrix/catalog/main/style.min.css?17391930411874 */
/* /local/templates/.default/components/seoeverywhere/tags/clover.1/style.css?17591473053919 */
/* /bitrix/templates/aspro-allcorp3/css/images_detail.min.css?1745993693274 */
