

/* Start:/local/templates/main/components/bitrix/news.list/index_banner_old/style.css?1743882739108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/newgoodsslider/style.css?17616586241348*/
.catalog-item__buy{
	-ms-flex-align:end;
	align-items:end;
}
.product-buy{
	width:50%;
	background-color:#95b03c;
	padding:5px 10px;
	position:relative;
	color:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin-right:-16px;
}
.product-buy::before{
	content:'В корзину';
	display:block;
	font-size:13px;
}
.product-buy .i-icon{
	width:25px;
	height:25px;
}
.product-buy:hover{
	background-color:#fff;
	color:#95b03c;
}
.product-buy.in-basket{
	background-color:#d1d1d1;
	color:#000;
}
.product-buy.in-basket::before{
	content:'В корзине';
}
.price__discount small {
	margin-left:0;
}
@media screen and (max-width: 1600px){
.product-buy{
	margin-right:-25px;
}
}
@media screen and (max-width: 1440px){
.product-buy{
	margin-right:-15px;
}
}
@media screen and (max-width: 1330px){
.product-buy{
	padding:5px;
}
}
@media screen and (max-width: 990px){
.catalog-item__buy {
	-ms-flex-direction:column;
	flex-direction:column;
	height:auto;
}
.product-buy{
	width:100%;
	margin-right:0;
	margin-top:10px;
	padding:5px 10px;
	justify-content:center;
}
.product-buy::before{
	margin-right:10px;
}
.product-buy span {
	display:none;
}
.product-buy .i-icon{
	display:block;
}
.price__discount br{
	display:none;
}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/banner_sect/style.css?1743882739108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/serv_on_main/style.css?1743882739837*/
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;
}
#sliderServ{
	margin-bottom:25px;
}
#sliderServ .services-list__item{
	min-width:0;
}
.slick-dots li{
	display:inline-block;
	padding:0;
	margin:0;
}
.slick-dots li button{
	width:13px;
	height:13px;
	background-color:#fff;
	border:2px solid #3c3c3b;
	font-size:0;
	border-radius:100%;
	padding:0;
}
.slick-dots li:not(:last-child) button{
	margin-right:26px;
}
.slick-dots li.slick-active button{
	background-color:#95b03c;
	border-color:#95b03c;
}
.slick-dots li::before{
	display:none;
}
@media(max-width:992px){
	.slick-dots{
		text-align:center;
	}
	.slick-dots li button{
		width:6px;
		height:6px;
		padding:0;
	}
	.slick-dots li:not(:last-child) button{
		margin-right:15px;
	}
}
/* End */


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

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/advantages/style.css?17438827392141*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.advantages.flatvant::before{
	display:none;
}
.advantages.flatvant .section-head{
	display:block;
}
.avantages-item{
	position:relative;
	width:12.5%;
	min-width:12.5%;
	cursor:pointer;
	padding:15px;
	font-size:12px;
}
.avantages-item::after{
	display:none;
	content:'';
	position:absolute;
	right:-200%;
	top:0;
	width:200%;
	height:100%;
	background-color:#e7e7e7;
	border-radius:0 5px 5px 0;
	z-index:10;
}
.avantages-item__content{
	text-align:center;
}
.avantages-item__label{
	text-transform:uppercase;
	margin-top:15px;
}
.avantages-item__desc{
	display:none;
	position:absolute;
	padding:15px;
	right:calc(-200% + 15px);
	top:15px;
	width:calc(200% - 30px);
	height:calc(100% - 30px);
	background-color:#fff;
	border:1px solid #95b03c;
	z-index:20;
}
.avantages-item__desc::before{
	display:block;
	content:'';
	position:absolute;
	width:25px;
	height:25px;
	left:-13px;
	top:50%;
	margin-top:-13px;
	transform:rotateZ(45deg);
	background-color:#fff;
	border:1px solid #95b03c;
	z-index:20;
	border-top-color:#fff;
	border-right-color:#fff;
}
.avantages-item:hover{
	background-color:#e7e7e7;
	border-radius:5px 0 0 5px;
}
.avantages-item:hover::after{
	display:block;
}
.avantages-item:hover .avantages-item__desc{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.avantages-item:nth-child(7):hover,
.avantages-item:nth-child(8):hover{
	border-radius:0 5px 5px 0;
}
.avantages-item:nth-child(7)::after,
.avantages-item:nth-child(8)::after{
	left:-200%;
	right:auto;
	top:0;
	border-radius:5px 0 0 5px;
}
.avantages-item:nth-child(7) .avantages-item__desc,
.avantages-item:nth-child(8) .avantages-item__desc{
	left:calc(-200% + 15px);
	right:auto;
}
.avantages-item:nth-child(7) .avantages-item__desc::before,
.avantages-item:nth-child(8) .avantages-item__desc::before{
	left:auto;
	right:-13px;
	transform:rotateZ(225deg);
}
@media(max-width:990px){
	.avantages-item{
		width:50%;
		min-width:50%;
		font-size:12px;
	}
	.avantages-item:hover::after,
	.avantages-item:hover .avantages-item__desc{
		display:none;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/customers/style.css?1743882739108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/index_banner_old/style.css?1743882739108 */
/* /local/templates/main/components/bitrix/catalog.section/newgoodsslider/style.css?17616586241348 */
/* /local/templates/main/components/bitrix/news.list/banner_sect/style.css?1743882739108 */
/* /local/templates/main/components/bitrix/news.list/serv_on_main/style.css?1743882739837 */
/* /local/templates/main/components/bitrix/news.list/news/style.css?1743882739108 */
/* /local/templates/main/components/bitrix/news.list/advantages/style.css?17438827392141 */
/* /local/templates/main/components/bitrix/news.list/customers/style.css?1743882739108 */
