

/* 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 */
/* /local/templates/sikarus/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?17567331902900 */
