

/* Start:/local/templates/kupiluki/components/bitrix/catalog.section.list/.default/style.css?15693930668332*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
.cat-item-descr {text-align:center;}
.cat-item-descr h3,
.cat-item-descr .h3{margin:0 0 10px;}


.col-12 .categories-custom-block .slick-slide{
	background: linear-gradient(to top right, #eaeaea, #f7f7f7) !important;
	padding: 15px 30px !important;
}
.col-12 .categories-custom-block .custom-block-categories-item {
	-ms-flex: 0 0 31.5%;
	flex: 0 0 31.5%;
	max-width: 31.5%;
	margin: 0;
}
@media(max-width: 992px){
	.col-12 .categories-custom-block .custom-block-categories-item{
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}
}
@media (max-width: 600px) {
	.col-12 .categories-custom-block .custom-block-categories-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
	}
}
/* End */


/* Start:/local/templates/kupiluki/components/bitrix/catalog.section/sale_section/style.min.css?16208140453212*/
@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/kupiluki/components/bitrix/catalog.section/sale_products/style.css?16189080592347*/
.sale_product{
	display: flex;
}
.sale_product .sale_product_item{
	margin-bottom: 15px;
}


.sale_product_img {
	display: block;
	overflow: hidden;
}


.sale_product_img img{
	max-width: 100%;
	width: 100%;
	transition: 0.25s;

}


.sale_product_img img:hover{
	transform: scale(1.05);
}


.sale_product_title{
	display: block;
	color: #505050;
	font-size: 18px;
	line-height: 22px;
	min-height: 80px;
}

.sale_product_price{
	display: flex;
}

.sale_product_new_price, .sale_product_old_price{
	width: 50%;
}


.sale_product_new_price{
	line-height: 18px;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	text-align: center;
}

.sale_product_old_price{
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #e64848;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.sale_product_old_price:before{
	content: ' ';
	display: block;
	position: absolute;
	width: calc(100% - 50px);
	height: 2px;
	background: #e64848;
	left: 25px;
	bottom: 8px;
	transform: rotate(
			-16deg
	);
}

.sale_product_detail_link{
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 50px;
	border: 2px solid #e64848;
	color: #e64848;
	width: 94%;
	margin: 25px auto 0 auto;
	font-weight: bold;
	transition: .2s;
}

.sale_product_detail_link:hover{
	text-decoration: none;
	color: #fff;
	background: #e64848;
}

.sale_product_sale_mark{
	position: absolute;
	width: 50px;
	text-align: center;
	height: 50px;
	background: #e64848;
	color: #fff;
	border-radius: 50%;
	line-height: 14px;
	padding-top: 11px;
	font-size: 11px;
	top: 15px;
	left: 15px;
}

.sale_product .slick-next.slick-arrow{
	right: 0px;
}

.sale_product .slick-prev.slick-arrow{
	left: 0px;
	z-index: 1500;
}

.promo_block_product_list .h2{
	margin-top: 35px;
	display: block;
}

.popular_product .slick-prev.slick-arrow:before{
	content: ' ' !important;
	display: block;
	height: 32px;
	width: 32px;
	background: url('/local/templates/kupiluki/slick/left-arrow.png');
	background-size: cover;
}


.popular_product .slick-next.slick-arrow:before{
	content: ' ' !important;
	display: block;
	height: 32px;
	width: 32px;
	background: url('/local/templates/kupiluki/slick/right-arrow.png');
	background-size: cover;
}
/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/video/style.css?16800851301777*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.mainpage-video-text-wrap
{
	top: 0% !important;
}


.mainpage-vid-navslide .h5 a, .mainpage-vid-navslide h5 a {color:#2a2a2a;}

/* Этот стиль надо будет убрать потом из основных стилей*/
@media (max-width: 990px)
{
	.mainpage-video {
	   display: block !important;
	}
	
	.mainpage-vid-navslide
	{
		display: block !important;
	}
}


.mobile_var
{
	display: none !important;
}

@media (max-width: 768px){
	h2.video.hdr {display:none;}
}

@media (max-width: 760px)
{
	.mainpage-vid-mainslide, .simple_var {
	   display: none !important;
	}
	.mobile_var
	{
		display: block !important;
	}
	
	.mainpage-vid-navslide .slick-list
	{
		/*
		min-height: 65% !important;
		height: inherit !important;
		*/
	}
	/*
	.fancybox-wrap
	{
		max-width: 90% !important;
		width: inherit !important;
	}

	.fancybox-inner
	{
		max-width: 100% !important;
		width: inherit !important;
	}
	*/

	.catpage-cat .slick-slider 
	{
		width: 100% !important;
	}
	
}

.vid-slider-wrap  .item  img 
{
	max-height: 100% !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 auto;
}

.vid-slider-wrap .vid-img
{
	min-width: 140px;
}

/*
@media (max-width: 768px)
{
	.vid-slider-wrap 
	{
		min-height: 100 !important%;
		height: inherit !important;
	}
}
*/

.vid-slider-wrap 
{
		min-height: 100px !important;
		height: inherit !important;
}

.vid-slider-wrap .slick-track
{
	transform: inherit !important;
}

#mainpage-proy-slider, #vid-slider
{
	position: relative;
}


#vid-navslide .slick-list
{
	max-height: 555px !important;
}


#vid-navslide .slick-list
{
	height: 339px !important;
}

/* End */


/* Start:/local/templates/kupiluki/components/wapxaz/feedback.main/phone_form/style.css?1504266999482*/




 input[class="required form-control"]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #C0C0C0;
}
 input[class="required form-control"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #C0C0C0;
   opacity:  1;
}
 input[class="required form-control"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #C0C0C0;
   opacity:  1;
}
 input[class="required form-control"]:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #C0C0C0;
}
/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/services/style.css?1504266999150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/pohozie_luki/style.css?1504266999150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/block_for/style.css?1504266999150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/pisma_blagodarstvinue/style.css?1625739600150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/slider_proizvodstvo/style.css?1680086048150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/sertifications/style.css?1504266999150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/block_news_and_actions/style.css?1504266999151*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/random_sovet/style.css?1504266999150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/kupiluki/components/bitrix/news.list/smi_o_nas/style.css?1504266999150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/kupiluki/components/bitrix/catalog.section.list/.default/style.css?15693930668332 */
/* /local/templates/kupiluki/components/bitrix/catalog.section/sale_section/style.min.css?16208140453212 */
/* /local/templates/kupiluki/components/bitrix/catalog.section/sale_products/style.css?16189080592347 */
/* /local/templates/kupiluki/components/bitrix/news.list/video/style.css?16800851301777 */
/* /local/templates/kupiluki/components/wapxaz/feedback.main/phone_form/style.css?1504266999482 */
/* /local/templates/kupiluki/components/bitrix/news.list/services/style.css?1504266999150 */
/* /local/templates/kupiluki/components/bitrix/news.list/pohozie_luki/style.css?1504266999150 */
/* /local/templates/kupiluki/components/bitrix/news.list/block_for/style.css?1504266999150 */
/* /local/templates/kupiluki/components/bitrix/news.list/pisma_blagodarstvinue/style.css?1625739600150 */
/* /local/templates/kupiluki/components/bitrix/news.list/slider_proizvodstvo/style.css?1680086048150 */
/* /local/templates/kupiluki/components/bitrix/news.list/sertifications/style.css?1504266999150 */
/* /local/templates/kupiluki/components/bitrix/news.list/block_news_and_actions/style.css?1504266999151 */
/* /local/templates/kupiluki/components/bitrix/news.list/random_sovet/style.css?1504266999150 */
/* /local/templates/kupiluki/components/bitrix/news.list/smi_o_nas/style.css?1504266999150 */
