

/* Start:/local/templates/mainTemplate/components/bitrix/catalog/av_catalog/style.css?17706505847176*/
.grid {
}

.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%;
	}
}

.catalog-block-header {
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 15px 0;
	font-size: 24px;
	text-transform: uppercase;
}

.sorting__wrap {
	display: flex;
}

.sorting__button {
	background: transparent;
	border: 1px solid #3333;
	border-radius: 5px;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	transition: 0.5s;

}
.sorting__button:hover {
	box-shadow: 4px 4px 12px 0px #0000003a;
	transform: translateY(-2px);
}

.sorting__button.js-active {
	border: 1px solid #c50034;
	background-color: #c50034;
}
.sorting__button.js-active:hover {
	box-shadow: 4px 4px 12px 0px #dc3545a3;
}

.sorting__button svg {
	width: 14px;
	height: 14px;
	fill: #858585;
}

.sorting__button.js-active svg {
	fill: #fff;
}

.catalog-section {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
/* .catalog-section .row {
	margin: auto !important;
	gap: 10px;
} */

.catalog-section .product-item-big-card {
	margin: auto !important;
	padding: 0 !important;
	width: calc(33.33% - 10px);
}

@media (max-width: 700px) {
	.catalog-section .product-item-big-card {
		margin: auto !important;
		padding: 0 !important;
		width: calc(100%);
	}
}

.product-item-list-col-3 {
	width: 100%;
}

.category-sort {
	display: flex;
}

.bx_catalog_tile_category_title {
	font-size: 28px;
}

.catalog-section[data-sorting="list"] .col-sm-4.product-item-big-card {
	width: 100%;
}

.catalog-section[data-sorting="list"] .props-product {
	opacity: 1;
	width: 50%;
	right: 0;
	left: auto;
}
.catalog-section[data-sorting="list"] .cat-item__compare-box {
	right: 50%;
}
.catalog-section[data-sorting="list"] .cat-item__name,
.catalog-section[data-sorting="list"] .cat-item__img {
	width: 50%;
}
.catalog-section[data-sorting="list"] .cat-item__img {
	height: 150px;
}
.catalog-section[data-sorting="list"] .cat-item__img img {
	max-height: 150px;
}
.catalog-section[data-sorting="list"] .cat-item__info {
	height: 232px;
}
.catalog-section[data-sorting="list"] .badge-available {
	top: auto;
	z-index: 10;
}
.catalog-section[data-sorting="list"] .cat-item__buy {
	top: auto;
	bottom: 9px;
	z-index: 10;
}
.catalog-section[data-sorting="list"] .addtobasket__count {
	z-index: 10;
}

.catalog-section[data-sorting="list"] .preview-text-in-list {
	display: none;
}

.catalog-section[data-sorting="list"] .cat-item__price {
	width: 50%;
	position: absolute;
	bottom: 6px;
	right: -10px;
	z-index: 1;
}

.catalog-section[data-sorting="list"] span.product-benefit {
	left: 0;
	top: -26px;
	right: auto;
	z-index: 1;
}

.catalog-section[data-sorting="line"] .col-sm-4.product-item-big-card {
	width: 100%;
}

.catalog-section[data-sorting="line"] .props-product {
	display: none;
}
.catalog-section[data-sorting="line"] .cat-item__compare-box {
	right: 4px;
	top: 8px;
}
.catalog-section[data-sorting="line"] .cat-item__name {
	position: absolute;
	left: 162px;
	top: 4px;
	width: calc(100% - 200px);
}
.catalog-section[data-sorting="line"] .addtobasket__count.is-catalog {
	opacity: 1;
	bottom: 5px;
}
.catalog-section[data-sorting="line"] .cat-item__img {
	width: 120px;
	justify-content: flex-end;
	height: 60px;
}

.catalog-section[data-sorting="line"] .cat-item__img img {
	max-height: 60px;
}
.catalog-section[data-sorting="line"] .cat-item__info {
	height: 80px;
}

.catalog-section[data-sorting="line"] .cat-item__name-link {
	height: 24px;
	-webkit-line-clamp: 1;
}
.catalog-section[data-sorting="line"] span.product-benefit {
	left: 0;
	top: auto;
	bottom: 26px;
	right: auto;
	z-index: 1;
}
.catalog-section[data-sorting="line"] .props-product .prop:first-child {
	border-top: 0;
}
.catalog-section[data-sorting="line"] .cat-item__artikul {
	right: 99px;
	position: absolute;
	bottom: 28px;
}
.catalog-section[data-sorting="line"] .cat-item__price-val {
	font-size: 20px;
}
.catalog-section[data-sorting="line"] .cat-item__price {
	position: absolute;
	bottom: 0;
	left: 162px;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 10px;
	bottom: 2px;
	z-index: 100;
}

.catalog-section[data-sorting="line"] .cat-item__label-box {
	top: auto;
	bottom: 4px;
	left: 4px;
	gap: 4px;
}

.catalog-section[data-sorting="line"] .badge-available {
	top: auto;
		right: 90px;
	left: auto;
	width: fit-content;
	bottom: 2px;
	z-index: 10;
	font-size: 12px;
}
.catalog-section[data-sorting="line"] .btn_basket.cat-item__buy {
	top: auto;
	bottom: 6px;
	right: 6px;
}
.catalog-section[data-sorting="line"] .label-year-pre {
	padding-bottom: 0;
}

.addtobasket__count.is-catalog {
	position: absolute;
	width: 28px;
	height: 42px;
	right: 61px;
	bottom: 8px;
	opacity: 0;
	transition: 0.5s;
}

.addtobasket__count.is-catalog .addtobasket__count-number {
	font-size: 13px;
}
.addtobasket__count.is-catalog .addtobasket__count-button {
	position: absolute;
	font-size: 10px;
}

.cat-item:hover .addtobasket__count.is-catalog {
	opacity: 1;
}
.addtobasket__count.is-catalog .addtobasket__count-button.is-up {
	top: 0;
}
.addtobasket__count.is-catalog .addtobasket__count-button.is-down {
	bottom: 0;
}

.recommend_to_see .addtobasket__count.is-catalog {
	opacity: 1;
	right: 52px;
	bottom: 0;
}


@media (max-width: 700px) {
	.catalog-section[data-sorting="line"] .props-product {
		display: none;
	}
	.catalog-section[data-sorting="line"] .cat-item__name {
		width: calc(100% - 130px);
		left: 75px;
	}
	.catalog-section[data-sorting="line"] .cat-item__price {
		left: 74px;
	}
	.catalog-section[data-sorting="line"] .btn_basket.cat-item__buy {
		right: 5px;
	}
	.catalog-section[data-sorting="line"] .cat-item__label-box {
		display: none;
	}
	.catalog-section[data-sorting="line"] .badge-available {
		bottom: 2px;
		left: 6px;
		right: auto;
	}
	.catalog-section[data-sorting="line"] .cat-item__img {
		width: 60px;
		height: 50px;
	}
	.catalog-section[data-sorting="line"] .cat-item__img img {
		max-height: 50px;
	}
	.catalog-section[data-sorting="line"] span.product-benefit {
		font-size: 12px;
	}
	.addtobasket__count.is-catalog {
		opacity: 1;
	}
	.addtobasket__count-number:focus {
		outline: none;
	}
	span.product-benefit {
		font-size: 12px !important;
	}
	.badge-available {
		font-size: 9px !important;
	}
	.catalog-section[data-sorting="list"] .cat-item__name,
	.catalog-section[data-sorting="list"] .cat-item__img {
		width: 40%;
	}
	.catalog-section[data-sorting="list"] .props-product,
	.catalog-section[data-sorting="list"] .cat-item__price {
		width: 60%;
	}
}

/* End */


/* Start:/local/templates/mainTemplate/components/bitrix/catalog/av_catalog/bitrix/catalog.compare.list/.default/style.css?17561179181246*/
.bx_catalog-compare-list {
    font-size: 12px;
    z-index: 998;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    max-height: 100%;
    padding: 10px 8px 0;
    white-space: normal;
    color: #404040;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    margin-bottom: 10px;
}
.bx_catalog-compare-list.fix {
    position: fixed;
}
.bx_catalog-compare-list.top {
    top: 5px;
}
.bx_catalog-compare-list.right {
    right: 5px;
}
.bx_catalog-compare-list.bottom {
    bottom: 5px;
}
.bx_catalog-compare-list.left {
    left: 5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {
}
.bx_catalog-compare-list:hover .bx_catalog_compare_form {
}
.bx_catalog-compare-list a {
    font-size: 11px;
    color: #327ab7;
}
.bx_catalog-compare-list a:hover {
    text-decoration: none;
}
.bx_catalog_compare_count p {
    margin: 0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect {
    text-align: center;
    font-weight: bold;
}
.bx_catalog-compare-list .compare-items td {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    vertical-align: top;
}

/* End */


/* Start:/local/templates/mainTemplate/components/bitrix/catalog.element/.default/style.css?17623425982622*/
.popupFullBox {
	position: fixed;
	z-index: 10000;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.popupFullBox .popupFullImg {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #33333330;
	background-color: #fff;
}

.product__badge-removed {
	font-weight: 600;
	color: #c50034;
	width: 100%;
}

#delivery.tab-pane.fade.p-4.active.show p,
.font-weight-600 {
	font-weight: 600;
}

.popupFullClose {
	position: fixed;
	right: 20px;
	top: 20px;
	height: 20px;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	font-size: 50px;
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.5s;
	z-index: 10;
}

.popupFullClose::before {
	content: "";
	width: 50px;
	height: 50px;
	background-color: #3232325c;
	border-radius: 3px;
	position: absolute;
	z-index: -1;
	margin-top: 10px;
}

.popupFullClose:hover {
	opacity: 0.5;
}

.carousel-item.active {
	cursor: pointer;
}

.get-consultation__tel:hover {
	color: #e0154a;
}

.btn-client-photo:before {
	content: "";
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAE9SURBVFiF7ZdNSsNQFEa/W4MidREFURwIjuwSFOmoO3B7nesGHHdcJy5AQfE3tgbNcVCLNd4kNUkbhJzhzXvvOyR59yVSQ81Y0YlAV1JfUiRpYGajyqwWCD8F3vlmDByvKjwAHvnN5aoE9pxwgBjY+ut6rQIOGyl1k7S+CoFKaQRqFwi8IhBI2pW06VzeyVjvAHhy6s+SrswszjX6ajLePi/LNdDLC+/ys8NVzQvQmc9MvgN9SWu5t6k4bUknWQLREsNnvGUJDJIDKuZO0nnmCOAIGFX87D+AIXCYzEv9HgDa8nv7vqSLlGnbku6d+sTMxt4Etw9IkpmFkkJHzNvnMx7MzBNIpfZO2Aj8S4HXlHosaVLCZTGAFtODJclw6eFzEj0gnAu/9ZrMIpT5MeloerBEks7M7KboWg218gmAz9AQaoKzzwAAAABJRU5ErkJggg==);
	width: 32px;
	height: 32px;
}

.carousel.slide.product-carousel button.btn-client-photo {
	background-color: #c50034;
	margin: 5px 6px;
	display: none;
	align-items: center;
	justify-content: center;
}

button.last-element {
	top: auto;
	display: flex;
	bottom: 0;
	left: auto;
	right: 0px;
	margin: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	max-height: 450px;
	overflow: hidden;
	position: absolute;
	transform: translate(-4%, -102%);
	z-index: 9;
	width: 64px;
	height: 60px;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
}

@media (max-width: 990px) {
	button.last-element {
		transform: translate(-5%, -89%);
	}
}

/* End */


/* Start:/local/templates/mainTemplate/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1755870328902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */


/* Start:/local/templates/mainTemplate/components/bitrix/form.result.new/QuickRegistration/style.css?1755870328623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/mainTemplate/components/bitrix/form.result.new/QuickRegistration/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/mainTemplate/components/bitrix/form.result.new/QuickRegistration/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/mainTemplate/components/bitrix/form.result.new/found_cheaper_tpl/style.css?1755870328623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/mainTemplate/components/bitrix/form.result.new/found_cheaper_tpl/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/mainTemplate/components/bitrix/form.result.new/found_cheaper_tpl/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/choose_analog/style.css?175587032783*/
.choose-analog__modal form {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
/* End */


/* Start:/local/templates/mainTemplate/components/bitrix/form.result.new/Utochnit_cenu_tmp/style.css?1755870328623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/mainTemplate/components/bitrix/form.result.new/Utochnit_cenu_tmp/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/mainTemplate/components/bitrix/form.result.new/Utochnit_cenu_tmp/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/mainTemplate/components/bitrix/catalog.section/Sliders_main_page/style.min.css?17558703283212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/mainTemplate/components/bitrix/catalog.section/Sliders_main_page/themes/blue/style.min.css?1755870328706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/mainTemplate/components/bitrix/catalog/av_catalog/style.css?17706505847176 */
/* /local/templates/mainTemplate/components/bitrix/catalog/av_catalog/bitrix/catalog.compare.list/.default/style.css?17561179181246 */
/* /local/templates/mainTemplate/components/bitrix/catalog.element/.default/style.css?17623425982622 */
/* /local/templates/mainTemplate/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1755870328902 */
/* /local/templates/mainTemplate/components/bitrix/form.result.new/QuickRegistration/style.css?1755870328623 */
/* /local/templates/mainTemplate/components/bitrix/form.result.new/found_cheaper_tpl/style.css?1755870328623 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/choose_analog/style.css?175587032783 */
/* /local/templates/mainTemplate/components/bitrix/form.result.new/Utochnit_cenu_tmp/style.css?1755870328623 */
/* /local/templates/mainTemplate/components/bitrix/catalog.section/Sliders_main_page/style.min.css?17558703283212 */
/* /local/templates/mainTemplate/components/bitrix/catalog.section/Sliders_main_page/themes/blue/style.min.css?1755870328706 */
