

/* Start:/local/templates/sikarus/components/bitrix/catalog/.default/style.css?17567331901122*/
.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-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/sikarus/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?17567331902900*/
.category p {
	text-align:left
}
.category__list {
	display:grid;
	grid-template-columns:repeat(1,1fr);
	justify-self:center;
	grid-gap:35px;
	width: 100%;
}

.category__list {
	padding-top:30px!important
}
/*@media only screen and (min-width:1200px) {*/
/*	.category__list {*/
/*		grid-template-columns:repeat(1,1fr)*/
/*	}*/
/*}*/
.category__item {
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50%;
    /*height: 200px;*/
	background-color: #eee;
	border: 1px solid #ccc;
transition:all .3s ease-in !important;
}
@media only screen and (min-width:600px) {
	.category__item {
		height: 100%;
	}
}
.category__item--imagebackground {
	position:absolute;
	/*width:100%;*/
	overflow:hidden;
	height:100%;
	top:0;
	right:0;
	padding: 0;
}

.category__item--imagebackground.category__item--noimage img {
	width:unset;
}
.category__item--imagebackground img {
	 object-fit: cover;
	 width:100%;
	 height:100%;
	 max-width: 290px;
 }
.category__item--content {
	position:relative;
	z-index:1;
	padding-right: 300px;
	width:100%;
	display:flex;
	min-height:180px;
	height: 100%;
}



@media only screen and (max-width:1200px)
{
	.category__item--noimage + .category__item--content
	{
		padding-right: 0;
	}

	.category__item--imagebackground img {
		max-width: 250px;
	}
	.category__item--content {
		padding-right: 250px;
	}
}
@media only screen and (max-width:900px) {
	.category__item--imagebackground img {
		max-width: 120px;
	}
	.category__item--content {
		padding-right: 120px;
	}
}
.category__item--link {
	/*background-color:hsla(0,0%,100%,.702);*/
	display:flex;
	flex-direction:column;
	margin-right:auto;
	transition:all .3s ease-in !important;
	width:100%;
	color:#000!important;
    align-items: flex-start;
}
.category__item:hover {
	background-color:#ffc510
}
.category__item--title {
	padding:20px 15px 10px;
	text-align:left;
	word-break:break-word;
	font-size: 1.425rem;
}

.category__item--imagebackground + .category__item--content .category__item--link .category__item--descr {
padding: 5px 10px 15px;
}

.category__item:hover {
	/*background-color:#ffc510;*/
	transform: scale(1.1);
}

@media only screen and (max-width:1280px) {
	.category__item:hover {
		/*background-color:#ffc510;*/
		transform: scale(1.03);
	}
}

/*.category__item:hover .category__item--imagebackground,
.category__item:hover .category__item--title {
	display:none !important;
}*/

/*.category__item:hover .category__item--link {
width: 100%;
background-color: unset
}*/

.category__item--descr {
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	padding-bottom: 0 !important;
	margin-bottom: 20px;

}

.cmp-line-clamp, .category__item--descr {
display:none !important;

}

@media only screen and (min-width:600px) {
.category__item--descr {
	display:block !important;
}
.cmp-line-clamp {
display:-webkit-box !important;

}

}



/* End */


/* Start:/local/templates/sikarus/components/bitrix/catalog/.default/bitrix/catalog.section/.default/style.css?17567331903146*/
.brochure {
	margin:0 auto 20px
}
.brochure a {
	color:#000!important
}
.brochure a,
.brochure__item {
	display:flex;
	justify-content:space-between
}
.brochure__item {
	align-items:center;
	transition:all .3s ease-in;
	padding:10px 20px;
	background-color:#f5f5f5;
	margin-bottom:15px
}
.brochure__item:hover {
	box-shadow:0 1px 2px rgba(0,0,0,.2),0 1px 5px rgba(0,0,0,.102)
}
.brochure__brochure {
	margin:25px auto 0 35px;
	display:block;
	max-width:100px;
	-o-object-fit:contain;
	object-fit:contain
}
@media only screen and (min-width:600px) {
	.brochure__brochure {
		max-width:150px
	}
}
.brochure__content {
	display:flex;
	align-items:center
}
.brochure__link {
	width:100%;
	padding-right:40px
}
.brochure__btn {
	position:relative;
	z-index:10
}
.brochure__btn--active svg path {
	transition:.2s ease-in-out;
	fill:#ffc510
}
.products__item {
	display:flex;
	justify-content:flex-start;
	padding-bottom:20px;
	border-bottom:2px solid #e0e0e0;
	margin:20px 0;
	position:relative;
	flex-direction:column;
	align-items:center;
	transition:all .2s ease-in
}
.products__item:hover {
	border-bottom:2px solid #ffc510
}
.products__item:hover h4 {
	transition:all .2s ease-in;
	color:#ffc510
}
@media only screen and (min-width:960px) {
	.products__item {
		flex-direction:row
	}
}
.products__item img {
	max-width:230px;
	margin:0 50px;
	-o-object-fit:contain;
	object-fit:contain
}
.products__item--content {
	text-align: center;
}
.products__item--link {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.products__item li {
	position:relative;
	margin-left:30px;
	margin-bottom:5px
}
.products__item li:before {
	position:absolute;
	content:url(/sikarus/dist/img/check.d291aef9.svg);
	width:15px;
	height:15px;
	top:0;
	left:-30px
}
.decision p {
	text-align:left
}
.decision__img.left {
	float:left;
	margin-right:20px;
	margin-bottom:30px
}
.decision__img.right {
	float:right;
	margin-left:20px;
	margin-bottom:30px
}

#app .products a {
	color: unset;
}

.products__list .products__item:last-child
{
	border-bottom: unset;
}

/* скрываем второй блок добавляемый в footer шаблона, можно доработать и убрать добавление в footer, но надо проверять есть ли уже такой блок */
.hero + .hero
{
	display: none;
}

/*new*/

.products__list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px;
	justify-content: center;
}

@media (min-width: 450px) {
	.products__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 700px) {
	.products__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 960px) {
	.products__list {
		grid-template-columns: repeat(4, 1fr);
	}
}

.products__item {
	padding: 25px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 1px 3px rgba(0, 0, 0, .102);
	background-color: #fff;
	border: 1px solid #e0e0e0;
	outline: 1px solid transparent;
	position: relative;
	transition: all .2s ease;
	flex-direction: column;
}

.products__item--no_image {
	display: none;
}


.products__list .products__item--decr .cmp-line-clamp {
display:block !important;
}
/* End */
/* /local/templates/sikarus/components/bitrix/catalog/.default/style.css?17567331901122 */
/* /local/templates/sikarus/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?17567331902900 */
/* /local/templates/sikarus/components/bitrix/catalog/.default/bitrix/catalog.section/.default/style.css?17567331903146 */
