

/* Start:/bitrix/templates/sc_blue/components/bitrix/catalog/sc_catalog/style.css?17456687511275*/
/* .catalog .prods .sectinfo,
.catalog .prods .mix{
	border-left:1px solid #F2F2F2;
} */
.catalog .prods .mix{
	padding-bottom:12px;
}
.catalog .prods .sectinfo,
.catalog .prods .mix,
.catalog .prods .ajaxpages_gmci{
	width:100%;
	float:left;
}
/* .catalog .prods .sectinfo{
	border-top:1px solid #E5E5E5;
} */
.catalog .prods .sectinfo .description{
/* 	font-family:Opensanslight,Arial,Helvetica,sans-serif;
	color:#484848; */
}
.catalog .prods .compareandpaginator{
	padding:12px 0px;
	border-top:1px solid #E5E5E5;
}
.catalog .prods .compareandpaginator .compare{
	float:left;
	padding-left:17px;
}
.catalog .prods .mix .catalogsorter{
	margin: 10px 0;
}

@media screen and (max-width:775px){
	body.adaptive .catalog .compare{
		width:100%;
		float:none;
	}
}
@media screen and (max-width:605px){
	body.adaptive .catalog .sidebar,
	body.adaptive .catalog .prods{
		width:100%;
		margin-left:0px;
	}
	body.adaptive .catalog .prods .sectinfo,
	body.adaptive .catalog .prods .mix{
		border-left:none;
	}
	body.adaptive .catalog .prods .mix .compareandpaginator{
		display:none;
	}
	body.adaptive .catalog .prods .compareandpaginator .compare{
		padding-left:0px;
	}
}

h1.pagetitle.catalog {
/*display:none;*/
}

.bannermarket.catalog1 {
	float: right; 
	margin-top: -42px;
}
/* End */


/* Start:/bitrix/templates/sc_blue/components/bitrix/catalog.element/sc_new/style.css?17456687513*/
﻿
/* End */


/* Start:/bitrix/templates/sc_blue/components/redsign/grupper.list/sc_new/style.css?1745668751866*/
.hint {
	position:relative;
	top:3px;
	cursor:pointer;
}

.hint_text {
	border:1px solid #ccc;
	background:#fff;
	padding:7px;
	max-width:200px;
	position:absolute;
	margin-top:-35px;
	margin-left:55px;
	display:none;
}


table.groupedprops th{
	padding-top:25px;
	text-transform:uppercase;
}
table.groupedprops th.first{
	padding-top:0px;
}
.groupedprops th,
.groupedprops td{
	padding:8px 0px;
	text-align:left;
}
.groupedprops .line,
.groupedprops .val{
	height:12px;
}
.groupedprops .line{
	padding-right:50px;
	border-bottom:1px dotted #CCC;
}
.groupedprops .line span{
	color:#777;
	background-color:#FFF;
}

@media screen and (max-width: 605px){
	.body .groupedprops{
		min-width:100px;
	}
}
@media screen and (max-width: 480px){
	.body .groupedprops .line,
	.body .groupedprops .val{
		height:auto;
	}
	.body .groupedprops .line{
		border-bottom:none;
	}
}


/* End */


/* Start:/bitrix/templates/sc_blue/components/ql/reviews/main/style.css?174566875112693*/
.gs-dropfile {
    display: block;
}

.gs-dropfile__field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gs-dropfile__zone {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    width: 140px;
    height: 55px;
}

.gs-dropfile__zone:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    line-height: 1;
    color: #000;
}

.gs-dropfile__text {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #363636;
    opacity: 0.7;
    max-width: 310px;
}

.gs-dropfile__text:not(:first-child) {
    margin-left: 15px;
}

.gs-dropfile__previews {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.gs-dropfile__previews .dz-preview {
    padding-left: 10px;
    margin-top: 10px;
}

.gs-dropfile__previews .dz-image {
    border-radius: 5px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}

.gs-dropfile__previews .dz-details {
    margin-top: 6px;
}

.gs-dropfile__previews .dz-size {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    text-align: center;
}

.gs-dropfile__previews .dz-size strong {
    color: #585858;
}

.gs-dropfile .dz-progress,
.gs-dropfile .dz-error-message,
.gs-dropfile .dz-filename,
.gs-dropfile .dz-success-mark,
.gs-dropfile .dz-error-mark {
    display: none;
}

@media (max-width: 767px) {
    .gs-dropfile__field {
        display: block;
    }

    .gs-dropfile__text:not(:first-child) {
        margin-left: 0;
    }

    .gs-dropfile__text {
        margin: 15px 0 0;
    }

    .gs-dropfile__zone {
        width: 100%;
        height: 60px;
    }
}

/* Review block */
.gs-review-block__text {
    line-height: 21px;
}

.gs-review-block__text:not(:last-child) {
    margin-bottom: 50px;
}

.gs-review-block__sorting {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #363636;
    margin-bottom: 30px;
}

.gs-review-block__sorting > span:not(:last-child) {
    margin-right: 5px;
}

.gs-review-block__sorting__item {
    transition: color .2s ease;
}

.gs-review-block__sorting__item._active {
    text-decoration: underline;
}

.gs-review-block__sorting__item:not(._active):hover,
.gs-review-block__sorting__item:not(._active):focus {
    color: #f25925;
    cursor: pointer;
}

.gs-review-block__item:not(:last-child) {
    margin-bottom: 60px;
}

.gs-review-block__item__head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.gs-review-block__item__head:not(:last-child) {
    margin-bottom: 20px;
}

.gs-review-block__item__head__left:not(:last-child) {
    margin-right: 10px;
}

.gs-review-block__item__head__right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.gs-review-block__item__head__right:not(:first-child) {
    margin-left: 10px;
}

.gs-review-block__item__head__right > *:not(:last-child) {
    margin-right: 25px;
}

.gs-review-block__item__left {
    max-width: 750px;
    padding-right: 20px;
}

.gs-review-block__item__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #363636;
}

.gs-review-block__item__date {
    font-size: 12px;
    line-height: 18px;
    color: #989898;
}

.gs-review-block .rating-stars {
    margin: -2px 0 0;
}

.gs-review-block .rating-stars:before,
.gs-review-block .rating-stars .icon {
    color: #ffcd00;
}

.gs-review-block__item__body {
    color: #363636;
}

.gs-review-block__item__body > *:not(:last-child) {
    margin-bottom: 30px;
}

.gs-review-block__item__pros,
.gs-review-block__item__cons,
.gs-review-block__item__qoute {
    display: block;
    position: relative;
    padding-left: 24px;
}

.gs-review-block__item__pros:before,
.gs-review-block__item__cons:before,
.gs-review-block__item__qoute:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    line-height: 1;
    font-size: 18px;
    width: 16px;
    text-align: center;
}

.gs-review-block__item__pros:before {
    content: "+";
    color: #06A400;
}

.gs-review-block__item__cons:before {
    content: "—";
    color: #D35B2E;
}

.gs-review-block__item__qoute:before {
    content: "«";
    color: #989898;
}

.gs-review-block__yamarket {
    padding: 30px 24px;
    display: block;
    max-width: 150px;
    background-color: #F2F2F2;
    font-size: 12px;
    line-height: 18px;
    color: #363636;
    text-align: center;
}

.gs-review-block__yamarket__text {
    display: block;
    margin-bottom: 5px;
}

.gs-review-block__yamarket > img {
    display: inline-block;
}

.gs-review-block__gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gs-review-block__gallery > *:not(:last-child) {
    margin-right: 5px;
}

.gs-review-block__gallery__item,
.gs-review-block__gallery__more {
    display: inline-block;
    height: 65px;
    width: 65px;
    text-decoration: none;
    border-radius: 3px;
    overflow: hidden;
}

.gs-review-block__gallery__item {
    background-color: #DCDCDC;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gs-review-block__gallery__item._empty {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.gs-review-block__gallery__more {
    background-color: #F2F2F2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.gs-review-block__gallery__more > span {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #44538B;
}

.gs-review-block__more-btn {
    height: 30px;
    min-width: 200px;

    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    background: transparent;
    border: 1px solid #44538B;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #424B82;
    padding: 0 20px;
    transition: .2s ease;
    transition-property: color, border-color, background;
}

.gs-review-block__more-btn:hover,
.gs-review-block__more-btn:focus {
    text-decoration: none;
    color: #f25925;
    border-color: #f25925;
    cursor: pointer;
}

.gs-review-block__bottom:not(:first-child) {
    margin-top: 30px;
}

.gs-review-block__form:not(:first-child) {
    margin-top: 50px;
}

.gs-review-form__inner {
    background-color: #F2F2F2;
    border-radius: 3px;
    padding: 40px 80px;
}

.gs-review-form__title {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.56;
    color: #000;
    text-align: center;
    margin: 0 0 20px;
}

.gs-review-form__label {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42;
    color: #363636;
    margin: 0 0 15px;
}

.gs-review-form__row:not(:last-child) {
    margin-bottom: 15px;
}

.gs-review-form__row._inline {
    display: flex;
    align-items: center;
}

.gs-review-form__row._inline > *:not(:last-child) {
    margin-right: 10px;
}

.gs-review-form__row._inline .gs-review-form__label {
    margin-bottom: 0;
}

.gs-review-form__row._buttons {
    margin-top: 30px;
}

.gs-review-form__input,
.gs-review-form__textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: 'Circe', sans-serif;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    border: 1px solid transparent;
    box-shadow: none;
    transition: .2s ease;
    transition-property: color, border-color, background-color;
}

.gs-review-form__input:focus,
.gs-review-form__textarea:focus {
    border-color: #9e9e9e;
}

.gs-review-form__input:-ms-input-placeholder,
.gs-review-form__textarea:-ms-input-placeholder {
    color: #989898;
}

.gs-review-form__input::-moz-placeholder,
.gs-review-form__textarea::-moz-placeholder {
    color: #989898;
}

.gs-review-form__input::-webkit-input-placeholder,
.gs-review-form__textarea::-webkit-input-placeholder {
    color: #989898;
}

.gs-review-form__input.is-error,
.gs-review-form__textarea.is-error {
    padding-right: 20px !important;
    background-color: #f9e9e9 !important;
    border-color: #da4444 !important;
    border-width: 2px !important;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojREE0NDQ0O308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMSw1QzExLDUsMTEsNSwxMSw1QzExLDUsMTEsNSwxMSw1Yy0zLjMsMC02LDIuNy02LDZjMCwzLjMsMi43LDYsNiw2YzAsMCwwLDAsMCwwYzAsMCwwLDAsMCwwYzMuMywwLDYtMi43LDYtNkMxNyw3LjcsMTQuMyw1LDExLDV6IE0xMSwxNS4zQzExLDE1LjMsMTEsMTUuMywxMSwxNS4zQzExLDE1LjMsMTEsMTUuMywxMSwxNS4zYy0wLjYsMC0xLTAuNC0xLTFjMC0wLjUsMC40LTEsMS0xYzAsMCwwLDAsMCwwYzAsMCwwLDAsMCwwYzAuNSwwLDEsMC40LDEsMUMxMiwxNC44LDExLjUsMTUuMywxMSwxNS4zeiBNMTIuNCw3LjhjLTAuMSwxLTAuNSwzLjktMC41LDMuOWMwLDAuNS0wLjQsMC45LTAuOSwwLjljMCwwLDAsMCwwLDBjMCwwLDAsMCwwLDBjLTAuNSwwLTAuOS0wLjQtMC45LTAuOWMwLDAtMC40LTIuOS0wLjUtMy45YzAtMC41LDAuMy0xLjQsMS40LTEuNGMwLDAsMCwwLDAsMGMwLDAsMCwwLDAsMEMxMi4xLDYuNCwxMi40LDcuMywxMi40LDcuOHoiLz48L2c+PC9nPjwvc3ZnPg==') !important;
    background-size: 22px !important;
    background-repeat: no-repeat !important;
    background-position: right 7px !important;
}

.gs-review-form__input {
    height: 40px;
    line-height: 40px;
}

.gs-review-form__textarea {
    resize: auto;
    height: 40px;
    min-height: 40px;
    padding-top: 10px;
}

.gs-review-form__error {
    display: block;
    color: #da4444;
    font-size: 12px;
    line-height: 1.2;
    margin: 6px 0 0;
}

.gs-review-form__field + .gs-review-form__field {
    margin-top: 15px;
}

.gs-review-form .n-button-wide {
    height: 40px;
    width: 100%;
    font-size: 14px;
}

.gs-review-form .n-button-wide:not(:disabled) {
    cursor: pointer;
}

.gs-review-success {
    padding: 40px 60px;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
}

.gs-review-success__title {
    display: block;
    line-height: 1;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px;
}

.gs-review-success__text {
    display: block;
}

@media (max-width: 767px) {
    .gs-review-block__text:not(:last-child) {
        margin-bottom: 30px;
    }

    .gs-review-block__sorting {
        flex-wrap: wrap;
    }

    .gs-review-block__sorting > span:first-child {
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 6px;
    }

    .gs-review-block__item__head {
        display: block;
    }

    .gs-review-block__item__head__left {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .gs-review-block__item__head__right:not(:first-child) {
        margin-left: 0;
    }

    .gs-review-block__item__head__right {
        justify-content: space-between;
    }

    .gs-review-block__item__left {
        padding-right: 0;
    }

    .gs-review-block__item__body > *:not(:last-child) {
        margin-bottom: 16px;
    }

    .gs-review-block__item > .uk-grid > *:first-child {
        margin-bottom: 20px;
    }

    .gs-review-block__yamarket {
        max-width: 100%;
        padding: 20px;
    }

    .gs-review-block__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .gs-review-block__gallery__item,
    .gs-review-block__gallery__more {
        height: 50px;
        width: 50px;
    }

    .gs-review-block__gallery__more > span {
        font-size: 14px;
    }

    .gs-review-form__inner {
        padding: 20px 12px;
    }
}
/* End */


/* Start:/bitrix/templates/sc_blue/components/bitrix/breadcrumb/sc_breadcrumb_inside/style.css?1745668751134*/
.nav-chain-last {
    text-decoration: none;
    color: #60657e;
    cursor: default;
}

.nav-chain-last:hover{
    color: #60657e;
}

/* End */


/* Start:/bitrix/templates/sc_blue/components/bitrix/catalog.compare.list/sc_hidden/style.css?1745668751394*/
.comparelist .title{
	float:left;
	margin-right:5px;
	padding:5px 0px;
}
.comparelist a{
	display:block;
	float:left;
	padding:5px 14px;
	margin-left:2px;
	text-decoration:none;
	text-decoration:none;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.comparelist a:hover{
	color:#FFF;
	background-color:#EE8131;
	text-decoration:underline;
}
/* End */


/* Start:/bitrix/templates/sc_blue/components/bitrix/catalog.products.viewed/sc_viewed/style.css?17456687513791*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
/* End */
/* /bitrix/templates/sc_blue/components/bitrix/catalog/sc_catalog/style.css?17456687511275 */
/* /bitrix/templates/sc_blue/components/bitrix/catalog.element/sc_new/style.css?17456687513 */
/* /bitrix/templates/sc_blue/components/redsign/grupper.list/sc_new/style.css?1745668751866 */
/* /bitrix/templates/sc_blue/components/ql/reviews/main/style.css?174566875112693 */
/* /bitrix/templates/sc_blue/components/bitrix/breadcrumb/sc_breadcrumb_inside/style.css?1745668751134 */
/* /bitrix/templates/sc_blue/components/bitrix/catalog.compare.list/sc_hidden/style.css?1745668751394 */
/* /bitrix/templates/sc_blue/components/bitrix/catalog.products.viewed/sc_viewed/style.css?17456687513791 */
