:root {
	--color1: #ffbb00
}

:focus::-webkit-input-placeholder {
	color: transparent
}

:focus:-moz-placeholder {
	color: transparent
}

:focus::-moz-placeholder {
	color: transparent
}

:focus::placeholder {
	color: transparent
}

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

[class^=col-] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%
}

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

@media (min-width:768px) {
	.col-sm-12 {
		width: 100%
	}

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

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

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

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

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

@media (min-width:992px) {
	.col-md-4 {
		width: 33.33333333%
	}

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

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

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

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

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

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

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

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

.slick-loading .slick-list {
	background: #fff url(/templates/template_43/img/ajax-loader.gif) center center no-repeat
}

.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: 0
}

.slick-next {
	right: 0
}

.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 {
	display: none
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 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: 500
}

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 {
	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] {
	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;
	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
}

body {
	min-width: 280px;
	font-family: Roboto,Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	color: #777
}

* {
	font-family: Roboto,Helvetica,Arial,sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	font-family: Roboto,Helvetica,Arial,sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

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

a {
	outline: 0;
	text-decoration: underline;
	color: #333;
	cursor: pointer
}

a:hover {
	color: #ffba00;
	outline: 0
}

a:focus,
a:hover {
	outline: 0
}

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

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
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

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

.hidden {
	display: none
}

.vis_hidden {
	visibility: hidden
}

.vis_visible {
	visibility: visible
}

.nowrap {
	white-space: nowrap
}

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

.mt-0 {
	margin-top: 0
}

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

.pd0 {
	padding: 0
}

.rel {
	position: relative
}

.pointer,
a span {
	cursor: pointer
}

[data-fancybox] {
	cursor: pointer
}

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

@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden
	}
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

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

.text {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: 500;
	color: #333
}

.text h1 {
	font-size: 30px
}

.text h2 {
	font-size: 26px
}

.text h3 {
	font-size: 22px
}

.text h4 {
	font-size: 19px
}

.text h5 {
	font-size: 18px
}

.text h6 {
	font-size: 16px
}

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

.text p {
	margin: 0;
	margin-top: 1em
}

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

.text .video {
	margin-bottom: 14px
}

.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: 1em;
	margin-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: #cfcfcf
}

.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-x: scroll
}

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

.index-header,
.page-title {
	background: #fff;
	color: #333;
	min-height: 54px;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 12px 20px;
	position: relative;
	text-transform: uppercase;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.index-header-h2,
.page-title h1 {
	float: left;
	margin: 6px 0 0;
	font-size: 20px;
	font-weight: 400
}

.index-header-all {
	float: right;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	vertical-align: middle;
	text-transform: none;
	background: #fb0;
	border: 0 solid #da9f00;
	border-width: 0 1px 1px 0;
	text-decoration: none;
	color: #333
}

.index-header-all:hover {
	text-decoration: none;
	color: #333;
	background: #fccb33
}

.bread-crumbs .container {
	background: #fff;
	padding-top: 6px
}

.bread-crumbs ul {
	display: block;
	font-size: 0;
	line-height: 1
}

.bread-crumbs ul li {
	color: #000;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 24px;
	margin-top: 6px
}

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

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

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

.bread-crumbs ul li a {
	color: #000;
	-webkit-transition: color ease-out 70ms;
	-moz-transition: color ease-out 70ms;
	-o-transition: color ease-out 70ms;
	transition: color ease-out 70ms;
	text-decoration: underline
}

.bread-crumbs ul li a:hover {
	color: #ffa200;
	text-decoration: none
}

.form-block {
	margin-bottom: 19px
}

.errors + .form-block,
.message + .form-block {
	margin-top: -11px
}

.links a + a {
	margin-left: 19px
}

.input-multiselect,
.input-select,
.input-text,
.input-textarea {
	width: 100%;
	height: 36px;
	padding: 0 15px 0 10px;
	border: 1px solid #cfcfcf;
	font-size: 13px;
	font-weight: 300;
	font-family: Roboto,Helvetica,Arial,sans-serif;
	line-height: 36px;
	color: #777;
	background: #fff;
	-webkit-appearance: none;
	box-sizing: border-box
}

.input-multiselect {
	padding: 0
}

.col-sm-4 .label {
	font-size: 13px;
	line-height: 16px
}

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

.label {
	display: block;
	margin-bottom: 6px;
	line-height: 16px;
	font-size: 14px;
	color: #333
}

.label .required {
	color: #333
}

.input-multiselect,
.input-select,
.input-text,
.input-textarea {
	width: 100%;
	height: 36px;
	padding: 4px 8px;
	padding: 0 15px 0 10px;
	border: 1px solid #cfcfcf;
	font-size: 13px;
	font-weight: 300;
	font-family: Roboto,Helvetica,Arial,sans-serif;
	line-height: 36px;
	color: #777;
	background: #fff;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.input-multiselect {
	padding: 0
}

.input-select {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.input-select span {
	z-index: 1;
	font-weight: 300;
	font-size: 13px;
	line-height: 1;
	color: #777;
	white-space: nowrap;
	padding: 10px 0 10px 0
}

.input-select .i {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	z-index: 2;
	box-shadow: 1px 0 10px 5px #fff;
	background: url(/templates/template_43/img/select.png) 100% 50% no-repeat;
	background-color: #fff;
	vertical-align: middle
}

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

.input-textarea {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 86px;
	line-height: 18px;
	resize: none;
	display: block
}

.input-multiselect {
	height: auto
}

.input-checkbox,
.input-radio {
	position: relative;
	display: block;
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.3;
	color: #333;
	font-weight: 500;
	padding-left: 25px
}

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

.input-checkbox .i,
.input-radio .i {
	position: absolute;
	display: inline-block;
	border: 1px solid #cfcfcf;
	vertical-align: middle;
	overflow: hidden;
	top: -1px;
	left: 0
}

.input-radio .i {
	border-radius: 50%;
	width: 16px;
	height: 16px;
	margin-right: 9px
}

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

.input-checkbox .i {
	width: 19px;
	height: 18px;
	margin-right: 9px;
	margin-top: -1px
}

.input-checkbox input:checked + .i:after {
	position: absolute;
	display: block;
	width: 19px;
	height: 18px;
	top: -1px;
	left: -1px;
	background-image: url(/templates/template_43/img/checkbox.png);
	background-color: #ffa200;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.input-radio input:checked + .i:after {
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	border: 2px solid #ffac00;
	border-radius: 50%;
	background: #fff
}

.form-vertical .input-text,
.form-vertical .input-textarea {
	margin-bottom: 19px;
	background: #fff!important
}

.form-vertical .comment-textarea {
	margin-bottom: 0
}

.form-vertical .label {
	color: #4d4d4d
}

.form-vertical .title {
	margin: 0 0 13px;
	width: 100%;
	display: flex;
	align-items: center
}

.form-vertical .title > span {
	font-size: 18px;
	line-height: 26px;
	border-bottom: 2px solid #fb0;
	float: left
}

.form-vertical .title > a {
	margin-left: auto
}

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

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

.required {
	color: #e62222!important
}

.captcha img {
	float: left;
	margin-right: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 2px
}

.popup .captcha img {
	border: 1px solid #cfcfcf
}

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

.footnote {
	padding-left: 23px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 26px;
	border-bottom: 1px solid #cfcfcf;
	font-size: 14px
}

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

.footnote-empty {
	padding-left: 23px;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 26px;
	border-bottom: 1px solid #cfcfcf
}

.button {
	padding: 6px 11px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	text-transform: none;
	background: #fb0;
	border: 1px solid #fb0;
	text-decoration: none;
	color: #333;
	border-bottom-color: #da9f00;
	border-right-color: #da9f00;
	display: inline-block
}

button.button {
	font-family: Roboto,Helvetica,Arial,sans-serif
}

.button:hover {
	text-decoration: none;
	color: #333;
	background: #fccb33
}

.button-reset {
	background: #3b3b3b;
	color: #fff;
	padding: 7px 10px;
	float: right;
	font-size: 14px;
	font-weight: 500;
	border-color: #333;
	line-height: 19px;
	text-transform: uppercase;
	border: 1px solid #333
}

.button-reset:hover {
	color: #fff;
	background: #525252
}

.button.button-filter {
	padding: 7px 10px;
	float: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0 0 0 18px
}

.button-fast {
	padding: 6px 11px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	border: #333 1px solid;
	color: #333;
	background: 0 0!important
}

.button-fast:hover {
	background: #333!important;
	color: #fb0
}

.button.button-disabled {
	background: #fff;
	color: #333;
	border: 1px solid #333;
	cursor: default;
	text-align: center
}

.button.button-disabled:hover {
	background: #fff;
	color: #333
}

.button.button-pay {
	float: right
}

.number-order-wrapper .button-pay {
	margin-bottom: 20px
}

.button.button-large {
	float: right;
	padding: 12px 20px 13px;
	font-size: 14px;
	line-height: 16px
}

.form-buttons {
	font-size: 0
}

.form-buttons .button + .button {
	float: left
}

.form-buttons .button {
	float: right
}

.main-container {
	position: relative;
	background: #fff;
	padding-top: 15px
}

.main-container.pd0 {
	padding-top: 0px
}

.side-content {
	width: 225px;
	float: left;
	padding-top: 0
}

.side-content.side-content-right {
	display: table-cell
}

.page-footer {
	background: #fff;
	clear: both
}

.side-content .block {
	margin-bottom: 30px;
	float: left;
	width: 100%
}

.block-header {
	background: #fff;
	color: #333;
	min-height: 54px;
	line-height: 54px;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
	display: block
}

.side-content .block-header {
	padding-right: 20px;
	line-height: 1.4;
	padding-top: 17px;
	padding-bottom: 15px;
	min-height: auto
}

.side-content .articles-news,
.side-content .last-news {
	padding: 0 20px 21px;
	background: #fff
}

.side-content .block .all {
	float: left;
	padding: 15px 0 0;
	font-size: 14px;
	text-decoration: none;
	color: #fb0;
	transition: all ease .1s;
	text-decoration: underline
}

.side-content .block .all:hover {
	text-decoration: none
}

.catalog_dop .block-header {
	background: #fff;
	color: #333;
	min-height: 54px;
	line-height: 54px;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	margin: 0 0 20px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
	text-align: right
}

.catalog_dop .block-header .title {
	float: left;
	margin: 0;
	font-size: 20px;
	font-weight: 400
}

.sop_tovary {
	position: relative;
	margin: 0 0 25px
}

.recomend_tovary .products-grid,
.sop_tovary .products-grid {
	margin: -10px 0 0!important;
	visibility: hidden
}

.recomend_tovary .slick-list,
.sop_tovary .slick-list {
	padding: 0!important;
	margin: 0 -10px!important
}

.padding {
	padding-left: 20px;
	padding-right: 20px
}

.page-footer .padding {
	background: #f6f6f7;
	padding-top: 25px;
	padding-bottom: 39px
}

.top {
	padding: 30px 0 30px;
	margin: 0 auto;
	position: relative
}

.top table {
	width: 100%
}

.top table td {
	vertical-align: middle
}

.logo {
	width: 270px;
	padding: 0 20px
}

.logo > div {
	max-width: 230px;
	transition: all ease .1s;
	position: relative;
	color: #000;
	font-weight: 400
}

.logo > div a {
	text-decoration: none
}

.logo > div img {
	max-width: 100%
}

.logo p {
	margin: 0
}

.logo > div .text-logo {
	color: #333;
	font-size: 27px;
	font-weight: 300;
	line-height: 29px;
	display: block
}

.logo > div .text-logo a {
	color: #333;
	text-decoration: none
}

.logo > div .slogan {
	color: #898989;
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 14px;
	margin-top: 6px;
	padding: 0
}

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

.image-logo + .slogan {
	text-align: center
}

.cart-summary {
	margin: 17px 0 0;
	color: #77777b;
	text-transform: lowercase;
	display: block;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	box-sizing: border-box;
	white-space: nowrap;
	float: right;
	position: relative
}

.cart-summary .pointer {
	display: block;
	padding: 16px 14px 11px 82px;
	font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif
}

.cart-summary__icon {
	background-image: url(/templates/template_43/img/icon-cart.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fb0;
	width: 55px;
	height: 51px;
	display: block;
	position: absolute;
	left: 12px;
	top: 10px;
	border-left: 1px solid #fff
}

.cart-summary .pointer:hover {
	color: #ffa200
}

.cart-summary .head {
	margin: 0 0 4px;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #333;
	display: block
}

.cart-summary .head:after {
	content: ":"
}

.cart-summary .amount {
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 14px;
	letter-spacing: -.3px
}

.header-contacts {
	vertical-align: middle!important;
	text-align: center
}

.header-contacts > div {
	/*white-space: nowrap;*/
	position: relative;
	top: -4px;
	display: inline-block
}

.header-contacts > div .header-phones {
	display: block;
	margin: 9px 0 0
}

.header-contacts > div .header-phones .span {
	font-size: 28px;
	display: block;
	line-height: 28px;
	color: #000;
	padding: 0 0 0 42px;
	font-weight: 400;
    white-space: nowrap;
	position: relative
}

.header-contacts > div .header-phones .span:before {
	content: '';
	position: absolute;
	display: block;
	background-image: url(/templates/template_43/img/icon-phone.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fb0;
	width: 23px;
	height: 26px;
	left: 0;
	top: 1px
}

.header-contacts > div .header-phones .span + .span {
	margin-top: 13px
}

.header-contacts > div .header-phones .span a {
	color: #000;
	text-decoration: none!important
}

.header-contacts > div .header-callback {
	display: block;
	margin: 0 0 0 43px;
	text-align: right
}

.header-contacts > div .header-callback a {
	color: #ffa200;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1px;
	transition: all ease .1s
}

.header-contacts > div .header-callback a:hover {
	color: #292929;
	text-decoration: none
}

.menu-wrapper-container {
	background: #fff
}

.menu-wrapper {
	height: 40px;
	letter-spacing: -.3px;
	background: #333
}

.main-menu {
	padding: 0
}

.main-menu > ul {
	position: relative
}

.main-menu > ul > li.item {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 39px;
	position: relative;
	text-align: center;
	white-space: nowrap
}

.main-menu > ul > li > .a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding: 0 22px;
	line-height: 39px;
	transition: color .3s;
	border-right: 1px solid #000
}

.main-menu > ul > li > .a_active,
.main-menu > ul > li:hover > .a {
	background: #292929;
	color: #ffa200
}

.main-menu > ul > li ul,
.main-menu > ul > li.dd_menu > ul > li > ul {
	position: absolute;
	min-width: 220px;
	margin: 0;
	background: #fff;
	left: 0;
	top: 100%;
	display: none;
	z-index: 7
}

.main-menu > ul > li.dd_menu ul {
	right: 0;
	left: auto
}

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

.main-menu > ul > li > ul > li {
	display: block;
	width: 100%;
	white-space: normal;
	position: relative
}

.main-menu > ul > li > ul > li > .a,
.main-menu > ul > li.dd_menu > ul > li > ul > li > .a {
	display: block;
	padding: 12px 18px;
	background: #333;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	transition: all ease .1s;
	color: #fff
}

.main-menu > ul > li > ul > li > .a_active,
.main-menu > ul > li > ul > li > a:hover {
	background: #292929;
	color: #ffa200
}

.main-menu > ul > li.drop > .a {
	padding-right: 28px
}

.main-menu > ul > li.drop > .a:after {
	position: absolute;
	right: 11px;
	top: 18px;
	width: 7px;
	height: 4px;
	background: url(/templates/template_43/img/main-nav-after2.png) 0 0;
	content: ''
}

ul.menu li.dd_menu {
	float: right;
	display: none;
	width: 41px;
	position: absolute;
	right: 0;
	top: 0;
	height: 39px
}

ul.menu li.dd_menu > a:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -8px;
	width: 15px;
	height: 3px;
	background: url(/templates/template_43/img/ai.png) -157px -10px no-repeat
}

ul.menu li.dd_menu .dropdown-toggle {
	display: block;
	height: 39px
}

.main-menu > ul > li.dd_menu > ul > li > ul {
	left: auto;
	right: 100%;
	top: 0;
	z-index: 3
}

ul.menu li.dd_menu ul li {
	width: auto!important
}

.main-menu li.dd_menu ul li {
	background: #333
}

.main-menu li.dd_menu ul li > .a_active,
.main-menu li.dd_menu ul li > a:hover {
	background: #292929;
	color: #ffa200
}

.main-menu > ul > li.cabinet {
	white-space: normal!important
}

.main-menu li.dd_menu .cabinet li,
.main-menu li.dd_menu .cabinet li:hover {
	background-color: transparent!important
}

.main-menu li.dd_menu .cabinet {
	min-width: 220px
}

#cabinet-signin {
	display: none;
	position: absolute;
	width: 255px;
	height: 210px;
	background: #fff;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	z-index: 102;
	top: 32px;
	right: 0;
	padding: 18px 19px 20px 19px;
	box-sizing: border-box;
	text-align: left;
	border-top: 5px solid #ffa300;
	border-bottom: 5px solid #333
}

#cabinet-signin:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -29px;
	margin-left: -12px;
	width: 16px;
	height: 10px;
	z-index: 103;
	border: 12px solid transparent;
	border-bottom: 12px solid #ffa200
}

#cabinet-signin ul {
	display: block;
	position: static;
	width: auto;
	min-width: auto!important
}

.cabinet {
	text-align: right;
	margin: -23px 0 0
}

.cabinet .enter-link {
	display: inline-block;
	color: #333;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 0 14px;
	font-weight: 400
}

.cabinet .enter-link:hover {
	text-decoration: none;
	color: #ffa200
}

.cabinet .enter-span {
	display: inline-block;
	color: #ffa200;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 0 14px
}

.cabinet .enter-span a {
	text-decoration: underline;
	color: #333;
	display: inline-block;
	margin: 0 0 0 12px
}

.cabinet .enter-span a:hover {
	text-decoration: none;
	color: #ffa200
}

.cabinet .links#cabinet-signin {
	width: 185px;
	height: 185px;
	right: 18px;
	padding: 17px 18px 2px 18px
}

.cabinet .links#cabinet-signin:before {
	right: 10px
}

.cabinet .links#cabinet-signin:after {
	right: 10px
}

.cabinet .links li {
	text-align: left;
	display: list-item;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative
}

.cabinet .links li a {
	font-weight: 300;
	color: #212121
}

.cabinet .links li a:hover {
	color: #ffa200
}

.cabinet .links li a:before {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: url(/templates/template_43/img/sprite-cabinet-links.png) 0 0;
	content: ""
}

.cabinet .links li:nth-child(2) a:before {
	background-position: -13px 0
}

.cabinet .links li:nth-child(3) a:before {
	background-position: -26px 0
}

.cabinet .links li:nth-child(4) a:before {
	background-position: -39px 0
}

.cabinet .links li a:hover,
.cabinet .links li.active a {
	background-color: transparent!important;
	text-decoration: none
}

.cabinet .label {
	color: #4c4c4c;
	font-size: 13px;
	margin-bottom: 6px;
	line-height: 14px;
	position: relative;
	font-weight: 300
}

.cabinet .input-text {
	margin-bottom: 15px;
	height: 32px
}

.cabinet .forget {
	position: absolute;
	right: 1px;
	top: 0;
	font-size: 13px;
	color: #ffa200;
	text-decoration: underline
}

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

.cabinet .buttons {
	border-top: 0;
	margin: 8px 0 20px 0;
	padding: 0
}

.cabinet .input-checkbox {
	font-size: 13px;
	color: #4c4c4c;
	line-height: 16px;
	margin: 6px 0 0 0;
	position: relative;
	display: block;
	float: left;
	font-weight: 300
}

.cabinet .cab-button {
	display: block;
	float: right;
	height: 28px;
	border: 0 solid #da9f00;
	border-width: 0 1px 1px 0;
	padding: 0 16px;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	font-weight: 500;
	background: #fb0
}

.cabinet .cab-button:hover {
	background: #ffa200
}

.cabinet .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 13px;
	height: 13px;
	background: url(/templates/template_43/img/ico_delivery_close.png) no-repeat
}

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

.dd_menu .cabinet .enter-span:after {
	width: 0
}

.dd_menu .cabinet:hover {
	background: #333
}

.last-news {
	overflow: hidden;
	padding: 0 10px 20px;
	margin: 0 -10px
}

.last-news-item {
	display: inline-block;
	vertical-align: top;
	width: 24.5%;
	padding: 0 10px
}

.last-news-item-title {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	margin: 0 0 13px 0
}

.last-news-item-title a {
	text-decoration: none;
	font-size: 16px;
	color: #333;
	font-weight: 500
}

.last-news-item-title a:hover {
	color: #fb0
}

.last-news-item-date {
	font-size: 14px;
	color: #fb0;
	font-weight: 500
}

.last-news p {
	font-size: 13px;
	color: #7d7d7d;
	font-weight: 300;
	line-height: 18px
}

.last-news-item-txt {
	position: relative;
	max-height: 200px;
	overflow-y: hidden;
	padding: 0 0 20px
}

.last-news-item-txt:after {
	background: #fff;
	background: linear-gradient(to bottom,transparent 0,#fff 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	width: 100%;
	content: ""
}

.main-content {
	padding-left: 244px
}

.main-content > div {
	width: 100%;
	float: left;
	padding-bottom: 50px
}

.main-content.main-content-right-sidebar {
	padding-left: 0
}

.main-content.main-content-right-sidebar .index-header {
	margin: 0 0 20px 245px
}

.main-content.main-content-right-sidebar .catalog_dop .index-header,
.main-content.main-content-right-sidebar .subcategories .index-header {
	margin: 0 0 20px 0
}

.main-content.main-content-right-sidebar .product-full-wrapper {
	position: relative;
	display: table;
	width: 100%;
	table-layout: fixed
}

.main-content.main-content-right-sidebar .product-full-wrapper-main-column {
	padding-right: 24px;
	display: table-cell;
	vertical-align: top
}

.main-content.main-content-right-sidebar .product-full-wrapper-main-column {
	padding-right: 24px;
	display: block;
	float: left;
	max-width: 100%
}

.catalog-nav {
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.catalog-nav .catalog-header {
	min-height: 54px;
	line-height: 54px;
	position: relative
}

.catalog-nav-inner .catalog-menu-megamenu {
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.catalog-nav .catalog-header span {
	background-color: #fff;
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	padding-left: 20px;
	display: block
}

.catalog-nav-inner .catalog-header span {
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.catalog-nav > ul li {
	display: block;
	width: 100%;
	position: relative
}

.catalog-nav > ul.catalog-menu-default li:not(.catalog-header) {
	background: #fff
}

.catalog-nav > ul.catalog-menu-default li > a {
	display: block;
	padding: 12px 19px;
	background: #fff;
	border-top: 1px solid #cfcfcf;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #333;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	transition: all ease .1s
}

.catalog-nav > ul.catalog-menu-default li.drop > a,
.catalog-nav > ul.catalog-menu-megamenu > li.drop > a {
	padding-right: 34px
}

.catalog-nav > ul.catalog-menu-default li.a_active > span {
	display: block;
	padding: 12px 19px;
	background: #fff;
	border-top: 1px solid #cfcfcf;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #ffba00;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	transition: all ease .1s
}

.catalog-nav > ul.catalog-menu-default li > a > .i,
.catalog-nav > ul.catalog-menu-default li.a_active > span > .i {
	content: '';
	position: absolute;
	right: 17px;
	top: 50%;
	width: 7px;
	height: 12px;
	display: block;
	background: url(/templates/template_43/img/catalog-nav-after.png) no-repeat;
	opacity: 0;
	margin-top: -6px;
	background-position: 0 -48px
}

.catalog-nav > ul.catalog-menu-default > li.drop > a > .i,
.catalog-nav > ul.catalog-menu-default > li.drop > ul > li.drop > a > .i {
	opacity: 1
}

.catalog-nav > ul.catalog-menu-default > li > ul > li ul > li:last-child > a,
.catalog-nav > ul.catalog-menu-default > li > ul > li:last-child > a,
.catalog-nav > ul.catalog-menu-default > li:last-child > a {
	border-bottom-width: 1px
}

.catalog-nav > ul.catalog-menu-default li.a_active > span,
.catalog-nav > ul.catalog-menu-default li:hover > a {
	color: #ffba00;
	display: block
}

.catalog-nav > ul.catalog-menu-default li.a_active > a > .i,
.catalog-nav > ul.catalog-menu-default li:hover > a > .i {
	background-position: 0 0
}

.catalog-nav > ul.catalog-menu-default > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 220px;
	z-index: 3;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.1)
}

.catalog-nav > ul.catalog-menu-default > li.drop:hover > ul {
	display: block
}

.catalog-nav > ul.catalog-menu-default > li > ul > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 220px;
	margin-left: -1px;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.1);
	z-index: 2
}

.catalog-nav > ul.catalog-menu-default > li > ul > li.drop:hover > ul {
	display: block
}

.catalog-nav > ul.catalog-menu-default > li.drop > a > .i,
.catalog-nav > ul.catalog-menu-default > li.drop > ul > li.drop > a > .i,
.catalog-nav > ul.catalog-menu-default li.a_active > span > .i {
	opacity: 1
}

.catalog-nav > ul.catalog-menu-default > li > ul > li ul > li:last-child > a,
.catalog-nav > ul.catalog-menu-default > li > ul > li:last-child > a,
.catalog-nav > ul.catalog-menu-default > li:last-child > a {
	border-bottom-width: 1px
}

.catalog-nav > ul.catalog-menu-default > li.a_active > a,
.catalog-nav > ul.catalog-menu-default > li:hover > a {
	color: #ffba00
}

.catalog-nav > ul.catalog-menu-default > li.a_active > a:before,
.catalog-nav > ul.catalog-menu-default > li:hover > a:before {
	opacity: 1
}

.catalog-nav > ul.catalog-menu-default > li.a_active > a > .i,
.catalog-nav > ul.catalog-menu-default > li:hover > a > .i,
.catalog-nav > ul.catalog-menu-default li.a_active > span > .i {
	background-position: 0 0
}

.catalog-nav-inner-60h {
	min-height: 60px
}

.catalog-nav-inner > ul > li:not(.catalog-header) {
	display: none
}

.catalog-nav-inner > ul > li.catalog-header {
	cursor: pointer
}

.catalog-nav-inner > ul > li.catalog-header:after {
	content: '';
	width: 12px;
	height: 10px;
	background: url(/templates/template_43/img/ai.png) no-repeat -6px -48px;
	display: block;
	position: absolute;
	right: 15px;
	top: 22px
}

.catalog-nav-inner {
	margin-bottom: 0;
	width: 225px;
	position: relative;
	box-shadow: none
}

.catalog-nav-inner > ul {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 6
}

.catalog-nav > ul.catalog-menu-megamenu > li:not(.catalog-header) {
	background: #fff;
	border-top: 1px solid #cfcfcf
}

.catalog-nav > ul.catalog-menu-megamenu > li > a {
	display: block;
	padding: 12px 19px;
	background: #fff;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #333;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	transition: all ease .1s
}

.catalog-nav > ul.catalog-menu-megamenu > li.a_active > span:not(.i) {
	display: block;
	padding: 12px 19px;
	background: #fff;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #ffba00;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	transition: all ease .1s
}

.catalog-nav > ul.catalog-menu-megamenu > li > a > .i {
	content: '';
	position: absolute;
	right: 17px;
	top: 50%;
	width: 7px;
	height: 12px;
	display: block;
	background: url(/templates/template_43/img/catalog-nav-after.png) no-repeat;
	opacity: 0;
	margin-top: -6px;
	background-position: 0 -48px
}

.catalog-nav > ul.catalog-menu-megamenu .level-2 a {
	padding: 0!important
}

.catalog-nav > ul.catalog-menu-megamenu > li.drop > a > .i,
.catalog-nav > ul.catalog-menu-megamenu > li.drop > ul > li.drop > a > .i {
	opacity: 1
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > li ul > li:last-child > a,
.catalog-nav > ul.catalog-menu-megamenu > li > ul > li:last-child > a,
.catalog-nav > ul.catalog-menu-megamenu > li:last-child > a {
	border-bottom-width: 1px
}

.catalog-nav > ul.catalog-menu-megamenu > li.a_active > a,
.catalog-nav > ul.catalog-menu-megamenu > li:hover > a {
	color: #ffba00
}

.catalog-nav > ul.catalog-menu-megamenu > li.a_active > a:before,
.catalog-nav > ul.catalog-menu-megamenu > li:hover > a:before {
	opacity: 1
}

.catalog-nav > ul.catalog-menu-megamenu > li.a_active > a > .i,
.catalog-nav > ul.catalog-menu-megamenu > li:hover > a > .i {
	background-position: 0 0
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul {
	max-width: 940px;
	width: 940px;
	padding: 20px 0;
	background: #fff;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0;
	z-index: 101;
	box-shadow: #000 0 2px 10px 0
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap {
	padding: 5px 30px 20px 24px;
	float: left;
	width: 33.33%;
	position: relative
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li {
	padding: 10px 0 0 70px;
	margin-bottom: 20px
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li:last-child {
	margin-bottom: 0
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > .catalog-nav-image {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > .catalog-nav-image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > a,
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > span {
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > a:hover {
	color: #ffba00
}

.catalog-nav > ul.catalog-menu-megamenu > li.drop > ul:hover {
	display: block!important;
	opacity: 1!important
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li {
	margin-top: 2px
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li > a,
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li > span {
	color: #1d2029;
	font-size: 12px
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li > a:hover {
	text-decoration: none
}

.banners {
	margin-bottom: 30px;
	float: left;
	width: 100%
}

.banners p {
	margin: 0
}

.banners > div {
	border-radius: 2px;
	overflow: hidden
}

.banners > div + div {
	margin-top: 20px
}

.banners img {
	display: block;
	max-width: 100%;
	height: auto!important
}

.product-banners {
	margin-bottom: 26px
}

.product-banners-header {
	font-size: 16px;
	color: #333;
	display: block;
	font-weight: 500;
	margin: 0;
	padding: 0 0 20px 0
}

.product-banners > div > div {
	padding: 0 0 0 75px;
	position: relative;
	min-height: 54px;
	margin-bottom: 20px
}

.product-banners > div > div:last-child {
	margin-bottom: 0
}

.product-banners > div p {
	margin: 0
}

.product-banners > div a {
	text-decoration: none
}

.product-banners > div img {
	margin-left: 0!important;
	margin-right: 0!important;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #e9e9e9;
	border-radius: 4px
}

.last-articles-block {
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	position: relative;
	margin: 0 0 60px
}

.last-articles-block .all {
	position: absolute;
	bottom: -33px
}

.last-articles-item {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden
}

.last-articles-item:last-child {
	padding: 0;
	margin: 0;
	border-bottom: 0
}

.last-articles-item a {
	color: #333;
	text-decoration: none
}

.last-articles-item a:hover {
	color: #fb0;
	text-decoration: underline
}

.last-articles-item__image-block {
	border-radius: 100%;
	width: 60px;
	position: relative;
	height: 60px;
	overflow: hidden;
	float: left;
	box-shadow: #000 inset 0 0 3px 0;
	margin-top: 6px
}

.last-articles-item__image-block + .title {
	padding: 0 0 0 80px
}

.last-articles-item__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	min-height: 60px;
	min-width: 60px
}

.last-articles-item:hover .last-articles-item__image {
	opacity: .5
}

.news-list .news-list__item {
	margin-top: 15px;
	padding-top: 15px
}

.news-list .news-list__item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0
}

.news-list .news-list__item .news-list__title {
	font-size: 18px;
	line-height: 20px;
	display: block;
	font-weight: 500;
	margin: 0 0 13px 0
}

.news-list .news-list__item .news-list__title .news-list__title-link {
	text-decoration: none;
	-webkit-transition: color ease-out 20ms;
	-moz-transition: color ease-out 20ms;
	-o-transition: color ease-out 20ms;
	transition: color ease-out 20ms;
	color: #333
}

.news-list .news-list__item .news-list__title .news-list__title-link:hover {
	color: #ffa200
}

.news-list .news-list__item .news-list__date {
	font-size: 14px;
	color: #ffa200;
	font-weight: 500;
	margin: 0 0 12px 0
}

.news-list__image-block {
	width: 190px;
	float: left
}

.news-list__image {
	max-width: 100%;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s
}

.news-list__image-block + .news-list__content-wrapper {
	padding-left: 220px
}

.news-list__image-link:hover .news-list__image {
	-webkit-filter: saturate(1.7);
	filter: saturate(1.7)
}

.articles-list__item {
	margin-top: 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #cfcfcf
}

.articles-list:last-child {
	padding: 0 0 15px;
	border-bottom: 0
}

.articles-list__title {
	font-size: 16px;
	line-height: 20px;
	display: block;
	font-weight: 500
}

.articles-list__title-link {
	text-decoration: none;
	color: #333;
	-webkit-transition: color ease-out 20ms;
	-moz-transition: color ease-out 20ms;
	-o-transition: color ease-out 20ms;
	transition: color ease-out 20ms
}

.articles-list__title-link:hover {
	color: #333
}

.articles-list__date {
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 10px;
	padding: 0;
	color: #333
}

.articles-list__text {
	color: #888;
	font-size: 13px;
	margin-top: 9px
}

.articles-list__image-block {
	width: 190px;
	float: left
}

.articles-list__image {
	max-width: 100%;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s
}

.articles-list__image-block + .articles-list__content-wrapper {
	padding-left: 220px
}

.articles-list__image-link:hover .articles-list__image {
	-webkit-filter: saturate(1.7);
	filter: saturate(1.7)
}

.articles-item__date,
.news-item__date {
	font-size: 14px;
	color: #ffa200;
	font-weight: 500;
	margin: 0 0 12px 0
}

.sourse {
	margin-top: 20px
}

.controls {
	margin-top: 20px;
	font-weight: 500;
	color: #333
}

.controls a {
	font-weight: 500;
	color: #333;
	text-decoration: underline
}

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

.last-actions__header {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px
}

.last-actions__title {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	background-color: #12589c
}

.last-actions__all {
	float: left;
	padding: 15px 0 0;
	width: 100%;
	font-size: 14px;
	color: #fb0;
	transition: all ease .1s;
	text-decoration: underline
}

.last-actions__all:hover {
	text-decoration: none
}

.action-list {
	font-size: 0;
	margin: 0 0 30px
}

.action-list__item {
	display: block
}

.action-list__item-inner {
	background: #fff;
	border: 1px solid #d6d9dc;
	min-height: 110px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 10px 10px 10px 113px;
	position: relative
}

.action-list__title {
	color: #035d9e;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase
}

.action-list__title-link {
	text-decoration: none
}

.action-list__title-link:hover {
	text-decoration: none;
	color: #fb0
}

.action-list__date {
	line-height: 18px;
	font-size: 14px;
	color: #fb0;
	margin: 0 0 5px
}

.action-list__text {
	color: #7d7d7d;
	font-size: 13px;
	margin-top: 4px
}

.action-list__image-block {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 4px;
	top: 4px;
	overflow: hidden;
	display: table
}

.action-list__image-link {
	display: table-cell;
	vertical-align: middle
}

.action-list__image {
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s;
	max-width: 100%;
	vertical-align: top
}

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

.action-list__content-wrapper {
	line-height: 16px
}

.action-item__date {
	font-size: 13px;
	line-height: 20px;
	color: #888
}

.last-actions17 {
	margin: 0 0 60px;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.last-actions17_all-d {
	margin: 0 0 -33px
}

.last-actions17_all {
	font-size: 14px;
	color: #fb0;
	transition: all ease .1s;
	text-decoration: underline
}

.last-actions17_all:hover {
	text-decoration: none
}

.last-actions17-list {
	overflow: hidden
}

.last-actions17_item {
	display: block;
	margin: 0 0 20px;
	border-bottom: 1px solid #cfcfcf
}

.last-actions17_item:last-child {
	margin: 0 0 15px;
	border-bottom: 0
}

.last-actions17_title {
	color: #035d9e;
	font-size: 14px;
	line-height: 18px
}

.last-actions17_title-link {
	text-decoration: none
}

.last-actions17_title-link:hover {
	color: #fb0
}

.last-actions17_date {
	line-height: 18px;
	font-size: 14px;
	color: #fb0;
	margin: 0 0 2px;
	display: block;
	font-weight: 500
}

.last-actions17_text {
	color: #888;
	font-size: 13px;
	margin-top: 9px
}

.last-actions17_image-block {
	width: 225px;
	position: relative;
	height: 137px;
	text-align: center;
	overflow: hidden
}

.last-actions17_image-link {
	display: block
}

.last-actions17_content-wrapper {
	display: table-cell;
	line-height: 16px;
	padding: 13px 20px 18px
}

.proizvod-block {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	margin: 0 0 60px
}

.proizvod-block ul {
	padding: 13px 0 12px;
	padding-top: 0
}

.proizvod-block > ul li {
	display: block;
	width: 100%;
	position: relative
}

.proizvod-block ul li > a {
	word-wrap: break-word;
	border-top: 1px solid #cfcfcf;
	display: block;
	padding: 12px 19px;
	background: #fff;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #333;
	font-size: 15px;
	line-height: 18px;
	transition: all ease .1s;
	font-weight: 300
}

.proizvod-block ul li.a_active > a,
.proizvod-block ul li:hover > a {
	color: #fb0
}

.proizvod-block ul li.a_active > a:before,
.proizvod-block ul li:hover > a:before {
	opacity: 1
}

.proizvod-block .block-footer {
	margin: 0 0 -33px;
	width: 100%
}

.proizvod-block .block-footer a {
	font-size: 14px;
	color: #fb0;
	transition: all ease .1s;
	text-decoration: underline
}

.proizvod-block .block-footer a:hover {
	text-decoration: none
}

.catalog-actions {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.catalog-actions ul {
	padding: 13px 0 0;
	padding-top: 0
}

.catalog-actions > ul li {
	display: block;
	width: 100%;
	position: relative
}

.catalog-actions ul li > a {
	border-top: 1px solid #cfcfcf;
	display: block;
	padding: 12px 19px;
	background: #fff;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #333;
	font-size: 15px;
	line-height: 18px;
	transition: all ease .1s;
	font-weight: 300
}

.catalog-actions ul li.a_active > a,
.catalog-actions ul li:hover > a {
	color: #fb0
}

.catalog-actions ul li.a_active > a:before,
.catalog-actions ul li:hover > a:before {
	opacity: 1
}

.popup {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	display: none;
	width: 520px;
	margin-left: -260px;
	padding: 10px 10px 10px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	border-radius: 4px
}

.popup > header {
	background: #eee;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #333;
	padding: 9px 40px 9px 20px;
	font-weight: 700;
	border-radius: 4px
}

.popup > .popup__section,
.popup > .section,
.popup > header + div,
.popup > section {
	padding: 15px 20px
}

.popup > .popup__footer,
.popup > footer {
	padding: 0 15px;
	border-top: 1px solid #d6d9dc;
	text-align: center
}

.popup .button {
	display: inline-block;
	float: none;
	margin: 20px 5px 15px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	background: #fb0;
	height: 39px;
	padding: 11px 14px;
	font-size: 14px;
	box-sizing: border-box;
	border: 0 solid #da9f00;
	border-width: 0 1px 1px 0
}

.popup .button:hover {
	color: #fff;
	background: #ffa200
}

.popup .close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 13px;
	height: 13px;
	background-image: url(/templates/template_43/img/closer.png);
	background-color: #ffa200;
	background-position: 0 0;
	background-repeat: no-repeat
}

.popup-static {
	position: absolute
}

.overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.5)
}

.popup-form {
	width: 520px;
	margin-left: -260px
}

.popup-form #callback_pages_alert_area,
.popup-form #sendmail_pages_alert_area {
	margin: 0;
	display: none;
	border: 0;
	padding: 0
}

.popup-form .button {
	float: right;
	margin: 0
}

#sendmail_pages_button_eshe:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

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

.main-slider__item p {
	margin: 0
}

.main-slider-out {
	margin: 0 0 20px
}

.main-slider .slick-slide img {
	max-width: 100%;
	height: auto!important
}

.main-slider .slick-slide p {
	margin: 0
}

.main-slider .slick-dots {
	bottom: 17px;
	text-align: center;
	height: 10px;
	font-size: 0
}

.main-slider .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 50%;
	border: 2px solid grey
}

.main-slider .slick-dots li.slick-active,
.main-slider .slick-dots li:hover {
	background: grey
}

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

.main-slider .slick-arrow {
	width: 32px;
	border-radius: 50%;
	height: 32px;
	z-index: 2;
	background-repeat: no-repeat;
	background-color: #fb0;
	background-image: url(/templates/template_43/img/bx_controls.png);
	opacity: 0
}

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

.main-slider .slick-arrow:hover {
	background-color: #333;
	opacity: 1
}

.main-slider .slick-prev {
	left: 30px;
	background-position: 0 -33px
}

.main-slider .slick-prev:hover {
	background-position: 0 0;
	opacity: 1
}

.main-slider .slick-next {
	right: 30px;
	background-position: -43px -33px
}

.main-slider .slick-next:hover {
	background-position: -43px 0
}

.main-slider .slick-list {
	padding: 10px;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.slick-slider {
	table-layout: fixed;
	width: 100%;
	display: table;
	margin-left: 0!important;
	margin-right: 0!important
}

.slick-slider .slick-slide {
	outline: 0
}

.slick-initialized {
	visibility: visible!important
}

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

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

.edges {
	margin-bottom: 20px;
	background: #fff;
	min-height: 73px;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.edges-table {
	display: table;
	width: 100%
}

.edges p {
	margin: 5px 0 0
}

.edges > div > div {
	display: table-cell;
	position: relative;
	padding-left: 70px;
	padding-right: 10px;
	vertical-align: middle;
	height: 71px;
	width: 25%;
	font-size: 13px;
	color: #555;
	line-height: 18px
}

.edges div img {
	max-height: 50px;
	max-width: 50px;
	margin-left: -60px!important;
	margin-right: 0!important;
	float: left;
	margin-top: -5px
}

.products-category {
	margin-bottom: 20px;
	width: 100%
}

.products-category .catalog-category-item {
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
	width: 25%;
	float: left;
	height: 231px;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
	background: #fff
}

.products-category .catalog-category-item.long {
	width: 50%
}

.products-category .catalog-category-item .catalog-category-item-hover {
	color: #333;
	text-decoration: none;
	opacity: 0;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: opacity .8s cubic-bezier(.19,1,.22,1);
	transition: opacity .8s cubic-bezier(.19,1,.22,1);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2
}

.products-category .catalog-category-item:hover .catalog-category-item-hover {
	opacity: 1
}

.products-category .catalog-category-item .catalog-category-item-header {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	color: #333;
	display: block;
	left: 20px;
	right: 20px
}

.products-category .catalog-category-item .catalog-category-item-header span {
	font-weight: 500;
	font-size: 18px;
	background: #fb0;
	padding: 3px 8px 2px;
	display: inline-block
}

.products-category .catalog-category-item .catalog-category-item-img img {
	-webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
	transition: transform .6s cubic-bezier(.19,1,.22,1);
	overflow: hidden;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%
}

.products-category .catalog-category-item:hover .catalog-category-item-img img {
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}

.seo-text {
	color: #333;
	padding: 25px 0 0;
	margin-top: 45px
}

.brands-card-outer + .seo-text,
.brands-list-outer + .seo-text,
.catalog-proizvod-slider + .seo-text {
	margin-top: 0
}

.main-text {
	position: relative;
	margin: 30px 0 0
}

.main-text_has_image {
	padding: 0 0 0 250px
}

.main-text__image-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	margin: 0;
	display: block
}

.main-text h1 {
	display: block;
	margin: 0 0 19px;
	width: 100%;
	float: left;
	font-size: 28px;
	color: #333;
	line-height: 34px;
	font-weight: 400
}

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

.page-text.popup-banner {
	margin-bottom: 0
}

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

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

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_43/img/rating_delete.gif) no-repeat 0 -16px
}

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

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

div.rating-loader {
	background: url(/templates/template_43/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 -32px
}

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

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

.catalog-proizvod-slider {
	padding: 25px 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.catalog-proizvod-slider .catalog-proizvod-slider-item {
	overflow: hidden
}

.catalog-proizvod-slider .catalog-proizvod-slider-item .pic {
	position: relative;
	display: block;
	margin: 0 10px
}

.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;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5
}

.catalog-proizvod-slider .catalog-proizvod-slider-item:hover img {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0)
}

.catalog-proizvod-slider .slick-arrow {
	z-index: 2;
	width: 32px;
	height: 32px;
	left: 10px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-color: #fb0;
	background-image: url(/templates/template_43/img/bx_controls.png)
}

.catalog-proizvod-slider .slick-arrow.slick-disabled,
.catalog-proizvod-slider .slick-arrow:hover {
	background-color: #333
}

.catalog-proizvod-slider .slick-next {
	left: auto;
	right: 10px;
	background-position: -43px -33px
}

.catalog-proizvod-slider .slick-next:hover {
	background-position: -43px 0
}

.catalog-proizvod-slider .slick-prev:hover {
	background-position: 0 0
}

.catalog-proizvod-slider .slick-prev.slick-disabled {
	cursor: default;
	opacity: .3;
	background-position: 0 0
}

.catalog-proizvod-slider .slick-next.slick-disabled {
	cursor: default;
	opacity: .3;
	background-position: -43px 0
}

.brands-wrap {
	margin-top: 40px
}

.brands-card {
	font-size: 0;
	text-align: center;
	margin: -20px -10px 0
}

.brands-card-outer {
	padding: 25px 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.brands-card__item {
	margin: 20px 10px 0;
	display: inline-block;
	vertical-align: top;
	width: 166px;
	text-align: center
}

.brands-card__item-link {
	text-decoration: none;
	color: #333
}

.brands-card__item-image-block {
	position: relative;
	display: block
}

.brands-card__item-title {
	display: block;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 4px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out
}

.brands-card__item-link:hover .brands-card__item-title {
	color: #fb0
}

.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: 0 -5px;
	-webkit-columns: 4 auto;
	columns: 4 auto;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0
}

.brands-list-outer {
	padding: 25px 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.brands-list__item {
	padding: 0 5px
}

.brands-list__item-link {
	color: #333;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	display: inline-block
}

.brands-list__item-link:hover {
	color: #fb0
}

.page-footer .right-block {
	padding: 36px 0 28px 0
}

.page-footer .left-block {
	display: table;
	width: 100%
}

.page-footer .copyright {
	display: table-cell;
	font-size: 13px;
	line-height: 18px;
	vertical-align: middle;
	color: #fff;
	font-weight: 300;
	padding: 0 20px;
	height: 140px;
	white-space: nowrap
}

.page-footer .pay_system_icons {
	margin: 5px 0 0
}

.page-footer .copyright a {
	color: #fb0;
	text-decoration: underline
}

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

.page-footer .counters {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	text-align: center;
	font-size: 0
}

.page-footer .counters a {
	text-decoration: none
}

.page-footer .counters img {
	display: inline-block;
	margin: 3px;
	opacity: .5;
	transition: opacity .5s;
	-o-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s
}

.page-footer .counters a:hover img {
	opacity: 1
}

.page-footer .dev {
	position: relative;
	padding: 5px 20px 0 117px;
	width: 370px;
	display: table-cell;
	font-size: 13px;
	line-height: 16px;
	vertical-align: middle;
	color: #fff;
	font-weight: 300;
	height: 140px
}

.dev .weblink {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 32px;
	padding: 0 0 0 90px;
	line-height: 1.2;
}

.dev a {
	color: #fb0;
	text-decoration: underline
}

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

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

.page-footer-bg1 {
	background: #f9f9f9
}

.page-footer-bg2 {
	background: #333;
	position: relative
}

.page-footer-bg1 .right-block,
.page-footer-bg2 .left-block {
	max-width: 1208px;
	margin: 0 auto
}

.footer-menu-wrapper {
	float: right;
	padding: 0 20px
}

.footer-contacts-wrapper {
	float: right
}

.footer-menu li {
	color: #333;
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 8px
}

.footer-menu li.footer-menu-title {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase
}

.footer-menu li:not(.footer-menu-title) .a {
	color: #333;
	font-size: 13px;
	font-weight: 300
}

.footer-menu li.footer-menu-title .a {
	text-decoration: none
}

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

.footer-contacts {
	padding-left: 34px
}

.footer-contacts .footer-callback {
	padding-left: 36px;
	color: #333;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1px;
	transition: all ease .1s
}

.footer-contacts .footer-callback span {
	color: #333;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1px;
	transition: all ease .1s
}

.footer-contacts .footer-callback span:hover {
	color: #1d2029;
	text-decoration: underline
}

.footer-contacts__item {
	overflow: hidden;
	margin-top: 15px;
	padding: 0 0 0 36px;
	color: #888;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	position: relative
}

.footer-contacts__item:first-child {
	margin-top: 15px
}

.footer-contacts__item a,
.footer-contacts__link {
	color: #888;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none
}

.footer-contacts__item a:hover,
.footer-contacts__link:hover {
	color: #1d2029;
	text-decoration: none
}

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

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

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

.footer-contacts__item_whatsapp:before {
	background-position: 0 -78px
}

.footer-contacts__item_viber:before {
	background-position: 0 -52px
}

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

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

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

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

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

.contacts-phone {
	overflow: hidden;
	padding: 0 0 0 36px;
	color: #888;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	position: relative
}

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

.footer-contacts .contacts-phone > span {
	color: #1d2029;
	font-size: 15px;
	display: block;
	float: left;
	width: 100%;
	font-weight: 700
}

.footer-contacts .contacts-phone > span a {
	color: #333;
	text-decoration: none!important
}

.footer-contacts .contacts-email,
.footer-contacts .contacts-skype {
	position: relative;
	margin-top: 10px
}

.footer-contacts .contacts-email a,
.footer-contacts .contacts-skype a {
	color: #888;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none
}

.footer-contacts .contacts-email a:hover,
.footer-contacts .contacts-skype a:hover {
	color: #1d2029;
	text-decoration: none
}

.socials {
	margin-top: 15px
}

.socials span {
	color: #888;
	font-size: 13px;
	margin: 0 0 3px;
	font-weight: 400;
	display: block
}

.socials ul {
	font-size: 0;
	margin: 0 -2px
}

.socials ul li {
	padding: 2px;
	display: inline-block;
	vertical-align: top
}

.socials ul li a {
	transition: opacity ease .5s;
	float: left;
	width: 43px;
	height: 43px;
	overflow: hidden;
	background-image: url(/misc/img/socials.svg);
	background-repeat: no-repeat;
	border-radius: 3px
}

.socials ul li a:hover {
	opacity: .8
}

.socials ul li a.vk {
	background-position: 0 -188px
}

.socials ul li a.ok {
	background-position: -47px -188px
}

.socials ul li a.facebook {
	background-position: -94px -188px
}

.socials ul li a.twitter {
	background-position: 0 -235px
}

.socials ul li a.instagram {
	background-position: -141px -329px
}

.socials ul li a.moimir {
	background-position: -376px -235px
}

.socials ul li a.telegram {
	background-position: -329px -329px
}

.socials ul li a.lj {
	background-position: -141px -235px
}

.socials ul li a.youtube {
	background-position: -94px -329px
}

.action-tabs {
	text-align: left;
	font-size: 0;
	margin: 0 0 14px;
	min-height: 40px;
	background: #333;
	padding: 6px 20px
}

.action-tabs li {
	vertical-align: top;
	font-size: 16px;
	margin-right: 20px;
	line-height: 25px;
	float: left
}

.action-tabs li span {
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 2px solid transparent;
	padding: 0 0 2px;
	font-weight: 500;
	color: #ddebf4;
	text-transform: uppercase
}

.action-tabs li:hover span {
	color: #fff
}

.action-tabs.active span {
	color: #fff;
	border-bottom: 2px solid #fff
}

.action_icons {
	position: absolute;
	top: 46px;
	left: 11px;
	display: block;
	width: 74px;
	z-index: 2;
	pointer-events: none
}

.product__gift + .action_icons {
	top: 51px
}

.products-list .action_icons {
	top: 19px;
	left: 0
}

.products-list .product__gift + .action_icons {
	top: 44px
}

.product-full.product-item .action_icons {
	top: 25px;
	left: 0
}

.product-full.product-item .product__gift + .action_icons {
	top: 44px
}

.action_ico {
	height: 24px;
	width: 100%;
	margin-bottom: 2px
}

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

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

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

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

.contrast-border:hover {
	border: 1px solid #fb0
}

.product-item__compare-block,
.product-item__compare-block_disable,
.product__favorite {
	cursor: pointer
}

.product-item .picture {
	position: relative;
	overflow: hidden
}

.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 .title {
	display: block
}

.product-item .title a {
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #333;
	transition: color ease-out 20ms
}

.product-item .title a:hover {
	color: #fb0
}

.product-item .proizvod_description {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 15px;
	margin: 6px 0 2px
}

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

.product-item .proizvod_description a:hover {
	color: #fb0;
	text-decoration: none
}

.product-item .price_block .price {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 8px;
	color: #fb0
}

.product-item .price_block .old_price {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	float: none;
	font-size: 18px;
	line-height: 15px;
	font-weight: 400;
	color: #727272;
	text-decoration: line-through
}

.product-item .input-select {
	text-align: left
}

.product-item .amount {
	white-space: nowrap;
	border: 1px solid #cfcfcf;
	font-size: 0;
	margin: 0 auto;
	display: inline-block;
	height: 30px;
	vertical-align: top;
	background: #fff
}

.product-item .amount.hidden {
	display: none!important
}

.product-item .amount .amount-minus,
.product-item .amount .amount-plus {
	font-size: 0;
	line-height: 28px;
	height: 28px;
	width: 24px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top
}

.product-item .amount .amount-minus:before,
.product-item .amount .amount-plus:before {
	opacity: .7;
	display: inline-block;
	content: '';
	width: 24px;
	height: 28px;
	background: url(/templates/template_43/img/ai.png) -21px -191px no-repeat;
	vertical-align: middle
}

.product-item .amount .amount-plus:before {
	background-position: 5px -191px
}

.product-item .amount .amount-minus:hover:before,
.product-item .amount .amount-plus:hover:before {
	opacity: 1
}

.product-item .amount .input {
	border: 0;
	background: #f7f7f7;
	color: #666;
	font-size: 13px;
	height: 28px;
	border-radius: 0;
	text-align: center;
	line-height: 13px;
	padding: 7px 13px
}

.product-item .amount .amount-minus + .input,
.product-item .amount .minus + .input {
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf
}

.product-item .opisanie_small {
	font-size: 13px;
	color: #717171;
	font-weight: 300;
	line-height: 18px;
	margin: 0
}

.product-item .properties {
	color: #4c4c4c;
	font-weight: 500;
	font-size: 11px;
	margin: 5px 0 0 0;
	line-height: 17px
}

.product-item .properties .properties-item {
	word-wrap: break-word;
	font-weight: 300
}

.product-item .properties .properties-item span {
	font-weight: 500
}

.product-item .properties .properties-item + .properties-title {
	margin-top: 1px
}

.product-item .properties .properties-title {
	color: #4c4c4c;
	font-weight: 700;
	font-size: 13px;
	margin: 4px 0 0 0
}

.product-item .properties ul {
	padding: 0
}

.product-item .properties ul li {
	padding: 0 0 0 8px;
	position: relative;
	color: #4c4c4c;
	font-weight: 300;
	font-size: 11px;
	line-height: 16px
}

.product-item .properties ul li:before {
	content: '';
	border-radius: 50%;
	width: 2px;
	position: absolute;
	top: 6px;
	left: 0;
	height: 2px;
	background: #4c4c4c
}

.product-item .opisanie_small + .properties {
	margin-top: 15px
}

.product-item .nalichie_status {
	padding-left: 20px;
	position: relative;
	font-size: 12px;
	color: #888;
	display: inline-block
}

.product-item .nalichie_status:before {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	left: 0;
	top: 4px
}

.product-item .nalichie-yes:before {
	background: url(/templates/template_43/img/ai.png) -112px -51px
}

.product-item .nalichie-no:before {
	background: url(/templates/template_43/img/ai.png) -112px -132px
}

.product-item .nalichie-zakaz:before {
	background: url(/templates/template_43/img/ai.png) -112px -87px
}

.products-grid {
	font-size: 0;
	margin: -10px -10px 10px
}

.products-grid:not(.slick-slider) {
	display: flex;
	flex-wrap: wrap
}

.products-grid .product-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 10px;
	float: none;
	margin: 0;
	font-size: 13px;
	position: relative
}

.products-grid:not(.slick-slider) .product-item {
	display: flex;
	flex-wrap: wrap
}

.products-grid .product-item .product-item-inner {
	padding: 10px 20px 61px;
	background: #fff;
	height: 100%;
	width: 100%
}

.additional_is_recommended .products-grid .product-item .product-item-inner {
	padding-bottom: 20px
}

.products-grid .product-item .product-item-inner:hover {
	border: 1px solid #fb0
}

.products-grid .product-item .product-item-inner .picture {
	width: 170px;
	height: 170px;
	margin: 0 auto 14px
}

.products-grid .product-item .product-item-inner .small-buttons {
	position: absolute;
	right: 15px;
	top: 15px
}

.products-grid .product-item .product-item-inner .small-buttons .small-button {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s ease;
	margin-bottom: 5px
}

.products-grid .product-item .product-item-inner:hover .small-buttons .small-button {
	opacity: 1
}

.products-grid .product-item .product-item-inner .small-buttons .small-button:hover {
	background-color: #e3e3e3
}

.products-grid .product-item .product-item-inner .product-item__compare-block_disable {
	opacity: .8!important;
	background-color: #fb0!important
}

.products-grid .product-item .product-item-inner:hover .product-item__compare-block_disable {
	opacity: 1!important
}

.products-grid .product-item .product-item-inner .zoom {
	background: url(/templates/template_43/img/ai.png) no-repeat -71px 1px;
	cursor: pointer
}

.products-grid .product-item .product-item-inner .product-item__compare-link {
	display: block;
	width: 26px;
	height: 26px;
	background: url(/templates/template_43/img/ai.png) no-repeat -235px -83px
}

.products-grid .product-item .product-item-inner .product-item__compare-block_disable .product-item__compare-link {
	background: url(/templates/template_43/img/ai.png) no-repeat -260px -83px
}

.products-grid .product__favorite:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(/templates/template_43/img/product__favorite.png);
	background-repeat: no-repeat;
	background-position: 0 0
}

.products-grid .product__favorite_remove:after {
	background-position: 0 -26px
}

.products-grid .product__favorite_remove {
	opacity: .8!important;
	background-color: #fb0!important
}

.products-grid .product-item .product-item-inner:hover .product__favorite_remove {
	opacity: 1!important
}

.products-grid .product-item .product-item-inner .small-buttons .small-button.hidden {
	display: none
}

.products-grid .small-button_opisanie_small_and_properties {
	display: none!important
}

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

.products-grid .product-item .product-item-inner .title {
	overflow: hidden
}

.products-grid .product__sku {
	line-height: 1.1;
	margin: 8px 0 0 0;
	font-size: 13px;
	color: #333
}

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

.products-grid .product-item .product-item-inner .amount-and-buttons {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px
}

.products-grid .product-item .amount {
	float: left;
	margin-top: 11px
}

.products-grid .product-item .amount .product__amount-count {
	font-size: 11px;
	text-align: center;
	line-height: 1;
	margin-top: 3px
}

.products-grid .product-item .product-item-inner .amount-and-buttons .buttons {
	width: calc(100% - 88px);
	float: right
}

.products-grid .product-item .product-item-inner .amount-and-buttons .buttons .button {
	width: 100%
}

.products-grid .product-item .product-item-inner .input-select {
	margin-top: 11px
}

.products-grid .product-item .buttons {
	margin: 11px 0 0
}

.products-grid .product-item .price_block {
	margin: 11px 0 0
}

.products-grid .product-item .price_block-inner {
	margin: 11px 0 0;
	position: relative;
	padding-right: 70px;
	margin-bottom: 10px;
	display: inline-block
}

.products-grid .product-item .price_block .price {
	white-space: nowrap;
	display: block;
	margin-bottom: 0
}

.products-grid .product-item .price_block .old_price {
	white-space: nowrap;
	line-height: 15px;
	display: block;
	margin-top: 8px!important;
	height: 15px
}

.products-grid .product-item .product-item-inner .more-info {
	display: none;
	position: absolute;
	padding: 0 20px 20px;
	border: 1px solid #fb0;
	background: #fff;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 4;
	margin: -10px 10px 0;
	border-top: 0
}

.products-grid .product-item .product-item-inner .more-info:before {
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	left: 0;
	right: 0;
	top: -7px;
	background: #fff
}

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

.products-grid .product-item .articul {
	color: #000;
	margin-top: 20px;
	line-height: 18px;
	margin: 2px 0 0;
	font-size: 13px
}

.products-grid .product-item .nalichie_status-wrapper {
	margin-top: 5px
}

.products-list {
	margin-bottom: 20px
}

.products-list .product-item .product-item-inner .small-buttons {
	position: absolute;
	right: 15px;
	top: 15px
}

.products-list .product-item .product-item-inner .small-buttons .small-button {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s ease;
	margin-bottom: 5px
}

.products-list .product-item .product-item-inner:hover .small-buttons .small-button {
	opacity: 1
}

.products-list .product-item .product-item-inner .small-buttons .small-button:hover {
	background-color: #e3e3e3
}

.products-list .product-item .product-item-inner .product-item__compare-block_disable {
	opacity: .8!important;
	background-color: #fb0!important
}

.products-list .product-item .product-item-inner:hover .product-item__compare-block_disable {
	opacity: 1!important
}

.products-list .product__favorite:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(/templates/template_43/img/product__favorite.png);
	background-repeat: no-repeat;
	background-position: 0 0
}

.products-list .product__favorite_remove:after {
	background-position: 0 -26px
}

.products-list .product__favorite_remove {
	opacity: .8!important;
	background-color: #fb0!important
}

.products-list .product-item .product-item-inner:hover .product__favorite_remove {
	opacity: 1!important
}

.products-list .product-item .product-item-inner .small-buttons .small-button.hidden {
	display: none
}

.products-list .product-item .product-item-inner .zoom {
	background: url(/templates/template_43/img/ai.png) no-repeat -71px 1px
}

.products-list .product-item .product-item-inner .product-item__compare-link {
	display: block;
	width: 26px;
	height: 26px;
	background: url(/templates/template_43/img/ai.png) no-repeat -235px -83px
}

.products-list .product-item .product-item-inner .product-item__compare-block_disable .product-item__compare-link {
	background: url(/templates/template_43/img/ai.png) no-repeat -260px -83px
}

.products-list .product-item {
	margin-top: 20px
}

.products-list .product-item:first-child {
	margin-top: 0
}

.products-list .product-item .product-item-inner {
	padding-left: 222px;
	padding-right: 225px;
	position: relative;
	min-height: 230px;
	background: #fff
}

.products-list .product-item .picture_wrapper {
	position: absolute;
	left: 0;
	width: 223px;
	top: 0;
	bottom: 0;
	border-right: 1px solid #d6d9dc
}

.products-list .product-item .picture_wrapper .picture {
	width: 170px;
	height: 170px;
	margin: 19px auto 0
}

.products-list .product-item .product_list_wrapper {
	padding: 19px 20px
}

.products-list .product-item .product_list_wrapper:after {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	background: #d6d9dc;
	position: absolute;
	top: 0;
	right: 225px
}

.products-list .product-item .title a {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500
}

.products-list .product-item .articul {
	line-height: 18px;
	margin: 14px 40px 0 0;
	font-size: 13px;
	color: #333;
	padding: 0;
	float: left
}

.products-list .product-item .nalichie_status-wrapper {
	text-align: left
}

.products-list .product-item .proizvod_description {
	display: block;
	font-size: 13px;
	line-height: 18px;
	margin-top: 14px;
	margin-bottom: 0;
	float: left
}

.products-list .product-item .proizvod_description p {
	margin: 0;
	display: inline
}

.products-list .product-item .proizvod_description a {
	text-decoration: underline
}

.products-list .product-item .proizvod_description a:hover {
	color: #000;
	text-decoration: none
}

.products-list .product-item .rate,
.products-list .product-item .rating {
	display: inline-block;
	vertical-align: top;
	margin: 8px 0 0 0;
	padding: 0 23px 0 0
}

.products-list .product-item .zoom {
	right: 41px;
	top: 163px;
	cursor: pointer
}

.products-list .product-item .opisanie_small {
	color: #888;
	margin-top: 20px;
	line-height: 18px;
	margin: 15px 0 0;
	font-size: 13px
}

.products-list .product-item .properties {
	margin: 11px 0 0
}

.products-list .product-item .opisanie_small + .properties {
	margin: 0;
	padding: 18px 0 0
}

.products-list .product-item .bying_blok {
	position: absolute;
	right: 0;
	width: 225px;
	top: 0;
	padding: 25px 20px 27px
}

.products-list .product-item .button-disabled-wrapper {
	float: left!important
}

.products-list .product-item .amount-and-buttons {
	float: left;
	width: 100%
}

.products-list .product-item .amount {
	float: left
}

.products-list .product-item .amount .product__amount-count {
	font-size: 11px;
	text-align: center;
	line-height: 1;
	margin-top: 3px
}

.products-list .product-item .input-select {
	margin-bottom: 15px;
	float: left;
	width: 100%
}

.products-list .product-item .buttons {
	float: right;
	min-width: calc(100% - 88px)
}

.products-list .product-item .buttons .button {
	width: 100%
}

.products-list .product-item .price_block {
	margin-top: 10px;
	margin-bottom: 15px
}

.products-list .product-item .price_block-inner {
	position: relative;
	padding-right: 70px;
	display: inline-block
}

.products-list .product-item .price_block .old_price,
.products-list .product-item .price_block .price {
	float: left;
	width: 100%
}

#tooltip {
	text-align: center;
	color: #fff;
	background: #424f60;
	position: absolute;
	z-index: 95;
	padding: 4px 10px;
	font-size: 13px
}

#tooltip:after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: #424f60 6px solid;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -6px
}

.catalog-recent {
	margin: 0 0 30px
}

.catalog-recent .all {
	float: left;
	padding: 15px 0 0;
	width: 100%;
	font-size: 14px;
	color: #fb0;
	transition: all ease .1s;
	text-decoration: underline
}

.catalog-recent .block-header .all:hover {
	text-decoration: none
}

.catalog-recent .block-content .product-item {
	background: #fff;
	border: 1px solid #d6d9dc;
	margin: 20px 0 0 0
}

.catalog-recent .block-content .product-item a {
	display: table;
	text-decoration: none
}

.catalog-recent .block-content .product-item a:hover {
	color: #fb0;
	text-decoration: underline
}

.catalog-recent .block-content .product-item .title {
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	overflow: hidden;
	padding: 10px 10px 10px 0
}

.catalog-recent .block-content .product-item .picture {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	width: 83px;
	text-align: center
}

.catalog-recent .block-content .product-item .picture img {
	max-width: 48px;
	max-height: 48px;
	position: static;
	margin: 0 auto
}

.catalog-recent .block-content .product-item .price > div {
	margin: 8px auto 2px;
	display: inline-block;
	white-space: normal;
	font-weight: 600;
	line-height: 15px;
	font-size: 14px;
	color: #fb0
}

.content-sitemap {
	margin: 0
}

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

.content-sitemap.block-list ul > li a {
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	color: #717171;
	text-decoration: underline
}

.content-sitemap.block-list ul > li a:hover {
	color: #ffa200;
	text-decoration: underline
}

.content-nav {
	margin: 0
}

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

.content-nav.block-list ul > li a {
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	color: #717171;
	text-decoration: underline
}

.content-nav.block-list ul > li a:hover {
	color: #ffa200;
	text-decoration: underline
}

.catalog-filter + .toolbar-top,
.catalog-filter + ul.errors,
.catalog-filter + ul.message,
.categories-nav + .page-text,
.categories-nav + .subcategories-popular,
.categories-nav + .toolbar-top,
.content-nav + .page-text,
.page-text + .toolbar-top,
.subcategories + .toolbar-top,
.toolbar-bottom + .page-text {
	margin-top: 24px
}

.page-numbers {
	text-align: center;
	font-size: 0;
	padding: 30px 0 21px
}

.products-grid + .toolbar-bottom .page-numbers,
.products-list + .toolbar-bottom .page-numbers {
	padding-top: 10px
}

.page-numbers a,
.page-numbers span {
	color: #333;
	background: #fff;
	display: inline-block;
	min-width: 33px;
	vertical-align: top;
	height: 33px;
	padding: 0 8px;
	text-align: center;
	line-height: 33px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	border-right: 1px solid transparent
}

.page-numbers a:hover,
.page-numbers span:hover {
	opacity: .7
}

.page-numbers a.active:not(.page-arrow),
.page-numbers span.active:not(.page-arrow) {
	opacity: 1;
	color: #fff;
	background: #fb0;
	cursor: default;
	border-bottom: 1px solid #da9f00;
	border-right: 1px solid #da9f00
}

.page-numbers .page-next,
.page-numbers .page-prev {
	background: url(/templates/template_43/img/arrows2.png) 5px -18px no-repeat
}

.page-numbers .page-next {
	background-position: -70px -18px
}

.page-numbers .page-prev:hover {
	background-position: 5px 6px
}

.page-numbers .page-next:hover {
	background-position: -69px 6px
}

.page-numbers .page-next.active,
.page-numbers .page-prev.active {
	opacity: .4;
	pointer-events: none
}

.toolbar-top {
	margin-bottom: 26px
}

.catalog-view {
	font-size: 0;
	text-align: right
}

.catalog-view a {
	background-image: url(/templates/template_43/img/catalog-view.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #4d4d4d;
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: top;
	height: 14px;
	width: 20px;
	line-height: 20px
}

.catalog-view .grid {
	background-position: 0 0
}

.catalog-view .list {
	background-position: 0 -14px
}

.catalog-view .grid.active,
.catalog-view .grid:hover,
.catalog-view .list.active,
.catalog-view .list:hover {
	background-color: #ffa200
}

.catalog-sort .toolbar-title {
	display: inline-block;
	color: #4d4d4d;
	margin: 0 20px 0 0;
	font-size: 14px;
	line-height: 18px
}

.catalog-sort a {
	display: inline-block;
	position: relative;
	color: #4d4d4d;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline
}

.catalog-sort a:hover {
	color: #fb0;
	text-decoration: none
}

.catalog-sort a.active {
	color: #fb0;
	text-decoration: none
}

.catalog-sort a.active-down,
.catalog-sort a.active-up {
	padding-right: 14px
}

.catalog-sort a.active-down:after,
.catalog-sort a.active-up:after {
	content: '';
	width: 8px;
	height: 4px;
	background: url(/templates/template_43/img/sort.png) no-repeat 0 -4px;
	display: block;
	position: absolute;
	right: 0;
	top: 8px
}

.catalog-sort a.active-up:after {
	background: url(/templates/template_43/img/sort.png) no-repeat 0 0;
	top: 6px
}

.main-content .catalog-filter {
	margin-top: 20px
}

.main-content .catalog-filter .block {
	padding-bottom: 21px
}

.main-content .catalog-filter .block-header {
	background: #fff;
	color: #333;
	min-height: 54px;
	line-height: 54px;
	margin: 0 0 20px;
	position: relative;
	text-transform: uppercase;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	font-size: 20px;
	font-weight: 400
}

.switcher {
	color: #333;
	text-decoration: none;
	display: block;
	position: relative;
	cursor: pointer;
	padding-right: 50px
}

.switcher:after {
	display: block;
	position: absolute;
	width: 18px;
	height: 12px;
	top: 50%;
	right: 18px;
	margin-top: -6px;
	background-image: url(/templates/template_43/img/sprite-filter.png);
	background-repeat: no-repeat;
	background-position: 0 -12px;
	background-color: #fb0;
	content: ''
}

.switcher.active:after {
	background-position: 0 0
}

.catalog-filter .check-wrapper:last-child,
.catalog-filter .input-text {
	margin-bottom: 0
}

.catalog-filter .buttons,
.catalog-filter .equation-grid {
	background: #fff;
	padding: 5px 18px 18px 18px
}

.catalog-filter .podbor_item {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px;
	margin-top: 14px
}

.catalog-filter .podbor_item-row {
	float: left;
	width: 33.33%;
	padding: 0 0 0 12px
}

.catalog-filter .podbor_item-row:first-child {
	padding: 0
}

.catalog-filter .filter-buttons {
	border-bottom: 1px solid #d6dadd
}

.catalog-filter .podbor_opener {
	color: #363636;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 6px
}

.catalog-filter .podbor_opener > span {
	cursor: pointer;
	position: relative;
	padding: 0 0 0 23px;
	display: block
}

.catalog-filter .podbor_opener > span:hover {
	color: #fb0
}

.catalog-filter .podbor_opener.podbor_open > span {
	color: #fb0
}

.catalog-filter .podbor_opener > span .i {
	position: absolute;
	left: 0;
	display: block;
	width: 12px;
	top: 50%;
	height: 12px;
	margin-top: -6px;
	background: url(/templates/template_43/img/catalog-podbor-after.png) no-repeat;
	background-position: 0 -48px
}

.catalog-filter .podbor_opener > span:hover .i {
	background-position: center
}

.catalog-filter .podbor_opener.podbor_open > span .i {
	background-position: 0 -24px
}

.catalog-filter .podbor_opener.podbor_open > span:hover .i {
	background-position: 0 -24px
}

.catalog-filter .podbor_elements {
	display: none;
	padding: 0 0 0 23px
}

.catalog-filter .buttons > div {
	width: 50%;
	float: left
}

.catalog-filter .input-multiselect,
.catalog-filter .input-select,
.catalog-filter .input-text,
.catalog-filter .input-textarea {
	background: #fff;
	margin: 0 0 8px
}

.catalog-filter .input-select select {
	cursor: pointer
}

.side-content .catalog-filter .podbor_item-row {
	width: 100%;
	padding: 0 19px
}

.side-content .catalog-filter .buttons,
.side-content .catalog-filter .equation-grid {
	padding: 0
}

.side-content .catalog-filter .buttons {
	padding: 12px 19px
}

.side-content .catalog-filter {
	box-shadow: 0 0 4px 4px rgb(0 0 0 / 5%);
	margin-bottom: 30px
}

.side-content .button-reset {
	float: left;
	font-size: 12px
}

.side-content .button-filter {
	font-size: 12px;
	margin: 0 0 0 10px
}

.side-content .filter-filter {
	border-top: 1px solid #cfcfcf;
	display: none
}

.side-content .catalog-filter .podbor_elements {
	padding: 0
}

.side-content .switcher:after {
	right: 0
}

.slider-range-wrapper {
	padding-left: 22px;
	padding-right: 22px;
	float: left;
	width: 100%
}

.slider-range-wrapper .ui-slider-horizontal .ui-slider-handle {
	outline: 0;
	top: -7px;
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	background: #fff;
	border-radius: 16px;
	border: 3px solid #fb0
}

.slider-range-wrapper .ui-slider-horizontal .ui-slider-handle:hover {
	border: 3px solid #333
}

.slider-range-wrapper .ui-widget-content {
	background: #cfcfcf
}

.slider-range-wrapper .ui-slider-horizontal {
	height: 4px;
	border: 0!important;
	margin-top: 22px;
	margin-bottom: 10px
}

.slider-range-wrapper .ui-widget-header {
	background: #fb0
}

.product-full.product-item .small-buttons {
	position: absolute;
	right: 39px;
	top: 39px;
	z-index: 5
}

.product-full.product-item .small-buttons .small-button {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	opacity: 1;
	transition: opacity .3s ease;
	margin-bottom: 5px
}

.product-full.product-item .small-buttons .small-button.hidden {
	display: none
}

.product-full.product-item .small-buttons .small-button:hover {
	background-color: #e3e3e3
}

.product-full.product-item .product-item__compare-block_disable {
	opacity: 1!important;
	background-color: #fb0!important
}

.product-full.product-item .zoom {
	background: url(/templates/template_43/img/ai.png) no-repeat -71px 1px
}

.product-full.product-item .product-item__compare-link {
	display: block;
	width: 26px;
	height: 26px;
	background: url(/templates/template_43/img/ai.png) no-repeat -235px -83px
}

.product-full.product-item .product-item__compare-block_disable .product-item__compare-link {
	background: url(/templates/template_43/img/ai.png) no-repeat -260px -83px
}

.product-full.product-item .product__favorite:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(/templates/template_43/img/product__favorite.png);
	background-repeat: no-repeat;
	background-position: 0 0
}

.product-full.product-item .product__favorite_remove:after {
	background-position: 0 -26px
}

.product-full.product-item .product__favorite_remove {
	opacity: .8!important;
	background-color: #fb0!important
}

.product-full.product-item .product-item .product-item-inner:hover .product__favorite_remove {
	opacity: 1!important
}

.product-full .main-block {
	margin: 0 0 20px;
	padding: 0;
	border: 1px solid #d6dadd;
	position: relative;
	background: #fff
}

.product-full .main-block .left-block {
	width: 50%;
	padding: 29px 29px;
	float: left;
	position: relative
}

.product-full .main-block .right-block {
	width: 50%;
	float: left;
	padding: 20px 21px 29px
}

.product-full.product-item .articul {
	color: #333;
	line-height: 18px;
	margin-top: 15px;
	font-size: 13px;
	padding-left: 0
}

.product-full .main-block .right-block .right-block-top .stars {
	float: left;
	width: 50%
}

.product-full .main-block .right-block .right-block-top .articul {
	float: left;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	width: 50%;
	padding: 0
}

.product-full.product-item .picture {
	position: relative
}

.product-full.product-item .picture .empty {
	width: 100%;
	display: block
}

.product-full.product-item .price_block {
	margin-top: 16px
}

.product-full.product-item .price_block-inner {
	position: relative;
	padding-right: 80px;
	display: inline-block
}

.product-full.product-item .price_block .price {
	font-size: 26px;
	line-height: 20px;
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap
}

.product-full.product-item .price_block .price .price-text {
	font-weight: 300;
	font-size: 18px;
	line-height: 20px
}

.product-full.product-item .price_block .old_price {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 0
}

.product-full.product-item .input-select {
	margin-top: 13px
}

.product-full.product-item .amount {
	margin-top: 16px;
	float: left;
	margin-right: 18px
}

.product-full.product-item .amount {
	height: 30px;
	margin-bottom: 15px
}

.product-full.product-item .amount .input {
	height: 28px
}

.product-full.product-item .amount .amount-minus,
.product-full.product-item .amount .amount-plus {
	height: 28px
}

.product-full.product-item .product__amount-count {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin-top: 5px
}

.product-full.product-item .buttons {
	float: left;
	font-size: 0
}

.product-full.product-item .buttons .button-disabled,
.product-full.product-item .buttons button {
	margin-top: 16px;
	margin-right: 18px
}

.product-full.product-item .stars {
	margin-top: 30px
}

.product-full.product-item .stars .rating {
	float: left;
	height: 20px;
	margin-right: 20px
}

.product-full.product-item .stars .rating-add {
	height: 20px;
	float: left
}

.product-full.product-item .stars .rating_votes_count {
	font-size: 12px;
	height: 15px;
	line-height: 17px;
	margin: 0 0 0 10px;
	float: left
}

.product-full.product-item .stars .rating_your_vote {
	float: left;
	padding-right: 7px;
	font-size: 12px;
	height: 15px;
	line-height: 17px
}

.product-full.product-item .proizvod_description {
	margin: 0;
	float: right;
	height: 50px;
	position: relative;
	width: 100px
}

.product-full.product-item .proizvod_description img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

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

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

.product-full.product-item .bying_blok .buttons .button-buy {
	padding-left: 42px;
	position: relative;
	background: url(/templates/template_43/img/ai.png) no-repeat -449px -43px
}

.product-full.product-item .bying_blok .buttons .button-buy:hover {
	background: #fb0 url(/templates/template_43/img/ai.png) no-repeat -449px -81px
}

.full_catalog_dop_fields_short__block {
	margin-top: 5px;
	border-bottom: 1px solid #eaebec;
	padding-bottom: 19px;
	margin-bottom: 27px
}

.full_catalog_dop_fields_short__link {
	cursor: pointer;
	font-size: 13px;
	position: relative;
	display: inline-block;
	padding-right: 0;
	color: #333;
	margin-right: 14px;
	line-height: 1.2;
	border-bottom: 1px dashed #333
}

.full_catalog_dop_fields_short__link:after {
	position: absolute;
	right: -12px;
	top: 6px;
	content: '';
	display: block;
	width: 9px;
	height: 5px;
	background: url(/templates/template_43/img/full_catalog_dop_fields_short__link.png) 0 0
}

.full_catalog_dop_fields_short__link:hover {
	color: #1d2029
}

.full_catalog_dop_fields_short__link:hover:after {
	background: url(/templates/template_43/img/full_catalog_dop_fields_short__link.png) 0 -5px
}

.tab-cont .properties {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 300
}

.tab-cont .properties table {
	width: 100%
}

.tab-cont .properties table tr:hover td {
	background: #f7f7f7
}

.tab-cont .properties table tr td {
	border: 1px solid #cfcfcf;
	width: 50%
}

.tab-cont .properties table tr th {
	border: 1px solid #cfcfcf;
	padding: 8px;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	background: #f7f7f7;
	text-align: left
}

.tab-cont .properties ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.tab-cont .properties ul li {
	list-style: none;
	padding-left: 12px;
	margin-left: 0
}

.tab-cont .properties ul li:before {
	left: 1px
}

.product-full.product-item .full_catalog_dop_fields-short {
	margin-top: 15px
}

.product-full.product-item .full_catalog_dop_fields-short .properties {
	font-size: 13px;
	color: #333
}

.product-full.product-item .full_catalog_dop_fields-short .properties table tr td {
	border: 0
}

.product-full.product-item .full_catalog_dop_fields-short .properties table tr td:first-child {
	font-weight: 500
}

.product-full.product-item .full_catalog_dop_fields-short .properties table tr td:last-child {
	padding-left: 15px
}

.product-full.product-item .full_catalog_dop_fields-short .properties table tr th {
	border: 1px solid #cfcfcf;
	padding: 8px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #145a9d;
	background: #f7f7f7;
	text-align: left
}

.product-full.product-item .full_catalog_dop_fields-short .properties ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.product-full.product-item .full_catalog_dop_fields-short .properties ul li {
	list-style: none;
	padding-left: 12px;
	margin-left: 0
}

.product-full.product-item .full_catalog_dop_fields-short .properties ul li:before {
	left: 1px
}

.product-full.product-item .share {
	margin-top: 26px
}

.product-full.product-item .picture .picture-zoom {
	display: block;
	font: 10px/30px Verdana;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	visibility: hidden;
	width: 112px;
	height: 30px;
	margin: -15px 0 0 -56px;
	padding-left: 32px;
	text-align: left;
	text-transform: uppercase;
	opacity: 0;
	color: #fff;
	background-image: url(/templates/template_43/img/zoom.svg);
	cursor: pointer;
	user-select: none;
	pointer-events: none
}

.product-full.product-item .picture:hover .picture-zoom {
	visibility: visible;
	transition: opacity .2s;
	opacity: 1
}

.product-full.product-item .nalichie_status-wrapper {
	text-align: left;
	margin-top: 6px
}

.full_catalog_dop_info {
	margin-top: 28px;
	margin-bottom: -5px
}

.fancybox-thumbs > ul > li {
	height: 105px
}

.fancybox-thumbs > ul > li > img {
	margin: auto!important;
	max-height: 100%;
	width: auto!important;
	height: auto!important;
	min-width: auto;
	min-height: auto!important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.thumbs .product-thumbs {
	margin-top: 22px;
	margin-left: -5px;
	margin-right: -5px
}

.thumbs .product-thumbs .product-thumb {
	padding: 0 5px
}

.thumbs .product-thumbs .product-thumb > div {
	display: block;
	overflow: hidden;
	padding-bottom: calc(100% - 4px);
	position: relative;
	border: 2px solid #fff;
	-webkit-transition: border-color ease-out .2s;
	-moz-transition: border-color ease-out .2s;
	-o-transition: border-color ease-out .2s;
	transition: border-color ease-out .2s;
	border-color: #ddd;
	cursor: pointer
}

.thumbs .product-thumbs .product-thumb > div.active,
.thumbs .product-thumbs .product-thumb:hover > div {
	border-color: #fb0
}

.thumbs .product-thumbs .product-thumb > div img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto
}

.thumbs .slick-arrow {
	width: 29px;
	height: 29px;
	left: -24px;
	background: url(/templates/template_43/img/arrows2.png) 3px -20px no-repeat
}

.thumbs .slick-next {
	left: auto;
	right: -24px;
	background-position: -72px -20px
}

.thumbs .slick-next:hover {
	background-position: -71px 4px
}

.thumbs .slick-prev:hover {
	background-position: 3px 4px
}

.thumbs .slick-arrow.slick-disabled {
	cursor: default
}

.thumbs .slick-next.slick-disabled {
	background-position: -72px -20px!important;
	opacity: .4
}

.thumbs .slick-prev.slick-disabled {
	background-position: 3px -20px!important;
	opacity: .4
}

.tabs {
	padding: 0;
	position: relative;
	font-size: 0;
	list-style-type: none;
	z-index: 5
}

.tabs__item {
	background: #fb0;
	display: inline-block;
	cursor: pointer;
	vertical-align: bottom;
	font-size: 16px;
	color: #fff!important;
	opacity: 1;
	font-weight: 300;
	padding: 0 18px;
	border: 1px solid #fb0;
	position: relative;
	margin: 10px 1px -1px 0;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none!important
}

.tabs__item.active {
	cursor: default;
	color: #333!important;
	background: #fff;
	border-bottom-color: #fff
}

.tabs__item.active:before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: #fff;
	z-index: 4
}

div.tab-cont {
	border: 1px solid #fb0;
	position: relative;
	padding: 34px 20px 27px;
	margin-top: -1px;
	z-index: 3;
	background: #fff
}

.product-item.product-full + .catalog_dop,
.product-item.product-full + .subcategories,
.subcategories + .catalog_dop,
.subcategories + .subcategories {
	margin-top: 30px
}

.recomend_tovary {
	position: relative
}

.products-slider-nav {
	position: absolute;
	top: 50%;
	width: 100%
}

.products-slider-nav .slick-arrow {
	width: 32px;
	border-radius: 50%;
	height: 32px;
	z-index: 2;
	background-repeat: no-repeat;
	background-color: #fb0;
	background-image: url(/templates/template_43/img/bx_controls.png)
}

.products-slider-nav .slick-arrow:hover {
	background-color: #333
}

.products-slider-nav .slick-arrow.slick-disabled {
	background-color: #333;
	cursor: default;
	opacity: .6
}

.products-slider-nav-prev {
	cursor: pointer;
	position: absolute;
	left: 5px;
	background-position: 0 -33px
}

.products-slider-nav-prev.slick-disabled {
	cursor: default;
	opacity: .6;
	background-position: 0 0
}

.products-slider-nav-prev:hover {
	background-position: 0 0
}

.products-slider-nav-next {
	cursor: pointer;
	position: absolute;
	right: 5px;
	background-position: -43px -33px
}

.products-slider-nav-next.slick-disabled {
	cursor: default;
	opacity: .6;
	background-position: -43px 0
}

.products-slider-nav-next:hover {
	background-position: -43px 0
}

.catalog_dop .slick-prev {
	left: 0!important;
	z-index: -1!important
}

.catalog_dop .slick-next {
	right: 0!important;
	z-index: -1!important
}

.catalog_dop .slick-list {
	padding-bottom: 95px
}

.kabinet-title {
	margin: 0 0 20px;
	width: 100%;
	float: left
}

.kabinet-title span:not(.i) {
	font-size: 18px;
	line-height: 26px;
	border-bottom: 2px solid #ffa200;
	float: left
}

.kabinet-title span .i {
	color: #333;
	font-style: normal;
	font-weight: 500
}

.kabinet .kabinet-block a {
	opacity: .8;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #fff;
	background-size: cover;
	border-radius: 3px;
	background-color: #fbfbfb;
	border: 1px solid #f3f3f3;
	border-radius: 0;
	margin: 0 0 20px;
	width: 100%;
	float: left;
	color: #333;
	display: block;
	padding: 25px 15px;
	text-decoration: none
}

.kabinet .kabinet-block a:hover {
	border-color: #cfcfcf;
	opacity: 1
}

.kabinet .kabinet-block a:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(/templates/template_43/img/icons_mask.png) no-repeat;
	background-color: #fb0
}

.kabinet .kabinet-block a span {
	font-size: 17px;
	margin: 12px 0 0;
	line-height: 20px;
	font-weight: 500;
	display: block
}

.kabinet .users_kabinet_order_statistic a:before {
	background-position: 0 0
}

.kabinet .users_kabinet_change_info a:before {
	background-position: -100px 0
}

.kabinet .users_kabinet_exit a:before {
	background-position: -350px 0
}

.kabinet-button {
	margin-top: 25px;
	display: inline-block
}

.status:first-letter {
	text-transform: uppercase
}

.order-info td,
.orders-archive .table td {
	padding: 8px;
	border: 1px solid #cfcfcf
}

.order-info th,
.orders-archive .table th {
	border: 1px solid #cfcfcf;
	padding: 8px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	background: #f7f7f7
}

.order-info table,
.orders-archive table {
	width: 100%
}

.order-info {
	margin-bottom: 20px
}

.order-info table,
.orders-archive table {
	background: #fff
}

.order-info table td,
.orders-archive td,
.orders-archive th {
	padding: 10px 0 10px 8px;
	border: 0;
	border-bottom: 1px solid #cfcfcf;
	vertical-align: middle;
	width: 50%;
	font-size: 14px;
	line-height: 16px
}

.order-info table td:first-child,
.orders-archive td:first-child,
.orders-archive th:first-child {
	width: 24px;
	padding: 10px 8px
}

.orders-archive th {
	text-align: center;
	color: #3c3c3c;
	background: 0 0;
	font-weight: 400;
	border-bottom: 1px solid #777;
	text-transform: none
}

.cart-block {
	margin-bottom: 30px
}

.cart-payment-block {
	margin-bottom: 0
}

.cart-block.cart-products-block {
	border: 0
}

.cart-block.cart-products-block .block-header {
	background: #fff;
	color: #333;
	min-height: 54px;
	line-height: 54px;
	margin: 0 0 20px;
	position: relative;
	text-transform: uppercase;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	font-size: 20px;
	font-weight: 400
}

.cart-products .cart-product:last-child .product-item-inner.cart-block.cart-products-block .cart-block-footer {
	border: 1px solid #d6dadd
}

.cart-block .description {
	display: block;
	float: left;
	font-weight: 300;
	margin: 4px 0 0 0;
	padding: 0 0 0 25px;
	font-size: 12px;
	line-height: 16px;
	width: 100%
}

.cart-block .is_show .description {
	padding-left: 0!important
}

.cart-delivery-block .check-wrapper,
.cart-payment-block .check-wrapper {
	margin-bottom: 20px
}

.cart-block .description p {
	margin: 0
}

.switcher-icon {
	background: url(/templates/template_43/img/arrows2.png) 4px -79px no-repeat;
	width: 33px;
	height: 33px;
	position: absolute;
	display: block;
	right: 19px;
	top: 24px
}

.switcher:hover .switcher-icon {
	background-position: -20px -78px
}

.cart-block .block-header {
	background: #fff;
	color: #333;
	min-height: 54px;
	line-height: 54px;
	margin: 0 0 20px;
	position: relative;
	text-transform: uppercase;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	font-size: 20px;
	font-weight: 400
}

.cart-block-footer {
	background: #fff;
	padding: 17px 0;
	font-weight: 500;
	font-size: 20px;
	display: block;
	color: #333;
	border-bottom: 1px solid #d6d9dc;
	border-top: 1px solid #d6d9dc
}

.cart-block-footer .price {
	font-size: 20px;
	font-weight: 500;
	color: #fb0;
	text-align: right;
	white-space: nowrap
}

.cart-block-footer.final {
	background: #333;
	padding: 18px 20px;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	display: block;
	font-style: normal;
	margin: 30px 0;
	border-color: #333
}

.cart-block-footer.final .price {
	color: #fb0;
	font-size: 22px
}

.cart-block-footer.final .col-sm-6 {
	padding: 0 12px
}

.cart-block .cart-block-content {
	padding: 0 0 20px
}

.cart-payment-block .cart-block-content {
	padding: 0
}

.cart-block .cart-block-result .price-text {
	color: #333;
	font-size: 14px
}

.cart-block .cart-block-result .price {
	text-align: right;
	font-size: 14px;
	line-height: 26px
}

.cart-block .cart-block-result .result-price {
	line-height: 26px;
	font-size: 18px;
	font-weight: 500;
	color: #fb0
}

.cart-block .block-header.switcher {
	border-bottom: 0
}

.cart-block .block-header.switcher + .block {
	border-top: 1px solid #f3f3f3
}

.cart-block .block-header .title {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	font-weight: 500
}

.cart-block .block {
	padding: 25px 0
}

.printing {
	text-align: right
}

.printing a {
	position: relative;
	display: inline-block;
	color: #6d6d6d;
	text-decoration: none
}

.printing a:before {
	content: '';
	display: inline-block;
	height: 14px;
	width: 9px;
	vertical-align: middle;
	margin: 0 7px 0 0;
	background: url(/templates/template_43/img/ai.png) -28px -85px no-repeat;
	width: 16px;
	top: -1px;
	position: relative
}

.printing a:hover {
	text-decoration: underline
}

.cart-products .cart-product .product-item-inner {
	position: relative;
	min-height: 226px;
	background: #fff;
	margin: 0 0 20px
}

.cart-products .cart-product .picture_wrapper .picture {
	width: 170px;
	min-height: 170px;
	margin: 19px 0 0 19px
}

.cart-products .cart-product .title {
	padding-top: 6px
}

.cart-products .cart-product .title a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500
}

.cart-products .cart-product .articul {
	line-height: 18px;
	margin: 14px 40px 0 0;
	font-size: 13px;
	color: #333;
	padding: 0;
	float: left
}

.cart-products .cart-product .proizvod_description {
	display: block;
	font-size: 13px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	padding-top: 14px
}

.cart-products .cart-product .proizvod_description a {
	text-decoration: underline
}

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

.cart-products .cart-product .proizvod_description p {
	margin: 0;
	display: inline
}

.cart-products .cart-product .opisanie_small {
	margin: 0 0 12px 0
}

.cart-products .product-item .properties {
	margin: 20px 0 0;
	border-top: 1px solid #eaebec;
	padding: 18px 0 0
}

.cart-products .product-item .opisanie_small + .properties {
	margin: 20px 0 0;
	border-top: 1px solid #f6f6f7;
	padding: 18px 0 0
}

.cart-products .cart-product .control_block .price_block .price-text,
.cart-products .cart-product .control_block .summ_block .summ-text {
	font-weight: 300;
	margin-bottom: 2px;
	display: block
}

.cart-products .cart-product .control_block .price_block .price {
	font-size: 18px;
	font-weight: 500;
	line-height: 15px;
	margin-bottom: 8px;
	color: #fb0
}

.cart-products .cart-product .control_block .summ_block .summ {
	font-size: 18px;
	font-weight: 500;
	color: #fb0
}

.cart-products .cart-product .control_block .summ_block .summ-old {
	font-size: 13px;
	font-weight: 400;
	color: #727272;
	text-decoration: line-through;
	margin-right: 5px
}

.cart-products .cart-product .remove {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
	display: block;
	border-radius: 0;
	width: 14px;
	height: 14px;
	opacity: 1;
	background: url(/templates/template_43/img/close_icons.png) -1px -46px no-repeat
}

.cart-products .cart-product .remove:hover {
	background-position: -30px -46px;
	background-color: #145a9d
}

.cart-products .cart-product .remove span {
	display: none
}

.cart-products .variants {
	margin: 10px 0 0 0;
	font-size: 13px
}

.cart-products .variants span {
	font-weight: 500;
	color: #1d2029
}

.cart-products .link-zakaz {
	margin-top: 10px
}

.cart-products .link-zakaz span {
	cursor: default;
	padding-left: 20px;
	position: relative;
	font-size: 12px;
	color: #888;
	display: inline-block
}

.cart-products .link-zakaz span:before {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	left: -1px;
	top: 4px;
	background: url(/templates/template_43/img/ai.png) -112px -87px
}

.cart-products .amount {
	margin-top: 5px
}

.cart-products .product__amount-count {
	font-size: 11px;
	text-align: center;
	line-height: 1;
	margin-top: 3px
}

.cart-products .price_block {
	margin-top: 22px
}

.cart-products .amount-text {
	margin-top: 9px
}

.cart-products .product-item .amount.disabled {
	border-left: 0;
	border-right: 0;
	width: 100px
}

.cart-products .product-item .amount.disabled .input {
	width: 100%
}

.number-order {
	float: left;
	margin-bottom: 20px
}

.number-order span {
	font-size: 18px;
	line-height: 26px;
	border-bottom: 2px solid #fb0;
	display: inline-block
}

.cart-discount-block .page-text {
	border-bottom: #d6d9dc 1px solid;
	margin: 0 0 20px;
	font-weight: 300;
	color: #717171;
	padding: 0 0 10px
}

.cart-discount-block .cart-block-result {
	line-height: 26px
}

ul.errors,
ul.message {
	padding: 15px;
	color: red;
	margin-bottom: 30px;
	border: 1px solid red;
	background: #fff1f1
}

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;
	background: #f1fff3
}

ul.message li {
	position: relative
}

ul.errors li {
	padding: 0 0 0 15px;
	position: relative
}

ul.errors li:before,
ul.message li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%
}

ul.errors li:before {
	background: red
}

ul.errors li.title {
	padding: 0;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px
}

ul.errors li.title:before {
	display: none
}

.mobile-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 101
}

.mobile-menu > ul > li {
	background: #f9f9f9;
	border-top: 1px solid #eaebec;
	position: relative;
	width: 100%!important
}

.mobile-menu > ul:first-child > li:first-child {
	border-top: 0
}

.mobile-menu > ul > li.catalog-header span,
.mobile-menu > ul > li.catalog-header-mobile span {
	padding: 0 31px 0 17px;
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 41px;
	color: #1d2029;
	font-weight: 600;
	text-transform: uppercase
}

.mobile-menu > ul > li > .a,
.mobile-menu > ul > li > a,
.mobile-menu > ul > li.a_active > span {
	padding: 0 31px 0 17px;
	display: block;
	font-size: 13px;
	text-decoration: none;
	height: 40px;
	line-height: 41px;
	color: #1d2029
}

.mobile-menu > ul > li.a_active > span {
	color: #fb0
}

.mobile-menu > ul > .cabinet .enter-link {
	border-left: 0;
	text-transform: none;
	color: #1d2029!important
}

.mobile-menu > ul > .cabinet .enter-link:hover,
.mobile-menu > ul > .cabinet:hover {
	background: #eee
}

.mobile-menu > ul > li > .submenu-opener {
	display: none;
	width: 30px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0
}

.mobile-menu > ul > li > .submenu-opener:after {
	content: '';
	background: url(/templates/template_43/img/filter.png) no-repeat 0 0;
	width: 9px;
	height: 6px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -3px
}

.mobile-menu > ul > li > .submenu-opener:hover:after {
	background: url(/templates/template_43/img/filter.png) no-repeat 0 -6px
}

.mobile-menu > ul > li.open > .submenu-opener:after {
	background: url(/templates/template_43/img/filter.png) no-repeat 0 -12px
}

.mobile-menu > ul > li.drop > .submenu-opener {
	display: block
}

.mobile-menu > ul > li > a.a_active,
.mobile-menu > ul > li:hover > a {
	background: #eee
}

.mobile-menu > ul > li > ul {
	display: none
}

.mobile-menu > ul > li > ul > li {
	background: #f9f9f9;
	border-top: 1px solid #eaebec;
	position: relative;
	width: 100%!important
}

.mobile-menu > ul > li > ul > li > a {
	padding: 0 31px 0 34px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	height: 40px;
	line-height: 41px;
	color: #1d2029
}

.mobile-menu > ul > li > ul > li > .submenu-opener {
	display: none;
	width: 30px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0
}

.mobile-menu > ul > li > ul > li > .submenu-opener:after {
	content: '';
	background: url(/templates/template_43/img/filter.png) no-repeat 0 0;
	width: 9px;
	height: 6px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -3px
}

.mobile-menu > ul > li > ul > li > .submenu-opener:hover:after {
	background: url(/templates/template_43/img/filter.png) no-repeat 0 -6px
}

.mobile-menu > ul > li > ul > li.open > .submenu-opener:after {
	background: url(/templates/template_43/img/filter.png) no-repeat 0 -12px
}

.mobile-menu > ul > li > ul > li.drop > .submenu-opener {
	display: block
}

.mobile-menu > ul > li > ul > li > a.a_active,
.mobile-menu > ul > li > ul > li:hover > a {
	background: #eee
}

.mobile-menu > ul > li > ul > li > ul {
	display: none
}

.mobile-menu > ul > li > ul > li > ul > li {
	background: #f9f9f9;
	border-top: 1px solid #eaebec;
	position: relative;
	width: 100%!important
}

.mobile-menu > ul > li > ul > li > ul > li > a,
.mobile-menu > ul > li > ul > li > ul > li > span {
	padding: 0 31px 0 51px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	height: 40px;
	line-height: 41px
}

.mobile-menu > ul > li > ul > li > ul > li > .submenu-opener {
	display: none
}

.mobile-menu > ul > li > ul > li > ul > li > a.a_active,
.mobile-menu > ul > li > ul > li > ul > li:hover > a {
	background: #eee
}

.mobile-menu > ul > li > ul > li > ul > li > ul {
	display: none
}

.mobile-menu-text {
	position: absolute;
	height: 41px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	padding-left: 10px
}

.mobile-menu-opener {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	width: 32px;
	height: 32px;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	position: absolute;
	right: 10px;
	top: 5px
}

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

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

.mobile-menu-opener span:after,
.mobile-menu-opener span:before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	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 {
	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
}

.mobile-menu .cabinet .enter-span,
.mobile-menu .cabinet .enter-span a {
	color: #1d2029;
	border-left: 0;
	font-size: 14px
}

.mobile-menu .cabinet .enter-span:after {
	background: transparent none
}

.jspContainer {
	overflow: hidden;
	position: relative
}

.jspPane {
	position: absolute
}

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

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	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: 11px;
	margin: 0 0 0 10px;
	background: url(/templates/template_43/img/scroll-track.png) 50% 0 repeat-y
}

.jspHorizontalBar .jspTrack {
	height: 11px
}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer
}

.jspVerticalBar .jspDrag {
	width: 11px;
	height: 36px;
	background: url(/templates/template_43/img/scroll-drag.png)
}

.jspHorizontalBar .jspDrag {
	height: 11px;
	top: 0
}

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

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

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d
}

.jspVerticalBar .jspArrow {
	height: 16px
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%
}

.jspVerticalBar .jspArrow:focus {
	outline: 0
}

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

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

.header-basket {
	width: 270px;
	padding: 0 20px
}

.header-basket > div {
	position: relative
}

.catalog-search {
	display: block!important;
	float: right;
	margin: 4px 0 0 0;
	position: relative
}

.catalog-search button {
	display: inline-block;
	height: 30px;
	margin-left: 3px;
	font-family: Roboto,Arial,serif;
	font-weight: 400;
	line-height: 29px;
	padding: 0 10px;
	border: 0 solid #da9f00;
	border-width: 0 1px 1px 0;
	background: #fb0;
	color: #333;
	vertical-align: middle
}

.catalog-search input {
	display: inline-block;
	width: 241px;
	height: 30px;
	padding: 0 9px 0 12px;
	border: none;
	font-family: Roboto,Arial,serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 30px;
	color: #77777b;
	background: #fbfbfb;
	vertical-align: middle
}

.catalog-search__form {
	position: relative
}

.catalog-search__result-window {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: #020303 0 5px 13px 0;
	top: 41px!important;
	z-index: 15;
	left: 0!important;
	right: 0!important
}

.catalog-search__result-items {
	border: 1px solid #e7e7e7;
	max-height: 263px;
	outline: 0;
	width: 100%!important
}

.catalog-search__result-footer {
	border: 1px solid #ebebeb;
	border-top: 0;
	text-align: center;
	padding: 11px 13px 13px
}

.catalog-search__result-footer-link {
	color: #fb0;
	text-decoration: none;
	display: inline-block;
	position: relative;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s;
	font-size: 13px;
	font-weight: 500
}

.catalog-search__result-footer-link:hover {
	color: #333;
	text-decoration: none
}

.catalog-search__result-footer-link + .catalog-search__result-footer-link {
	margin-left: 15px
}

.catalog-search__result-item {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 15px 12px 95px;
	position: relative;
	display: block;
	min-height: 66px;
	line-height: 18px;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s
}

.catalog-search__result-item:hover {
	background-color: #f7f7f7
}

.catalog-search__result-item:last-child {
	border-bottom: 0
}

.catalog-search__result-item-image-block {
	position: absolute;
	left: 26px;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -26px
}

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

.catalog-search__result-item-title {
	overflow: hidden
}

.catalog-search__result-item-title-link {
	text-decoration: none;
	color: #333;
	-webkit-transition: all ease-out .4s;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	transition: all ease-out .4s;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px
}

.catalog-search__result-item-title-link span {
	color: #fb0
}

.catalog-search__result-item-title-link:hover {
	text-decoration: none;
	color: #fb0
}

.catalog-search__result-item-title-link:hover span {
	text-decoration: none;
	color: #333
}

.catalog-search__result-item-pricearea {
	width: 100%;
	margin: 10px 0 0 0
}

.catalog-search__result-item-price {
	font-size: 16px;
	font-weight: 700;
	line-height: 15px;
	color: #fb0;
	margin: 0 10px 0 0;
	display: inline-block
}

.catalog-search__result-item-price_old {
	font-size: 14px;
	line-height: 15px;
	font-weight: 300;
	color: #717171;
	text-decoration: line-through;
	display: inline-block
}

.catalog-search .jspVerticalBar .jspDrag {
	width: 7px;
	height: 22px;
	background: url(/templates/template_43/img/scroll-drag.png) no-repeat
}

.catalog-search .jspVerticalBar .jspTrack {
	width: 7px;
	background: url(/templates/template_43/img/scroll-track.png) 50% 0 repeat-y
}

.catalog-search .jspVerticalBar .jspTrack:before {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	height: 100%;
	width: 6px;
	left: -6px
}

.header-search {
	float: right;
	margin: -39px 4px 0 0
}

.pay_system_icons {
	display: block;
	margin-top: 27px
}

.pay_system_icons p {
	margin: 0;
	display: inline
}

.pay_system_icons .i {
	display: inline-block;
	height: 20px;
	width: 34px;
	background: url(/templates/template_43/img/pay_icons.png) no-repeat;
	margin: 0 11px 0 0
}

.pay_system_icons i.mastercard {
	background-position: 0 -1px
}

.pay_system_icons i.visa {
	background-position: -46px -1px
}

.pay_system_icons i.yandex_money {
	background-position: -94px -1px;
	width: 21px
}

.pay_system_icons i.webmoney {
	background-position: -128px -1px;
	margin-right: 7px
}

.pay_system_icons i.qiwi {
	background-position: -172px -1px;
	margin-right: 0
}

.feeds {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
}

.feeds-content {
	padding: 10px 20px 21px;
	background: #fff
}

.feeds-item {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
	color: #777
}

.feeds-item:last-child {
	padding: 0;
	margin: 0;
	border-bottom: 0
}

.feeds-item p {
	margin: 0
}

.feeds-item b,
.feeds-item strong {
	color: #fb0;
	font-weight: 600
}

.categories-nav {
	margin: 0 -6px
}

.categories-nav_type_compact,
.categories-nav_type_full {
	display: flex;
	flex-wrap: wrap
}

.subcategories__group {
	margin-top: 15px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
	font-size: 16px
}

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

.catalog-podmenu-item {
	position: relative;
	float: left
}

.catalog-podmenu-item a.active,
.catalog-podmenu-item a:hover {
	color: #fb0
}

.catalog-podmenu-item_type_full {
	line-height: 20px;
	font-size: 12px;
	padding: 6px;
	width: 50%
}

.catalog-podmenu-item_type_compact {
	line-height: 20px;
	font-size: 12px;
	padding: 6px;
	width: 25%;
	text-align: center
}

.catalog-podmenu-item_type_minimal {
	width: 100%;
	padding: 8px 6px;
	display: inline-block;
	float: none;
	line-height: 1
}

.categories-nav_type_with_rows .equation-grid {
	margin-left: -6px;
	margin-right: -6px
}

.categories-nav_type_minimal {
	overflow: hidden;
	margin-bottom: 20px
}

.categories-nav_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
}

.categories-nav_type_tags {
	margin: -6px 0 0 0
}

.catalog-podmenu-item_type_tags {
	color: #000;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	background: #e5e5e5
}

.catalog-podmenu-item_type_tags:hover {
	color: #000;
	text-decoration: none;
	border-color: #333
}

.subcategories-toggle {
	display: none;
	padding-top: 10px;
	margin-bottom: 20px;
	position: relative
}

.subcategories-toggle:before {
	content: '';
	display: block;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	height: 35px;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
	pointer-events: none
}

.subcategories-toggle.active:before {
	display: none
}

.subcategories-toggle-link {
	cursor: pointer;
	font-size: 14px;
	color: #fb0;
	transition: all ease .1s;
	text-decoration: underline
}

.subcategories-toggle-link:hover {
	text-decoration: none
}

.subcategories-toggle-link.active {
	text-decoration: none
}

@media (max-width:1199px) {
	.catalog-podmenu-item_type_compact {
		width: 33.33333333%
	}
}

@media (max-width:991px) {
	.catalog-podmenu-item_type_full {
		width: 100%
	}

	.catalog-podmenu-item_type_compact {
		width: 33.33333333%
	}
}

@media (max-width:767px) {
	.catalog-podmenu-item_type_compact {
		width: 50%
	}

	.categories-nav_type_minimal .podbor_item-row {
		width: 100%
	}
}

@media (max-width:469px) {
	.catalog-podmenu-item_type_compact {
		width: 100%
	}
}

.catalog-podmenu-item-inner {
	height: 100%;
	position: relative
}

.catalog-podmenu-item_type_full .catalog-podmenu-item-inner {
	padding: 30px
}

.catalog-podmenu-item_type_compact .catalog-podmenu-item-inner {
	padding: 10px
}

.catalog-podmenu-item-inner.has-picture {
	min-height: 180px
}

.catalog-podmenu-item_type_full .catalog-podmenu-image-block {
	width: 120px;
	height: 120px;
	float: left;
	left: 30px;
	top: 34px;
	position: absolute
}

.catalog-podmenu-item_type_compact .catalog-podmenu-image-block {
	width: 120px;
	height: 120px;
	position: relative;
	margin: 0 auto
}

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

.catalog-podmenu-item_type_compact .catalog-podmenu-image {
	bottom: 0
}

.catalog-podmenu-item_type_full .catalog-podmenu-wrapper {
	padding-left: 140px;
	float: left
}

.catalog-podmenu-title {
	width: 100%;
	float: left
}

.catalog-podmenu-item_type_compact .catalog-podmenu-title {
	margin-top: 10px;
	float: none
}

.catalog-podmenu-title-link {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none
}

.catalog-podmenu-item_type_minimal .catalog-podmenu-title-link {
	font-weight: 400
}

.catalog-podmenu-title-link:hover,
.catalog-podmenu-title-link_active {
	color: #1d2029;
	text-decoration: none
}

.catalog-podmenu-description {
	margin: 5px 0 0;
	color: #888;
	font-size: 13px;
	width: 100%;
	float: left
}

@media (max-width:767px) {
	.catalog-podmenu-item_type_full .catalog-podmenu-image-block {
		float: left;
		left: auto;
		top: auto;
		position: relative
	}

	.catalog-podmenu-item_type_full .catalog-podmenu-wrapper {
		padding-left: 0
	}
}

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

.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: #000
}

.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: #000
}

.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_43/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
}

.compare-top {
	position: fixed;
	z-index: 101;
	top: -55px;
	left: 0;
	width: 100%;
	display: block;
	background: rgba(0,0,0,.75)
}

.compare-top-inn {
	max-width: 1208px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative
}

.compare-top .compare-top-x {
	background: url(/templates/template_43/img/close_icons.png) no-repeat -32px 2px;
	display: block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 17px;
	right: 10px;
	z-index: 102
}

.compare-table .product__title-link {
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #333;
	transition: color ease-out 20ms
}

.compare-table .product__title-link:hover {
	color: #fb0
}

.compare-table .product__price {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 8px;
	color: #fb0;
	white-space: nowrap;
	display: block;
	margin-bottom: 0
}

.compare-table .product__price-old {
	white-space: nowrap;
	line-height: 1;
	display: block;
	margin-top: 8px!important;
	font-weight: 400;
	color: #727272;
	float: none;
	font-size: 18px;
	text-decoration: line-through
}

.request-button {
	display: block;
	text-align: center
}

.compare-table__left {
	float: left;
	width: 223px;
	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 4px;
	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: #fb0;
	border-top: 1px solid #fb0;
	border-bottom: 1px solid #fff
}

.compare-table__right {
	padding-left: 223px;
	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_43/img/compare-table__row-delete.png) no-repeat center center;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 11px;
	top: 2px;
	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: 13px;
	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__group {
	display: none
}

.compare-table .product__remove-link {
	width: 24px;
	height: 24px;
	background: url(/templates/template_43/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__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: left;
	overflow: hidden;
	height: 42px
}

.compare-table .product__price-block {
	margin-top: 7px;
	text-align: left
}

.same-fields_hidden {
	display: none!important
}

#up {
	cursor: pointer;
	line-height: 51px;
	background: #fb0;
	border: 0 solid #da9f00;
	border-width: 0 1px 1px 0;
	opacity: .8;
	position: fixed;
	right: 36px;
	bottom: 16px;
	outline: 0;
	width: 51px;
	height: 51px;
	z-index: 50;
	display: none
}

#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_43/img/up4.png)
}

.mini-compare__content {
	display: none
}

.mini-compare__items {
	padding: 0 10px 0 20px
}

.mini-compare__item {
	padding: 0 0 0 50px;
	position: relative;
	line-height: 18px;
	display: none;
	min-height: 55px;
	flex-wrap: wrap
}

.mini-compare__item:last-child {
	display: flex;
	align-items: center
}

.mini-compare__item-image-block {
	position: absolute;
	left: 0;
	top: 10px;
	width: 35px;
	height: 35px
}

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

.mini-compare__item-image-image-link {
	display: block;
	background: #fff;
	width: 35px;
	height: 35px
}

.mini-compare__item-title {
	max-height: 35px;
	overflow: hidden;
	color: #cfcfcf;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 130px);
	float: left
}

.mini-compare__item-title-link {
	text-decoration: underline;
	color: #fb0
}

.mini-compare__item-title-link:hover {
	text-decoration: none;
	color: #fb0
}

.mini-compare__item-link {
	float: right;
	background: #fff;
	text-decoration: none;
	line-height: 1;
	font-weight: 700;
	padding: 7px 10px;
	color: #000;
	width: 90px;
	text-align: center;
	margin-left: auto;
	margin-right: 30px
}

.mini-compare__item-link:hover {
	background: #000;
	color: #fff;
	text-decoration: none
}

.mini-compare__item-title-add {
	color: #cfcfcf
}

.mini-compare__info {
	color: #fff;
	font-weight: 300;
	text-transform: lowercase;
	margin-top: -15px
}

.mini-compare__no-items {
	padding: 10px 0 20px 0;
	color: #fff;
	font-weight: 300;
	text-align: center
}

.privacy-footer {
	margin-top: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: 300;
	max-width: 100%;
	white-space: normal
}

.privacy-footer p {
	margin: 0
}

.privacy-footer a {
	color: #bb2c26;
	text-decoration: underline;
	font-weight: 300
}

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

.privacy-disclaimer {
	color: #555;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
	font-size: 13px;
	z-index: 98;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0
}

.privacy-disclaimer p {
	margin: 0
}

.privacy-disclaimer a {
	color: #555;
	text-decoration: underline
}

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

.privacy-disclaimer__content {
	position: relative;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px
}

.privacy-disclaimer__close {
	position: absolute;
	right: 0;
	top: 14px;
	cursor: pointer;
	display: block;
	border-radius: 0;
	width: 14px;
	height: 14px;
	opacity: 1;
	background: url(/templates/template_43/img/close_icons.png) -1px -46px no-repeat
}

.privacy-disclaimer__close:hover {
	opacity: .6
}

.privacy-disclaimer__button-block {
	margin-top: 10px
}

.privacy-forms {
	display: table;
	width: 100%
}

.privacy-forms__text {
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	text-align: left
}

.privacy-forms__text p {
	margin: 0
}

.privacy-forms__text a {
	color: #ffa200;
	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
}

.page-tools .share {
	margin-top: 20px
}

.page-tools .share42init {
	font-size: 0
}

.page-tools .share42-item {
	margin-bottom: 0!important;
	vertical-align: top
}

.page-text + .page-tools .share {
	margin-top: 0
}

.mt_20 {
	margin-top: 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
}

.slick-loading .slick-list {
	background: #fff url(/misc/plugins/slick/ajax-loader.gif) center center no-repeat
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.content-nav + .share {
	margin-top: 20px
}

.profit {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	background: #ed2c03;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	margin-top: -40px;
	z-index: 2
}

.profit__percent {
	font-size: 9px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	display: block;
	padding-top: 13px;
	text-transform: uppercase;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	line-height: 1;
	position: relative;
	right: -4px
}

.profit__percent-text {
	display: block
}

.profit__percent-percent {
	display: block;
	margin-top: 3px;
	margin-left: 0;
	font-size: 22px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	font-weight: 700
}

.profit__price {
	display: block;
	margin-top: 11px;
	margin-left: -10px;
	margin-right: -10px
}

.profit__price-price {
	font-size: 12px;
	color: #ed2c03;
	font-weight: 700;
	width: 100%;
	text-align: center;
	display: block;
	white-space: nowrap
}

.text .table {
	overflow-x: auto
}

.subcategories-popular ul li > a {
	word-wrap: break-word;
	border-top: 1px solid #cfcfcf;
	display: block;
	padding: 12px 19px;
	background: #fff;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #333;
	font-size: 15px;
	line-height: 18px;
	transition: all ease .1s;
	font-weight: 300
}

.subcategories-popular ul li.a_active > a,
.subcategories-popular ul li:hover > a {
	color: #fb0
}

.subcategories-popular_position_sidebar {
	box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative
}

.subcategories-popular_position_catalog {
	margin-bottom: 20px
}

.subcategories-popular__header {
	margin-top: 15px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
	font-size: 16px
}

.subcategories-popular__inner {
	margin-top: -6px;
	font-size: 0
}

.subcategories-popular__link {
	color: #000;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
	border: 1px solid #cfcfcf;
	background: #d6d3d3
}

.subcategories-popular__link:focus,
.subcategories-popular__link:hover {
	color: #000;
	text-decoration: none;
	border-color: #333
}

.files__item {
	margin-top: 12px
}

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

.files__item-link {
	position: relative;
	padding-left: 30px;
	display: inline-block
}

.files__item-icon {
	width: 18px;
	height: 19px;
	background: url(/templates/template_43/img/files__item-icon.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: -1px;
	display: block
}

.fixed-links {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 90;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	border-radius: 5px 0 0 5px;
	overflow: hidden
}

.fixed-links__item {
	width: 60px;
	height: 60px;
	border-top: 1px solid #000;
	position: relative
}

.fixed-links__item:first-child {
	border-top: 0
}

.fixed-links__item-link {
	background-color: #363636;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer
}

.fixed-links__item_cart .fixed-links__item-link {
	background-color: #fb0!important
}

.fixed-links__item-link:hover {
	background-color: #000
}

.fixed-links__item-link:after {
	content: '';
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url(/templates/template_43/img/fixed-links.png);
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -13px 0 0 -13px;
	background-position: 0 0
}

.fixed-links__item_cart .fixed-links__item-link:after {
	background-position: 0 0
}

.fixed-links__item_sendmail .fixed-links__item-link:after {
	background-position: -26px 0
}

.fixed-links__item_callback .fixed-links__item-link:after {
	background-position: -52px 0
}

.fixed-links__item_favorite .fixed-links__item-link:after {
	background-position: -78px 0
}

.fixed-links__item_compare .fixed-links__item-link:after {
	background-position: -104px 0
}

.fixed-links__item_account .fixed-links__item-link:after {
	background-position: -130px 0
}

.fixed-links__item_logged .fixed-links__item-link:after {
	background-position: -156px 0
}

.fixed-links__item-amount {
	min-width: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18px;
	border-radius: 18px;
	background: #fff!important;
	color: #000;
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0 3px;
	font-weight: 500;
	z-index: 2
}

.fixed-links__item_cart .fixed-links__item-amount {
	background: #363636!important;
	color: #fff!important
}

.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: 4px
}

.km > span:first-child {
	padding-right: 6px;
	font-size: 12px;
	font-weight: 400;
	color: #333
}

.km .input-text {
	width: 50px;
	display: inline-block;
	text-align: center;
	padding: 0 10px
}

.check-wrapper.has_image {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.check-wrapper.has_image .input-radio {
	display: flex;
	width: 16px;
	align-items: center;
	padding: 0;
	height: auto;
	margin: 0
}

.check-wrapper.has_image .input-radio .i,
.check-wrapper.has_image .input-radio i {
	top: auto;
	margin: 0
}

.check-block__image-block {
	width: 110px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 10px;
	font-size: 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% - 16px);
	align-items: center;
	padding-left: 10px
}

.check-block__image-block + .check-block__content {
	width: calc(100% - 126px)
}

.check-block__title {
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	font-weight: 500
}

.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: 6px
}

.check-block__button-block .button {
	float: none
}

.check-block__widget {
	width: 956px;
	margin-left: -478px;
	margin-top: 0;
	padding: 30px;
	background-color: #eee
}

.check-block__address {
	margin-top: 5px;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px
}

.check-block__address [data-id=name] {
	color: var(--color1)
}

.check-block__widget .close {
	right: 10px;
	top: 10px
}

@media (max-width:991px) {
    .dev .weblink {
		display: block;
		padding: 0;
	}

	.dev img {
		position: relative;
		left: auto;
		top: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

    .page-footer-bg2 {
        padding: 15px 0;
    }

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

.additional-place {
	margin-top: 30px
}

.product__gift {
	position: absolute;
	width: 47px;
	height: 32px;
	left: 16px;
	top: 14px;
	background: url(/templates/template_43/img/product__gift.png) no-repeat left center;
	z-index: 3;
	text-align: left
}

.product__gift:hover {
	z-index: 4
}

.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: 178px;
	padding: 4px 8px 8px;
	border: 1px solid #fb0
}

.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 #fb0;
	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;
	font-weight: 700;
	color: #fb0;
	font-size: 13px;
	line-height: 1.2
}

.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: #333;
	font-weight: 400;
	padding-left: 53px;
	text-decoration: none
}

.product__gift-item + .product__gift-item {
	margin-top: 8px
}

.product__gift-item:hover {
	text-decoration: none
}

.product__gift-item-title {
	display: table-cell;
	font-size: 12px;
	line-height: 1.2;
	vertical-align: middle;
	height: 45px
}

.product__gift-item-image-block {
	position: absolute;
	width: 45px;
	height: 45px;
	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: 8px;
	top: 6px
}

.product-full-wrapper .product__gift:hover {
	z-index: 7
}

.product-full-wrapper .product__gift {
	left: 8px;
	top: 6px
}

.product-full-wrapper .product__gift-inner {
	width: 228px
}

.cart-products .product__gift {
	left: 5px;
	top: 3px
}

.promocode__form {
	margin: 20px -3px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

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

.promocode__form-col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 40px;
	padding: 0 3px
}

.promocode__form .label {
	margin: 0
}

.promocode__form .input-text {
	margin: 0;
	width: 260px
}

.promocode__form .button {
	height: 36px
}

.cart-product .profit {
	right: 5px;
	top: 5px;
	margin-top: auto
}

.cart-product .profit__percent {
	padding-top: 17px
}

.cart-product .product__promo {
	color: #ed2c03;
	font-weight: 700;
	margin-bottom: 14px
}

.subcategories_type_include .subcategories__inner,
.subcategories_type_product .subcategories__inner {
	margin-top: -6px;
	font-size: 0
}

.subcategories_type_include .subcategories__item,
.subcategories_type_product .subcategories__item {
	color: #000;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	background: #e5e5e5
}

.subcategories_type_include .subcategories__item:hover,
.subcategories_type_product .subcategories__item:hover {
	color: #000;
	text-decoration: none;
	border-color: #333
}

.captcha {
	margin-top: 15px
}

.products-list .amount input {
	padding: 0!important;
	width: 35px
}

.products-list .amount input.size-5 {
	width: 46px
}

.products-list .amount input.size-6 {
	width: 53px
}

.products-list .amount input.size-7 {
	width: 60px
}

.products-list .amount input.size-8 {
	width: 68px
}

.products-list .amount input.size-9 {
	width: 75px
}

.products-grid .amount input {
	padding: 0!important;
	width: 35px
}

.products-grid .amount input.size-5 {
	width: 46px
}

.products-grid .amount input.size-6 {
	width: 53px
}

.products-grid .amount input.size-7 {
	width: 60px
}

.products-grid .amount input.size-8 {
	width: 68px
}

.products-grid .amount input.size-9 {
	width: 75px
}

.product-full .amount input {
	padding: 0!important;
	width: 35px
}

.product-full .amount input.size-5 {
	width: 46px
}

.product-full .amount input.size-6 {
	width: 53px
}

.product-full .amount input.size-7 {
	width: 60px
}

.product-full .amount input.size-8 {
	width: 68px
}

.product-full .amount input.size-9 {
	width: 75px
}

.cart-products .amount input {
	padding: 0!important;
	width: 35px
}

.cart-products .amount input.size-5 {
	width: 46px
}

.cart-products .amount input.size-6 {
	width: 53px
}

.cart-products .amount input.size-7 {
	width: 60px
}

.cart-products .amount input.size-8 {
	width: 68px
}

.cart-products .amount input.size-9 {
	width: 75px
}

.rate {
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.rate__stars {
	display: block;
	margin-right: 10px;
	width: 70px;
	height: 14px;
	position: relative;
	margin-top: -1px
}

.rate__stars:before {
	content: '';
	background-image: url(/templates/template_43/img/rate.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.rate__stars > div {
	background-image: url(/templates/template_43/img/rate.png);
	background-repeat: repeat-x;
	background-position: 0 -16px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.rate__text {
	line-height: 1;
	white-space: nowrap;
	font-size: 13px;
	color: #888;
	font-weight: 300
}

.products-grid .rate__stars,
.products-list .rate__stars {
	margin-right: 0
}

.response__header {
	margin: 30px 0 0 0;
	line-height: 23px;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	padding: 0 0 20px 0
}

.response__list {
	margin-top: 30px
}

.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.3;
	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 {
	color: #222;
	text-decoration: none;
	border-bottom-color: #222
}

a.response__all:hover {
	color: #222;
	text-decoration: none;
	border-bottom-color: transparent
}

.response__form + .message,
.response__form + .page-text,
.response__form + .response {
	margin-top: 30px
}

.page-text + .response {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #eee
}

.response__item {
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start
}

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

.response__item + .response__item {
	border-top: 1px solid #eee;
	padding-top: 30px
}

.response__item-avatar {
	width: 42px;
	height: 42px;
	background: url(/templates/template_43/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: 600;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #333
}

.response__item-text {
	margin-top: 13px;
	font-size: 14px
}

.response__item-date {
	margin-top: 13px;
	line-height: 1;
	white-space: nowrap;
	font-size: 13px;
	color: #888;
	font-weight: 300
}

form[name=response_page] .input-checkbox,
form[name=response_page] .input-radio {
	margin: 0 15px 15px 0;
	display: inline-block
}

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

.product-full-wrapper .countdown-datetime {
	margin-bottom: 8px
}

.products-grid .countdown-datetime,
.products-list .countdown-datetime {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 0
}

.products-grid .countdown-datetime__title,
.products-list .countdown-datetime__title {
	margin-left: 0;
	padding: 3px 8px;
	text-align: center
}

.products-grid .countdown-datetime .svg,
.products-list .countdown-datetime .svg {
	display: none
}

.last-actions17-list .countdown-datetime {
	padding-left: 31px;
	margin-top: 7px
}

.last-actions17-list .countdown-datetime__title {
	margin-left: -34px
}

.action-list .countdown-datetime {
	margin-top: 5px
}

.page-text .countdown-datetime {
	margin-top: 1em
}

@media screen and (min-width:1200px) and (max-width:1224px) {
	.products-category {
		width: 686px;
		margin-left: auto;
		margin-right: auto
	}

	.products-category .catalog-category-item .catalog-category-item-header span {
		font-size: 14px
	}

	.products-category .catalog-category-item .catalog-category-item-header {
		bottom: 10px;
		left: 10px;
		right: 10px
	}

	.products-category .catalog-category-item {
		height: 171.5px
	}
}

@media screen and (min-width:1200px) {
	.container {
		width: auto
	}

	body .main-content.main-content-right-sidebar .product-full-wrapper-main-column {
		width: 943px
	}
}

@media screen and (min-width:1225px) {
	.container {
		width: 1208px
	}
}

@media screen and (max-width:1289px) {
	#up {
		right: 0
	}
}

@media screen and (min-width:992px) {
	.main-content.main-content-right-sidebar .product-full-wrapper-main-column {
		width: 705px
	}

	.form-horizontal .label {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 0;
		text-align: right;
		margin-bottom: 0
	}

	.catalog-filter .buttons > div {
		padding: 0
	}

	.catalog-nav-index > ul > li {
		display: block
	}

	.catalog-filter .block {
		display: none
	}
}

@media screen and (max-width:1199px) {
	.categories-nav_type_minimal .subcategories__inner {
		-moz-columns: 3 auto;
		-webkit-columns: 3 auto;
		columns: 3 auto
	}

	.products-category .catalog-category-item .catalog-category-item-header span {
		font-size: 14px
	}

	.products-category .catalog-category-item .catalog-category-item-header {
		bottom: 10px;
		left: 10px;
		right: 10px
	}

	.catalog-nav > ul.catalog-menu-megamenu > li > ul {
		max-width: 702px;
		width: 702px
	}

	.catalog-filter .podbor_item-row {
		width: 50%
	}

	.catalog-filter .podbor_item-row:last-child {
		width: 100%;
		padding: 0
	}

	table.table-responsive {
		background: 0 0!important
	}

	.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 {
		border: 1px solid #d6dadd;
		margin: 0 0 20px 0;
		background: #fff
	}

	.table-responsive tr td {
		padding-left: 50%;
		text-align: right;
		position: relative;
		border: 0;
		border-bottom: 1px solid #d6dadd
	}

	.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;
		font-size: 13px;
		line-height: 16px
	}

	.order-info table td,
  .orders-archive td,
  .orders-archive th {
		width: 100%;
		padding: 10px 15px
	}

	.orders-archive td:first-child,
  .orders-archive th:first-child {
		width: 100%
	}

	.menu-wrapper {
		position: relative
	}

	.top {
		padding: 38px 0 60px
	}

	.header-search {
		display: block;
		position: absolute;
		top: -50px;
		left: 0;
		width: 100%;
		float: none;
		margin: 0
	}

	.header-search .container {
		padding: 0 20px
	}

	.header-search-inn {
		box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
		padding: 4px;
		background: #fff
	}

	.catalog-search {
		float: none;
		margin: 0 60px 0 0
	}

	.catalog-search input {
		width: 100%;
		border: 1px solid #333;
		box-sizing: border-box
	}

	.catalog-search button {
		position: absolute;
		right: -60px;
		top: 0
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.slogan {
		display: none
	}

	.products-grid .product-item {
		width: 33%
	}

	.side-content-right .products-grid .product-item {
		width: 100%
	}

	.footer-contacts {
		padding-left: 0
	}

	.footer-menu {
		padding-left: 10px
	}

	.mobile-menu {
		display: none!important
	}

	.products-category .catalog-category-item {
		height: 171.5px
	}
}

@media screen and (max-width:767px) {
	.page.adaptive {
		background: 0 0!important
	}

	.products-category .catalog-category-item {
		height: 143.75px
	}

	.cart-block-footer.final {
		margin-top: 0!important
	}

	.text table td {
		padding: 8px 2px
	}

	.button-large {
		float: left
	}

	.order-info table td:first-child {
		border-right: 0
	}

	.order-info table td:last-child {
		text-align: right;
		border-left: 0;
		padding-left: 0
	}

	.catalog-search__result-window {
		z-index: -1;
		visibility: hidden
	}

	.products-list .product-item .nalichie_status-wrapper {
		text-align: center
	}

	.products-list .product-item .amount-and-buttons {
		float: none
	}

	.products-list .product-item .product-item-inner {
		padding-left: 0;
		padding-right: 0
	}

	.products-list .product-item .picture_wrapper {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		margin: 0 auto;
		border-right: 0;
		width: auto
	}

	.products-list .product-item .picture_wrapper .picture {
		margin-top: 0
	}

	.products-list .product-item .product-item-inner .small-buttons .small-button {
		opacity: 1
	}

	.products-list .product-item .bying_blok {
		position: relative;
		right: auto;
		width: 100%;
		top: auto;
		padding: 0 10px 27px 10px;
		text-align: center
	}

	.products-list .product-item .input-select {
		max-width: 300px;
		margin: 0 auto 15px;
		float: none
	}

	.products-list .product-item .product_list_wrapper:after {
		display: none
	}

	.products-list .product-item .properties {
		border-top: 1px solid #eaebec;
		margin-top: 18px!important
	}

	.product-full .main-block .left-block {
		width: 100%
	}

	.product-full .main-block .right-block {
		width: 100%
	}

	.cart-block .block,
  .cart-block .cart-block-content {
		padding: 15px 15px 0
	}

	.cart-block-footer .price {
		text-align: left
	}

	.cart-block-footer,
  .cart-block-footer.final {
		padding: 15px 15px 15px 15px
	}

	.kabinet-title.last {
		margin: 30px 0 20px
	}

	.kabinet-button {
		margin-top: 0
	}

	.cart-products .product-item .properties {
		border-top: 0;
		padding: 0
	}

	.cart-products .cart-product .control_block {
		border-top: 1px solid #eaebec;
		margin-top: 20px;
		padding: 20px 20px 20px 20px;
		text-align: center
	}

	.cart-products .cart-product .cart_product_wrapper {
		padding: 0 20px;
		text-align: center
	}

	#order__content .product-item .properties ul li:before {
		background: 0 0
	}

	.cart-products .cart-product .picture_wrapper .picture {
		width: 100%;
		min-height: 190px;
		margin: 0 0 20px 0
	}

	.cart-products .cart-product .picture_wrapper .picture img {
		max-width: 90%;
		max-height: 90%
	}

	.cart-products .cart-product .title {
		margin: 0
	}

	.cart-products .cart-product .articul {
		margin: 14px 0 0;
		float: none
	}

	.cart-products .cart-product .proizvod_description {
		float: none
	}

	.cart-products .cart-product .remove {
		right: auto;
		left: 15px;
		top: 15px
	}

	.cart-products .cart-product .remove span {
		right: auto;
		left: 100%;
		padding: 6px 0 0 4px
	}

	.cart-block-footer .col-sm-6:first-child {
		padding: 0 12px 7px
	}

	.cart-block-result,
  .cart-block-result .price {
		margin: 0 0 10px
	}

	.cart-block .cart-block-result .price {
		text-align: left
	}

	.cart-block.cart-customer-block .cart-block-content {
		padding-bottom: 0
	}

	.dd_menu {
		display: none
	}

	.catalog-sort {
		height: auto;
		float: left
	}

	.catalog-view {
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px
	}

	.catalog-view a {
		margin: 2px 15px 0 0
	}

	.products-grid .product-item {
		width: 33%
	}

	.footer-contacts {
		text-align: center;
		margin-bottom: 26px;
		padding-bottom: 26px;
		border-bottom: 1px solid #eaebec
	}

	.footer-contacts-wrapper,
  .footer-menu-wrapper {
		float: left;
		width: 100%
	}

	.page-footer {
		position: relative
	}

	.page-footer .right-block {
		padding-left: 0
	}

	.page-footer .left-block {
		text-align: center
	}

	.page-footer .left-block > div {
		display: block;
		padding: 20px 10px 10px;
		width: auto;
		height: auto
	}

	.footer-menu {
		text-align: center
	}

	.catalog-recent {
		border-bottom: 0
	}

	.footer-contacts .contacts-phone:before {
		display: none
	}

	.main-content > div {
		padding-bottom: 20px
	}

	.edges {
		padding: 10px 0 0
	}

	.edges > div > div {
		display: block;
		width: 50%;
		float: left;
		margin-bottom: 16px;
		height: 51px
	}

	.edges > div > div span {
		display: table-cell;
		height: 44px;
		vertical-align: middle
	}

	.main-text {
		padding-left: 0
	}

	.main-text img {
		display: none
	}

	.products-grid .product-item {
		width: 50%
	}

	.footer-menu {
		margin-bottom: 26px;
		width: 100%;
		float: left
	}

	.footer-contacts {
		padding-left: 0
	}

	.page-footer .pay_system_icons {
		margin: 20px 0 0
	}

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

	.popup {
		width: calc(100vw - 30px);
		min-width: 290px;
		margin-left: calc((-100vw / 2) + 15px)
	}

	.popup > .popup__footer,
  .popup > footer {
		padding: 1px 15px
	}

	.popup > .popup__footer .button,
  .popup > footer .button {
		width: 100%;
		margin: 15px 0
	}

	.popup > .popup__footer .button + .button,
  .popup > footer .button + .button {
		margin: 0 0 15px
	}

	.popup > .popup__section,
  .popup > .section,
  .popup > section {
		padding: 19px 0 20px
	}

	.products-list .product-item .button-disabled-wrapper {
		float: none!important;
		width: 100%
	}

	.products-list .product-item .product-item-inner {
		margin-bottom: 15px;
		border-bottom-width: 1px!important
	}

	.index-ttl-mrg .index-header-mrg {
		margin: 0 0 20px 0!important
	}

	.tab-cont .properties ul li:before {
		left: 4px
	}

	.small-compare-link {
		margin: 10px 0 0
	}

	.main-content {
		padding-left: 0;
		width: 100%;
		float: left
	}

	.padding {
		padding-left: 15px;
		padding-right: 15px
	}

	.side-content > div:not(.catalog-nav) {
		display: none
	}

	.side-content #podbor_block {
		display: block;
		margin-top: 12px
	}

	.side-content {
		width: 100%
	}

	.mini-compare__content {
		position: relative
	}

	.compare-top {
		top: -110px
	}

	.button.button-fast {
		margin: 10px 0 0
	}

	.product__gift-inner {
		width: 228px
	}
}

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

	.order-info tr:hover td,
  .orders-archive tr:hover td,
  .table-responsive tr:hover td {
		background: #f7f7f7
	}

	.orders-archive__name {
		width: 100%
	}

	.cart-products .cart-product .product-item-inner {
		padding: 19px 0 15px 228px
	}

	.cart_product_wrapper {
		padding-left: 12px;
		float: left;
		width: calc(100% - 245px)
	}

	.cart-products .cart-product .picture_wrapper {
		position: absolute;
		left: 0;
		width: 228px;
		top: 0;
		bottom: 0
	}

	.cart-products .cart-product .control_block {
		width: 245px;
		padding: 8px 29px 0;
		text-align: right;
		float: right
	}
}

@media screen and (min-width:992px) {
	.sop_tovary .product-item .product-item-inner:hover .more-info {
		display: none!important
	}

	.catalog_dop .opisanie_small,
  .catalog_dop .properties {
		display: none!important
	}
}

@media screen and (max-width:991px) {
	.products-grid .small-button_opisanie_small_and_properties {
		display: block!important;
		background: url(/templates/template_56/img/list_icon.svg) no-repeat center center/16px auto
	}

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

	.products-grid .opisanie_small_and_properties,
  .products-grid .product-item .product-item-inner .more-info {
		display: none;
		position: absolute;
		left: 0;
		top: 20px;
		right: 0;
		bottom: 10px;
		background: rgb(255 255 255 / 90%);
		z-index: 4;
		padding: 40px 20px 20px;
		overflow-y: auto;
		border: 1px solid #cfcfcf
	}

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

	.site-full-version {
		display: block!important
	}

	.catalog-podmenu-item:not(.catalog-podmenu-item_type_tags) {
		width: 100%
	}

	.catalog-nav > ul.catalog-menu-megamenu > li > ul {
		max-width: 500px;
		width: 500px
	}

	.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap {
		width: 50%
	}

	.main-content.main-content-right-sidebar .product-full-wrapper-main-column {
		padding-right: 0
	}

	.side-content.side-content-right {
		display: none
	}

	.catalog-filter .block {
		margin-bottom: 0;
		margin-top: 12px
	}

	.catalog-filter .filter-filter {
		display: block;
		width: 100%
	}

	.catalog-filter .filter-filter.filter {
		display: none
	}

	.side-content .catalog-filter {
		margin-bottom: 26px
	}

	.main-content .catalog-filter .block-header {
		padding: 10px;
		line-height: 20px;
		min-height: auto
	}

	.products-grid.slick-slider {
		margin: 0
	}

	.last-news-item {
		width: 49.5%
	}

	.button.button-fast {
		margin: 0 0 0 10px
	}

	.tabs__item {
		margin: 10px 4px -1px 0
	}

	.tabs__item.active {
		border-bottom-color: #fff
	}

	.index-ttl-mrg .index-header-mrg {
		margin: 0 0 20px 245px
	}

	.catalog-nav-inner-60h {
		min-height: 0
	}

	.products-grid .product-item .product-item-inner .small-buttons .small-button {
		opacity: 1
	}

	.mobile-menu {
		display: none
	}

	.top {
		padding: 38px 0 110px
	}

	.header-contacts {
		position: absolute;
		display: block;
		left: 15px;
		right: 15px;
		bottom: 58px
	}

	.header-contacts > div .header-phones {
		margin: 0;
		text-align: center
	}

	.header-contacts > div .header-phones .span {
		margin: 0 0 0 10px;
		display: inline-block;
		padding: 0 0 0 30px;
		font-size: 26px
	}

	.header-contacts > div .header-phones .span:first-child {
		margin: 0 10px 0 0
	}

	.catalog-nav-inner-60h > ul > li:not(.catalog-header) {
		display: none
	}

	.catalog-nav-inner-60h > ul > li.catalog-header {
		cursor: pointer
	}

	.catalog-nav-inner-60h > ul > li.catalog-header:after {
		content: '';
		width: 12px;
		height: 10px;
		background: url(/templates/template_43/img/ai.png) no-repeat -6px -48px;
		display: block;
		position: absolute;
		right: 15px;
		top: 16px
	}

	.catalog-nav-inner-60h {
		margin-bottom: 0;
		width: 225px;
		position: relative
	}

	.catalog-nav-inner-60h > ul {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 6
	}

	.side-content {
		width: 100%
	}

	.catalog-nav-index > ul.catalog-menu-megamenu > li > ul {
		left: 0;
		width: 670px!important;
		top: 100%;
		max-width: 670px!important
	}

	.catalog-nav-inner-60h > ul {
		box-shadow: 0 0 4px 4px rgba(0,0,0,.05)
	}

	.contacts-phone:before {
		display: none
	}

	.contacts-phone {
		padding: 0
	}

	.footer-contacts .footer-callback {
		padding-left: 0
	}

	.footer-contacts__item {
		padding: 28px 0 0 0
	}

	.footer-contacts__item:before {
		left: 50%;
		top: 0;
		margin-left: -13px;
		margin-top: 0
	}
}

@media (max-width:991px) and (min-width:768px) {
	.products-category .catalog-category-item {
		height: 180px
	}

	.slogan {
		display: none
	}

	.products-grid .product-item {
		width: 33%
	}

	.main-content {
		padding-left: 0
	}

	.padding {
		padding-left: 15px;
		padding-right: 15px
	}

	.side-content > div:not(.catalog-nav) {
		display: none
	}

	.side-content #podbor_block {
		display: block
	}

	.footer-contacts {
		text-align: center;
		margin-bottom: 26px;
		padding-bottom: 26px;
		border-bottom: 1px solid #eaebec
	}

	.page-footer .right-block {
		padding-left: 0
	}

	.page-footer .left-block {
		width: 100%;
		text-align: center
	}

	.footer-menu {
		text-align: center
	}

	.catalog-recent {
		border-bottom: 0
	}

	.main-content > div {
		padding-bottom: 20px
	}

	.page-footer {
		position: relative
	}

	.page-footer .right-block {
		padding-left: 0
	}

	.page-footer .left-block > div {
		display: block;
		padding: 10px;
		width: auto;
		height: auto
	}
}

@media screen and (max-width:600px) {
	.categories-nav_type_minimal .subcategories__inner {
		-moz-columns: 2 auto;
		-webkit-columns: 2 auto;
		columns: 2 auto
	}

	.brands-list {
		-moz-columns: 3 auto;
		-webkit-columns: 3 auto;
		columns: 3 auto
	}

	.tabs__item {
		margin: 0 4px 10px 0
	}

	.tabs__item.active {
		border-color: #333!important;
		padding: 0 18px
	}

	.top {
		padding: 22px 0 60px
	}

	.header-basket {
		position: relative;
		padding: 0 20px 35px
	}

	.header-basket,
  .logo {
		display: block;
		width: 100%;
		text-align: center
	}

	.logo > div {
		margin: 0 auto 15px;
		text-align: center
	}

	.slogan {
		display: none
	}

	.header-contacts {
		display: block;
		width: 100%;
		text-align: center;
		bottom: auto;
		left: auto;
		position: static;
		right: auto
	}

	.header-contacts > div .header-phones .span {
		margin: 0 0 15px;
		display: block
	}

	.header-contacts > div .header-phones .span:first-child {
		margin: 0 0 13px
	}

	.cabinet {
		margin: 0;
		text-align: center;
		position: absolute!important;
		width: 100%;
		bottom: 0;
		left: 0
	}

	.cart-summary {
		float: none;
		margin: 0 auto;
		display: inline-block
	}

	#cabinet-signin {
		right: 50%;
		margin: 0 -127px 0 0
	}

	.cabinet #cabinet-signin.links {
		right: 50%;
		margin: 0 -43px 0 0
	}

	.cabinet .enter-span {
		margin: 0
	}

	.top table,
  .top table tbody,
  .top table tr {
		display: block;
		width: 100%
	}

	.cart-summary em,
  .logo > div .text-logo {
		margin: 0 auto
	}

	.header-contacts > div .header-phones {
		display: inline-block;
		padding: 0;
		background: 0 0
	}

	.header-contacts > div {
		top: 0
	}

	.header-contacts > div .header-callback {
		margin: 0;
		text-align: center
	}

	.promocode__form-col {
		display: block;
		height: auto
	}

	.promocode__form-col:nth-child(1) {
		width: 100%
	}

	.promocode__form .label {
		margin-bottom: 6px
	}

	.promocode__form .input-text {
		width: 160px
	}

	.promocode__form .button {
		width: 94px
	}
}

@media (min-width:481px) {
	.product-item__title_1row {
		height: 20px;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.product-item__title_2row {
		height: 40px
	}

	.product-item__title_3row {
		height: 60px
	}

	.product-item__title_4row {
		height: 80px
	}

	.product-item__title_5row {
		height: 100px
	}
}

@media screen and (max-width:420px) {
	.button.button-fast {
		display: block;
		margin-top: 16px;
		margin-left: 0
	}

	.brands-list {
		-moz-columns: 2 auto;
		-webkit-columns: 2 auto;
		columns: 2 auto
	}
}

@media (max-width:480px) {
	.products-grid .product-item {
		width: 100%
	}

	.action-tabs li {
		width: 100%;
		margin-bottom: 16px;
		margin-right: 0
	}

	.action-tabs li:last-child {
		margin-bottom: 0
	}

	.edges > div > div {
		width: 100%
	}

	#up {
		right: 25px;
		bottom: 25px
	}

	.news-list__image-block {
		width: 100%;
		margin-bottom: 20px
	}

	.articles-list__image-block {
		width: 100%;
		margin-bottom: 20px
	}

	.news-list__image-block + .news-list__content-wrapper {
		padding-left: 0
	}

	.articles-list__image-block + .articles-list__content-wrapper {
		padding-left: 0
	}

	.last-news-item {
		width: 99%
	}

	.index-header,
  .page-title {
		padding: 10px;
		line-height: 20px;
		min-height: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap
	}

	.index-header:after,
  .index-header:before,
  .page-title:after,
  .page-title:before {
		display: none
	}

	.index-header .index-header-h2,
  .page-title .index-header-h2 {
		text-align: left;
		margin: 5px 0
	}

	.index-header-all {
		font-size: 11px;
		font-weight: 400;
		padding: 0 6px 1px
	}

	.tabs__item {
		margin: 0 4px 10px 0
	}

	.catalog-filter .podbor_item-row {
		width: 100%;
		padding: 0
	}

	.index-header-h2,
  .page-title h1 {
		margin: 0
	}
}

@media (max-width:767px) {
	.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
	}

	.product-full.product-item .price_block .price {
		font-size: 18px
	}

	.product-full.product-item .price_block .price .price-text {
		font-size: 16px
	}

	.products-category .catalog-category-item {
		width: 50%!important;
		padding-bottom: 47%
	}

	.products-category .catalog-category-item .catalog-category-item-img img {
		width: 100%;
		-webkit-transform: scale(1)!important;
		transform: scale(1)!important
	}

	.products-category .catalog-category-item.long img {
		height: 100%!important;
		width: auto!important;
		max-width: none;
		-webkit-transform: scale(1) translate(-50%,0)!important;
		-ms-transform: scale(1) translate(-50%,0)!important;
		transform: scale(1) translate(-50%,0)!important;
		left: 50%
	}
}

@media (max-width:991px) {
	.fixed-links {
		top: 0;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
		border-radius: 0;
		font-size: 0;
		white-space: nowrap;
		right: auto;
		left: 50%
	}

	.fixed-links__item {
		border-top: 0;
		display: inline-block;
		vertical-align: top;
		width: 50px;
		height: 50px;
		border-right: 1px solid #000
	}

	.fixed-links__item:last-child {
		border-right: 0
	}

	.top {
		padding-top: 90px
	}
}

@media (max-width:600px) {
	.top {
		padding-top: 65px
	}

	.footer-menu-col {
		width: 100%
	}
}

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

.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;
	text-decoration: none
}

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

@media (max-width:374px) {
	.popup .captcha img {
		margin-bottom: 10px
	}
}

/* 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 {
}

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

/*
@media (max-width:540px) {
	.contacts-page__item {
		width: 100%!important;
	}
}
*/
