

/* Start:/local/templates/diam/components/o2k/catalog/main/style.css?17264839501122*/
.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/diam/components/o2k/catalog.smart.filter/new_vertical/style.css?172648395029468*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f8f8f8;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px;
    padding-left: 15px;
    padding-right: 15px;
}
.bx-filter .bx-filter-section .row {
    margin-left: -15px;
    margin-right: -15px;
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.bx-filter .bx-filter-section .row .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.bx-filter .bx-filter-section .row:after {
    display: table;
    content: '';
    clear: both;
}
.bx-filter .bx-filter-section .row .col-xs-6 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.bx-filter .bx-filter-section .row .col-xs-10 {
    width: 83.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.bx-filter .bx-filter-title {
	border-bottom: 1px solid #C8c8c8;
	/*padding-bottom: 22px;*/
	color: #333;
	font-size: 16px;
	font-weight: bold;
	/*padding-left: 16px;*/
	display: flex;
	justify-content: space-between;
}
.megawrap.filter-collapsed .kd-last_viewed_items-info .js-filter-hide{
	display: block;
	margin-right: 20px;
	top: -3px;
}
.megawrap .kd-last_viewed_items-info .js-filter-hide{
	display:none
}

.megawrap.filter-collapsed .catalog__sort .js-filter-hide{
	display: block;
	margin-right: 20px;
	top: -3px;
}

.megawrap .catalog__sort .js-filter-hide{
	display:none
}

/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
    padding: 20px 15px 13px 30px;
}
.bx-filter .bx-filter-parameters-box.bx-active {
	padding-bottom: 0;
}
.bx-filter .bx-filter-parameters-box:after {
	content: '';
	height: 1px;
	background-color: #e7e7e7;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 16px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #333;
	display: block;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	padding-right: 30px;
}

.bx-filter .bx-filter-parameters-box-title span i {
	position: absolute;
	right: 15px;
	top: 6px;
}

.bx-filter i.fa-angle-down {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/images/kd/show_block-but.png);
	width: 12px;
	height: 7px;
}
.bx-filter i.fa-angle-down:before,
.bx-filter i.fa-angle-up:before {
	content: none;
}
.bx-filter i.fa-angle-up {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/images/kd/show_block-but.png);
	width: 12px;
	height: 7px;
	transform: rotate(180deg);
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 15px;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-button-box {
    padding-top: 12px;
	padding-right: 25px;
}
.bx-filter .bx-filter-button-box .btn {
	line-height: 36px;
}
.bx-filter-button-box .bx-filter-parameters-box-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 1;
	color: #919191;
	font-style: normal;
	display: block;
	margin-right: 10px;
}

.bx-filter-parameters-box-container .checkbox {
	margin-bottom: 20px;
}
.bx-filter-parameters-box-container .radio {
	margin-bottom: 15px;
	margin-top: 0;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
	display: flex;
	align-items: center;
}
.bx-filter .bx-filter-parameters-box-container-block.bx-left {
	width: 43%;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: Arial, sans-serif;
	height: 28px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
			border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 0;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 1px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: -7px;
	width: 15px;
	height: 15px;
	background: #5c3795;
	border-radius: 50%;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -7px;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -7px;
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
			border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
	padding-left: 0;
    display: inline-block;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {
	position: relative;
	display: inline-block;
}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	margin-left: 30px;
	font-size: 16px;
	font-family: Arial, sans-serif;
    line-height: 20px;
	position: relative;
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text span {
	color: #919191;
}
/*
* 	BTN
*
*/

.bx-filter .bx-filter-input-checkbox input[type=checkbox] {
	display: none;
}

.bx-filter .bx-filter-input-checkbox span.bx-filter-param-text:after {
	content:'';
	display:block;
    box-sizing: border-box;
	height:18px;
	width:18px;
	border:1px solid #b0b0b0;
	border-radius: 3px;
	position:absolute;
	top:1px;
	left:-30px;
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + span.bx-filter-param-text:after {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/images/checkbox.png);
	border: 1px solid transparent;
}

.bx-filter .bx-filter-input-checkbox input[type=radio] {
	display: none;
}

.bx-filter .radio .bx-filter-input-checkbox span.bx-filter-param-text:after {
	content:'';
	display:block;
	height:18px;
	width:18px;
	border:1px solid #b0b0b0;
	border-radius: 50%;
	position:absolute;
	top:0;
}
.bx-filter .bx-filter-input-checkbox input[type=radio]:checked + span.bx-filter-param-text:after {
	border-color: #5c3795;
}
.bx-filter .bx-filter-input-checkbox input[type=radio]:checked + span.bx-filter-param-text:before {
	content:'';
	display:block;
	height:6px;
	width:6px;
	background-color: #5c3795;
	border-radius: 50%;
	position:absolute;
	top:6px;
	left:-24px;
}

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
			border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}

.acs-toggler__fieldset-wrap {
	padding-left: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c8c8c8;
	margin-top: 23px;
}
.acs-toggler__label_outer {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #5c3795;
    line-height: 25px;
}
.acs-toggler__label_outer:first-child {
    padding-right: 18px;
}
.acs-toggler__label_outer:last-child {
    padding-left: 18px;
}
.acs-toggler__label_outer.inactive {
    color: #333;
}
.acs-toggler__label_outer.inactive:hover {
    color: #5c3795;
}
.acs-toggler__fieldset {
    display: inline-block;
    position: relative;
    background-color: #fff;
    border-radius: 50em;
    border: 1px solid #d5d9e2;
    text-align: center;
    vertical-align: middle;
}
.acs-toggler__radio {
    position: absolute;
    opacity: 0;
}
.acs-toggler__label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 19px;
    height: 18px;
    line-height: 2.5rem;
	margin-bottom: 0;
    cursor: pointer;
    font-size: 0.875rem;
    color: #ffffff;
}
.acs-toggler__switch {
    position: absolute;
    top: 2px;
    left: 3px;
    height: 14px;
    width: 14px;
    background-color: #5c3795;
    border-radius: 50em;
    transition: transform 0.3s;
}
.acs-toggler__radio:checked + label + .acs-toggler__switch,
.acs-toggler__radio:checked + label:nth-of-type(n) + .acs-toggler__switch {
    transform: translateX(18px);
}
.icon_new {
	background-color: #9D0759;
	color: #fff;
	width: 45px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	height: 19px;
	display: inline-flex;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	right: -55px;
	top: 0;
}

.filter-track-count {
	float: right;
	line-height: 28px;
	margin-right: 15px;
}
.filter-track-count span {color:#919191;}

.bx-filter-input-container input.max-price,
.bx-filter-input-container input.min-price {
	max-width:80px;
}

@media (min-width: 1024px) {
	.js-filter-collapse {
		content: '';
		position: absolute;
		top: 18px;
		right: 15px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(/images/kd/show_block-but.png);
		width: 40px;
		height: 40px;
		transform: rotate(90deg);
		cursor: pointer;
	}
	.megawrap.filter-collapsed .megawrap-col_side {
		width: 0px;
		height: 75px;
		overflow: hidden;
		background-color: #f8f8f8;
	}
	.megawrap.filter-collapsed .megawrap-col_side .bx-filter {
		visibility: hidden;
	}

	.megawrap.filter-collapsed .megawrap-col_main {
		width: 100%;
		padding-left:0;
	}

	.megawrap.filter-collapsed .js-filter-collapse {
		visibility: visible;
		left: 0;
		transform: rotate(-90deg);
	}
	.megawrap.filter-collapsed .filter_btns_wrap {
		display: none;
	}
}


@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
	.bx-filter .bx-filter-parameters-box-title span i {
		right: 0;
	}
}

@media (max-width: 620px) {
	.megawrap-col_side.opened.fixed form {
		margin-top: 53px;
	}
	.megawrap-col_side.opened.fixed .acs-toggler__fieldset-wrap + form {
		margin-top: 0;
	}
}
@media (max-width: 425px) {
	.bx-filter .bx-filter-parameters-box-container-block.bx-left,
	.bx-filter .bx-filter-parameters-box-container-block.bx-right {
		width: 40%;
	}
	.bx-filter .bx-filter-section .row .bx-left {padding-right:5px;}
	.bx-filter .bx-filter-section .row .bx-right {padding-left:5px;}
	.bx-filter .bx-filter-section .row .col-xs-10.bx-ui-slider-track-container {
		width: 100%;
	}
	.bx-filter .bx-filter-parameters-box-container-block .bx-filter-input-container {
		width: 100%;
	}
}
@media (max-width: 300px) {
	.bx-filter .bx-filter-parameters-box-container-block.bx-left,
	.bx-filter .bx-filter-parameters-box-container-block.bx-right,
	.bx-filter .bx-filter-section .row .bx-left,
	.bx-filter .bx-filter-section .row .bx-right {
		width: auto;
		float: none;
		margin-bottom:3px;
	}
	.bx-filter .bx-filter-section .row .bx-left {padding-right:15px;}
	.bx-filter .bx-filter-section .row .bx-right {padding-left:15px;}
	.filter-track-count {margin:0 15px; float:none; text-align:center;}
}

.param-description
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 1;
	color: #919191;
	font-style: normal;
	margin: 0 0 10px 0;
	position: relative;
	top: -5px;
}
.bx-filter .bx-filter-section .row .col-xs-6.with-description-left {padding-right:5px;}
.bx-filter .bx-filter-section .row .col-xs-6.with-description-right {padding-left:5px;}
.bx-filter .bx-filter-section .row .col-xs-10.with-description-track {
	float:right;
	width: 100%;
}

.filtres {display:block; letter-spacing: initial;}

.filtres.no-col {
	padding-top:20px;
	margin: 5px 0 10px;
}

.filtres span {margin-bottom:5px;}
.filtres span[data-id]:not([data-id="clear"]) {
	display: inline-block;
	background: #eeeefb;
	border-radius: 22px;
	padding: 0px 20px 0px 37px;
	font-size: 16px;
	line-height:44px;
	height:44px;
	position: relative;
	color: #5C3796;
	margin: 0 6px 5px;
	cursor: pointer;
}
.filtres span[data-id]:not([data-id="clear"]):after {
	position:absolute;
	left:16px;
	top:50%;
	content:"×";
	color: #5C3796;
	font-size: 24px;
	line-height: 14px;
	margin-top:-7px;
}
.filtres span[data-id]:not([data-id="clear"]):hover {
	background: #E0E0FF;
}

.filtres span[data-id="clear"] {
	float:right;
	text-decoration: underline;
	text-decoration-style: dotted;
	line-height: 44px;
	color:#6A23AF;
	cursor:pointer;
}

.kd-sec_option-wrap:after {
	position:static;
	content:"";
	clear:both;
	display:block;
}
.kd-sort-a-wrap.kd-sec_option {float:left; width:initial; margin-right:20px;}
.filtres.desctop-hide {display:none;}
.filtres.desctop-hide span:not([data-id]),
.filtres.desctop-hide span[data-id="clear"] {
	display:none;
}
@media (max-width:839px) {
	.filtres.mobile-hide {display:none;}
	.filtres.desctop-hide {
		display:block;
		float:none;
		margin:10px 0 20px 0;
		padding: 0 0 10px 0;
		overflow-x: auto;
		-ms-overflow-style: none; /*IE Edge*/
		scrollbar-width: 2px; /*Firefox*/
		white-space:nowrap;
	}
	.filtres.desctop-hide::-webkit-scrollbar { /*Chrome*/
		height: 3px;
	}
	.filtres.desctop-hide::-webkit-scrollbar-thumb {
		background: #cdcdcd;
	}

	.filter-toggler.js-filter-toggler {float:none; margin-top:10px;}
}

.js-filter-collapse {display:none;}
.filter-toggle-all {
	width: 50px;
	height: 42px;
	background-color: #F2F2F2;
	/*margin-right: 10px;*/
	float: left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	top: -10px;
}
.filter-toggle-all:hover {
	background: #5C3795;
	border-color: #5C3795;
}
.filter-toggle-all:before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/images/kd/show_block-but.png);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: rotate(0);
}
.filter-toggle-all:hover:before {
	background-image: url(/images/kd/show_block-but-active.png);
	transform: rotate(180deg);
}


.filter-toggle-all.open:before {
	transform: rotate(180deg);
}
.filter-toggle-all.open:hover:before {
	transform: rotate(0);
}

@media (max-width:1024px) {
	.js-filter-collapse {display:block;}
	.filter-toggle-all {display:none;}
}

@media (max-width:620px) {
	.megawrap .megawrap-col_side.opened {
		position:fixed;
		left:0; top:0; right:0; bottom:0;
		width:100%;
		overflow-y: auto;
		background-color:#fff;
		padding-bottom: 70px;
		height: 100%;
	}
	.filter-mobile {
		overflow:hidden;
	}
	.filter_btns_wrap {
		width: 100%;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.megawrap-col {
	transition: width 0.5s ease;
}
/* End */


/* Start:/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/colors.css?16571834223339*/
.bx-filter.bx-black .bx-filter-section {
	background: #f8f8f8;
}
/*
* INPUTS
*
*/
.bx-filter.bx-black .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-black .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
	border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-black .bx-ui-slider-track{background: #ababab;}
.bx-filter.bx-black .bx-ui-slider-pricebar-vd{background: #5c3795;}
.bx-filter.bx-black .bx-ui-slider-pricebar-vn{background: #ababab; z-index: 40}
.bx-filter.bx-black .bx-ui-slider-pricebar-v {background: #5c3795;}

/*
*	Select
*
*/
.bx-filter.bx-black .bx-filter-select-container.bx-active,
.bx-filter.bx-black .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-black .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-black .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
	border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-black .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-black .bx-tag-link {
	color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio
*
*/
/*
* 	BTN
*
*/
.bx-filter.bx-black .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-black .bx-filter-param-btn:hover,
.bx-filter.bx-black .bx-filter-param-btn:active,
.bx-filter.bx-black .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-black .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-black .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-black .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-black .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
	border-image: url(/local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset
*
*/
.filter_btns_wrap .btn-themes {
	background-color: #748189;
	border-color: #748189;
	color: #FFF
}

.filter_btns_wrap .btn-themes.bx-active,
.filter_btns_wrap .btn-themes.focus,
.filter_btns_wrap .btn-themes:active,
.filter_btns_wrap .btn-themes:focus,
.filter_btns_wrap .btn-themes:hover{
	background-color: #868a8d;
	border-color: #868a8d;
	color: #FFF
}
/*
* 	Result Popup
*
*/

.filter_btns_wrap .btn#set_filter {
	background-color: #5c3795;
	border: 1px solid #5c3795;
	font-size: 16px;
	outline: none;
	-webkit-appearance: none;
	padding: 0 35px;
	width: calc(50% - 10px);
	height: 44px;
	line-height: 44px;
}
.filter_btns_wrap .btn#del_filter {
	padding: 0 30px;
	background-color: #fff;
	border: 1px solid #5c3795;
	color: #5c3795;
	font-size: 16px;
	outline: none;
	text-decoration: none;
	-webkit-appearance: none;
	width: calc(50% - 10px);
}
.filter_btns_wrap .btn#del_filter:hover {
	background-color: #5c3795;
	color: #fff;
}
.filter_btns_wrap .btn#set_filter:hover {
	background-color: #fff;
	color: #5c3795;
}

/* End */


/* Start:/local/templates/diam/components/bitrix/catalog.section/main/style.css?176457027344105*/
@charset "UTF-8";
/**
  Редактируем SCSS файл
 */
@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),
  .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),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+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),
  .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),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+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),
  .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),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (max-width: 767px) {
  #main-title-acs {
    top: 50% !important;
  }
  /*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),
  .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),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}

.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;
}

.row::before {
  display: initial;
}

.main-title span {
  color: #000;
  display: block;
  font-size: 23px;
  margin-top: 22px;
}

h1.main-title + span {
  display: block;
  font-size: 15px;
  color: rgba(85, 0, 129, 0.8);
  font-weight: bold;
}

#main-title-acs {
  top: 100%;
}

.rightimg {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.kd-section-wrapper * {
  font-size: 16px;
}

#product_table.kd-last_viewed_items-wrap table.kd-last_viewed_items tr td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 35px;
  position: relative;
}

#product_table.kd-last_viewed_items-wrap table.kd-last_viewed_items .insidetable tr td:first-child {
  width: auto;
}

.kd-section-block, .kd-section-block-all {
  /*display: inline-block;
  vertical-align: top;*/
  letter-spacing: normal;
}

.kd-section-block-all {
  color: #6a6d6f;
  text-decoration: none;
  border-bottom: 1px dashed #6a6d6f;
  cursor: pointer;
}

.kd-g-fit-content {
  width: fit-content;
}

.kd-g-base-price {
  text-align: left;
  font-size: 12px !important;
  color: #717171;
  padding-top: 3px;
}

/*.kd-section-wrapper .kd-section-block:nth-child(1){
  width: 70%;
  padding-right: 25px;
  text-align: justify;
  height: 200px;
  overflow: hidden;
}*/
/*
.kd-section-wrapper .kd-section-block.kd-section-block-full {
    width: 100%;

}*/
.kd-section-wrapper .kd-section-block:nth-child(2) {
  width: 30%;
  float: right;
}

.kd-section-wrapper .kd-section-block:nth-child(2) img {
  /*margin-left: auto;
  margin-right: 8px;*/
  margin: 0 auto;
  display: block;
}

.kd-section-wrapper-all-descr {
  /* cursor: pointer;*/
  width: max-content;
  padding-top: 4px;
}

/*.kd-section-wrapper .kd-section-block-descr.kd-section-block-descr-showall {
   height: 100%;
    max-height: 100%;

}*/
.kd-section-picture-wrapper {
  float: right;
  width: auto;
  padding-left: 24px;
  padding-bottom: 8px;
}

.kd-section-picture-wrapper .kd-section-picture-block {
  height: auto;
  /*width: 300px;*/
  max-height: 200px;
  /*line-height:200px;*/
  overflow: hidden;
  text-align: right;
  margin-top: -28px;
}

.kd-section-picture-wrapper .kd-section-picture-block img {
  height: 145px;
}

.kd-block-listdot01sel + .kd-section-desc-wrapper {
  margin-top: 25px;
}

.kd-section-desc-wrapper {
  /*float: left;*/
  /*padding-top: 16px;*/
}

.kd-section-desc-wrapper ul {
  padding-left: 15px;
}

.kd-section-desc-wrapper .kd-section-block-descr {
  text-align: left;
  height: auto;
  max-height: auto;
  /*overflow: hidden;*/
  padding-bottom: 15px;
}

.kd-section-desc-wrapper .kd-section-block-descr > table {
  margin-bottom: 30px;
  top: 15px;
  position: relative;
}

.kd-section-desc-wrapper .kd-section-block-descr > table a {
  font-weight: 100;
  color: #5c3795;
}

.kd-section-wrapper-full-link {
  letter-spacing: normal;
  /* float: right;*/
  padding: 4px 0;
}

.kd-section-wrapper-full-link a {
  color: #6a6d6f;
  border-bottom: 1px dashed #6a6d6f;
}

.kd-section-desc-wrapper .kd-section-block-descr table td {
  padding-left: 15px;
}

.kd-section-desc-wrapper .kd-section-block-descr table td.cb_for_order {
  padding-left: unset;
}

.kd-section-desc-wrapper .kd-section-block-descr table td img {
  padding-left: 24px;
  max-height: 236px;
  max-width: 450px;
  display: block;
  width: auto;
  height: auto;
}

.kd-section-block-full-lin {
  text-align: right;
}

/*.kd-section-wrapper .kd-section-block-descr.kd-section-block-descr-showall  table td img {
  display: block;
}*/
.kd-section-wrapper .kd-section-block-descr a {
  text-decoration: none;
  border-bottom: 1px dashed #000000;
  cursor: pointer;
  color: #6b23b1;
}

/* Переход на margin вместо <br> */
.kd-section-wrapper .kd-section-block-descr h2,
.kd-section-wrapper .kd-section-block-descr h3,
.kd-section-wrapper .kd-section-block-descr h4 {
  margin: 2em 0 1em;
}

.kd-section-wrapper .kd-section-block-descr br + h2,
.kd-section-wrapper .kd-section-block-descr br + h3,
.kd-section-wrapper .kd-section-block-descr br + h4 {
  margin-top: 1em;
}

.kd-section-wrapper .kd-section-block-descr br + br + h2,
.kd-section-wrapper .kd-section-block-descr br + br + h3,
.kd-section-wrapper .kd-section-block-descr br + br + h4 {
  margin-top: 0;
}

.kd-section-wrapper .kd-section-block-descr h2 + br,
.kd-section-wrapper .kd-section-block-descr h3 + br,
.kd-section-wrapper .kd-section-block-descr h4 + br {
  margin-top: -1em;
}

.kd-seemore-section-block {
  letter-spacing: normal;
  box-sizing: border-box;
}

.kd-seemore-title {
  font-weight: bold;
}

.kd-dashed {
  text-decoration: none;
  border-bottom: 1px dashed #000000;
  cursor: pointer;
}

.kd-left-other {
  float: left;
}

.kd-rigth-other {
  float: right;
  width: 35px;
}

.kd-seemore-section-block .kd-seemore-title-a,
.kd-block-listdotblock .kd-seemore-title-a {
  color: #000000;
  margin-right: 16px;
}

table.kd-block-listdotblock .kd-seemore-title-a {
  white-space: nowrap;
  vertical-align: top;
}

.kd-seemore-section-wrapper {
  clear: both;
  /*padding-top: 16px;*/
  padding-bottom: 8px;
}

.kd-seemore-section-block-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 2px;
}

.kd-other-content-title {
  margin-bottom: 2px;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: -0.3em;
  font-size: 14px;
  font-weight: bold;
  /*  margin-top: 8px;
    margin-bottom: 8px;*/
  color: #5c3795;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  box-sizing: border-box;
}

.kd-other-content-title.kd-other-content-title-btn .kd-other-show {
  width: 339px;
  background-color: #5c3795;
  color: #fff;
  border-radius: 5px;
  position: relative;
  padding-left: 0;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.kd-other-content-title.kd-other-content-title-btn .kd-other-show:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/diam/img/cat.svg);
  background-position: 50% 50%;
  position: relative;
  top: 5px;
}

.kd-other-content-title.kd-other-content-title-btn .kd-other-show:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  border-width: 5.5px;
  border-style: solid;
  border-color: #5c3795 transparent transparent transparent;
}

.kd-other-content-title-show.kd-other-content-title.kd-other-content-title-btn .kd-other-show {
  margin-bottom: -15px;
}

.kd-other-content-title-show.kd-other-content-title.kd-other-content-title-btn .kd-other-show:after {
  transform: rotate(180deg);
  margin-top: -8.5px;
}

.kd-background-gray {
  background-color: #f2f2f2;
}

.kd-line-content-section-wrapper {
  transition: linear all 0.1s;
  background-color: #550081;
  height: 1px;
  margin: 20px 0 8px;
}

table.main_tdmenu-0 .kd-line-content-section-wrapper {
  background-color: #0065b3;
}

table.main_tdmenu-1 .kd-line-content-section-wrapper {
  background-color: #550081;
}

table.main_tdmenu-2 .kd-line-content-section-wrapper {
  background-color: #c40e37;
}

table.main_tdmenu-3 .kd-line-content-section-wrapper {
  background-color: #ff3b00;
}

table.main_tdmenu-4 .kd-line-content-section-wrapper {
  background-color: #ffb702;
}

table.main_tdmenu-5 .kd-line-content-section-wrapper {
  background-color: #80bf00;
}

.kd-acs-block-a {
  color: #5c3795;
}

.kd-acs-block-right {
  margin-left: 90px;
}

.kd-left {
  float: left;
}

.kd-other-content-section-wrapper {
  display: none;
}

.kd-other-content-section-wrapper-show {
  display: block;
  margin-bottom: 20px;
}

#productlist .kd-last_viewed_items-wrap {
  padding: 0px;
  margin-top: 24x;
}

/****/
.kd-lvi-td-small_td_ico {
  width: 4%;
}

/****/
.popup-window {
  min-width: 400px;
}

.popup-window.popup-window-titlebar .popup-window-left-column,
.popup-window.popup-window-titlebar .popup-window-center-column,
.popup-window.popup-window-titlebar .popup-window-right-column {
  background-color: #fff;
  background-image: none;
  border-bottom: 0 none;
}

.popup-window.popup-window-titlebar .popup-window-titlebar {
  color: #333;
  font-size: 20px;
  margin: 50px 0 40px;
  text-align: center;
  white-space: nowrap;
}

.popup-window .popup-window-content {
  color: #444;
  font-size: 14px;
}

.popup-window .popup-window-buttons-hr {
  display: none;
}

.popup-window .popup-window-buttons {
  margin: 60px 0 45px;
}

.popup-window-close-icon {
  height: 20px;
  width: 20px;
}

.popup-window-close-icon,
.popup-window-close-icon:hover {
  background-image: none;
}

.popup-window-close-icon:before,
.popup-window-close-icon:after {
  background-color: #000;
  content: "";
  display: block;
  height: 16px;
  left: 9px;
  position: absolute;
  top: 2px;
  width: 1px;
}

.popup-window-close-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-window-close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#product_table .kd-lvi-td-help-wrap {
  width: 4%;
}
#product_table .kd-product-block .kd-lvi-td-help-wrap {
  width: auto;
  padding: 0;
}
#product_table .kd-product-block .kd-lvi-pack {
  width: auto;
  padding: 0;
}
#product_table .kd-product-block .kd-lvi-td-small_td {
  width: auto;
  padding: 0 2px;
}
#product_table .kd-product-block.kd-lvi-td-name-wrap {
  width: auto;
  padding: 0;
}
#product_table .kd-lvi-td-name-numb_new {
  font-size: 14px;
  display: inline-block;
}
#product_table .kd-lvi-td-name-numb_new mark {
  font-size: 14px;
}
#product_table .kd-lvi-td-analog-title {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 0px 5px 100px;
}
#product_table .kd-lvi-td-analog-title-mobile {
  display: none;
}
#product_table .kd-lvi-td-name-numb_new + .kd-lvi-td-name-numb_new {
  padding-left: 20px;
}
#product_table .kd-last_viewed_items .kd-lvi-pack {
  width: auto !important;
}
#product_table .td-article_and_discound {
  width: auto;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
#product_table .td-article_and_discound .kd-lvi-td-name-numb_new {
  padding-left: 100px;
}
#product_table .kd-last_viewed_items .kd-lvi-td-help-wrap {
  padding-left: 5px !important;
  padding-right: 2px !important;
  width: auto;
}
#product_table .kd-lvi-td-to_bask-wrap {
  width: 12%;
}
#product_table .kd-lvi-td-name-wrap {
  padding-left: 24px;
  padding-right: 20px;
}
#product_table .kd-lvi-td-atricle-wrap {
  padding: 0 0 0 20px !important;
}
#product_table .kd-lvi-td-count-wrap .td-count {
  width: 95px;
}
#product_table .kd-product-detail-block .insidetable a {
  color: #5c3795;
  text-decoration: underline;
}
#product_table .show-title-full .kd-block-name-group {
  white-space: normal;
}
#product_table .show-title-full .kd-block-name-group:before {
  display: none;
}
#product_table.kd-last_viewed_items-wrap table.kd-last_viewed_items tr.no-reactive td:first-child {
  width: auto;
}

#productlist .kd-block-seesynonym, #productlist #productlist .kd-block-seesynonym a {
  display: inline-block;
}
#productlist .kd-desc-show-but ~ .kd-block-seesynonym {
  margin-left: 35px;
}
#productlist .kd-block-seesynonym a {
  margin-right: 8px;
}
#productlist .kd-lvi-td-shortdescr {
  white-space: nowrap;
  padding-left: 10px;
}
#productlist .kd-lvi-td-article_and_discound {
  width: 80vw;
}
#productlist .shortdescr {
  font-size: 14px;
  margin: 0;
  padding-top: 2px;
}
#productlist .kd-lvi-td-to_top, #productlist #productlist .td-count {
  white-space: nowrap;
}
#productlist .kd-last_viewed_items tr.kd-product-block > td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#productlist .kd-last_viewed_items tr.kd-product-block > td,
#productlist .kd-last_viewed_items .kd-product-detail-block tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
}
#productlist .kd-last_viewed_items .kd-product-detail-block tr > td {
  border-bottom: none;
}
#productlist .kd-last_viewed_items .kd-product-block {
  font-size: 13px;
}
#productlist table.kd-last_viewed_items tr.kd-product-group-block > td {
  padding-top: 0;
  padding-bottom: 0;
}
#productlist table.kd-last_viewed_items tr.kd-product-analog-block {
  margin-top: 14px;
  display: block;
}
#productlist .kd-last_viewed_items .kd-product-detail-block td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}
#productlist .kd-last_viewed_items .kd-product-detail-block * {
  font-size: 16px;
  line-height: 24px;
}
#productlist .kd-last_viewed_items .kd-product-detail-block table.insidetable {
  border-bottom: 1px solid #eee;
}
#productlist .kd-last_viewed_items .kd-product-detail-block table.insidetable td {
  border-left: none;
}
#productlist .kd-last_viewed_items .kd-product-detail-block table.insidetable tr:first-child td {
  border-top: none;
}
#productlist .kd-last_viewed_items .kd-product-detail-block ul {
  padding-left: 16px;
}
#productlist .kd-last_viewed_items {
  margin-top: 16px;
}
#productlist .kd-last_viewed_items tr:first-child th {
  position: relative;
}
#productlist fieldset.fieldset_spec_price {
  border: solid 1px #cc2e52;
  border-radius: 4px;
  width: 120px;
}
#productlist fieldset.fieldset_spec_price legend {
  color: #cc2e52;
  font-weight: bold;
  padding: 0 1em;
  font-size: 10px;
}
#productlist #productlist .kd-group-block * {
  font-size: 15px;
}
#productlist .kd-group-block > td {
  padding-top: 16px;
  padding-bottom: 16px;
}
#productlist #product_table .kd-last_viewed_items tbody tr.delimeter:last-child {
  display: none;
}
#productlist #product_table .kd-last_viewed_items tr.kd-product-block > td, #productlist #productlist #product_table .kd-last_viewed_items .kd-product-detail-block tr > td {
  padding-top: 1px;
  padding-bottom: 1px;
}
#productlist .kd-block-name-seesynonym {
  float: left;
  margin-right: 0;
  margin-left: 35px;
  padding-left: 25px;
  font-weight: bold;
}

#new_body .kd-lc-wrapper-new_d #product_table .kd-lvi-td-to_bask-wrap {
  width: auto;
}

#product_table .no-reactive .kd-lvi-td-to_top-image-wrap {
  padding: 0 10px;
}

#new_body .kd-lc-wrapper-new_d #product_table .no-reactive .kd-lvi-td-to_bask-wrap {
  width: 4%;
  padding: 0 2px;
}

.kd-lvi-td-name-wrap a {
  color: #000000;
  text-decoration: none;
}

.kd-lvi-td-name-numb_new,
.kd-lvi-td-name-numb_new a {
  color: #6a6d6f;
  font-size: 13px;
}

.kd-product-detail-block {
  display: none;
}

.kd-product-detail-block-show {
  display: table-row;
}

.kd-product-block {
  height: auto;
}

.kd-desc-show-but {
  position: absolute !important;
  left: 0;
  top: 5px;
  z-index: 9;
}

.kd-desc-show-but.kd-desc-show-but-down {
  background: #5c3795;
}

.kd-desc-show-but.kd-desc-show-but-down > div {
  background-image: url(/images/kd/show_block-but-active.png);
}

.kd-lvi-td-name-wrap-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.kd-lvi-td-name-wrap-desc-left {
  padding-left: 60px;
  width: 66%;
}

.kd-lvi-td-name-wrap .shortdescr {
  font-size: 12px;
}

.kd-lvi-td-name-numb_new .product-title-text {
  font-size: 14px;
  text-decoration: none;
}

.kd-lvi-td-name-cut {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 50vw;
  position: relative;
}

.kd-lvi-td-name-cut:not(.full-text):before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
}

.kd-lvi-td-name-cut.full-text {
  white-space: normal;
}

.kd-product-detail-img-block {
  float: right;
}

.kd-product-detail-img {
  padding: 2px;
  border: 0px;
  margin-right: 12px;
  float: left;
}

.kd-product-detail-img img {
  max-height: 273px;
  max-width: 273px;
}

.kd-product-detail-img-list {
  float: left;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.kd-product-detail-img-list-img {
  margin-right: 8px;
}

.kd-product-detail-img-list-img img {
  padding: 2px;
  border: 2px solid #f2f2f2;
  margin-bottom: 8px;
  cursor: pointer;
}

.kd-product-detail-img-list-img img:hover {
  border: 2px solid #5c3795;
}

.kd-product-detail-img-list-img .kd-product-detail-img-list-img-act {
  border: 2px solid #5c3795;
}

.swiper-container {
  width: 200px;
  height: 200px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.kd-lvi-td-small_td > div.kd-price-valut.no-price,
.kd-lvi-td-small_td > div.kd-price-rub.no-price {
  font-size: 13px;
}

.kd-product-group-block a {
  color: #000000;
  text-decoration: none;
}

.spec_price {
  /* padding-left: 20px;
   padding-right: 20px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.spec_price.kd-price-valut small {
  font-size: 11px;
}

.po_zaprosu {
  padding-right: 25px;
}

.kd-sec_option-collapse {
  display: inline-block;
  position: relative;
  /*margin-right: 20px;*/
}

.kd-sec_option-collapse--absolute {
  font-weight: 300;
  position: absolute;
  left: 0px;
  top: -10px;
  z-index: 2;
}

.kd-sec_option-collapse--absolute a {
  color: #5c3795;
  border-bottom-color: #5c3795;
}

.kd-sec_option-collapse--absolute a span {
  font-size: 13px;
  white-space: pre;
}

.kd-collapse-btn, .kd-show-title-btn {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.kd-show-title-btn {
  margin-left: 20px;
}

.kd-collapse-icon {
  position: absolute;
  display: inline-block;
  left: -20px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border: 3px solid #fff;
}

.kd-collapse-btn .kd-collapse-icon::before {
  position: absolute;
  display: block;
  content: "";
  left: 2px;
  top: 2px;
  width: 6px;
  height: 6px;
  background-image: url("/images/plus.png");
  -webkit-background-size: 6px 6px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  background-position: center center;
}

.kd-collapse-btn.collapsed .kd-collapse-icon::before {
  left: 3px;
  top: 4px;
  width: 5px;
  height: 3px;
  background-image: url("/images/minus.png");
  -webkit-background-size: 6px 2px;
  background-size: 6px 2px;
}

.kd-collapse-btn:hover .kd-collapse-icon {
  border: 3px solid #5c3795;
}

.kd-search-block-wp,
.kd-block-filter-wp {
  display: block;
  font-size: 14px;
}

.kd-search-block input[name=q] {
  border: 1px solid #b0b0b0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  outline-style: none;
  padding: 0 16px;
  width: 600px;
  float: left;
}

.kd-search-block .kd-button-search {
  margin-left: 16px;
  margin-bottom: 4px;
}

.kd-search-block .kd-button-search:active {
  background: white;
  color: #5c3795;
}

.kd-block-listdot01sel {
  letter-spacing: normal;
  box-sizing: border-box;
  margin-top: 8px;
}

.kd-block-listdot01sel-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding-top: 4px;
  padding-bottom: 4px;
}

.kd-bold {
  font-weight: bold;
}

.kd-block-seesynonym,
.kd-block-seesynonym a {
  color: #666666;
}

#product_table .kd-product-block .kd-lvi-td-in_stock-wrap.kd-lvi-td-small_td {
  padding-left: 5px;
  padding-right: 0;
}

#product_table .kd-desc-show-but-down + .kd-block-name-group {
  white-space: normal;
}

#product_table .kd-block-name-group {
  float: left;
  margin-top: 7px;
  margin-left: 35px;
  /*margin-bottom: -7px;*/
  padding-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 64vw;
  position: relative;
}

#product_table .kd-desc-show-but-down + .kd-block-name-group:before {
  display: none;
}

#product_table .kd-block-name-group:before {
  /*content: "";*/
  width: 20%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
}

#product_table .kd-block-name-group .fading {
  position: absolute;
  width: 20%;
  right: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
}

.favorites #product_table .kd-block-name-group .fading {
  background: linear-gradient(to right, rgba(248, 248, 248, 0) 0, rgba(248, 248, 248, 0.8) 100%);
}

#product_table .kd-block-name-group h2 {
  margin: 4px 0;
}

.insidetable {
  margin: 0;
  width: auto;
  border-collapse: collapse;
  border-left: none;
  border-top: none;
}

#productlist .kd-lvi-td-to_top, #productlist .td-count {
  white-space: nowrap;
}

#productlist .kd-last_viewed_items tr > td {
  padding-top: 2px;
  padding-bottom: 2px;
}

#productlist .kd-last_viewed_items tr.delimeter > td {
  padding-top: 10px;
  padding-bottom: 0;
}

#productlist .kd-last_viewed_items tr:not(.delimeter) > td {
  border-bottom: none;
}

body .kd-count_of_col-wrap {
  letter-spacing: -0.3em;
}

.kd-count_of_col {
  display: inline-block;
  width: 33%;
  letter-spacing: normal;
  vertical-align: top;
  padding-right: 100px;
}

.kd-count_of_col:last-child {
  width: 33%;
  padding-right: 20px;
}

.kd-count_of_col .kd-count_of_col-item {
  display: block;
  font-size: 13px;
  padding-bottom: 6px;
}

.kd-count_of_col-item a.kd-dashed {
  border-bottom: 0;
  color: #333333;
  transition: linear all 0.1s;
}

.kd-count_of_col-item a.kd-dashed:hover {
  border-bottom: 1px dashed #000000;
}

.kd-count_of_col-item-active {
  color: black;
  font-weight: bold;
}

.kd-react_item-uk {
  color: black;
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
}

.kd-block-listdot01sel-main {
  color: #5c3795;
  font-weight: bold;
}

.kd-alphavit-block-name {
  color: #333333;
}

.kd-sort-a-wrap {
  color: black;
}

.kd-sort-a-text {
  padding-right: 10px;
  font-weight: bold;
}

.kd-type_of_val-opt-text {
  font-weight: bold;
}

.kd-sort-a {
  color: black;
  text-decoration: underline;
}

.kd-sort-a-active {
  font-weight: bold;
}

.kd-react_item-uk-wrap {
  margin: 30px 0;
}

.td-kd-block-listdot01sel-item {
  padding-bottom: 15px;
}

#productlist fieldset.fieldset_spec_price.fieldset_spec_price--share legend {
  color: #550d81;
}

#productlist fieldset.fieldset_spec_price.fieldset_spec_price--share {
  border: solid 1px #550d81;
}

.kd-show_block-but.kd-show_block-but_empty {
  height: 1px;
}

#productlist table.kd-last_viewed_items tr.kd-product-group-block.fasovka-full > td {
  padding-bottom: 0;
}

.seesynonym-wrap {
  padding-top: 12px;
  padding-bottom: 5px;
}

.zap {
  cursor: pointer;
  border-bottom: 1px dashed #6b23b1;
  display: inline-block;
  position: relative;
  font-size: 13px !important;
}

.item_slider:after {
  content: "";
  clear: both;
  display: block;
}

.item_slider ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.item_slider img {
  margin: 0;
  padding: 0;
}

.item_slider {
  display: inline-block;
}

.item_slider .item_images,
.item_slider .item_thumbs {
  display: table-cell;
  vertical-align: top;
}

.item_slider .item_images {
  padding-right: 30px;
}

.item_slider .item_images li {
  box-sizing: border-box;
  display: none;
}

.item_slider .item_images li.active {
  /*border: 1px solid #dfdfdf;*/
  display: block;
  height: 350px;
  position: relative;
  text-align: center;
  width: 350px;
}

.item_slider .item_images li a {
  display: block;
  height: 100%;
}

.item_slider .item_thumbs {
  position: relative;
}

.zap::after {
  position: absolute;
  bottom: 1px;
  right: -17px;
  content: "?";
  width: 10px;
  height: 10px;
  font-size: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #6b23b1;
  border-radius: 50%;
  border: 1px solid #6b23b1;
}

#cena-zapros {
  width: calc(100% - 60px);
  padding: 20px 30px 0;
}

.item_slider .item_thumbs .item_thumbs_slide_up,
.item_slider .item_thumbs .item_thumbs_slide_down {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  width: 100%;
  z-index: 555;
}

#cena-zapros .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: #333;
  text-align: center;
}

#cena-zapros_form .form-row {
  width: 100%;
  margin: 0 0 15px;
}

.item_slider .item_thumbs .item_thumbs_slide_up:hover,
.item_slider .item_thumbs .item_thumbs_slide_down:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.item_slider .item_thumbs .item_thumbs_slide_up {
  padding-top: 12px;
  top: 0;
}

.item_slider .item_thumbs .item_thumbs_slide_down {
  bottom: 0;
  padding-top: 5px;
}

#cena-zapros_form input[type=text], #cena-zapros_form input[type=tel] {
  outline: none;
  height: 38px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b0b0b0;
  padding: 0 16px;
  box-sizing: border-box;
  position: relative;
  background-color: transparent;
}

.item_slider .item_thumbs .item_thumbs_slide_up:before,
.item_slider .item_thumbs .item_thumbs_slide_down:before {
  border: 0 solid #5c3795;
  content: "";
  display: block;
  height: 10px;
  margin: 0 auto;
  width: 10px;
}

.item_slider .item_thumbs .item_thumbs_slide_up:before {
  border-left-width: 3px;
  border-top-width: 3px;
  transform: rotate(45deg);
}

.item_slider .item_thumbs .item_thumbs_slide_down:before {
  border-bottom-width: 3px;
  border-right-width: 3px;
  transform: rotate(45deg);
}

.item_slider .item_thumbs .item_thumbs_slide_up.disabled,
.item_slider .item_thumbs .item_thumbs_slide_down.disabled {
  display: none;
}

.item_slider .item_thumbs ul {
  box-sizing: border-box;
  height: 350px;
  overflow: hidden;
}

.item_slider .item_thumbs li {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  height: 80px;
  line-height: 78px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 80px;
  max-width: 100%;
}

#cena-zapros_form .form-err {
  color: red;
  height: 30px;
  text-align: center;
}

#cena-zapros_form .form-err p {
  margin: 0;
}

#cena-zapros_form .form-answ {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  height: 20px;
}

#cena-zapros_form input[type=submit] {
  width: 100%;
  border: none;
  height: 40px;
  box-sizing: border-box;
  border-bottom: 2px solid #452675;
  border-radius: 5px;
  background-color: #5c3795;
  color: #fefefe;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  cursor: pointer;
  line-height: 40px;
  outline: none;
}

.item_slider .item_thumbs li.active {
  border-color: #5c3795;
}

.item_slider .item_thumbs li a {
  display: block;
  height: 100%;
}

.item_slider .item_images li a img,
.item_slider .item_thumbs li a img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

div[id^=wait_comp_] {
  display: none;
}

.kd-section-block-descr.text-ellipsis img,
.kd-section-block-descr.text-ellipsis a {
  display: none;
}

.kd-section-block-descr.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95vw;
  position: relative;
  padding-bottom: 0;
  max-height: 18px;
  opacity: 0.7;
}

.kd-section-block-descr.text-ellipsis * {
  margin: 0;
}

.kd-section-block-descr.text-ellipsis:not(.text-ellipsis_reactive) {
  margin-top: -16px;
}

.kd-section-block-descr.text-ellipsis:after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 100%);
}

.kd-section-wrapper-full-link.after-ellipsis {
  width: 95vw;
  margin-bottom: 10px;
}

.kd-section-wrapper-full-link.after-ellipsis a {
  font-size: 16px;
  border-bottom: 1px dashed #000;
}

.kd-line-content-section-wrapper.delimeter-reactive {
  margin-bottom: 28px;
}

/*.sec_v:not(.alph) .kd-lvi-td-atricle-wrap{
	width:60%;
}*/
.preloader {
  background: url("/images/482.gif") no-repeat top center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: none;
}

.subsections {
  clear: both;
}

.subsection__item {
  padding: 10px 0;
}

.subsections-column {
  columns: 3;
}

.subsections-column .subsection__item {
  display: inline-block;
  width: 100%;
  padding-right: 40px;
}

.subsection__item-link {
  color: #550081;
  font-size: 16px;
  text-decoration: underline;
}

form.quick_search {
  float: left;
  position: relative;
  width: 300px;
  margin-right: 10px;
}

form.quick_search input {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  border: 2px solid #5c3795;
  border-radius: 5px;
  outline: none;
  /*font-size: 16px;*/
}

form.quick_search .quick_search_submit {
  position: absolute;
  top: 0;
  right: 0px;
  width: 38px;
  height: 38px;
  border: none;
  background: #5c3795;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

form.quick_search .quick_search_submit:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}

form.quick_search .quick_search_reset {
  display: none;
  position: absolute;
  top: 0;
  right: 38px;
  width: 38px;
  height: 38px;
  border: none;
  cursor: pointer;
  border-top: 2px solid #5c3795;
  border-bottom: 2px solid #5c3795;
  background: #ffffff;
}

form.quick_search .quick_search_reset:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 16px;
  color: #5c3795;
}

form.quick_search .quick-search-nothing {
  margin-top: 10px;
  display: block;
}

.search_highlight {
  background-color: rgba(92, 55, 149, 0.31);
}

@media (max-width: 1000px) {
  .subsections-column {
    columns: 2;
  }
}
@media (max-width: 700px) {
  .subsections-column {
    columns: unset;
  }
}
.megawrap-col {
  float: left;
}

.megawrap-col_side {
  width: 340px;
}

.megawrap.megawrap_news .megawrap-col_side,
.megawrap.megawrap_news .megawrap-col_main {
  float: none;
  width: auto;
}

.megawrap_news .filter_btns_wrap {
  display: none;
}

.megawrap-col_side.fixed {
  position: fixed;
  top: 0;
  overflow-y: auto;
  max-height: 100vh;
  z-index: 100;
}

.megawrap-col_side.fixed .bx-filter {
  max-height: 100%;
}

.megawrap-col_main {
  width: calc(100% - 340px);
  padding-left: 35px;
  padding-right: 25px;
  float: right;
}

.filter_btns_wrap {
  width: 340px;
  padding: 15px 18px 0;
  background: #f8f8f8;
}

.megawrap-col_side.fixed .filter_btns_wrap {
  position: fixed;
}

.filter_btns_wrap .bx-filter-button-box .bx-filter-parameters-box-container {
  padding-bottom: 10px;
}

.filter-toggler {
  display: none;
  width: 340px;
  float: left;
  margin-top: 15px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.btn.design_toggler {
  background-color: #5c3795;
  border: 1px solid #5c3795;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  width: 280px;
  padding: 0 20px;
}

.btn.design_toggler:hover {
  background-color: #fff;
  color: #5c3795;
}

.kd-lvi-td-labels-wrap .kd-help-block.labels {
  top: 1px;
}

.kd-lvi-td-labels-wrap-block {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .megawrap-col_side {
    display: none;
  }
  .megawrap-col_main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .megawrap-col_main .catalog-sorting {
    width: 100%;
    flex-wrap: wrap;
    float: right;
    margin-bottom: 45px;
  }
  .catalog-sorting .catalog-sorting-input {
    min-width: 200px;
  }
  .filter-toggler {
    display: block;
  }
  .megawrap {
    position: relative;
  }
  .megawrap-col_side.opened {
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  .megawrap-col_side.opened.fixed {
    position: fixed;
    top: 0;
  }
  html.bx-ios .megawrap-col_side.opened.fixed {
    height: calc(100% - 60px);
  }
  /*.megawrap-col_side.opened .bx-filter .bx-filter-title {
      display: none;
  }*/
  .megawrap-col_side.opened .bx-filter-section {
    padding-top: 0;
  }
  .megawrap-col_side.opened.fixed .bx-filter-section {
    border-top: none;
    padding-top: 0;
  }
  .megawrap-col_side.opened .bx-filter .bx-filter-title {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .megawrap-col_side.opened .js-filter-toggler:before {
    transform: rotate(180deg);
  }
  .megawrap-col_side.opened ~ .megawrap-col_main .filter-toggler {
    display: none;
  }
  .js-filter-toggler {
    position: relative;
    cursor: pointer;
  }
  .js-filter-toggler:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/kd/show_block-but.png);
    width: 12px;
    height: 7px;
  }
  .megawrap-col_side.opened ~ .megawrap-col_main .js-filter-toggler:before {
    transform: rotate(180deg);
  }
  body.filter-opened {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .megawrap-col_side.opened.fixed .bx-filter .bx-filter-title {
    position: fixed;
    width: 340px;
    left: 10px;
    z-index: 10;
    background: #f8f8f8;
  }
  .megawrap-col_side.opened.fixed .acs-toggler__fieldset-wrap {
    margin-top: 75px;
  }
  .js-filter-toggler:before {
    right: 15px;
  }
  .megawrap-col_side.opened .js-filter-toggler:before {
    right: 0;
  }
  .megawrap-col_side.opened.fixed .js-filter-toggler:before {
    right: 21px;
  }
  .kd-lvi-td-labels-wrap .kd-help-block-text-to_left {
    transform: translateY(16px) translateX(184px);
  }
  .kd-lvi-td-labels-wrap .kd-help-block-text-to_left::before {
    right: 171px;
  }
}
@media (max-width: 620px) {
  .megawrap-col_side.opened.fixed .bx-filter .bx-filter-title {
    width: calc(100% - 20px);
  }
  form.quick_search {
    margin-top: 10px;
    width: 100%;
  }
}
.b-add-all-to-basket {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 15px;
}

.b-add-all-to-basket a {
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
  color: #550d81;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
}

.js-product-row {
  float: left;
  display: none;
}

.js-product-row td {
  display: block;
}

@media screen and (max-width: 768px) {
  .js-product-row {
    display: block;
    width: 40%;
  }
  #productlist table.kd-last_viewed_items tr.kd-product-analog-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    margin-top: 12px;
    margin-bottom: 6px;
  }
  #productlist table.kd-last_viewed_items .kd-lvi-td-analog-title {
    display: none;
  }
  #productlist table.kd-last_viewed_items .kd-lvi-td-analog-title-mobile {
    display: block;
    padding-left: 0px;
  }
  #productlist .kd-last_viewed_items .kd-product-block.hide-offers-mob {
    width: 60%;
    float: right;
    display: none;
    margin-top: 25px;
    justify-content: flex-end;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item {
    display: none;
    width: 100%;
    margin-top: 6px;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item .kd-lvi-td-name-numb_new {
    white-space: normal;
    padding-bottom: 12px;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item .kd-lvi-td-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: none;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
  }
  #productlist .kd-last_viewed_items .kd-product-block.kd-product-analog-block-item .kd-lvi-td-price-wrap > div {
    margin: 0;
  }
  #productlist .kd-last_viewed_items .js-product-row + .kd-product-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-atricle-wrap {
    display: none;
  }
  .js-product-row ~ .kd-product-block.kd-product-analog-block-item .kd-lvi-td-atricle-wrap {
    display: block;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-pack {
    display: none;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-to_bask-wrap {
    margin-left: 50px;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-count-wrap {
    margin-left: 50px;
  }
  .js-product-row .jq-selectbox__select {
    max-width: 240px;
    height: 30px;
  }
  .js-product-row .jq-selectbox__select-text {
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
  }
  .js-product-row .jq-selectbox__select-text:before {
    right: 12px;
    top: 12px;
  }
  .js-product-row .jq-selectbox__dropdown {
    max-width: 240px;
    margin-top: 0;
  }
  .js-product-row .jq-selectbox li {
    padding: 4px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .js-product-row ~ .kd-product-block .kd-lvi-td-to_bask-wrap {
    margin-left: 20px;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-count-wrap {
    margin-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  .js-product-row {
    width: 100%;
  }
  #productlist .kd-last_viewed_items .js-product-row ~ .kd-product-block {
    width: 100%;
    float: left;
    justify-content: flex-start;
    margin-top: 8px;
  }
}
@media screen and (max-width: 350px) {
  .js-product-row ~ .kd-product-block .kd-lvi-td-count-wrap {
    margin-left: 0;
  }
  .js-product-row ~ .kd-product-block .kd-lvi-td-to_bask-wrap {
    margin-left: 25px;
  }
  #productlist .kd-last_viewed_items .js-product-row ~ .kd-product-block {
    justify-content: space-between;
  }
}
.collapse_products.hide_after ~ * {
  display: none !important;
}

.collapse_products_btn {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #5c3795;
  text-decoration: underline;
}

.collapse_products_btn:after {
  content: "";
  position: absolute;
  right: 0;
  background-position: center;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/kd/show_block-but.png);
}

.collapse_products:not(.hide_after) .collapse_products_btn:after {
  transform: rotate(180deg);
}

td.kd-lvi-pack {
  max-width: 400px;
  overflow: hidden;
}

.filtres:after {
  display: block;
  clear: both;
  content: "";
}

.toggle_filter {
  float: right;
}

.filter-hide {
  width: 50px;
  height: 42px;
  background-color: #F2F2F2;
  /*margin-right: 10px;*/
  float: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  top: -10px;
}

.filter-hide:hover {
  background: #5C3795;
  border-color: #5C3795;
}

.filter-hide:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/kd/show_block-but.png);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(90deg);
}

.filter-hide:hover:before {
  background-image: url(/images/kd/show_block-but-active.png);
  transform: rotate(-90deg);
}

.filter-hide.invisible:before {
  background-image: url(/images/kd/hide_block-but.svg);
  transform: rotate(0deg);
}

.filter-hide.invisible:hover:before {
  background-image: url(/images/kd/hide_block-but-active.svg);
}

@media (max-width: 1024px) {
  .filter-hide {
    display: none;
  }
  .kd-other-content-title.kd-other-content-title-btn .kd-other-show {
    width: 339px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/diam/components/bitrix/photo.section/galery_catalog/style.css?16462886227007*/
.custom-galery {
    margin: 40px auto;
    position: relative;
}
.custom-galery_only-photo {
    margin: 40px 0;
    position: relative;
}

.custom-galery .galery-title-block,
.custom-galery_only-photo .galery-title-block {
    font-size: 12pt;
    margin-bottom: 8px;
    margin-top: 12px;
    text-align: left;
    font-weight: bold;
    color: #000000;
}

.custom-galery .galery-body-block,
.custom-galery_only-photo .galery-body-block {
    position: relative;
    display: flex;
}


.custom-galery .galery-body-block .item,
.custom-galery_only-photo .galery-body-block .item {
    height: 286px;
    /*  border: 1px solid red;*/
}
.custom-galery .galery-body-block .item .with_description {
    height: 286px;
    display: flex;
    justify-content: center;
}

.custom-galery .galery-body-block .item .text-block,
.custom-galery_only-photo .galery-body-block .item .text-block {
    height: 20%;
    color: #000;
    margin-top: 6px;
    text-align: center;
}

.custom-galery .galery-body-block .item .text-block .title,
.custom-galery_only-photo .galery-body-block .item .text-block .title {
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 3.9em;
}

.custom-galery .galery-body-block .item .text-block .descr,
.custom-galery_only-photo .galery-body-block .item .text-block .descr {
    margin-top: 6px;
    font-size: 12px;
}

.custom-galery .galery-body-block .item .with_description .descr {
    font-size: 14px;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 19.5em;
    word-break: break-word;
}

.custom-galery .galery-body-block .item .with_product .descr {
    height: fit-content;
    -webkit-line-clamp: 7;
}

.custom-galery .galery-body-block .item .with_product .more_btn {
    display: block;
    text-align: center;
    color: white;
    background: #5c3795;
    border-radius: 5px;
    cursor: pointer;
    height: 36px;
    position: absolute;
    width: auto;
    bottom: 0;
}

.custom-galery .galery-body-block .item .with_product .more_btn_text {
    display: inline-block;
    bottom: -8px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.fancybox-overlay .preview-text-block {
    color: #000;
    margin-top: 6px;
}

.fancybox-overlay .preview-text-block .title {
    font-size: 14px;
    font-weight: bold;
}

.fancybox-overlay .preview-text-block .descr {
    font-size: 12px;
}


.custom-galery .galery-body-block .item img,
.custom-galery_only-photo .galery-body-block .item img {
    height: 80%;
    width: 100%;
    object-fit: contain;
    min-width: 167px;
}

.custom-galery .galery-body-block .item .with_description img {
    height: 80%;
    object-fit: contain;
    width: 97%;
}

.custom-galery .galery-body-block .custom-nav,
.custom-galery_only-photo .galery-body-block .custom-nav{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.custom-galery .galery-body-block .owl-prev,
.custom-galery .galery-body-block .owl-next,
.custom-galery_only-photo .galery-body-block .owl-prev,
.custom-galery_only-photo .galery-body-block .owl-next{
    position: absolute;
    height: fit-content;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    opacity: 1 !important;
    outline: none;
}

.custom-galery .galery-body-block .owl-prev,
.custom-galery_only-photo .galery-body-block .owl-prev {
    left: 0;
}

.custom-galery .galery-body-block .owl-next,
.custom-galery_only-photo .galery-body-block .owl-next{
    right: 0;
}

.custom-galery .galery-body-block .owl-nav,
.custom-galery .galery-body-block .owl-dots,
.custom-galery_only-photo .galery-body-block .owl-nav,
.custom-galery_only-photo .galery-body-block .owl-dots{
    display: block !important;
}

.custom-galery .galery-body-block .owl-theme .owl-nav [class*=owl-],
.custom-galery_only-photo .galery-body-block .owl-theme .owl-nav [class*=owl-]{
    background: none !important;
    margin: 0px;
}

.custom-galery .galery-body-block .owl-theme .owl-nav,
.custom-galery_only-photo .galery-body-block .owl-theme .owl-nav{
    margin-top: 120px !important;
}

.fancybox-nav {
    width: 50px;
}

.custom-galery .galery-body-block .left-arrow,
.custom-galery_only-photo .galery-body-block .left-arrow,
.fancybox-wrap .fancybox-prev span {
    background: url(/local/templates/diam/css/images/arrow_left.png) no-repeat;
}

.custom-galery .galery-body-block .right-arrow,
.custom-galery_only-photo .galery-body-block .right-arrow,
.fancybox-wrap .fancybox-next span {
    background: url(/local/templates/diam/css/images/arrow_right.png) no-repeat;
}

.fancybox-wrap .fancybox-nav span {
    visibility: visible;
}

.fancybox-wrap .fancybox-prev {
    left: -65px;
}

.fancybox-wrap .fancybox-next {
    right: -65px;
}

.custom-galery .galery-body-block .right-arrow, .custom-galery .left-arrow,
.custom-galery_only-photo .galery-body-block .right-arrow, .custom-galery_only-photo .left-arrow{
    width: 34px;
    height: 34px;
    transition: all .3s;
    display: block;
}

.custom-galery .owl-prev, .custom-galery .owl-next,
.custom-galery_only-photo .owl-prev, .custom-galery_only-photo .owl-next{
    top: 35%;
}

.custom-galery .galery-body-block .owl-theme .owl-dots .owl-dot,
.custom-galery_only-photo .galery-body-block .owl-theme .owl-dots .owl-dot{
    outline: none;
}

.custom-galery .galery-body-block .owl-theme .owl-dots .owl-dot.active span,
.custom-galery .galery-body-block .owl-theme .owl-dots .owl-dot:hover span,
.custom-galery_only-photo .galery-body-block .owl-theme .owl-dots .owl-dot.active span,
.custom-galery_only-photo .galery-body-block .owl-theme .owl-dots .owl-dot:hover span{
    background: #5c3795 !important;
}

.custom-galery .galery-body-block .item .with_product .text-block {
    text-align: left;
    width: 400px;
}

.custom-galery .galery-body-block .item .with_product .text-block .title {
    margin-bottom: 15px;
}

.custom-galery .galery-body-block .item .with_product .article {
    font-size: 14px;
}

@media (max-width: 960px) {
    .custom-galery .galery-body-block .item .with_description {
        flex-direction: column;
        height: unset;
    }
    .custom-galery .galery-body-block .item {
        height: unset;
    }
    .custom-galery .galery-body-block .item .with_product .text-block {
        text-align: left;
        width: unset;
    }
    .custom-galery .galery-body-block .item .with_description img {
        height: 150px;
    }
    .custom-galery .galery-body-block .item .text-block .title {
        -webkit-line-clamp: 2;
        height: 2.6em;
    }
    .custom-galery .galery-body-block .item .with_product .more_btn {
        position: static;
    }
}

@media (max-width: 1100px) {
    .custom-galery {
        margin: 40px 0;
    }
}
/* End */


/* Start:/local/templates/diam/vendor/css/owl.carousel.min.css?16117350213351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/diam/vendor/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/diam/vendor/css/owl.theme.default.min.css?16117350211013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* /local/templates/diam/components/o2k/catalog/main/style.css?17264839501122 */
/* /local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/style.css?172648395029468 */
/* /local/templates/diam/components/o2k/catalog.smart.filter/new_vertical/themes/black/colors.css?16571834223339 */
/* /local/templates/diam/components/bitrix/catalog.section/main/style.css?176457027344105 */
/* /local/templates/diam/components/bitrix/photo.section/galery_catalog/style.css?16462886227007 */
/* /local/templates/diam/vendor/css/owl.carousel.min.css?16117350213351 */
/* /local/templates/diam/vendor/css/owl.theme.default.min.css?16117350211013 */
