

/* Start:/local/components/sm/search.page/templates/sm_search_page/style.css?17651868433796*/
div.search-tags-chain a {margin:2px;}
div.search-tags-chain a.search-tags-link {color:#333333; font-size:90%; text-decoration:none;color:#535353;}
div.search-tags-cloud a {white-space: normal;}

div.search-advanced { /*overflow: hidden; */margin: 0.5em 0; zoom:1;}
div.search-advanced-result { }
div.search-advanced-filter { float: right; }
div.search-advanced-filter a { outline: none;}

div.search-item { margin: 0 0 1.5em; padding: 0 0 1.5em; border-bottom: 1px solid;}
div.search-item h4 { font-size: 140%; font-weight: normal; line-height: 1.2; margin: 1.3em 0 0.4em;}
div.search-item h4 a { text-decoration:none;}
div.search-item h4 a:hover b { color: #008aff; }
div.search-item h4 img { border:0px;vertical-align:middle;}
div.search-item h4 span { vertical-align:middle;text-decoration:underline;}
div.search-result { margin: 0;}
div.search-preview {margin: 0.5em 0;}

div.search-item-meta { margin: 1em 0 0 0; overflow: hidden; zoom: 1;}
div.search-item-rate { float: left; margin: -3px 6px 0 0;}
div.search-item-tags { float: left; }
div.search-item-date { float: right;}

div.search-page input.search-query {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-suggest {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-button { font-size: 1.2em; }

div.search-filter h2 { margin:1em 0 0.5em; border: none;}
table.search-filter { width: 100%;  margin-top: 0.5em;}
table.search-filter td { padding: 1em; border-top: 1px solid;}
td.search-filter-name { width: 10%; text-align: right;}
td.search-filter-field { width: 50%;}

table.search-filter input.input-field { border: 1px solid; font-size:1.3em; }
table.search-filter select.select-field {border: 1px solid; font-size:1.2em; }

div.search-sorting { margin: 0.5em 0;}
div.search-sorting b { padding: 0.2em 0.3em 0.3em ; font-weight: normal;}
/* COLORS */
div.search-item, table.search-filter td { border-color: #E9E9E9;}
div.search-page input.search-query, div.search-page input.search-suggest, table.search-filter input.input-field, table.search-filter select.select-field { background: #F8F7F7; border-color: #D9D9D9; }
div.search-advanced, div.search-item-meta, div.search-item-meta a { color: #8a8a8a; }
div.search-sorting b { background: #e8e9ec; }

.search-item-rate {font-size: 11px;}

.search-item__properties {
	display: flex;
	margin-top: 1.3em;
}

.search-item__property {
	margin-right: 18px;
	font-size: 13px;
}

.search-item__properties + h4 {
	margin-top: 7px !important;
}

.sale_icon {
	width: 25px;
	margin: 0 0 0 6px;
}

#tabs {
	margin: 10px 0;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}    
.tabs-nav a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fbfbfb; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #999;
}		
.tabs-nav li:first-child a {
	border-radius: 5px 0 0 0; 
}
.tabs-nav li:last-child a {
	display: block;
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0; 
}
.tabs-nav a.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}    
.tabs-items {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
.tabs-item {
	padding: 15px;
}

img.loading {
	display: block;
	margin: 0px auto;
}

section.loading, div.loading {
	background: url("/local/components/sm/search.page/templates/sm_search_page/img/loading.gif") no-repeat 47% 5%;
	opacity: 50%;
}

a.load_more, 
ul li.bx-pag-form, 
ul li.bx-pag-form__link {
	display: none !important;
}

#catalogSectionInfo a {
	color: #008aff !important;
}

/* End */


/* Start:/local/components/bitrix/catalog.smart.filter/templates/search_filter/style.css?173528199311261*/
.parametric {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
}

.parametric > form {
	display: flex;
    flex-wrap: wrap;
}


.add-filter > .list__wrapper {
    display: none;
    position: absolute;
    z-index: 120;
    background-color: #fff;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.add-filter > .list__wrapper.open {
    display: block;
}

.add-filter > .list__wrapper > div {
    display: block;
    padding: 10px;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
}

.add-filter > .list__wrapper > div:hover {
    color: #fff;
    background-color: #172430;
}

.add-filter > .list__wrapper > div:hover span {
    color: #fff;
}

.filter-item {
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    flex-wrap: nowrap;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    background-color: #ebebeb;
}


.filter-item__delete  {
    width: 11px;
    height: 23px;
    margin: 0px 5px 0px -5px;
    position: relative;
    cursor: pointer;
}

.filter-item__delete span {
    display: block;
    width: 11px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 12px;
}

.filter-item__delete span:nth-child(1) {
    transform: rotate(45deg);
}

.filter-item__delete span:nth-child(2) {
    transform: rotate(-45deg);
}

.filter-item__name {
    padding-right: 10px;
    font-size: 13px;
    line-height: 26px;
    color: #343434;
}

.filter-item__option:nth-child(1) {
    border-left: 1px solid #e1e1e1;
}

.filter-item__option {
    display: flex;
    padding: 0px 5px 0px 13px;
    line-height: 26px;
    border-right: 1px solid #e1e1e1;
    background-color: #fff;
}

.filter-item__option.hide {
    display: none;
}
.filter-item__option.filter-item__addit {
    font-size: 12px;
    cursor: pointer;
}
.filter-item__option.filter-item__addit span {
    margin: 0px 5px;
}

.filter-item__option .option-name {
    font-size: 12px;
}

.filter-item__option .option-delete  {
    width: 10px;
    height: 23px;
    margin: 0px 5px;
    position: relative;
    cursor: pointer;
}

.filter-item__option .option-delete span {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 13px;
}

.filter-item__option .option-delete span:nth-child(1) {
    transform: rotate(45deg);
}

.filter-item__option .option-delete span:nth-child(2) {
    transform: rotate(-45deg);
}

.filter-item__add {
    width: 10px;
    margin-left: 7px;
    margin-right: -3px;
    position: relative;
    cursor: pointer;
}

.filter-item__add span {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 12px;
}

.filter-item__add span:nth-child(2) {
    transform: rotate(90deg)
}

.filter-item__more span {
    display: block;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 5px;
    background-color: #fff;
    cursor: pointer;
}

.filter-item__more .more-list {
    display: none;
}

.filter-item__option.range-option {
    font-size: 12px;
    line-height: 26px;
}

.filter-item__option.range-option span {
    font-size: 12px;
    line-height: 26px;
    padding: 0px 2px;
}

.filter-item__range {
    cursor: pointer;
}

.filter-item__range:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 7px;
    border-style: solid;
    border-width: 5.5px 4px 0 4px;
    border-color: #373b44 transparent transparent transparent;
}


.add-filter button span {
    display: inline-block;
    vertical-align: middle;
}

.add-filter button span:nth-child(1) {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    position: relative;
    background-color: #172430;
    border-radius: 50%;
}

.add-filter button span:nth-child(2) {
    font-size: 13px;
    line-height: 24px;
    color: #858585;
}



.add-filter button span:nth-child(1):before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 5px;
}

.add-filter button span:nth-child(1):after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 5px;
    transform: rotate(90deg)
}

.filter-item__option input[type=radio] {
    display: inline-block;
    width: 18px;
    height: 13px;
    margin: 0px 2px 0px -5px;
    vertical-align: middle;
    background-image: url(/local/components/bitrix/catalog.smart.filter/templates/search_filter/images/filter-radio-off.jpg);
    background-repeat: no-repeat;
    background-size: 18px 13px;
    appearance: none;
    -webkit-appearance: none;
}

.filter-item__option input[type=radio]:checked {
    background-image: url(/local/components/bitrix/catalog.smart.filter/templates/search_filter/images/filter-radio-on.jpg);
}

.filter-item__option > div > label {
    font-size: 13px;
    line-height: 24px;
    padding-right: 4px;
}

.remove-all.close {
    display: none;
}
.remove-all {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -55px;
    cursor: pointer;
}

.remove-all span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #9b240c

}

.remove-all .delete-red {
    display: inline-block;
    width: 10px;
    height: 23px;
    margin: 0px 5px;
    position: relative;
    cursor: pointer;
}

.remove-all .delete-red:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #9b240c;
    position: absolute;
    top: 11px;
    transform: rotate(45deg);
}

.remove-all .delete-red:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #9b240c;
    position: absolute;
    top: 11px;
    transform: rotate(-45deg);
}

/* filter units */

.add-filter__item  {
    display: none;
    min-width: 200px;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    border-radius: 5px;
    z-index: 120;
}

.add-filter__item h4 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin: 0px 0px 20px;
    text-align: center;
}

.items-choice__checkbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.items-choice__checkbox .item-unit {
    display: block;
    width: 50%;
    margin-bottom: 10px;
}

.items-choice__checkbox .item-unit label {
    display: block;
    cursor: pointer;
}

.items-choice__checkbox .item-unit input[type=checkbox] {
    display: inline-block;
    width: 18px;
    height: 13px;
    margin: 0px 2px 0px -5px;
    vertical-align: middle;
    background-image: url(/local/components/bitrix/catalog.smart.filter/templates/search_filter/images/filter-radio-off.jpg);
    background-repeat: no-repeat;
    background-size: 18px 13px;
    appearance: none;
    -webkit-appearance: none;
}

.items-choice__checkbox .item-unit input[type=checkbox]:checked {
    background-image: url(/local/components/bitrix/catalog.smart.filter/templates/search_filter/images/filter-radio-on.jpg);
}

.items-choice__radio label {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}

.items-choice__radio input[type=radio] {
    display: inline-block;
    width: 18px;
    height: 13px;
    margin: 0px 2px 0px -5px;
    vertical-align: middle;
    background-image: url(/local/components/bitrix/catalog.smart.filter/templates/search_filter/images/filter-radio-off.jpg);
    background-repeat: no-repeat;
    background-size: 18px 13px;
    appearance: none;
    -webkit-appearance: none;
}

.items-choice__radio input[type=radio]:checked {
    background-image: url(/local/components/bitrix/catalog.smart.filter/templates/search_filter/images/filter-radio-on.jpg);
}

/* RANGE SLIDER*/
/*
.items-choice__range {
    height: 75px;
    padding-top: 25px;
    position: relative;
}

.irs-line {
    height: 5px;
    border-radius: 5px;
    background-color: #17232f;
}

.irs-slider.to{
    top: 6px;
}

.irs-slider.to {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    right: -6px;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #000000 transparent;
}

.irs-slider.from{
    top: 10px;
}

.irs-slider.from {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -14px;
    right: 18px;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #000000 transparent transparent transparent;
}

.irs-single {
    top: -40px;
}

.default-button.add-filter__unit {
    min-width: 235px;
    margin: 0 auto;
    padding: 11px;
    border-radius: 5px;
}

.range-from, .range-to {
    display: none;
}

.items-choice__range > .range .current-choose {
    display: none;

} 

.rangeLabel {
    position: relative;
    cursor: pointer;
}

.current-choose {
    white-space: nowrap;
}
.current-choose.invis {
    visibility: hidden;
}

.current-choose:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 7px;
    border-style: solid;
    border-width: 5.5px 4px 0 4px;
    border-color: #373b44 transparent transparent transparent;
}


.choose-list {
    display: none;
    position: absolute;
}

.choose-list span {
    display: block;
}

.rangeLabel.open .choose-list {
    display: block;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    background-color: #fff;
    z-index: 100;
    overflow: hidden;
}

.choose-item {
    padding: 10px;
}

.choose-item:hover {
    background-color: #000;
    color: #fff;
}
.choose-item.inactive {
    color: dimgrey;
}

.rangeLabel {
    display: block;
    position: absolute;
}

.label-from {
    top: 34px;
}

.label-to {
    top: -1px;
}*/

.range-input__wrapper,
.range-wrapper {
    display: flex;
    align-items: center;
}

.range-wrapper {
    margin-bottom: 40px;
}

.range-wrapper > span {
    display: block;
    width: 25px;
    margin-right: 5px;
}

.range-from,
.range-to {
    display: block;
    width: 100%;
    max-width: 150px;
    padding: 8px 5px;
    line-height: 25px;
    font-size: 25px;
    text-align: right;
    box-sizing: border-box;
}

.range-value__select {
    display: block;
    width: 95px;
    background-color: #ebebeb;
    border-left: 1px solid #dfdfdf;
    padding: 11px 5px;
    line-height: 25px;
    box-sizing: border-box;
}

.range-value__select > span {
    font-size: 20px;
}

.range-input__wrapper {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .parametric {
        flex-direction: column;
    }

    .remove-all {
        display: block;
        position: static;
        margin: 0px 0px 15px;
    }

    .filter-item {
        align-self: flex-start;
    }

    .filter-item__option  {
        display: none;
    }
}

.items-choice__radio label {
    margin-bottom: 0px !important;
}

.list__wrapper div[itemid=SECTIONID] {
    display: none;
}

div.filter-item.SECTIONID__filter div.filter-item__delete {
    display: none;
}

div.items-choice__radio img.sale_icon {
    width: 15px !important;
}

/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog.section/search_results/style.css?173494139122782*/
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
	text-decoration: none;
}

#analogue .wrapper {
	max-width: 2560px;
}

#analogue .section-content {
	padding:	0px 50px;
}

.row::before {
	display: initial;
}

/* CARD */

.card {
	margin-top: 30px;
}

.card h1 {
	margin: 0px;
	font-size: 60px;
	font-weight: normal;
	line-height: 60px;
}

.card-wrapper {
	display: flex;
	margin-top: 30px;
}

.card-content {
	width: 75%;
	padding-right: 20px;
}

.card-sidebar {
	width: 25%;
}

.card-nav {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.card-nav li {
	display: inline-block;
	margin-right: 30px;
	padding-bottom: 5px;
	border-bottom: 5px solid transparent;
}

.card-nav li:hover {
	border-bottom: 5px solid #000;
}

.card-nav li:last-child {
	margin-right: 0px;
}

.card-nav li a {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	color: #262b2e;
}

.card-content > .content-header {
	border-bottom: 1px solid #bdbfc0;
}


.card-content .section-header {
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d5d5;
}

.section-header h2 {
	margin: 0px;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}

/* SHORT DESCRIPTION */

.short-description {
	margin-top: 30px;
}

.short-description .section-header {
	display: flex;
	justify-content: space-between;
}

.short-description .section-header h2 {
	width: 50%;
}

.short-description .section-header .section-header__description {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}

.short-description .section-header .section-header__description span {
	display: block;
	width: 50%;
	margin-bottom: 5px;
	font-size: 12px;
	color: #4c4c4c;
}

.short-description .section-header .section-header__description span a {
	color: #008aff;
}

.short-description .section-header .section-header__description span a:hover {
	text-decoration: underline;
}

.short-description  .section-content {
	display: flex;
	padding-top: 30px;
}

.short-description  .section-content .section-content__image {
	width: 100%;
	max-width: 450px;
}

.short-description  .section-content .section-content__description  {
	padding-left: 60px;
}

.short-description  .section-content .section-content__description ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.short-description  .section-content .section-content__description ul li {
	margin-bottom: 10px;
	font-size: 16px;
}

.card-pager {
	display: flex;
	justify-content: space-between;
	max-width: 450px;
	margin-top: 10px;
}

.card-pager .card-slide {
	display: block;
	padding: 10px;
}

.card-pager .card-slide.active {
	box-shadow: 0px 0px 5px 0px #008aff;
}


.card-pager .card-slide img {
	display: block;
	width: 100%;
}




.table-filter__hint {
	position: absolute;
    left: -18px;
	top: -3px;
	cursor: pointer;
}

.table-filter__hint svg {
	display: block;
	width: 21px;
	height: 20px;
}



/* SPECS */

.specs {
	margin-top: 30px;
}

.specs .section-content {
	padding-top: 30px;
}

.spec-item {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.spec-item__name,
.spec-item__value {
	flex-grow: 1;
}

.spec-item__group {
	max-width: 700px;
	margin-bottom: 30px;
}

.spec-item__group .section-content__header {
	margin-bottom: 10px;
	font-weight: bold;
}

.spec-item__separator {
	align-self: center;
	flex-grow: 35;
	border-bottom: 1px solid #c6c6c6;
}

.spec-item__value {
	text-align: right;
}

/* DOCS */

.docs {
	margin-top: 30px;
}

.docs-item {
	margin-bottom: 30px;
}

.docs-item a {
	color: #008aff;
}

.docs-item__header {
	margin-bottom: 10px;
}

/*.docs-item__header a {
	position: relative;
	padding-left: 35px;
}

.docs-item__header a::before {
	content: "";
	display: block;
	position: absolute;
	width: 33px;
	height: 30px;
	background-image: url("/local/templates/symmetron_default/images/pdf.svg");
	background-repeat: no-repeat;
	top: -5px;
	left: 0px;
	background-size: 100% 100%;
}*/

.docs-item__file {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}



/* SIDEBAR */

.card-sidebar__content {
	padding: 30px;
	box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.add-to-cart {
	text-decoration: none;
}

a.add-to-cart:hover {
	color: #fff;
	opacity: 0.85;
}

.sidebar-question {
	margin-bottom: 30px;
}

.sidebar-sample {

	text-decoration: none;
}

/* analogue */

.current-product {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.section-content {
	position: relative;
}

.analogue .section-content {
	margin-top: 10px;
}



.analogue-table__holder .left-side {
	float: left;
	background-color: #fff;
}


.analogue-table th:first-child > .table-filter {
	display: flex;
}


.section-content .scroll-table {
	/*height: 500px;
	overflow-y: auto;*/
	width: 100%;
	position: relative;
	/*min-height: 350px;*/
	overflow-x: auto;

}

.section-content .scroll-table th, .table-left .analogue-table__left th {
	position: sticky; 
	top: 0;
	background-color: #fff;
	z-index: 2;
    /*border-bottom: 1px solid #bdbfc0;*/
}

.section-content .scroll-table th,
.table-left .analogue-table__left th {
	position: relative;
}

.section-content .scroll-table .table-filter:after, 
.table-left .analogue-table__left .table-filter:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bdbfc0;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}



.analogue-table {
	width: 100%;
	border-collapse: collapse;
}


.analogue-table th, .analogue-table__left th  {
	padding: 10px;
	vertical-align: bottom;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
}

.analogue-table__left {
	border-collapse: collapse;
}



.analogue-table td {
	padding: 0px 10px;
	font-size: 15px;
	line-height: 15px; 
	/* border-bottom: 1px solid #bdbfc0; */
	border-bottom: none;
	text-align: center;
}

.analogue-table__left .mini-card__select td,
.mini-card__select td  {
	height: 60px;
}

.analogue-table__left td {
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	color: #008aff;
}

.analogue-table__left  td:first-child,
.analogue-table__left  th:first-child,
.analogue-table__left  td:first-child > a,
.analogue-table__left  th:first-child > a {

}

.analogue-table td:nth-child(1), 
.analogue-table td:nth-child(2) {
	text-align: left;
}

.analogue-table th:first-child {
	z-index: 15;
}

.analogue-table__holder .left-side th {
	color: #000;
}

.analogue-table__holder .right-side th {
	font-weight: normal;
}

.analogue-status {
	display: block;
}

.analogue-table .sort-val-desc, .analogue-table .sort-val-asc {
	font-weight: bold;
}

.analogue-status:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #ff0000;
}

.analogue-status.ordered:before {
	background-color: #0066ff;
}

.analogue-status.stock:before {
	background-color: #13af2c;
}

.analogue-status.order:before {
	background-color: #ff9600;
}

.table-filter___item {
	display: flex;
    align-items: flex-end;
	white-space: nowrap;
	position: relative;
	justify-content: center;

}

th:nth-child(-n+2) .table-filter___item {
	justify-content: flex-start;
}

.table-filter__name {
	white-space: nowrap;
}

.table-filter__arrow {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-left: 7px;
	border-style: solid;
	border-width: 5.5px 4px 0 4px;
	border-color: #373b44 transparent transparent transparent;
	cursor: pointer;
}

.sort-val-asc .table-filter__arrow {
	transform: rotate(180deg);
}

.analogue-table th.sort-val-asc:after {
	transform: rotate(180deg);
}

.analogue-table th:first-child:after {
	display: none;
}

button.show-all {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 30px auto;
	padding: 10px 0px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #d4d5d5;
	border-radius: 5px;
}

.industry-solutions {
	padding: 30px 15px 60px;
	border-top: 1px solid #bdbfc0;
	border-bottom: 1px solid #bdbfc0;
}

.industry-solutions .solutions {
	display: flex;
	width: 100%;
	margin-top: 20px;
	justify-content: space-between;
}

.industry-solutions .solutions .solution {
	display: block;
	width: 32.5%;
	height: 300px;
	padding: 20px 13px;
	overflow: hidden;
	border-radius: 5px;
	text-decoration: none;
	background-color: #53545a;
	background-repeat: no-repeat;
	background-size: cover;
}

.industry-solutions .solutions .solution span {
	display: block;
	color: #fff;
}

.industry-solutions .solutions .solution.black span {
	color: #000;
}

.solution-header {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 34px;
}

.solution-content {
	font-size: 16px;
}

.industry-solutions .solutions .solution.solution-1 {
	background-image: url(/local/templates/symmetron_default/components/bitrix/catalog.section/search_results/../images/industrial1.png);
}

.industry-solutions .solutions .solution.solution-2 {
	background-image: url(/local/templates/symmetron_default/components/bitrix/catalog.section/search_results/../images/industrial2.png);
}

.industry-solutions .solutions .solution.solution-3 {
	background-image: url(/local/templates/symmetron_default/components/bitrix/catalog.section/search_results/../images/industrial3.png);
}

.table-filter__selector {
	display: block;
    position: absolute;
    z-index: 21;
    vertical-align: bottom;
    margin-left: -24px;

}

.table-filter__selector.fixed {
	position: fixed;
}



/*th:nth-child(1) .table-filter___item {
	display: inline-block;
}*/

.items-selector {
	display: block;
	cursor: pointer;
	position: absolute;
}

.items-selector svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: #727272;
}

.table-filter__list {
	display: none;
	position: absolute;
	background-color: #fff;
    box-shadow: 0px 12px 13.84px 4.16px rgba(50, 52, 55, 0.1);
	z-index: 60;
}

.table-filter__selector.open .table-filter__list {
	display: block;
	min-width: 300px;
	max-width: 300px;
	max-height: 500px;
	white-space: normal;
	border-radius: 5px;
	top: 32px;
}

.table-filter__header {
	padding: 20px;
	font-size: 25px;
	line-height: 32px;
	text-align: center;
	box-sizing: border-box;
}

.table-filter__search-wrap {
	position: relative;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
}

.table-filter__search-wrap input {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 11px 11px 11px 40px;
    background: url(http://denis.symmetron.mcart.ru/local/templates/symmetron_default/images/catalog/search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}

.filter-list__footer {
	border-top: 1px solid #dbdbdb;
}

.default-button.add-table-filter {
	width: 100%;
	max-width: 265px;
	margin: 0 auto 15px;
	padding: 11px 10px;
	border-color: #d4d5d5;
}

.filter-list__wrapper {
    padding: 15px 20px 10px 40px;
    max-height: 212px;
    overflow-y: scroll;

}

.table-filter__item {
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

.tFilter-result {
	margin: 10px auto;
    font-size: 14px;
    color: #7f7f7f;
    text-align: center;
}

.table-filter__item input {
	display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 5px -2px 0px;
    background-image: url(/local/templates/symmetron_default/images/checkbox-false.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
}

.table-filter__item input:checked {
	background-image: url(/local/templates/symmetron_default/images/checkbox-true.jpg);
}

.sidebar-favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.sidebar-favorite.act svg:hover {
    fill: #008aff;
    stroke: #008aff;
    opacity: 0.55;
}




.hint {
	display: none;
	margin: 6px 0px 0px 7px;
	padding: 6px 15px;
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	white-space: normal;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #bdbfc0;
	font-weight: 400;
	border-radius: 5px;
}


.table-filter__hint:hover .hint {
	display: block;
}




.filter-nothing {
	margin-top: 150px;
}

.filter-nothing h2 {
	margin-bottom: 15px;
	font-size: 60px;
	font-weight: 100;
	text-align: center;
}

.filter-nothing p {
	display: block;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
}

.remove-filters {
	display: flex;
	max-width: 250px;
	align-items: center;
	margin: 0 auto 40px;
	border: 1px solid #d4d5d5;
	border-radius: 5px;
}

.remove-filters .remove-all {
	display: block;
	position: static;
}

.scroll-blocks {
	display: flex;
	width: 50px;
	height: 100%;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	z-index: 15;
}

.scroll-blocks:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.scroll-blocks svg {
	display: block;
	width: 50px;
	height: 50px;
}

.scroll-toLeft svg {
	transform: rotate(180deg);
}

.scroll-toLeft {
	left: 225px;
}

.scroll-toRight {
	right: 0;
}

.scroll-blocks.hidden {
	display: none;
}

.scroll-table__wrapper {
	position: relative;
}

.tooltipster-sidetip .tooltipster-content {
	font-size: 12px;
    line-height: 16px;
	color: #000;
}

.table-full {
	display: flex;
	porsition: relative;
}

.table-left {	
	position: relative;
}

.analogue-table__left {
	min-width: 225px;
}

.analogue-table__left .mini-card {
    border-bottom: 1px solid #bdbfc0;
}

.analogue-table__left .mini-card__select  td {
	border-bottom: 1px solid #bdbfc0;
}

/*.analogue-table__left .mini-card__select:first-child  td {
	border-top: 1px solid #bdbfc0;
}*/


@media (max-width: 1024px) {
	section#analogue {	
		padding: 0px;
		position: relative;
	}

	#analogue .section-content {
		padding: 0px 0px 0px 30px;
	}
}


@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}
}

.table-separator {
	display: none;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
    left: 215px;
	/* background-color: #bdbfc0; */
}

.table-separator.closed {
	left: 0px;
}

.close-left {
    display: block;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    width: 20px;
    height: 60px;
	margin-left: -10px;
	margin-top: 35px;
    background: #000;
    top: 200px;
    left: 1px;
    z-index: 20;
	border-radius: 6px;
}

.close-left:after {
	content: '<';
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 20px;
	color: #fff;
}

.table-separator.closed .close-left:after {
	transform: rotate(180deg);
}

.message-wrap {
	display: none;
	width: 100%;
	padding: 5%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.56);
	z-index: 100;
}

.message-box {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 30px auto;
	padding: 15px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
	top: 0px;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 6px;
}

.message-box > .message {
	font-size: 16px;
	line-height: 18px;
}

.message-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/local/templates/symmetron_default/images/close.png);
	z-index: 100;
}



@media (max-width: 1200px) {
	.scroll-table__wrapper {
		padding-left: 0px;
	}

	.table-filter__selector {
    	left: 2px;
	}
}

@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}
}

@media (max-width: 1024px) {
	.table-separator {
		display: block;
	}
}


@media (max-width: 960px) {
	.card-wrapper {
		flex-direction: column;
	}

	.card-content {
		width: 100%;
	}

	.card-sidebar {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 15px;
	}

	.industry-solutions .solutions .solution span {
		overflow: hidden;
	}

}
@media (max-width: 768px) {
	.card h1 {
		font-size: 24px;
		line-height: 24px;
	}

	.section-header h2 {
		font-size: 18px;
		line-height: 18px;
	}

	.card-nav li a {
		font-size: 14px;
		line-height: 14px;
	}

	.card-wrapper {
		margin-top: 15px;
	}

	.short-description {
		margin-top: 15px;
	}

	.short-description .section-header .section-header__description span {
		padding-right: 5px;
	}

	.short-description .section-header {
		flex-direction: column;
	}

	.short-description .section-header h2 {
		width: 100%;
		margin-bottom: 15px;
	}

	.short-description .section-header .section-header__description {
		width: 100%;
	}

	.short-description .section-content .section-content__image {
		width: 50%;
		max-width: none;
	}

	.short-description .section-content .section-content__description {
		width: 50%;
		padding-left: 15px;
	}	

	.card-sidebar.js-is-sticky {
        max-width: none;
        top: auto !important;
        bottom: 0px;
        transform: translateY(0px);
    }

    .card-sidebar.js-is-sticky .avalibilty,
    .card-sidebar.js-is-sticky .wholesale,
    .card-sidebar.js-is-sticky .quantity-num,
    .card-sidebar.js-is-sticky .price,
    .card-sidebar.js-is-sticky .sidebar-favorite,
    .card-sidebar.js-is-sticky .sidebar-question,
    .card-sidebar.js-is-sticky .sidebar-sample {
        display: none;
    }

    .card-sidebar.js-is-sticky.showFull .avalibilty,
    .card-sidebar.js-is-sticky.showFull .wholesale,
   
    .card-sidebar.js-is-sticky.showFull .price,
    .card-sidebar.js-is-sticky.showFull .sidebar-favorite,
    .card-sidebar.js-is-sticky.showFull .sidebar-question,
    .card-sidebar.js-is-sticky.showFull .sidebar-sample {
        display: block;
    }

    .card-sidebar.js-is-sticky.showFull .quantity-num {
        display: flex;
    }

    

    .card-sidebar.js-is-sticky .add-to-cart {
        margin: 0 auto;
    }

    .card-sidebar.showFull.js-is-sticky .add-to-cart {
        margin: 30px auto 0px;
    }


    .card-sidebar.showFull .close-sidebar {
        display: block;
    }

	.scroll-blocks {
		display: none;
	}
	
}
@media (max-width: 480px) {

	.card-nav {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.card-nav li {
		width: 50%;
		margin-right: 0px;
		padding-bottom: 0px;
	}

	.short-description .section-content {
		flex-direction: column;
		padding-top: 15px;
	}

	.short-description .section-content .section-content__image {
		width: 100%;
		margin-bottom: 15px;
	}

	.short-description .section-content .section-content__description {
		width: 100%;
		margin-bottom: 15px;
		padding-left: 0px;
	}

	.industry-solutions .solutions {
		flex-direction: column;
	}

	.industry-solutions .solutions .solution {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 411px) and (max-height: 731px) {
	.message-wrap {
		display: block;
	}
}

@media (max-width: 731px) and (max-height: 411px) {
	.message-wrap {
		display: none;
	}
}

@media (max-width: 360px) and (max-height: 640px) {
	.message-wrap {
		display: block;
	}
}

@media (max-width: 640px) and (max-height: 360px) {
	.message-wrap {
		display: none;
	}
}

.message-wrap.closed,
.table-left.closed,
span.items-selector,
a.table-filter__arrow {
	display: none;
}

.floatThead-container.floated {
	position: fixed !important;
	transform: translateX(0px) translateY(0px) !important;
	left: auto !important;
}

font.notetext{
	color:green;
}

/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog.item/search_line/style.css?1739971993104*/
.mini-card__select td {
    cursor: pointer;
}

.partner_icon {
  width: 23px;
  margin: 0 0 -3px 6px;
}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog.item/mini/style.css?16626448058661*/
.mini-card {
    display: none;
    padding: 55px 15px 15px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 100;
}

.mini-card.open td {
    border-top: none;
}

.mini-card .card-holder {
    display: none;
    overflow: visible;
}

.mini-cart__wrapper {
    display: none;
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
    position: relative;
    background-color: #fff;    
}

.mini-card.open {
    display: table-row;
}

.mini-card.open .mini-cart__wrapper {
    display: block;
	position: relative;
}

.item-img {
    position: relative;
}

.item-img .favorite {
    display: block;
    position: absolute;
    top: -25px;
    left: -20px;
    cursor: pointer;
    z-index: 40;
}
.purchase-content__item .item-img .favorite,
.sample-content__item .item-img .favorite {
    top: -35px;
    left: 0px;
}

.cardmini-favorite {
	display: flex;
	align-items: center;
	margin-right: 15px;
	cursor: pointer;
    font-size: 15px;
}

.cardmini-favorite:hover span {
	color: #008aff;
}

.cardmini-favorite svg {
    display: block;
    width: 18px;
    height: 18px;
	margin-right: 10px;
    fill: #000;
    stroke: #000;
    transition: 0.3s;
}

.cardmini-favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
}

.cardmini-favorite.act span {
	color: #008aff;
}

.cardmini-favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.cardmini-favorite.act svg #fill-heart {
	fill: #008aff;
}

.fav_status {
	line-height: 20px;
}

.item-img .favorite svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #000;
    stroke: #000;
    transition: 0.3s;
}

.item-img .favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
    opacity: 0.55;
}

.item-img .favorite:hover svg #fill-heart {
    fill: #008aff;
    opacity: 0.55;
}


.item-img .favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.item-img .favorite.act svg #fill-heart {
    fill: #008aff;
}

#fill-heart {
    fill: transparent;
}


.mini-cart__wrapper .item-img a {
    display: block;
}

.mini-cart__wrapper .item-img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.mini-cart__wrapper .item-info {
    width: 72%;
    padding: 0px 20px;
}

@media (min-width: 481px) {
    .item-info {
        border-bottom: 1px solid #f0f0f0;
        /* border-left: 1px solid #f0f0f0; */
    }
}

@media (min-width: 1025px) {
    .item-info {
       /* border-left: 1px solid #f0f0f0;*/
    }
}

@media (min-width: 1550px) {
    .item-info {
        border-bottom: none;
    }
}
.mini-cart__wrapper .item-info a {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 20px;
    color: #008aff;
    text-decoration: none;
    white-space: normal;
	width: 100%;
}

.mini-cart__wrapper .item-more {
    width: 28%;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .mini-cart__wrapper .item-more {
        margin-top: 0;
    }
}

@media (min-width: 1550px) {
    .mini-cart__wrapper .item-more {
        padding-top: 60px;
    }
}

.mini-cart__wrapper .item-info__content {
    display: flex;
}

.mini-cart__wrapper .avalibilty {
	margin-top: 15px;
}

.mini-cart__wrapper .item-info__content ul {
    padding: 0px;
    margin: 0px 20px 0px 0px;
    list-style: none;
}

.mini-cart__wrapper .item-info__content li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
}

.mini-cart__wrapper .item-more {
    padding: 0px 20px;
}

.item-more .avalibilty:before,
.avalibilty:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
	vertical-align: middle;
    color: #13af2c;
	border-radius: 50%;
	background-color: #13af2c;
}
.item-more .avalibilty.out:before,
.avalibilty.out:before {
    color: #ff0000;
}

.mini-cart__wrapper .item-more .avalibilty.out {
    margin-bottom: 15px;
    text-align: center;
}

.mini-cart__wrapper .item-more .quantity-num {
    margin: 10px auto;
    float: left;
}

.mini-cart__wrapper .item-more .add-to-cart {
    max-width: 284px;
    margin: 10px auto 20px;
}

.mini-cart__wrapper .item-more .price {
    margin-top: 20px;
    float: right;
    font-size: 18px;
    line-height: 20px;
}

.close-mini {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog.item/mini/images/close.png);
    cursor: pointer;
}

.analogue-table .mini-card td {
	padding: 0px;
    border-bottom: 1px solid #bdbfc0;
}

.analogue-table .mini-cart__wrapper {
	margin-top: 0px;
}

.mini-card__select td {
	border-bottom: 1px solid #bdbfc0;
}

.mini-cart__wrapper .item-info  .item-info__head {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 36px;
}

.item-info__type {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 30px;
}

.mini-cart__wrapper .item-info .item-info__fullLink {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 30px;
}

.mini-cart__wrapper .add-to-cart svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	fill: #fff;
}

.item-info__actions {
	/*width: 30%;*/
    width: 60%;
}


.item-info__description, .item-info__inner {
	display: flex;
}

.item-info__inner {
    position: relative;
}

.item-wrapper {
    display: flex;	
    padding: 10px 0;
    position: relative;
    z-index: 100;
}

.item-info__question {
    font-size: 15px;
}

.mini-cart__wrapper .item-info .item-info__question-link {
	margin-bottom: 0px;
}

.mini-cart__wrapper .item-info .item-info__question .item-info__question-link {
    display: flex;
    align-items: center;
}

.item-info__inner-wrapper .item-wrapper {
	margin-bottom: 15px;
}

@media (min-width: 800px) {
    .mini-cart__wrapper .item-info .item-info__question .item-info__question-link {
        margin-left: 10px;
    }
}

.item-info__question a span {
    margin-right: 2px;
}

.item-info__question svg {
	width: 18px;
	height: 18px;
	margin-right: 5px;
    margin-bottom: -2px;
}

.item-info__question span {
	font-size: 15px;
	vetrical-align: middle;
}

.item-info__text {
	margin-bottom: 15px;
	/*padding: 0px 15px;*/
	box-sizing: border-box;
    width: 100%;
}

.item-sample {
    width: 100%;
    max-width: 190px;
    margin-bottom: 15px;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.item-info__textBold {
	margin-bottom: 5px;
}  Bold span {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.item-info__textDescrition {
	font-size: 14px;
	line-height: 20px;
}

.mini-cart__wrapper .item-more {
	border-left: 1px solid #f0f0f0;
}

.item-info__img a {
display: block;
    width: 100%;
max-width: 150px;
    height: 150px;
}


.item-info__img img {
	display: block;
	width: 100%;
	max-width: 130px;
}



.favorite-table .card-holder {
	width: 100% !important;
	max-width: 100%;
}

.item-info__inner {
	align-items: flex-start;
}

.item-info__inner-wrapper {
	width: 100%;
}

.favorite-table {
	overflow: auto;
}

.favorite-select {
	cursor: pointer;
}


@media (max-width: 768px) {
	.card-holder .mini-cart__wrapper .item-info {
	    width: 100%;
	}
}

@media (max-width: 767px) {	

	.item-info__inner {
		flex-direction: column;
	}

	.item-info__inner .item-info__img {
		margin: 0 auto;	
        position: relative !important;		
	}
	
	/*#analogue-card .item-info__img,
	.catalog-accompanying .item-info__img {
		position: relative;
	}*/
	
	.item-info__img a {
		margin: 0 auto;
	}

	.mini-cart__wrapper .item-more {
		margin-top: 0px;
	}

	.item-info__img a {
		width: 100%;
		height: auto;
	}

	.item-info__img img {
		display: block;	
		/*width: 100%;*/
		max-width: 320px;
		margin: 0 auto;
		height: auto;
	}

	.item-info__description {
		flex-direction: column;
	}
			

}

@media (max-width: 480px) {
	.card-holder  .mini-cart__wrapper .item-info {
		padding-left: 0px;
	}
	.sidebar-sample {    
		font-size: 14px;
	}	

  }

@media (max-width: 414px) {
	table .mini-card .mini-cart__wrapper {
	    max-width: 360px;
	}
}	
@media (max-width: 400px) {
	.item-wrapper {
		flex-direction: column;
	}


	.cardmini-favorite  {
		margin-bottom: 10px;
	}
}

@media (max-width: 375px) {
	table .mini-card .mini-cart__wrapper {
	    max-width: 320px;
	}
}
@media (max-width: 320px) {
	table .mini-card .mini-cart__wrapper {
	    max-width: 280px;
	}
}

.mini-cart__wrapper .item-info
{
	float: left;
}

@media (max-width: 1500px) {
	
	.mini-cart__wrapper .item-info, .mini-cart__wrapper .item-more {
		float: none;
		clear: both;
	}	
}
/* End */


/* Start:/local/components/mcart/catalog.quantity/templates/list/style.css?17440332918817*/
.quancart {
	flex-wrap: wrap;
}

.quantity-block {
    display: flex;
    position: relative;   
    margin-bottom: 10px;
}

.quantity-block {
    display: flex;
    position: relative;    
    margin-bottom: 10px;
}

.in-box {
    margin-top: 5px;
    font-size: 12px;
    color: #7a7a7a;
}

.not-multiples a {
    color: #008aff;
}

.not-multiples > span {
    display: flex;
}

.not-multiples svg {
    display: block;
    width: 10px;
    height: 12px;
    margin-right: 5px;
    margin-left: -15px;
}

.trash, .not-equal--svg {
    fill: #a7a5a6;
}

.item-more .in-box.not-multiples {
    padding: 0px 40px 10px;
}


.wholesale {
    margin: 20px 0px;
}

.avalibilty {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}


.avalibilty.out:before {
    color: #ff0000;
    background-color: #ff0000;
}

.quantity {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.quantity > span {
    text-align: center;
}


.quantity-items,
.quantity-price {
    font-size: 14px;
}

.quantity > .quantity-items {
    padding-right: 10px;
}

.quancart .quantity-price {
    line-height: 3;
	padding-left: 8px;
}

.quantity .quantity-separator {
    align-self: center;
    flex-grow: 8;
    border-bottom: 1px solid #c6c6c6;
}


form > .price {
    font-size: 30px;
    text-align: center;
}

.add-to-cart {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #008aff;
    color: #fff;
    border-radius: 5px;
}

.add-to-cart:hover {
    opacity: 0.85;
}

.sidebar-favorite {
    cursor: pointer;
}

.sidebar-favorite,
.sidebar-question a,
.sidebar-sample {
    display: block;
}

.sidebar-favorite,
.sidebar-question a {
    font-size: 14px;
    text-decoration: none;
}

.sidebar-favorite span {
    display: inline-block;
    vertical-align: middle;
}


.sidebar-favorite span svg {
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
    fill: #000;
    stroke: #000;
}

.sidebar-favorite,
.sidebar-question {
    margin-bottom: 10px;
}

.sidebar-favorite {
    margin-top: 20px;
}

.sidebar-sample {
    width: 240px;
    margin: 0px 0px 0px auto;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.sidebar-sample:hover {
    opacity: 0.85;
}

.cb {
    clear: both;
}

.mini-cart__wrapper .item-more {
    padding: 0px;
}


@media (min-width: 1550px) {
    .mini-cart__wrapper .item-more {
        padding-top: 40px;
    }
}

.item-more .wholesale {
    padding: 0px 15px;
}

.no-quant__text {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #ff0000;
    clear: both;
}

.mini-cart__wrapper .item-info {
    width: 65%;
}

@media (min-width: 769px) {
    .mini-cart__wrapper .item-info {
        width: 60%;
    }
}

.mini-cart__wrapper .item-more {
    width: 40%;
	float: left;
}

.quant-inPack {
    display: block;
    margin: 10px 0px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.mini-cart__wrapper .item-more .quantity-num {
    float: none;
    margin: 0px;
}

.quancart {    
    padding: 15px;
    clear: both;    
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;	
	display: flex !important;
    flex-direction: column;
    align-items: center;
}

.mini-cart__wrapper .item-more .add-to-cart {
    max-width: none;
    width: 240px;
    margin: auto;
}

.mini-cart__wrapper .item-more .add-to-cart.analogue-btn {
    margin: 0px auto;
}

.quantity-holder {
    margin-top: 2px;
}

.quant-weHave {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.mini-card .no-quant__text {
    margin-top: 10px;
}

.mini-card .sidebar-sample svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    fill: #fff;
}

.quancart form {
    display: block;
    width: 100%;
	margin-left: auto;
}

#analogue-card .quancart form,
#together .quancart form {
	margin: 0px;
}

.mini-card .sidebar-sample.qua-request,
.mini-card .sidebar-sample.miss-request {
    max-width: none;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #737a82;
}

.mini-card .sidebar-sample.qua-no {
    width: 100%;
	max-width: none;
    margin: 0 auto;
}

.mini-card .sidebar-sample.qua-request span,
.mini-card .sidebar-sample.miss-request span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.mini-card .sidebar-sample.qua-no span {
    display: inline-block;
    vertical-align: middle;
}

.mini-card .sidebar-sample svg.cart-no {
    margin-left: auto;
    margin-right: 5px;
    fill: #000;
}

.card-sidebar__content .sidebar-sample {
    margin: 0 auto;
}

.modal .sidebar-sample {
    margin: 0 auto;
}

#select_count select {
    font-size: 14px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #d3d5d6;
    background-color: transparent;
    text-align: center;
    text-align-last: center;
    outline: none;
}

.item-info__img { padding-top: 40px; }

@media (max-width: 1024px) {
    .mini-cart__wrapper {
        max-width: 970px;
    }
    .mini-cart__wrapper .item-more .add-to-cart {        
        width: 190px;
    }
}

@media (max-width: 768px) {
	
    .mini-cart__wrapper {
        max-width: 730px;
		width: 100%;
    }

    .mini-cart__wrapper .item-more {
        border-left: 0px;
    }

    .quancart {
        padding: 15px 31px;
    }

    .analogue-table .mini-cart__wrapper .item-info {
        width: 100%;
        padding-top: 40px 40px 0px 40px;
    }

    .mini-cart__wrapper .item-info .item-info__head {
        font-size: 24px;
        line-height: 24px;		
    }

    .mini-cart__wrapper .item-more .quancart .sidebar-sample, .mini-cart__wrapper .item-more .quancart .add-to-cart {
        margin: 0 auto;
    }

    .quancart {
        display: block;
    }

	.item-info__img { padding-top: 0px; }	
}

@media (max-width: 480px) {
    .mini-card .mini-cart__wrapper {
        max-width: 480px;
    }
    .item-info__description {
        flex-direction: column;
    }

    .item-info {
        flex-direction: column;
    }

    .item-info__inner {
        flex-direction: column;
    }

    .item-info__actions, .item-info__description {
        width: 100%;
    }

   /* .mini-card.open .mini-cart__wrapper {
        padding: 0px 25px 0px 0px;
    } */

    .item-info__text, .item-more .wholesale {
        padding-left: 0px;
    }

    .quancart {
        padding: 15px;
    }

}

@media (min-width: 1550px) {
    .mini-card.open .mini-cart__wrapper {
        flex-direction: row;
    }
}

@media (max-width: 414px) {
    .mini-card .mini-cart__wrapper {
        max-width: 400px
    }
}

@media (max-width: 411px) {
    .mini-card .mini-cart__wrapper {
        max-width: 400px
    }
}

@media (max-width: 375px) {
    .mini-card .mini-cart__wrapper {
        max-width: 365px
    }
}


@media (max-width: 360px) {
    .mini-card .mini-cart__wrapper {
        max-width: 350px
    }

    .item-info__description, .item-info__inner {
        flex-direction: column;
    }
}


@media (max-width: 320px) {
    .mini-card .mini-cart__wrapper {
        max-width: 320px
    }

    .item-info__description, .quancart {
        flex-direction: column;
        align-items: center;
    }

    .mini-cart__wrapper .item-more .add-to-cart,
    .sidebar-sample {
        margin: 15px auto;
    }

}

#analogue-card .mini-cart__wrapper .item-more,
.catalog-accompanying .mini-cart__wrapper .item-more
{
    width: 32%;
}

#analogue-card .mini-cart__wrapper .item-info,
.catalog-accompanying .mini-cart__wrapper .item-info
{
    width: 50%;
}

@media (max-width: 767px) {	
	.quancart {
		border: none;
	}
}

@media screen and (max-width: 1500px) 
{
	.mini-cart__wrapper .item-more, .mini-cart__wrapper .item-info {
		width: 80%;
	}	
	#analogue-card .mini-cart__wrapper .item-more,
	.catalog-accompanying .mini-cart__wrapper .item-more {
		width: 100%;
	}
	#analogue-card .mini-cart__wrapper .item-info,
	.catalog-accompanying .mini-cart__wrapper .item-info {
		width: 100%;
	}	
	.mini-card .sidebar-sample.qua-no {
		width: 270px;		
	}	
	.mini-cart__wrapper .item-info .item-info__head {        
		text-align: center;
    }	
	.mini-cart__wrapper .item-info .item-info__fullLink,
	.item-info__type,
	.item-info__text {		
		text-align: center;
	}
	.item-wrapper {
		align-items: center;
		justify-content: center;
	}	
	.item-sample {
        margin: 0 auto 15px;
        display: block;
    }	
	.item-info__inner .item-info__img {
		position: absolute;
		right: 0;
	}
}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog.section/search_results/themes/blue/style.min.css?1734941391706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/components/sm/search.page/templates/sm_search_page/style.css?17651868433796 */
/* /local/components/bitrix/catalog.smart.filter/templates/search_filter/style.css?173528199311261 */
/* /local/templates/symmetron_default/components/bitrix/catalog.section/search_results/style.css?173494139122782 */
/* /local/templates/symmetron_default/components/bitrix/catalog.item/search_line/style.css?1739971993104 */
/* /local/templates/symmetron_default/components/bitrix/catalog.item/mini/style.css?16626448058661 */
/* /local/components/mcart/catalog.quantity/templates/list/style.css?17440332918817 */
/* /local/templates/symmetron_default/components/bitrix/catalog.section/search_results/themes/blue/style.min.css?1734941391706 */
