

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.css?1743882739430*/
.furcat{
	margin-bottom:25px;
}
.furcat h1{
	position:relative;
	font-size:30px;
}
.furcat h1::after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:-10px;
	height:5px;
	width:100px;
	background-color:#95b03c;
}
@media screen and (max-width: 1190px){
	.furcat h1{
		position:relative;
		font-size:25px;
		text-align:center;
	}
	.furcat h1::after{
		left:50%;
		margin-left:-50px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/bredcrumb/style.css?1743882739585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/goods/style.css?17438827391433*/
.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;
	white-space: nowrap;
	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;
	margin-left: 10px;
}
.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;
}
.catalog-item__name{
	display:block;
	color:#3c3c3b;
}
@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/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 */
/* /local/templates/main/components/bitrix/catalog/catalog/style.css?1743882739430 */
/* /local/templates/main/components/bitrix/breadcrumb/bredcrumb/style.css?1743882739585 */
/* /local/templates/main/components/bitrix/catalog.section/goods/style.css?17438827391433 */
/* /local/templates/main/components/bitrix/news.list/advantages/style.css?17438827392141 */
