

/* Start:/bitrix/templates/hittek/components/bitrix/catalog/catalog/style.css?1693816006348*/
.style-marker ul {
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.style-marker li {
    list-style-type: none;
    margin-bottom: 10px;
}

.style-marker a {
    text-decoration: none;
    color: black;
    background-color: #ebe8e8;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
}
/* End */


/* Start:/bitrix/components/artrix/catalog.smart.filter/templates/.default/style.css?172443307133951*/
.filter-selected-items .selected-item{
	display: inline-block;
    vertical-align: middle;
    padding: 7px 35px 7px 15px;
    background: #ebc74f;
    margin: 0 10px 10px 0;
    border-radius: 17px;
    position: relative;
    font-size: 14px;
}
.filter-selected-items .selected-item a{
	background: url(/bitrix/templates/hittek/i/close.svg) center center no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
	transform: translateY(-50%);
}
.filter-selected-items .selected-item.filter-drop{
	background: #000;
	color: #fff;
	padding: 7px 15px 7px 15px;
	display: none;
}
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	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: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	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;
}
.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-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	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(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/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(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
			border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/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: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*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: 100%;
	width: 22px;
	height: 22px;
	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: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	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(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/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(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
			border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/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-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 {}
.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;
	text-align: left;
}
/*
* 	BTN
*
*/

.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(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/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(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/active.png) 2 repeat;
			border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/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(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/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(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/bitrix/components/artrix/catalog.smart.filter/templates/.default/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;
}
@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;
	}
}


#ta{
	height:110px;
	position:relative;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
#ta {
	height: auto;
}
#ta.brand-hidden {
	height: 110px;
}
#ta.brand-hidden:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.read-next{
	position: relative;
	font: 400 13px/29px MuseoSans500;
	color: #a1a1a1 !important;
	display: block;
	padding: 5px 15px;
	line-height: 18px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	color: #000;
	border: 2px solid #f0f0f0;
	border-radius: 16px;
	text-align: center;
	margin: 10px 0;
	font-weight: normal;
}
.read-next span {
	border-bottom: 1px dashed #a1a1a1;
}
.read-next-div{
	display: none;
	width: 175px;
	float: right;
	text-align: right;
	text-align: -webkit-right;
	margin-right: 60px;
}
/*@media screen and (max-width: 1067px){
	#ta{
		height:190px;
	}
}*/

.smartfilter-wrap{
	position: relative;
	padding-right: 30px;
}
.smartfilter-wrap--disabled:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 100;
}
.smartfilter{
	width: 100%;
}
.smartfilter .aside-sorting{
	display: block;
	float: left;
}
.smartfilter .aside-available {
	display: block;
	float: left;
}

.smartfilter .aside-available {
	display: block;
	float: left;
}
.aside-available__input {
	font: 400 18px/1 MuseoSans300;
	line-height: normal;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0;
	display: none;
	color: #000;
	border: none;
	border-bottom: 2px solid #9b9b9b;
	outline: 0;
}
.aside-available__label {
	position: relative;
	padding: 2px 0 0 30px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font: 400 16px/24px MuseoSans500;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #000;
	margin: 10px 0;
}
.aside-available__input + label:before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 19px;
	height: 19px;
	content: '';
	display: inline-block;
	border: 2px solid rgba(0,0,0,.16);
	margin-right: 40px;
	text-align: center;
	background-color: #f0f0f0;
}
.aside-available__input[type=checkbox]:checked + label:before {
	border-color: #000;
	content: "\2714";
}
.smartfilter .aside-sorting:after,
.smartfilter .aside-sorting:before{
	content: none;
}
.filter-top .aside-sorting__select .jq-selectbox__trigger-arrow{
	background: none;
	font-family: 'FontAwesome';
	display: inline-block;
	margin-left: 3px;
	-webkit-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
	vertical-align: top;
	line-height: 20px;
	transform-origin: center;
}
.aside-sorting__select .jq-selectbox__trigger-arrow:before{
	content: "\f0dd";
	position: absolute;
	top: -8px;
	right: 0;
	line-height: 1;
	color: #000 !important;
}
.smartfilter .text-dealer__label{
	position: relative !important;
	padding: 6px 5px 6px 35px;
	line-height: 1;
	cursor: pointer;
	border: 1px solid #f0f0f0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 16px;
}
.smartfilter .text-dealer__label:hover{
	border-color: #494949;
}
.smartfilter .aside-firm__item .text-dealer__input + label:before {
	top: 22%;
	left: 13px;
}
.text-dealer__input:disabled + .text-dealer__label,
.text-dealer__input:disabled + .text-dealer__label:hover{
	border: 1px solid #f0f0f0;
	opacity: 0.5;
	cursor: default;
}
.clearfix-filter{
	clear: both;
}
.smartfilter .aside-price{
	float: right;
	margin: 0!important;
	color: #bdbdbd;
	position: relative;
}
.smartfilter .aside-price__title{
	margin-top: 0;
	color: #666666;
}
.smartfilter .aside-price__button{
	margin-top: 0;
}
.smartfilter .aside-price,
.smartfilter .aside-price__before-input,
.smartfilter .aside-price__title{
	font-size: 13px;
	vertical-align: top;
}
.smartfilter .aside-price__before-text,
.smartfilter .aside-price__before-input,
.smartfilter .aside-price__after-text,
.smartfilter .aside-price__after-input{
	color: #666666;
	border: 0;
	font-size: 13px;
}
.smartfilter .aside-price__title,
.smartfilter .aside-price__before-text,
.smartfilter .aside-price__after-text{
	padding-top: 12px;
}
.smartfilter .aside-price__before-input{
	width: 48px;
	vertical-align: top;
}
.smartfilter .aside-price__after-input{
	vertical-align: top;
}
.smartfilter.filter-top .aside-price__after-block input{
	width: 80px;
}
.smartfilter-reset{
	border-radius: 30px;
	height: 34px;
	padding: 0 22px;
	background: #eeeeee;
	color: #262626;
	border: 0 !important;
	outline: 0 !important;
	float: right;
	font-size: 14px;
	display: block;
}
.aside-menu__line{
	border-bottom: 1px solid #cccccd;
	clear: both;
	margin-top: 6px;
	margin-bottom: 4px;
}
.horizontal-all-show{
	height:110px;
	position:relative;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.horizontal-all-show {
	height: auto;
}
.horizontal-all-show.brand-hidden {
	height: 110px;
}
.horizontal-all-show.brand-hidden:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.catalog-filter__row{
	margin: 0 -10px;
}
.catalog-filter__row .aside-firm{
	margin-left: 10px;
	margin-right: 10px;
}
.catalog-filter__item{
	display: block;
	float: left;
	padding: 8px 0;
	position: relative;
}

	.catalog-filter__item-name{
		color: #262626;
		text-decoration: none;
		font-size: 16px;
		background: #fff;
		padding: 5px 10px;
	}
	.catalog-filter__item-name .fa-sort-down{
		font-family: 'FontAwesome';
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
		margin-left: 3px;
		-webkit-transition: transform 0.3s linear;
		-o-transition: transform 0.3s linear;
		transition: transform 0.3s linear;
		transform-origin: 5px 12.5px;
		vertical-align: top;
		line-height: 20px;
	}

	.catalog-filter__item-name:hover .fa-sort-down{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
	.catalog-filter__item-list{
		position: absolute;
		left: -1px;
		z-index: 2;
		display: none;
		border: 1px solid #d0d0d0;
		background: #fff;
		min-width: 100%;
		margin-top: 5px;
		padding-top: 6px;
		padding-bottom: 10px;
		min-width: 170px;
	}
	.catalog-filter__item-list:after{
		content: "";
		position: absolute;
		top: -6px;
		left: 12px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 6px 5px;
		border-color: transparent transparent #ffffff transparent;
	}
	.catalog-filter__item-list:before{
		content: "";
		position: absolute;
		top: -8px;
		left: 11px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 8px 6px;
		border-color: transparent transparent #d0d0d0 transparent;
	}

	.catalog-filter__item:hover .catalog-filter__item-list{
		display: block;
		z-index: 3;
	}
		.catalog-filter__item .aside-firm__item .text-dealer__label{
			border: none;
			border-radius: 0;
			padding-right: 10px;
			font-size: 13px;
		}
		.catalog-filter__item .aside-firm__item .text-dealer__label:hover{
			background: #f2f5f6;
		}
		.catalog-filter__item .text-dealer__input:disabled + .text-dealer__label,
		.catalog-filter__item .text-dealer__input:disabled + .text-dealer__label:hover{
			background: #fff;
			border: 0;
		}
		.catalog-filter__item .aside-firm__item {
			margin: 0;
			width: 100%;
		}

@media only screen and (max-width: 1023px),only screen and (max-device-width:1023px) {
    .aside-tabs {
        display:none !important;
    }
}


.slideout-menu{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 240px;
	min-height: 100vh;
	overflow-y: auto;
	z-index: 0;
	display: none;
	padding: 0;
	box-sizing: border-box;
	background: #efefef;
	-webkit-overflow-scrolling: touch;
}
.slideout-menu.modef-display{
	padding: 0 0 40px;
}
@media screen and (max-width: 768px){
	.slideout-menu .aside-price, .slideout-menu .catalog-filter__row{
		padding: 15px 15px 0 15px;
		width: 100%;
		margin: 0;
	}
	.slideout-menu .smartfilter .aside-sorting{
		padding: 27px 15px 21px;
		float: none;
		background: #fff;
		border-bottom: 1px solid;
		height: 70px;
	}

	.slideout-menu .smartfilter .aside-available{
		padding: 15px 15px 0 15px;
	}
}

.slideout-menu * {
	box-sizing: border-box;
}

.slideout-menu-left {
	left: 0;
}

.slideout-menu-right {
	right: 0;
}

.slideout-panel {
	/*position: relative;*/
	z-index: 1;
	/*will-change: transform;*/
	background-color: #FFF; /* A background-color is required */
	min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}
.slideout-open .slideout-menu{
	display: none;
}
.mobile-filter_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.slideout-toggle{
	display: none;
	border-radius: 30px;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	padding: 0 22px;
	background: #eeeeee;
	color: #262626;
	border: 0 !important;
	outline: 0 !important;
	font-size: 14px;
}
.slideout-block_size{
	display: none;
	background: url('/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/block_size-icon.png') no-repeat;
	width: 19px;
	height: 19px;
	cursor: pointer;
}
.slideout-block_size.active{
	background: url('/bitrix/components/artrix/catalog.smart.filter/templates/.default/images/block_size-icon-active.png') no-repeat;
}
.bx-filter-popup-result {
	position: absolute;
    left: 50%;
    top: -35px;
    /* margin: -57px 0 0; */
    background: #fff;
    z-index: 9999;
    border: 1px solid #000;
    padding: 3px 5px;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 13px;
    color: #000;
	display: none;
}

.bx-filter-popup-result a {
	color: #4793d0;
}

.bx-filter-popup-result a:hover {
	color: #6aaee4;
}

.bx-filter-popup-result:before{
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	
}
.bx-filter-popup-result:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 8px solid #000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
	
}
@media (min-width: 768px) {
	.menu-slideout{
		display: none !important;
	}

}
.filter-top .aside-price .aside-price__title{
	padding: 0px;
	margin: 0;
	vertical-align: middle;
}
.filter-top .aside-price .items.no-bullet{
	display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}
.filter-slider.item{
	
}
.filter-slider.item  .filter-input-value{
	white-space: nowrap;
	margin: 0 0 7px;
}
.filter-slider.item  .filter-input-value > div{
	display: inline-block;
	width: 30px;
	text-align: center;
}
.filter-slider.item  .filter-input-value > div:first-of-type{
	text-align: left;
	width: 80px;
}
.filter-slider.item  .filter-input-value > div:last-of-type{
	text-align: right;
	width: 80px;
}
.filter-slider.item  .filter-input-value input[type="text"]{
	width: 60px;
    padding: 3px 5px;
    color: #000;
    text-align: center;
}
@media only screen and (min-width: 375px) and (max-width: 480px){
	.slideout-block_size{
		display: inline-block;
	}
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px){
	.slideout-open .slideout-menu {
		display: block;
		border-right: 1px solid #efefef;
	}
	.smartfilter-wrap .smartfilter.filter-top{
		display: none;
	}
	.slideout-toggle{
		display: inline-block;
	}
	.slideout-menu .catalog-filter__item{
		float: none;
	}
	.slideout-menu .catalog-filter__item-list{
		position: relative;
	}
	.slideout-menu .smartfilter .aside-price{
		float: none;
		clear: both;
		margin: 0!important;
	}
	.slideout-menu .catalog-filter__item:hover .catalog-filter__item-list{
		display: none;
		
	}
	.catalog-filter__item-name:hover .fa-sort-down{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.slideout-menu .catalog-filter__item--active .catalog-filter__item-list{
		display: block !important;
		margin: 0 -15px;
		left: 0;
		border-left: 0px;
		border-right: 0px;
	}
	.catalog-filter__item .aside-firm__item{
		position: relative;
	}
	.slideout-menu .catalog-filter__item--active .fa-sort-down{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.slideout-menu .smartfilter-reset{
		float: none;
		width: 240px;
		height: 40px;
		margin: 0px 0 0 0;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #000;
		color: #fff;
		border-radius: 0;
		z-index: 4;
		display: none;
	}
	.slideout-menu .catalog-filter__item-name{
		display: block;
		background: none;
		padding: 0;
	}

	.slideout-menu .filter-top .aside-price .aside-price__title{
		display: block;
		color: #262626;
		text-decoration: none;
		font-size: 16px;
		margin: 0 0 7px;
	}
	.slideout-menu .catalog-filter__item{
		padding-bottom: 0;
	}
    .slideout-menu .bx-filter-popup-result{
		position: absolute;
		width: 100%;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		background: #fff;
		white-space: nowrap;
		bottom: 0px;
		left: 0;
		font-size: 14px;
		text-align: center;
		border-top: 1px solid #d0d0d0;
		z-index: 10;
		transform: none;
	}
    .slideout-menu .bx-filter-popup-result a {
		margin-left: 3px;
	}
    .slideout-menu  .aside-sorting__select{
        background: none;
        color: #4793d0;
        border: none;
        outline: none;
        font: 400 16px/1 MuseoSans500;;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 0 7px;
        margin: 0;
    }
    .slideout-menu  .aside-sorting__select::-ms-expand {
        display: none;
    }
    .slideout-menu  .aside-sorting__select option{
        color: #000;
    }
    .slideout-menu  .smartfilter .aside-price__before-input,
    .slideout-menu .smartfilter.filter-top .aside-price__after-block input{
        width: 70px;
    }
    .slideout-menu .aside-price__after-block{
        margin: 0;
    }
	.filter-selected-items .selected-item.filter-drop{
		display: inline-block;
	}
}
/* End */


/* Start:/bitrix/templates/hittek/components/bitrix/catalog/catalog/bitrix/catalog.section/.default/style.css?16690088408408*/
.c-rating{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	list-style:none;
	margin:0;
	padding:0;
	font-size: 20px;
}
.c-rating__item{
	position: relative;
	height: 1em;
	width: 1em;
	cursor:pointer;
	position: relative;
}
.star-rating{
	white-space: nowrap;
}
span.rating-value{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 0 10px;
}
span.rating-value.active:after{
	 content: "\e020";
}
.c-rating__item:after, .rating-value:after{
	display: block;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: ArtrixStars;
    text-indent: 0;
    content: "\e021";
	color: #ebc74f;
}
.c-rating__item.is-active:after,.c-rating__item:hover:after{
    content: "\e020";

}
.artrix-rating{
	margin: 0 0 20px;
	position: relative;
	display: inline-block;
}
.artrix-rating .review-error{
	left: 100%;
	position: absolute;
	font-size: 12px;
	color: #ff0000;
	top: 3px;
	margin: 0 0 0 25px;
	width: 300px;
}
.review-field{
	position: relative;
}
.review-field .err{
	border: 2px solid #ff0000!important;
}
.review-field .review-error{
	position: absolute;
	color: #ff0000;
	bottom: -17px;
	font-size: 12px;
	left: 0;
}
.total-error p{
	display: block;
    margin: 0 0 15px;
	background: rgba(255, 0, 0, 0.1)!important;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 10px;
	padding: 5px 10px;
    font-size: 14px;
}
.total-success p{
	display: block;
    margin: 0 0 15px;
    background: rgba(0, 128, 0, 0.1);
    color: #008000;
    border: 1px solid #008000;
    border-radius: 10px;
	padding: 5px 10px;
    font-size: 14px;
}
#class_reviews .paginate_links{
	margin: 0;
}
.comments-area{border-top:1px solid #eee}
.comments-area .form-allowed-tags{display:none}
.comments-area .comment-list{list-style:none;}
.comments-area .comment-list>li.comment{border-bottom:1px solid #eee}
.comments-area .comment-list>li.comment .comment-wrap{padding:30px 0}
.comments-area .comment-list>li.comment:first-child{padding-top:0}
.comments-area .comment-list>li.comment .children li.comment{border-top:1px solid #eee}
.comments-area .comment-list>li.comment .children .comment-wrap{position:relative;padding:30px 0}
.comments-area .comment-paginate .paginate_links{float:left}
.comments-area .comment-paginate .paginate_links .page-numbers{padding:0.1em 0.7em;font-size:85%}
.comments-area .comment-paginate .paginate_links .next,.comments-area .comment-paginate .paginate_links .prev,.comments-area .comment-paginate .paginate_links .next:hover,.comments-area .comment-paginate .paginate_links .prev:hover{border-color:transparent}
.comment-list,.comment-list .children{margin:0;padding:0;list-style:none}
.comment-list .children{position:relative}
@media (min-width:768px){.comment-list .children{padding-left:120px}
}
li.comment{margin:0;padding:0}
.comment-img{float:left}
.comment-img img{-webkit-border-radius:50%;border-radius:50%}
@media (max-width:767px){.comment-img{width:70px}
}
.comment-block{padding:0;margin:0 0 0 0}
@media (max-width:767px){.comment-block{margin:0 0 0 80px}
}
.comment-block~.comment-respond{margin:0 0 0 120px}
@media (max-width:767px){.comment-block~.comment-respond{margin:0 0 0 80px}
}
.comment-header{padding-bottom:6px}
.comment-content{position:relative}
.comment-author{display:inline-block;width:100%}
.comment-author h4{font-size: 16px; margin:10px 0}
.comment-author .comment-reply-link-wrap{float:right;text-transform:uppercase}

.ispostauthor{background:#888;color:#fff;font-size:85%;padding:2px 8px;margin:0 10px;-webkit-border-radius:2px;border-radius:2px}
.comment-meta time{margin-right:10px;position:relative;font-size:14px;color:#222;font-style:italic}
.comment-meta time i{margin-right:5px}
.comment-meta .comment-edit-link{text-decoration:underline}
.comment-pending{padding:6px 12px;text-align:center;color:#222;background-color:#aaa;-webkit-border-radius:2px;border-radius:2px}
#respond{margin-bottom:40px}
#respond .required{position:relative;color:#999}
.commentst-title h3,.comment-respond .comment-reply-title{position:relative;padding-bottom:0;font-size:1.625em;margin-bottom:1.2em;margin-top:0}
.commentst-title h3:after,.comment-respond .comment-reply-title:after{content:'';height:2px;width:80px;position:absolute;bottom:0;left:0}
.commentst-title h3:after,.comment-respond .comment-reply-title:after{content:'';height:2px;width:80px;position:absolute;bottom:0;left:0}
#cancel-comment-reply-link{margin:0 15px;color:#888}

#commentform{margin-bottom:0}
.comment-notes,.logged-in-as{margin-bottom:1em; font-size: 18px; font-style: italic;}
#email-notes{
	display: block;
}
.comment-form{
	display: none;
}
.open-review-form{
	padding: 15px 0;
	text-align: right;
	border-bottom: 1px solid #eee;
	margin: 0 0 15px;
	font-size: 0px;
}
.add-product-review{
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
}
.artrix-reviews-title{
	display: inline-block;
    vertical-align: middle;
    font-size: 23px;
	width: calc(100% - 145px);
	text-align: left;
}
span.rating-value{
	margin: 0;
}
.comment-respond .open-review-form a.comment-reply-title{
	font: 400 14px/46px MuseoSans500;
    display: inline-block;
    margin: 0px;
    padding: 0 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
    color: #000;
    border-radius: 25px;
    cursor: pointer;
    background: #ebc74f;
    border: none;
    outline: none;
}
.comment-notes a,.logged-in-as a{font-weight:900}
.comment-form-author label,.comment-form-email label,.comment-form-url label,.comment-form-comment label{font-weight:400;text-transform:uppercase}
.comment-form-author input,.comment-form-email input,.comment-form-city input,.comment-form-url input,.comment-form-comment input{padding: 5px; font-size: 16px; outline: none;    border-width: 2px; width: 100%;box-sizing: border-box;}
.comment-form-author,.comment-form-email,.comment-form-url,.comment-form-rating,.comment-form-comment{margin:0}
.comment-form-author label,.comment-form-email label,.comment-form-url label,.comment-form-rating label,.comment-form-comment label{font-size:16px}
.comment-form-author .required,.comment-form-email .required,.comment-form-url .required,.comment-form-rating .required,.comment-form-comment .required{color:#fe252c !important}
p.comment-form-author,p.comment-form-email,p.comment-form-url,p.comment-form-city {width:33.33%;display: inline-block; padding: 0 15px 0 0;box-sizing: border-box;}
.review-text-fields{
	font-size: 0;
	margin: 0 0 30px;
	position: relative;
}
p.comment-form-rating{margin-bottom:5px;width:50%}
.comment-form .col-sm-4>p{width:100%}
.comment-form-comment{margin-bottom:30px;font-size: 0px;padding: 0 15px 0 0;box-sizing: border-box;}
.comment-form-product{
	width: 100%;
    display: inline-block;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}
.comment-form-product input{
    padding: 5px;
    font-size: 16px;
    outline: none;
    border-width: 2px;
    width: 100%;
    box-sizing: border-box;
}

.comment-form-comment textarea{
	height: 160px;
    resize: none;
    width: 100%;
    margin-top: 0em;
    padding: 5px;
    font-size: 16px;
    outline: none;
	box-sizing: border-box;
}
.comment-form .form-submit{margin:0}
.comment-form .form-submit input[type="submit"]{
	font: 400 14px/46px MuseoSans500;
    display: inline-block;
    margin: 0px 0 0;
    padding: 0 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
    color: #000;
    border-radius: 25px;
    cursor: pointer;
	background: #ebc74f;
	border: none;
	outline: none;
}
.comment-form .form-submit input[type="submit"]:hover,.comment-form .form-submit input[type="submit"]:focus{box-shadow: 0 0 30px rgba(0,0,0,.6);}
.comment-block .description{
	font-size: 16px;
}
ul.variant-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: calc(100% - 15px);
    border: 1px solid #2283b0;
    display: none;
    background: #fff;
    z-index: 999;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul.variant-list li {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #2283b0;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 21px;
}
ul.variant-list li:hover{
	background: #ebc74f;
	color: #fff;
}

.item-rating-count {
	font: 400 12px/1.5 MuseoSans500;
	display: inline-block;
}
/* End */


/* Start:/local/components/maximaster/product.favorite/templates/.default/style.css?1669008817697*/
.favorite_btn {
    color: #1c1d23;
    position: absolute;
    z-index: 3;
    top: 9px;
    right: 3px;
    display: flex;
    width: 24px;
    height: 24px;
    transition: opacity .2s linear;
    opacity: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.black-and-blue .favorite_btn {
    color: #1c1d23;
}

.icon {
    display: block;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

._invisible {
    display: none;
}

@media screen and (min-width: 375px){
    .shop-catalog__item:hover .favorite_btn,
    .tovar-left .favorite_btn {
        opacity: 1;
    }
}
/* End */


/* Start:/bitrix/templates/hittek/components/bitrix/news.list/bottom-slider/style.css?16690088401263*/
.bxslider .owl-stage-outer{
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bxslider .owl-dots{
	text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bxslider .owl-dots .owl-dot{
	display: inline-block;
}
.bxslider .owl-dots .owl-dot span{
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bxslider .owl-dots .owl-dot.active span{
	background: #000;
}
.bxslider .owl-nav > div{
	position: absolute;
	top: 80px;
	z-index: 2;
	width: 32px;
	height: 32px;
}
.bxslider .owl-nav > div.owl-prev {
    left: 10px;
    background: url(/bitrix/templates/hittek/js/bxslider/images/controls.png) no-repeat 0 -32px;
}
.bxslider .owl-nav > div.owl-next {
   right: 10px;
    background: url(/bitrix/templates/hittek/js/bxslider/images/controls.png) no-repeat -43px -32px;
}
/* End */
/* /bitrix/templates/hittek/components/bitrix/catalog/catalog/style.css?1693816006348 */
/* /bitrix/components/artrix/catalog.smart.filter/templates/.default/style.css?172443307133951 */
/* /bitrix/templates/hittek/components/bitrix/catalog/catalog/bitrix/catalog.section/.default/style.css?16690088408408 */
/* /local/components/maximaster/product.favorite/templates/.default/style.css?1669008817697 */
/* /bitrix/templates/hittek/components/bitrix/news.list/bottom-slider/style.css?16690088401263 */
