

/* 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/elements/style.css?17567331902899*/
.category p {
	text-align:left
}
.category__list {
	display:grid;
	grid-template-columns:repeat(1,1fr);
	justify-self:center;
	grid-gap:35px
}
@media only screen and (min-width:600px) {
	.category__list {
		padding-top:30px!important
	}
}
@media only screen and (min-width:960px) {
	.category__list {
		grid-template-columns:repeat(2,1fr)
	}
}
@media only screen and (min-width:1200px) {
	.category__list {
		grid-template-columns:repeat(3,1fr)
	}
}
.category__item {
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50%;
	/*height: 200px;*/
	width: 300px;
	background-color: #ccc;
	transition:all .3s ease-in !important;
}
@media only screen and (min-width:600px) {
	.category__item {
		height: 100%;
		width: 360px;
	}
}
.category__item--imagebackground {
	position:absolute;
	width:100%;
	overflow:hidden;
	height:100%;
	top:0;
	left:0
}
.category__item--imagebackground img {
	object-fit: cover;
	width:100%;
	height:100%;
}
.category__item--imagebackground.category__item--noimage img {
	width:unset;
}
.category__item--content {
	position:relative;
	z-index:1;
	padding:20px 20px 40px;
	width:100%;
	display:flex;
	min-height:230px;
	height: 100%;
}
.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--link:hover {
	background-color:#ffc510
}
.category__item--title {
	padding:20px 15px 10px;
	text-align:left;
	word-break:break-word
}

.category__item--noimage
{
	/*background-image: url('/local/templates/.default/images/no_image.webp');*/
	background-color: #fff;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.8);
}

.category__item--noimage + .category__item--content
{
	border: 1px solid #ddd;
}
.category__item--noimage + .category__item--content .category__item--link
{
	background-color: transparent;
	width: 100%;
}

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

.category__item--noimage  + .category__item--content .category__item--link .category__item--descr {
	padding: 0;
}

.category__item--noimage + .category__item--content:hover {
	/*background-color: #ffc510;*/
}

.category__item--noimage + .category__item--content .category__item--link:hover {
	background-color: unset;
}

.category__item--noimage + .category__item--content .category__item--title
{
	padding: 0;
}

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

/*.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
}*/


summary
{
	font-size: 1.5625rem;
}



/* End */


/* Start:/local/templates/sikarus/components/bitrix/catalog.section/details/style.css?17567331902940*/
.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:left
}
.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*/

@media only screen and (min-width:1200px) {
	.products__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    justify-content: center;
	}
	.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 */


/* Start:/local/templates/sikarus/components/bitrix/catalog.item/.default/style.css?1756733190153*/
.products__item--no_image
{
    border: 1px solid #ddd;
}

.products__item h5 {
font-weight: 700;
}
.products__item:hover {
background-color: #ffc510;
}

/* 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/elements/style.css?17567331902899 */
/* /local/templates/sikarus/components/bitrix/catalog.section/details/style.css?17567331902940 */
/* /local/templates/sikarus/components/bitrix/catalog.item/.default/style.css?1756733190153 */
/* /local/templates/sikarus/components/bitrix/catalog/.default/bitrix/catalog.section/.default/style.css?17567331903146 */
