

/* 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.element/.default/style.css?17567331904421*/
.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
}
.add-to-favorite.active svg path {
	fill:#ffc510
}
.product__head {
	display:flex;
	justify-content:space-between;
	align-items:center
}
.product__img {
	max-width:250px;
	object-fit:contain;
	margin-bottom: 30px;
}

.product__img img {
	min-width:250px;
	max-height: 250px;
	height: 100%;
        object-fit: contain;
}
@media only screen and (min-width:960px) {
	.product__img {
		max-width:350px;
		margin:0 50px 0 0
	}
	.product__img img {
		min-width:350px;
		max-height: 350px;
	}
}
.product__main {
	display:flex;
	text-align:left;
	flex-direction:column;
	align-items:center;
	justify-content:center
}
@media only screen and (min-width:960px) {
	.product__main {
		flex-direction:row;
		align-items:flex-start;
        justify-content: flex-start;
	}
	.product__right {
		width:100%;
	}
}
.product__main p {
	font-size:20px
}
.product__main li {
	font-size:18px;
	position:relative;
	margin-left:30px
}
.product__main li:before {
	position:absolute;
	content:url(/sikarus/dist/img/check.d291aef9.svg);
	width:20px;
	height:20px;
	top:3px;
	left:-30px
}
.product__main h4 {
	font-weight:700
}
.product__main--links {
	margin-top:40px;
	text-align:right;
	display:flex;
	flex-direction:column
}
@media only screen and (min-width:960px) {
	.product__main--links {
		flex-direction:row;
		justify-content:flex-end
	}
}
.product__main--links a {
	color:#000!important;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;
	transition:all .2s ease-out;
	display:flex
}
@media only screen and (min-width:960px) {
	.product__main--links a {
		padding:20px
	}
}
.product__main--links a svg {
	margin-right:10px
}
.product__main--links a:hover {
	color:#ffc510!important;
	transition:all .2s ease
}
.product__main--links a:hover svg path {
	fill:#ffc510
}
.product__info--anchor {
	color:#000!important
}
.product__info--anchor:active,
.product__info--anchor:hover {
	color:#ffc510!important;
	border-bottom:2px solid #ffc510
}
.product__info--list h5 {
	font-weight:700;
	margin-bottom:10px;
	border-bottom:1px solid #000
}
.product__info--header {
	border-bottom:none;
	font-weight:400;
	margin-bottom:0
}
.product__info p {
	font-size:20px
}
.product__info--navigation {
	font-weight:700;
	font-size:28px;
	margin-bottom:40px
}
.product__info--navigation ul {
	display:flex;
	justify-content:center;
	flex-direction:column
}
@media only screen and (min-width:960px) {
	.product__info--navigation ul {
		flex-direction:row
	}
}
.product__info--navigation li {
	padding:15px 20px
}
.product__info--description {
	margin:30px 0;
	display:grid;
	grid-template-columns:repeat(1,1fr);
	grid-gap:20px;
	text-align:left
}
@media only screen and (min-width:960px) {
	.product__info--description {
		grid-template-columns:repeat(2,1fr);
		grid-gap:30px
	}
}
.product__info--description h4 {
	font-weight:700;
	margin-bottom:10px;
	border-bottom:1px solid #000
}
.product__info--description li {
	font-size:20px
}
.product__info--chars {
	margin-top:50px
}

/* скрываем лишний перенос строк при преобразовании маркеров текста в переносы строк */
ul.product__info--description h4 + br:first-of-type
{
	display: none;
}

.grid-container.section-margin > ul + div {
	margin-top: 48px;
}

.product__no-image
{
	border: 1px solid #ddd;
}

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


/* Start:/local/components/sika/catalog.documents/templates/.default/style.css?17567331902876*/
.product-list-blocks {
    display:grid;
    text-align:left;
    grid-template-columns:repeat(1,1fr);
    grid-gap:15px;
    justify-content:center;
    margin-bottom:40px!important
}
@media only screen and (min-width:600px) {
    .product-list-blocks {
        grid-template-columns:repeat(2,1fr)
    }
}
@media only screen and (min-width:960px) {
    .product-list-blocks {
        grid-template-columns:repeat(4,1fr)
    }
}
.product-list-blocks li {
    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
}
.product-list-blocks li:hover {
    background-color:#ffc510;
    color:#fff!important
}
.product-list-blocks li h4 {
    font-weight:700
}
.product-list-blocks li a {
    color:#000!important;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.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
}
.cabinet__wrap {
    margin-bottom:30px;
    display:flex
}
.cabinet__wrap img {
    display:none
}
@media only screen and (min-width:960px) {
    .cabinet__wrap img {
        display:block;
        width:50%;
        -o-object-fit:cover;
        object-fit:cover
    }
}
.cabinet__dealer {
    padding:30px!important;
    background-color:#f5f5f5;
    text-align:left;
    width:100%
}
@media only screen and (min-width:960px) {
    .cabinet__dealer {
        width:50%
    }
}
.cabinet__dealer h6 {
    font-weight:700
}
.cabinet__dealer span {
    display:block
}
.cabinet__dealer li {
    margin-bottom:10px;
    display:grid;
    grid-template-columns:repeat(2,1fr)
}
.cabinet__dealer a {
    color:#000!important;
    border-bottom:2px solid #ffc510
}

.empty_target_block
{
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px gray dashed;
}
/* End */
/* /local/templates/sikarus/components/bitrix/catalog/.default/style.css?17567331901122 */
/* /local/templates/sikarus/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17567331904421 */
/* /local/components/sika/catalog.documents/templates/.default/style.css?17567331902876 */
