

/* Start:/local/templates/responsive/components/bitrix/sale.basket.basket.line/template1/style.css?17148121394804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/responsive/components/utlab/custom.list/top_menu_2023/style.css?1698929679540*/
.menu-top {
	position: relative;
	height: 70px;
}

.menu-top .menu-top__inner {
	position: absolute;
	background: rgba(61, 61, 61, 0.7);
	height: 70px;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}


.menu-top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.menu-top .container:before {
	display: none;
}

.menu-top ul {
	margin: 0;
	padding: 0;
}

.menu-top ul li:before {
	display: none;
}

.menu-top .top-menu__lvl1 > li > a {
	padding: 0 20px 0 0;
	font-size: 15px;
	color: #fff;
}

/* End */


/* Start:/local/templates/responsive/styles.css?17071496148015*/
/*!

DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}pre{font:normal 14/1.5 monospace!important;position:relative;padding:15px;text-align:left!important;background:#eee;color:#000!important}pre:before{content:"debug";position:absolute;top:15px;right:15px;display:inline-block;color:#aaa}.clearfix:after{content:""}.clear,.clearfix:after{display:block;clear:both}.clear{width:100%}.fl{float:left}.fr{float:right}.fsz14{font-size:14px}.fsz16{font-size:16px}.fsz18{font-size:18px}.tal{text-align:left}.tac{text-align:center}.tar{text-align:right}.taj{text-align:justify}.ttu{text-transform:uppercase}.ttl{text-transform:lowercase}.bold,.fwb{font-weight:600}.fwn{font-weight:300}.fsi{font-style:italic}.fsn{font-style:normal}.nop{padding:0!important}.nom{margin:0!important}.posr{position:relative}.mt0{margin-top:0!important}.mb0{margin-bottom:0!important}.ml0{margin-left:0!important}.mr0{margin-right:0!important}.mb25{margin-bottom:25px}.mb40{margin-bottom:40px}.color--gold{color:#fae180}.color--red{color:red}.items-justify{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}body{font:normal 16px/20px Lato,Tahoma,sans-serif;font-weight:300;color:#fff;background:#5a5a5a}.wrapper *,.wrapper :after,.wrapper :before{box-sizing:border-box}.wrapper * :focus{outline:0}::selection{color:#fff;background:#d5c278}::-moz-selection{color:#fff;background:#d5c278}::-webkit-selection{color:#fff;background:#d5c278}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1;margin:.7em 0;color:#fae180}.h1:first-child,.h2:first-child,.h3:first-child,.h4:first-child,.h5:first-child,.h6:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}.h1:last-child,.h2:last-child,.h3:last-child,.h4:last-child,.h5:last-child,.h6:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}.h1,h1{font-size:2em}.h1 a,h1 a{border:0}.h2,h2{font-size:1.85714em}.h2 a,h2 a{border:0}.h3,h3{font-size:1.71429em}.h3 a,h3 a{border:0}.h4,h4{font-size:1.57143em}.h4 a,h4 a{border:0}.h5,h5{font-size:1.42857em}.h5 a,h5 a{border:0}.h6,h6{font-size:1.28571em}.h6 a,h6 a{border:0}a{text-decoration:none;line-height:1.2;border-bottom:1px solid #fae180;transition:color .05s linear,border .05s linear}a,a:hover{color:#fae180}a:active,a:hover{border-bottom-color:transparent}a:active{color:#f9db67}a.tel{text-decoration:none;color:#fff;border-bottom:1px solid transparent;transition:color .05s linear,border .05s linear}a.tel:hover{color:#fff;border-bottom-color:#fff}a.tel:active{color:#f2f2f2;border-bottom-color:#f2f2f2}p{margin:.5em 0}p:first-child{margin-top:0}p:last-child{margin-bottom:0}ol,ul{counter-reset:a;margin:.5em 0;padding:0 0 0 25px;list-style-type:none}ol:first-child,ul:first-child{margin-top:0}ol:last-child,ul:last-child{margin-bottom:0}ol li,ul li{position:relative}ul li:before{content:"";position:absolute;top:7px;left:-18px;width:5px;height:5px;border-radius:50%;background:#fae180}li:before{content:counter(a);counter-increment:a;position:absolute;top:0;left:-28px;width:20px;text-align:right;color:#fae180}table{display:block;width:100%;margin:.5em auto;border-collapse:collapse;border:2px solid #494949}table tr{display:block;border-bottom:1px solid #494949}table tr:last-child{border:0}table td,table th{font-weight:300;display:block;padding:10px;border:0}table th{font-size:16px;vertical-align:middle;color:#fae180}table thead{display:block;background:#494949}table thead td,table thead th{text-align:center;border:0}table tfoot{display:block;background:#494949}table tfoot td,table tfoot th{text-align:center;border:0}table tbody{display:block;background:#5a5a5a}table tbody td,table tbody th{text-align:left;border:0}table.dark tr{border-color:#5a5a5a}table.dark tfoot,table.dark thead{background:#5a5a5a}table.dark tfoot td,table.dark tfoot th,table.dark thead td,table.dark thead th{border-color:#494949}table.dark tbody{background:#494949}table.dark tbody td,table.dark tbody th{border-color:#5a5a5a}b,b em,b i,strong,strong em,strong i{font-weight:600}em,i{font-weight:300;font-style:italic}em b,em strong,i b,i strong{font-weight:600!important}hr{width:100%;margin:15px 0;border:0;border-top:1px solid #494949}img{max-width:100%}.image{line-height:0;display:inline-block;overflow:hidden;border:none}.image img{max-width:100%;max-height:100%}.image.fl{float:left;margin:0 30px 10px 0}.image.fr{float:right;margin:0 0 10px 30px}.no-image{position:relative}.no-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;background-image:url(/local/templates/responsive/images/sprites.png);background-position:0 0;width:100px;height:100px}.download{text-decoration:none;color:#fae180;border-bottom:1px solid transparent;transition:color .05s linear,border .05s linear;margin-left:28px;position:relative}.download:hover{color:#fae180;border-bottom-color:#fae180}.download:active{color:#f9db67;border-bottom-color:#f9db67}.download:before{content:"";position:absolute;left:-25px;background-image:url(/local/templates/responsive/images/sprites.png);background-position:0 -204px;width:15px;height:19px}.download-pdf{font-weight:700;display:inline-block;padding:5px 10px;text-decoration:none;color:#494949;border:0;background:#d5c278}.download-pdf:before{background-image:url(/local/templates/responsive/images/sprites.png);background-position:-208px -26px;width:20px;height:23px;content:"";display:inline-block;margin-right:10px;vertical-align:middle}.download-pdf:hover{text-decoration:none;color:#494949}@media (min-width:768px){table{display:table;width:auto;min-width:50%}table tr{display:table-row;border:0}table td,table th{display:table-cell;vertical-align:top;border:1px solid #494949}table thead{display:table-header-group}table thead td,table thead th{border:1px solid #5a5a5a}table tfoot{display:table-footer-group}table tfoot td,table tfoot th{border:1px solid #5a5a5a}table tbody{display:table-row-group}table tbody td,table tbody th{border:1px solid #494949}}
/* End */


/* Start:/local/templates/responsive/template_styles.css?1751523622142752*/
/*!

DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

*/
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: "";
    display: block;
    clear: both
}

.container {
    width: 90%
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px
}

.row {
    margin-right: -5px;
    margin-left: -5px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

::-webkit-input-placeholder {
    color: #fff
}

:-moz-placeholder, ::-moz-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

::-webkit-calendar-picker-indicator, ::-webkit-inner-spin-button {
    display: none
}

::-webkit-clear-button, ::-webkit-inner-cancel-button {
    display: none
}

::-webkit-search-cancel-button {
    display: none
}

.form {
    font-size: 16px;
    position: relative;
    margin: 20px 0;
    padding: 20px;
    background: #494949
}

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

.form:first-child {
    margin-top: 0
}

.form:last-child {
    margin-bottom: 0
}

.form header {
    margin-bottom: 20px
}

.form footer {
    margin-top: 20px
}

.form hr {
    border-color: #5a5a5a
}

.form .preloader {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(90, 90, 90, .5) url(/local/templates/responsive/images/loading.gif) 50% 50% no-repeat
}

.form .require:not(label) {
    font-weight: 600;
    color: #fae180
}

.form .notes {
    margin: 0 0 10px
}

.form .buttons {
    text-align: center
}

#colorbox.pforms {
    overflow: visible
}

#colorbox.pforms #cboxContent, #colorbox.pforms #cboxLoadedContent, #colorbox.pforms #cboxWrapper {
    overflow: visible !important
}

label {
    display: block;
    margin-bottom: 10px
}

label.require:after {
    content: " *";
    color: #fae180
}

input, textarea {
    font: inherit;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
    padding: 9px;
    resize: none;
    color: #fff;
    border: 1px solid #6c6a6a;
    background: #6c6a6a
}

input.dark, textarea.dark {
    border-color: #494949;
    background: #494949
}

input.error, textarea.error {
    border-color: red
}

input:focus, textarea:focus {
    border-color: #d5c278
}

textarea {
    height: auto
}

.btn, button, input[type=reset], input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 13px 30px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #494949;
    border: 0;
    background: #d5c278
}

.btn:hover, button:hover, input[type=reset]:hover, input[type=submit]:hover {
    color: #494949;
    background: #cfb965
}

.btn:active, button:active, input[type=reset]:active, input[type=submit]:active {
    color: #494949;
    background: #c9b051
}

.btn--ajax-more {
    padding: 8px 20px;
    text-transform: none
}

.btn.back, button.back {
    font-weight: 300;
    color: #fff;
    background: #6c6a6a
}

.btn.back:before, button.back:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    transform: rotate(180deg);
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -59px -139px;
    width: 14px;
    height: 10px
}

input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.check-radio {
    position: relative;
    display: block;
    margin: 0 0 15px 30px
}

.check-radio label {
    display: inline
}

.check-radio .jq-checkbox, .check-radio .jq-radio, .check-radio input[type=checkbox], .check-radio input[type=radio] {
    position: absolute !important;
    left: -30px
}

.jq-checkbox, .jq-radio {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #6c6a6a;
    background: #6c6a6a
}

.dark.jq-radio, .jq-checkbox.dark {
    border-color: #494949;
    background: #494949
}

.error.jq-radio, .jq-checkbox.error {
    border-color: red
}

.focused.jq-radio, .jq-checkbox.focused {
    border-color: #d5c278
}

.checked.jq-radio .jq-checkbox__div, .jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    background: #d5c278
}

.jq-radio {
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #d5c278
}

input[type=file] {
    margin: 0 0 15px;
    padding: 0;
    border: 0;
    background: transparent
}

.file {
    display: block
}

.jq-file {
    display: inline-block;
    margin-bottom: 10px
}

.jq-file:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px -130px;
    width: 18px;
    height: 23px
}

.jq-file input {
    top: 0;
    right: 0;
    width: 700px !important;
    cursor: pointer
}

.jq-file .jq-file__name {
    display: none
}

.jq-file.error .jq-file__name {
    color: red
}

.jq-file .jq-file__browse {
    line-height: 1;
    position: static;
    display: inline-block;
    text-align: left;
    color: #fae180;
    border-bottom: 1px solid #fae180
}

.jq-file .jq-file__browse:hover, .jq-file:hover .jq-file__browse {
    color: #fae180;
    border-color: transparent
}

.jq-file.changed .jq-file__browse {
    display: none
}

.jq-file.changed .jq-file__name {
    line-height: 1;
    display: inline-block;
    height: auto;
    padding: 3px 0
}

select {
    max-width: 100%
}

.jq-selectbox, select {
    height: 40px;
    margin: 0 0 15px
}

.jq-selectbox {
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
    color: #fff
}

.jq-selectbox select {
    width: 100%
}

.jq-selectbox.opened {
    z-index: 150 !important
}

.jq-selectbox__select {
    z-index: 5;
    padding: 9px 30px 9px 10px;
    border: 1px solid #6c6a6a;
    background: #6c6a6a
}

.error .jq-selectbox__select {
    border-color: red
}

.focused .jq-selectbox__select, .opened .jq-selectbox__select {
    border-color: #d5c278
}

.opened.dropdown .jq-selectbox__select {
    border-bottom-color: #6c6a6a
}

.opened.dropup .jq-selectbox__select {
    border-top-color: #6c6a6a
}

.dark .jq-selectbox__select {
    border-color: #494949;
    background: #494949
}

.dark.error .jq-selectbox__select {
    border-color: red
}

.dark.focused .jq-selectbox__select, .dark.opened .jq-selectbox__select {
    border-color: #d5c278
}

.dark.opened.dropdown .jq-selectbox__select {
    border-bottom-color: #494949
}

.dark.opened.dropup .jq-selectbox__select {
    border-top-color: #494949
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    position: relative;
    width: 100%;
    height: 100%
}

.jq-selectbox__trigger-arrow:before {
    content: "";
    transform: rotate(90deg);
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -223px -52px;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.jq-selectbox__dropdown {
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    border: 1px solid #d5c278;
    background: #6c6a6a
}

.opened.dropdown .jq-selectbox__dropdown {
    margin-top: -1px
}

.opened.dropup .jq-selectbox__dropdown {
    margin-bottom: -1px
}

.dark .jq-selectbox__dropdown {
    background: #494949
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.jq-selectbox__dropdown ul li {
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    position: static
}

.jq-selectbox__dropdown ul li:before {
    position: static;
    display: none;
    background: none;
    margin: 0
}

.jq-selectbox__dropdown ul li.selected, .jq-selectbox__dropdown ul li:hover {
    background: #404040
}

.callform, .orderform {
    width: 290px
}

.orderform__header {
    font-size: 18px;
    text-align: center
}

.orderform__name {
    font-size: 20px
}

.orderform__articul {
    font-size: 20px;
    color: #fae180
}

.orderform .body {
    margin: 40px 0
}

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #fff;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    background: #000;
    padding: 1px
}

#cboxLoadingGraphic {
    background: url(/local/templates/responsive/images/loading.gif) no-repeat 50%
}

#cboxLoadingOverlay {
    background: #000
}

#cboxTitle {
    left: 0;
    color: #000
}

#cboxCurrent, #cboxTitle {
    position: absolute;
    top: -22px
}

#cboxCurrent {
    right: 205px;
    text-indent: -9999px
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(/local/templates/responsive/images/controls.png) no-repeat 0 0
}

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
    outline: 0
}

#cboxPrevious {
    background-position: 0 0;
    right: 44px
}

#cboxPrevious:hover {
    background-position: 0 -25px
}

#cboxNext {
    background-position: -25px 0;
    right: 22px
}

#cboxNext:hover {
    background-position: -25px -25px
}

#cboxClose {
    background-position: -50px 0;
    right: 0
}

#cboxClose:hover {
    background-position: -50px -25px
}

.cboxSlideshow_off #cboxPrevious, .cboxSlideshow_on #cboxPrevious {
    right: 66px
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

#cboxOverlay {
    opacity: .75;
    background: #000
}

#colorbox #cboxContent {
    overflow: visible;
    background: transparent
}

#colorbox #cboxLoadedContent {
    background: transparent
}

#colorbox #cboxLoadedContent :not(ymaps), #colorbox #cboxLoadedContent :not(ymaps):after, #colorbox #cboxLoadedContent :not(ymaps):before {
    box-sizing: border-box
}

#colorbox #cboxLoadedContent :not(ymaps):focus {
    outline: 0
}

#colorbox .cboxPhoto {
    background: #5a5a5a
}

#colorbox.message #cboxLoadedContent {
    background: #494949
}

#colorbox #cboxLoadingOverlay {
    background: transparent
}

#colorbox #cboxLoadingGraphic {
    background: url(/local/templates/responsive/images/loading.gif) no-repeat 50%
}

#colorbox #cboxTitle {
    color: #fff
}

#colorbox #cboxClose, #colorbox #cboxNext, #colorbox #cboxPrevious, #colorbox #cboxSlideshow {
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border: 0;
    background: none
}

#colorbox #cboxClose:active, #colorbox #cboxClose:focus, #colorbox #cboxNext:active, #colorbox #cboxNext:focus, #colorbox #cboxPrevious:active, #colorbox #cboxPrevious:focus, #colorbox #cboxSlideshow:active, #colorbox #cboxSlideshow:focus {
    outline: 0
}

#colorbox #cboxClose {
    top: -24px;
    right: 0;
    width: 21px;
    height: 21px;
    opacity: 0;
    background: transparent
}

#colorbox #cboxClose:before {
    background-position: -208px -154px
}

#colorbox #cboxClose:before, #colorbox #cboxClose:hover:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    content: "";
    background-image: url(/local/templates/responsive/images/sprites.png);
    width: 21px;
    height: 21px
}

#colorbox #cboxClose:hover:before {
    background-position: -208px -130px
}

#colorbox #cboxNext, #colorbox #cboxPrevious {
    top: 50%;
    width: 62px;
    height: 62px;
    margin-top: -31px;
    border: 0;
    background: none
}

#colorbox #cboxNext:before, #colorbox #cboxPrevious:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px 0;
    width: 20px;
    height: 62px
}

#colorbox #cboxNext#cboxPrevious, #colorbox #cboxPrevious#cboxPrevious {
    left: 0;
    transform: rotate(180deg)
}

#colorbox #cboxNext#cboxNext, #colorbox #cboxPrevious#cboxNext {
    right: 0
}

#colorbox #cboxNext:hover:before, #colorbox #cboxPrevious:hover:before {
    opacity: .9;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px -65px;
    width: 20px;
    height: 62px
}

#colorbox #cboxNext:active:before, #colorbox #cboxPrevious:active:before {
    opacity: 1
}

.swiper-button-disabled {
    display: none
}

body, html {
    height: 100%
}

body {
    min-width: 320px
}

.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.header {
    font-family: SegoeUILight, Tahoma, sans-serif;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    margin: 19px -15px 25px;
    padding: 15px 12px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header-logo {
    line-height: 0;
    display: block;
    width: 102px;
    height: 43px;
    margin-bottom: -10px;
    border: 0
}

.header-logo img {
    max-width: 100%
}

.header-phone {
    margin-bottom: 2px;
    text-align: center
}

.header-phone .header-phone__phone {
    font-family: Lato, Tahoma, sans-serif;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 5px;
    text-decoration: none;
    color: #fae180;
    border: 0
}

.header-phone .header-phone__phone a {
    display: inline-block;
    text-decoration: none;
    color: #fae180;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.header-phone .header-phone__phone a:hover {
    color: #fae180;
    border-bottom-color: #fae180
}

.header-phone .header-phone__phone a:active {
    color: #f9db67;
    border-bottom-color: #f9db67
}

.header-phone a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    transition: color .05s linear, border .05s linear
}

.header-phone a:hover {
    color: #fff;
    border-bottom-color: transparent
}

.header-phone a:active {
    color: #f2f2f2;
    border-bottom-color: transparent
}

.header-callback {
    margin-top: -5px;
    text-align: left
}

.header-callback__email {
    margin-bottom: 5px
}

.header-callback a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    transition: color .05s linear, border .05s linear
}

.header-callback a:hover {
    color: #fff;
    border-bottom-color: transparent
}

.header-callback a:active {
    color: #f2f2f2;
    border-bottom-color: transparent
}

.header-links {
    margin-top: -5px;
    padding-left: 35px;
    text-align: right
}

.header-links__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    transition: color .05s linear, border .05s linear
}

.header-links__link:hover {
    color: #fff;
    border-bottom-color: transparent
}

.header-links__link:active {
    color: #f2f2f2;
    border-bottom-color: transparent
}

.header-links__link:before {
    content: "";
    position: absolute;
    right: 100%
}

.header-links__link--contacts {
    margin-bottom: 5px
}

.header-links__link--contacts:before {
    top: -2px;
    margin-right: 5px;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -208px 0;
    width: 21px;
    height: 23px
}

.header-links__link--delivery:before {
    top: 5px;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -32px -139px;
    width: 24px;
    height: 14px
}

.header-search {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 20
}

.header-search__input {
    font-size: 14px;
    width: 260px;
    height: 48px;
    margin: 0;
    padding: 13px 13px 13px 45px;
    color: #323232;
    border-color: #f3f6f7;
    background: #f3f6f7
}

.header-search ::-webkit-input-placeholder {
    color: #323232
}

.header-search :-moz-placeholder, .header-search ::-moz-placeholder {
    color: #323232
}

.header-search :-ms-input-placeholder {
    color: #323232
}

.header-search__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 100%;
    padding: 0;
    text-indent: -9999px;
    border: 0;
    background: none
}

.header-search__btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: 0 -184px;
    width: 17px;
    height: 17px
}

.header-basket {
    width: 70px;
    height: 43px
}

.small-basket, .small-flist {
    font-family: Lato, Tahoma, sans-serif;
    position: relative;
    display: block;
    border: 0
}

.small-basket:before, .small-flist:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 15px;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -103px -81px;
    width: 22px;
    height: 18px
}

.small-basket__label, .small-flist__label {
    color: #fff;
    border-bottom: 1px solid transparent
}

.small-basket:hover .small-basket__label, .small-basket:hover .small-flist__label, .small-flist:hover .small-basket__label, .small-flist:hover .small-flist__label {
    border-bottom-color: #fff
}

.small-basket:active .small-basket__label, .small-basket:active .small-flist__label, .small-flist:active .small-basket__label, .small-flist:active .small-flist__label {
    color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.small-basket__quantity, .small-flist__quantity {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: -11px;
    left: 33px;
    width: 23px;
    height: 23px;
    padding-top: 6px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: red
}

.small-flist {
    display: none;
    margin-bottom: 17px
}

.small-flist:before {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -102px -158px;
    width: 22px;
    height: 18px
}

.small-flist:hover .small-flist__label {
    border-bottom-color: #fff
}

.small-flist:active .small-flist__label {
    color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.header-xs {
    margin: 19px 0
}

.header-xs-title {
    color: #fae180;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 10px 2px;
    margin-bottom: 10px
}

.header-xs-phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    width: 100%;
    margin-bottom:20px;
}

.header-xs-phone__phone a {
    font-size: 32px;
    border: none
}

.header-xs-phone__order {
    margin-bottom: 7px
}

.header-xs-phone__order a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    transition: color .05s linear, border .05s linear
}

.header-xs-phone__order a:hover {
    color: #fff;
    border-bottom-color: transparent
}

.header-xs-phone__order a:active {
    color: #f2f2f2;
    border-bottom-color: transparent
}

.header-xs-phone__phone {
    font-size: 20px;
    color: #fae180;
    display: flex;
    justify-content: space-between;
}

.header-xs-phone__callback {
    margin-top: 4px
}

.header-xs-phone__callback a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    transition: color .05s linear, border .05s linear
}

.header-xs-phone__callback a:hover {
    color: #fff;
    border-bottom-color: transparent
}

.header-xs-phone__callback a:active {
    color: #f2f2f2;
    border-bottom-color: transparent
}

.header-xs-search-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-xs-search-wrapper .header-xs-search {
    width: 100%;
    margin: 0;
    margin-bottom: 25px
}

.header-xs-search {
    position: relative;
    float: right;
    width: 240px;
    margin: 10px 10px 0 0;
    padding: 0
}

.header-xs-search__input {
    font-size: 14px;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 8px 35px 8px 8px;
    color: #555;
    border: 1px solid #cfcfcf;
    background: #cfcfcf;
    border-radius: 7px
}

.header-xs-search__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    padding: 0;
    text-indent: -9999px;
    border: 0;
    background: none
}

.header-xs-search__btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -163px -103px;
    width: 17px;
    height: 17px
}

.header-xs-search ::-webkit-input-placeholder {
    color: #555
}

.header-xs-search :-moz-placeholder, .header-xs-search ::-moz-placeholder {
    color: #555
}

.header-xs-search :-ms-input-placeholder {
    color: #555
}

.header-xs-basket {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px
}

.header-xs-basket .small-flist {
    display: block
}

.header-xs-basket #basket-header .small-basket, .header-xs-basket #basket-header .small-flist, .header-xs-basket .small-flist {
    height: 50px;
    padding-left: 60px;
    padding-top: 10px
}

.header-sm {
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header-sm:after {
    content: "";
    display: block;
    clear: both
}

.header-sm-phone {
    font-size: 18px;
    color: #fae180
}

.header-sm-callback {
    margin-right: 15px;
    margin-bottom: 3px;
    margin-left: 15px;
    text-align: left
}

.header-sm-callback a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    transition: color .05s linear, border .05s linear
}

.header-sm-callback a:hover {
    color: #fff;
    border-bottom-color: transparent
}

.header-sm-callback a:active {
    color: #f2f2f2;
    border-bottom-color: transparent
}

.header-sm-order {
    margin-right: 15px;
    margin-bottom: 3px;
    margin-left: 15px;
    text-align: right;
    -ms-flex: 1;
    flex: 1
}

.header-sm-order a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    transition: color .05s linear, border .05s linear
}

.header-sm-order a:hover {
    color: #fff;
    border-bottom-color: transparent
}

.header-sm-order a:active {
    color: #f2f2f2;
    border-bottom-color: transparent
}

.header-sm-email {
    margin-bottom: 3px
}

.header-sm-email a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    transition: color .05s linear, border .05s linear
}

.header-sm-email a:hover {
    color: #fff;
    border-bottom-color: transparent
}

.header-sm-email a:active {
    color: #f2f2f2;
    border-bottom-color: transparent
}

.footer {
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
    border-top: 1px solid #5a5a5a;
    background: #404040;
    box-shadow: 0 -1px 0 0 #404040
}

.footer .footer__contacts {
    padding: 17px 0;
    text-align: center;
    background: #5a5a5a
}

.footer .footer__logo {
    line-height: 0;
    display: inline-block;
    margin-bottom: 20px;
    border: 0
}

.footer .footer__phone-block {
    margin-bottom: 20px
}

.footer .footer__phone-block .first {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 2px;
    text-decoration: none;
    color: #fae180;
    border: 0
}

.footer .footer__phone-block .first a {
    text-decoration: none;
    color: #fae180;
    line-height: 1.2;
    border-bottom: 1px solid #fae180;
    transition: color .05s linear, border .05s linear
}

.footer .footer__phone-block .first a:hover {
    color: #fae180;
    border-bottom-color: transparent
}

.footer .footer__phone-block .first a:active {
    color: #f9db67;
    border-bottom-color: transparent
}

.footer .footer__phone-block .last {
    font-family: SegoeUILight, Tahoma, sans-serif;
    font-size: 14px
}

.footer .footer__phone-block .last a {
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    transition: color .05s linear, border .05s linear
}

.footer .footer__phone-block .last a:hover {
    color: #fff;
    border-bottom-color: transparent
}

.footer .footer__phone-block .last a:active {
    color: #f2f2f2;
    border-bottom-color: transparent
}

.footer .footer__work-time {
    margin-bottom: 20px
}

.footer .footer__work-time span {
    display: inline-block;
    margin-top: 2px
}

.footer .footer__ext-links li, .footer .footer__ext-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer .footer__ext-links li {
    position: static
}

.footer .footer__ext-links li:before {
    position: static;
    display: none;
    background: none;
    margin: 0
}

.footer .footer__ext-links a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.footer .footer__ext-links a:hover {
    color: #fff;
    border-bottom-color: #fff
}

.footer .footer__ext-links a:active {
    color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.footer .footer__copy {
    font-size: 12px;
    padding: 15px 0;
    text-align: center
}

.footer .utlab {
    display: inline-block;
    margin-top: 20px
}

.footer .utlab a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.footer .utlab a:hover {
    color: #fff;
    border-bottom-color: #fff
}

.footer .utlab a:active {
    color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.footer .utlab .img {
    line-height: 0;
    display: inline-block;
    margin-top: -3px;
    padding-left: 10px;
    vertical-align: middle;
    border: 0
}

.top-product {
    display: block;
    margin-bottom: 25px;
    border: 0
}

.breadcrumbs {
    font-size: 14px;
    margin-bottom: 30px
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.breadcrumbs ul li {
    display: inline-block;
    margin-right: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: static
}

.breadcrumbs ul li:before {
    position: static;
    display: none;
    background: none;
    margin: 0
}

.breadcrumbs ul li:not(:last-child):after {
    content: "|";
    font-size: 14px;
    margin-left: 3px;
    margin-right: 3px
}

.breadcrumbs a {
    text-decoration: none;
    color: #fae180;
    line-height: 1.2;
    /* border-bottom: 1px solid #fae180; */
    transition: color .05s linear, border .05s linear
}

.breadcrumbs a:hover {
    color: #fae180;
    text-decoration: transparent;
}

.breadcrumbs a:active {
    color: #f9db67;
    border-bottom-color: transparent;
}
.breadcrumbs span {
    /* color: #f9db67; */
    border-bottom-color: transparent
}

.breadcrumbs .home {
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
    border: 0;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -141px -87px;
    width: 16px;
    height: 13px
}

.pagination-block {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #494949
}

.pagination-block-top .pagination-block {
    padding: 0;
    border: 0
}

.pagination-block label {
    display: inline-block;
    margin: 0
}

.pagination-block .count {
    font-size: 16px;
    display: none;
    text-align: left;
    white-space: nowrap;
    margin-top: 25px
}

.pagination-block .count .jq-selectbox {
    font-size: 16px;
    width: 70px;
    margin: 0 0 0 20px;
    text-align: left
}

.pagination-block .count .jq-selectbox__select {
    padding: 8px 30px 7px 10px
}

.pagination-block-top .pagination-block .count {
    display: block
}

.pagination-block .col-lg-8, .pagination-block .col-sm-6, .pagination-block .col-xs-12 {
    width: 100%
}

.pagination {
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 20px;
    text-align: center
}

.pagination-block-top .pagination {
    display: none
}

.pagination a, .pagination span {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    width: 45px;
    height: 31px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 0;
    background: #494949
}

.pagination a:hover, .pagination span:hover {
    background: #404040
}

.pagination a.selected, .pagination span.selected {
    color: #fae180;
    background: #6c6a6a
}

.pagination span {
    cursor: default
}

.pagination .page-list {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    vertical-align: middle
}

.pagination .page-next, .pagination .page-prev {
    display: none
}

.pagination .page-next a, .pagination .page-next span, .pagination .page-prev a, .pagination .page-prev span {
    width: auto;
    padding-right: 15px;
    padding-left: 15px
}

.contacts-dl-direct {
	position: relative;
	margin: 20px 0 10px 0;
	line-height: 40px;
	font-size: 130%;
	padding: 0 0 0 70px;
	display: flex;
}

.contacts-dl-direct:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(/local/templates/responsive/images/icon_file.png) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}

.arch-lnk {
    display: block
}

.arch-lnk a {
    color: #fae180 !important
}

.section-top-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 25px
}

.section-top-block .form {
    margin-top: 0
}

.section-top-block .btn {
    background: none;
    border: 1px solid #d5c278;
    color: #d5c278
}

.section-top-block .btn:after {
    display: none
}

.section-top-block__pagination {
    margin-top: 0 !important
}

.section-top-block .pagination-block-top .pagination-block, .section-top-block__tac {
    float: none !important
}

.section-top-block .catalog-filter.is-visible + .pagination-block {
    float: right
}

.top-menu-wrap {
    position: relative;
    z-index: 100;
    margin: 0 -10px;
    border-top: 2px solid #fae180;
    background: #6c6a6a;
    box-shadow: 0 0 12px 12px rgba(0, 0, 0, .2)
}

.top-menu-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.top-menu {
    position: relative;
    width: 320px;
    height: 70px;
    margin: 0 auto
}

.top-menu:after, .top-menu:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #6c6a6a
}

.top-menu:before {
    right: 100%
}

.top-menu:after {
    left: 100%
}

.top-menu li, .top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.top-menu li {
    position: static;
    display: block
}

.top-menu li:before {
    position: static;
    display: none;
    background: none;
    margin: 0
}

.top-menu a {
    display: block;
    border: 0
}

.top-menu__next, .top-menu__prev {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: 0 -103px;
    width: 29px;
    height: 52px;
    position: absolute;
    z-index: 15;
    top: 10px;
    cursor: pointer
}

.top-menu__prev {
    left: 0
}

.top-menu__next {
    right: 0;
    transform: rotate(180deg)
}

.top-menu__lvl1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.top-menu__lvl1 > li {
    position: relative;
    width: auto;
    height: auto;
    padding-left: 20px;
    text-align: center
}

.top-menu__lvl1 > li:last-child {
    padding-right: 20px
}

.top-menu__lvl1 > li > a {
    font-size: 16px;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border: 0
}

/* .top-menu__lvl1 > li.hover > a, .top-menu__lvl1 > li.selected > a {
    background: #5a5a5a
} */

.top-menu__lvl1 > li.hover > a:active, .top-menu__lvl1 > li.selected > a:active {
    background: #494949
}

.top-menu__lvl2 {
    position: absolute;
    top: 100%;
    left: 20px;
    display: none;
    width: auto;
    width: 290px;
    min-width: 100%
}

.top-menu__lvl1 > li.hover .top-menu__lvl2 {
    display: block
}

.top-menu__lvl1 > li:nth-last-of-type(-n+2) .top-menu__lvl2 {
    right: 0;
    left: auto
}

.top-menu__lvl2 > li {
    position: relative;
    text-align: left
}

.top-menu__lvl2 > li > a {
    display: block;
    height: auto;
    padding: 7px 20px;
    text-align: left;
    color: #323232;
    background: #f3f6f7
}

.top-menu__lvl2 > li.hover > a {
    color: #fae180;
    border: 0;
    background: #5a5a5a
}

.top-menu__lvl2 > li.hover > a:active {
    background: #5a5a5a
}

.top-menu__lvl3 {
    display: block
}

.top-menu__lvl3 > li {
    text-align: left
}

.top-menu__lvl3 > li > a {
    padding: 7px 20px;
    color: #fff;
    background: #6c6a6a
}

.top-menu__lvl3 > li.hover > a {
    color: #fae180
}

.top-menu__lvl3 > li.hover > a:active {
    background: #494949
}

.footer__menu {
    overflow: hidden;
    padding-bottom: 10px
}

.footer__menu li, .footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__menu li {
    position: static
}

.footer__menu li:before {
    position: static;
    display: none;
    background: none;
    margin: 0
}

.footer__menu a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.footer__menu a:hover {
    color: #fff;
    border-bottom-color: #fff
}

.footer__menu a:active {
    color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.footer__menu a.red {
    text-decoration: none;
    color: red;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.footer__menu a.red:hover {
    color: red;
    border-bottom-color: red
}

.footer__menu a.red:active {
    color: #e60000;
    border-bottom-color: #e60000
}

.footer__menu--primary {
    font-family: SegoeUILight, Tahoma, sans-serif;
    font-size: 15px;
    line-height: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 1px
}

.footer__menu--primary ul {
    width: 50%;
    margin-bottom: 20px
}

.footer__menu--secondary {
    font-family: SegoeUILight, Tahoma, sans-serif;
    font-size: 15px;
    line-height: 26px;
    position: relative;
    /* padding: 20px 0 20px 20px; */
    padding: 40px 0 20px 20px;
    background: #5a5a5a;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, .1)
}

.footer__menu--secondary ul li:before {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -223px -52px;
    width: 5px;
    height: 9px;
    content: "";
    display: inline-block;
    margin: 0 10px 1px 0;
    vertical-align: baseline
}

.footer__menu--secondary .corner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background: #fae180
}

.footer__menu--secondary .corner:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    transform-origin: 12px 23px;
    background: #3e3e3e;
    box-shadow: inset 12px 0 6px -6px rgba(0, 0, 0, .1)
}

.catalog-menu {
    width: 1180px;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 30px 50px;
    background: #3d3d3d;
    display: flex;
}

.catalog-menu > ul {
    margin: 0;
    padding: 0;

}

.catalog-menu > ul.col {
	width: 33.3333%;
}

.catalog-menu > ul.col > li {
	margin-bottom: 24px;
}

.catalog-menu > ul.col li a span {
	color: #fff;
	font-size: 18px;
}


.catalog-menu > ul.col li:hover a span {
	color: #d5c278;
}
.catalog-menu > ul.col li ul {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.catalog-menu > ul.col li.active ul {
	max-height: 300px;
	padding-top: 10px;
}
.catalog-menu > ul.col li ul li a {
	font-size: 16px;
	color: #fff;
}
.catalog-menu > ul.col li ul li a:hover {
	color: #d5c278;

}
.catalog-menu > ul.col li a + i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background: url("/local/templates/responsive/images/menu/arr.svg");
	width: 13px;
	height: 8px;
	display: inline-block;
	cursor: pointer;
}

.catalog-menu > ul.col li.active a + i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-xs-menu {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.header-xs-menu__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-xs-menu__logo a {
    text-decoration: none;
    border: none
}

.header-sm-menu__toggle, .header-xs-menu__toggle {
    position: relative;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 53px;
}

.header-sm-menu__toggle span, .header-xs-menu__toggle span {
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 0
}

.header-sm-menu__toggle:before, .header-xs-menu__toggle:before {
    background-image: url(/local/templates/responsive/images/menu-burger.svg);
    /* width: 51px;
    height: 51px; */
    width: 41px;
    height: 41px;
    content: "";
    display: inline-block
}

.header-xs-menu-x__toggle:before {
    background-image: url(/local/templates/responsive/images/menu-x.svg);
    width: 51px;
    height: 51px;
    content: "";
    display: inline-block
}

.header-sm-menu__cup, .header-xs-menu__cup {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -141px -44px;
    width: 41px;
    height: 40px;
    float: left
}

.header-xs-menu__close {
    background-image: url(/local/templates/responsive/images/menu-x.svg);
    width: 51px;
    height: 51px;
    float: left;
    margin: 16px 0 0 9px
}

.header-xs-menu__title {
    margin-top: 16px;
    font-size: 26px;
    text-align: center
}

.header-sm-menu__popup, .header-xs-menu__popup {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    display: none;
    width: 250px;
    background: #494949
}

.header-sm-menu {
    position: absolute;
    z-index: 101;
    top: 13px;
    left: 0
}

.header-sm-menu__cup {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -141px -44px;
    width: 41px;
    height: 40px;
    float: left
}

.header-sm-menu__popup {
    position: absolute;
    z-index: 500;
    top: 100%;
    margin-top: 16px
}

.ediv {
    position: relative
}

.ediv-preloader {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(90, 90, 90, .5) url(/local/templates/responsive/images/loading.gif) 50% no-repeat
}

.ediv-quantity-wrap {
    position: relative;
    display: inline-block;
    width: 120px
}

.ediv-quantity-wrap .ediv-quantity {
    margin: 0;
    padding-right: 38px;
    padding-left: 38px;
    text-align: center
}

.ediv-quantity-wrap .ediv-minus, .ediv-quantity-wrap .ediv-plus {
    position: absolute;
    top: 1px;
    width: 38px;
    height: 38px;
    border: 0
}

.ediv-quantity-wrap .ediv-minus:hover, .ediv-quantity-wrap .ediv-plus:hover {
    background: #404040
}

.ediv-quantity-wrap .ediv-minus:before, .ediv-quantity-wrap .ediv-plus:before {
    content: "";
    font-size: 22px;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 38px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.ediv-quantity-wrap .ediv-plus {
    right: 1px
}

.ediv-quantity-wrap .ediv-plus:before {
    content: "+"
}

.ediv-quantity-wrap .ediv-minus {
    left: 1px
}

.ediv-quantity-wrap .ediv-minus:before {
    content: "-"
}

.catalog__filter-light {
    margin-bottom: 30px
}

.catalog__filter-light label {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 8px;
    color: #fae180
}

.catalog__filter-light .jq-selectbox, .catalog__filter-light select {
    font-weight: 400;
    margin-bottom: 5px;
    color: #494949;
    background: #cfcfcf
}

.catalog__filter-light .jq-selectbox .jq-selectbox__select, .catalog__filter-light select .jq-selectbox__select {
    background: #cfcfcf
}

.catalog__filter-light .jq-selectbox .jq-selectbox__trigger-arrow:before, .catalog__filter-light select .jq-selectbox__trigger-arrow:before {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -223px -64px;
    width: 5px;
    height: 9px
}

.catalog__filter-light .jq-selectbox .jq-selectbox__dropdown, .catalog__filter-light select .jq-selectbox__dropdown {
    width: 100% !important
}

.catalog__filter-light .jq-selectbox .jq-selectbox__dropdown ul, .catalog__filter-light select .jq-selectbox__dropdown ul {
    background: #cfcfcf
}

.catalog__filter-light .jq-selectbox .jq-selectbox__dropdown li, .catalog__filter-light select .jq-selectbox__dropdown li {
    color: #494949
}

.catalog__filter-light .jq-selectbox .jq-selectbox__dropdown li.selected, .catalog__filter-light .jq-selectbox .jq-selectbox__dropdown li:hover, .catalog__filter-light select .jq-selectbox__dropdown li.selected, .catalog__filter-light select .jq-selectbox__dropdown li:hover {
    background: #b6b6b6
}

.catalog__filter-light a, .catalog__filter-light a:hover {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding: 0;
    padding-right: 25px;
    text-decoration: none;
    text-transform: none;
    color: #fae180;
    border: 0;
    background: none
}

.catalog__filter-light a:after, .catalog__filter-light a:hover:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0
}

.catalog__products {
    margin: 20px 0
}

.catalog__products .item {
    width: 100%;
    margin-bottom: 16px
}

.catalog__products__header {
    font-size: 18px;
    height: 65px;
    text-align: center;
    background: #494949
}

.catalog__products__header a {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    border: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog__products__header span span {
    color: #fae180
}
.products__slider .catalog__products footer {
    display: flex;
        align-items: center;
        justify-content: center;
}
.products__slider .catalog__products footer .add2basket {
    order: 1;
}
.products__slider .catalog__products footer .detail {
    order: 2;
}
.catalog__products footer {
    font-size: 16px;
    overflow: hidden;
    height: 40px;
    background: #d5c278;
    display: flex;
        align-items: center;
        justify-content: center;
}

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

.catalog__products .subheader {
    padding: 5px 0;
    text-align: center;
    border-right: 1px solid #494949;
    border-left: 1px solid #494949;
    background: #5a5a5a
}

.catalog__products .articul {
    font-size: 14px;
    text-align: center;
    color: #fae180
}

.catalog__products .is-custom {
    font-size: 16px;
    position: relative;
    margin-left: 10px;
    padding-left: 25px
}

.catalog__products .is-custom:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -79px -158px;
    width: 20px;
    height: 20px
}

.catalog__products .picture {
    position: relative;
    width: 100%;
    height: 270px;
    padding: 15px 0;
    border: 1px solid #494949;
    background: #5a5a5a
}

.catalog__products .item__price {
	background: #474747;
	font-size: 16px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.catalog__products .picture .image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.catalog__products .picture .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.catalog__products .labels-left, .catalog__products .labels-right {
    line-height: 0;
    position: absolute;
    top: 10px;
    overflow: hidden
}

.catalog__products .labels-left *, .catalog__products .labels-right * {
    line-height: 0;
    display: inline-block;
    text-indent: -999px;
    border: 0
}

.catalog__products .labels-left.labels-left, .catalog__products .labels-right.labels-left {
    left: 10px
}

.catalog__products .labels-left.labels-left *, .catalog__products .labels-right.labels-left * {
    margin-right: 8px
}

.catalog__products .labels-left.labels-right, .catalog__products .labels-right.labels-right {
    right: 10px
}

.catalog__products .labels-left.labels-right *, .catalog__products .labels-right.labels-right * {
    margin-left: 8px
}

.catalog__products .labels-left .new, .catalog__products .labels-right .new {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -111px -103px;
    width: 23px;
    height: 23px;
        display: none;
}

.catalog__products .labels-left .sale, .catalog__products .labels-right .sale {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: 0 -158px;
    width: 23px;
    height: 23px;
        display: none;
}

.catalog__products .labels-left .in-stock, .catalog__products .labels-right .in-stock {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -26px -158px;
    width: 23px;
    height: 23px;
        display: none;
}

.catalog__products .labels-left .hit, .catalog__products .labels-right .hit {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -137px -103px;
    width: 23px;
    height: 23px;
    display:none;
}

.catalog__products .labels-left .age18, .catalog__products .labels-right .age18 {
    width: 25px;
    height: 25px;
    /* background: url(/local/templates/responsive/images/18plus.png); */
    background: none;
    background-size: contain;
        display: none;
}
.catalog__products .labels-bottom .age18 {
    position: absolute;
        display: block;
        font-size: 15px;
        width: 25px;
        height: 25px;
        line-height: 27px;
        font-weight: 500;
        text-align: center;
        bottom: 0;
        right: 5px;
}

.catalog__products .price {
    font-size: 15px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
    padding-left: 15px;
    white-space: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end
}

.catalog__products .price .old {
    font-size: 12px;
    text-decoration: line-through;
    color: #ccc
}

.catalog__products .detail {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 13px;
    border: 0;
    background: #d5c278;
    order: 2;
}

.catalog__products .detail:hover {
    background: #cfb965
}

.catalog__products .detail:active {
    background: #c9b051
}

.catalog__products .detail:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 13px;
    display: block;
    width: 0;
    height: 0;
    border-width: 13px 0 13px 18px;
    border-style: solid;
    border-color: transparent transparent transparent #5a5a5a
}

.catalog__products .add2basket {
	  font-size: 15px;
	  line-height: 1.2;
	  position: relative;
	  color: #3d3d3d;
	  border: 0;
	  text-transform: uppercase;
	  font-weight: bold;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
      order: 1;
}

.catalog__products .add2basket:hover {
    border-bottom-color: transparent
}



.main__new-slider, .main__sale-slider, .products__slider {
    position: relative;
    margin: 20px 0
}

.main__new-slider .heading, .main__sale-slider .heading, .products__slider .heading {
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center
}

.main__new-slider .heading .name, .main__sale-slider .heading .name, .products__slider .heading .name {
    font-size: 20px;
    line-height: 1;
    position: relative;
    display: inline-block;
    height: 46px;
    padding: 10px;
    padding-top: 13px;
    border: 0;
    background: #494949
}

.main__new-slider .heading .name:after, .main__new-slider .heading .name:before, .main__sale-slider .heading .name:after, .main__sale-slider .heading .name:before, .products__slider .heading .name:after, .products__slider .heading .name:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid
}

.main__new-slider .heading .name:before, .main__sale-slider .heading .name:before, .products__slider .heading .name:before {
    right: 100%;
    border-width: 23px 15px 23px 0;
    border-color: transparent #494949 transparent transparent
}

.main__new-slider .heading .name:after, .main__sale-slider .heading .name:after, .products__slider .heading .name:after {
    left: 100%;
    border-width: 23px 0 23px 15px;
    border-color: transparent transparent transparent #494949
}

.main__new-slider .heading span:before, .main__sale-slider .heading span:before, .products__slider .heading span:before {
    content: "";
    display: inline-block;
    vertical-align: bottom
}

.main__new-slider .next, .main__new-slider .prev, .main__sale-slider .next, .main__sale-slider .prev, .products__slider .next, .products__slider .prev {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 30px;
    height: 90px;
    margin-top: -45px;
    cursor: pointer
}

.main__new-slider .next:before, .main__new-slider .prev:before, .main__sale-slider .next:before, .main__sale-slider .prev:before, .products__slider .next:before, .products__slider .prev:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px 0;
    width: 20px;
    height: 62px
}

.main__new-slider .next:hover:before, .main__new-slider .prev:hover:before, .main__sale-slider .next:hover:before, .main__sale-slider .prev:hover:before, .products__slider .next:hover:before, .products__slider .prev:hover:before {
    opacity: .9;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px -65px;
    width: 20px;
    height: 62px
}

.main__new-slider .next:active:before, .main__new-slider .prev:active:before, .main__sale-slider .next:active:before, .main__sale-slider .prev:active:before, .products__slider .next:active:before, .products__slider .prev:active:before {
    opacity: 1
}

.main__new-slider .prev, .main__sale-slider .prev, .products__slider .prev {
    left: 0;
    transform: rotate(180deg)
}

.main__new-slider .next, .main__sale-slider .next, .products__slider .next {
    right: 0
}

.main__new-slider .catalog__products, .main__sale-slider .catalog__products, .products__slider .catalog__products {
    margin: 0
}

.main__new-slider .item, .main__sale-slider .item, .products__slider .item {
    width: 290px
}

.main__sale-slider {
    margin: 60px 0 0;
    padding: 60px 0;
    position: relative;
    background: #6c6a6a
}

.main__sale-slider:after, .main__sale-slider:before {
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    height: 100%;
    background: #6c6a6a
}

.main__sale-slider:before {
    right: 100%
}

.main__sale-slider:after {
    left: 100%
}

.main__sale-slider.single {
    margin-bottom: 60px
}

.main__sale-slider .heading span:before {
    margin-right: 10px;
    margin-bottom: 3px;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: 0 -158px;
    width: 23px;
    height: 23px
}

.main__sale-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0
}

.main__sale-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0
}

.main__new-slider {
    margin: 0;
    padding: 60px 0
}

.main__new-slider.single {
    margin: 60px 0;
    position: relative;
    background: #6c6a6a
}

.main__new-slider.single:after, .main__new-slider.single:before {
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    height: 100%;
    background: #6c6a6a
}

.main__new-slider.single:before {
    right: 100%
}

.main__new-slider.single:after {
    left: 100%
}

.main__new-slider .heading span:before {
    margin-right: 10px;
    margin-bottom: 3px;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -111px -103px;
    width: 23px;
    height: 23px
}

.main__new-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0
}

.main__new-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0
}

.products__slider.other {
    margin: 70px 0;
    padding-top: 40px
}

.products__slider.similar {
    margin: 90px 0 0;
    padding-top: 40px
}

.catalog__sections {
    margin: 20px 0
}

.catalog__sections .row:not(:last-child) {
    margin-bottom: 0
}

.catalog__sections .item {
    margin-bottom: 20px
}

.catalog__sections header {
    font-size: 18px;
    height: 65px;
    text-align: center;
    background: #494949
}

.catalog__sections header a {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    border: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog__sections .picture {
    position: relative;
    width: 100%;
    height: 270px;
    padding: 15px 0;
    border: 1px solid #494949;
    background: #5a5a5a
}

.catalog__sections .picture .image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.catalog__sections .picture .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}


.catalog__product .age18 {
    width: 25px;
    height: 25px;
    background: url(/local/templates/responsive/images/18plus.png);
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 15px
}

.catalog__product .attention {
    margin-bottom: 20px;
    padding: 15px;
    color: #fae180;
    border: 1px solid #d5c278
}

.catalog__product .fl {
    float: none
}

.catalog__product .fr {
    padding: 15px
}

.catalog__product .picture {
    line-height: 0;
    position: relative;
    padding-top: 60px;
    background: #5a5a5a;
    height: 630px;
}

.catalog__product .picture .image {
    position: relative;
    width: 290px;
    height: 290px
}

.catalog__product .picture .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.catalog__product .picture__next, .catalog__product .picture__prev {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer
}

.catalog__product .picture__next:before, .catalog__product .picture__prev:before {
    content: "";
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px 0;
    width: 20px;
    height: 62px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.catalog__product .picture__next:hover:before, .catalog__product .picture__prev:hover:before {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px -65px;
    width: 20px;
    height: 62px
}

.catalog__product .picture__prev {
    left: 0;
    transform: rotate(180deg)
}

.catalog__product .picture__next {
    right: 0
}

.catalog__product .picture-action {
    position: absolute;
    z-index: 5;
    bottom: 80px;
    left: 0;
}

.catalog__product .picture-action .add2flist {
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin: 10px 0 10px 20px;
    color: #fff;
    border: 0;
    border-bottom: 1px dashed #fff
}

.catalog__product .picture-action .add2flist:hover {
    border-bottom-color: transparent
}

.catalog__product .picture-action .add2flist:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -20px;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -160px -87px;
    width: 15px;
    height: 13px
}


.catalog__product .action-flist .add2flist {
width: 23px;
    height: 21px;
    position: relative;
    display: block;
}

.catalog__product .action-flist .add2flist.active::before {
    opacity: 1;
}
.catalog__product .action-flist .add2flist.active:after {
    opacity: 0;
}

.catalog__product .action-flist .add2flist:after,
.catalog__product .action-flist .add2flist:before {
    content: "";
    width: 23px;
    height: 21px;
    position: absolute;
    /* top: 0;
    left: 0; */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.catalog__product .action-flist .add2flist:before {
background: url("/local/templates/responsive/test/images/header/favorite-h.svg");
    opacity: 0;
}
.catalog__product .action-flist .add2flist:after {
background: url("/local/templates/responsive/test/images/header/favorite.svg");
    opacity: 1;
}



.catalog__product .other-image {
    display: none;
    padding: 0;
}

.catalog__product .other-image .image {
    position: relative;
    width: 155px;
    height: 155px;
    text-align: center;
    border: 1px solid #494949;
    background: #5a5a5a url(/local/templates/responsive/images/bg.jpg) no-repeat
}

.catalog__product .other-image .image img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.catalog__product .other-image__next, .catalog__product .other-image__prev {
    position: absolute;
    z-index: 5;
    top: 0;
    width: 13px;
    height: 100%;
    cursor: pointer;
    /* background: #6c6a6a */
}

/* .catalog__product .other-image__next:before, .catalog__product .other-image__prev:before {
    content: "";
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -208px -52px;
    width: 12px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.catalog__product .other-image__next:hover:before, .catalog__product .other-image__prev:hover:before {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -208px -91px;
    width: 12px;
    height: 36px
} */

.catalog__product .other-image__prev {
    left: 0;
    /* transform: rotate(180deg) */
}

.catalog__product .other-image__next {
    right: 0
}



.catalog__product .other-image__next::after,
.catalog__product .other-image__next::before,
.catalog__product .other-image__prev::after,
.catalog__product .other-image__prev::before {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    margin: auto auto auto 0;
}
.catalog__product .other-image__next::before {
    bottom: -11px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.catalog__product .other-image__next::after {
    top: -11px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.catalog__product .other-image__prev::before {
    bottom: -11px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.catalog__product .other-image__prev::after {
    top: -11px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}






.catalog__product .prop {
    margin: 0;
    font-size: 16px;
    margin: 20px 0
}

.catalog__product .prop, .catalog__product .prop tbody, .catalog__product .prop td, .catalog__product .prop tfoot, .catalog__product .prop th, .catalog__product .prop thead {
    padding: 0;
    border: 0;
    background: transparent
}

.catalog__product .prop td {
    font-weight: 300;
    padding: 3px 0;
    color: #fff;
}

.catalog__product .prop .old td {
    font-size: 12px;
    padding: 0;
    text-decoration: line-through;
    color: #ccc
}

.catalog__product .prop td:last-child {
    /* font-weight: 400; */
    color: #fff;
    font-size: 18px;
}

.catalog__product .prop .recommend {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.catalog__product .prop.articul {
    font-size: 18px;
    margin-top: -5px
}

.catalog__product .availability {
    margin: 20px 0
}

.catalog__product .availability .in-stock, .catalog__product .availability .out-stock {
    font-size: 20px;
    display: block;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #d5c278
}

.catalog__product .availability .in-stock:before, .catalog__product .availability .out-stock:before {
    content: "";
    display: inline-block;
    margin-top: 2px;
    margin-right: 15px;
    vertical-align: bottom
}

.catalog__product .availability .in-stock:before {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -26px -158px;
    width: 23px;
    height: 23px
}

.catalog__product .out-stock-text {
    margin: 20px 0;
    padding: 15px;
    color: #fae180
}

.catalog__product .tirag {
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #fff;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.catalog__product .tirag__name {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

.catalog__product .tirag__desc {
    margin-left: 10px;
    padding-left: 10px;
    color: #fff;
    border-left: 1px solid #fff
}

.catalog__product .price-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end
}

.catalog__product .price-block__desc {
    color: #fff
}

.catalog__product .price-block__value {
    margin-left: 20px;
    color: #fae180
}

.catalog__product .price-block__value span {
    font-size: 38px;
    font-weight: 500
}

.catalog__product .custom-order {
    margin: 20px 0;
}

.catalog__product .custom-order__text--notes {
    text-align: center;
    color: #fae180
}

.catalog__product .custom-order__text {
	padding-left: 37px;
	position: relative;
	margin-top: 36px;
}

.catalog__product .custom-order__text:before {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgZmlsbD0idXJsKCNwYXR0ZXJuMCkiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMV8yIiB0cmFuc2Zvcm09InNjYWxlKDAuMDQ1NDU0NSkiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF8xXzIiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCWUFBQUFXQ0FZQUFBREV0R3c3QUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQ2tscFEwTlFjMUpIUWlCSlJVTTJNVGsyTmkweUxqRUFBRWlKblZOM1dKUDNGajdmOTJVUFZrTFk4TEdYYklFQUlpT3NDTWdRV2FJUWtnQmhoQkFTUU1XRmlBcFdGQlVSbkVoVnhJTFZDa2lkaU9LZ0tMaG5RWXFJV290VlhEanVIOXludFgxNjcrM3QrOWY3dk9lYzUvek9lYzhQZ0JFU0pwSG1vbW9BT1ZLRlBEcllINDlQU01USnZZQUNGVWpnQkNBUTVzdkNad1hGQUFEd0EzbDRmblN3UC93QnIyOEFBZ0J3MVM0a0VzZmgvNE82VUNaWEFDQ1JBT0FpRXVjTEFaQlNBTWd1Vk1nVUFNZ1lBTEJUczJRS0FKUUFBR3g1ZkVJaUFLb05BT3owU1Q0RkFOaXBrOXdYQU5paUhLa0lBSTBCQUprb1J5UUNRTHNBWUZXQlVpd0N3TUlBb0t4QUlpNEV3SzRCZ0ZtMk1rY0NnTDBGQUhhT1dKQVBRR0FBZ0psQ0xNd0FJRGdDQUVNZUU4MERJRXdEb0REU3YrQ3BYM0NGdUVnQkFNRExsYzJYUzlJekZMaVYwQnAzOHZEZzRpSGl3bXl4UW1FWEtSQm1DZVFpbkplYkl4Tkk1d05Nemd3QUFCcjUwY0grT0QrUTUrYms0ZVptNTJ6djlNV2kvbXZ3YnlJK0lmSGYvcnlNQWdRQUVFN1A3OXBmNWVYV0EzREhBYkIxdjJ1cFd3RGFWZ0JvMy9sZE05c0pvRm9LMEhyNWkzazQvRUFlbnFGUXlEd2RIQW9MQyswbFlxRzlNT09MUHY4ejRXL2dpMzcyL0VBZS90dDY4QUJ4bWtDWnJjQ2pnLzF4WVc1MnJsS081OHNFUWpGdTkrY2ovc2VGZi8yT0tkSGlOTEZjTEJXSzhWaUp1RkFpVGNkNXVWS1JSQ0hKbGVJUzZYOHk4UitXL1FtVGR3MEFySVpQd0U2MkI3WExiTUIrN2dFQ2l3NVkwbllBUUg3ekxZd2FDNUVBRUdjME1ubjNBQUNUdi9tUFFDc0JBTTJYcE9NQUFMem9HRnlvbEJkTXhnZ0FBRVNnZ1Nxd1FRY013UlNzd0E2Y3dSMjh3QmNDWVFaRVFBd2t3RHdRUWdia2dCd0tvUmlXUVJsVXdEcllCTFd3QXhxZ0VacmhFTFRCTVRnTjUrQVNYSUhyY0JjR1lCaWV3aGk4aGdrRVFjZ0lFMkVoT29nUllvN1lJczRJRjVtT0JDSmhTRFNTZ0tRZzZZZ1VVU0xGeUhLa0FxbENhcEZkU0NQeUxYSVVPWTFjUVBxUTI4Z2dNb3I4aXJ4SE1aU0JzbEVEMUFKMVFMbW9IeHFLeHFCejBYUTBEMTJBbHFKcjBScTBIajJBdHFLbjBVdm9kWFFBZllxT1k0RFJNUTVtak5saFhJeUhSV0NKV0JvbXh4Wmo1VmcxVm84MVl4MVlOM1lWRzhDZVllOElKQUtMZ0JQc0NGNkVFTUpzZ3BDUVIxaE1XRU9vSmV3anRCSzZDRmNKZzRReHdpY2lrNmhQdENWNkV2bkVlR0k2c1pCWVJxd203aUVlSVo0bFhpY09FMStUU0NRT3laTGtUZ29oSlpBeVNRdEphMGpiU0Mya1U2USswaEJwbkV3bTY1QnR5ZDdrQ0xLQXJDQ1hrYmVRRDVCUGt2dkp3K1MzRkRyRmlPSk1DYUlrVXFTVUVrbzFaVC9sQktXZk1rS1pvS3BSemFtZTFBaXFpRHFmV2tsdG9IWlFMMU9IcVJNMGRab2x6WnNXUTh1a0xhUFYwSnBwWjJuM2FDL3BkTG9KM1lNZVJaZlFsOUpyNkFmcDUrbUQ5SGNNRFlZTmc4ZElZaWdaYXhsN0dhY1l0eGt2bVV5bUJkT1htY2hVTU5jeUc1bG5tQStZYjFWWUt2WXFmQldSeWhLVk9wVldsWDZWNTZwVVZYTlZQOVY1cWd0VXExVVBxMTVXZmFaR1ZiTlE0NmtKMUJhcjFha2RWYnVwTnE3T1VuZFNqMURQVVYranZsLzlndnBqRGJLR2hVYWdoa2lqVkdPM3hobU5JUmJHTW1YeFdFTFdjbFlENnl4cm1FMWlXN0w1N0V4MkJmc2JkaTk3VEZORGM2cG1yR2FSWnAzbWNjMEJEc2F4NFBBNTJaeEt6aUhPRGM1N0xRTXRQeTJ4MW1xdFpxMStyVGZhZXRxKzJtTHRjdTBXN2V2YTczVnduVUNkTEozMU9tMDY5M1VKdWphNlVicUZ1dHQxeitvKzAyUHJlZWtKOWNyMUR1bmQwVWYxYmZTajlSZnE3OWJ2MFI4M01EUUlOcEFaYkRFNFkvRE1rR1BvYTVocHVOSHdoT0dvRWN0b3VwSEVhS1BSU2FNbnVDYnVoMmZqTlhnWFBtYXNieHhpckRUZVpkeHJQR0ZpYVRMYnBNU2t4ZVMrS2MyVWE1cG11dEcwMDNUTXpNZ3MzS3pZck1uc2pqblZuR3VlWWI3WnZOdjhqWVdsUlp6RlNvczJpOGVXMnBaOHl3V1dUWmIzckpoV1BsWjVWdlZXMTZ4SjFsenJMT3R0MWxkc1VCdFhtd3liT3B2THRxaXRtNjNFZHB0dDN4VGlGSThwMGluMVUyN2FNZXo4N0Fyc211d0c3VG4yWWZZbDltMzJ6eDNNSEJJZDFqdDBPM3h5ZEhYTWRteHd2T3VrNFRURHFjU3B3K2xYWnh0bm9YT2Q4elVYcGt1UXl4S1hkcGNYVTIybmlxZHVuM3JMbGVVYTdyclN0ZFAxbzV1N205eXQyVzNVM2N3OXhYMnIrMDB1bXh2SlhjTTk3MEgwOFBkWTRuSE00NTJubTZmQzg1RG5MMTUyWGxsZSs3MGVUN09jSnA3V01HM0kyOFJiNEwzTGUyQTZQajFsK3M3cEF6N0dQZ0tmZXArSHZxYStJdDg5dmlOKzFuNlpmZ2Y4bnZzNytzdjlqL2kvNFhueUZ2Rk9CV0FCd1FIbEFiMkJHb0d6QTJzREh3U1pCS1VITlFXTkJic0dMd3crRlVJTUNRMVpIM0tUYjhBWDhodjVZelBjWnl5YTBSWEtDSjBWV2h2Nk1Nd21UQjdXRVk2R3p3amZFSDV2cHZsTTZjeTJDSWpnUjJ5SXVCOXBHWmtYK1gwVUtTb3lxaTdxVWJSVGRIRjA5eXpXck9SWisyZTlqdkdQcVl5NU85dHF0bkoyWjZ4cWJGSnNZK3lidUlDNHFyaUJlSWY0UmZHWEVuUVRKQW50aWVURTJNUTlpZU56QXVkc21qT2M1SnBVbG5SanJ1WGNvcmtYNXVuT3k1NTNQRmsxV1pCOE9JV1lFcGV5UCtXRElFSlFMeGhQNWFkdVRSMFQ4b1NiaFU5RnZxS05vbEd4dDdoS1BKTG1uVmFWOWpqZE8zMUQrbWlHVDBaMXhqTUpUMUlyZVpFWmtya2o4MDFXUk5iZXJNL1pjZGt0T1pTY2xKeWpVZzFwbHJRcjF6QzNLTGRQWmlzcmt3M2tlZVp0eWh1VGg4cjM1Q1A1Yy9QYkZXeUZUTkdqdEZLdVVBNFdUQytvSzNoYkdGdDR1RWk5U0ZyVU05OW0vdXI1SXd1Q0ZueTlrTEJRdUxDejJMaDRXZkhnSXI5RnV4WWppMU1YZHk0eFhWSzZaSGhwOE5KOXkyakxzcGI5VU9KWVVsWHlhbm5jOG81U2c5S2xwVU1yZ2xjMGxhbVV5Y3R1cnZSYXVXTVZZWlZrVmU5cWw5VmJWbjhxRjVWZnJIQ3NxSzc0c0VhNDV1SlhUbC9WZlBWNWJkcmEza3EzeXUzclNPdWs2MjZzOTFtL3IwcTlha0hWMElid0RhMGI4WTNsRzE5dFN0NTBvWHBxOVk3TnRNM0t6UU0xWVRYdFc4eTJyTnZ5b1RhajlucWRmMTNMVnYydHE3ZSsyU2JhMXIvZGQzdnpEb01kRlR2ZTc1VHN2TFVyZUZkcnZVVjk5VzdTN29MZGp4cGlHN3EvNW43ZHVFZDNUOFdlajN1bGV3ZjJSZS9yYW5SdmJOeXZ2Nyt5Q1cxU05vMGVTRHB3NVp1QWI5cWI3WnAzdFhCYUtnN0NRZVhCSjkrbWZIdmpVT2loenNQY3c4M2ZtWCszOVFqclNIa3IwanEvZGF3dG8yMmdQYUc5NytpTW81MGRYaDFIdnJmL2Z1OHg0Mk4xeHpXUFY1NmduU2c5OGZua2dwUGpwMlNubnAxT1B6M1VtZHg1OTB6OG1XdGRVVjI5WjBQUG5qOFhkTzVNdDEvM3lmUGU1NDlkOEx4dzlDTDNZdHNsdDB1dFBhNDlSMzV3L2VGSXIxdHY2MlgzeSsxWFBLNTA5RTNyTzlIdjAzLzZhc0RWYzlmNDF5NWRuM205Nzhic0c3ZHVKdDBjdUNXNjlmaDI5dTBYZHdydVROeGRlbzk0ci95KzJ2M3FCL29QNm4rMC9yRmx3RzNnK0dEQVlNL0RXUS92RGdtSG52NlUvOU9INGRKSHpFZlZJMFlqalkrZEh4OGJEUnE5OG1UT2srR25zcWNUejhwK1Z2OTU2M09yNTkvOTR2dEx6MWo4MlBBTCtZdlB2NjU1cWZOeTc2dXByenJISThjZnZNNTVQZkdtL0szTzIzM3Z1Tys2MzhlOUg1a28vRUQrVVBQUittUEhwOUJQOXo3bmZQNzhML2VFOC9zdFJ6alBBQUFBSUdOSVVrMEFBSG9tQUFDQWhBQUErZ0FBQUlEb0FBQjFNQUFBNm1BQUFEcVlBQUFYY0p5NlVUd0FBQUFKY0VoWmN3QUFDeE1BQUFzVEFRQ2FuQmdBQUFFK1NVUkJWRGlOdFpWQmFzTXdFRVdmUmNqT2lWZkJwR2NvZ1pBREZGK2ppeHpEcTF5cnl4d2hZSHFCTHBLUVhYT0E0TitGUjFRWXlTMDRGdnlOWnZRMEdtbEdtU1FHaGdPMndBWlkyOXdWYUlBVDBDWlhTb29wbDNTUWRGWjZuTTBuanpGaTBLb0hiQ1Uxa2o1TWpjMkZHMVIvZ2Q4bFBXekJYVkl0cVl4c1hwcnRicjRQV3hzRlZ3SDBLR21WU0ZPb2xmbDZlTlVINThIeGo1TG1QY0JNMHB0cDFyUE5BL2paNTl3YkQ4SHhZNUVXUVU2TFJPUStMUWNQZGtHMGRlTElDMGxmcGtYQ3B3Nmlka2phMlVTcitFWDlWNlYrWDh2TzJlTUgrQVJ1aWVlZUFZVXBTL2pjakFHd2NVRkZYUVlxY0FsOG01WURmcDZ4ZGdOT280YWpxMzJBbHlmd1BPUHE2Qm9Ld0N0UWpvQ1d4Z0JvSEYyWHV0QmR5bjRFZUcrTUMzQ2F0RUFtTGVuSm10Q2tiVE9NL09tTlBzejVxSzhwazZiNVRIOEFoRUFnSDFUTm9na0FBQUFBU1VWT1JLNUNZSUk9Ii8+CjwvZGVmcz4KPC9zdmc+Cg==");
	width: 29px;
	height: 29px;
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
	left: 0;
}

.catalog__product .custom-order__btn {
    margin: 10px 0;
    text-align: center
}

.catalog__product .custom-order__btn > * {
    line-height: 1;
    width: 100%;
    text-transform: unset;
    font-size: 18px;
    padding: 16px 0;
}

.catalog__product .buttons {
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog__product .buttons__quantity-warn {
    width: 100%;
    margin-bottom: 10px;
    transition: opacity .2s;
    opacity: 0;
    color: #fae180
}

.catalog__product .buttons__quantity-warn.is-show {
    opacity: 1
}

.catalog__product .buttons__quantity .ediv-quantity-wrap {
    width: 130px
}

.catalog__product .buttons__quantity .ediv-quantity {
    font-size: 22px;
    font-weight: 500;
    padding-right: 60px
}

.catalog__product .buttons__quantity .quantity-unit {
    font-size: 14px;
    position: absolute;
    top: 13px;
    right: 40px;
    pointer-events: none;
    color: #fff
}

.catalog__product .buttons__buy .btn {
    line-height: 1;
    display: block;
    padding: 17px 10px;
    text-align: center;
    background: #cfcfcf;
text-transform: unset;
}

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

.catalog__product .quantity .ediv-quantity-wrap {
    float: left
}

.catalog__product .text {
    margin: 20px 0 0
}

.catalog__product .tabs {
    padding: 0 15px 15px
}

.catalog__product .tabs > ul, .catalog__product .tabs > ul > li {
    margin: 0;
    padding: 0;
    list-style: none
}

.catalog__product .tabs > ul > li {
    position: static
}

.catalog__product .tabs > ul > li:before {
    position: static;
    display: none;
    background: none;
    margin: 0
}

.catalog__product .tabs .prop {
    font-size: 16px
}

/* .catalog__product .tabs .prop--first {
    font-size: 20px
} */

.catalog__product .tabs .prop td {
    width: 110px
}

.catalog__product .tabs .prop td + td {
    width: auto
}

.catalog__product .tabs .head {
    font-size: 16px;
    display: none;
    background: #494949
}

.catalog__product .tabs .head:after {
    content: "";
    display: block;
    clear: both
}

.catalog__product .tabs .head li {
    float: left;
    text-align: center
}

.catalog__product .tabs .head a {
    display: inline-block;
    /* padding: 10px 30px 20px; */
    padding: 15px 30px 15px;
    color: #fff;
    border: 0
}

.catalog__product .tabs .head a:hover {
    background: #5a5a5a
}

.catalog__product .tabs .head .active a {
    background: #6c6a6a
}

.catalog__product .tabs .item {
    display: block
}

.basket {
    font-size: 16px;
    position: relative
}

.basket table {
    width: 100%;
    border: 1px solid #494949
}

.basket table thead th {
    padding: 15px;
    white-space: nowrap;
    color: #fff;
    border: 0
}

.basket table tbody td, .basket table tfoot td {
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0
}

.basket table tbody tr, .basket table tfoot tr {
    border-bottom: 1px solid #494949
}

.basket table tfoot {
    font-size: 20px
}

.basket .image, .basket .image:hover {
    position: relative;
    width: 130px;
    height: 130px;
    border: 1px solid #494949
}

.basket .image:hover img, .basket .image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.basket .remove {
    display: inline-block;
    border: 0;
    background-position: -208px -130px
}

.basket .remove, .basket .remove:hover {
    background-image: url(/local/templates/responsive/images/sprites.png);
    width: 21px;
    height: 21px
}

.basket .remove:hover {
    background-position: -208px -154px
}

.basket .thimg {
    width: 170px
}

.basket .thname {
    width: 200px
}

.basket .thquantity {
    width: 100px
}

.basket .tdname {
    padding: 0;
    text-align: left;
    white-space: normal
}

.basket .tdname a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.basket .tdname a:hover {
    color: #fff;
    border-bottom-color: #fff
}

.basket .tdname a:active {
    color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.basket .tdprice, .basket .tdsumm {
    font-size: 20px
}

.basket .tflabel {
    text-align: right;
    color: #fae180
}

.basket-xs {
    font-size: 16px
}

.basket-xs__item {
    margin-bottom: 20px;
    border: 1px solid #494949
}

.basket-xs__item:last-child {
    margin-bottom: 0
}

.basket-xs__name {
    position: relative;
    padding: 15px;
    background: #494949
}

.basket-xs__name a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.basket-xs__name a:hover {
    color: #fff;
    border-bottom-color: #fff
}

.basket-xs__name a:active {
    color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.basket-xs__name .remove {
    position: absolute;
    top: 15px;
    right: 15px
}

.basket-xs__body {
    line-height: 1.8;
    padding: 15px
}

.basket-xs__body:after {
    content: "";
    display: block;
    clear: both
}

.basket-xs__img {
    float: left;
    margin-right: 10px
}

.basket-xs__img .image, .basket-xs__img .image:hover {
    position: relative;
    width: 125px;
    height: 125px;
    border: 1px solid #494949
}

.basket-xs__img .image:hover img, .basket-xs__img .image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.basket-xs__price, .basket-xs__quantity {
    float: left
}

.basket-xs__summ {
    padding: 10px 15px;
    text-align: center;
    background: #494949
}

.order {
    font-size: 16px;
    position: relative
}

.order .errors {
    margin: 20px 0;
    padding: 15px;
    color: #fae180;
    border: 1px solid red
}

.order .order__block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #494949
}

.order .heading {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px
}

.order-delivery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-delivery__item {
    width: 100%;
    margin: 7px 0
}

.order-delivery__name {
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #d5c278;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.selected .order-delivery__name {
    color: #494949;
    border-color: #d5c278;
    background: #d5c278
}

.order-delivery__text {
    width: 100%;
    margin: 7px 0;
    padding: 15px;
    background: #494949
}

.order-delivery__notes {
    font-size: 12px;
    font-weight: 400;
    display: none
}

.order-delivery__req {
    display: none;
    color: #fae180
}

.selected .order-delivery__req {
    color: #fff
}

.order-delivery .jq-radio, .order-delivery input {
    display: none !important
}

.order-paysystem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-paysystem__item {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    height: 50px;
    margin: 0;
    text-align: center;
    border: 1px solid #d5c278;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.order-paysystem__item:last-child {
    margin-bottom: 0
}

.order-paysystem__item.selected {
    font-weight: 700;
    color: #494949;
    border-color: #d5c278;
    background: #d5c278
}

.order-paysystem .jq-radio, .order-paysystem input {
    display: none !important
}

#colorbox .add2basket-popup {
    width: 310px;
    padding: 20px;
    background: #494949
}

#colorbox .add2basket-popup header {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center
}

#colorbox .add2basket-popup footer {
    margin-top: 10px;
    text-align: center
}

#colorbox .add2basket-popup .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

#colorbox .add2basket-popup .image {
    position: relative;
    display: block;
    width: 270px;
    height: 270px;
    border: 1px solid #5a5a5a
}

#colorbox .add2basket-popup .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.catalog-filter-show.is-hidden {
    display: none
}

.catalog-filter-show:after {
    content: "";
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -76px -139px;
    width: 14px;
    height: 9px
}

.catalog-filter-hide {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fae180;
    line-height: 1.2;
    border-bottom: 1px solid #fae180;
    transition: color .05s linear, border .05s linear
}

.catalog-filter-hide:hover {
    color: #fae180;
    border-bottom-color: transparent
}

.catalog-filter-hide:active {
    color: #f9db67;
    border-bottom-color: transparent
}

.catalog-filter {
    display: none;
    margin: 20px 0
}

.catalog-filter.is-visible {
    display: block
}

.catalog-filter__top .jq-selectbox {
    width: 100%;
    margin-bottom: 10px
}

.catalog-filter__middle {
    margin-top: 10px;
    text-align: center
}

.catalog-filter__middle label {
    font-size: 18px;
    display: inline-block;
    margin: 0 7px 0 0;
    padding: 10px 0;
    white-space: nowrap
}

.catalog-filter__middle input {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin: 0 7px 0 0;
    text-align: center
}

.catalog-filter__bottom label {
    white-space: nowrap
}

.catalog-filter-price {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.catalog-filter-price__name {
    display: none;
    margin-right: 20px
}

.catalog-filter-price__max, .catalog-filter-price__min {
    width: 100px;
    text-align: center
}

.catalog-filter-price__slider {
    position: relative;
    width: 100%;
    height: 3px;
    margin: 0 20px;
    background: #5a5a5a
}

.catalog-filter-price .ui-slider-range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #6c6a6a
}

.catalog-filter-price .ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -5px;
    cursor: pointer;
    border-width: 0 8px 15px;
    border-style: solid;
    border-color: transparent transparent #d5c278
}

.catalog-filter-price__field {
    width: 100%;
    display: none;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.catalog-filter-price__field input {
    margin: 0
}

.catalog-filter-price__sep {
    width: 95px;
    height: 2px;
    background: #d5c278;
    margin: 0 10px
}

.main-slider {
    overflow: hidden;
    height: 400px;
    margin-right: -10px;
    margin-bottom: 30px;
    margin-left: -10px
}

.main-slider__next, .main-slider__prev {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 78px;
    height: 78px;
    margin-top: -39px;
    cursor: pointer
}

.main-slider__next:before, .main-slider__prev:before {
    content: "";
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -103px 0;
    width: 35px;
    height: 78px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.main-slider__prev {
    left: -20px;
    transform: rotate(180deg)
}

.main-slider__next {
    right: -20px
}

.main-slider__inner {
    position: relative;
    display: block;
    height: 400px;
    border: 0;
    background-size: cover
}

.main-slider__body {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 290px;
    margin-left: -145px;
    padding: 15px 10px;
    background: rgba(0, 0, 0, .7)
}

.main-slider__inner:hover .main-slider__body {
    background: rgba(0, 0, 0, .8)
}

.main-slider__name {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fae180
}

.main-slider__desc {
    font-size: 18px;
    display: block;
    color: #fff
}

.aside__header {
    position: relative;
    margin-bottom: 15px
}

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

.aside__header > a, .aside__header > span {
    font-family: Lato;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    display: block;
    float: right;
    width: 220px;
    padding: 10px;
    text-align: right;
    color: #494949;
    border: 0;
    background: #d5c278
}

.aside__header > a:hover, .aside__header > span:hover {
    color: #494949;
    border: 0
}

.aside__header > a:before, .aside__header > span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-width: 20px 10px 20px 0;
    border-style: solid;
    border-color: transparent #d5c278 transparent transparent
}

.aside__header:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block
}

.aside__header.category:before {
    margin-top: -20.5px;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -141px 0;
    width: 41px;
    height: 41px
}

.aside__header.news:before {
    margin-top: -16.5px;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -32px -103px;
    width: 36px;
    height: 33px
}

.aside__news .item {
    margin-bottom: 25px
}

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

.aside__news .name {
    font-size: 16px;
    margin-bottom: 7px
}

.aside__news .name a {
    line-height: 20px;
    text-decoration: none;
    color: #fae180;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.aside__news .name a:hover {
    color: #fae180;
    border-bottom-color: #fae180
}

.aside__news .name a:active {
    color: #f9db67;
    border-bottom-color: #f9db67
}

.aside__news .image {
    float: left;
    margin-right: 15px
}

.aside__news .text {
    font-size: 12px;
    line-height: 16px
}

.delivery-table {
    margin: 30px 0
}

.delivery-table td, .delivery-table th {
    padding: 25px;
    vertical-align: middle
}

.delivery-table th {
    text-align: center
}

.news-list .item:not(:last-child) {
    margin-bottom: 35px
}

.news-list .date {
    font-size: 12px;
    margin-bottom: 5px
}

.news-list .name {
    font-size: 20px;
    margin-bottom: 5px
}

.news-list .name a {
    text-decoration: none;
    color: #fae180;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.news-list .name a:hover {
    color: #fae180;
    border-bottom-color: #fae180
}

.news-list .name a:active {
    color: #f9db67;
    border-bottom-color: #f9db67
}

.news-detail .date {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px
}

.news-detail img {
    max-width: 100%;
    height: auto
}

.search-list .item:not(:last-child) {
    margin-bottom: 35px
}

.search-list .name {
    font-size: 18px;
    margin-bottom: 5px
}

.search-list .name a {
    text-decoration: none;
    color: #fae180;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.search-list .name a:hover {
    color: #fae180;
    border-bottom-color: #fae180
}

.search-list .name a:active {
    color: #f9db67;
    border-bottom-color: #f9db67
}

.reviews-slider {
    overflow: hidden;
    height: 195px
}

.reviews-slider__next, .reviews-slider__prev {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 30px;
    height: 90px;
    margin-top: -45px;
    cursor: pointer;
    background: #494949
}

.reviews-slider__next:before, .reviews-slider__prev:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px 0;
    width: 20px;
    height: 62px
}

.reviews-slider__next:hover:before, .reviews-slider__prev:hover:before {
    opacity: .9;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -185px -65px;
    width: 20px;
    height: 62px
}

.reviews-slider__next:active:before, .reviews-slider__prev:active:before {
    opacity: 1
}

.reviews-slider__prev {
    left: 0;
    transform: rotate(180deg)
}

.reviews-slider__next {
    right: 0
}

.reviews-list .item:not(:last-child) {
    margin-bottom: 35px
}

.reviews-list .name {
    margin-bottom: 5px;
    color: #fae180
}

.reviews-list .company {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fae180
}

.contacts {
    font-size: 18px;
    line-height: 24px
}

.contacts .heading {
    color: #fae180
}

.contacts a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.contacts a:hover {
    color: #fff;
    border-bottom-color: #fff
}

.contacts a:active {
    color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.contacts-map {
    position: relative;
    left: 50%;
    width: 100vw;
    height: 420px;
    margin-bottom: 30px;
    margin-left: -50vw
}

.contacts-form {
    margin: 20px 0
}

.clients-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.clients-list__item {
    display: -ms-flexbox;
    display: flex;
    width: 143px;
    height: 143px;
    margin-bottom: 5px;
    background: #6c6a6a;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.portfolio-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.portfolio-list__item {
    margin-bottom: 20px;
    text-align: center
}

.portfolio-list__name {
    display: block
}

.gotop {
    position: fixed;
    z-index: 100;
right: 25px;
    bottom: 100px;
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    background: url(/local/templates/responsive/images/gotop_new.svg)
}



@media(max-width: 768px) {
.gotop {
        bottom: 90px;
    }
}



.h2b {
    max-width: 800px
}

.h2b__item {
    margin-bottom: 15px
}

.h2b__name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fae180
}

.h2b__dig {
    font-size: 31px;
    font-weight: 700;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 62px;
    height: 62px;
    margin: 0 auto;
    color: #494949;
    border-radius: 50%;
    background: #d5c278;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.h2b__text {
    font-size: 16px;
    position: relative;
    margin-top: 20px;
    padding: 25px 15px;
    background: #494949
}

.h2b__text:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    border: solid transparent;
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #494949
}

.flist {
    font-size: 16px;
    position: relative
}

.flist__header {
    display: none
}

.flist__actions, .flist__articul, .flist__img, .flist__name, .flist__quantity, .flist__text {
    padding: 15px;
    text-align: center;
    white-space: nowrap;
    color: #fff
}

.flist__img {
    width: 150px
}

.flist__name {
    width: 130px;
    padding: 0;
    text-align: left
}

.flist__articul {
    width: 110px
}

.flist__quantity {
    width: 120px
}

.flist__text {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flist__footer {
    padding: 15px;
    background: #494949
}

.flist__phone {
    margin-bottom: 15px;
    text-align: center
}

.flist__phone-label {
    margin-bottom: 10px
}

.flist__phone-phone {
    font-size: 25px;
    color: #fae180
}

.flist__notes {
    font-size: 14px;
    margin-bottom: 15px
}

.flist__send .btn {
    width: 100%
}

.flist-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #494949;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flist-item__name {
    width: 100%;
    padding: 15px 45px 15px 15px;
    background: #494949
}

.flist-item__name a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: color .05s linear, border .05s linear
}

.flist-item__name a:hover {
    color: #fff;
    border-bottom-color: #fff
}

.flist-item__name a:active {
    color: #f2f2f2;
    border-bottom-color: #f2f2f2
}

.flist-item__img {
    width: 50%;
    padding: 15px 7px 15px 15px
}

.flist-item__img .image, .flist-item__img .image:hover {
    position: relative;
    width: 120px;
    max-width: 100%;
    height: 120px;
    border: 1px solid #494949
}

.flist-item__img .image:hover img, .flist-item__img .image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto
}

.flist-item__data {
    width: 50%;
    padding: 15px 15px 15px 7px
}

.flist-item__label {
    margin-bottom: 5px
}

.flist-item__articul {
    margin-bottom: 10px
}

.flist-item__text {
    width: 100%;
    padding: 0 15px 15px
}

.flist-item__text textarea {
    margin: 0
}

.flist-item__actions {
    position: absolute;
    top: 14px;
    right: 14px
}

.flist-item__actions .remove {
    display: inline-block;
    border: 0;
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -208px -130px;
    width: 21px;
    height: 21px
}

.flist-item__actions .remove:hover {
    background-image: url(/local/templates/responsive/images/sprites.png);
    background-position: -208px -154px;
    width: 21px;
    height: 21px
}

.catalog-element-map {
    width: 700px;
    max-width: 100%;
    height: 400px;
    max-height: 100%
}

.catalog-element-map #contacts-map {
    width: 100%;
    height: 100%
}

.main-info__link__zakaz {
    background: #d5c278 !important;
    color: #000 !important
}

.download-catalog {
    width: 230px
}

.download-catalog__link {
    border-bottom: none
}

.download-catalog__text {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 15px;
    display: inline-block
}

.download-catalog__img {
    max-width: 100%
}


.section-send__btn--margin {
    margin-top: 25px;
    margin-bottom: 0
}

.section-send__btn a {
    color: inherit;
    border: none
}

.section-send-phone__text {
    color: #fae180;
    font-weight: 700
}

.section-send-phone__link {
    border: none;
    font-size: 22px
}

.contacts-form .flexible-middle-width .content-wrap {
    width: 100%
}

.holiday-timer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.holiday-timer__remainder {
    color: #d5c278;
    font-size: 25px;
    position: absolute;
    top: 250px
}

.holiday-timer__date {
    color: #d5c278;
    font-size: 18px;
    font-weight: 700
}

.holiday-timer__current, .holiday-timer__current h2 {
    margin-bottom: 10px
}

.holiday-timer__separate {
    color: #d5c278;
    font-size: 42px;
    font-weight: 700;
    margin: 35px 15px 0
}

.holiday-timer__title {
    font-size: 62px;
    background-color: #494949;
    font-weight: 700;
    text-align: center;
    border: 1px solid #d5c278;
    padding: 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

.holiday-timer__text {
    color: #d5c278;
    text-align: center;
    font-weight: 700
}

.b24-form-wrapper {
    background-color: #494949 !important;
    max-width: none
}

.b24-form-control-alert.b24-form-control-checkbox, .b24-form-control-alert.b24-form-control-file, .b24-form-control-alert.b24-form-control-list .b24-form-control, .b24-form-control-alert.b24-form-control-radiobox, .b24-form-control-alert.b24-form-control-string .b24-form-control, .b24-form-control-alert.b24-form-control-text .b24-form-control, .b24-form-control-list .b24-form-control:focus, .b24-form-control-select .field-item:focus, .b24-form-control-string .b24-form-control:focus, .b24-form-control-text .b24-form-control:focus {
    background-color: #6c6a6a !important
}

.b24-form-control, .b24-form-control-label, .b24-form-header-description, .b24-form-header-title, .b24-form a, .field-label {
    color: #fff !important
}

.b24-window-close {
    padding: 0
}

.section-send__btn .cboxElement {
	background: #6c6a6b;
	color: #fff;
	font-weight: 300;
	text-transform: none;
	padding: 3px 34px;
	white-space: nowrap;
	height: 46px;
	margin-right: 15px;
}

.b24-form-btn {
    background-color: #d5c278 !important;
    color: #555 !important
}

.b24-form-btn:hover {
    background-color: hsla(48, 53%, 65%, .7) !important
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom-color: #d5c278 !important
}

@media (min-width: 768px) {
    .container {
        width: 768px
    }

    .container-fluid {
        padding-right: 7.5px;
        padding-left: 7.5px
    }

    .row {
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding-right: 7.5px;
        padding-left: 7.5px
    }

    .jq-selectbox__dropdown {
        max-width: none
    }

    .jq-selectbox__dropdown ul li {
        white-space: nowrap
    }

    .orderform {
        width: 700px
    }

    #colorbox #cboxNext#cboxPrevious, #colorbox #cboxPrevious#cboxPrevious {
        left: -62px
    }

    #colorbox #cboxNext#cboxNext, #colorbox #cboxPrevious#cboxNext {
        right: -62px
    }

    .wrapper {
        padding-right: 0;
        padding-left: 0
    }

    .header {
        margin: 10px 0 25px;
        padding: 20px
    }

    .header-logo {
        width: 142px;
        height: 61px;
        margin-bottom: -10px;
        padding: 18px
    }

    .header-basket {
        width: auto;
        height: auto
    }

    .small-basket, .small-flist {
        padding: 9px 35px 0 70px
    }

    .small-basket__quantity, .small-flist__quantity {
        font-size: 12px;
        width: 30px;
        height: 30px;
        padding-top: 9px
    }

    .small-flist {
        display: block
    }

    .footer {
        margin-right: 0;
        margin-left: 0
    }

    .footer .footer__contacts {
        text-align: left
    }

    .footer .footer__contacts .col-lg-12 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .footer .footer__logo {
        display: block;
        margin-bottom: -10px
    }

    .footer .footer__phone-block, .footer .footer__work-time {
        margin-bottom: 0
    }

    .footer .footer__copy {
        text-align: left
    }

    .footer .footer__ext-links {
        width: 100%;
        margin-top: 30px
    }

    .footer .footer__ext-links ul li {
        float: left;
        margin-right: 20px
    }

    .footer .utlab {
        display: block;
        margin-top: 0
    }

    .footer .utlab, .pagination-block .count {
        text-align: right
    }

    .pagination {
        width: auto;
        margin-bottom: 0;
        text-align: left
    }

    .top-menu-wrap {
        margin: 0
    }

    .top-menu {
        width: 488px;
        padding-left: 120px
    }

    .top-menu:before {
        margin-right: -120px
    }

    .top-menu__prev {
        left: 120px
    }

    .top-menu__lvl2 {
        width: auto;
        white-space: nowrap
    }

    .catalog-menu__item--podbor {
        display: none !important
    }

    .catalog__filter-light label {
        margin-bottom: 10px
    }

    .catalog__filter-light .jq-selectbox, .catalog__filter-light select {
        margin-bottom: 15px
    }

    .catalog__filter-light a, .catalog__filter-light a:hover {
        font-size: 16px;
        padding-right: 20px
    }

    .catalog__filter-light a:after, .catalog__filter-light a:hover:after {
        top: 15px
    }

    .catalog__products .row:not(:last-child) {
        margin-bottom: 20px
    }

    .catalog__products .item {
        margin-bottom: 0
    }

    .catalog__products .price {
        padding-left: 10px
    }

    .main__new-slider .heading .name, .main__sale-slider .heading .name, .products__slider .heading .name {
        font-size: 30px;
        padding-top: 10px
    }

    .main__new-slider .item, .main__sale-slider .item, .products__slider .item {
        width: 242px
    }

    .main__sale-slider .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -62px
    }

    .main__sale-slider .bx-wrapper .bx-controls-direction a.bx-next {
        right: -62px
    }

    .main__new-slider .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -62px
    }

    .main__new-slider .bx-wrapper .bx-controls-direction a.bx-next {
        right: -62px
    }

    .catalog__sections .row:not(:last-child) {
        margin-bottom: 20px
    }

    .catalog__sections .item {
        margin-bottom: 0
    }

    .catalog__product .fl {
        float: left;
        width: 654px
    }

    .catalog__product .fr {
        float: right;
        width: 260px;
        padding: 0
    }

    .catalog__product .picture {
        padding-top: 0;
        border-color: #494949
    }

    .catalog__product .picture .image {
        width: 654px;
        height: 630px
    }
    .catalog__product .picture .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
    }
    .catalog__product .picture__next, .catalog__product .picture__prev {
        display: none
    }

    .catalog__product .other-image {
        display: block;
        margin-top: 45px
    }

    .catalog__product .tabs {
        margin-top: 30px;
        padding: 0
    }

    .catalog__product .tabs .head {
        display: block
    }

    .catalog__product .tabs .item {
        display: none;
        padding-top: 20px
    }

    .catalog__product .tabs .item.active {
        display: block
    }

    .basket-xs {
        display: none
    }

    .order .order__block {
        margin-bottom: 40px;
        padding-bottom: 0;
        border: 0
    }

    .order-delivery__item {
        width: 50%;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-delivery__name {
        font-weight: 400;
        margin: 7px;
        text-transform: none;
        border-color: #6c6a6a;
        outline: 7px solid #6c6a6a;
        background: #6c6a6a
    }

    .order-delivery__name:hover {
        border-color: #d5c278
    }

    .selected .order-delivery__name {
        font-weight: 700;
        text-transform: uppercase;
        -ms-flex-pack: center;
        justify-content: center
    }

    .selected .order-delivery__name:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        margin-top: 7px;
        margin-left: -9px;
        border-width: 10px 9px 0;
        border-style: solid;
        border-color: #6c6a6a transparent transparent
    }

    .order-delivery__text {
        margin: 15px 0 0;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-delivery__notes {
        display: block;
        text-transform: none
    }

    .order-delivery__req {
        display: inline-block
    }

    .order-paysystem {
        display: block
    }

    .order-paysystem__item {
        font-size: 16px;
        display: block;
        height: auto;
        margin-bottom: 10px;
        text-align: left;
        border: 0
    }

    .order-paysystem__item.selected {
        font-weight: 400;
        color: #fff;
        background: transparent
    }

    .order-paysystem .jq-radio, .order-paysystem input {
        display: inline-block !important;
        margin-right: 10px;
        background: #494949
    }

    .catalog-filter-hide {
        position: absolute;
        right: 20px;
        bottom: 30px
    }

    .catalog-filter__top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog-filter__top .jq-selectbox {
        width: 49%
    }

    .catalog-filter__top .flex-break {
        width: 100%
    }

    .catalog-filter__middle input {
        width: 80px
    }

    .catalog-filter__bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog-filter__bottom .check-radio {
        width: 29%
    }

    .catalog-filter-price__name {
        display: block
    }

    .main-slider {
        margin-right: 0;
        margin-left: 0
    }

    .main-slider__prev {
        left: 50%;
        margin-left: -454px
    }

    .main-slider__next {
        right: 50%;
        margin-right: -454px
    }

    .main-slider__body {
        bottom: 25px;
        width: 514px;
        margin-left: -135px;
        padding: 25px 40px
    }

    .main-slider__name {
        font-size: 34px
    }

    .main-slider__desc {
        font-size: 20px
    }

    .delivery-table th:first-child, .delivery-table th:last-child {
        width: 230px
    }

    .contacts .heading {
        margin-bottom: 10px
    }

    .contacts-map {
        position: static;
        left: 0;
        width: 100%;
        margin-left: 0
    }

    .clients-list__item {
        width: 146px;
        height: 146px
    }

    .portfolio-list__item {
        text-align: left
    }

    .h2b__item {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 45px;
        -ms-flex-align: center;
        align-items: center
    }

    .h2b__name {
        width: 175px;
        margin: 0;
        text-align: right
    }

    .h2b__dig:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        height: 100px;
        border-left: 2px solid #d5c278
    }

    .is-last .h2b__dig:after {
        display: none
    }

    .h2b__text {
        font-size: 18px;
        width: 435px;
        margin: 0
    }

    .h2b__text:after {
        top: 50%;
        right: 100%;
        bottom: auto;
        left: auto;
        margin-top: -10px;
        margin-left: 0;
        border-color: transparent;
        border-right-color: #494949
    }

    .flist__header {
        display: -ms-flexbox;
        display: flex;
        background: #494949;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .flist__actions {
        width: 75px;
        padding-left: 0
    }

    .flist__footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flist__phone {
        width: 280px
    }

    .flist__notes, .flist__phone {
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flist__notes {
        width: 230px
    }

    .flist__send {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .flist-item {
        margin-bottom: 0;
        border-bottom: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }

    .flist-item__name {
        width: 130px;
        padding: 0;
        text-align: left;
        background: none;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flist-item__img {
        width: 150px;
        padding: 15px;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flist-item__data {
        display: -ms-flexbox;
        display: flex;
        width: auto;
        padding: 0;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flist-item__label {
        display: none
    }

    .flist-item__articul {
        width: 110px;
        margin: 0;
        padding: 15px
    }

    .flist-item__articul, .flist-item__quantity {
        text-align: center;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .flist-item__quantity {
        width: 120px;
        padding: 0
    }

    .flist-item__text {
        width: auto;
        padding: 15px;
        -ms-flex-order: 4;
        order: 4;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .flist-item__actions {
        position: static;
        width: 75px;
        padding-right: 15px;
        text-align: center;
        -ms-flex-order: 5;
        order: 5;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width: 768px) and (max-width: 1219px) {
    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .sm-hidden {
        display: none !important
    }
}

@media (min-width: 1220px) {
    .container {
        width: 1180px;
    }

    .container-fluid {
        padding-right: 10px;
        padding-left: 10px
    }

    .row {
        margin-right: -10px;
        margin-left: -10px
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding-right: 10px;
        padding-left: 10px
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .lg-hidden {
        display: none !important
    }

    .callform {
        width: 370px
    }

    .orderform {
        width: 800px
    }

    .header {
        margin: 25px 0;
        padding: 21px 15px 0 0
    }

    .footer .footer__copy, .footer .footer__phone-block .last {
        font-size: 16px
    }

    .footer .footer__ext-links {
        width: auto;
        margin-top: 0
    }

    .footer .footer__ext-links ul li {
        float: none;
        margin-right: 0
    }

    .top-product {
        width: 100%;
        height: 150px;
        background-color: #494949;
        background-size: cover
    }

    .pagination .page-next, .pagination .page-prev {
        display: inline-block;
        vertical-align: middle
    }

    .top-menu {
        width: 1210px;
        padding-left: 0
    }

    .top-menu:before {
        margin-right: 0
    }

    .top-menu__next, .top-menu__prev {
        display: none
    }

    .top-menu__prev {
        left: 0
    }

    .top-menu__lvl1 > li {
        padding-left: 0
    }

    .top-menu__lvl1 > li:last-child {
        padding-right: 0
    }

    .top-menu__lvl1.region > li > a > br {
        content: " ";
        display: none
    }

    .top-menu__lvl2 {
        left: 0
    }

    .top-menu__lvl3 {
        position: absolute;
        top: 0;
        left: 100%;
        display: none
    }

    .top-menu__lvl2 > li.hover .top-menu__lvl3 {
        display: block
    }

    .footer__menu--primary {
        padding: 40px 0
    }

    .footer__menu--primary ul {
        width: auto;
        margin-bottom: 0
    }

    .catalog__products .price {
        font-size: 16px;
        padding-left: 15px
    }

    .main__new-slider .item, .main__sale-slider .item {
        width: 388px
    }
    .products__slider .item {
        width: 288px;
    }
    .main__new-slider .item, .main__sale-slider .item, .products__slider .item-test {
        width: 388px
    }

    .catalog__product .fr {
        width: 456px
    }

    .catalog__product .buttons {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .catalog__product .buttons__buy {
        margin-left: 20px;
        width: calc(100% - 150px);
    }

    .order-delivery__name {
        padding: 0 0 0 30px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .order-delivery__notes {
        margin-top: -7px
    }

    .catalog-filter__top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .catalog-filter__top .jq-selectbox {
        font: 1px;
        margin: 0 10px 0 0
    }

    .catalog-filter__top .jq-selectbox:last-child {
        margin: 0
    }

    .catalog-filter__top .flex-break {
        width: 0
    }

    .catalog-filter__middle {
        margin-top: 20px
    }

    .catalog-filter__bottom {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .catalog-filter__bottom .check-radio {
        width: auto
    }

    .main-slider__prev {
        margin-left: -670px
    }

    .main-slider__next {
        margin-right: -670px
    }

    .main-slider__body {
        margin-left: 86px
    }

    .flist__articul {
        width: 130px
    }

    .flist__notes {
        width: 250px
    }

    .flist__send {
        padding-right: 75px
    }

    .flist-item__articul {
        width: 130px
    }
}

@media (max-width: 767px) {
    .col-xs-1 {
        width: 8.33333%
    }

    .col-xs-offset-1 {
        margin-left: 8.33333%
    }

    .col-xs-2 {
        width: 16.66667%
    }

    .col-xs-offset-2 {
        margin-left: 16.66667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-4 {
        width: 33.33333%
    }

    .col-xs-offset-4 {
        margin-left: 33.33333%
    }

    .col-xs-5 {
        width: 41.66667%
    }

    .col-xs-offset-5 {
        margin-left: 41.66667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-7 {
        width: 58.33333%
    }

    .col-xs-offset-7 {
        margin-left: 58.33333%
    }

    .col-xs-8 {
        width: 66.66667%
    }

    .col-xs-offset-8 {
        margin-left: 66.66667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-10 {
        width: 83.33333%
    }

    .col-xs-offset-10 {
        margin-left: 83.33333%
    }

    .col-xs-11 {
        width: 91.66667%
    }

    .col-xs-offset-11 {
        margin-left: 91.66667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }

    .xs-hidden {
        display: none !important
    }

    .header-xs-basket-wrapper {
        display: -ms-flexbox !important;
        display: flex !important
    }

	.container-xs-fluid {
	    width: 100%;
	    position: fixed;
	    z-index: 9999;
	    left: 0;
	    top: 0;
	    padding-left: 20px;
	    padding-right: 20px;
	    border-bottom: 2px solid#fae180;
	}

    .slide-main-text {
        margin-top: 25px
    }

    .main-text {
        display: none
    }

    .footen__menu-mobile {
        margin-top: 35px
    }

    .footen__menu-mobile ul {
        padding: 0;
        margin: 0
    }

    .footen__menu-mobile ul li {
        position: relative;
        padding: 15px 0;
        text-align: left;
        display: block;
        width: 100%;
        /* background: #6c6a6a; */
        /* border-bottom: 1px solid #5a5a5a; */
        padding-left: 15px;
        border-bottom: 0.5px solid #D9D9D9;
        color: #fff;
        text-transform: uppercase;
    }
    .footen__menu-mobile ul li a {
        color: inherit;
    }

    .footen__menu-mobile ul li:before {
        display: none
    }

    .footen__menu-mobile ul li:after {
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 0;
        display: block;
        margin: auto;
        background-image: url(/local/templates/responsive/images/sprites.png);
        /* background-position: -223px -52px; */
        width: 5px;
        height: 9px;
        content: ""
    }
    .footen__menu-mobile ul li:after {
        content: "";
        background-image: url("/local/templates/responsive/test/images/arr-next.svg");
        width: 10px;
        height: 20px;
        right: 25px;
    }

    .element-info-content {
        display: none
    }

    .element-info-slide {
        text-align: center;
        padding-bottom: 7px;
        border-bottom: 1px solid #fae180
    }

    .section-top-block {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-sm-menu__toggle, .header-xs-menu__toggle {
        height: 53px
    }

    .main-catalog-holiday .catalog__products .row:nth-of-type(n+3) {
        display: none
    }

    .catalog__product .tabs .head {
        display: block;
        margin: 0 -15px
    }

    .catalog__product .tabs .head a, .catalog__product .tabs .head li {
        width: 100%
    }

    .catalog__product .tabs .item {
        display: none;
        padding-top: 20px
    }

    .catalog__product .tabs .item.active {
        display: block
    }

    .basket table, .catalog-filter-price__max, .catalog-filter-price__min {
        display: none
    }

    .catalog-filter-price__slider {
        margin: 0
    }

    .catalog-filter-price__field {
        display: -ms-flexbox;
        display: flex
    }

    .main-slider, .main-slider__inner {
        height: 180px
    }

    .main-slider__body {
        top: 50px;
        bottom: unset
    }

    .main-info__list {
        display: none
    }

    .clients__slider {
        margin-top: 25px
    }

    .clients__slider .item {
        min-height: 210px;
        -ms-flex-pack: center;
        justify-content: center
    }

    .holiday-timer__container {
        margin-top: 10px;
        -ms-flex-pack: center;
        justify-content: center
    }

    .holiday-timer__remainder {
        display: none
    }

    .holiday-timer__separate {
        font-size: 32px;
        margin: 15px 5px 0
    }

    .holiday-timer__title {
        width: 50px;
        font-size: 32px;
        height: 50px
    }

    .holiday-timer__text {
        font-size: 14px
    }
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}





@media(max-width:768px) {
.header-sm-menu__popup  {
        width: 100%;
    }

.catalog-menu {
        width: auto;
        margin-bottom: 5px;
        padding: 10px 10px;
        display: block;
    }
.catalog-menu>ul.col {
    width: 100%;
}

.catalog-menu>ul.col>li {
    padding-right: 0;
    margin-bottom: 20px;
}


.catalog__product .picture {
    height: auto;
}




}







.catalog__product .buttons__buy .btn:hover {
    background: #d5c278;
}
.catalog__product .ya_zakazat_obratnyj_zvonok:hover {
    text-decoration: underline;
}
.catalog__product .contacts-phone__whats-app:hover {
    text-decoration: underline;
}
.catalog__product .tabs .item a:hover {text-decoration: underline;}


.benefits-icons {
margin-bottom: 40px;
    max-width: 100%;
    font-size: 0;
    text-align: left;
    margin-top: 15px;

}
.benefits-icons .benefits-icons-item {
/* height: auto;
    padding: 20px 0px;
    text-align: center;
    display: inline-block;
    width: 33%;
    vertical-align: top; */

height: auto;
    padding: 5px 0px;
    text-align: left;
    display: inline-flex;
    width: 33%;
    vertical-align: top;
    gap: 5px;
    /* align-items: center; */
    align-items: flex-start;





}
.benefits-icons .benefits-icons-item-img {
    /* height: 70px; */
    display: inherit;
}
.benefits-icons .benefits-icons-item-img img {
    /* max-height: 60px; */
max-height: 34px;
    min-height: 32px;
    width: auto;
}
.benefits-icons .benefits-icons-item-name {
    /* font-size: 15px;
        color: #fae180; */

max-width: 96px;
        font-size: 12px;
            color: #cccaca;
            line-height: 1.2;
}
@media(max-width:768px) {
.benefits-icons .benefits-icons-item {
        padding: 10px;
        width: 50%;
    }

}











.main__new-project {
    padding: 0 0 10px;
}

    	@media(max-width:1400px) {


    	    .main__new-project .new-project__products {
    	        padding: 0 5px !important;
    	        /* flex-wrap: wrap; */
    	        overflow-x: scroll;
    	        overflow-y: hidden;
    	        height: 420px;
    	        flex-direction: row;
    	    }

    	    .main__new-project .products__item {
    	        width: 50% !important;
    	        padding: 0 5px !important;
    	        margin-bottom: 10px;
    	        min-width: 230px;
    	    }


    	}


.main__new-project .link__bottom {
color: #fff;
    font-size: 18px;
    /* border-bottom: 0.5px solid #D9D9D9; */
    border-bottom: none;
    padding-bottom: 10px;
    /* margin: 30px 48px 0 auto;
    position: relative;
    display: block;
    width: 165px; */


    margin: 30px 0px 0 auto;
        position: relative;
        display: block;
        width: 200px;
}

.main__new-project .link__bottom:hover {
    color: #d5c278;
}

.main__new-project .link__bottom:after {
    /* content: "";
    background-image: url("/local/templates/responsive/test/images/arr-long.svg");
    width: 19px;
    height: 13px;
    position: absolute;
    right: -48px;
    top: 0;
    bottom: 0;
    margin: auto; */


    content: "";
        background-image: url("/local/templates/responsive/test/images/arr-long.svg");
        width: 19px;
        height: 13px;
        margin-left: 20px;
        display: inline-block;
}
.main__new-project .link__bottom:before {
    content: "";
    border-bottom: 0.5px solid #D9D9D9;
    width: 100%;
    position: absolute;
    bottom: -1px;

}

@media(max-width:800px) {
    .main__new-project .link__bottom {

            margin: 30px  auto 0;
        }
}

.catalog-filter .jq-selectbox__dropdown ul li {
    font-size: 16px;
}



.mt-50 {
    margin-top: 50px;
}
/* End */
/* /local/templates/responsive/components/bitrix/sale.basket.basket.line/template1/style.css?17148121394804 */
/* /local/templates/responsive/components/utlab/custom.list/top_menu_2023/style.css?1698929679540 */
/* /local/templates/responsive/styles.css?17071496148015 */
/* /local/templates/responsive/template_styles.css?1751523622142752 */
