img:not([src]):not([srcset]) {
	visibility: hidden
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

@-ms-viewport {
	width: auto!important
}

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,
hgroup,
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: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #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 {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	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
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

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
}

td,
th {
	padding: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

[role=button] {
	cursor: pointer
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: '';
	display: table
}

.clearfix:after,
.container:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}

	table.visible-xs {
		display: table!important
	}

	tr.visible-xs {
		display: table-row!important
	}

	td.visible-xs,
  th.visible-xs {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}

	table.visible-sm {
		display: table!important
	}

	tr.visible-sm {
		display: table-row!important
	}

	td.visible-sm,
  th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}

	table.visible-md {
		display: table!important
	}

	tr.visible-md {
		display: table-row!important
	}

	td.visible-md,
  th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}

	table.visible-lg {
		display: table!important
	}

	tr.visible-lg {
		display: table-row!important
	}

	td.visible-lg,
  th.visible-lg {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

body {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: normal;
	background: #fff url(/templates/template_37/img/bg.jpg) center top repeat fixed;
	min-width: 320px;
	font-size: 12px;
	color: #333
  /*font-weight: 300*/
}

input,
textarea {
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0
}

a {
	outline: 0!important;
	color: #000;
	transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s
}

a:focus,
a:hover {
	color: #000;
	text-decoration: underline
}

input::-ms-clear {
	display: none
}

::-ms-clear {
	width: 0;
	height: 0
}

button {
	outline: 0;
	border: 0;
	background: 0 0
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.nolink,
a[href^="tel:"] {
	text-decoration: none!important
}

.shadow-box {
	box-shadow: 0 1px 5px #999;
	border: 2px solid #fff;
	border-radius: 4px;
	background: #fff
}

.rotate-180,
.rotate-90 {
	filter: none
}

.rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.hidden {
	display: none
}

.i-hidden {
	display: none!important
}

.vis_hidden {
	visibility: hidden
}

.vis_visible {
	visibility: visible
}

.mb-20 {
	margin-bottom: 20px
}

.mb-30 {
	margin-bottom: 30px
}

.mt-0 {
	margin-top: 0
}

.mt-20 {
	margin-top: 20px
}

.va-top {
	vertical-align: top!important
}

.va-middle {
	vertical-align: middle!important
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	margin-top: 2em;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	text-transform: uppercase
}

.text h1 {
	font-size: 28px
}

.text p {
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 20px
}

.text ol,
.text ul {
	margin-top: 1em;
	margin-left: 1.5em
}

.text ol:first-child,
.text ul:first-child {
	margin-top: 0
}

.text ol li,
.text ul li {
	position: relative;
	margin-top: .25em;
	padding-left: 2em
}

.text ol li:first-child,
.text ul li:first-child {
	margin-top: 0
}

.text ol {
	counter-reset: li;
	list-style: none
}

.text ul li {
	display: list-item;
	list-style: disc outside;
	padding-left: 0;
	margin-left: 1em;
	padding-left: 1em
}

.text ol > li:before {
	content: counter(li) '.';
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0
}

.text hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	background: #ccc
}

.text img {
	display: inline-block;
	height: auto!important;
	max-width: 100%;
	margin: 0
}

.text img.align-left {
	margin: 0 10px 5px 0
}

.text img.align-right {
	margin: 0 0 5px 10px
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child,
.text ol:first-child,
.text p:first-child,
.text ul:first-child {
	margin-top: 0
}

.text blockquote {
	font-style: italic
}

.text iframe {
	max-width: 100%
}

table.table {
	border-collapse: collapse;
	border-spacing: 0
}

.text div.table {
	overflow: scroll-x
}

.text .table,
.text table {
	margin-top: 1em
}

.text .table:first-child,
.text table:first-child {
	margin-top: 0
}

.text table th {
	padding: 8px;
	font-weight: 700;
	text-align: left
}

.text table td {
	padding: 8px
}

@media (max-width:767px) {
	.text table td {
		padding: 8px 4px
	}
}

.button {
	font-size: 14px;
	cursor: pointer;
	float: right;
	height: 32px;
	padding: 0 15px;
	border-radius: 3px;
	background: #333;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transition: background .2s;
	-o-transition: background .2s;
	-ms-transition: background .2s;
	-moz-transition: background .2s;
	-webkit-transition: background .2s
}

.button.button-back,
.button.button-reset {
	float: left;
	background: #efefef;
	background: -o-linear-gradient(top,#efefef 0,#e6e6e6 100%);
	background: -ms-linear-gradient(top,#efefef 0,#e6e6e6 100%);
	background: -moz-linear-gradient(top,#efefef 0,#e6e6e6 100%);
	background: -webkit-linear-gradient(top,#efefef 0,#e6e6e6 100%);
	box-shadow: inset 0 0 0 1px #e4e4e4;
	color: #4b4b4b
}

.button.button-reset {
	float: right;
	margin-right: 8px
}

.button.button-back:hover,
.button.button-reset:hover {
	background: #2e2e2e;
	background: -o-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -ms-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -moz-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -webkit-linear-gradient(top,#2e2e2e 0,#262626 100%);
	box-shadow: none;
	color: #fff
}

.button-podbor {
	background: #fff;
	background: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 100%);
	box-shadow: inset 0 0 0 1px #e4e4e4;
	color: #4b4b4b
}

.button-podbor:hover {
	background: #2e2e2e;
	background: -o-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -ms-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -moz-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -webkit-linear-gradient(top,#2e2e2e 0,#262626 100%);
	box-shadow: none;
	color: #fff
}

.button-large {
	height: 44px;
	font-size: 18px
}

.button_back {
	float: left!important
}

@media (max-width:767px) {
	.button-large {
		float: left
	}
}

.button:hover {
	background: #000
}

a.button,
div.button {
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	color: #fff
}

.main-menu {
	float: left;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.main-menu > ul > li {
	float: left;
	position: relative
}

.main-menu > ul > li > a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	padding: 0 15px;
	line-height: 48px;
	font-weight: 500;
	text-transform: uppercase;
	color: #7c7c7c
}

.main-menu > ul > li > a.a_active,
.main-menu > ul > li:hover > a {
	color: #000
}

.main-menu > ul > li:first-child > a {
	padding: 0 15px 0 0
}

.main-menu > ul > li > a > .i,
.main-menu > ul > li > a > i {
	margin: 0 0 0 5px;
	display: none;
	background: url(/templates/template_37/img/main-menu-has-submenu.png);
	width: 10px;
	height: 5px;
	vertical-align: 2px
}

.main-menu > ul > li.drop > a > .i {
	display: inline-block
}

.main-menu > ul > li > a.home .i {
	display: inline-block;
	width: 18px;
	height: 14px;
	background: url(/templates/template_37/img/home.png) 0 0 no-repeat;
	margin: 0;
	vertical-align: -1px
}

.main-menu > ul > li > a.home:hover .i {
	background: url(/templates/template_37/img/home.png) 0 -14px no-repeat
}

.main-menu > ul > li > ul {
	width: 250px;
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	z-index: 3;
	margin-left: -125px;
	padding: 8px 0;
	box-shadow: 0 1px 5px #999;
	border-radius: 4px;
	background: #fff;
	background: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 100%)
}

.main-menu > ul > li:hover > ul {
	display: block
}

.main-menu > ul > li > ul > li {
	display: block;
	padding: 5px 15px 5px 15px
}

.main-menu > ul > li > ul > li > a {
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #7c7c7c
}

.main-menu > ul > li > ul > li > a.a_active,
.main-menu > ul > li > ul > li > a:hover {
	color: #000
}

@media (max-width:991px) {
	.main-menu > ul > li > a {
		font-size: 14px
	}
}

.main-slider-wrapper {
	position: relative;
	margin-bottom: 15px
}

.main-slider-wrapper .slick-slide img {
	max-width: 100%;
	border-radius: 4px;
	width: auto!important;
	height: auto!important
}

.main-slider-wrapper .slick-dots {
	bottom: 30px;
	text-align: center;
	font-size: 0
}

.main-slider-wrapper .slick-dots li {
	width: 17px;
	height: 17px;
	margin: 0 4px
}

.main-slider-wrapper .slick-dots li button {
	display: block;
	width: 17px;
	height: 17px;
	background: url(/templates/template_37/img/main-slider-dots.png) right 0 no-repeat;
	border: 0;
	float: left;
	padding: 0
}

.main-slider-wrapper .slick-dots li button:hover,
.main-slider-wrapper .slick-dots li.slick-active button {
	background-position: 0 0
}

.main-slider-wrapper .slick-dots li button:before {
	display: none
}

.main-slider p {
	margin: 0
}

.main-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 50%;
	width: 28px;
	height: 44px;
	cursor: pointer;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}

.main-slider:hover .slick-arrow {
	opacity: .5
}

.main-slider .slick-arrow:hover {
	opacity: 1
}

.main-slider .slick-prev {
	left: 0;
	background: url(/templates/template_37/img/carousel-prev.png)
}

.main-slider .slick-next {
	right: 0;
	background: url(/templates/template_37/img/carousel-next.png)
}

@media (max-width:991px) {
	.main-slider-wrapper .slick-dots {
		bottom: 4%
	}

	.main-slider-wrapper .slick-dots li {
		width: 22px;
		height: 22px;
		margin: 0;
		padding: 5px 0
	}

	.main-slider-wrapper .slick-dots li button {
		width: 12px;
		height: 12px;
		background: 0 0;
		border: 1px solid #969595;
		float: none;
		border-radius: 50%;
		margin: 0 auto
	}

	.main-slider-wrapper .slick-dots li button:hover,
  .main-slider-wrapper .slick-dots li.slick-active button {
		border-color: #fff
	}
}

.slider-block {
	margin-bottom: 15px
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

.slider-block .slider-nav {
	height: 40px;
	background: 0 0;
	padding: 0 0 0 10px;
	float: right
}

.slider-block .slider-nav span {
	display: block;
	float: left;
	cursor: pointer;
	width: 30px;
	height: 40px
}

.slider-block .slider-nav span.prev {
	background: url(/templates/template_37/img/product-slider-arrows.png) no-repeat 0 0
}

.slider-block .slider-nav span.next {
	background: url(/templates/template_37/img/product-slider-arrows.png) no-repeat -30px -40px
}

.slider-block .slider-nav span.prev:hover {
	background: url(/templates/template_37/img/product-slider-arrows.png) no-repeat 0 -40px
}

.slider-block .slider-nav span.next:hover {
	background: url(/templates/template_37/img/product-slider-arrows.png) no-repeat -30px 0
}

.slick-arrow:before {
	display: none!important
}

.slider-block .products-grid {
	display: block
}

.slick-slide,
.slider-block .products-grid .product-item {
	outline: 0
}

.slider-block .catalog-hits .slick-arrow,
.slider-block .catalog-novelties .slick-arrow {
	display: none!important
}

.slider-block .products-grid .product-item {
	margin-bottom: 0
}

.slider-block .products-grid .product-item .product-item-inner {
	margin-left: 15px;
	margin-right: 15px
}

.slider-block .products-grid .product-item .product-item-inner .more-info {
	display: none!important
}

.page-header {
	padding: 10px 0 30px 0
}

.page-header .logo {
	font-size: 14px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.page-header .logo p {
	margin: 0
}

.page-header .logo img {
	max-width: 100%;
	display: block
}

.page-header .logo .text-logo {
	font-size: 40px;
	display: inline-block;
	line-height: 42px;
	font-weight: 700;
	color: #000
}

.page-header .logo .text-logo a {
	text-decoration: none;
	color: #000
}

.page-header .logo .logo-slogan {
	color: #7c7c7c;
	text-align: center;
	margin-top: 10px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px
}

@media (max-width:1199px) {
	.page-header .logo .text-logo {
		font-size: 32px
	}
}

@media (max-width:991px) {
	.page-header .logo .text-logo {
		font-size: 40px;
		display: inline-block;
		line-height: 42px
	}

	.page-header .logo {
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	.page-header .logo {
		height: auto;
		margin-bottom: 20px;
		text-align: center
	}

	.page-header .logo img {
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:768px) {
	.page-header .contacts-and-find {
		height: 80px;
		font-size: 0
	}

	.page-header .contacts-and-find:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle
	}

	.page-header .contacts-and-find > div {
		display: inline-block;
		vertical-align: middle;
		width: 100%
	}
}

.page-header .header-contacts > div {
	text-align: center
}

.page-header .header-contacts > div span {
	font-size: 22px;
	display: inline-block;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.page-header .header-contacts > div span a {
	text-decoration: none
}

.page-header .header-contacts > div span + span {
	margin-left: 20px
}

@media (max-width:1199px) {
	.page-header .header-contacts > div span {
		font-size: 17px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.page-header .header-contacts {
		display: table;
		width: 100%;
		margin-top: 0
	}

	.page-header .header-contacts > div {
		text-align: left;
		height: 40px;
		vertical-align: middle;
		display: table-cell
	}

	.page-header .header-contacts > div span {
		font-size: 22px
	}

	.page-header .header-contacts > div span + span {
		margin-top: 6px
	}
}

@media (max-width:767px) {
	.page-header .header-contacts {
		height: auto;
		margin-bottom: 20px
	}

	.page-header .header-contacts > div {
		height: auto;
		width: 100%;
		display: block;
		text-align: center
	}

	.page-header .header-contacts > div span {
		font-size: 22px;
		display: block;
		line-height: 24px
	}

	.page-header .header-contacts > div span + span {
		margin-left: 0;
		margin-top: 10px
	}
}

.catalog-search {
	position: relative;
	padding: 0 80px 0 0;
	width: 90%;
	margin: 10px auto 0 auto
}

.catalog-search__button {
	width: 70px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	display: block;
	float: right;
	height: 28px;
	border-radius: 4px;
	background: #333;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #fff;
	transition: background .2s;
	-o-transition: background .2s;
	-ms-transition: background .2s;
	-moz-transition: background .2s;
	-webkit-transition: background .2s;
	text-transform: uppercase;
	line-height: 28px
}

.catalog-search__button:hover {
	background: #000
}

.catalog-search__button .i {
	display: none
}

.catalog-search__window {
	display: none;
	position: absolute;
	top: 100%!important;
	z-index: 93;
	left: 0!important;
	width: 244px;
	margin-top: 5px
}

.catalog-search__items {
	max-height: 300px;
	outline: 0;
	width: 100%!important
}

.catalog-search__bottom-block {
	border-top: 1px solid #d1d1d1;
	text-align: center;
	padding: 10px
}

.catalog-search__show-all {
	font-size: 14px;
	display: inline-block;
	height: 28px;
	border-radius: 4px;
	background: #333;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #fff;
	transition: background .2s;
	-o-transition: background .2s;
	-ms-transition: background .2s;
	-moz-transition: background .2s;
	-webkit-transition: background .2s;
	text-transform: uppercase;
	line-height: 28px;
	float: none
}

.search-item {
	position: relative;
	min-height: 80px;
	padding: 10px 10px 10px 80px
}

.search-item__image-block {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 10px;
	top: 10px
}

.search-item__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.search-item__outer {
	display: table;
	width: 100%;
	table-layout: fixed
}

.search-item__inner {
	height: 60px;
	display: table-cell;
	width: 100%;
	vertical-align: middle
}

.search-item__title {
	font-weight: 500;
	font-size: 16px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.search-item__title-link {
	color: #333;
	text-decoration: none
}

.search-item__title-link:hover {
	color: #333;
	text-decoration: underline
}

.search-item__title-link span {
	font-weight: 700;
	color: red
}

.search-item__price-block {
	font-size: 0;
	margin-top: 5px
}

.search-item__price {
	margin-right: 10px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #fe9d04;
	font-size: 18px;
	line-height: 18px;
	display: inline-block
}

.search-item__old-price {
	font-weight: 400;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	text-decoration: line-through;
	color: #999
}

@media (max-width:1199px) {
	.catalog-search {
		margin: 5px auto 0 auto
	}
}

@media (min-width:768px) and (max-width:991px) {
	.catalog-search {
		margin: 7px 0 0 0
	}
}

@media (max-width:767px) {
	.catalog-search {
		margin: 30px auto 30px auto
	}

	.catalog-search__window {
		display: none!important
	}
}

.jspScrollable {
	outline: 0
}

.jspContainer {
	overflow: hidden;
	position: relative
}

.jspPane {
	position: absolute
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%
}

.jspHorizontalBar {
	position: absolute;
	bottom: -26px;
	left: 0;
	width: 100%;
	height: 11px
}

.jspHorizontalBar *,
.jspVerticalBar * {
	margin: 0;
	padding: 0
}

.jspCap {
	display: none
}

.jspHorizontalBar .jspCap {
	float: left
}

.jspTrack {
	position: relative
}

.jspVerticalBar .jspTrack {
	width: 2px;
	margin: 0 7px;
	background-color: #f5f5f5
}

.jspHorizontalBar .jspTrack {
	height: 2px;
	margin: 7px 0;
	background-color: #f5f5f5
}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}

.jspVerticalBar .jspDrag {
	width: 4px;
	height: 10px;
	background: #d1d1d1;
	margin-left: -1px;
	border-radius: 2px
}

.jspVerticalBar:hover .jspDrag {
	background: #fe9d04
}

.jspHorizontalBar .jspDrag {
	top: -6px;
	width: 11px;
	height: 14px;
	background: 0 0;
	border-radius: 2px
}

.jspHorizontalBar .jspDrag:after {
	content: '';
	display: block;
	height: 4px;
	left: 0;
	top: 5px;
	position: absolute;
	background: #d1d1d1;
	right: 0;
	border-radius: 2px
}

.jspHorizontalBar:hover .jspDrag:after {
	background: #fe9d04
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
	float: left
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer
}

.jspVerticalBar .jspArrow {
	height: 16px
}

.jspHorizontalBar .jspArrow {
	float: left;
	width: 10px;
	height: 17px;
	background: url(/templates/template_37/img/product-full__small-slider.png);
	position: relative
}

.jspHorizontalBar .jspArrowLeft {
	background-position: 0 -17px;
	left: -1px
}

.jspHorizontalBar .jspArrowRight {
	background-position: 10px -17px;
	right: -1px
}

.jspHorizontalBar .jspArrowLeft.jspDisabled {
	cursor: default;
	background-position: 0 0
}

.jspHorizontalBar .jspArrowRight.jspDisabled {
	cursor: default;
	background-position: 10px 0
}

.jspVerticalBar .jspArrow:focus {
	outline: 0
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%
}

* html .jspCorner {
	margin: 0 -3px 0 0
}

.page-header .cart-summary {
	background: #fff;
	text-decoration: none;
	background: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 100%);
	height: 80px;
	width: 70%;
	display: block;
	float: right;
	color: #000;
	text-align: left;
	padding: 8px 15px 0 40px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative
}

.page-header .cart-summary:before {
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	left: -40px;
	width: 64px;
	height: 80px;
	background: url(/templates/template_37/img/cart.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}

.page-header .cart-summary:hover:before {
	top: -15px
}

.page-header .cart-summary .cart-summary-header {
	position: relative;
	margin-bottom: 8px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	display: block
}

.page-header .cart-summary .cart-summary-cont {
	text-transform: none;
	color: #7c7c7c;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	display: block
}

.page-header .cart-summary:hover .cart-summary-cont {
	color: #000
}

.page-header .cart-summary .cart-summary-cont dl {
	margin: 0;
	width: 100%;
	line-height: 16px
}

.page-header .cart-summary .cart-summary-cont dl dt {
	float: left;
	width: 50%
}

.page-header .cart-summary .cart-summary-cont dl dd {
	float: right;
	font-weight: 700;
	width: 50%;
	text-align: right;
	margin: 0;
	white-space: nowrap
}

@media (max-width:767px) {
	.page-header .cart-summary .cart-summary-cont,
  .page-header .cart-summary .cart-summary-header {
		width: 100%
	}

	.page-header .cart-summary {
		margin: 0 auto;
		float: none;
		max-width: 252px
	}
}

.catalog-nav-wrapper {
	margin-bottom: 15px;
	font-family: Cuprum,sans-serif
}

.catalog-nav-wrapper .catalog-nav > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	font-size: 0;
	visibility: hidden;
	height: 69px;
	display: block
}

.catalog-nav-wrapper .catalog-nav > ul > li.flexMenu-viewMore,
.catalog-nav-wrapper .catalog-nav > ul > li.menu-item {
	display: inline-block;
	position: relative;
	text-align: center;
	border-left: 1px solid #eee
}

.catalog-nav-wrapper .catalog-nav > ul > li.menu-item:first-child {
	border-left: 0
}

.catalog-nav-wrapper .catalog-nav > ul > li > a {
	display: block;
	color: #7c7c7c;
	padding: 0 10px;
	font-size: 17px;
	line-height: 73px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap;
	height: 73px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	margin: -2px 0 -2px 0;
	width: 100%
}

.catalog-nav-wrapper .catalog-nav > ul > li:first-child > a {
	border-radius: 4px 0 0 4px;
	margin: -2px 0 -2px -2px
}

.catalog-nav-wrapper .catalog-nav > ul > li:last-child > a {
	border-radius: 0 4px 4px 0;
	margin: -2px -2px -2px 0
}

.catalog-nav-wrapper .catalog-nav > ul > li.a_active > a,
.catalog-nav-wrapper .catalog-nav > ul > li:hover > a {
	color: #fff;
	background: #393939;
	background: -o-linear-gradient(top,#393939 0,#262626 100%);
	background: -ms-linear-gradient(top,#393939 0,#262626 100%);
	background: -moz-linear-gradient(top,#393939 0,#262626 100%);
	background: -webkit-linear-gradient(top,#393939 0,#262626 100%)
}

.catalog-nav-wrapper .catalog-nav > ul > li > a > .i {
	display: none
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	font-size: 14px;
	line-height: 18px;
	min-width: 210px
}

.catalog-nav-wrapper .catalog-nav > ul > li:first-child > ul {
	left: -2px
}

.catalog-nav-wrapper .catalog-nav > ul > li:last-child > ul {
	left: auto;
	right: -2px
}

.catalog-nav-wrapper .catalog-nav > ul > li:nth-last-child(1) > ul,
.catalog-nav-wrapper .catalog-nav > ul > li:nth-last-child(2) > ul {
	left: auto;
	right: 0
}

.catalog-nav-wrapper .catalog-nav > ul > li.drop.more:hover > ul {
	display: block
}

.catalog-nav-wrapper .catalog-nav > ul > li.drop.more > ul > li > ul > li > a {
	padding-right: 20px!important
}

.catalog-nav-wrapper .catalog-nav > ul > li.drop.more > ul > li > ul > li > a > .i {
	display: none!important
}

.catalog-nav-wrapper .catalog-nav > ul > li.drop.more > ul > li > ul > li > ul {
	display: none!important
}

.catalog-nav {
	background: #fff;
	background: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 100%)
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul li {
	border-top: 1px dashed #4a4a4a;
	text-align: left;
	position: relative;
	word-wrap: break-word;
	background: #262626
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul li:first-child {
	border-top: 0
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul li:hover {
	background: #2e2e2e;
	background: -o-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -ms-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -moz-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -webkit-linear-gradient(top,#2e2e2e 0,#262626 100%)
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul > li > ul > li:first-child {
	border-top: 0
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul > li a {
	color: #fff;
	display: block;
	padding: 11px 35px 11px 20px
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul > li a.a_active,
.catalog-nav-wrapper .catalog-nav > ul > li > ul > li a:hover {
	color: #747575;
	text-decoration: none
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul > li a .i {
	display: none
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul > li.drop a .i {
	width: 5px;
	height: 9px;
	display: block;
	background: url(/templates/template_37/img/catalog-nav.png) no-repeat 0 -9px;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -4px
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul > li.drop a.a_active .i,
.catalog-nav-wrapper .catalog-nav > ul > li > ul > li.drop a:hover .i {
	background: url(/templates/template_37/img/catalog-nav.png) no-repeat 0 0
}

.catalog-nav-wrapper .catalog-nav > ul > li > ul > li > ul {
	list-style: none;
	display: none;
	position: absolute;
	left: 100%;
	padding: 0;
	top: 0;
	z-index: 10;
	min-width: 120px
}

.catalog-nav-wrapper .catalog-nav > ul > li:last-child > ul > li > ul,
.catalog-nav-wrapper .catalog-nav > ul > li:nth-last-child(1) > ul > li > ul,
.catalog-nav-wrapper .catalog-nav > ul > li:nth-last-child(2) > ul > li > ul,
.catalog-nav-wrapper .catalog-nav > ul > li:nth-last-child(3) > ul > li > ul {
	left: auto;
	right: 100%
}

@media (max-width:1199px) {
	.catalog-nav-wrapper .catalog-nav > ul > li > ul,
  .catalog-nav-wrapper .catalog-nav > ul > li > ul > li > ul {
		width: auto
	}
}

@media (max-width:991px) {
	.catalog-nav-wrapper .catalog-nav > ul > li > a {
		padding: 0 1px
	}

	.catalog-nav-wrapper .catalog-nav > ul > li > ul,
  .catalog-nav-wrapper .catalog-nav > ul > li > ul > li > ul {
		width: 120px;
		min-width: 110%
	}
}

.cabinet {
	float: right
}

.cabinet > ul > li {
	float: left;
	position: relative
}

.cabinet > ul > li > a,
.cabinet > ul > li > span {
	display: inline-block;
	color: #000;
	font-size: 14px;
	margin: 0 0 0 15px;
	line-height: 48px;
	text-decoration: underline;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.cabinet > ul > li > a.a_active,
.cabinet > ul > li > a:hover,
.cabinet > ul > li > span.a_active,
.cabinet > ul > li > span:hover {
	text-decoration: none
}

.cabinet-block {
	width: 250px;
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	z-index: 3;
	margin-left: -145px;
	padding: 20px 20px;
	box-shadow: 0 1px 5px #999;
	border-radius: 4px;
	background: #fff;
	background: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 100%)
}

.cabinet-block.cabinet-block-entered {
	margin-left: -196px
}

.cabinet-block > div ul li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px
}

.cabinet-block > div ul li:last-child {
	margin-bottom: 0
}

.cabinet-block > div ul li a {
	text-decoration: underline;
	color: #000;
	font-size: 13px;
	font-weight: 300
}

.cabinet-block > div ul li a:hover,
.cabinet-block > div ul li.a_active a {
	color: #000;
	text-decoration: none
}

.cabinet-block > div ul li.link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -2px;
	width: 19px;
	height: 19px
}

.cabinet-block > div ul li.link1:before {
	background: url(/templates/template_37/img/links.png) 0 0
}

.cabinet-block > div ul li.link2:before {
	background: url(/templates/template_37/img/links.png) -19px 0
}

.cabinet-block > div ul li.link3:before {
	background: url(/templates/template_37/img/links.png) -38px 0
}

.cabinet-block > div ul li.link4:before {
	background: url(/templates/template_37/img/links.png) -57px 0
}

.cabinet-block .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #939fad;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(/templates/template_37/img/close.png)
}

.cabinet-block .close:hover {
	opacity: .8
}

.cabinet-block label {
	width: 100%;
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 7px 0
}

.cabinet-block input[type=password],
.cabinet-block input[type=text] {
	margin: 0 0 13px 0
}

.cabinet-block label .forget {
	float: right;
	text-decoration: underline
}

.cabinet-block label .forget:hover {
	text-decoration: none
}

.cabinet-block .input-checkbox-small .i {
	top: 6px
}

.cabinet-block .input-checkbox-small {
	line-height: 28px;
	width: auto;
	margin: 0
}

.cabinet-block .button {
	height: 30px
}

@media (max-width:991px) {
	.cabinet > ul > li > a {
		font-size: 14px
	}

	.cabinet {
		float: left;
		position: relative
	}

	.cabinet > ul > li {
		position: inherit;
		float: right;
		border: 0!important
	}

	.cabinet-block {
		right: auto;
		left: 0;
		margin-left: 0
	}

	.cabinet-block.cabinet-block-entered {
		margin-left: 0
	}

	.cabinet-block:before {
		margin-left: 0;
		left: 104px
	}

	.cabinet-block.cabinet-block-entered:before {
		margin-left: 0;
		left: 41px
	}

	.cabinet > ul > li > a {
		padding: 0 20px 0 0;
		margin: 0
	}
}

.input-multiselect,
.input-select,
.input-text,
.input-textarea {
	width: 100%;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 1;
	font-size: 13px;
	height: 28px;
	padding: 0 8px;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
	background: #fff;
	color: #666;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}

.input-select:hover,
.input-text:focus,
.input-text:hover,
.input-textarea:focus,
.input-textarea:hover {
	border: 1px solid #7c7c7c
}

.input-text[disabled],
.input-textarea[disabled] {
	background: #eee
}

.input-text[disabled]:hover,
.input-textarea[disabled]:hover {
	border: 1px solid #c5c5c5
}

.input-select {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	padding: 7px 33px 0 10px
}

.input-select .i {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	background: #fff url(/templates/template_37/img/select.png) no-repeat 0 -1px
}

.input-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}

.input-textarea {
	height: 90px;
	resize: none;
	line-height: 20px;
	padding: 4px 10px;
	max-width: 847px
}

.input-multiselect {
	height: auto;
	outline: 0;
	max-width: 365px
}

.input-checkbox,
.input-radio {
	position: relative;
	display: block;
	float: left;
	padding-left: 22px;
	font-size: 15px;
	line-height: 16px;
	color: #333;
	font-weight: 400
}

.check-wrapper {
	position: relative;
	margin-bottom: 10px
}

.form-vertical .check-wrapper:last-child {
	margin-bottom: 15px
}

.check-wrapper a {
	text-decoration: underline
}

.check-wrapper a:hover {
	text-decoration: none
}

.input-checkbox input,
.input-checkbox-small input,
.input-radio input {
	display: none
}

.input-checkbox .i,
.input-checkbox-small .i,
.input-radio .i {
	position: absolute;
	top: 1px;
	background-color: #fff;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #7c7c7c
}

.input-radio .i {
	border-radius: 50%
}

.input-radio input:checked + .i:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	background: #333
}

.input-checkbox input + .i:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	display: block;
	background: 0 0
}

.input-checkbox input:checked + .i:after {
	background: #333
}

.input-radio input:checked + .i:after {
	border-radius: 50%
}

.label {
	color: #333;
	font-weight: 400;
	font-size: 15px;
	display: block
}

.label {
	margin-bottom: 5px
}

.form-vertical .input-select,
.form-vertical .input-text,
.form-vertical .input-textarea {
	margin-bottom: 15px
}

.form-vertical .title {
	color: #000;
	text-align: left;
	font-size: 18px;
	margin: 0 0 20px 0;
	margin-bottom: 15px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 24px;
	display: flex
}

.form-vertical .title a {
	margin-left: auto;
	color: #fe9d04;
	text-decoration: underline;
	font-size: 14px
}

.form-vertical .title a:hover {
	text-decoration: none
}

.form-horizontal .form-block {
	margin-bottom: 20px
}

@media (min-width:992px) {
	.form-horizontal .label {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 0;
		text-align: right;
		margin-bottom: 0
	}
}

.form-horizontal .links a + a {
	margin: 0 0 0 20px
}

.required {
	color: red
}

.captcha img {
	float: left;
	margin-right: 10px;
	border: 1px solid #cacaca;
	margin-bottom: 20px;
	border-radius: 4px
}

.captcha img:hover {
	border: 1px solid #1883c7
}

.captcha .input-text {
	float: left;
	width: 152px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	font-size: 29px;
	margin-bottom: 20px
}

@media (max-width:767px) {
	.captcha .input-text {
		width: 139px
	}
}

.footnote {
	padding-left: 25px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 16px
}

.footnote .i {
	position: absolute;
	left: 0;
	top: -1px;
	background: url(/templates/template_37/img/warning.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	display: block
}

.products-category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	background: #fff;
	width: 1px;
	z-index: 2
}

.products-category-block {
	overflow: hidden
}

.products-category .catalog-category-item {
	padding: 0 25px;
	outline: 0;
	border-left: 1px solid #e4e4e4
}

.catalog-category-item__inner {
	height: 100%;
	position: relative;
	padding: 20px 0 78px
}

.products-category .catalog-category-item .catalog-category-img {
	display: block;
	width: 100%;
	min-height: 233px;
	position: relative
}

.products-category .catalog-category-item .catalog-category-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.products-category .catalog-category-item .catalog-category-item-cont {
	margin-top: 10px
}

.products-category .catalog-category-item .catalog-category-item-cont span {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: 500;
	line-height: 31px;
	font-size: 27px;
	text-transform: uppercase;
	color: #000;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.products-category .catalog-category-item .catalog-category-item-cont span a {
	text-decoration: none;
	color: #000
}

.products-category .catalog-category-item .catalog-category-item-cont span a:hover {
	text-decoration: underline;
	color: #000
}

.products-category .catalog-category-item .catalog-category-item-cont > div {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #7c7c7c
}

.catalog-category-item-button,
.products-category .catalog-category-item button {
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 4px;
	background: #333;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #fff!important;
	transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-decoration: none!important
}

.catalog-category-item-button:hover,
.products-category .catalog-category-item button:hover {
	background: #000
}

.products-category .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -22px;
	width: 28px;
	height: 44px;
	cursor: pointer;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}

.products-category .slick-prev {
	left: 0;
	margin-top: -22px;
	background: url(/templates/template_37/img/carousel-prev.png)
}

.products-category .slick-next {
	right: 0;
	background: url(/templates/template_37/img/carousel-next.png)
}

.products-category .slick-arrow:hover {
	opacity: .5
}

.products-category .slick-arrow.slick-disabled {
	opacity: .5;
	cursor: default
}

.products-full .product__status-outer {
	margin-top: 14px
}

@media (max-width:767px) {
	.products-category .catalog-category-item .catalog-category-item-title {
		padding: 15px 15px
	}
}

#up {
	display: none;
	cursor: pointer;
	line-height: 51px;
	opacity: .6;
	position: fixed;
	right: 16px;
	bottom: 16px;
	outline: 0;
	width: 51px;
	height: 51px;
	z-index: 50;
	box-shadow: 0 1px 5px #999;
	border: 2px solid #fff;
	background: #2e2e2e;
	background: -o-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -ms-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -moz-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -webkit-linear-gradient(top,#2e2e2e 0,#262626 100%);
	border-radius: 4px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}

#up:hover {
	opacity: 1
}

#up:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -9px;
	width: 17px;
	height: 23px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 17px 23px;
	background-image: url(/templates/template_37/img/up.png)
}

.bread-crumbs {
	margin: -15px 0 20px
}

.bread-crumbs ul {
	font-size: 0
}

.bread-crumbs ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
	color: #818181;
	position: relative;
	padding-right: 16px
}

.bread-crumbs ul li:last-child {
	padding-right: 0
}

.bread-crumbs ul li:after {
	content: '>';
	display: block;
	position: absolute;
	top: 0;
	right: 5px
}

.bread-crumbs ul li:last-child:after {
	display: none
}

.bread-crumbs ul li a {
	color: #000;
	text-decoration: underline
}

.bread-crumbs ul li a:hover {
	text-decoration: none
}

hr.hr {
	background: 0 0;
	margin-top: 20px;
	margin-bottom: 20px
}

.block .block-header {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px
}

.page-title h1 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-indent: -1px;
	text-transform: uppercase;
	color: #000;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.block .block-header .title {
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 21px;
	line-height: 25px
}

.block .block-header.switcher .title {
	color: #fe9d04
}

.block .block-header .all {
	float: right;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #7c7c7c;
	font-size: 17px;
	line-height: 18px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	border-bottom: 1px dashed #7c7c7c;
	text-decoration: none;
	padding-top: 3px
}

.block .block-header .all:hover {
	color: #000;
	border-bottom: 1px dashed transparent
}

.text {
	color: #333;
	font-size: 15px
}

.text a {
	text-decoration: underline
}

.text a:hover {
	text-decoration: none
}

.seo-text {
	padding: 20px 25px;
	margin-bottom: 15px
}

.mainpage-text p:first-child {
	margin-top: 0
}

.mainpage-text {
	padding: 20px 25px;
	margin-bottom: 15px
}

.page-text {
	margin: 0 0 20px 0
}

.rating {
	display: none;
	height: 15px
}

.rating .star-rating-control {
	display: block;
	width: 70px;
	height: 15px
}

.rating-add {
	height: 15px
}

.rating-add form {
	float: left
}

.rating .rating_interval,
.rating .rating_show input,
.rating .rating_vote input,
.rating-add input {
	display: none
}

.rating-add .star-rating-control {
	float: left;
	display: block;
	width: 90px;
	height: 15px
}

.rating .rating_text {
	font-size: 11px;
	margin-right: 5px
}

.rating .rating_show,
.rating .rating_vote {
	float: left
}

.rating_votes_count {
	font-size: 12px;
	color: #000;
	line-height: 18px
}

span.rating_votes_count {
	margin: 0 0 0 10px;
	float: left
}

.rating_your_vote {
	float: left;
	padding-right: 7px;
	font-size: 12px;
	color: #000;
	line-height: 18px
}

div.rating-cancel,
div.rating-loader,
div.star-rating {
	float: left;
	width: 14px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: 0 0;
	overflow: hidden
}

div.rating-cancel,
div.rating-cancel a {
	background: url(/templates/template_37/img/rating_delete.gif) no-repeat 0 -16px
}

div.rating-cancel,
div.rating-loader {
	margin: 1px 0 0 5px;
	float: right
}

div.star-rating,
div.star-rating a {
	background: url(/templates/template_37/img/rating_star.png) no-repeat 0 0
}

div.rating-loader {
	background: url(/templates/template_37/img/rating_loader.gif) no-repeat 0 0
}

div.rating-cancel a,
div.star-rating a {
	display: block;
	width: 14px;
	height: 100%;
	background-position: 0 0;
	border: 0
}

div.star-rating-on a {
	background-position: 0 -16px!important
}

div.star-rating-hover a {
	background-position: 0 -33px
}

div.star-rating-readonly a {
	cursor: default!important
}

div.star-rating {
	background: 0 0!important;
	overflow: hidden!important
}

.zoomin img {
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out
}

.zoomin:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.opacity img {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
	opacity: 1
}

.opacity:hover img {
	transition: .8s;
	opacity: .6
}

.action_ico {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 99px;
	height: 99px;
	z-index: 4;
	pointer-events: none
}

.action_ico_spec {
	background: url(/templates/template_37/img/ico_sale.png)
}

.action_ico_hit {
	background: url(/templates/template_37/img/ico_hits.png)
}

.action_ico_new {
	background: url(/templates/template_37/img/ico_news.png)
}

.product__compare,
.product__compare_disable,
.product__favorite {
	cursor: pointer
}

.product-item .picture {
	position: relative
}

.product-item .picture img:not(.empty) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.product-item .picture .zoom {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	z-index: 5;
	background: url(/templates/template_37/img/zoom.png)
}

.product-item .rating {
	margin: 0 0 15px 0
}

.product-item .title {
	font-size: 16px;
	line-height: 20px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700
}

.product-item .title a {
	color: #000
}

.product-item .title a:hover {
	color: #666;
	text-decoration: underline
}

.product-item .opisanie_small {
	color: #999
}

.product-item .proizvod_description {
	font-weight: 300
}

.product-item .proizvod_description span {
	font-weight: 400
}

.product-item .proizvod_description a {
	color: #333;
	text-decoration: underline
}

.product-item .proizvod_description a:hover {
	text-decoration: none
}

.product-item .price_block .price {
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #fe9d04;
	font-size: 21px;
	line-height: 21px;
	display: inline-block
}

.product-item .price_block .old_price {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	text-decoration: line-through;
	color: #999;
	margin-left: 8px
}

.product-item .buttons .button {
	float: left
}

.product-item .buttons .button-help {
	padding: 0 10px;
	margin-left: 5px;
	background: #fff;
	background: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 100%);
	box-shadow: inset 0 0 0 1px #e4e4e4;
	color: #4b4b4b
}

.product-item .buttons .button-help:hover {
	background: #2e2e2e;
	background: -o-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -ms-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -moz-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -webkit-linear-gradient(top,#2e2e2e 0,#262626 100%);
	box-shadow: none;
	color: #fff
}

.product-item .buttons .button-zakaz {
	background: #efefef;
	background: -o-linear-gradient(top,#efefef 0,#e6e6e6 100%);
	background: -ms-linear-gradient(top,#efefef 0,#e6e6e6 100%);
	background: -moz-linear-gradient(top,#efefef 0,#e6e6e6 100%);
	background: -webkit-linear-gradient(top,#efefef 0,#e6e6e6 100%);
	box-shadow: inset 0 0 0 1px #e4e4e4;
	color: #4b4b4b
}

.product-item .buttons .button-zakaz:hover {
	background: #2e2e2e;
	background: -o-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -ms-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -moz-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -webkit-linear-gradient(top,#2e2e2e 0,#262626 100%);
	box-shadow: none;
	color: #fff
}

.product-item .buttons .button-buy {
	background: #fff;
	background: -o-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -ms-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -moz-linear-gradient(top,#fff 0,#f6f6f6 100%);
	background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 100%);
	box-shadow: inset 0 0 0 1px #e4e4e4;
	color: #4b4b4b
}

.product-item .buttons .button-buy:hover {
	background: #2e2e2e;
	background: -o-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -ms-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -moz-linear-gradient(top,#2e2e2e 0,#262626 100%);
	background: -webkit-linear-gradient(top,#2e2e2e 0,#262626 100%);
	box-shadow: none;
	color: #fff
}

.product-item .buttons .button-disabled {
	background: #fff;
	box-shadow: inset 0 0 0 1px #e4e4e4;
	color: #4b4b4b;
	cursor: default
}

.product-item .input-select .i {
	position: absolute;
	top: -2px;
	right: 0;
	width: 30px;
	height: 30px;
	background: #fff url(/templates/template_37/img/select.png) no-repeat 2px 1px
}

.products-list .product-item .product-item-inner {
	position: relative;
	margin-bottom: 30px;
	min-height: 265px;
	background: #fbfbfb;
	border-radius: 3px
}

.products-list .product-item.has_countdown .product-item-inner {
	min-height: 316px
}

.products-list .product-item .picture_wrapper .picture {
	width: 195px;
	margin: 20px 0 15px 20px;
	height: 195px;
	border: 1px solid #e4e4e4;
	background: #fff;
	overflow: hidden
}

.products-list .product-item .rate,
.products-list .product-item .rating {
	margin: 0 auto;
	width: 90px;
	padding-left: 20px
}

.products-list .product-item .title {
	margin: 0 0 10px 0
}

.products-list .product__sku {
	color: #999;
	margin: 0 0 10px 0
}

.products-list .product-item .opisanie_small,
.products-list .product-item .proizvod_description {
	margin: 0 0 12px 0
}

.products-list .product-item .properties {
	font-size: 12px
}

.products-list .product-item .properties .properties-item > span:first-child {
	font-weight: 500
}

.products-list .product-item .properties .properties-item + .properties-title {
	margin-top: 10px
}

.products-list .product-item .properties .properties-title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px
}

.products-list .product-item .properties ul li {
	position: relative;
	padding-left: 15px;
	margin-top: 3px
}

.products-list .product-item .properties ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	display: block;
	border-radius: 50%;
	background: #333;
	left: 5px;
	top: 6px
}

.products-list .bying_blok .price_block {
	margin-bottom: 12px
}

.products-list .bying_blok .price_block .price {
	display: block;
	width: 100%
}

.products-list .bying_blok .price_block .old_price {
	display: block;
	width: 100%;
	margin: 4px 0 0 0
}

.products-list .bying_blok .input-select {
	margin-bottom: 12px
}

.products-list .product-item .bying_blok .buttons {
	position: relative
}

.products-list .product-item .buttons .button-disabled {
	float: left
}

.products-list .amount {
	margin-bottom: 12px;
	float: left;
	margin-right: 5px;
	padding: 2px 0 0 0;
	position: relative
}

.products-list .product__amount-inner {
	display: flex;
}

.products-list .amount-minus,
.products-list .amount-plus {
	width: 22px;
	height: 28px;
	background-color: #000;
	position: relative;
	cursor: pointer;
}

.products-list .amount-minus:hover,
.products-list .amount-plus:hover {
	background-color: #fe9d04;
}

.products-list .amount-minus {
	border-radius: 4px 0 0 4px;
}

.products-list .amount-plus {
	border-radius: 0 4px 4px 0;
}

.products-list .amount-minus:before,
.products-list .amount-plus:before {
	content: '';
	height: 2px;
	background-color: #fff;
	top: 50%;
	position: absolute;
	margin: -1px 0 0 -5px;
	left: 50%;
	width: 10px;
}

.products-list .amount-plus:after {
	content: '';
	height: 10px;
	background-color: #fff;
	top: 50%;
	position: absolute;
	margin: -5px 0 0 -1px;
	left: 50%;
	width: 2px;
}

.products-list .amount .input-text {
	text-align: center
}

.products-list .amount-minus + .input-text {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	width: 32px;
}

.products-list .product__amount-count {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: calc(100% + 2px);
	font-size: 11px
}

@media (min-width:768px) {
	.products-list .product-item .product-item-inner {
		padding: 15px 260px 15px 235px
	}

	.products-list .product-item .picture_wrapper {
		position: absolute;
		left: 0;
		width: 215px;
		top: 0;
		bottom: 0
	}

	.products-list .bying_blok {
		position: absolute;
		right: 0;
		width: 240px;
		padding: 0 20px 0 15px;
		top: 20px;
		border-left: 1px solid #e4e4e4;
		bottom: 20px
	}
}

@media (max-width:767px) {
	.products-list .bying_blok {
		border-top: 1px solid #f2f2f2;
		margin-top: 20px;
		padding: 20px
	}

	.products-list .product_list_wrapper {
		padding: 0 20px
	}

	.products-list .product-item .picture_wrapper .picture {
		width: 100%;
		min-height: 245px;
		border-bottom: 1px solid #f2f2f2;
		margin: 0 0 20px 0
	}

	.products-list .product-item .rate,
  .products-list .product-item .rating {
		margin: 0 auto 10px;
		width: 70px;
		padding-left: 0
	}
}

.products-grid {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap
}

.products-grid .product-item {
	margin-bottom: 30px
}

.products-grid .product-item .product-item-inner {
	position: relative;
	padding: 20px 20px 77px 20px;
	background: #fbfbfb;
	border-radius: 3px;
	height: 100%
}

.products-grid .product-item .product-item-inner .picture {
	border: 1px solid #e4e4e4;
	margin: 0 0 15px 0;
	min-height: 195px;
	background: #fff;
	overflow: hidden
}

.products-grid .product-item .product-item-inner .rate,
.products-grid .product-item .product-item-inner .rating {
	margin: 0 auto 12px auto;
	width: 70px
}

.products-grid .product-item .product-item-inner .title {
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 10px
}

.products-grid .product__sku {
	color: #999;
	margin: 0 0 10px 0
}

.products-grid .product-item .product-item-inner .proizvod_description {
	margin: 0 0 12px 0
}

@media (min-width:768px) {
	.products-grid .product-item .product-item-inner .more-info {
		margin: -1px -1px 0 -1px;
		overflow: hidden;
		display: none;
		font-size: 12px;
		position: absolute;
		top: 100%;
		background: #fbfbfb;
		z-index: 7;
		border: 1px solid #fe9d04;
		padding: 0 20px 20px;
		border-top: 0;
		left: 0;
		right: 0;
		border-radius: 0 0 3px 3px
	}

	.products-grid .product__properties {
		display: none
	}

	.products-grid .opisanie_small_and_properties-close {
		display: none
	}

	.products-grid .product-item .product-item-inner:hover .more-info {
		display: block
	}
}

@media (max-width:767px) {
	.products-grid .product__properties {
		width: 28px;
		height: 28px;
		position: absolute;
		right: 10px;
		top: 10px;
		border-radius: 3px;
		opacity: 1;
		border: 1px solid #e4e4e4;
		z-index: 5;
		cursor: pointer;
		background: #fff url(/templates/template_37/img/list_icon.svg) no-repeat center center/18px auto
	}

	.products-grid .product__compare + .product__properties,
  .products-grid .product__compare_disable + .product__properties,
  .products-grid .product__favorite + .product__properties,
  .products-grid .product__favorite_disable + .product__properties {
		top: 48px
	}

	.products-grid .product__favorite + .product__compare + .product__properties,
  .products-grid .product__favorite + .product__compare_disable + .product__properties,
  .products-grid .product__favorite_disable + .product__compare + .product__properties,
  .products-grid .product__favorite_disable + .product__compare_disable + .product__properties {
		top: 86px
	}

	.products-grid .opisanie_small_and_properties {
		position: absolute;
		left: -1px;
		top: -1px;
		right: -1px;
		bottom: -1px;
		background: rgb(255 255 255 / 95%);
		z-index: 6;
		padding: 30px 20px 20px;
		overflow-y: auto;
		border: 1px solid #e4e4e4;
		display: none;
		border-radius: 3px
	}

	.products-grid .opisanie_small_and_properties-close {
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
		display: none;
		border-radius: 0;
		width: 14px;
		height: 14px;
		opacity: 1;
		background: url(/templates/template_37/img/close_icons.png) -1px -46px no-repeat;
		z-index: 7;
		pointer-events: none
	}
}

.products-grid .product-item .product-item-inner .more-info .properties .properties-item > span:first-child {
	font-weight: 500
}

.products-grid .product-item .product-item-inner .more-info .properties .properties-item + .properties-title {
	margin-top: 10px
}

.products-grid .product-item .product-item-inner .more-info .properties .properties-title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px
}

.products-grid .product-item .product-item-inner .more-info .properties ul li {
	position: relative;
	padding-left: 15px;
	margin-top: 3px
}

.products-grid .product-item .product-item-inner .more-info .properties ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	display: block;
	border-radius: 50%;
	background: #333;
	left: 5px;
	top: 6px
}

.products-grid .product-item .product-item-inner .more-info .opisanie_small + .properties {
	margin-top: 20px;
	border-top: 1px solid #e4e4e4;
	padding-top: 20px
}

.products-grid .product-item .product-item-inner .bying_blok .buttons {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px
}

.products-grid .amount {
	float: left;
	margin-right: 5px;
	padding: 2px 0 0 0;
	position: relative
}

.products-grid .product__amount-inner {
	display: flex;
}

.products-grid .amount-minus,
.products-grid .amount-plus {
	width: 22px;
	height: 28px;
	background-color: #000;
	position: relative;
	cursor: pointer;
}

.products-grid .amount-minus:hover,
.products-grid .amount-plus:hover {
	background-color: #fe9d04;
}

.products-grid .amount-minus {
	border-radius: 4px 0 0 4px;
}

.products-grid .amount-plus {
	border-radius: 0 4px 4px 0;
}

.products-grid .amount-minus:before,
.products-grid .amount-plus:before {
	content: '';
	height: 2px;
	background-color: #fff;
	top: 50%;
	position: absolute;
	margin: -1px 0 0 -5px;
	left: 50%;
	width: 10px;
}

.products-grid .amount-plus:after {
	content: '';
	height: 10px;
	background-color: #fff;
	top: 50%;
	position: absolute;
	margin: -5px 0 0 -1px;
	left: 50%;
	width: 2px;
}

.products-grid .amount .input-text {
	text-align: center
}

.products-grid .amount-minus + .input-text {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	width: 32px;
}

.products-grid .product__amount-count {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: calc(100% + 2px);
	font-size: 11px
}

.products-grid .product-item .product-item-inner .bying_blok .buttons .button-disabled {
	float: left
}

.products-grid .product-item .product-item-inner .bying_blok .input-select {
	margin: 12px 0 0 0;
	display: block;
	width: auto
}

.contrast-border {
	border: 1px solid #e4e4e4
}

.contrast-border.active,
.contrast-border:hover {
	border: 1px solid #fe9d04
}

.last-news {
	margin-bottom: 15px;
	padding: 20px 25px
}

.last-news .last-news-item .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.last-news .last-news-item .title a {
	color: #000;
	text-decoration: none
}

.last-news .last-news-item .title a:hover {
	text-decoration: underline
}

.last-news .last-news-item .date {
	color: #7c7c7c;
	font-size: 11px;
	font-weight: 700
}

.last-news .last-news-item .summary {
	margin-top: 8px;
	font-size: 12px;
	line-height: 18px;
	color: #7c7c7c
}

@media (max-width:991px) {
	.last-news .last-news-item {
		padding-bottom: 20px
	}

	.last-news .last-news-item:last-child {
		padding-bottom: 0
	}
}

.block-sidebar.last-news .last-news-item {
	width: 100%;
	padding: 0;
	margin-bottom: 20px
}

.block-sidebar.last-news .last-news-item:last-child {
	margin-bottom: 25px
}

.news-list .news-list-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4
}

.news-list .news-list-item:last-child {
	margin-bottom: 30px;
	padding-bottom: 0;
	border-bottom: 0
}

.news-list .news-list-item .image-block {
	width: 200px;
	height: 112px;
	float: left;
	position: relative
}

@media (max-width:767px) {
	.news-list .news-list-item .image-block {
		width: 100%;
		height: auto;
		float: none;
		height: auto;
		padding-bottom: 56.2%
	}
}

.news-list .news-list-item .image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.news-list .news-list-item .image-block + .cont {
	padding-left: 215px
}

@media (max-width:767px) {
	.news-list .news-list-item .image-block + .cont {
		padding-left: 0;
		margin-top: 8px
	}
}

.news-list .news-list-item .title {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.news-list .news-list-item .title a {
	text-decoration: underline
}

.news-list .news-list-item .title a:hover {
	text-decoration: none
}

.news-list .news-list-item .date {
	color: #7c7c7c;
	font-size: 11px;
	font-weight: 700;
	margin-top: 8px
}

.news-list .news-list-item .text {
	margin-top: 8px
}

.news-item .date {
	color: #7c7c7c;
	font-size: 11px;
	font-weight: 700
}

.sourse {
	font-weight: 700;
	margin-top: 20px
}

.controls {
	margin-top: 20px
}

.actions {
	margin-bottom: 15px;
	padding: 20px 25px
}

.actions__item-image-block {
	display: block;
	width: 100%;
	height: 192px;
	position: relative;
	overflow: hidden
}

@media (max-width:1199px) {
	.actions__item-image-block {
		height: 155px
	}
}

@media (max-width:991px) {
	.actions__item-image-block {
		height: 114px
	}
}

@media (max-width:767px) {
	.actions__item-image-block {
		height: auto;
		padding-bottom: 56.2%
	}
}

.actions__item-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.actions__item-title {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin-top: 8px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.actions__item-title-link {
	color: #000;
	text-decoration: none
}

.actions__item-title-link:hover {
	text-decoration: underline
}

.actions__item-date {
	color: #7c7c7c;
	font-size: 11px;
	font-weight: 700;
	margin-top: 8px
}

.actions__item-text {
	margin-top: 8px;
	font-size: 12px;
	line-height: 18px;
	color: #7c7c7c
}

@media (max-width:991px) {
	.actions__item {
		padding-bottom: 20px
	}

	.actions__item:last-child {
		padding-bottom: 0
	}
}

.articles {
	margin-bottom: 15px;
	padding: 20px 25px
}

.articles__content {
	display: flex;
	flex-wrap: wrap;
	margin-top: -30px;
}

.articles__item {
	margin-top: 30px;
}

.articles__item-image-block {
	display: block;
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden
}

@media (max-width:1199px) {
	.articles__item-image-block {
		height: 112px
	}
}

@media (max-width:991px) {
	.articles__item-image-block {
		height: 90px
	}
}

@media (max-width:767px) {
	.articles__item-image-block {
		height: auto;
		padding-bottom: 56.2%
	}
}

.articles__item-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.articles__item-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0;
	margin-top: 8px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.articles__item-title-link {
	color: #000;
	text-decoration: none
}

.articles__item-title-link:hover {
	text-decoration: underline
}

.articles__item-date {
	color: #7c7c7c;
	font-size: 11px;
	font-weight: 700
}

.articles__item-text {
	margin-top: 8px;
	font-size: 12px;
	line-height: 18px;
	color: #7c7c7c
}

@media (max-width:991px) {
	.articles__item {
		padding-bottom: 20px
	}

	.articles__item:last-child {
		padding-bottom: 0
	}
}

.catalog-proizvod-slider {
	background: #fff;
	padding: 0 30px
}

.catalog-proizvod-slider.slick-initialized {
	display: block!important
}

.catalog-proizvod-slider .catalog-proizvod-slider-item {
	overflow: hidden;
	outline: 0
}

.catalog-proizvod-slider .catalog-proizvod-slider-item .pic {
	min-height: 136px;
	position: relative;
	display: block;
	margin: 10px 10px;
	border: 1px solid #f2f2f2
}

.catalog-proizvod-slider .catalog-proizvod-slider-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.catalog-proizvod-slider .slick-arrow {
	background: url(/templates/template_37/img/products-category-arrows.png) 0 -40px no-repeat;
	width: 20px;
	height: 40px;
	left: 0;
	z-index: 2
}

.catalog-proizvod-slider .slick-next {
	background: url(/templates/template_37/img/products-category-arrows.png) -20px -40px no-repeat;
	left: auto;
	right: 0
}

.catalog-proizvod-slider .slick-arrow.slick-disabled,
.catalog-proizvod-slider .slick-arrow:hover {
	background-position-y: -80px!important
}

.secondary-menu {
  /*padding: 0 25px*/
}

ul.footer-menu {
	list-style: none;
	padding: 35px 0 35px 0;
	margin: 0
}

ul.footer-menu li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0
}

ul.footer-menu li:last-child {
	margin: 0
}

ul.footer-menu li.footer-menu-title {
	margin: 0 0 20px 0;
	padding: 0
}

ul.footer-menu li .a {
	color: #7c7c7c
}

ul.footer-menu li.footer-menu-title .a {
	color: #000
}

ul.footer-menu li.footer-menu-title .a.a_active,
ul.footer-menu li.footer-menu-title .a:hover {
	color: #7c7c7c
}

ul.footer-menu li.footer-menu-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

ul.footer-menu li .a.a_active,
ul.footer-menu li .a:hover {
	text-decoration: none;
	color: #000
}

.footer-contacts {
	padding: 35px 0 35px 0
}

.footer-contacts__item {
	color: #000;
	position: relative;
	display: block;
	padding: 0 0 0 33px;
	line-height: 18px;
	font-weight: 700;
	margin-top: 10px
}

.footer-contacts__item:first-child {
	margin-top: 0
}

.footer-contacts__link {
	text-decoration: underline
}

.footer-contacts__link:hover {
	text-decoration: none
}

.footer-contacts__item .i {
	position: absolute;
	width: 26px;
	height: 26px;
	display: block;
	left: 0;
	top: 50%;
	margin-top: -13px;
	background-image: url(/templates/template_37/img/footer-contacts__item.png);
	background-repeat: no-repeat
}

.footer-contacts__item_phone .i {
	background-position: 0 0
}

.footer-contacts__item_phone a {
	text-decoration: none
}

.footer-contacts__item_email .i {
	background-position: 0 -26px
}

.footer-contacts__item_whatsapp .i {
	background-position: 0 -52px
}

.footer-contacts__item_whatsapp a {
	text-decoration: none
}

.footer-contacts__item_viber .i {
	background-position: 0 -78px
}

.footer-contacts__item_viber a {
	text-decoration: none
}

.footer-contacts__item_telegram .i {
	background-position: 0 -104px
}

.footer-contacts__item_telegram a {
	text-decoration: none
}

.footer-contacts__item_address .i {
	background-position: 0 -130px
}

.footer-contacts__item_icq .i {
	background-position: 0 -156px
}

.footer-contacts__item_skype .i {
	background-position: 0 -182px
}

.footer-contacts__item_schedule .i {
	background-position: 0 -208px
}

.socials_position_bottom {
	margin-top: 11px
}

.socials_position_bottom .socials__link {
	float: left;
	margin: 4px 4px 0 0;
	width: 32px;
	height: 32px;
	background-image: url(/misc/img/socials_small.svg);
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: filter .3s ease-in-out;
	-moz-transition: filter .3s ease-in-out;
	-webkit-transition: filter .3s ease-in-out;
	border-radius: 4px;
	box-shadow: 0 1px 5px #999;
	border: 2px solid #fff
}

.socials_position_bottom .socials__link:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}

.socials_position_bottom .socials__link_icon_vk {
	background-position: 0 -28px
}

.socials_position_bottom .socials__link_icon_ok {
	background-position: -196px -28px
}

.socials_position_bottom .socials__link_icon_facebook {
	background-position: -28px -28px
}

.socials_position_bottom .socials__link_icon_twitter {
	background-position: -56px -28px
}

.socials_position_bottom .socials__link_icon_instagram {
	background-position: -112px -28px
}

.socials_position_bottom .socials__link_icon_moimir {
	background-position: -140px -28px
}

.socials_position_bottom .socials__link_icon_telegram {
	background-position: -84px -28px
}

.socials_position_bottom .socials__link_icon_lj {
	background-position: -168px -28px
}

.socials_position_bottom .socials__link_icon_youtube {
	background-position: -224px -28px
}

@media (max-width:991px) {
	.secondary-menu {
		padding: 37px 0 0 0
	}

	.footer-contacts,
  ul.footer-menu {
		padding-top: 0
	}
}

.fixed-link {
	cursor: pointer;
	position: fixed;
	color: #fff;
	text-transform: uppercase;
	display: block;
	z-index: 999;
	font-weight: 300;
	border-left: 0;
	padding: 0 20px 0 0;
	text-decoration: none;
	opacity: .7;
	right: -156px;
	border-radius: 4px 0 0 4px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow: 0 1px 5px #999;
	border: 2px solid #fff;
	border-right: 0
}

.fixed-link:focus,
.fixed-link:hover {
	text-decoration: none;
	color: #fff;
	transform: translate(-156px,0);
	-webkit-transform: translate(-156px,0);
	-o-transform: translate(-156px,0);
	-moz-transform: translate(-156px,0);
	opacity: 1
}

.fixed-link span {
	height: 48px;
	display: table-cell;
	vertical-align: middle;
	width: 136px;
	font-size: 13px
}

.fixed-link .i {
	width: 60px;
	display: table-cell;
	height: 48px;
	vertical-align: middle;
	text-align: center
}

.sendmail-link {
	background: #fe9d04;
	top: 30%
}

.callback-link {
	background: #fe9d04;
	bottom: 30%
}

.fixed-link .i:after {
	content: '';
	width: 28px;
	height: 48px;
	display: block;
	margin: 0 0 0 16px
}

.sendmail-link .i:after {
	background: url(/templates/template_37/img/fixed-links.png) no-repeat 0 0
}

.callback-link .i:after {
	background: url(/templates/template_37/img/fixed-links.png) no-repeat 0 -50px
}

.popup-links {
	width: 70%;
	margin: 0 auto 30px auto
}

.popup-links .popup-link {
	float: left;
	display: block;
	cursor: pointer;
	text-align: center;
	color: #fff;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase
}

.popup-links .popup-link .i {
	margin: 0 5px 0 0
}

.popup-links .popup-link + .popup-link {
	float: right
}

@media (max-width:477px) {
	.popup-links .popup-link {
		width: 100%
	}

	.popup-links .popup-link + .popup-link {
		float: left;
		margin: 10px 0 0 0
	}
}

.page-footer {
	padding: 20px 0;
	border-top: 1px solid #ddd
}

.page-footer .footer-block {
  /*height: 84px;*/
  /*display: table-cell;*/
  /*vertical-align: middle*/
}

@media (max-width:767px) {
	.page-footer .footer-block {
		height: auto;
		display: block;
		vertical-align: middle;
		padding: 20px 0 0 0
	}

	.page-footer {
		padding: 0 0 20px 0
	}
}

.copyright {
	display: block;
	line-height: 18px;
	color: #7c7c7c;
	font-size: 13px;
	font-weight: 300
}

.copyright a {
	color: #000;
	text-decoration: underline;
	font-weight: 300
}

.copyright a:hover {
	text-decoration: none
}

@media (max-width:1199px) {
	.copyright {
		line-height: 16px;
		font-size: 12px
	}
}

.counters {
	text-align: center;
	font-size: 0
}

.counters img {
	opacity: .3;
	margin: 2px;
	display: inline-block;
	vertical-align: top;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s
}

.counters img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%)
}

.dev img {
	display: block;
	width: 80px!important;
	height: auto;
	position: absolute;
	left: 0;
	top: 0
}

.dev a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 32px;
	padding: 0 0 0 90px;
	font-size: 11px;
	line-height: 1.2;
	color: #000;
	text-decoration: underline
}

.dev a:hover {
	text-decoration: none
}

.mobile-menu > div > ul > li > a.home .hidden {
	display: inline-block!important
}

.mobile-menu > div > ul > li > a.home {
	font-size: 12px
}

.mobile-menu,
.mobile-menu > div > ul > li > .i.submenu-opener,
.mobile-menu > div > ul > li > a .i,
.mobile-menu > div > ul > li > ul > li > a .i {
	display: none
}

.mobile-menu {
	position: absolute;
	z-index: 5;
	background: #333;
	top: 48px;
	left: 0
}

.mobile-menu > div > ul > li > ul > li.drop > .submenu-opener,
.mobile-menu > div > ul > li.drop > .submenu-opener {
	display: block;
	position: absolute;
	right: 0;
	width: 41px;
	height: 41px;
	color: #939fad;
	font-size: 22px;
	text-align: center;
	line-height: 41px;
	cursor: pointer;
	background: url(/templates/template_37/img/main-menu-has-submenu.png) no-repeat center center
}

.mobile-menu > div > ul > li.drop .submenu-opener:hover {
	color: #fff
}

.mobile-menu > div ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.mobile-menu > div > ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px dotted #717171
}

.mobile-menu > div > ul > li.menu-header {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	padding: 10px 0 10px 0;
	line-height: 20px;
	outline: 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: 500
}

.mobile-menu > div > ul li a {
	color: #949494;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 41px 10px 0;
	line-height: 20px;
	float: left;
	display: block;
	outline: 0;
	text-transform: uppercase;
	text-align: left
}

.mobile-menu > div > ul > li a.a_active,
.mobile-menu > div > ul > li a:hover {
	color: #fff
}

.mobile-menu > div > ul > li > ul {
	display: none;
	float: left;
	width: 100%
}

.mobile-menu > div > ul > li > ul > li > a {
	padding: 10px 41px 10px 30px
}

.mobile-menu > div > ul > li > ul > li a:before {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	position: absolute;
	left: 21px;
	background: #939fad;
	top: 19px
}

.mobile-menu > div > ul > li > ul > li > ul {
	display: none;
	float: left
}

.mobile-menu > div > ul > li > ul > li > ul > li > a {
	padding: 10px 41px 10px 55px
}

.mobile-menu > div > ul > li > ul > li > ul > li > a:before {
	width: 10px;
	left: 35px
}

.mobile-menu-opener {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 0;
	width: 37px;
	height: 37px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	float: right
}

.mobile-menu-opener:focus {
	outline: 0
}

.mobile-menu-opener span {
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	right: 18px;
	height: 2px;
	background: #000;
	width: 37px
}

.mobile-menu-opener span:after,
.mobile-menu-opener span:before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	content: ''
}

.mobile-menu-opener span:before {
	top: -11px
}

.mobile-menu-opener span:after {
	bottom: -11px
}

.mobile-menu-opener span:after,
.mobile-menu-opener span:before {
	-webkit-transition-duration: .3s,.3s;
	transition-duration: .3s,.3s;
	-webkit-transition-delay: 0.3s,0;
	transition-delay: 0.3s,0
}

.mobile-menu-opener span:before {
	-webkit-transition-property: top,-webkit-transform;
	transition-property: top,transform
}

.mobile-menu-opener span:after {
	-webkit-transition-property: bottom,-webkit-transform;
	transition-property: bottom,transform
}

.mobile-menu-opener.a_active span,
.mobile-menu-opener.a_active span:after,
.mobile-menu-opener.a_active span:before,
.mobile-menu-opener:hover span,
.mobile-menu-opener:hover span:after,
.mobile-menu-opener:hover span:before {
	background: #7c7c7c
}

.mobile-menu-opener.a_active span {
	background: 0 0
}

.mobile-menu-opener.a_active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mobile-menu-opener.a_active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobile-menu-opener.a_active span:after,
.mobile-menu-opener.a_active span:before {
	-webkit-transition-delay: 0,0.3s;
	transition-delay: 0,0.3s
}

@media (min-width:992px) {
	.mobile-menu {
		display: none!important
	}

	.i.submenu-opener {
		display: none!important
	}
}

.catalog-actions.block-sidebar .block-list ul > li {
	margin: 0 0 10px 0
}

.catalog-actions.block-sidebar .block-list ul > li:last-child {
	margin-bottom: 0
}

.catalog-actions.block-sidebar .block-list ul > li a {
	font-size: 21px;
	line-height: 25px
}

.categories-nav,
.content-nav {
	margin: 0 -25px 20px;
	padding: 20px 25px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #fbfbfb
}

@media (max-width:767px) {
	.categories-nav_type_minimal {
		margin: 0 -17px 20px
	}
}

.categories-nav.block-list ul > li,
.content-nav.block-list ul > li {
	margin-bottom: 10px
}

.categories-nav.block-list ul > li a,
.content-nav.block-list ul > li a {
	text-decoration: underline
}

.categories-nav.block-list ul > li a:hover,
.content-nav.block-list ul > li a:hover {
	text-decoration: none
}

@media (min-width:768px) {
	.categories-nav.block-list ul > li:last-child,
  .content-nav.block-list ul > li:last-child {
		margin-bottom: 0
	}
}

.content-sitemap {
	margin: 0
}

.content-sitemap.block-list ul > li {
	margin-bottom: 10px
}

.content-sitemap.block-list ul > li a {
	text-decoration: underline
}

.content-sitemap.block-list ul > li a:hover {
	text-decoration: none
}

@media (min-width:768px) {
	.content-sitemap.block-list ul > li:last-child {
		margin-bottom: 0
	}
}

.block-sidebar {
	margin: 0 0 20px 0;
	padding: 20px 25px
}

.block-sidebar .block-header {
	margin: 0;
	border-bottom: 0;
	padding-bottom: 20px;
	padding-top: 0
}

.block-sidebar .block-list ul > li {
	margin: 0 0 5px 0;
	font: 16px/20px Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase
}

.block-sidebar .block-list ul > li > a {
	font-weight: 300;
	font-size: 15px;
	text-decoration: none;
	color: #7c7c7c
}

.block-list ul > li > a.a_active,
.block-list ul > li > a:hover {
	color: #000
}

.block-sidebar .block-footer {
	margin: 20px 0 0 0;
	font: 16px/20px Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase
}

.block-sidebar .block-footer .all {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	cursor: pointer
}

.block-sidebar .block-footer .all:hover {
	text-decoration: none
}

@media (max-width:1199px) {
	.block.block-sidebar .block-header .title {
		font-size: 17px
	}
}

.catalog-recent .product-item {
	position: relative;
	padding: 0 0 0 55px;
	margin: 0 0 30px 0;
	min-height: 45px;
	background: #fff
}

.catalog-recent .product-item .picture {
	width: 45px;
	height: 45px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #e4e4e4;
	overflow: hidden
}

.catalog-recent .product-item .picture img {
	max-width: 40px;
	max-height: 40px
}

.catalog-recent .product-item .title {
	font-weight: 500;
	font-size: 16px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.catalog-recent .product-item .title a {
	color: #7c7c7c
}

.catalog-recent .product-item .title a:hover {
	color: #000;
	text-decoration: none
}

.catalog-recent .product-item .block-footer {
	margin: 15px 0 0 0
}

.catalog-spec .product-item {
	margin: 0 -18px
}

.catalog-spec .product-item .product-item-inner {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 20px 77px 20px;
	background: #fbfbfb;
	border-radius: 3px
}

.catalog-spec .product-item .product-item-inner .picture {
	border: 1px solid #e4e4e4;
	margin: 0 0 15px 0;
	min-height: 195px;
	background: #fff;
	overflow: hidden
}

.catalog-spec .product-item .product-item-inner .rating {
	margin: 0 auto 12px auto;
	width: 70px
}

.catalog-spec .product-item .product-item-inner .title {
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 10px
}

.catalog-spec .product-item .product-item-inner .proizvod_description {
	margin: 0 0 12px 0
}

.catalog-spec .product-item .product-item-inner .bying_blok .buttons {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px
}

.catalog-spec .product-item .product-item-inner .bying_blok .buttons .button-disabled {
	float: left
}

.catalog-spec .product-item .product-item-inner .bying_blok .input-select {
	margin: 12px 0 0 0;
	display: block;
	width: auto
}

.catalog-spec .product-item .countdown-datetime {
	margin-bottom: 13px
}

.banners {
	margin: 0 0 30px 0
}

.banners p {
	margin: 0
}

.banners > div + div {
	margin-top: 20px
}

.banners img {
	display: block;
	max-width: 100%;
	height: auto!important
}

.catalog-filter + .toolbar-top,
.catalog-filter + ul.errors,
.catalog-filter + ul.message,
.categories-nav + .page-text,
.categories-nav + .toolbar-top,
.content-nav + .page-text,
.page-text + .toolbar-top,
.subcategories__group + .toolbar-top {
	margin-top: 30px
}

.toolbar {
	margin: 0 -25px 20px;
	padding: 20px 25px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #fbfbfb
}

.toolbar.toolbar-bottom {
	margin: 0 -25px 20px
}

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

.orders-archive + .toolbar.toolbar-bottom {
	margin-top: 30px
}

.toolbar .toolbar-title {
	display: block;
	float: left;
	margin: 0 8px 0 0
}

.toolbar .i,
.toolbar a {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 5px;
	color: #7c7c7c;
	font-style: normal
}

.toolbar .i:last-child,
.toolbar a:last-child {
	margin: 0
}

.toolbar .i.active,
.toolbar a.active {
	text-decoration: none;
	font-weight: 700;
	color: #000
}

.toolbar a {
	text-decoration: underline
}

.toolbar a:hover {
	text-decoration: none
}

.toolbar .i.active:hover,
.toolbar a.active:hover {
	cursor: default
}

.toolbar a.active.active-down,
.toolbar a.active.active-up {
	position: relative;
	padding-right: 20px
}

.toolbar .catalog-sort a {
	cursor: pointer!important;
	text-decoration: underline
}

.toolbar .catalog-sort a:hover {
	text-decoration: none
}

.toolbar a.active-down:after,
.toolbar a.active-up:after {
	content: '';
	width: 7px;
	height: 4px;
	background: url(/templates/template_37/img/sort.png) no-repeat 0 0;
	right: 6px;
	top: 50%;
	margin-top: -2px;
	display: block;
	position: absolute
}

.toolbar a.active-up:after {
	background: url(/templates/template_37/img/sort.png) no-repeat 0 -4px
}

.catalog-amount,
.catalog-view {
	float: right
}

.catalog-sort,
.page-numbers {
	float: left
}

.catalog-amount,
.page-numbers {
	margin: 0
}

.catalog-sort,
.catalog-view {
	margin-top: 15px
}

@media (max-width:767px) {
	.catalog-amount,
  .catalog-view {
		float: left
	}

	.toolbar a.active-down:after,
  .toolbar a.active-up:after {
		right: 10px
	}

	.catalog-amount,
  .catalog-sort {
		margin-top: 15px
	}

	.toolbar {
		margin-left: -17px;
		margin-right: -17px
	}
}

@media (max-width:500px) {
	.catalog-sort a {
		margin: 6px 0 0 0;
		clear: both;
		float: left;
		display: block;
		padding: 0
	}

	.catalog-sort a:last-child {
		margin: 6px 0 0 0
	}

	.catalog-sort {
		width: 100%
	}
}

.switcher {
	cursor: pointer;
	position: relative
}

.switcher .switcher-icon {
	height: 18px;
	width: 18px;
	display: inline-block
}

.switcher .switcher-icon .i {
	height: 18px;
	width: 18px;
	display: block;
	float: left
}

#catalog_filter_switcher .switcher-icon .i {
	background: url(/templates/template_37/img/switcher-icon-podbor.png) no-repeat center center
}

#cart_login_switcher .switcher-icon .i {
	background: url(/templates/template_37/img/switcher-icon-cart.png) no-repeat center center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#cart_login_switcher .switcher-icon .i.active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.catalog-filter {
	margin: 0 0 20px 0
}

.catalog-filter .block {
	display: none
}

.filter_column .catalog-filter .block {
	display: block
}

.catalog-filter .check-wrapper:last-child,
.catalog-filter .input-text {
	margin-bottom: 0
}

.catalog-filter .podbor_item {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 13px
}

.catalog-filter .podbor_item.active {
	display: block!important
}

.catalog-filter .podbor_opener {
	margin-bottom: 0!important;
	padding-left: 23px;
	position: relative;
	color: #7c7c7c
}

.catalog-filter .podbor_opener span .i {
	position: absolute;
	left: 0;
	display: block;
	width: 19px;
	top: 7px;
	height: 19px;
	margin-top: -8px;
	opacity: .5;
	background: url(/templates/template_37/img/podbor-opener.png) no-repeat
}

.catalog-filter .podbor_opener span {
	cursor: pointer
}

.catalog-filter .podbor_opener span:hover,
.catalog-filter .podbor_opener.podbor_open span {
	color: #000
}

.catalog-filter .podbor_opener span:hover .i,
.catalog-filter .podbor_opener.podbor_open span .i {
	opacity: 1
}

.catalog-filter .podbor_elements {
	display: none;
	padding-top: 10px;
	padding-left: 23px
}

.filter .column {
	width: 100%
}

.filter .catalog-filter {
	margin-bottom: 0
}

.filter .column + .column .podbor_item:first-child {
	border-top: 1px solid #eee;
	padding-top: 13px
}

.filter .catalog-filter .block-footer {
	padding-left: 15px;
	padding-right: 15px
}

@media (max-width:1199px) {
	.filter .catalog-filter .form-vertical {
		margin-left: -33px;
		margin-right: -33px
	}

	.filter .catalog-filter .filter-buttons .button {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (min-width:768px) {
	.catalog-filter .podbor_item:last-child {
		border-bottom: 1px solid transparent;
		margin-bottom: 0
	}
}

#tooltip {
	text-align: center;
	color: #fff;
	background: #333;
	position: absolute;
	z-index: 95;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 300
}

#tooltip:after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -6px
}

.product-full.product-item .picture {
	max-height: 380px;
	border: 1px solid #e4e4e4
}

.product-full.product-item .picture img.empty {
	width: 100%;
	display: block
}

.products-full__big-slider .product__image-block {
	max-height: 378px;
	position: relative;
	overflow: hidden
}

.products-full__big-slider .product__image-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.product__big-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.product-full.product-item .price_block {
	width: 100%;
	margin-bottom: 15px;
	padding-right: 78px
}

.product-full.product-item .price_block .price {
	font-size: 24px;
	line-height: 32px
}

.product-full.product-item .input-select {
	float: left;
	width: calc(100% - 114px);
	margin-top: 2px;
	margin-bottom: 8px;
	margin-right: 8px
}

.product-full.product-item .amount {
	margin-bottom: 12px;
	float: left;
	margin-right: 5px;
	padding: 2px 0 0 0;
	position: relative
}

.product-full.product-item .product__amount-inner {
	display: flex;
}

.product-full.product-item .amount-minus,
.product-full.product-item .amount-plus {
	width: 22px;
	height: 28px;
	background-color: #000;
	position: relative;
	cursor: pointer;
}

.product-full.product-item .amount-minus:hover,
.product-full.product-item .amount-plus:hover {
	background-color: #fe9d04;
}

.product-full.product-item .amount-minus {
	border-radius: 4px 0 0 4px;
}

.product-full.product-item .amount-plus {
	border-radius: 0 4px 4px 0;
}

.product-full.product-item .amount-minus:before,
.product-full.product-item .amount-plus:before {
	content: '';
	height: 2px;
	background-color: #fff;
	top: 50%;
	position: absolute;
	margin: -1px 0 0 -5px;
	left: 50%;
	width: 10px;
}

.product-full.product-item .amount-plus:after {
	content: '';
	height: 10px;
	background-color: #fff;
	top: 50%;
	position: absolute;
	margin: -5px 0 0 -1px;
	left: 50%;
	width: 2px;
}

.product-full.product-item .amount .input-text {
	text-align: center
}

.product-full.product-item .amount-minus + .input-text {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	width: 32px;
}

.product-full.product-item .product__amount-count {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: calc(100% + 2px);
	font-size: 11px
}

.product-full.product-item .buttons {
	margin-bottom: 12px
}

.product-full.product-item .stars {
	width: 100%
}

.product-full.product-item .stars .rating {
	float: left;
	margin: 0 20px 20px 0
}

.product-full.product-item .stars .rating-add {
	float: left;
	margin: 0 0 20px 0
}

.product-full.product-item .proizvod_description {
	margin-bottom: 20px;
	width: 100%
}

.product-full.product-item .buttons .button:not(.product__button_fast) {
	margin-right: 8px
}

.product-full.product-item .buttons .button.button-zakaz {
	margin-right: 0
}

.product-full.product-item .buttons .button {
	margin-bottom: 8px
}

.product-full.product-item .slider-block {
	margin-left: -1px;
	margin-right: -1px
}

.product-full.product-item .properties table {
	width: 100%
}

.product-full.product-item .properties table tr {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4
}

.product-full.product-item .properties table tr:first-child {
	border-top: 0
}

.product-full.product-item .properties table tr:last-child {
	border-bottom: 0
}

.product-full.product-item .properties table tr td {
	width: 50%
}

.product-full.product-item .properties table tr td:first-child {
	color: #333;
	font-weight: 400
}

.product-full.product-item .properties table tr th {
	color: #333;
	padding: 8px;
	text-align: left;
	font-size: 16px;
	font-weight: 700
}

.product-full.product-item .properties ul {
	margin-left: 0
}

.product-full.product-item .properties ul li {
	padding-left: 0
}

@media (max-width:767px) {
	.product-full.product-item .properties table tr td {
		font-size: 14px
	}

	.product-full.product-item .share {
		margin-bottom: 20px
	}

	.product-full.product-item .picture {
		margin-bottom: 20px
	}
}

.thumbs .product-thumbs {
	margin: 20px -10px 0 -10px
}

.thumbs .row {
	margin-left: 0;
	margin-right: 0
}

@media (max-width:767px) {
	.thumbs .product-thumbs {
		margin-top: 0
	}
}

.thumbs .product-thumbs .product-thumb {
	padding: 0 10px
}

.thumbs .product-thumbs .product-thumb > span {
	padding-bottom: calc(100% - 2px);
	position: relative;
	display: block
}

.thumbs .product-thumbs .product-thumb img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.thumbs .product-thumbs .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 28px;
	height: 44px;
	cursor: pointer;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}

.thumbs .product-thumbs .slick-prev {
	left: 10px;
	background: url(/templates/template_37/img/carousel-prev.png)
}

.thumbs .product-thumbs .slick-next {
	right: 10px;
	background: url(/templates/template_37/img/carousel-next.png)
}

.thumbs .product-thumbs .slick-arrow.slick-disabled {
	opacity: .5;
	cursor: default
}

.tabs {
	display: flex;
	margin: 30px 0 -1px 0;
	flex-wrap: wrap
}

.tabs__item {
	display: inline-flex;
	cursor: pointer;
	position: relative;
	font-weight: 300;
	border: 1px solid #e4e4e4;
	margin: 0 0 0 -1px;
	color: #999;
	background: #fbfbfb;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 3px 3px 0px 0px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	text-decoration: none!important
}

.tabs__item.active {
	color: #000;
	height: 47px;
	margin: -7px 0 0 -1px;
	padding: 7px 15px;
	cursor: default;
	background: #fbfbfb;
	border-bottom: 0
}

.tabs__item:hover {
	color: #000
}

.tabs__item.active:hover {
	border-bottom: 0
}

.tabs__item.active:first-child,
.tabs__item:first-child {
	margin-left: 0
}

.tab-cont {
	padding: 20px;
	border: 1px solid #e4e4e4;
	background: #fbfbfb;
	border-radius: 3px
}

.catalog_dop .products-grid {
	margin-bottom: -25px
}

.catalog_dop,
.product-full + .subcategories,
.subcategories + .subcategories {
	margin-top: 30px
}

@media (max-width:767px) {
	.tab-cont {
		background: #fff;
		padding: 0;
		border: 0
	}

	.tabs__item {
		margin: 0 0 20px 0;
		width: 100%;
		border: 0;
		background: #fff;
		padding: 0;
		line-height: 18px;
		height: 18px;
		color: #333
	}

	.tabs__item.active {
		margin: 0 0 20px 0;
		width: 100%;
		border: 0;
		background: #fff;
		padding: 0;
		line-height: 18px;
		height: 18px;
		color: #fe9d04!important
	}

	.tabs__item span {
		border-bottom: 1px dashed #333
	}

	.tabs__item:hover span {
		border-bottom: 1px dashed transparent
	}

	.tabs__item.active span {
		border-bottom: 1px dashed #fe9d04!important
	}
}

.table td {
	padding: 4px 8px 4px 8px;
	border: 1px solid #cacaca;
	vertical-align: middle;
	font-weight: 300
}

.table th {
	padding: 4px 8px 4px 8px;
	font-weight: 700;
	font-size: 13px;
	border: 1px solid #cacaca;
	background: #eee;
	vertical-align: middle
}

@media (min-width:768px) {
	.order-info tr:hover,
  .orders-archive tr:hover,
  .table-responsive tr:hover {
		background: #f5f5f5
	}
}

.order-info table,
.orders-archive table {
	width: 100%
}

.order-info {
	margin-bottom: 30px
}

.order-info a,
.orders-archive a {
	color: #fe9d04;
	text-decoration: underline
}

.order-info a:hover,
.orders-archive a:hover {
	text-decoration: none
}

.order-info table {
	background: #fff
}

.order-info table td {
	padding: 4px 8px 4px 8px;
	border: 1px solid #cacaca;
	vertical-align: middle
}

@media screen and (max-width:767px) {
	.order-info table td:last-child {
		text-align: right
	}

	.table-responsive tbody,
  .table-responsive td,
  .table-responsive th,
  .table-responsive thead,
  .table-responsive tr,
  table.table-responsive {
		display: block
	}

	.table-responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}

	.table-responsive tr {
		background-color: #fff!important;
		border: 1px solid #cacaca;
		margin: 0 0 20px 0
	}

	.table-responsive tr td {
		padding-left: 50%;
		text-align: right;
		position: relative;
		border: 0;
		border-bottom: 1px solid #eee!important
	}

	.table-responsive tr td:last-child {
		border-bottom: 0!important
	}

	.table-responsive.no-title tr td {
		padding-left: 0
	}

	table.table-responsive td:before {
		content: attr(data-label);
		position: absolute;
		top: 50%;
		left: 8px;
		width: 50%;
		padding-right: 15px;
		white-space: nowrap;
		text-align: left;
		height: 15px;
		margin-top: -8px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 13px
	}
}

.popup {
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	display: none;
	width: 520px;
	margin-left: -260px;
	padding: 0;
	font-weight: 300;
	background: #fff;
	box-shadow: 0 1px 5px #999;
	border: 2px solid #fff;
	border-radius: 4px;
	background: #fff
}

.popup > header {
	padding: 20px 64px 0 20px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 21px;
	line-height: 25px
}

.popup > .popup__section,
.popup > section {
	padding: 20px;
	color: #000
}

.popup .page-text {
	padding: 0;
	font-size: 13px;
	margin: 0 0 20px 0
}

.popup .page-text.popup-banner {
	margin-bottom: 0
}

.popup .form-vertical {
	padding: 0
}

.popup > .popup__footer,
.popup > footer {
	padding: 20px 0;
	border-top: 1px solid #e4e4e4;
	text-align: center;
	margin: 0 20px
}

.popup > .popup__footer .button,
.popup > footer .button {
	display: inline-block;
	float: none;
	min-width: 100px
}

.popup > .popup__footer .button + .button,
.popup > footer .button + .button {
	margin: 0 0 0 10px
}

.popup .close {
	position: absolute;
	right: 20px;
	top: 19px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(/templates/template_37/img/close.png)
}

.popup .close:hover {
	opacity: .8
}

.popup-static {
	position: absolute
}

.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.5)
}

@media (max-width:599px) {
	.popup {
		width: calc(100vw - 30px);
		min-width: 290px;
		margin-left: calc((-100vw / 2) + 15px)
	}

	.popup > .popup__footer .button,
  .popup > footer .button {
		width: 100%
	}

	.popup > .popup__footer .button + .button,
  .popup > footer .button + .button {
		margin: 10px 0 0 0
	}
}

ul.errors,
ul.message {
	padding: 20px;
	color: red;
	margin-bottom: 30px;
	border: 1px solid red;
	background: #fff;
	font-weight: 400
}

ul.errors:last-child,
ul.message:last-child {
	margin-bottom: 0
}

ul.errors p,
ul.message p {
	margin: 0;
	margin-top: 1em
}

ul.errors p:first-child,
ul.message p:first-child {
	margin: 0
}

ul.message {
	border: 1px solid green;
	color: green
}

ul.errors li,
ul.message li {
	padding: 0 0 0 25px;
	margin-top: 4px;
	position: relative
}

ul.errors li:before,
ul.message li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 16px;
	height: 16px
}

ul.errors li:before {
	background: url(/templates/template_37/img/errors.png) 0 0
}

ul.message li:before {
	background: url(/templates/template_37/img/errors.png) 0 -16px
}

ul.errors li.title,
ul.message li.title {
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px
}

ul.errors li.title:before,
ul.message li.title:before {
	display: none
}

.cart-products .cart-product .product-item-inner {
	position: relative;
	margin-bottom: 30px;
	min-height: 265px;
	background: #fbfbfb;
	border-radius: 3px
}

.cart-products .cart-product:last-child .product-item-inner {
	margin-bottom: 20px
}

.cart-products .cart-product .picture_wrapper .picture {
	width: 195px;
	margin: 20px 0 15px 20px;
	height: 195px;
	border: 1px solid #e4e4e4;
	background: #fff;
	overflow: hidden
}

.cart-products .product__sku {
	margin-top: 10px
}

.cart-products .product__firm {
	font-weight: 300;
	margin-top: 10px
}

.cart-products .product__firm-name {
	font-weight: 400
}

.cart-products .product__firm-link {
	color: #fe9d04;
	text-decoration: underline
}

.cart-products .product__firm-link:hover {
	text-decoration: none
}

.cart-products .cart-product .opisanie_small {
	margin-top: 10px
}

.cart-products .cart-product .properties {
	font-size: 12px;
	margin-top: 15px
}

.cart-products .cart-product .properties .properties-item + .properties-title {
	margin-top: 10px
}

.cart-products .cart-product .properties .properties-title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px
}

.cart-products .cart-product .properties ul li {
	position: relative;
	padding-left: 15px;
	margin-top: 3px
}

.cart-products .cart-product .properties ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	display: block;
	border-radius: 50%;
	background: #333;
	left: 5px;
	top: 6px
}

.cart-products .cart-product .control_block .summ_block {
	margin-bottom: 10px
}

.cart-products .cart-product .control_block .price_block,
.cart-products .cart-product .control_block .summ_block {
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 0
}

.cart-products .cart-product .control_block .price_block .price-text,
.cart-products .cart-product .control_block .summ_block .summ-text {
	font-size: 16px;
	color: #818181;
	margin-right: 5px
}

.cart-products .cart-product .control_block .price_block .price {
	line-height: 21px;
	display: inline-block;
	color: #fe9d04;
	font-size: 18px
}

.cart-products .cart-product .control_block .summ_block .summ {
	line-height: 21px;
	display: inline-block;
	color: #333;
	font-size: 18px;
	margin-right: 5px
}

.cart-products .cart-product .control_block .summ_block .summ-old {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	text-decoration: line-through;
	color: #999
}

.cart-products .cart-product .remove {
	font-size: 22px;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
	background: url(/templates/template_37/img/close.png);
	display: block
}

.cart-products .cart-product .remove:hover {
	opacity: .8
}

.cart-products .cart-product .remove span {
	position: absolute;
	text-transform: uppercase;
	font-size: 14px;
	height: 22px;
	display: block;
	padding: 3px 6px 0 0;
	right: 100%
}

.cart-products .variants {
	font-weight: 700;
	margin-top: 10px;
	font-size: 13px;
	color: #999
}

.cart-products .link-zakaz {
	font-size: 13px;
	color: #fe9d04;
	font-weight: 700;
	color: #333;
	margin-top: 10px
}

.cart-products .link-zakaz a {
	text-decoration: none;
	font-weight: 700;
	color: #fe9d04
}

.cart-products .link-zakaz a:hover {
	color: #333;
	text-decoration: none
}

.cart-products .amount {
	padding: 0 33px;
	position: relative;
	margin: 0 0 15px 0;
	float: left
}

.cart-products .amount.disabled {
	padding: 0;
	width: 44px
}

.cart-products .amount-text {
	color: #3e454d;
	font-weight: 500;
	margin-bottom: 10px
}

.cart-products .input-text {
	text-align: center
}

.cart-products .amount .plus {
	background: #000;
	position: absolute;
	right: 0;
	height: 28px;
	width: 28px;
	top: 0;
	display: block;
	border-radius: 4px
}

.cart-products .amount .plus:hover {
	background: #fe9d04
}

.cart-products .amount .plus:before {
	content: '';
	display: block;
	height: 2px;
	width: 14px;
	background: #fff;
	top: 50%;
	position: absolute;
	margin: -1px 0 0 0;
	left: 7px
}

.cart-products .amount .plus:after {
	content: '';
	display: block;
	height: 14px;
	width: 2px;
	background: #fff;
	top: 50%;
	position: absolute;
	margin: -7px 0 0 0;
	left: 13px
}

.cart-products .amount .minus {
	background: #000;
	position: absolute;
	left: 0;
	height: 28px;
	width: 28px;
	top: 0;
	display: block;
	border-radius: 4px
}

.cart-products .amount .minus:hover {
	background: #fe9d04
}

.cart-products .amount .minus:before {
	content: '';
	display: block;
	height: 2px;
	width: 14px;
	background: #fff;
	top: 50%;
	position: absolute;
	margin: -1px 0 0 0;
	left: 7px
}

.cart-products .product__amount-count {
	float: left;
	margin-left: 10px;
	line-height: 28px
}

.cart-products .product__promo {
	font-size: 12px;
	font-weight: 700;
	color: green;
	margin-bottom: 13px
}

@media (min-width:768px) {
	.cart-products .cart-product .product-item-inner {
		padding: 15px 0 15px 235px
	}

	.cart-products .cart-product .picture_wrapper {
		position: absolute;
		left: 0;
		width: 215px;
		top: 0;
		bottom: 0
	}

	.cart-products .cart-product .cart_product_wrapper {
		float: left;
		width: calc(100% - 230px)
	}

	.cart-products .cart-product .control_block {
		width: 230px;
		padding: 4px 20px 45px;
		float: right
	}
}

@media (max-width:767px) {
	.cart-products .cart-product .control_block {
		border-top: 1px solid #e4e4e4;
		margin-top: 20px;
		padding: 20px 20px 60px 20px
	}

	.cart-products .cart-product .cart_product_wrapper {
		padding: 0 20px
	}

	.cart-products .cart-product .picture_wrapper .picture {
		width: 100%;
		min-height: 216px;
		border: 0;
		border-bottom: 1px solid #e4e4e4;
		margin: 0 0 20px 0;
		padding: 20px 0 15px;
		height: auto
	}

	.cart-products .cart-product .remove {
		right: auto;
		left: 15px;
		bottom: 19px
	}

	.cart-products .cart-product .remove span {
		right: auto;
		left: 100%;
		padding: 6px 0 0 4px
	}
}

.customer-info {
	margin-bottom: 20px
}

.cart-block .page-text {
	padding-bottom: 20px;
	border-bottom: 0;
	margin: 0
}

.cart-block .cart-payment {
	margin-bottom: 20px
}

.cart-block .cart-delivery {
	margin-bottom: 20px
}

.cart-block .cart-datetime {
	margin-bottom: 20px
}

@media (max-width:767px) {
	.cart-block .cart-datetime {
		margin-bottom: 0
	}

	.cart-block .cart-datetime input[type=text] {
		margin-bottom: 20px
	}
}

.cart-block .description {
	margin: 2px 0 0 0;
	font-size: 12px;
	color: #818181;
	float: left;
	width: 100%;
	line-height: 17px
}

.cart-block .description p {
	margin: 0
}

.cart-delivery .check-wrapper,
.cart-payment .check-wrapper {
	margin-bottom: 20px
}

.cart-delivery .check-wrapper:last-child,
.cart-payment .check-wrapper:last-child {
	margin-bottom: 0
}

.cart-block .comment-textarea {
	margin-bottom: 0
}

@media (max-width:767px) {
	.cart-block .cart-datetime .input-select {
		margin-bottom: 20px
	}
}

.cart-block .cart-block-result {
	margin-bottom: 20px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.cart-block .page-text + .cart-block-result {
	margin-bottom: 20px
}

.cart-block .cart-block-result .price {
	text-align: right
}

.cart-block .cart-block-result .price .result-text {
	font-size: 16px;
	color: #333
}

.cart-block .cart-block-result .price .result-price {
	color: #fe9d04;
	font-size: 21px;
	line-height: 21px
}

@media (max-width:767px) {
	.cart-block .cart-block-result .price {
		text-align: left
	}

	.cart-block .cart-block-result .price-text {
		padding: 0 0 15px 0
	}
}

.cart-block .cart-block-footer {
	margin-bottom: 30px;
	color: #fff;
	margin: 0 -25px 20px;
	padding: 20px 25px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #fbfbfb;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 20px;
	line-height: 28px
}

.cart-block .cart-block-footer .price-text {
	color: #333
}

.cart-block .cart-block-footer .price {
	text-align: right;
	color: #fe9d04;
	font-size: 28px;
	line-height: 28px
}

@media (max-width:767px) {
	.cart-block .cart-block-footer .price {
		text-align: left;
		padding: 15px 0 0 0
	}

	.cart-block .cart-block-footer {
		margin-left: -17px;
		margin-right: -17px
	}
}

.cart-block .cart-block-footer.final {
	background: #333;
	margin-bottom: 30px
}

.cart-block .cart-block-footer.final .price-text {
	color: #fff
}

.printing {
	text-align: right
}

.printing a {
	text-decoration: underline
}

.printing a:hover {
	text-decoration: none
}

.footnote-final {
	margin-bottom: 20px
}

.footnote-final .footnote {
	margin: 0
}

.number-order {
	display: block;
	font-size: 19px;
	color: #fe9d04;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 25px
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

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

::-moz-placeholder {
	color: #a9a9a9
}

:-moz-placeholder {
	color: #a9a9a9
}

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

.mainpage-actions {
	margin-bottom: 15px;
	padding: 20px 25px
}

.mainpage-actions header {
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 21px;
	line-height: 25px
}

.mainpage-actions footer {
	padding-top: 15px;
	border-top: 1px dotted #e4e4e4;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 17px
}

.mainpage-actions footer a {
	text-decoration: none;
	color: #7c7c7c
}

.mainpage-actions footer a:hover {
	color: #000
}

.mainpage-actions .product-item {
	position: relative;
	margin-top: 20px;
	padding: 0 0 20px 135px;
	border-bottom: 1px solid #e4e4e4
}

.mainpage-actions .product-item:last-child {
	border-bottom: 0
}

.mainpage-actions .product-item .picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px
}

.mainpage-actions .product-item .zoom {
	position: absolute;
	top: 90px;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/templates/template_37/img/zoom.png)
}

.mainpage-actions .product-item .title {
	height: 38px;
	overflow: hidden;
	margin-bottom: 7px;
	line-height: 18px
}

.mainpage-actions .product-item .input-select {
	margin-bottom: 10px
}

.mainpage-actions .product-item .price_block {
	white-space: nowrap;
	margin-bottom: 10px
}

.mainpage-actions .product-item .price_block .price {
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #fe9d04;
	font-size: 21px;
	line-height: 21px;
	display: inline-block
}

.mainpage-actions .product-item .price_block .old_price {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	text-decoration: line-through;
	color: #999;
	margin-left: 8px
}

.mainpage-actions .product-item .buttons {
	margin-top: 10px
}

.mainpage-actions .product-item .buttons .button {
	float: left
}

@media (min-width:992px) and (max-width:1199px) {
	.mainpage-actions .product-item .price_block .price {
		font-size: 17px
	}

	.mainpage-actions .product-item .price_block .old_price {
		font-size: 11px;
		margin-left: 5px
	}
}

@media (min-width:992px) {
	.mainpage-actions .col:nth-child(2) {
		border-left: 1px solid #e4e4e4;
		border-right: 1px solid #e4e4e4
	}
}

@media (max-width:991px) {
	.mainpage-actions header.mainpage-actions-header {
		padding-top: 15px;
		border-top: 1px solid #e4e4e4;
		margin-top: 40px
	}

	.mainpage-actions .product-item .input-select {
		width: 50%
	}

	.menu-item.more {
		display: none!important
	}
}

@media (max-width:477px) {
	.mainpage-actions .product-item .input-select {
		width: 100%
	}

	.mainpage-actions .product-item .price_block .old_price,
  .mainpage-actions .product-item .price_block .price {
		display: block;
		margin-left: 0;
		width: 100%
	}

	.mainpage-actions .product-item {
		padding: 0 0 20px 135px
	}
}

.side-content_right {
	float: right!important
}

.main-main.with-sidebar {
	margin-bottom: 15px;
	padding: 20px 25px
}

@media (max-width:767px) {
	.main-main.with-sidebar {
		padding: 15px
	}
}

.links a {
	text-decoration: underline
}

.links a:hover {
	text-decoration: none
}

span[data-href] {
	cursor: pointer
}

.sidebar-contacts__item + .sidebar-contacts__item {
	margin-top: 15px
}

.sidebar-contacts__item-inner {
	padding: 0 0 0 66px;
	position: relative;
	min-height: 54px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4
}

.sidebar-contacts__item-inner p {
	margin: 0;
	display: inline
}

.sidebar-contacts__item-inner img {
	margin-left: 0!important;
	margin-right: 0!important;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #e9e9e9;
	border-radius: 4px
}

.sidebar-contacts__item-inner a {
	text-decoration: none
}

.sidebar-edges__item + .sidebar-edges__item {
	margin-top: 15px
}

.sidebar-edges__item-inner {
	padding: 0 0 0 66px;
	position: relative;
	min-height: 54px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.sidebar-edges__item-inner p {
	margin: 0;
	display: inline
}

.sidebar-edges__item-inner img {
	margin-left: 0!important;
	margin-right: 0!important;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #e9e9e9;
	border-radius: 4px
}

.sidebar-edges__item-inner a {
	text-decoration: none
}

.privacy-footer {
	margin-top: 12px;
	line-height: 18px;
	color: #7c7c7c;
	font-size: 13px;
	font-weight: 300
}

.privacy-footer p {
	margin: 0;
	margin-top: 1em
}

.privacy-footer p:first-child {
	margin-top: 0
}

.privacy-footer a {
	color: #000;
	text-decoration: underline;
	font-weight: 300
}

.privacy-footer a:hover {
	text-decoration: none
}

.privacy-disclaimer {
	background: #fff;
	border-radius: 0;
	font-size: 13px;
	color: #383838;
	z-index: 98;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1.4;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.5)
}

.privacy-disclaimer p {
	margin: 0;
	margin-top: 1em
}

.privacy-disclaimer p:first-child {
	margin-top: 0
}

.privacy-disclaimer a {
	color: #333;
	font-weight: 300;
	text-decoration: underline
}

.privacy-disclaimer a:hover {
	text-decoration: none
}

.privacy-disclaimer .container {
	position: relative;
	padding-right: 52px;
	padding-top: 10px;
	padding-bottom: 10px
}

.privacy-disclaimer__close {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(/templates/template_37/img/close.png)
}

.privacy-disclaimer__close:hover {
	opacity: .8
}

.privacy-disclaimer__button-block {
	margin-top: 10px
}

.privacy-disclaimer__button-block .button {
	float: none;
	font-size: 14px;
	height: 28px;
	line-height: 1
}

.privacy-forms {
	display: table;
	width: 100%
}

.privacy-forms__text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 11px;
	line-height: 16px
}

.privacy-forms__text p {
	margin: 0;
	margin-top: 1em
}

.privacy-forms__text p:first-child {
	margin-top: 0
}

.privacy-forms__text a {
	text-decoration: underline
}

.privacy-forms__text a:hover {
	text-decoration: none
}

.privacy-forms_button_right .privacy-forms__text {
	padding-right: 15px
}

.privacy-forms_button_left .privacy-forms__text {
	padding-left: 15px
}

.privacy-forms__button-block {
	display: table-cell;
	vertical-align: top
}

.privacy-forms_button_right .privacy-forms__button-block {
	text-align: right
}

.privacy-forms__button-block .button {
	white-space: nowrap
}

@media (max-width:477px) {
	.privacy-forms_button_right .privacy-forms__text {
		display: block;
		padding: 0!important
	}

	.privacy-forms_button_right .privacy-forms__button-block {
		display: block;
		margin-top: 20px
	}

	.privacy-forms_button_right .privacy-forms__button-block .button {
		float: left!important
	}
}

.payment-icons {
	margin-top: 8px
}

.payment-icons p {
	margin: 0
}

.payment-icons img {
	display: inline-block;
	vertical-align: top;
	margin: 4px 4px 0 0
}

.share {
	font-size: 0;
	margin-bottom: -6px
}

.product-full__info-banner {
	margin-bottom: 20px;
	top: -3px;
	position: relative
}

.product-full__info-banner-item + .product-full__info-banner-item {
	margin-top: 15px
}

.main-block__right-inner {
	padding-bottom: 6px
}

.main-block .properties {
	margin-bottom: 12px;
	padding-right: 78px
}

.main-block .properties table {
	width: auto!important
}

.main-block .properties table tr {
	border: 0!important
}

.main-block .properties table td {
	width: auto!important;
	padding: 3px 5px;
	font-size: 12px!important
}

.main-block .properties table td:first-child {
	font-weight: 700!important;
	padding-right: 10px
}

.product-full__properties-link-block {
	margin-bottom: 16px;
	margin-top: -5px
}

.product-full__properties-link {
	color: #fe9d04;
	text-decoration: underline;
	cursor: pointer
}

.product-full__properties-link:hover {
	text-decoration: none
}

.product-full__sku {
	margin-bottom: 15px;
	color: #999
}

.product-full__sku-name {
	font-weight: 700
}

.product-full__firm {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px
}

.product-full__firm-link:hover {
	opacity: .7
}

.product-full__firm-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.product-full__sku-and-firm {
	position: relative;
	padding-right: 78px;
	min-height: 70px;
	margin-bottom: 16px
}

.categories-nav__title-link {
	text-decoration: underline
}

.categories-nav__title-link.active,
.categories-nav__title-link:hover {
	text-decoration: none
}

.categories-nav__image {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.categories-nav_type_tags {
	background: 0 0;
	border: 0;
	padding: 0;
	margin: -6px 0 0 0
}

.categories-nav__item_type_tags {
	background: #fbfbfb;
	color: #7c7c7c;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 3px;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
	border: 1px solid #7c7c7c
}

.categories-nav__item_type_tags:hover {
	color: #000;
	text-decoration: none;
	border-color: #000
}

.categories-nav__item_type_minimal {
	margin-bottom: 10px
}

.categories-nav_type_compact {
	padding-bottom: 5px!important;
	display: flex;
	flex-wrap: wrap
}

.categories-nav__item_type_compact {
	width: 25%;
	float: left;
	margin-bottom: 15px
}

.subcategories__group {
	font-weight: 700;
	margin-bottom: 10px
}

@media (max-width:767px) {
	.categories-nav__item_type_compact {
		width: 33.33333333%
	}
}

@media (max-width:565px) {
	.categories-nav__item_type_compact {
		width: 50%
	}
}

@media (max-width:415px) {
	.categories-nav__item_type_compact {
		width: 100%
	}
}

.categories-nav__item-inner_type_compact {
	height: 100%
}

.categories-nav__title_type_compact {
	padding: 8px 15px 0;
	text-align: center;
	width: 150px;
	margin: 0 auto
}

.categories-nav__image-block_type_compact {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border: 1px solid #e4e4e4;
	overflow: hidden
}

.categories-nav__image-link_type_compact {
	display: block;
	height: 100%;
	width: 100%
}

.categories-nav__image_type_compact {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.categories-nav_type_full {
	padding-bottom: 0!important;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	flex-wrap: wrap
}

.categories-nav__item_type_full {
	width: 50%;
	float: left;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px
}

.categories-nav__item-inner_type_full {
	height: 100%;
	position: relative;
	padding: 20px 20px 20px 130px;
	background: #fff;
	border-radius: 3px;
	display: block;
	color: #000;
	text-decoration: none;
	min-height: 130px
}

.categories-nav__item-inner_type_full:hover {
	text-decoration: none
}

.categories-nav__title_type_full {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	display: block
}

.categories-nav__item-inner_type_full.active .categories-nav__title_type_full,
.categories-nav__item-inner_type_full:hover .categories-nav__title_type_full {
	text-decoration: underline
}

.categories-nav__image-block_type_full {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 15px;
	display: block
}

.categories-nav__image_type_full {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.categories-nav__summary_type_full {
	margin-top: 8px;
	font-size: 12px;
	line-height: 18px;
	color: #7c7c7c;
	display: block
}

.brands-slider {
	padding: 20px 25px
}

.brands-slider-outer {
	margin-bottom: 15px
}

.brands-slider__item {
	margin: 0 10px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}

.brands-slider__item-link {
	background: #fff;
	position: relative;
	min-height: 100px;
	display: block
}

.brands-slider__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.brands-slider__item-link:hover .brands-slider__image {
	opacity: .6
}

.brands-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 28px;
	height: 44px;
	cursor: pointer;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s
}

.brands-slider .slick-prev {
	left: -25px;
	background: url(/templates/template_37/img/carousel-prev.png)
}

.brands-slider .slick-prev:hover {
	opacity: .5
}

.brands-slider .slick-next {
	right: -25px;
	background: url(/templates/template_37/img/carousel-next.png)
}

.brands-slider .slick-next:hover {
	opacity: .5
}

.brands-slider .slick-arrow.slick-disabled {
	opacity: .5;
	cursor: default
}

.brands-card {
	font-size: 0;
	text-align: center;
	margin: -14px -7px 0
}

.brands-card__item {
	margin: 14px 7px 0;
	display: inline-block;
	vertical-align: top
}

.brands-card__item-link {
	text-decoration: none
}

.brands-card__item-image-block {
	position: relative;
	display: block
}

.brands-card__item-link:hover .brands-card__item-image-block {
	opacity: .7
}

.brands-card__item-title {
	display: block;
	color: #000;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 4px;
	transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s
}

.brands-card__item-link:hover .brands-card__item-title {
	color: #666;
	text-decoration: underline
}

.brands-card__item-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.brands-list {
	margin: -10px -5px 0;
	columns: 4 auto;
	-moz-columns: 4 auto
}

.brands-list__item {
	padding: 0 5px
}

.brands-list__item-link {
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	display: inline-block;
	transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s
}

.brands-list__item-link:hover {
	color: #666;
	text-decoration: underline
}

@media (max-width:600px) {
	.brands-list {
		columns: 3 auto;
		-moz-columns: 3 auto
	}
}

@media (max-width:480px) {
	.brands-list {
		columns: 2 auto;
		-moz-columns: 2 auto
	}
}

.slick-slider.slick-initialized {
	visibility: visible!important
}

@media (max-width:767px) {
	.categories-nav__item_type_full {
		width: 100%
	}

	.categories-nav__item-inner_type_full {
		padding: 130px 20px 20px 20px
	}
}

[data-fancybox] {
	cursor: zoom-in
}

@media (min-width:0\0) {
	[data-fancybox] {
		cursor: pointer
	}
}

.fancybox-thumbs > ul > li {
	height: 105px
}

.fancybox-thumbs > ul > li:before {
	border-radius: 0;
	border: 2px solid #4ea7f9
}

.fancybox-thumbs > ul > li > img {
	height: auto!important;
	width: auto!important;
	margin: auto!important;
	min-width: auto;
	min-height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.catalog-filter .filter-buttons {
	padding-left: 15px;
	padding-right: 15px
}

.catalog-filter .form-vertical {
	margin-left: -15px;
	margin-right: -15px
}

.column {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px
}

.categories-nav_type_minimal .column {
	width: 33.33333333%;
	padding-left: 0;
	padding-right: 30px
}

@media (max-width:767px) {
	.categories-nav_type_minimal .column {
		width: 100%
	}

	.column {
		width: 100%
	}
}

.account__header {
	color: #000;
	font-size: 15px
}

.account__user {
	font-weight: 700
}

.account__content {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap
}

.account__item {
	float: left;
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px
}

.account__item-link {
	display: block;
	height: 100%;
	text-align: center;
	font-size: 0;
	border: 1px solid #7c7c7c;
	padding: 15px 15px;
	text-decoration: none
}

.account__item-link:hover {
	text-decoration: none
}

.account__item-link:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(/templates/template_37/img/icons_mask.png) no-repeat;
	background-color: #000
}

.account__item-link:hover:before {
	background-color: #7c7c7c
}

.account__item_1 .account__item-link:before {
	background-position: 0 0
}

.account__item_2 .account__item-link:before {
	background-position: -100px 0
}

.account__item_3 .account__item-link:before {
	background-position: -350px 0
}

.account__item-title {
	font-size: 13px;
	display: block;
	margin-top: 10px;
	font-weight: 700
}

.account__item-link:hover .account__item-title {
	color: #7c7c7c
}

@media (max-width:767px) {
	.account__item {
		width: 100%
	}
}

.edges {
	margin-bottom: 15px;
	padding: 20px
}

.edges__content {
	display: table;
	width: 100%
}

.edges__item {
	width: 25%;
	position: relative;
	color: #000;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle
}

.edges__item-inner {
	position: relative;
	height: 100%;
	padding: 0 10px 0 60px
}

.edges__item-inner img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin-left: 0!important;
	margin-right: 0!important
}

.edges__item-inner p {
	margin: 0;
	display: inline
}

@media (max-width:767px) {
	.edges__content {
		display: block
	}

	.edges__item {
		display: block;
		float: left;
		text-align: center
	}

	.edges__item-inner {
		padding: 55px 0 0 0
	}

	.edges__item-inner img {
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0)
	}
}

@media (max-width:600px) {
	.edges {
		padding: 0 0 20px
	}

	.edges__item {
		width: 50%;
		margin-top: 20px
	}
}

.page {
	margin-left: auto;
	margin-right: auto
}

.page_has_bg {
	background: #fff url(/templates/template_37/img/bg.jpg) center top repeat;
	box-shadow: 0 7px 19px 0 rgba(0,0,0,.14);
	max-width: 1200px
}

@media (min-width:768px) {
	.page {
		width: 750px
	}
}

@media (min-width:992px) {
	.page {
		width: 970px
	}
}

@media (min-width:1200px) {
	.page {
		width: 1170px
	}
}

.feeds__item strong {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.feeds__item {
	margin-top: 8px;
	font-size: 12px;
	line-height: 18px;
	color: #7c7c7c;
	margin-top: 25px
}

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

.feeds__item p {
	margin: 0
}

.subcategories-popular_position_catalog {
	margin-bottom: 20px
}

.subcategories-popular__header {
	font-weight: 700;
	margin-bottom: 10px
}

.subcategories-popular__inner {
	margin-top: -6px;
	font-size: 0
}

.subcategories-popular__link {
	background: #fbfbfb;
	color: #7c7c7c;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 3px;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
	border: 1px solid #7c7c7c
}

.subcategories-popular__link:focus,
.subcategories-popular__link:hover {
	color: #000;
	text-decoration: none;
	border-color: #000
}

.products-grid .product__favorite {
	background-color: #fff;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__favorite.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
	border: 1px solid #e4e4e4;
	background-position: 0 0;
	z-index: 5
}

.products-grid .product-item-inner:hover .product__favorite {
	opacity: 1
}

.products-grid .product__favorite_disable {
	opacity: 1;
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	background-position: 0 -26px
}

.products-grid .product__favorite-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}

@media (max-width:1199px) {
	.products-grid .product__favorite {
		opacity: 1
	}
}

.products-list .product__favorite {
	background-color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__favorite.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	border: 1px solid #e4e4e4;
	background-position: 0 0;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	position: relative;
	z-index: 5
}

.products-list .product__favorite:hover {
	opacity: .6
}

.products-list .product__favorite_disable {
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	background-position: 0 -26px
}

.products-list .product__favorite-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}

.product-full .product__favorite {
	background-color: #fff;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__favorite.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
	border: 1px solid #e4e4e4;
	background-position: 0 0;
	z-index: 5
}

.product-full .picture:hover .product__favorite {
	opacity: 1
}

.product-full .product__favorite_disable {
	opacity: 1;
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	background-position: 0 -26px
}

.product-full .product__favorite-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}

@media (max-width:1199px) {
	.product-full .product__favorite {
		opacity: 1
	}
}

.favorite {
	float: right;
	font-size: 0
}

.favorite__link {
	display: inline-block;
	color: #000;
	font-size: 14px;
	margin: 0 0 0 15px;
	line-height: 48px;
	text-decoration: underline;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	position: relative;
	padding-left: 27px
}

.favorite__link:hover {
	text-decoration: none
}

.favorite__link:before {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__favorite.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	background-position: 0 0
}

@media (max-width:1199px) {
	.favorite__title {
		display: none
	}

	.favorite__link {
		margin: 0 15px 0 0;
		text-decoration: none
	}

	.favorite__amount {
		font-size: 14px
	}
}

.products-grid .product__compare {
	background-color: #fff;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__compare.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
	border: 1px solid #e4e4e4;
	background-position: 0 0;
	z-index: 5
}

.products-grid .product-item-inner:hover .product__compare {
	opacity: 1
}

.products-grid .product__compare_disable {
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__compare.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	border: 1px solid #e4e4e4;
	z-index: 5;
	opacity: 1;
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	background-position: 0 -26px
}

.products-grid .product__compare-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}

@media (max-width:1199px) {
	.products-grid .product__compare {
		opacity: 1
	}
}

.products-grid .product__compare + .product__favorite,
.products-grid .product__compare_disable + .product__favorite,
.products-grid .product__favorite + .product__compare,
.products-grid .product__favorite + .product__compare_disable {
	top: 48px
}

.products-list .product__compare {
	background-color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__compare.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	border: 1px solid #e4e4e4;
	background-position: 0 0;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	position: relative;
	z-index: 5
}

.products-list .product__compare:hover {
	opacity: .6
}

.products-list .product__compare_disable {
	width: 28px;
	height: 28px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__compare.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
	position: relative;
	z-index: 5;
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	background-position: 0 -26px
}

.products-list .product__compare-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}

.product-full .product__compare {
	background-color: #fff;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__compare.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
	border: 1px solid #e4e4e4;
	background-position: 0 0;
	z-index: 5
}

.product-full .picture:hover .product__compare {
	opacity: 1
}

.product-full .product__compare_disable {
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__compare.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	border: 1px solid #e4e4e4;
	z-index: 5;
	opacity: 1;
	background-color: #2e2e2e;
	border-color: #2e2e2e;
	background-position: 0 -26px
}

.product-full .product__compare-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}

@media (max-width:1199px) {
	.product-full .product__compare {
		opacity: 1
	}
}

.compare {
	float: right;
	font-size: 0
}

.compare__link {
	display: inline-block;
	color: #000;
	font-size: 14px;
	margin: 0 0 0 15px;
	line-height: 48px;
	text-decoration: underline;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	position: relative;
	padding-left: 27px
}

.compare__link:hover {
	text-decoration: none
}

.compare__link:before {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	border-radius: 3px;
	background-image: url(/templates/template_37/img/product__compare.png);
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	background-position: 0 0
}

@media (max-width:1199px) {
	.compare__title {
		display: none
	}

	.compare__link {
		margin: 0 15px 0 0;
		text-decoration: none
	}

	.compare__amount {
		font-size: 14px
	}
}

.product-full .product__compare + .product__favorite,
.product-full .product__compare_disable + .product__favorite,
.product-full .product__favorite + .product__compare,
.product-full .product__favorite + .product__compare_disable {
	top: 48px
}

.compare-table__left {
	float: left;
	width: 296px;
	z-index: 2;
	position: relative
}

.compare-table__button-block {
	height: 263px;
	margin-left: 10px;
	margin-right: 10px
}

.compare-table__button-block .button {
	width: 100%
}

.compare-table__button-block .button_alt {
	margin-top: 10px
}

.compare-table__control {
	margin-left: 10px;
	margin-right: 10px;
	height: 49px
}

.compare-table__control-inner {
	width: 100%;
	display: table;
	border-collapse: collapse
}

.compare-table__control-tab {
	border: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 4px 10px;
	font-size: 11px;
	width: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 48px;
	font-weight: 500;
	cursor: pointer;
	line-height: 1.1
}

.compare-table__control-tab_active {
	color: #fe9d04;
	border-top: 1px solid #fe9d04;
	border-bottom: 1px solid #fff
}

.compare-table__right {
	padding-left: 296px;
	position: relative
}

.compare-table__products {
	height: auto;
	padding-bottom: 32px!important
}

.compare-table__products .jspContainer {
	height: auto;
	overflow: visible
}

.compare-table__row {
	white-space: nowrap;
	font-size: 0
}

.compare-table__param_hidden {
	display: none!important
}

.compare-table__param-name {
	width: 100%;
	display: inline-block;
	white-space: normal;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	position: relative
}

.compare-table__right .compare-table__param-name {
	width: 240px
}

.compare-table__row-delete {
	width: 24px;
	height: 24px;
	background: url(/templates/template_37/img/compare-table__row-delete.png) no-repeat center center;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 11px;
	top: 0;
	z-index: 2
}

.compare-table__row-delete:hover {
	opacity: .6
}

.compare-table__param-value {
	width: 237px;
	display: inline-block;
	white-space: normal;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	text-align: center
}

.compare-table__param-inner {
	display: block;
	width: 100%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 300;
	color: #696969;
	height: 100%;
	background: #fff
}

.compare-table__param-name .compare-table__param-inner {
	font-weight: 400;
	color: #000;
	padding-right: 24px
}

.compare-table__param-value_is_empty {
	text-align: center
}

.compare-table__param-inner_is_product {
	border-top: 1px solid #efefef;
	padding-bottom: 15px;
	position: relative;
	padding-top: 20px;
	height: 312px
}

.compare-table__param_hovered .compare-table__param-inner:not(.compare-table__param-inner_is_product) {
	background: #f7f8f8
}

.compare-table .product__remove-link {
	width: 24px;
	height: 24px;
	background: url(/templates/template_37/img/product__remove-link.png) no-repeat center center;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.compare-table .product__remove-link:hover {
	opacity: .6
}

.compare-table .product__image-block {
	height: 165px;
	width: 165px;
	margin: 0 auto;
	position: relative
}

.compare-table .product__image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.compare-table .product__zoom {
	top: 84px
}

.compare-table .compare-table__param-inner_is_product:hover .product__zoom {
	opacity: .7
}

.compare-table .product__title {
	margin-top: 12px;
	text-align: center;
	overflow: hidden
}

.compare-table .product__price-block {
	margin-top: 7px;
	text-align: center
}

.same-fields_hidden {
	display: none!important
}

@media (max-width:1199px) {
	.compare-table__left {
		float: left;
		width: 100%
	}

	.compare-table__right {
		padding-left: 0;
		float: left;
		width: 100%;
		margin-top: 15px
	}

	.compare-table__button-block {
		height: auto
	}

	.compare-table__control {
		margin-top: 15px
	}
}

.km {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 0 21px
}

.check-wrapper.has_image .km {
	padding-left: 0
}

.km > span {
	display: flex;
	align-items: center;
	margin-top: 6px
}

.km > span:first-child {
	padding-right: 6px;
	font-size: 11px
}

.km .input-text {
	width: 50px;
	display: inline-block;
	text-align: center
}

.check-wrapper.has_image {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.check-wrapper.has_image .input-radio {
	display: flex;
	width: 14px;
	align-items: center;
	padding: 0;
	flex-shrink: 0
}

.check-wrapper.has_image .input-radio .i {
	left: auto;
	top: auto;
	position: relative
}

.check-block__image-block {
	width: 110px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 10px;
	font-size: 0;
	flex-shrink: 0
}

.check-block__image-block > div {
	width: 100%;
	position: relative;
	display: inline-block
}

.check-block__image-block img {
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.check-block__content {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 14px);
	align-items: center;
	padding-left: 10px
}

.check-block__image-block + .check-block__content {
	width: calc(100% - 124px)
}

.check-block__title {
	width: 100%;
	font-size: 15px;
	line-height: 16px;
	color: #333;
	font-weight: 400
}

.check-wrapper.has_image .description {
	width: 100%;
	padding-left: 0
}

.method-show {
	pointer-events: none
}

.method-show .check-block__image-block {
	width: 100px;
	padding-left: 0
}

.method-show .check-block__content {
	width: 100%;
	padding-left: 0
}

.method-show .check-block__image-block + .check-block__content {
	width: calc(100% - 100px);
	padding-left: 10px
}

.check-block__button-block {
	margin-top: 5px
}

.check-block__button-block .button {
	float: none
}

.check-block__widget {
	width: 956px;
	margin-left: -478px;
	margin-top: 0;
	padding: 30px
}

.check-block__address {
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400
}

.check-block__address [data-id=name] {
	color: #fe9d04
}

.check-block__widget .close {
	right: 4px;
	top: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto
}

@media (max-width:991px) {
	.check-block__widget {
		width: calc(100vw - 30px);
		margin-left: calc((-100vw / 2) + 15px);
		padding: 30px 15px 15px
	}

	.check-block__widget.has_scroll .check-block__widget-content {
		min-width: 654px;
		overflow: hidden
	}

	.check-block__widget.has_scroll .check-block__widget-inner {
		overflow-x: auto;
		padding-bottom: 50px
	}

	.check-block__widget.has_scroll .check-block__widget-inner:after,
  .check-block__widget.has_scroll .check-block__widget-inner:before {
		content: '';
		width: 24px;
		height: 24px;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gZmlsbC1ydWxlPSJldmVub2RkIiBwb2ludHM9IjkuNDE0IDEyIDE2LjcwNyAxOS4yOTMgMTUuMjkzIDIwLjcwNyA2LjU4NiAxMiAxNS4yOTMgMy4yOTMgMTYuNzA3IDQuNzA3Ii8+PC9zdmc+) no-repeat center center/24px auto;
		position: absolute;
		bottom: 20px;
		left: 15px
	}

	.check-block__widget.has_scroll .check-block__widget-inner:after {
		transform: rotate(180deg);
		left: auto;
		right: 15px
	}
}

@media (max-width:499px) {
	.cart-block .description {
		font-size: 11px
	}
}

.additional-place {
	padding: 20px 25px
}

.additional-place .catalog_dop {
	margin-top: 0
}

.additional-place .catalog_dop + .catalog_dop {
	margin-top: 30px
}

.subcategories-toggle {
	display: none;
	margin-bottom: 20px;
	margin-top: -10px
}

.subcategories-toggle-link {
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	font: 14px/20px Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.subcategories-toggle-link:hover {
	text-decoration: none
}

.subcategories-toggle-link.active {
	text-decoration: none
}

.subcategories_type_minimal {
	overflow: hidden;
	position: relative
}

.subcategories_type_minimal.minimized:after {
	content: '';
	display: block;
	left: 0;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(251,251,251,.8) 80%,#fbfbfb 100%);
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(251,251,251,.8) 80%,#fbfbfb 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(251,251,251,.8) 80%,#fbfbfb 100%);
	height: 30px;
	position: absolute;
	pointer-events: none
}

.subcategories_type_minimal .subcategories__inner {
	-moz-columns: 4 auto;
	-webkit-columns: 4 auto;
	columns: 4 auto;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0
}

.subcategories_type_minimal .subcategories__item {
	width: 100%;
	float: none;
	display: inline-block
}

@media (max-width:767px) {
	.subcategories_type_minimal .subcategories__inner {
		-moz-columns: 3 auto;
		-webkit-columns: 3 auto;
		columns: 3 auto
	}
}

@media (max-width:499px) {
	.subcategories_type_minimal .subcategories__inner {
		-moz-columns: 2 auto;
		-webkit-columns: 2 auto;
		columns: 2 auto
	}
}

.profit__percent {
	background: #fdce36;
	color: #4a494a
}

.profit__price {
	background: #fdce36;
	color: #4a494a
}

.products-list .profit {
	font-size: 0;
	margin-top: -5px;
	margin-bottom: 12px
}

.products-list .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 12px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	margin-right: 5px;
	margin-top: 5px
}

.products-list .profit__price {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 12px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	margin-top: 5px
}

.products-grid .profit {
	font-size: 0;
	position: absolute;
	left: 25px;
	pointer-events: none;
	z-index: 3;
	top: 187px
}

.products-grid .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 14px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.products-full .profit {
	font-size: 0;
	margin-bottom: 10px
}

.products-full .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 17px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	margin-right: 5px
}

.products-full .profit__price {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 17px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.cart-product .profit {
	font-size: 0;
	position: absolute;
	right: 5px;
	pointer-events: none;
	z-index: 3;
	top: 25px
}

.cart-product .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 14px;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

@media (max-width:767px) {
	.cart-product .profit {
		top: 5px
	}
}

.product__gift {
	position: absolute;
	width: 47px;
	height: 32px;
	left: 10px;
	top: 5px;
	background: url(/templates/template_37/img/product__gift.png) no-repeat left center;
	z-index: 3;
	text-align: left
}

.product__gift:hover {
	z-index: 6
}

.product__gift-inner {
	display: none;
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background: #fff;
	width: 184px;
	padding: 4px 8px 8px;
	border: 1px solid #e4e4e4
}

.product__gift:hover .product__gift-inner {
	display: block
}

.product__gift-inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -7px 0 0 -7px;
	border: 1px solid #e4e4e4;
	background: #fff;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	z-index: 1
}

.product__gift-inner:after {
	content: '';
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

.product__gift-header {
	z-index: 3;
	position: relative;
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700
}

.product__gift-content {
	z-index: 3;
	position: relative;
	margin-top: 8px
}

.product__gift-content:first-child {
	margin-top: 0
}

.product__gift-item {
	display: block;
	position: relative;
	color: #000;
	font-weight: 400;
	padding-left: 63px;
	text-decoration: none;
	min-height: 55px
}

.product__gift-item + .product__gift-item {
	margin-top: 8px
}

.product__gift-item:hover {
	color: #fe9d04;
	text-decoration: none
}

.product__gift-item-title {
	display: table-cell;
	font-size: 12px;
	line-height: 1.2;
	vertical-align: middle;
	height: 55px
}

.product__gift-item-image-block {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	display: block
}

.product__gift-item-image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.products-list .product__gift {
	left: 26px;
	top: 177px
}

.products-grid .product__gift {
	left: 7px;
	top: 2px;
	z-index: 6
}

.products-full .product__gift {
	left: 10px;
	bottom: 10px;
	top: auto
}

.cart-products .product__gift {
	left: 29px;
	top: 26px
}

.subcategories_type_include .subcategories__inner,
.subcategories_type_product .subcategories__inner {
	font-size: 0
}

@media (max-width:767px) {
	.products-list .product__gift {
		left: 12px;
		top: 200px
	}

	.cart-products .product__gift {
		left: 8px;
		top: 6px
	}
}

.amount .input-text {
	padding: 0
}

.products-list .amount input {
	width: 50px
}

.products-list .amount input.size-6 {
	width: 55px
}

.products-list .amount input.size-7 {
	width: 63px
}

.products-list .amount input.size-8 {
	width: 69px
}

.products-list .amount input.size-9 {
	width: 77px
}

.products-grid .amount input {
	width: 50px;
}

.products-grid .amount input.size-6 {
	width: 55px
}

.products-grid .amount input.size-7 {
	width: 63px
}

.products-grid .amount input.size-8 {
	width: 69px
}

.products-grid .amount input.size-9 {
	width: 77px
}

.products-full .amount input {
	width: 50px
}

.products-full .amount input.size-6 {
	width: 55px
}

.products-full .amount input.size-7 {
	width: 63px
}

.products-full .amount input.size-8 {
	width: 69px
}

.products-full .amount input.size-9 {
	width: 77px
}

.cart-products .amount input {
	width: 50px
}

.cart-products .amountinput.size-6 {
	width: 55px
}

.cart-products .amount input.size-7 {
	width: 63px
}

.cart-products .amount input.size-8 {
	width: 69px
}

.cart-products .amount input.size-9 {
	width: 77px
}

.rate {
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.rate__stars {
	display: block;
	margin-right: 10px;
	width: 70px;
	height: 14px;
	position: relative;
	margin-top: -2px
}

.rate__stars:before {
	content: '';
	background-image: url(/templates/template_37/img/rate.png);
	background-repeat: repeat-x;
	background-position: 0 -1px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.rate__stars > div {
	background-image: url(/templates/template_37/img/rate.png);
	background-repeat: repeat-x;
	background-position: 0 -17px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.rate__text {
	line-height: 1;
	white-space: nowrap;
	font-size: 12px;
	color: #7c7c7c
}

.products-grid .rate__stars,
.products-list .rate__stars {
	margin-right: 0
}

.products-grid .rate__stars > div,
.products-grid .rate__stars:before,
.products-list .rate__stars > div,
.products-list .rate__stars:before {
	background-image: url(/templates/template_37/img/rate_dark.png)
}

.response__header {
	margin: 30px 0 15px 0;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 21px;
	line-height: 25px
}

.response__list {
	margin-top: 30px;
	padding-bottom: 45px
}

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

.response__add {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px
}

.response__add > div {
	padding: 0 15px;
	white-space: nowrap;
	margin-top: 15px
}

.response__all {
	font-size: 13px;
	line-height: 1;
	color: #222;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
	display: inline-block;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}

a.response__all {
	text-decoration: none;
	border-bottom-color: #222
}

a.response__all:hover {
	text-decoration: none;
	border-bottom-color: transparent
}

.response__form + .message,
.response__form + .page-text,
.response__form + .response {
	margin-top: 30px
}

.page-text + .response {
	margin-top: 30px
}

.response__item {
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding: 15px;
	background: #fff;
	border-radius: 4px
}

.response__item-avatar {
	width: 42px;
	height: 42px;
	background: url(/templates/template_37/img/default-user.png) no-repeat center center/cover;
	flex-shrink: 0
}

.response__item-content {
	padding: 2px 0 0 15px;
	width: calc(100% - 42px)
}

.response__item-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #000;
	font-family: Cuprum,'Helvetica Neue',Helvetica,Arial,sans-serif
}

.response__item-text {
	margin-top: 13px;
	font-size: 14px;
	color: #222
}

.response__item-date {
	margin-top: 13px;
	line-height: 1;
	white-space: nowrap;
	font-size: 12px;
	color: #7c7c7c
}

form[name=response_page] .input-checkbox,
form[name=response_page] .input-radio {
	margin: 0 15px 15px 0
}

.response.page_response .response__list {
	padding-bottom: 30px
}

.response.page_response .response__item {
	padding: 0;
	border-radius: 0
}

.response:not(.page_response) .response__add .rate__stars > div,
.response:not(.page_response) .response__add .rate__stars:before {
	background-image: url(/templates/template_37/img/rate_dark.png)
}

.orders-archive .table th {
	white-space: nowrap
}

.orders-archive .table th:nth-child(2) {
	width: 100%
}

.countdown-datetime {
	border: 1px solid #dadada;
	background-color: #eaeaea;
	display: inline-block;
	position: relative;
	padding-left: 38px;
	opacity: .9;
	pointer-events: none
}

.countdown-datetime__title {
	margin: 0 0 -4px -40px;
	font-size: 12px;
	line-height: 1.2;
	color: #e52a29;
	padding: 3px 12px;
	font-weight: 500;
	text-align: left
}

.countdown-datetime .svg {
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px
}

.countdown-datetime .svg path {
	fill: #e52a29
}

.countdown-datetime__inner {
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	height: 40px
}

.countdown-datetime__inner > div {
	width: 25%;
	min-width: 38px;
	text-align: center;
	position: relative
}

.countdown-datetime__inner > div:before {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 5px
}

.countdown-datetime__inner > div:after {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 10px
}

.countdown-datetime__inner > div:last-child:after,
.countdown-datetime__inner > div:last-child:before {
	display: none
}

.countdown-datetime__inner > div > span {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	display: block
}

.countdown-datetime__inner > div > div {
	color: #333;
	opacity: .6;
	font-size: 11px;
	line-height: 1;
	margin-top: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.products-full .countdown-datetime {
	margin-bottom: 16px
}

.mainpage-actions .countdown-datetime {
	margin-bottom: 12px
}

@media (min-width:992px) and (max-width:1199px) {
	.mainpage-actions .countdown-datetime__title {
		margin-left: 0;
		padding: 3px 9px
	}

	.mainpage-actions .countdown-datetime {
		padding-left: 0
	}

	.mainpage-actions .countdown-datetime .svg {
		display: none
	}

	.mainpage-actions .countdown-datetime__inner > div {
		min-width: 34px
	}
}

@media (max-width:400px) {
	.mainpage-actions .countdown-datetime__title {
		margin-left: 0;
		padding: 3px 9px
	}

	.mainpage-actions .countdown-datetime {
		padding-left: 0
	}

	.mainpage-actions .countdown-datetime .svg {
		display: none
	}

	.mainpage-actions .countdown-datetime__inner > div {
		min-width: 34px
	}
}

.products-list .countdown-datetime {
	padding-left: 30px;
	margin-bottom: 14px
}

.products-list .countdown-datetime__title {
	margin-left: -33px
}

.products-grid .countdown-datetime {
	width: 100%;
	margin-bottom: 13px
}

@media (max-width:1199px) {
	.products-grid .countdown-datetime {
		width: auto
	}
}

.actions .countdown-datetime {
	margin-top: 10px
}

.news-list .countdown-datetime {
	margin-top: 8px
}

.news-item .countdown-datetime {
	margin-top: 1em
}

.promocode__form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px
}

.promocode__form .label {
	padding-right: 10px;
	margin: 0
}

.promocode__form .input-text {
	width: 249px;
	height: 32px;
	border-radius: 4px 0 0 4px;
	border-right: 0
}

.promocode__form .button {
	border-radius: 0 4px 4px 0
}

@media (max-width:767px) {
	.promocode__form-col:first-child {
		width: 100%;
		margin-bottom: 5px
	}

	.promocode__form .input-text {
		width: 190px
	}
}

@media (max-width:359px) {
	.promocode__form-col {
		width: 100%
	}

	.promocode__form .input-text {
		width: 100%;
		border-right: 1px solid #c5c5c5;
		border-radius: 4px
	}

	.promocode__form .button {
		border-radius: 4px;
		margin-top: 7px;
		float: left
	}
}

.sms-send {
	float: left;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 1.2;
	width: calc(100% - 162px)
}

.sms-send > div {
	height: 52px;
	display: flex;
	align-items: center;
	padding-bottom: 2px
}

.sms-send > div a {
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #333
}

.sms-send > div a:hover {
	border-color: transparent
}

.sms-send_type_captcha {
	width: calc(100% - 162px - 162px)
}

.sms-send_type_remaining {
	font-weight: 500
}

@media (max-width:767px) {
	.sms-send_type_captcha {
		width: 100%;
		margin: 0 0 22px 0
	}

	.sms-send_type_captcha > div {
		height: auto
	}

	.sms-send > div a {
		font-size: 12px
	}
}


/* contacts-page */
.contacts-page__row {
	margin-top: -30px;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.contacts-page__col {
	width: 100%;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.contacts-page__col_i_2 {
	width: 50%;
}

.contacts-page__content {
	margin-top: -30px;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.contacts-page__item {
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
}

.contacts-page__col_i_2 .contacts-page__item {
	width: 50%;
}

.contacts-page__item_long {
	width: 100%!important;
}

.contacts-page__item h2 {
	margin: 0
}

.contacts-page__item-text {
	margin-top: 1em;
}

.contacts-page__item-text:first-child {
	margin-top: 0;
}

.contacts-page__slider {
	overflow: hidden!important;
	margin: 0!important;
	margin-top: 1em!important;
}

.contacts-page__slider:first-child {
	margin-top: 0!important;
}

.contacts-page__slider img {
	display: block!important;
	margin: 0 auto!important;
	padding: 0!important;
}

.contacts-page__slider .slick-arrow {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 5px 20px rgba(34, 34, 34, .07);
	top: 50%;
	transform: translate(0, -50%);
}

.contacts-page__slider .slick-prev {
	left: 15px;
	opacity: .8;
}

.contacts-page__slider .slick-prev:before,
.contacts-page__slider .slick-prev:after {
	content: '';
	display: block!important;
	width: 10px;
	height: 2px;
	background: #000;
	transform: rotate(-45deg);
	position: absolute;
	left: 14px;
	top: 16px;
}

.contacts-page__slider .slick-prev:after {
	transform: rotate(45deg);
	top: auto;
	bottom: 16px;
}

.contacts-page__slider .slick-next {
	right: 15px;
	opacity: .8;
}

.contacts-page__slider .slick-next:before,
.contacts-page__slider .slick-next:after {
	content: '';
	display: block!important;
	width: 10px;
	height: 2px;
	background: #000;
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: 16px;
}

.contacts-page__slider .slick-next:after {
	transform: rotate(-45deg);
	top: auto;
	bottom: 16px;
}

.contacts-page__slider .slick-arrow:hover {
	opacity: 1;
}

.contacts-page__slider .slick-dots {
	margin: 0!important;
	padding: 0!important;
	position: absolute!important;
	bottom: 17px!important;
	display: flex!important;
	justify-content: center!important;
	font-size: 0;
}

.contacts-page__slider .slick-dots > li {
	width: 10px!important;
	height: 10px!important;
	display: block!important;
	list-style: none!important;
	margin: 8px 4px 0!important;
	padding: 0!important;
	border-radius: 50%!important;
	background: transparent;
	border: 2px solid grey;
}

.contacts-page__slider .slick-dots > li:hover {
	background: grey;
}

.contacts-page__slider .slick-dots > li.slick-active {
	background: grey;
}

.contacts-page__slider .slick-dots > li:before,
.contacts-page__slider .slick-dots > li:after {
	display: none;
}

.contacts-page__socials {
	margin-top: calc(1em - 3px);
	display: flex;
	flex-wrap: wrap;
}

.contacts-page__socials > * {
	display: block;
	transition: opacity ease .5s;
	width: 28px;
	height: 28px;
	overflow: hidden;
	background-repeat: no-repeat;
	border-radius: 3px;
	background-image: url(/misc/img/socials_small.svg);
	margin: 8px 8px 0 0;
}

.contacts-page__socials > *:hover {
	opacity: .8;
}

.contacts-page__socials > *.icon_vk {
	background-position: 0px -28px;
}

.contacts-page__socials > *.icon_ok {
	background-position: -196px -28px;
}

.contacts-page__socials > *.icon_facebook {
	background-position: -28px -28px;
}

.contacts-page__socials > *.icon_twitter {
	background-position: -56px -28px;
}

.contacts-page__socials > *.icon_instagram {
	background-position: -112px -28px;
}

.contacts-page__socials > *.icon_moimir {
	background-position: -140px -28px;
}

.contacts-page__socials > *.icon_telegram {
	background-position: -84px -28px;
}

.contacts-page__socials > *.icon_lj {
	background-position: -168px -28px;
}

.contacts-page__socials > *.icon_youtube {
	background-position: -224px -28px;
}

.contacts-page__messengers {
	margin-top: 1em;
}

.contacts-page__messengers > * {
	position: relative;
	display: inline-flex;
	padding-left: 20px;
	align-items: center;
}

.contacts-page__messengers > *:before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	/*margin-top: 1px;*/
}

.contacts-page__messengers > *.icon_whatsapp:before {
	background-image: url(/misc/img/icon_whatsapp.svg);
}

.contacts-page__messengers > *.icon_telegram:before {
	background-image: url(/misc/img/icon_telegram.svg);
}

.contacts-page__messengers > *.icon_viber:before {
	background-image: url(/misc/img/icon_viber.svg);
}

.contacts-page__messengers > *.icon_skype:before {
	background-image: url(/misc/img/icon_skype.svg);
}

.contacts-page__messengers > *.icon_icq:before {
	background-image: url(/misc/img/icon_icq.svg);
}

@media (max-width:992px) {
	.contacts-page__col_i_2 {
		width: 100%;
	}

	.contacts-page__slider .slick-prev {
		left: 15px;
		opacity: .8;
	}

	.contacts-page__slider .slick-next {
		right: 15px;
		opacity: .8;
	}

	.contacts-page__item {
		width: 100%!important;
	}
}

#error_order_form {
	margin-bottom: 30px;
}
