/*bootstrap*/
.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-6 {
	width: 50%
}

@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:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	content: '';
	display: table;
}

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

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

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

	.hidden-sm {
		display: none!important;
	}
}

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

	.hidden-xs {
		display: none!important;
	}
}
/*slick*/
.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: none;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
	-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:before,
.slick-track:after {
	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_56/img/ajax-loader.gif) center center no-repeat;
}

.slick-prev,
.slick-next {
	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: none;
	background: transparent;
}

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

.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*/
.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:before, .ui-helper-clearfix:after {
	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;
}
/*normalize*/
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: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.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: -0.5em;
}

sub {
	bottom: -0.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 #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

td,
th {
	padding: 0;
}
/*general*/
body {
	font-size: 13px;
	line-height: 20px;
	min-width: 280px;
	color: #888;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f6f6f7;
}

* {
	font-family: 'Ubuntu', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:after,
*:before {
	font-family: 'Ubuntu', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

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

a {
	outline: none;
	color: #005fb1;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #1d2029;
	outline: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	outline: none;
}

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

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

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

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

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

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

ul,
ol {
	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;
}

.hidden {
	display: none;
}

.slider {
	visibility: hidden;
}

.i-hidden {
	display: none!important;
}

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

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

.rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*text*/
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	margin-top: 1em;
	line-height: 1.2;
	color: #1d2029;
	font-weight: 500;
	margin-bottom: 0;
}

.text h1 {
	font-size: 21px;
}

.text h2 {
	font-size: 19px;
}

.text h3 {
	font-size: 17px;
}

.text h4 {
	font-size: 16px;
}

.text h5 {
	font-size: 14px;
}

.text h6 {
	font-size: 12px;
}

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

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

.text a {
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text blockquote {
	font-style: italic;
}

.text iframe {
	max-width: 100%;
}

table.table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

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

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

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

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

.text table td {
	padding: 8px;
}

[data-fancybox] {
	cursor: pointer;
}
/*breadcrumbs*/
.bread-crumbs {
	margin: -7px 0 11px;
}

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

.bread-crumbs ul li {
	color: #b6b5b5;
	font-size: 12px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 17px;
}

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

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

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

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

.bread-crumbs ul li a:hover {
	color: #005fb1;
	text-decoration: none;
}
/*form elements*/
.form-block {
	margin-bottom: 19px;
}

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

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

.input-text,
.input-select,
.input-textarea,
.input-multiselect {
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: none;
	color: #383838;
	height: auto;
	font-size: 13px;
	padding: 6px 13px 8px;
	width: 100%;
}

.popup .input-text,
.popup .input-select,
.popup .input-textarea,
.popup .input-multiselect {
	border: 1px solid #ddd;
}

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

.input-select {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	padding: 3px 32px 5px 13px;
}

.input-select .i,
.input-select i {
	position: absolute;
	top: 2px;
	right: 0;
	width: 32px;
	height: 32px;
	background: url(/templates/template_56/img/select.png) no-repeat -1px -2px;
}

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

.input-select select option:before {
	content: 's';
}

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

.input-multiselect {
	height: auto;
	outline: none;
}

.input-radio,
.input-checkbox {
	position: relative;
	display: block;
	float: left;
	line-height: 16px;
	font-weight: 400;
	font-size: 13px;
	padding: 0 0 0 23px;
	margin: 0;
}

.check-wrapper_type_show .description,
.check-wrapper_type_show .input-radio {
	padding-left: 0!important;
}

.check-wrapper {
	position: relative;
	/*margin-bottom: 10px;*/
	width: 100%;
}

.check-wrapper_type_show {
	margin-bottom: 20px!important;
}

.cart-payment-block .check-wrapper_type_show {
	margin-bottom: 0!important;
}

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

.input-checkbox .i,
.input-checkbox i {
	position: absolute;
	top: 2px;
	background: url(/templates/template_56/img/input_icons.png) no-repeat 0px -19px;
	left: 0;
	width: 13px;
	height: 13px;
}

.input-checkbox:hover .i,
.input-checkbox:hover i {
	background: url(/templates/template_56/img/input_icons.png) no-repeat 0px -41px;
}

.input-checkbox input:checked+.i,
.input-checkbox input:checked+i {
	background: url(/templates/template_56/img/input_icons.png) no-repeat 0px -41px;
}

.input-checkbox input:checked+.i:after,
.input-checkbox input:checked+i:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 7px;
	display: block;
	background: url(/templates/template_56/img/input_icons.png) no-repeat -3px 0px;
}

.input-radio .i,
.input-radio i {
	position: absolute;
	top: 2px;
	background: url(/templates/template_56/img/input_icons.png) no-repeat 0px -82px;
	left: 0;
	width: 13px;
	height: 13px;
	display: block;
}

.input-radio:hover .i,
.input-radio:hover i {
	background: url(/templates/template_56/img/input_icons.png) no-repeat 0px -61px;
}

.input-radio input:checked+.i,
.input-radio input:checked+i {
	background: url(/templates/template_56/img/input_icons.png) no-repeat 0px -61px;
}

.input-radio input:checked+.i:after,
.input-radio input:checked+i:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	display: block;
	background: #fff;
	border-radius: 50%;
}

.label {
	display: block;
	padding: 0;
	margin-bottom: 4px;
}

.form-vertical .input-textarea,
.form-vertical .input-text {
	margin-bottom: 19px;
}

.form-vertical .title {
	margin: 0 0 13px;
	width: 100%;
	float: left;
}

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

.form-vertical .title>div {
	float: right;
	line-height: 28px;
}

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

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

.required {
	color: #e62222;
}

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

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

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

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

.footnote-empty {
	padding-left: 23px;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 26px;
	border-bottom: 1px solid #e7e7e7;
}
/*buttons*/
.form-buttons {
	font-size: 0;
}

.form-buttons .button+.button {
	margin-left: 15px;
}

.button {
	opacity: 1;
	font-weight: 400;
	cursor: pointer;
	font-size: 13px;
	line-height: 16px;
	text-transform: none;
	color: #fff;
	background: #006ac5;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 6px 11px 8px;
	display: inline-block;
	border: none;
	outline: 0;
	position: relative;
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
	width: auto;
	vertical-align: middle;
	text-decoration: none!important;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s;
}

.button:hover {
	color: #fff;
	background: #2992d9;
}

.button.button-reset {
	background: transparent;
	color: #939393;
	padding: 6px 0 8px 22px;
	position: relative;
	float: right
}

.button.button-reset:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(/templates/template_56/img/reset.png) no-repeat 0px 0px;
	left: 6px;
	top: 10px;
}

.button.button-reset:hover {
	color: #333;
}

.button.button-reset:hover:before {
	background: url(/templates/template_56/img/reset.png) no-repeat -10px 0px;
}

.button.button-help,
.button.button-zakaz {
	background: #ddd;
	color: #000;
}

.button.button-help:hover,
.button.button-zakaz:hover {
	background: #ccc;
}

.button.button-fast {
	border: #006ac5 1px solid;
	color: #006ac5;
	background: transparent!important;
	padding: 5px 11px 7px;
	margin-left: 18px;
}

.button.button-fast:hover {
	background: #006ac5!important;
	color: #fff;
}

.button.button-disabled {
	background: #1d2029;
	cursor: default;
}

.button.button-pay {
	float: right;
}

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

.button.button-filter {
	float: left;
}

.button.button-large {
	float: right;
	width: auto;
	padding: 12px 20px 13px;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
}
/*current*/
.padding {
	padding-left: 24px;
	padding-right: 24px;
}

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

.container {
	background: #fff;
}
/*top*/
.top {
	padding: 17px 0 16px;
	margin: 0 auto;
}
/*logo*/
.logo p {
	margin: 0;
}

.logo>div {
	width: 220px;
}

.logo>div img {
	max-width: 100%;
	height: auto!important;
}

.logo>div a {
	text-decoration: none;
	transition: all ease .1s;
}

.slogan {
	width: 26%;
	padding: 0 3px 0 49px;
}

.text-logo {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #1d2029;
}

.text-logo a {
	color: #1d2029;
}

.image-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*search*/
.header-search {
	width: 100%;
	padding: 0 45px 0 45px;
}

.header-search>div {
	position: relative;
}

.header-search>div input {
	padding: 10px 45px 9px 13px;
	background: #eee;
	border-color: transparent;
	height: 41px;
	font-size: 14px;
	color: #969696;
	border-radius: 4px;
	width: 100%;
}

.header-search>div button {
	width: 39px;
	height: 39px;
	background: url(/templates/template_56/img/ai.png) -65px 9px no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	transition: all ease .1s;
}

.header-search>div button:hover {
	opacity: .5;
}
/*header contacts*/
.header-contacts>div:not(.geo) {
	min-width: 190px;
	white-space: nowrap;
	position: relative;
	top: 10px;
}

.header-contacts .phone-icon {
	height: 36px;
	width: 36px;
	background: url(/templates/template_56/img/header-phones.png) no-repeat left center;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -28px;
}

.header-contacts > div:not(.geo) .header-phones {
	padding: 0 0 0 43px;
	display: block;
}

.header-contacts > div:not(.geo) .header-phones span {
	font-size: 18px;
	font-weight: 600;
	display: block;
	line-height: 18px;
	color: #1d2029;
}

.header-contacts > div:not(.geo) .header-phones span a {
	text-decoration: none;
	color: #1d2029;
}

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

.header-contacts > div:not(.geo) .header-callback a,
.header-contacts > div:not(.geo) .header-callback span {
	color: #005fb1;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1px;
	transition: all ease .1s;
	cursor: pointer;
}

.header-contacts > div:not(.geo) .header-callback a:hover,
.header-contacts > div:not(.geo) .header-callback span:hover {
	color: #1d2029;
	text-decoration: none;
}
/*menu wrapper*/
.menu-wrapper {
	background: #0065bb;
	height: 47px;
}
/*main menu*/
.main-menu {
	padding-left: 220px;
	padding-right: 50px;
}

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

.main-menu > ul > li {
	display: block;
	float: left;
	vertical-align: top;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	background: #0065bb;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.main-menu > ul > li > .a {
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	padding: 12px 22px 13px;
	height: 47px;
	transition: all ease .1s;
}

.main-menu > ul > li > .a.a_active,
.main-menu > ul > li:hover > .a {
	background: #0075d9;
}

.main-menu > ul > li.dd_menu > ul > li > ul,
.main-menu > ul > li ul {
	position: absolute;
	width: 220px;
	margin: 0;
	background: #fff;
	left: 0;
	top: 100%;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	display: none;
	z-index: 5;
}

.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.dd_menu > ul > li > ul > li > .a,
.main-menu > ul > li > ul > li > .a {
	border-bottom: 1px solid #eaebec;
	display: block;
	padding: 11px 31px 13px 17px;
	background: #f9f9f9;
	text-decoration: none;
	text-align: left;
	color: #555;
	font-size: 13px;
	line-height: 20px;
	transition: all ease .1s;
}

.main-menu > ul > li > ul > li > .a.a_active,
.main-menu > ul > li > ul > li > .a:hover {
	background: #006dca;
	color: #fff;
}

ul.menu li.dd_menu {
	float: right;
	display: none;
	width: 50px;
	position: absolute;
	right: -50px;
	top: 0;
}

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_56/img/ai.png) -157px -10px no-repeat;
}

.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 > .a.a_active,
.main-menu li.dd_menu ul li > .a:hover {
	background: #006dca;
	color: #fff;
}
/*layers*/
.main-container {
	position: relative;
}

.page-title h1 {
	font-size: 36px;
	line-height: 38px;
	padding-bottom: 21px;
	color: #383838;
	font-weight: 500;
	margin: 0;
}

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

.side-content.side-content-right {
	display: block;
	float: left;
}

.page-footer {
	background: #f6f6f7;
}

.side-content .block {
	margin-bottom: 26px;
	border: 1px solid #eaebec;
	border-radius: 2px;
	padding: 10px 19px 21px;
	float: left;
}

.side-content .block .block-header {
	padding: 0 0 12px;
	margin: 0;
}

.side-content .block .block-header .title {
	font-size: 16px;
	color: #1d2029;
	display: inline-block;
	margin: 5px 38px 0 0;
	font-weight: 500;
	line-height: 20px;
}

.side-content .block .block-header .all {
	float: right;
	padding: 7px 0 0;
	font-size: 12px;
	text-decoration: none;
	color: #005fb1;
	transition: all ease .1s;
}

.side-content .block .block-header .all:hover {
	color: #1d2029;
}

.main-content {
	padding-left: 244px;
	padding-top: 24px;
}

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

.main-content.main-content-right-sidebar {
	padding-left: 0;
	padding-top: 24px;
}

.main-content.main-content-right-sidebar .product-full-wrapper-main-column {
	padding-right: 24px;
	vertical-align: top;
}
/*992*/
@media (min-width: 992px) {
	.main-content.main-content-right-sidebar .product-full-wrapper-main-column {
		width: calc(100% - 220px);
		float: left;
	}
}

.main-content.main-content-right-sidebar .product-full-wrapper {
	position: relative;
	display: block;
	width: 100%;
}
/*catalog menu*/
.catalog-nav {
	margin-bottom: 26px;
	position: relative;
}

.catalog-nav .catalog-header {
	position: absolute;
	z-index: 14;
	top: -47px;
	color: #fff;
	height: 47px;
	line-height: 47px;
}

.catalog-nav .catalog-header span {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	padding-left: 41px;
	display: block;
	background-color: #006dca;
}

.catalog-nav .catalog-header span:before {
	content: '';
	top: 12px;
	left: 12px;
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	background: url(/templates/template_56/img/ai.png) no-repeat;
}

.catalog-nav .catalog-header span:after {
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	opacity: .1;
	position: absolute;
}

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

.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: 9px;
	height: 5px;
	background: url(/templates/template_56/img/catalog-nav-inner.png) no-repeat;
	display: block;
	position: absolute;
	right: 15px;
	top: 21px;
}

.catalog-nav-inner {
	margin-bottom: 15px;
	z-index: 5;
	width: 220px;
}

.catalog-nav-inner > ul {
	position: absolute;
	width: 100%;
	height: 0;
}

.catalog-nav > ul.catalog-menu-default li > .a {
	border: 1px solid #eaebec;
	border-bottom-width: 0;
	display: block;
	padding: 11px 31px 13px 17px;
	background: #f9f9f9;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #555;
	font-size: 13px;
	transition: all ease .1s;
}

.catalog-nav > ul.catalog-menu-default > li .a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	display: block;
	background: #005cab;
	opacity: 0;
	transition: all ease .1s;
}

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

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

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

.catalog-nav > ul.catalog-menu-default li:hover > .a,
.catalog-nav > ul.catalog-menu-default li.a_active > .a {
	background: #fff;
	color: #005fb1;
}

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

.catalog-nav > ul.catalog-menu-default li:hover > .a > .i,
.catalog-nav > ul.catalog-menu-default li:hover > .a > i,
.catalog-nav > ul.catalog-menu-default li.a_active > .a > .i,
.catalog-nav > ul.catalog-menu-default li.a_active > .a > i {
	background: url(/templates/template_56/img/catalog-nav.png) no-repeat -6px 0;
}

.catalog-nav > ul.catalog-menu-default > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 220px;
	margin-left: -1px;
	z-index: 3;
}

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

.catalog-nav > ul.catalog-menu-default > li > ul > li.drop:hover > ul {
	display: block;
}
/*catalog-menu-megamenu*/
.catalog-nav > ul.catalog-menu-megamenu > li > .a {
	border: 1px solid #eaebec;
	border-bottom-width: 0;
	display: block;
	padding: 11px 31px 13px 17px;
	background: #f9f9f9;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #555;
	font-size: 13px;
	transition: all ease .1s;
}

.catalog-nav > ul.catalog-menu-megamenu > li > .a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	display: block;
	background: #005cab;
	opacity: 0;
	transition: all ease .1s;
}

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

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

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

.catalog-nav > ul.catalog-menu-megamenu > li:hover > .a,
.catalog-nav > ul.catalog-menu-megamenu > li.a_active > .a {
	background: #fff;
	color: #005fb1;
}

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

.catalog-nav > ul.catalog-menu-megamenu > li:hover > .a > .i,
.catalog-nav > ul.catalog-menu-megamenu > li:hover > .a > i,
.catalog-nav > ul.catalog-menu-megamenu > li.a_active > .a > .i,
.catalog-nav > ul.catalog-menu-megamenu > li.a_active > .a > i {
	background: url(/templates/template_56/img/catalog-nav.png) no-repeat -6px 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: 0px;
	z-index: 5;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.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 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	color: #005fb1;
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > a.a:hover {
	color: #1d2029;
	text-decoration: none;
}

.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 {
	color: #1d2029;
	font-size: 12px;
}

.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li > .a_active {
	text-decoration: underline;
}
/*banners*/
.banners {
	margin-bottom: 26px;
	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: #1d2029;
	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-news .last-news-item {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ebeef1;
	overflow: hidden;
}

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

.last-news .last-news-item .title a {
	color: #1d2029;
	transition: all ease .1s;
}

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

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

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

.last-articles-item a {
	color: #1d2029;
	transition: all ease .1s;
}

.last-articles-item a:hover {
	color: #005fb1;
	text-decoration: none;
}

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

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

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

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

.news-list .news-list__item {
	margin-top: 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #e5e5e5;
}

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

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

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

.news-list .news-list__item .news-list__title .news-list__title-link:hover {
	color: #1d2029;
}

.news-list .news-list__item .news-list__date {
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 10px;
	padding: 0;
	color: #1d2029;
}

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

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

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

.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: #005fb1;
	-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: #1d2029;
}

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

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

.news-item__date {
	font-size: 13px;
	line-height: 20px;
	min-width: 280px;
	color: #888;
}

.sourse {
	margin-top: 20px;
}

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

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

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

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

.last-actions__header {
	padding: 13px 0 0;
	margin: 0 0 13px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.last-actions__title {
	display: inline-block;
	margin: 0 38px 0 0;
	font-size: 20px;
	color: #1d2029;
	line-height: 30px;
	font-weight: 500;
}

.last-actions__all {
	font-size: 13px;
	text-decoration: none;
}

.last-actions__all:hover {
	color: #1d2029;
}

.action-list {
	font-size: 0;
	margin: 0 -6px;
	display: flex;
	flex-wrap: wrap;
}

.action-list__item {
	display: inline-block;
	vertical-align: top;
	padding: 6px;
	width: 25%;
}

.action-list__item-inner {
	height: 100%;
}

.action-list__title {
	font-size: 14px;
	display: block;
}

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

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

.action-list__date {
	line-height: 18px;
	font-size: 11px;
	color: #666;
	margin: 0 0 2px;
}

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

.action-list__image-block {
	height: 137px;
	line-height: 137px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

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

.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 {
	padding: 13px 13px 18px;
	line-height: 18px;
}

.action-list .countdown-datetime {
	margin-top: 13px;
}

.action-item .countdown-datetime {
	margin-top: 1em;
}

.action-item__date {
	font-size: 13px;
	line-height: 20px;
	min-width: 280px;
	color: #888;
}
/*manufacturer*/
.proizvod-block {
	margin-bottom: 26px;
	float: left;
	width: 100%;
}

.proizvod-block .title {
	font-size: 16px;
	color: #1d2029;
	display: block;
	font-weight: 500;
	margin: 0;
	border: 1px solid #eaebec;
	border-bottom-width: 0;
	padding: 11px 31px 13px 17px;
	background: #f9f9f9;
}

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

.proizvod-block ul li > a {
	border: 1px solid #eaebec;
	border-top-width: 0;
	display: block;
	padding: 11px 31px 13px 17px;
	background: #f9f9f9;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #555;
	font-size: 13px;
	transition: all ease .1s;
}

.proizvod-block ul > li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	display: block;
	background: #005cab;
	opacity: 0;
	transition: all ease .1s;
}

.proizvod-block ul li:first-child a {
	border-top-width: 1px;
}

.proizvod-block ul li:hover > a,
.proizvod-block ul li.a_active > a {
	background: #fff;
	color: #005fb1;
}

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

.proizvod-block .block-footer {
	float: left;
	padding: 7px 0 0;
	text-align: center;
	width: 100%;
}

.proizvod-block .block-footer a {
	font-size: 12px;
	text-decoration: none;
	color: #005fb1;
	transition: all ease .1s;
}

.proizvod-block .block-footer a:hover {
	color: #1d2029;
}
/*action links*/
.catalog-actions {
	margin-bottom: 26px;
	float: left;
	width: 100%;
}

.catalog-actions .title {
	font-size: 16px;
	color: #1d2029;
	display: block;
	font-weight: 500;
	margin: 0;
	border: 1px solid #eaebec;
	border-bottom-width: 0;
	padding: 11px 31px 13px 17px;
	background: #f9f9f9;
}

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

.catalog-actions ul li > a {
	border: 1px solid #eaebec;
	border-bottom-width: 0;
	display: block;
	padding: 11px 31px 13px 17px;
	background: #f9f9f9;
	text-decoration: none;
	text-align: left;
	position: relative;
	color: #555;
	font-size: 13px;
	transition: all ease .1s;
}

.catalog-actions ul > li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	display: block;
	background: #005cab;
	opacity: 0;
	transition: all ease .1s;
}

.catalog-actions ul li:last-child a {
	border-bottom-width: 1px;
}

.catalog-actions ul li:hover > a,
.catalog-actions ul li.a_active > a {
	background: #fff;
	color: #005fb1;
}

.catalog-actions ul li:hover > a:before,
.catalog-actions ul li.a_active > a:before {
	opacity: 1;
}
/*modals*/
.popup {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	display: none;
	width: 520px;
	margin-left: -260px;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.popup > header {
	border-bottom: 2px solid #0071bb;
	padding: 34px 75px 35px 35px;
	color: #383838;
	line-height: 20px;
	font-size: 24px;
	font-weight: 500;
}

.popup > .popup__section,
.popup > section {
	margin: 0;
	padding: 29px 35px 20px;
}

.popup > .popup__footer,
.popup > footer {
	padding: 0px 0 20px;
	padding-top: 20px;
	margin-top: 9px;
	border-top: 1px solid #e7e7e7;
	margin-left: 35px;
	margin-right: 35px;
}

.popup .button {
	padding: 10px 13px 12px;
	text-decoration: none;
}

.popup .button+.button {
	margin-left: 20px;
}

.privacy-disclaimer__close,
.popup .close {
	margin: 0;
	position: absolute;
	/*right: 33px;*/
	/*top: 37px;*/
	right: 10px;
	top: 8px;
	cursor: pointer;
	display: block;
	border-radius: 0;
	width: 14px;
	height: 14px;
	opacity: 1;
	background: url(/templates/template_56/img/close_icons.png) -1px -46px no-repeat;
}

.privacy-disclaimer__close {
	right: 33px;
	top: 37px;
}

.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, 0.5);
}
/*fixed links*/
.fixed-links {
	background: #fff;
	box-shadow: rgba(44, 44, 44, .4) 0 6px 18px;
	-moz-box-shadow: rgba(44, 44, 44, .4) 0 6px 18px;
	-webkit-box-shadow: rgba(44, 44, 44, .4) 0 6px 18px;
	border-radius: 0 0 0 2px;
	-moz-border-radius: 0 0 0 2px;
	-webkit-border-radius: 0 0 0 2px;
	top: 180px;
	z-index: 97;
	position: fixed;
	width: 60px;
	right: 0;
	background: #424f60;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	overflow: hidden;
}

.fixed-links span:not(.amount),
.fixed-links a {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	border-bottom: 1px solid rgba(231, 237, 242, 0.2);
}

.fixed-links span:last-child,
.fixed-links a:last-child {
	border-bottom: 0;
}

.fixed-links span .i,
.fixed-links span i,
.fixed-links a .i,
.fixed-links a i {
	width: 26px;
	height: 26px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -13px;
}

.fixed-links a:not(.cart-link):hover,
.fixed-links span:not(.cart-link):hover {
	background: #5e6978;
}

.fixed-links .cart-link .amount {
	min-width: 20px;
	display: block;
	height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 20px;
	background: #424f60;
	color: #fff;
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0 3px;
}

.fixed-links .small-favorite-link .amount,
.fixed-links .small-compare-link .amount {
	min-width: 20px;
	display: block;
	height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 20px;
	background: #e3e3e3!important;
	color: #212121;
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0 3px;
}

.fixed-links .cart-link {
	background: #0071bb;
}

.fixed-links .cart-link .i,
.fixed-links .cart-link i {
	background: url(/templates/template_56/img/ai.png) no-repeat -175px -45px!important;
}

.fixed-links .sendmail-link .i,
.fixed-links .sendmail-link i {
	background: url(/templates/template_56/img/ai.png) no-repeat 0px -254px!important;
}

.fixed-links .callback-link .i,
.fixed-links .callback-link i {
	background: url(/templates/template_56/img/ai.png) no-repeat -1px -221px!important;
}

.fixed-links .user-link .i,
.fixed-links .user-link i {
	background: url(/templates/template_56/img/ai.png) no-repeat -292px -48px!important;
}

.fixed-links .user-link-entered .i,
.fixed-links .user-link-entered i {
	background: url(/templates/template_56/img/ai.png) no-repeat -332px -48px!important;
}

.fixed-links .small-compare-link .i,
.fixed-links .small-compare-link i {
	background: url(/templates/template_56/img/ai.png) no-repeat -257px -49px!important;
}

.fixed-links .small-favorite-link .i,
.fixed-links .small-favorite-link i {
	background: url(/templates/template_56/img/small-favorite-link.png) no-repeat -0px 0px!important;
}
/*main slider*/
.main-slider {
	position: relative;
	border-bottom: 2px solid #0067c0;
	margin-bottom: 26px;
}

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

.main-slider 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:hover,
.main-slider .slick-dots li.slick-active {
	background: grey;
}

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

.main-slider .slick-arrow {
	opacity: 0;
	height: 42px;
	width: 42px;
	z-index: 2;
	border-radius: 50%;
	background-image: url(/templates/template_56/img/arrows.png);
	background-color: #fff;
	background-repeat: no-repeat;
	-webkit-transition: background-color ease-out 70ms, opacity ease-out 300ms;
	-moz-transition: background-color ease-out 70ms, opacity ease-out 300ms;
	-o-transition: background-color ease-out 70ms, opacity ease-out 300ms;
	transition: background-color ease-out 70ms, opacity ease-out 300ms;
}

.main-slider:hover .slick-arrow {
	opacity: .3;
}

.main-slider .slick-prev {
	left: 20px;
	background-position: 15px -95px;
}

.main-slider .slick-prev:hover {
	background-color: #006ac5;
	background-position: 15px 11px;
	opacity: 1;
}

.main-slider .slick-next {
	right: 20px;
	background-position: -19px -95px;
}

.main-slider .slick-next:hover {
	background-color: #006ac5;
	background-position: -19px 11px;
	opacity: 1;
}
/*sliders*/
.slick-slider {
	table-layout: fixed;
	width: 100%;
	display: table;
	margin-left: 0!important;
	margin-right: 0!important;
}

.slick-slider .slick-slide {
	outline: none;
}

.slick-initialized {
	visibility: visible!important;
}

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

.slick-dotted.slick-slider {
	margin-bottom: 26px;
}
/*edges*/
.edges {
	margin-bottom: 26px;
}

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

.edges p {
	margin: 0;
}

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

.edges div img {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	max-height: 50px;
	max-width: 50px;
	margin-left: 0!important;
	margin-right: 0!important;
}
/*products category*/
.products-category {
	margin-bottom: 26px;
	width: 100%;
}

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

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

.products-category .catalog-category-item .catalog-category-item-hover {
	color: #fff;
	text-decoration: none;
	opacity: 0;
	background-color: rgba(0, 0, 0, .5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-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;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

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

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

.products-category .catalog-category-item .catalog-category-item-img img {
	vertical-align: middle;
	-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;
	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);
}
/*text*/
.seo-text {
	padding: 25px 0 0;
	border-top: 1px solid #eaebec;
	/*margin-top: 45px;*/
	margin-top: 30px;
}

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

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

.main-text_has_picture {
	padding-left: 250px;
}

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

.main-text h1 {
	display: block;
	margin-top: 0;
	width: 100%;
}

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

.page-text.popup-banner {
	/*margin-bottom: 9px;*/
	margin-bottom: 0;
}
/*rating*/
.rating {
	display: none;
	height: 15px;
}

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

.rating-add {
	height: 15px;
}

.rating-add form {
	float: left;
}

.rating-add input,
.rating .rating_interval,
.rating .rating_show input,
.rating .rating_vote 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_vote,
.rating .rating_show {
	float: left;
}

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

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

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

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

div.rating-loader {
	background: url(/templates/template_56/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 0px;
	border: 0
}

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

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

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

div.star-rating {
	background: transparent!important;
	overflow: hidden!important
}
/*proizvod slider*/
.catalog-proizvod-slider {
	padding: 25px 30px 27px;
	/*border-top: 1px solid #eaebec;*/
	/*margin: 45px 0 0;*/
	overflow: hidden;
}

.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%);
	opacity: .5!important;
}

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

.catalog-proizvod-slider .slick-arrow {
	width: 29px;
	height: 29px;
	left: 0;
	background: url(/templates/template_56/img/arrows2.png) 3px -20px no-repeat;
}

.catalog-proizvod-slider .slick-next {
	left: auto;
	right: 0;
	background-position: -72px -20px;
}

.catalog-proizvod-slider .slick-next:hover {
	background-position: -71px 4px;
}

.catalog-proizvod-slider .slick-prev:hover {
	background-position: 3px 4px;
}

.catalog-proizvod-slider .slick-prev.slick-disabled {
	cursor: default;
	opacity: .3;
	background-position: 3px -20px!important;
}

.catalog-proizvod-slider .slick-next.slick-disabled {
	cursor: default;
	opacity: .3;
	background-position: -72px -20px!important;
}

.brands-wrap {
	padding-top: 13px;
	border-top: 1px solid #eaebec;
	margin-top: 45px;
}
/*brands-card*/
.brands-card-outer {
	/*border-top: 1px solid #eaebec;*/
	/*margin-top: 39px;*/
}

.brands-card {
	/*padding: 25px 0 42px 0;*/
	font-size: 0;
	text-align: center;
	margin: 0 -6px;
}

.brands-card__item {
	margin: 20px 6px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	display: inline-block;
	vertical-align: top;
	width: 173px;
}

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

.brands-card__item-image-block {
	background: #fff;
	position: relative;
	display: block;
	border: 1px solid #eaebec;
	-webkit-transition: box-shadow ease-out .2s, border ease-out .2s;
	-moz-transition: box-shadow ease-out .2s, border ease-out .2s;
	-o-transition: box-shadow ease-out .2s, border ease-out .2s;
	transition: box-shadow ease-out .2s, border ease-out .2s;
}

.brands-card__item-link:hover .brands-card__item-image-block {
	border-color: #eaebec;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
}

.brands-card__item-title {
	display: block;
	color: #1d2029;
	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-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
/*brands-list*/
.brands-list-outer {
	/*border-top: 1px solid #eaebec;*/
	/*margin: 45px 0 0;*/
}

.brands-list {
	/*padding: 35px 0 40px;*/
	padding: 13px 0 0;
	margin: 0 -5px;
	columns: 4 auto;
	-moz-columns: 4 auto;
}

.brands-list__item {
	padding: 0 5px;
}

.brands-list__item-link {
	color: #005fb1;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	display: inline-block;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.brands-list__item-link:hover {
	color: #1d2029;
}
/*up*/
#up {
	position: fixed;
	text-align: center;
	text-decoration: none;
	background: url(/templates/template_56/img/scroll.png) center 14px no-repeat #2b78c3;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	right: 75px;
	left: inherit;
	bottom: 55px;
	display: none;
	z-index: 97;
	cursor: pointer;
}

#up:hover {
	background-color: #404040;
}
/*footer*/
.page-footer .left-block {
	width: 220px;
	float: left;
}

.page-footer .right-block {
	padding-left: 244px;
}

.page-footer .copyright {
	color: #888;
	font-size: 13px;
	line-height: 18px;
}

.page-footer .counters+.copyright {
	margin-top: 12px;
}

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

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

.page-footer .counters {
	font-size: 0;
	margin-top: 22px;
}

.page-footer .counters img {
	margin: 0 5px 5px 0;
	display: inline-block;
	vertical-align: top;
}

/*
.page-footer .dev {
	position: relative;
	padding: 0 0 0 80px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 27px;
	font-weight: 500;
}

.page-footer .dev a {
	color: #1d2029;
	text-decoration: none;
}

.page-footer .dev a:hover {
	color: #005fb1;
	text-decoration: none;
}

.page-footer .dev img {
	width: 70px!important;
	height: 38px!important;
	position: absolute;
	left: 0;
	top: -1px;
}
*/

.dev {
	margin-top: 27px;
}

.dev .weblink {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 32px;
	padding: 0 0 0 90px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 500;
	color: #1d2029;
	text-decoration: none;
}

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

/*footer menu*/
.footer-contacts-wrapper {
	float: right;
}

.footer-menu li {
	margin-top: 3px;
	font-size: 13px;
	line-height: 18px;
}

.footer-menu li.footer-menu-title {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
}

.footer-menu li:not(.footer-menu-title) .a {
	display: inline-block;
	color: #666;
	text-decoration: none;
}

.footer-menu li.footer-menu-title .a {
	text-decoration: none;
	color: #1d2029;
}

.footer-menu li .a.a_active,
.footer-menu li .a:hover {
	color: #005fb1;
}
/*footer contacts*/
.footer-contacts {
	padding-left: 26px;
}

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

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

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

.footer-contacts .contacts-phone {
	position: relative;
	display: inline-block;
}

.footer-contacts .contacts-phone:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	display: block;
	background: url(/templates/template_56/img/ai.png) no-repeat -3px -290px;
	left: -22px;
	top: 4px;
}

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

.footer-contacts .contacts-phone > span a {
	color: #1d2029;
	text-decoration: none;
}

.dop-contacts,
.socials {
	margin-top: 16px;
}

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

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

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

.socials ul li a {
	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);
}

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

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

.socials ul li a.ok {
	background-position: -196px -28px;
}

.socials ul li a.facebook {
	background-position: -28px -28px;
}

.socials ul li a.twitter {
	background-position: -56px -28px;
}

.socials ul li a.instagram {
	background-position: -112px -28px;
}

.socials ul li a.moimir {
	background-position: -140px -28px;
}

.socials ul li a.telegram {
	background-position: -84px -28px;
}

.socials ul li a.lj {
	background-position: -168px -28px;
}

.socials ul li a.youtube {
	background-position: -224px -28px;
}
/*action tabs*/
.action-tabs .tabs {
	text-align: left;
	font-size: 0;
	margin: 0 0 16px 0;
}

.action-tabs .tabs li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	margin-right: 40px;
	line-height: 28px;
}

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

.action-tabs .tabs li:hover span {
	color: #1d2029;
}

.action-tabs .tabs li.active span {
	color: #1d2029;
	border-bottom: 2px solid #2975c0;
}
/*actions ico*/
.action_icons {
	position: absolute;
	top: 20px;
	left: 6px;
	display: block;
	width: 74px;
	z-index: 2;
}

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

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

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

.action_ico_new {
	background: url(/templates/template_56/img/ico_news.png);
}
/*contrast border*/
.contrast-border {
	border: 1px solid #eaebec;
	-webkit-transition: box-shadow ease-out .2s, border ease-out .2s;
	-moz-transition: box-shadow ease-out .2s, border ease-out .2s;
	-o-transition: box-shadow ease-out .2s, border ease-out .2s;
	transition: box-shadow ease-out .2s, border ease-out .2s;
}

.contrast-border:hover {
	border-color: #eaebec;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
}
/*product item*/
.product__favorite,
.product-item__compare-block,
.product-item__compare-block_disable {
	cursor: pointer;
}

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

.product-item .picture img {
	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: 14px;
	line-height: 17px;
	font-weight: 500;
	color: #005fb1;
	-webkit-transition: color ease-out 20ms;
	-moz-transition: color ease-out 20ms;
	-o-transition: color ease-out 20ms;
	transition: color ease-out 20ms;
}

.product-item .title a:hover {
	color: #1d2029;
}

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

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

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

.product-item .price_block .price {
	font-size: 18px;
	font-weight: 600;
	line-height: 15px;
	margin-bottom: 8px;
	color: #1d2029;
}

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

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

.product-item .amount {
	white-space: nowrap;
	font-size: 0;
	margin: 0 auto;
	display: inline-block;
	border-radius: 2px;
	vertical-align: top;
	width: auto;
	text-align: center;
}

.product-item .amount__count {
	text-align: center;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
}

.product-item .amount .amount-plus,
.product-item .amount .amount-minus {
	font-size: 0;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	border: 1px solid #ddd;
	height: 30px;
	width: 26px;
}

.product-item .amount .amount-minus {
	border-radius: 2px 0 0 2px;
}

.product-item .amount .amount-plus {
	border-radius: 0 2px 2px 0;
}

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

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

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

.product-item .amount .input {
	background: #f7f7f7;
	color: #666;
	font-size: 13px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	padding: 0;
	line-height: 1;
	width: auto;
	border: 1px solid #ddd;
}
/*amount products-list*/
.products-list .product-item .amount .input {
	width: 30px;
}

.products-list .product-item .amount .input.size-1 {
	width: 26px;
}

.products-list .product-item .amount .input.size-2 {
	width: 26px;
}

.products-list .product-item .amount .input.size-3 {
	width: 30px;
}

.products-list .product-item .amount .input.size-4 {
	width: 40px;
}

.products-list .product-item .amount .input.size-5 {
	width: 46px;
}

.products-list .product-item .amount .input.size-6 {
	width: 54px;
}

.products-list .product-item .amount .input.size-7 {
	width: 62px;
}

.products-list .product-item .amount .input.size-8 {
	width: 70px;
}

.products-list .product-item .amount .input.size-9 {
	width: 76px;
}
/*amount products-grid*/
.products-grid .product-item .amount .input {
	width: 30px;
}

.products-grid .product-item .amount .input.size-1 {
	width: 26px;
}

.products-grid .product-item .amount .input.size-2 {
	width: 26px;
}

.products-grid .product-item .amount .input.size-3 {
	width: 30px;
}

.products-grid .product-item .amount .input.size-4 {
	width: 40px;
}

.products-grid .product-item .amount .input.size-5 {
	width: 46px;
}

.products-grid .product-item .amount .input.size-6 {
	width: 54px;
}

.products-grid .product-item .amount .input.size-7 {
	width: 62px;
}

.products-grid .product-item .amount .input.size-8 {
	width: 70px;
}

.products-grid .product-item .amount .input.size-9 {
	width: 76px;
}
/*amount products-full*/
.products-full .product-item .amount .input {
	width: 30px;
}

.products-full .product-item .amount .input.size-1 {
	width: 26px;
}

.products-full .product-item .amount .input.size-2 {
	width: 26px;
}

.products-full .product-item .amount .input.size-3 {
	width: 30px;
}

.products-full .product-item .amount .input.size-4 {
	width: 40px;
}

.products-full .product-item .amount .input.size-5 {
	width: 46px;
}

.products-full .product-item .amount .input.size-6 {
	width: 54px;
}

.products-full .product-item .amount .input.size-7 {
	width: 62px;
}

.products-full .product-item .amount .input.size-8 {
	width: 70px;
}

.products-full .product-item .amount .input.size-9 {
	width: 76px;
}
/*amount cart-products*/
.cart-products .product-item .amount .input {
	width: 30px;
}

.cart-products .product-item .amount .input.size-1 {
	width: 26px;
}

.cart-products .product-item .amount .input.size-2 {
	width: 26px;
}

.cart-products .product-item .amount .input.size-3 {
	width: 30px;
}

.cart-products .product-item .amount .input.size-4 {
	width: 40px;
}

.cart-products .product-item .amount .input.size-5 {
	width: 46px;
}

.cart-products .product-item .amount .input.size-6 {
	width: 54px;
}

.cart-products .product-item .amount .input.size-7 {
	width: 62px;
}

.cart-products .product-item .amount .input.size-8 {
	width: 70px;
}

.cart-products .product-item .amount .input.size-9 {
	width: 76px;
}

.product-item .amount .amount-minus+.input {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

.product-item .opisanie_small {
	/*color: #b3b3b3;*/
	color: #666;
	font-size: 12px;
	margin-top: 20px;
}

.product-item .properties {
	text-align: left;
	font-size: 12px;
	color: #666;
	font-weight: 300;
}

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

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

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

.product-item .properties .properties-title {
	font-weight: 500;
	text-transform: uppercase;
	color: #005fb1;
	margin-bottom: 5px;
	font-size: 13px;
}

.product-item .properties ul li {
	position: relative;
	padding-left: 15px;
}

.product-item .properties ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	display: block;
	border-radius: 50%;
	background: #666;
	left: 4px;
	top: 9px;
}

.product-item .opisanie_small+.properties {
	margin-top: 20px;
	border-top: 1px solid #eaebec;
	padding-top: 20px;
}

.product-item .nalichie_status-wrapper {
	text-align: center;
}

.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_56/img/ai.png) -112px -51px;
}

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

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

.variants-select.input-select {
	background: #fff;
}

.variants-select.input-select .i,
.variants-select.input-select i {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 28px;
	cursor: pointer;
	border-left: 1px solid #E5E5E5;
	background: #fff;
	text-align: center;
	line-height: 31px;
	-webkit-transition: background ease-out .2s;
	-moz-transition: background ease-out .2s;
	-o-transition: background ease-out .2s;
	transition: background ease-out .2s;
}

.variants-select.input-select .i:after,
.variants-select.input-select i:after {
	content: '';
	display: block;
	width: 7px;
	height: 4px;
	background: url(/templates/template_56/img/arrows.png) -1px -174px no-repeat;
	position: absolute;
	left: 11px;
	top: 13px;
}

.variants-select.input-select:hover .i,
.variants-select.input-select:hover i {
	background: #e3e3e3;
}

.variants-select.input-select select {
	cursor: pointer;
}
/*grid*/
.products-grid {
	/*font-size: 0;*/
	margin: 0 -6px;
	display: flex;
	flex-wrap: wrap;
}

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

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

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

.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 {
	width: 26px;
	height: 26px;
	border-radius: 2px;
	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: #2992d9!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_56/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_56/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_56/img/ai.png) no-repeat -260px -83px;
}

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

.products-grid .product-item .product-item-inner .product__favorite_remove {
	display: none;
	opacity: .8!important;
	background-color: #2992d9!important;
}

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

.products-grid .product-item .product-item-inner .product__favorite_remove:after {
	background-position: 0 -26px;
}

.products-grid .product-item .product-item-inner .product__favorite.hidden + .product__favorite_remove {
	display: block;
}

.small-button_opisanie_small_and_properties {
	display: none;
	background: url(/templates/template_56/img/list_icon.svg) no-repeat center center  / 18px auto;
}

.products-grid .product-item .opisanie_small_and_properties-close {
	display: none;
}

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

.products-grid .product__sku {
	line-height: 1.2;
	margin: 6px 0 0 0;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.products-grid .product-item .product-item-inner .rate-mean,
.products-grid .product-item .product-item-inner .rating {
	display: inline-block;
	margin-top: 10px;
}

.products-grid .product-item .amount-and-buttons {
	text-align: center;
	font-size: 0;
	margin: -10px -5px 0;
}

.products-grid .product-item .amount-and-buttons .hidden {
	display: none;
}

.products-grid .product-item .amount {
	margin: 10px 5px 0;
}

.products-grid .product-item .product-item-inner .amount-and-buttons .buttons:not(.hidden) {
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0;
}

.products-grid .product-item .product-item-inner .amount-and-buttons .buttons+.buttons {
	margin-top: -10px;
	width: 100%;
}

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

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

.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;
	vertical-align: top;
	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 #eaebec;
	background: #fff;
	border-color: #eaebec;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	left: 0;
	right: 0;
	top: 100%;
	z-index: 4;
	margin: -7px 6px 0;
	border-top: 0;
}

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

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

.products-grid .product-item .properties {
	margin-top: 20px;
}

.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;
}
/*list*/
.products-list {
	margin-top: -13px;
}

.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 {
	width: 26px;
	height: 26px;
	border-radius: 2px;
	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: #2992d9!important;
}

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

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

.products-list .product-item .product-item-inner .product__favorite_remove {
	display: none;
	opacity: .8!important;
	background-color: #2992d9!important;
}

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

.products-list .product-item .product-item-inner .product__favorite_remove:after {
	background-position: 0px -26px;
}

.products-list .product-item .product-item-inner .product__favorite.hidden+.product__favorite_remove {
	display: block;
}

.products-list .product-item .product-item-inner .zoom {
	background: url(/templates/template_56/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_56/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_56/img/ai.png) no-repeat -260px -83px;
}

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

.products-list .product-item .product-item-inner {
	border-bottom-width: 0;
	padding-left: 228px;
	padding-right: 217px;
	position: relative;
	min-height: 230px;
}

.products-list .product-item:last-child .product-item-inner {
	border-bottom-width: 1px;
}

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

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

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

.products-list .product-item .title {
	padding-top: 6px;
}

.products-list .product-item .title a {
	font-size: 18px;
	line-height: 20px;
	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-mean,
.products-list .product-item .rating {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 8px 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: 20px 0 0;
	padding: 18px 0 0;
}

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

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

.products-list .product-item .amount {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}

.products-list .product-item .amount-and-buttons .hidden {
	display: none;
}

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

.products-list .product-item .buttons {
	float: left;
	margin-top: 15px;
}

.products-list .product-item .hidden+.buttons {
	float: none;
}

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

.products-list .product-item .price_block .price,
.products-list .product-item .price_block .old_price {
	float: left;
	width: 100%;
}
/*tooltip*/
#tooltip {
	text-align: center;
	color: #fff;
	background: rgba(66, 79, 96, 0.85);
	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: 6px solid rgba(66, 79, 96, 0.85);
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -6px;
}
/*catalog recent*/
.catalog-recent {
	border-bottom: 1px solid #eaebec;
	padding-bottom: 20px;
}

.catalog-recent .block-header {
	margin: 0 0 6px;
	display: block;
	width: 100%;
	position: relative;
}

.catalog-recent .block-header span {
	display: inline-block;
	font-size: 20px;
	color: #1d2029;
	line-height: 30px;
	font-weight: 500;
}

.catalog-recent .block-header .all {
	float: right;
	line-height: 30px;
}

.catalog-recent .block-content {
	padding: 10px;
	overflow: hidden;
	margin: 0 -10px;
	font-size: 0;
}

.catalog-recent .block-content > div {
	margin: 0 -5px;
	white-space: nowrap;
}

.catalog-recent .block-content .product-item {
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}

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

.catalog-recent .block-content .product-item > div {
	width: 137px;
	min-height: 235px;
	padding: 15px 12px 10px;
	border: 1px solid #eaebec;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: box-shadow ease-out .2s, border ease-out .2s;
	-moz-transition: box-shadow ease-out .2s, border ease-out .2s;
	-o-transition: box-shadow ease-out .2s, border ease-out .2s;
	transition: box-shadow ease-out .2s, border ease-out .2s;
}

.catalog-recent .block-content .product-item > div.empty {
	background: #8a8a8a;
	opacity: .05;
}

.catalog-recent .block-content .product-item > div:not(.empty):hover {
	border-color: #eaebec;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
}

.catalog-recent .block-content .product-item .title {
	overflow: hidden;
	height: 63px;
	margin: 10px 0 0;
	text-align: center;
}

.catalog-recent .block-content .product-item .title span {
	font-size: 13px;
	line-height: 18px;
	white-space: normal;
	font-weight: 500;
}

.catalog-recent .block-content .product-item .picture {
	width: 110px;
	height: 110px;
}

.catalog-recent .block-content .product-item .price {
	text-align: center;
}

.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: #1d2029;
}
/*sitemap*/
.content-sitemap {
	margin: 0;
}

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

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

.content-sitemap.block-list ul > li a:hover {
	text-decoration: none;
	color: #005fb1;
}
/*content-nav*/
.content-nav {
	margin: 0;
}

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

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

.content-nav.block-list ul > li a:hover {
	text-decoration: none;
	color: #005fb1;
}
/*devider*/
.subcategories-toggle+.toolbar-top,
.subcategories-toggle+ul.message,
.subcategories-toggle+ul.errors,
.subcategories-toggle+.page-text,
.toolbar-bottom+.page-text,
.content-nav+.page-text,
.categories-nav+.page-text,
.page-text+.toolbar-top,
.catalog-filter+ul.message,
.catalog-filter+ul.errors,
.categories-nav+.toolbar-top,
.catalog-filter+.toolbar-top {
	margin-top: 30px;
}
/*page numbers*/
.page-numbers {
	margin-top: 15px;
	margin-bottom: -5px;
	text-align: center;
	font-size: 0;
	border-top: 1px solid #e5e5e5;
	padding-top: 21px;
}

.page-numbers .link {
	color: #777;
	background: #e5e5e5;
	display: inline-block;
	min-width: 33px;
	vertical-align: top;
	height: 33px;
	padding: 0 8px;
	text-align: center;
	line-height: 32px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.page-numbers .link:hover {
	color: #fff;
	background: #006ac5;
}

.page-numbers .link.active {
	color: #fff;
	background: #006ac5;
}

.page-numbers .link.page-prev,
.page-numbers .link.page-next {
	background-color: transparent;
	background-image: url(/templates/template_56/img/arrows2.png);
	background-position: 5px -18px;
	background-repeat: no-repeat;
}

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

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

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

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


/*toolbar*/
.toolbar-top {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 12px;
}

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

.catalog-view a {
	background: url(/templates/template_56/img/sort_icons.png) no-repeat;
	margin: 2px 0 0 15px;
	display: inline-block;
	vertical-align: top;
	height: 13px;
	width: 13px;
	line-height: 20px;
}

.catalog-view .grid {
	background-position: -1px -41px;
}

.catalog-view .list {
	background-position: -19px -41px;
}

.catalog-view .grid:hover,
.catalog-view .grid.active {
	background-position: -1px -23px;
}

.catalog-view .list:hover,
.catalog-view .list.active {
	background-position: -19px -23px;
}
/*catalog sort*/
.catalog-sort {
	height: 29px
}

.catalog-sort .toolbar-title {
	display: inline-block;
	color: #a5a3a3;
	margin: 0 20px 0 0;
	font-size: 12px;
	line-height: 13px;
}

.catalog-sort a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #a5a3a3;
	margin: 0 20px 0 0;
	font-size: 12px;
	line-height: 13px;
}

.catalog-sort a:hover {
	color: #373737;
}

.catalog-sort a.active {
	color: #373737;
}

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

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

.catalog-sort a.active-up:after {
	background: url(/templates/template_56/img/sort.png) no-repeat 0px 0px;
}
/*filter*/
.side-content .catalog-filter {
	display: block!important;
}

.catalog-filter .block {
	padding: 0 0 0;
	background: #f9f9f9;
	float: none;
}

.catalog-filter .block-footer {
	float: left;
	padding: 7px 0 0;
	text-align: center;
	width: 100%;
	margin-top: -26px;
	margin-bottom: 26px;
}

.catalog-filter .block-footer .all {
	font-size: 12px;
	text-decoration: none;
	color: #005fb1;
	transition: all ease .1s;
	cursor: pointer;
}

.catalog-filter .block-footer .all:hover {
	color: #1d2029!important;
}

.catalog-filter .title {
	font-size: 16px;
	color: #1d2029;
	display: block;
	font-weight: 500;
	margin: 0;
	border: 1px solid #eaebec;
	border-bottom-width: 0;
	padding: 11px 31px 13px 17px;
	background: #f9f9f9;
}

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

.catalog-filter .podbor_item {
	padding: 13px 19px 14px;
	border-bottom: 1px solid #eaebec;
	background: #f9f9f9;
}

.catalog-filter .podbor_item:hover {
	background: #fdfdfd;
}

.catalog-filter .podbor_item.active {
	display: block!important;
}

.catalog-filter .podbor_opener {
	margin-bottom: 0!important;
	font-size: 13px;
	display: block;
	font-weight: 600;
	color: #333;
}

.catalog-filter .podbor_opener span .i,
.catalog-filter .podbor_opener span i {
	position: absolute;
	right: 0;
	display: block;
	width: 10px;
	top: 50%;
	height: 6px;
	margin-top: -3px;
	background: url(/templates/template_56/img/filter.png) no-repeat 0px -18px;
}

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

.catalog-filter .podbor_opener span:hover {
	color: #005fb1;
}

.catalog-filter .podbor_opener span:hover .i,
.catalog-filter .podbor_opener span:hover i {
	background: url(/templates/template_56/img/filter.png) no-repeat 0px -12px;
}

.catalog-filter .podbor_opener.podbor_open span .i,
.catalog-filter .podbor_opener.podbor_open span i {
	background: url(/templates/template_56/img/filter.png) no-repeat 0px 0px;
}

.catalog-filter .podbor_opener.podbor_open span:hover .i,
.catalog-filter .podbor_opener.podbor_open span:hover i {
	background: url(/templates/template_56/img/filter.png) no-repeat 0px -6px;
}

.catalog-filter .podbor_elements {
	padding-top: 10px;
}

.catalog-filter .buttons {
	padding: 13px 23px 14px;
}

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

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

.catalog-filter .input-select .i,
.catalog-filter .input-select i {
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 28px;
	cursor: pointer;
	border-left: 1px solid #E5E5E5;
	background: #fff;
	text-align: center;
	line-height: 31px;
	-webkit-transition: background ease-out .2s;
	-moz-transition: background ease-out .2s;
	-o-transition: background ease-out .2s;
	transition: background ease-out .2s;
}

.catalog-filter .input-select .i:after,
.catalog-filter .input-select i:after {
	content: '';
	display: block;
	width: 7px;
	height: 4px;
	background: url(/templates/template_56/img/arrows.png) -1px -174px no-repeat;
	position: absolute;
	top: 13px;
	left: 11px;
}

.catalog-filter .input-select:hover .i,
.catalog-filter .input-select:hover i {
	background: #e3e3e3;
}

.catalog-filter .input-select select {
	cursor: pointer;
}
/*slider-range-wrapper*/
.slider-range-wrapper {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%;
}

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

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

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

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

.slider-range-wrapper .ui-widget-header {
	background: #005fb1;
}
/*product full*/
.product-full.product-item .small-buttons {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}

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

.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: #2992d9!important;
}

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

.product-full.product-item .product__favorite_remove {
	display: none;
	opacity: 1!important;
	background-color: #2992d9!important;
}

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

.product-full.product-item .product__favorite.hidden+.product__favorite_remove {
	display: block;
}

.product-full.product-item .zoom {
	background: url(/templates/template_56/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_56/img/ai.png) no-repeat -235px -83px;
}

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

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

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

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

.product-full .right-block-top+.bying_blok {
	margin-top: 15px;
}

.product-full.product-item .articul {
	color: #000;
	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;
}

.products-full__big-slider .slick-arrow {
	width: 24px;
	height: 34px;
	opacity: .4;
	display: none!important;
}

.products-full__big-slider .slick-arrow:not(.slick-disabled):hover {
	opacity: 1;
}

.products-full__big-slider .slick-arrow:after {
	content: '';
	width: 14px;
	height: 24px;
	position: absolute;
	background-image: url(/templates/template_56/img/arrows3.png);
	background-repeat: no-repeat;
	left: 5px;
	top: 5px;
}

.products-full__big-slider .slick-prev:after {
	background-position: 0px 0px;
}

.products-full__big-slider .slick-next:after {
	background-position: -14px 0px;
}

.products-full__big-slider .slick-disabled {
	cursor: default;
}

.product-full.product-item .picture {
	position: relative;
	height: 340px;
}

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

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

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

.product-full.product-item .input-select {
	margin-top: 13px;
	max-width: 300px;
}

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

.product-full.product-item .buttons {
	margin-top: 16px;
	float: left;
	font-size: 0;
}

.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: 18px;
	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;
}

.product-full.product-item .bying_blok .buttons .button-buy:before {
	position: absolute;
	top: 8px;
	left: 11px;
	background: url(/templates/template_56/img/ai.png) -460px -49px no-repeat;
	width: 17px;
	height: 16px;
	content: '';
	display: block;
}

.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: 14px;
	color: #005fb1;
}

.full_catalog_dop_fields_short__link:after {
	position: absolute;
	right: 0;
	top: 8px;
	content: '';
	display: block;
	width: 9px;
	height: 5px;
	background: url(/templates/template_56/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_56/img/full_catalog_dop_fields_short__link.png) 0 -5px;
}

.product-full.product-item .product-tabs .properties {
	font-size: 14px;
	color: #333;
}

.product-full.product-item .product-tabs .properties table tr:hover td {
	background: #f7f7f7;
}

.product-full.product-item .product-tabs .properties table tr td {
	border: 1px solid #e5e5e5;
}

.product-full.product-item .product-tabs .properties table tr td:first-child {
	font-weight: 500;
}

.product-full.product-item .product-tabs .properties table tr th {
	border: 1px solid #e5e5e5;
	padding: 8px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #005fb1;
	background: #f7f7f7;
	text-align: left;
}

.product-full.product-item .product-tabs .properties ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-full.product-item .product-tabs .properties ul li {
	list-style: none;
	padding-left: 12px;
	margin-left: 0;
}

.product-full.product-item .product-tabs .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 #e5e5e5;
	padding: 8px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #005fb1;
	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-yandex-zoom {
	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_56/img/zoom.svg);
	cursor: pointer;
	user-select: none;
	pointer-events: none;
}

.product-full.product-item .picture:hover .picture-yandex-zoom {
	visibility: visible;
	transition: opacity 200ms;
	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;
}
/*thumbs*/
.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;
}

.thumbs .product-thumbs .product-thumb {
	margin: 0 10px;
	min-height: 54px;
	position: relative;
	display: block;
	overflow: hidden;
	height: 54px;
	position: relative;
	margin: 0 5px;
	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;
	float: left;
	border-color: #ddd;
	cursor: pointer;
}

.thumbs .product-thumbs .product-thumb.active,
.thumbs .product-thumbs .product-thumb:hover {
	border-color: #2975c0;
}

.thumbs .product-thumbs .product-thumb img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.thumbs .slick-arrow {
	width: 29px;
	height: 29px;
	left: -24px;
	background: url(/templates/template_56/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;
}
/*product tabs*/
.product-tabs .tabs {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.product-tabs .tabs > * {
	display: inline-flex;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px 5px;
	border: 1px solid #e5e5e5;
	position: relative;
	margin: 10px 4px -1px 0;
	border-radius: 2px 2px 0 0;
	align-items: center;
	height: 47px;
	background: #f7f7f7;
	color: #333;
	text-decoration: none;
}

.product-tabs .tabs > *.active {
	cursor: default;
	z-index: 4;
	background: #fff;
	color: #005fb1;
}

.product-tabs .tabs > *.active:before {
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #006ac5;
}

.product-tabs .tabs > *:hover {
	background: #fff;
}

div.tab-cont {
	padding-bottom: 27px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding-top: 34px;
	margin-top: -1px;
	border-top: 1px solid #e5e5e5;
	z-index: 3;
	background: #fff;
}

.catalog_dop {
	float: left;
	width: 100%;
}

.catalog_dop .products-grid {
	display: block;
}

.product-full-wrapper+.catalog_dop,
.product-item.product-full+.catalog_dop {
	margin-top: 30px;
}
/*dop*/
.subcategories-popular_position_include .block-header,
.subcategories-popular_position_product .block-header {
	margin-bottom: 19px;
}

.catalog_dop .block-header {
	margin-bottom: 13px;
}

.subcategories-popular_position_include .title,
.subcategories-popular_position_product .title,
.catalog_dop .block-header .title {
	display: block;
	font-size: 20px;
	color: #1d2029;
	line-height: 30px;
	font-weight: 500;
	float: left;
}

.products-slider-nav {
	float: right;
	font-size: 0;
	text-align: right;
}

.products-slider-nav-prev {
	cursor: pointer;
	width: 33px;
	height: 33px;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px 0 0 2px;
	border: 1px solid #e5e5e5;
	background: url(/templates/template_56/img/arrows2.png) no-repeat;
	background-position: 5px 5px;
}

.products-slider-nav-prev.slick-disabled,
.products-slider-nav-prev:hover {
	background-color: #f6f6f7;
	background-position: 5px -19px;
}

.products-slider-nav-prev.slick-disabled {
	cursor: default;
	opacity: .6;
}

.products-slider-nav-next {
	cursor: pointer;
	width: 33px;
	height: 33px;
	display: inline-block;
	vertical-align: top;
	border-radius: 0 2px 2px 0;
	border: 1px solid #e5e5e5;
	background: url(/templates/template_56/img/arrows2.png) no-repeat;
	background-position: -69px 5px;
	margin-left: -1px;
}

.products-slider-nav-next.slick-disabled,
.products-slider-nav-next:hover {
	background-color: #f6f6f7;
	background-position: -70px -19px;
}

.products-slider-nav-next.slick-disabled {
	cursor: default;
	opacity: .6;
}

.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;
	overflow: visible;
	overflow-x: hidden;
}


/*kabinet*/
.kabinet-title {
	margin: 0 0 20px;
	width: 100%;
	float: left;
}

.kabinet-title > span {
	font-size: 18px;
	line-height: 26px;
	border-bottom: 2px solid #0071bb;
	float: left;
}

.kabinet-title span .i,
.kabinet-title span i {
	color: #383838;
	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: #1d2029;
	display: block;
	padding: 25px 15px;
	text-decoration: none;
}

.kabinet .kabinet-block a:hover {
	border-color: #e5e5e5;
	opacity: 1;
}

.kabinet .kabinet-block a:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(/templates/template_56/img/icons_mask.png) no-repeat;
	background-color: #006ac5;
}

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

.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: 24px;
}

.status:first-letter {
	text-transform: uppercase;
}
/*tables*/
.orders-archive table td,
.order-info table td {
	padding: 8px;
	border: 1px solid #e5e5e5;
}

.orders-archive table th,
.order-info table th {
	border: 1px solid #e5e5e5;
	padding: 8px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #005fb1;
	background: #f7f7f7;
}

.orders-archive table,
.order-info table {
	width: 100%;
}

.order-info {
	margin-bottom: 20px;
}

.order-info table {
	background: #fff;
}

.order-info table td {
	padding: 4px 8px 4px 8px;
	border: 1px solid #eaebec;
	vertical-align: middle;
	width: 50%;
}
/*cart blocks*/
.cart-block {
	margin-bottom: 20px;
	border: 1px solid #eaebec;
}

.cart-block.cart-products-block {
	border: 0;
}

.cart-block.cart-products-block .block-header {
	border: 1px solid #eaebec;
	border-bottom: 0;
}

.cart-block.cart-products-block .cart-block-footer {
	border: 1px solid #eaebec;
}

.cart-block .description {
	display: block;
	float: left;
	font-weight: 300;
	margin: 4px 0 0 0;
	padding: 0 0 0 23px;
	font-size: 12px;
	line-height: 16px;
	width: 100%;
}

.cart-block .description p {
	margin: 0;
}

.km {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 0 23px;
}

.km > span {
	display: flex;
	align-items: center;
	margin-top: 4px;
}

.km > span:first-child {
	padding-right: 6px;
}

.km .input-text {
	width: 50px;
	display: inline-block;
	text-align: center;
}

.check-wrapper.has_image {
	display: flex;
	flex-wrap: wrap;
}

.check-wrapper.has_image .input-radio {
	display: flex;
	width: 13px;
	align-items: center;
	padding: 0;
}

.check-wrapper.has_image .input-radio .i {
	left: auto;
	top: auto;
	position: relative;
}

.check-block__image-block {
	width: 110px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 10px;
	font-size: 0;
}

.check-wrapper_type_show .check-block__image-block {
	width: 100px;
	padding-left: 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% - 123px);
	align-items: center;
	padding-left: 10px;
}

.check-wrapper_type_show .check-block__content {
	width: 100%;
	padding-left: 0
}

.check-wrapper_type_show .check-block__image-block + .check-block__content {
	padding-left: 10px;
	width: calc(100% - 100px);
}

.check-block__title {
	width: 100%;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
}

.check-wrapper.has_image .description {
	width: 100%;
	padding-left: 0;
}

.check-wrapper.has_image .km {
	width: 100%;
	padding-left: 0;
}

.check-block__advanced {
	width: 100%;
	float: left;
}

.check-wrapper:not(.has_image) .check-block__advanced {
	padding-left: 23px;
}

.check-block__button-block {
	margin-top: 6px;
	width: 100%;
}

.check-block__button-block .button {
}

.check-block__widget {
	width: 956px;
	margin-left: -478px;
	/*max-height: calc(100vh - 30px);*/
	margin-top: 0;
}

.check-block__widget-inner {
	/*overflow-y: auto;*/
	/*max-height: calc(100vh - 30px - 40px - 40px);*/
	padding: 30px;
}

.check-block__address {
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	width: fit-content;
}

.check-block__address [data-id="name"] {
	color: #006ac5;
}

.switcher {
	cursor: pointer;
}

.switcher-icon {
	background: url(/templates/template_56/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 {
	border-bottom: 1px solid #eaebec;
	padding: 29px 19px 29px 79px;
	background: #fbfbfb;
	position: relative;
}

.cart-block-footer {
	padding: 25px 29px 25px 29px;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	transition: none;
	border-top: 1px solid #eaebec;
}

.cart-block-footer .price {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	text-align: right;
	white-space: nowrap;
}

.cart-block-footer.final {
	padding: 25px 29px 25px 29px;
	font-size: 15px;
	line-height: 20px;
	color: #005fb1;
	transition: none;
	border: 1px solid #005fb1;
	margin-bottom: 20px;
}

.cart-block-footer.final .price {
	color: #005fb1;
}

.cart-block .cart-block-content {
	padding: 25px 29px 25px 79px;
}

.cart-block .cart-block-result+.cart-block-result {
	margin-top: 7px;
}

.cart-block .cart-block-result .price-text {
	color: #888;
}

.cart-block .cart-block-result .price {
	text-align: right;
	font-size: 14px;
}

.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-header .title:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 50%;
	margin: -15px 0 0 0;
	width: 30px;
	height: 30px;
	background: url(/templates/template_56/img/order.png) no-repeat;
	background-color: #006dca;
}

.cart-block.users-kabinet-block .block-header .title:before {
	background-position: -90px 0;
}

.cart-block.cart-products-block .block-header .title:before {
	background-position: 0 -30px;
}

.cart-block.cart-discount-block .block-header .title:before {
	background-position: -30px -30px;
}

.cart-block.cart-promocode-block .block-header .title:before {
	background-position: 0px -60px;
}

.cart-block.cart-delivery-block .block-header .title:before {
	background-position: -30px 0;
}

.cart-block.cart-customer-block .block-header .title:before {
	background-position: -90px -30px;
}

.cart-block.cart-payment-block .block-header .title:before {
	background-position: -60px 0;
}

.cart-block .block {
	padding: 25px 29px 25px 79px;
}

.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_56/img/ai.png) -28px -85px no-repeat;
	width: 16px;
	top: -1px;
	position: relative;
}

.printing a:hover {
	text-decoration: underline;
}
/*cart products*/
.cart-products .cart-product .product-item-inner {
	position: relative;
	min-height: 223px;
	border-bottom: 1px solid #eaebec;
}

.cart-products .cart-product:last-child .product-item-inner {
	border-bottom: 0;
}

.cart-products .cart-product .picture_wrapper .picture {
	width: 170px;
	min-height: 170px;
	margin: 19px 0 0 19px;
}

.cart-products .cart-product .product__promo {
	margin-bottom: 5px;
	color: green;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.4;
}

.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: 0px;
	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 .summ_block .summ-text,
.cart-products .cart-product .control_block .price_block .price-text {
	font-weight: 300;
	margin-bottom: 2px;
}

.cart-products .cart-product .control_block .price_block .price {
	font-size: 18px;
	font-weight: 600;
	line-height: 15px;
	margin-bottom: 8px;
	color: #005fb1;
}

.cart-products .cart-product .control_block .summ_block .summ {
	font-size: 18px;
	font-weight: 600;
	line-height: 15px;
	color: #1d2029;
}

.cart-products .cart-product .control_block .summ_block .summ-old {
	font-size: 13px;
	font-weight: 400;
	color: #666;
	text-decoration: line-through;
}

.cart-products .cart-product .remove {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	display: block;
	border-radius: 0;
	width: 14px;
	height: 14px;
	opacity: 1;
	background: url(/templates/template_56/img/close_icons.png) -1px -46px no-repeat;
}

.cart-products .cart-product .remove:hover {
	background-position: -30px -46px;
	background-color: #005fb1;
}

.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_56/img/ai.png) -112px -87px;
}

.cart-products .amount {
	margin-top: 9px;
}

.cart-products .price_block {
	margin-top: 15px;
}

.cart-products .amount-text {
	margin-top: 9px;
	display: none;
}

.product-item .amount.disabled {
	border-left: 0;
	border-right: 0;
}

.cart-products .amount.disabled .input {
	border: 0;
}

.cart-products .amount.disabled .amount__count {
	width: auto;
}

.number-order {
	float: left;
	margin-bottom: 20px;
}

.number-order span {
	font-size: 18px;
	line-height: 26px;
	border-bottom: 2px solid #0071bb;
	color: #888;
	display: inline-block;
}
/*errors*/
ul.errors,
ul.message {
	padding: 15px;
	color: red;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 1px solid red;
	background: #fff1f1;
}

ul.errors:first-child,
ul.message:first-child {
	margin-top: 0;
}

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.message li:before,
ul.errors 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*/
.mobile-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 7;
}

.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 {
	padding: 0 31px 0 17px;
	display: block;
	font-size: 13px;
	text-decoration: none;
	height: 40px;
	line-height: 41px;
	color: #1d2029;
}

.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_56/img/filter.png) no-repeat 0px 0px;
	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_56/img/filter.png) no-repeat 0px -6px;
}

.mobile-menu > ul > li.open > .submenu-opener:after {
	background: url(/templates/template_56/img/filter.png) no-repeat 0px -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_56/img/filter.png) no-repeat 0px 0px;
	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_56/img/filter.png) no-repeat 0px -6px;
}

.mobile-menu > ul > li > ul > li.open > .submenu-opener:after {
	background: url(/templates/template_56/img/filter.png) no-repeat 0px -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 {
	padding: 0 31px 0 51px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	height: 40px;
	line-height: 41px;
	color: #1d2029;
}

.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: 47px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 46px;
	text-transform: uppercase;
	padding-left: 10px;
}

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

.mobile-menu-opener:focus {
	outline: none;
}

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

.mobile-menu-opener span:before,
.mobile-menu-opener span:after {
	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:before,
.mobile-menu-opener span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.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: none;
}

.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:before,
.mobile-menu-opener.a_active span:after {
	-webkit-transition-delay: 0, 0.3s;
	transition-delay: 0, 0.3s;
}
/*search extend*/
.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;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	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_56/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_56/img/scroll-drag.png);
}

.jspHorizontalBar .jspDrag {
	height: 11px;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	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: none;
}

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

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

.catalog-search__form {
	position: relative;
}

.catalog-search__result-window {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0px 5px 13px 0px rgba(2, 3, 3, 0.16);
	top: 41px!important;
	z-index: 15;
	left: 0!important;
	right: 0!important;
}

.catalog-search__result-items {
	border: 1px solid #e7e7e7;
	max-height: 263px;
	outline: none;
	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: #005fb1;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-right: 20px;
	-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-footer-link:after {
	content: '';
	width: 15px;
	height: 15px;
	background: url(/templates/template_56/img/arrows.png) 0px -80px no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
}

.catalog-search__result-footer-link:hover {
	color: #000;
	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: #005fb1;
	-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-title-link span {
	color: #000;
}

.catalog-search__result-item-title-link:hover {
	text-decoration: none;
	color: #000;
}

.catalog-search__result-item-pricearea {
	width: 100%;
	margin: 10px 0 0 0;
}

.catalog-search__result-item-price {
	font-size: 18px;
	font-weight: 600;
	line-height: 15px;
	color: #1d2029;
	margin: 0 10px 0 0;
	display: inline-block;
}

.catalog-search__result-item-price_old {
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	color: #666;
	text-decoration: line-through;
	display: inline-block;
}

.catalog-search .jspVerticalBar .jspDrag {
	width: 7px;
	height: 22px;
	background: url(/templates/template_56/img/scroll-drag.png) no-repeat;
}

.catalog-search .jspVerticalBar .jspTrack {
	width: 7px;
	background: url(/templates/template_56/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;
}
/*pay_system_icons*/
.pay_system_icons {
	display: block;
	margin-top: 22px;
}

.pay_system_icons p {
	margin: 0;
	display: inline;
}

.pay_system_icons .i,
.pay_system_icons i {
	display: inline-block;
	height: 20px;
	width: 34px;
	background: url(/templates/template_56/img/pay_icons.png) no-repeat;
	margin: 0 11px 0 0;
}

.pay_system_icons .i.mastercard,
.pay_system_icons i.mastercard {
	background-position: 0 -1px;
}

.pay_system_icons .i.visa,
.pay_system_icons i.visa {
	background-position: -46px -1px;
}

.pay_system_icons .i.yandex_money,
.pay_system_icons i.yandex_money {
	background-position: -94px -1px;
	width: 21px;
}

.pay_system_icons .i.webmoney,
.pay_system_icons i.webmoney {
	background-position: -128px -1px;
	margin-right: 7px;
}

.pay_system_icons .i.qiwi,
.pay_system_icons i.qiwi {
	background-position: -172px -1px;
	margin-right: 0;
}
/*feeds*/
.feeds {
	margin-bottom: 26px;
	border: 1px solid #eaebec;
	border-radius: 2px;
	padding: 10px 19px 21px;
	float: left;
	width: 100%;
}

.feeds-title {
	font-size: 16px;
	color: #1d2029;
	display: inline-block;
	margin: 5px 0 12px 0;
	line-height: 20px;
	font-weight: 500;
}

.feeds-item {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ebeef1;
	overflow: hidden;
	color: #1d2029;
}

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

.feeds-item p {
	margin: 0;
}

.feeds-item b,
.feeds-item strong {
	color: #888;
	font-weight: 400;
}

.categories-nav {
	margin: 0 -6px;
}

.categories-nav.categories-nav_type_full {
	display: flex;
	flex-wrap: wrap;
}

.categories-nav.categories-nav_type_compact {
	display: flex;
	flex-wrap: wrap;
}

.categories-nav_type_tags {
	margin: -6px 0 0 0;
}

.categories-nav_type_minimal {
	margin-bottom: -8px;
	overflow: hidden;
}

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

.catalog-podmenu-item {
	position: relative;
	float: left;
}

.catalog-podmenu-item_type_tags {
	background: #eee;
	color: #333;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 3px;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
}

.catalog-podmenu-item_type_tags:hover {
	background: #dedede;
	text-decoration: none;
}

.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 {
	float: none;
	padding: 8px 6px;
	display: inline-block;
	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: 100%;
	/*height: 120px;*/
	position: relative;
	padding-bottom: 100%;
}

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

.compare-table .jspHorizontalBar {
	bottom: auto;
	height: 20px;
	top: 323px;
}

.compare-table .jspHorizontalBar .jspTrack {
	height: 1px;
	top: 9px;
	background: #e5e5e5;
}

.compare-table .jspHorizontalBar .jspDrag {
	height: 3px;
	background: #005fb1;
	top: -1px;
}

.compare-table .jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
	width: 29px;
	height: 29px;
	margin-top: -5px;
}

.compare-table .jspHorizontalBar .jspArrowLeft {
	background: url(/templates/template_56/img/arrows2.png) 3px -20px no-repeat;
}

.compare-table .jspHorizontalBar .jspArrowRight {
	background: url(/templates/template_56/img/arrows2.png) -72px -20px no-repeat;
}

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

.compare-table__left {
	width: 229px;
	float: left;
	z-index: 2;
	position: relative;
}

.compare-table__right {
	padding-left: 229px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.compare-table__right:after {
	content: '';
	position: absolute;
	display: block;
	background: #e5e5e5;
	right: 0px;
	top: 374px;
	width: 1px;
	bottom: 0;
}

.compare-table__right-inner {
	overflow: hidden;
	outline: none;
}

.compare-table__row {
	display: table-row;
	width: 100%;
}

.compare-table__row .compare-table__param-value_is_data:last-child {
	border-right: 1px solid #e5e5e5;
}

.compare-table__row:not(.compare-table__row_is_picture):hover {
	background: #f7f7f7;
}

.compare-table__row_is_picture {
	width: 230px;
	min-width: 230px;
	max-width: 230px;
	font-size: 13px;
	position: relative;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	height: 314px;
}

.compare-table__left-empty {
	height: 314px;
	border-left: 1px solid transparent!important;
	border-right: 1px solid transparent!important;
	border-top: 0px solid transparent!important;
}

.compare-table__param-name {
	display: block;
	vertical-align: middle;
	color: #6d6d6d;
	width: 231px;
	min-width: 231px;
	max-width: 231px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 11px 27px 12px 18px;
	transition: none 0s ease 0s;
	float: left;
	position: relative;
	background: #fff;
}

.compare-table__param-name_is_data {
	color: #383838;
	font-weight: 600;
}

.compare-table__param-value {
	display: table-cell;
	vertical-align: middle;
	color: #6d6d6d;
	width: 229px;
	min-width: 229px;
	max-width: 229px;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 11px 27px 12px 18px;
	transition: none 0s ease 0s;
}

.compare-table__item_hovered {
	background: #f7f7f7;
}

.compare-table__item_hidden {
	display: none;
}

.compare-table__item_same-hidden {
	display: none;
}

.compare-table__show-button {
	color: #005fb1;
	border: #005fb1 1px solid;
	cursor: pointer;
	font-size: 13px;
	line-height: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 8px 11px 9px 11px;
	outline: 0;
	text-decoration: none;
	position: absolute;
	bottom: 24px;
	left: 0;
	background: #fff;
	transition: all ease .1s;
}

.compare-table__show-button:hover {
	color: #fff;
	background: #005fb1;
	text-decoration: none;
}

.compare-table__item .compare-table__item-remove-link {
	background: url(/templates/template_56/img/close_icons.png) 3px -23px no-repeat;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	right: 5px;
	top: 50%;
	cursor: pointer;
	opacity: 0;
	margin-top: -9px;
}

.compare-table__item_hovered .compare-table__item-remove-link {
	opacity: 1;
}

.compare-table__item_hovered .compare-table__item-remove-link:hover {
	background-position: -17px -23px;
	background-color: #005fb1;
}

.product-item__remove-link_type_compare {
	background: url(/templates/template_56/img/close_icons.png) 3px -23px no-repeat;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.product-item__remove-link_type_compare:hover {
	background-position: -17px -23px;
	background-color: #005fb1;
}

.compare-table__param-value_is_picture {
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	vertical-align: top;
	position: relative;
}

.compare-table__param-value_is_data:first-child {
	border-left: 0;
}

.compare-table__param-value_is_data {
	border-left: 1px solid #e5e5e5;
}

.compare-table_picture-link {
	width: 170px;
	height: 170px;
	display: block;
	margin: 0 auto;
	position: relative;
}

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

.product-item__title_type_compare {
	display: block;
	padding: 14px 0 0;
	font-weight: 500;
	height: 54px;
	overflow: hidden;
}

.product-item__title-link_type_compare {
	text-decoration: none;
}

.product-item__title-link_type_compare:hover {
	text-decoration: none;
	color: #1d2029;
}

.compare-table_price-block {
	width: 100%;
	font-size: 0;
	text-align: left;
}

.compare-table_price {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #1d2029;
}

.compare-table_price-old {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	color: #666;
	text-decoration: line-through;
	margin: 10px 0 0 0;
}

.compare-table__control {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 21px;
}

.compare-table__tabs {
	float: left;
	font-size: 0;
}

.compare-table__tab {
	cursor: pointer;
	vertical-align: top;
	font-size: 14px;
	opacity: 1;
	padding: 11px 18px 14px;
	border: 1px solid #e5e5e5;
	background: #f7f7f7;
	margin: 0 4px -1px 0;
	padding-left: 20px;
	position: relative;
	line-height: 18px;
	display: inline-block;
	color: #444;
	font-weight: 600;
	border-radius: 2px 2px 0 0;
}

.compare-table__tab:hover {
	background: #fff;
}

.compare-table__tab.button-active {
	color: #005fb1;
	cursor: default;
	background: #fff;
	z-index: 4;
	border-bottom: 1px solid #fff;
}

.compare-table__tab.button-active:before {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background-color: #005fb1;
}

.compare-table {
	background: #fff;
	z-index: 4;
	position: relative;
}

.compare-table__clear-all {
	color: #6d6d6d;
	border: #e5e5e5 1px solid;
	cursor: pointer;
	font-size: 13px;
	line-height: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 8px 11px 9px 27px;
	outline: 0;
	position: relative;
	float: right;
	text-decoration: none;
	margin-top: -9px;
}

.compare-table__clear-all:before {
	content: '';
	display: block;
	height: 14px;
	width: 9px;
	background: url(/templates/template_56/img/close_icons.png) -2px -26px no-repeat;
	position: absolute;
	left: 11px;
	top: 11px;
}

.compare-table__clear-all:hover {
	border: 1px solid #005fb1;
	text-decoration: none;
	color: #6d6d6d;
}

.compare-table_scroll_yes .compare-table__left-empty,
.compare-table_scroll_yes .compare-table__row_is_picture {
	height: 374px;
}
/*page-bottom*/
.page-bottom {
	background: #1d2029;
	font-size: 12px;
	padding: 8px 0;
}

.page-bottom .container {
	background: #1d2029;
	text-align: center;
	color: #fff;
}

.page-bottom p {
	margin: 0;
	margin-top: 10px;
}

.page-bottom p:first-child {
	margin-top: 0;
}

.page-bottom a {
	color: #fff;
	text-decoration: underline;
}

.page-bottom a:hover {
	text-decoration: none;
}
/*privacy-footer*/
.privacy-footer-text {
	margin-top: 22px;
	font-size: 12px;
	line-height: 1.3;
}

.privacy-footer-text p {
	margin: 0;
	margin-top: 10px;
}

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

.privacy-footer-text a {
	text-decoration: underline;
}

.privacy-footer-text a:hover {
	text-decoration: none;
}
/*privacy-forms-text*/
.fz152__button-wrapper {
	display: table-cell;
	vertical-align: top;
	padding-top: 1px;
}

.fz152__text {
	font-size: 12px;
	line-height: 1.3;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	width: 100%;
}

.fz152__text p {
	margin: 0;
	margin-top: 10px;
}

.fz152__text p:first-child {
	margin-top: 0;
}

.fz152__text a {
	text-decoration: underline;
}

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

.fz152__wrapper_button_right .fz152__text,
.popup .fz152__text {
	padding-left: 0;
	padding-right: 25px;
}
/*disclaimer*/
.privacy-disclaimer {
	font-size: 13px;
	padding: 10px 0;
	color: #383838;
	z-index: 98;
	background: rgba(246, 246, 247, 0.9);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, .5);
}

.privacy-disclaimer p {
	margin: 0;
	margin-top: 10px;
}

.privacy-disclaimer p:first-child {
	margin-top: 0;
}

.privacy-disclaimer a {
	text-decoration: underline;
}

.privacy-disclaimer a:hover {
	text-decoration: none;
}

.privacy-disclaimer .container {
	position: relative;
	padding-right: 62px;
	background: transparent;
}

.privacy-disclaimer__close {
	top: 5px;
	right: 24px;
}

.privacy-disclaimer__button-block {
	margin-top: 10px;
}

.privacy-disclaimer .button {
	padding: 0 11px;
	display: inline-flex;
	align-items: center;
	height: 30px;
}

.cart-payment-block .input-radio,
.cart-payment-block .input-checkbox,
.cart-delivery-block .input-radio,
.cart-delivery-block .input-checkbox {
	font-weight: 500;
}

.cart-payment-block .check-wrapper,
.cart-delivery-block .check-wrapper {
	margin-bottom: 20px;
}

.cart-payment-block .check-wrapper:last-child,
.cart-delivery-block .check-wrapper:last-child {
	margin-bottom: 0;
}

.slick-loading .slick-list {
	background: #fff url(/misc/plugins/slick/ajax-loader.gif) center center no-repeat;
}

.main-menu > ul > li.dd_menu > ul > li > .a {
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 12px 22px 13px;
	line-height: 22px;
	background: #0065bb;
}

.main-menu > ul > li.dd_menu > ul > li > .a.a_active,
.main-menu > ul > li.dd_menu > ul > li > .a:hover {
	background: #0075d9;
}

.cart-delivery-block .input-select .i,
.cart-delivery-block .input-select i {
	top: -1px;
	right: 0;
	width: 30px;
	height: 30px;
	background-image: url(/templates/template_56/img/select.png);
	background-repeat: no-repeat;
	background-position: -2px -3px;
}

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

.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_56/img/footer-contacts__item.png);
	background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

.mobile-br {
	display: none;
}

.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_56/img/files__item-icon.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
}

.podmenu-group {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
	margin-top: 30px;
}

.podmenu-group:first-child {
	margin-top: 0;
}

.subcategories-popular__header {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
	margin-top: 30px;
}

.subcategories-popular__inner {
	margin-top: -6px;
}

.subcategories-popular_position_catalog .subcategories-popular__link {
	background: #eee;
	color: #333;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 3px;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
}

.subcategories-popular_position_catalog .subcategories-popular__link:focus,
.subcategories-popular_position_catalog .subcategories-popular__link:hover {
	background: #dedede;
	text-decoration: none;
}

.subcategories-popular_position_catalog+.subcategories-popular_position_catalog,
.page-text+.subcategories-popular_position_catalog,
.subcategories-popular_position_catalog+.page-text,
.subcategories-popular_position_catalog+.toolbar,
.toolbar+.subcategories-popular_position_catalog,
.categories-nav+.subcategories-popular_position_catalog,
.subcategories-popular_position_catalog+.categories-nav {
	margin-top: 30px;
}

.subcategories-popular_position_include,
.subcategories-popular_position_product {
	margin-top: 30px;
	width: 100%;
	float: left;
}

.subcategories-popular_position_include .subcategories-popular__link,
.subcategories-popular_position_product .subcategories-popular__link {
	background: #eee;
	color: #333;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 3px;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
}

.subcategories-popular_position_include .subcategories-popular__link:focus,
.subcategories-popular_position_include .subcategories-popular__link:hover,
.subcategories-popular_position_product .subcategories-popular__link:focus,
.subcategories-popular_position_product .subcategories-popular__link:hover {
	background: #dedede;
	text-decoration: none;
}

.promocode__form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.promocode__form-label {
	color: #888;
	padding-right: 10px;
}

.promocode__form-input-block {
	/*width: 150px;*/
	width: 282px;
	padding-right: 10px;
}

.cart__result-item-text_promocode {
	position: relative;
	padding-left: 18px;
}

.promocode__remove {
	width: 10px;
	height: 9px;
	position: absolute;
	background-image: url(/templates/template_56/img/promocode__remove.png);
	display: block;
	left: 0;
	top: 4px;
	cursor: pointer;
	background-position: -10px 0;
}

.promocode__remove:hover {
	background-position: 0 0;
}

#basket_summ.hidden {
	display: none!important;
}
/*footer-banners*/
.footer-banners {
	padding-bottom: 24px;
}

.footer-banners__item {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.footer-banners_items_1 .footer-banners__item {
	width: 100%;
}

.footer-banners_items_2 .footer-banners__item {
	width: 50%;
}

.footer-banners_items_3 .footer-banners__item {
	width: 33.33333333%;
}

.footer-banners_items_4 .footer-banners__item {
	width: 25%;
}

.footer-banners_items_5 .footer-banners__item {
	width: 20%;
}

.footer-banners_items_6 .footer-banners__item {
	width: 16.66666666%;
}

.footer-banners__item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.footer-banners__item:hover:before {
	background: rgba(0, 0, 0, 0);
}

.footer-banners__item img {
	width: auto!important;
	min-width: 100%!important;
}

.footer-banners__item p {
	margin: 0;
	display: inline;
}

.footer-banners__item a {
	text-decoration: none;
}
/*subcategories-toggle*/
.subcategories-toggle {
	display: none;
	padding: 8px 0 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	margin-top: 16px;
}

.subcategories-toggle-link {
	font-size: 12px;
	text-decoration: underline;
	color: #1d2029;
	transition: all ease .1s;
	cursor: pointer;
}

.subcategories-toggle-link:hover {
	text-decoration: none;
}

.subcategories-toggle-link.active {
	text-decoration: none;
}
/*profit*/
.profit__percent {
	background: #fdce36;
	color: #4a494a;
}

.profit__price {
	background: #fdce36;
	color: #4a494a;
}

.products-list .profit {
	font-size: 0;
	position: absolute;
	right: 15px;
	pointer-events: none;
	z-index: 3;
	margin-top: -31px;
}

.products-list .profit.profit_shift {
	margin-top: -76px;
}

.products-list .profit.profit_shift_with_header {
	margin-top: -92px;
}

.products-list .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 12px;
}

.products-grid .profit {
	font-size: 0;
	position: absolute;
	right: 15px;
	pointer-events: none;
	z-index: 3;
	margin-top: -44px;
}

.products-grid .profit.profit_shift {
	margin-top: -86px;
}

.products-grid .profit.profit_shift_with_header {
	margin-top: -102px;
}

.products-grid .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 14px;
}

.products-full .profit {
	font-size: 0;
	margin-bottom: 16px;
}

.products-full .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 14px;
	margin-right: 5px;
}

.products-full .profit__price {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 14px;
}

.cart-product .profit {
	font-size: 0;
	position: absolute;
	right: 5px;
	pointer-events: none;
	z-index: 3;
	top: 5px;
}

.cart-product .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 14px;
}
/*product__gift*/
.product__gift {
	position: absolute;
	width: 47px;
	height: 32px;
	left: 10px;
	top: 5px;
	background: url(/templates/template_56/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: 184px;
	padding: 4px 8px 8px;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	border: 1px solid #eaebec;
}

.product__gift:hover .product__gift-inner {
	display: block;
}

.product__gift-inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -7px 0 0 -7px;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	border: 1px solid #eaebec;
	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: 500;
	color: #005fb1;
	font-size: 14px;
	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: 63px;
	text-decoration: none;
	min-height: 55px;
}

.product__gift-item+.product__gift-item {
	margin-top: 8px;
}

.product__gift-item:hover {
	color: #005fb1;
	text-decoration: none;
}

.product__gift-item-title {
	display: table-cell;
	font-size: 12px;
	line-height: 1.2;
	vertical-align: middle;
	height: 55px;
}

.product__gift-item-image-block {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
}

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

.products-grid .product__gift {
	left: 17px;
	top: 15px;
}

.products-grid .product__gift+.action_icons {
	top: 57px;
}

.products-list .product__gift {
	left: 10px;
	top: 9px;
}

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

.products-full .product__gift {
	left: 11px;
	top: 7px;
}

.products-full .product__gift+.action_icons {
	top: 48px;
}

.cart-products .product__gift {
	left: 6px;
	top: 3px;
}

.sms-send {
	float: left;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 1.2;
}

.sms-send > div {
	height: 52px;
	display: flex;
	align-items: center;
}

.sms-send_type_captcha {
	width: calc(100% - 324px);
}

.sms-send_type_remaining {
	width: calc(100% - 162px);
	font-weight: 700;
}

.sms-send_type_repeat {
	width: calc(100% - 162px);
}

.page-text+.response {
	padding-top: 30px;
	margin-top: 26px;
	border-top: 1px solid #e7e7e7;
}

.response .message {
	/*margin-bottom: 0;*/
}

.response__header {
	margin: 30px 0 20px 0;
	display: block;
	font-size: 20px;
	color: #1d2029;
	line-height: 30px;
	font-weight: 500;
}

.response__list {
	margin-top: 30px;
}

.response__list:first-child {
	margin-top: 0;
}

.response__add {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
}

.response__add	>  div {
	padding: 0 15px;
}

.response__all {
	line-height: 1.3;
	white-space: nowrap;
	font-size: 13px;
	border-bottom: 1px solid transparent;
	color: #333;
	display: inline-block;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s;
}

a.response__all {
	text-decoration: none;
	border-bottom-color: #333;
}

a.response__all:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}

.response__form + .response,
.response__form + .page-text {
	margin-top: 30px;
}

.response__item {
	margin-top: 24px;
	padding-bottom: 6px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.response__item:first-child {
	margin-top: 0;
}

.response__item + .response__item {
	border-top: 1px solid #ebeef1;
	padding-top: 30px;
}

.response__item-avatar {
	width: 42px;
	height: 42px;
	background: url(/templates/template_56/img/response__item-photo.png) no-repeat center center / cover;
	flex-shrink: 0;
}

.response__item-content {
	padding: 2px 0 0 15px;
	width: calc(100% - 42px);
}

.response__item-name {
	font-weight: 700;
	color: #005fb1;
	font-size: 14px;
	line-height: 1.2;
}

.response__item-rate {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 6px;
}

.response__item-rate-stars {
	display: block;
	margin-right: 10px;
	margin-top: -3px;
	width: 70px;
	height: 14px;
	position: relative;
	background-color: #ccc;
}

.response__item-rate-stars	>  div {
	position: absolute;
	background: #f6bc00;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.response__item-rate-stars:after {
	content: '';
	display: block;
	background-image: url(/templates/template_56/img/rating_line.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
/*
.response__item-rate-stars {
	display: flex;
	flex-wrap: nowrap;
	margin-right: 10px;
}
.response__item-rate-stars	>  span {
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(/templates/template_56/img/rating_star.png);
	background-repeat: no-repeat;
	background-position: 0 -16px;
	margin-top: -3px;
}
.response__item-rate-stars	>  span.disable {
	background-position: 0 0;
}
*/
.response__item-rate-text {
	line-height: 1;
	white-space: nowrap;
	font-size: 13px;
}

.response__item-text {
	margin-top: 13px;
}

.response__item-date {
	line-height: 1;
	white-space: nowrap;
	margin-top: 13px;
	font-size: 13px;
}

.rate-mean {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.rate-mean__stars {
	display: block;
	margin-right: 10px;
	margin-top: -3px;
	width: 70px;
	height: 14px;
	position: relative;
	background-color: #ccc;
}

.rate-mean__stars  >  div {
	position: absolute;
	background: #f6bc00;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.rate-mean__stars:after {
	content: '';
	display: block;
	background-image: url(/templates/template_56/img/rating_line.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.rate-mean__text {
	line-height: 1;
	white-space: nowrap;
	font-size: 13px;
}

.products-list .rate-mean__stars,
.products-grid .rate-mean__stars {
	margin-right: 0;
}

.form-vertical .input-radio,
.form-vertical .input-checkbox {
	margin: 0 15px 15px 0;
	padding: 0 0 0 18px;
}

.regions {
	font-size: 0;
	margin-top: -15px;
}

.regions__question {
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 15px 15px 0 0;
}

.regions__button {
	display: inline-block;
	vertical-align: middle;
	color: #fff!important;
	background: #00a9c8;
	padding: 0 15px;
	font-size: 14px;
	position: relative;
	text-decoration: none!important;
	text-transform: uppercase;
	line-height: 1;
	margin: 15px 0 0 0;
}

.regions__button:hover {
	background: #9c9d9d;
}

.regions__button  >	 span {
	display: flex;
	flex-wrap: wrap;
	height: 35px;
	justify-content: center;
	align-items: center;
}

.regions__title {
	margin-top: 15px;
}

.regions__item {
	margin-top: 7px;
}

.regions__item a {
	text-decoration: none;
	border-bottom: 1px dashed #00a9c8;
}

.regions__item a:hover {
	border-bottom-color: transparent;
}
/*geo**/
.geo {
	padding-left: 43px;
	position: relative;
}

.geo__city {
}

.geo__city span {
	margin-left: 21px;
	position: relative;
	border-bottom: 1px dashed #1d2029;
	color: #1d2029;
	cursor: pointer;
	display: inline-block;
	line-height: 1.3;
}

.geo__city span:hover {
	border-bottom-color: transparent;
}

.geo__city span:before {
	content: '';
	width: 13px;
	height: 20px;
	background: url(/templates/template_56/img/geo-city.png) no-repeat;
	position: absolute;
	display: block;
	left: -21px;
	top: 50%;
	margin-top: -10px;
}

.geo__window {
	display: none;
	width: auto;
	background: #fff;
	position: absolute;
	z-index: 10;
	padding: 10px 15px;
	top: calc(100% + 10px);
	left: 43px;
	box-shadow: 0px 5px 13px 0px rgba(2, 3, 3, 0.16);
	border: 1px solid #e7e7e7;
	text-align: left;
}

.geo__title {
	font-size: 13px;
	color: #1d2029;
}

.geo__list-item {
	margin-top: 9px;
}

.geo__list-item a,
.geo__list-item span {
	color: #005fb1;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed transparent;
	margin-right: 17px;
	text-decoration: none;
	display: inline-block;
	line-height: 1.3;
	font-size: 13px;
}

.geo__list-item a:hover,
.geo__list-item span:hover {
	border-bottom-color: #005fb1;
}

.geo__list-item.active a,
.geo__list-item.active span {
	border-bottom-color: transparent!important;
	color: #1d2029!important;
}

.geo__list-item a:after,
.geo__list-item span:after {
	content: '';
	width: 11px;
	height: 9px;
	background: url(/templates/template_56/img/geo-list-item.png) no-repeat;
	opacity: 0;
	display: block;
	position: absolute;
	right: -19px;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
}

.geo__list-item.active a:after,
.geo__list-item.active span:after {
	opacity: 1;
}

.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:before,
.countdown-datetime__inner > div:last-child:after {
	display: none;
}

.countdown-datetime__inner > div > span {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	display: block;
}

.countdown-datetime__inner > div > div {
	color: #333;
	opacity: .6;
	font-size: 11px;
	line-height: 1;
	margin-top: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-list .countdown-datetime {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.products-grid .countdown-datetime {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.product-full .countdown-datetime {
	margin-bottom: 17px;
}


/* 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;
	}
}

@media (max-width:540px) {
	.contacts-page__item {
		width: 100%!important;
	}
}

.unpaid__top {
	position: relative;
	padding: 0 60px;
	background: rgba(2, 80, 139, 0.95);
}

.unpaid__top-inner {
	display: flex;
	flex-wrap: nowrap;
	padding: 16px 15px;
	align-items: center;
	justify-content: center;
	color: #fff!important;
	text-decoration: none!important;
}

.unpaid__top-logo {
	width: 200px;
	flex-shrink: 0;
}

.unpaid__top-logo svg {
	width: 100%;
}

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

.unpaid__top-text {
	font-size: 18px;
	line-height: 1.4;
	padding: 0 80px;
	text-align: center;
}

.unpaid__top-button {
	background-color: #0CCA4A;
	height: 40px;
	padding: 5px 40px;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all .3s ease;
}

.unpaid__top-button:hover {
	background-color: #0DDA50;
}

.unpaid__bottom {
	background-color: #058ed9;
}

.unpaid__bottom-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 6px 15px;
	text-decoration: none!important;
	color: #fff!important;
	font-size: 14px;
	line-height: 1.4;
	transition: all .3s ease;
}

.unpaid__bottom-inner:hover {
	background-color: #0484ca;
}

.unpaid__bottom-text {
	position: relative;
	padding-right: 30px;
}

.unpaid__bottom-text:after {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyIDlhMSAxIDAgMCAwIDAgMS40Mmw0LjYgNC42SDMuMDZhMSAxIDAgMSAwIDAgMmgyMy41MkwyMiAyMS41OUExIDEgMCAwIDAgMjIgMjNhMSAxIDAgMCAwIDEuNDEgMGw2LjM2LTYuMzZhLjg4Ljg4IDAgMCAwIDAtMS4yN0wyMy40MiA5QTEgMSAwIDAgMCAyMiA5WiIgZGF0YS1uYW1lPSJMYXllciAyIiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.unpaid__close {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	margin-top: -16px;
	display: none;
}

.unpaid__close:hover {
	opacity: .7;
}

.unpaid__close:before,
.unpaid__close:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 16px;
	margin-top: -1px;
	margin-left: -8px;
	transform: rotate(-45deg);
	background: #058ED9;
	transition: all .3s ease;
}

.unpaid__close:after {
	transform: rotate(45deg);
}

@media (max-width:960px) {
	.unpaid__top-logo {
		width: 150px;
	}

	.unpaid__top-text {
		font-size: 16px;
		padding: 0 40px;
	}

	.unpaid__top-button {
		padding: 5px 25px;
	}
}

@media (min-width:767px) {
	.unpaid.fixed {
		position: fixed;
		z-index: 98;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

@media (max-width:768px) {
	.unpaid__top {
		padding: 0 42px;
	}

	.unpaid__top-inner {
		flex-wrap: wrap;
		padding: 16px 0;
	}

	.unpaid__top-logo {
		display: none;
	}

	.unpaid__top-text {
		padding: 0;
		width: 100%;
		font-size: 14px;
	}

	.unpaid__top-button {
		margin-top: 20px;
	}

	.unpaid__bottom {
		display: none;
	}

	.unpaid__close {
		top: 0;
		right: 0;
		margin-top: 0;
	}
}

#cart_login_switcher .switcher-icon.active {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

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

@media (min-width:1225px) {
	.container {
		width: 1208px;
	}
}

@media (min-width:1200px) {
	.footer-menu {
		padding-left: 40px;
	}

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

	.catalog_dop .properties,
	.catalog_dop .opisanie_small {
		display: none!important;
	}
}

@media (max-width:1199px) {
	.catalog-nav > ul.catalog-menu-megamenu > li > ul {
		max-width: 702px;
		width: 702px;
	}

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

	.action-list__item {
		width: 33.33%;
	}

	.categories-nav_type_minimal .subcategories__inner {
		-moz-columns: 3 auto;
		-webkit-columns: 3 auto;
		columns: 3 auto;
	}

	.catalog-podmenu-item_type_compact {
		width: 33.33333333%;
	}

	.products-grid .product-item .product-item-inner .more-info {
		display: block;
		position: static;
		margin: 15px -20px -20px;
		box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		border: 0;
	}

	.products-grid .product-item .product-item-inner .more-info:before {
		display: none;
	}

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

	.small-button_opisanie_small_and_properties {
		display: block;
	}

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

	.products-grid .product-item .opisanie_small {
		text-align: left;
	}

	.products-grid .product-item .opisanie_small,
	.products-grid .product-item .properties {
		margin-top: 0;
	}

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

	.opisanie_small_and_properties-close {
		margin: 0;
		position: absolute;
		right: 16px;
		top: 16px;
		cursor: pointer;
		display: block;
		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;
	}
}

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

	.catalog-filter .buttons {
		margin: 0 -4px 0;
	}

	.catalog-filter .buttons > div {
		padding: 0;
	}

	.catalog-filter .title {
		pointer-events: none;
	}

	.catalog-filter .block {
		display: block!important;
	}

	.catalog-nav-index > ul > li {
		display: block!important;
	}

	.mobile-menu {
		display: none!important;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.slogan {
		display: none;
	}

	.products-grid .product-item {
		width: 33.33333333%;
	}

	.footer-contacts {
		padding-left: 0;
	}

	.footer-menu {
		padding-left: 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;
	}

	.dd_menu {
		display: none!important;
	}

	.page-footer .counters {
		padding-bottom: 40px;
	}

	.catalog-nav > ul.catalog-menu-megamenu > li > ul {
		max-width: 500px;
		width: 500px;
	}

	.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap {
		width: 50%;
	}

	.footer-contacts__item {
		display: inline-block;
		padding: 28px 0 0 0;
	}

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

	.footer-contacts__item:before {
		left: 50%;
		top: 0;
		margin-top: 0;
		margin-left: -13px;
	}

	.mobile-br {
		display: block;
	}

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

	.catalog-filter .block-header {
		text-align: center;
	}

	.catalog-filter .title {
		padding: 0;
		cursor: pointer;
		padding-right: 20px;
		position: relative;
		text-transform: uppercase;
		display: inline-block;
	}

	.catalog-filter .title:before {
		content: '';
		position: absolute;
		right: 0;
		display: block;
		width: 10px;
		top: 50%;
		height: 6px;
		margin-top: -3px;
		background: url(/templates/template_56/img/filter.png) no-repeat 0px 0px;
	}

	.catalog-filter .title.active,
	.catalog-filter .title:hover {
		color: #005fb1;
	}

	.catalog-filter .title:hover:before {
		background: url(/templates/template_56/img/filter.png) no-repeat 0px -6px;
	}

	.catalog-filter .title.active:before {
		background: url(/templates/template_56/img/filter.png) no-repeat 0px -12px;
	}

	.catalog-podmenu-item_type_full {
		width: 100%;
	}

	.catalog-podmenu-item_type_compact {
		width: 33.33333333%;
	}

	.products-grid.slick-slider {
		margin: 0;
	}

	.catalog-filter .title {
		border: 0;
		background: #fff;
	}

	.catalog-filter .podbor_item:hover {
		background: #f9f9f9;
	}

	.footer-banners__item {
		width: 100%!important;
	}

	.mobile-menu {
		display: none;
	}

	.menu-wrapper {
		position: relative;
	}

	.check-block__widget {
		width: calc(100vw - 30px);
		margin-left: calc((-100vw / 2) + 15px);
        /*max-height: calc(100vh - 30px);*/
		padding: 30px 15px 15px;
	}

	.check-block__widget-inner {
        /*max-height: calc(100vh - 30px - 20px - 20px);*/
		padding: 0;
	}

	.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:before,
    .check-block__widget.has_scroll .check-block__widget-inner:after {
		content: '';
		width: 24px;
		height: 24px;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gZmlsbC1ydWxlPSJldmVub2RkIiBwb2ludHM9IjkuNDE0IDEyIDE2LjcwNyAxOS4yOTMgMTUuMjkzIDIwLjcwNyA2LjU4NiAxMiAxNS4yOTMgMy4yOTMgMTYuNzA3IDQuNzA3Ii8+PC9zdmc+) no-repeat center center / 24px auto;
		position: absolute;
		bottom: 20px;
		left: 15px;
	}

	.check-block__widget.has_scroll .check-block__widget-inner:after {
		transform: rotate(180deg);
		left: auto;
		right: 15px;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.slogan {
		display: none;
	}

	.products-grid .product-item {
		width: 33.33333333%;
	}

	.main-content {
		padding-left: 0;
		float: left;
		width: 100%;
	}

	.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%;
		float: left;
		text-align: center;
	}

	.footer-menu {
		text-align: center;
	}

	.catalog-recent {
		border-bottom: 0;
	}

	.footer-contacts .contacts-phone:before {
		display: none;
	}

	.main-content > div {
		padding-bottom: 20px;
	}

	.side-content {
		width: 100%;
	}
}

@media (max-width:767px) {
	.geo {
		padding-left: 0;
		margin-top: 25px;
	}

	.geo__window {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.text table td {
		padding: 8px 2px;
	}

	.button-large {
		float: left;
	}

	.catalog-recent .block-content > div {
		white-space: normal;
		text-align: center;
	}

	.catalog-recent .block-content .product-item {
		margin-bottom: 10px;
	}

	.catalog-recent .block-content .product-item.product-item_empty {
		display: none;
	}

	.response {
		padding: 0;
	}

	.products-slider-nav {
		float: left;
		margin-top: 15px;
		text-align: left;
	}

	.catalog_dop .block-header .title {
		width: 100%;
	}

	.order-info table td:last-child {
		text-align: right;
	}

	table.table-responsive,
	.table-responsive thead,
	.table-responsive tbody,
	.table-responsive th,
	.table-responsive td,
	.table-responsive tr {
		display: block;
	}

	.table-responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-responsive tr {
		background-color: #fff!important;
		border: 1px solid #eaebec;
		margin: 0 0 20px 0;
	}

	.table-responsive tr td {
		padding-left: 50%;
		text-align: right;
		position: relative;
		border: 0;
		border-bottom: 1px solid #eaebec!important;
	}

	.table-responsive tr td:last-child {
		border-bottom: 0!important;
	}

	.table-responsive.no-title tr td {
		padding-left: 0;
	}

	table.table-responsive td:before {
		content: attr(data-label);
		position: absolute;
		top: 50%;
		left: 8px;
		width: 50%;
		padding-right: 15px;
		white-space: nowrap;
		text-align: left;
		height: 15px;
		margin-top: -8px;
		font-weight: 500;
		font-size: 13px;
		line-height: 16px;
	}

	.catalog-podmenu-item_type_compact {
		width: 50%;
	}

	.categories-nav .column {
		width: 100%;
	}

	.disclaimer {
		font-size: 13px;
	}

	.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: static;
		left: auto;
		top: auto;
		bottom: auto;
		margin: 0 auto;
	}

	.products-list .product-item .picture_wrapper {
		margin: 0 auto;
	}

	.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-left: auto;
		margin-right: auto;
	}

	.product-full .main-block .left-block {
		width: 100%;
	}

	.product-full .main-block .right-block {
		width: 100%;
	}

	.cart-block .cart-block-content,
	.cart-block .block {
		padding: 25px 15px 25px 15px;
	}

	.cart-block-footer .price {
		text-align: left;
	}

	.cart-block-footer.final,
	.cart-block-footer {
		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 .product-item-inner {
		border-bottom: 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;
	}

	.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 .remove {
		right: auto;
		left: 10px;
		top: 10px;
	}

	.cart-products .cart-product .remove span {
		right: auto;
		left: 100%;
		padding: 6px 0 0 4px;
	}

	.cart-block .cart-block-result .price {
		text-align: left;
	}

	.cart-block.cart-customer-block .cart-block-content {
		padding-bottom: 0;
	}

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

	.slogan {
		display: none;
	}

	.products-grid .product-item {
		width: 33%;
	}

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

	.footer-contacts {
		text-align: center;
		margin-bottom: 26px;
		padding-bottom: 26px;
		border-bottom: 1px solid #eaebec;
	}

	.footer-menu-wrapper,
	.footer-contacts-wrapper {
		float: left;
		width: 100%;
	}

	.page-footer {
		position: relative;
	}

	.page-footer .right-block {
		padding-left: 0;
		order: 0;
		margin-bottom: 26px;
		border-bottom: 1px solid #eaebec;
	}

	.page-footer .left-block {
		width: 100%;
		float: left;
		text-align: center;
		/*position: absolute;*/
		/*top: 100%;*/
		/*left: 0;*/
		/*right: 0;*/
		background: #f6f6f7;
		order: 1;
	}

	.footer-padding-fix {
		display: flex;
		flex-wrap: wrap;
	}

	.footer-padding-fix:before,
	.footer-padding-fix:after {
		display: none;
	}

	.page-footer .counters {
		padding-bottom: 0;
	}

	.footer-menu {
		text-align: center;
	}

	.catalog-recent {
		border-bottom: 0;
	}

	.footer-contacts .contacts-phone:before {
		display: none;
	}

	.main-content > div {
		padding-bottom: 20px;
	}

	.side-content {
		width: 100%;
	}

	.top {
		padding: 83px 0 16px;
	}

	.fixed-links {
		top: 0;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
		width: auto;
		right: 50%;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}

	.fixed-links > div {
		display: flex;
	}

	.fixed-links a,
	.fixed-links > div > span {
		border-bottom: 0;
		border-left: 1px solid rgba(231, 237, 242, 0.2);
	}

	.fixed-links span:not(.amount),
	.fixed-links a {
		display: flex;
		flex-wrap: wrap;
		float: none;
	}

	.logo {
		display: block;
		width: 100%;
	}

	.header-search {
		display: block;
	}

	.header-contacts {
		display: block;
		width: 100%;
		text-align: center;
	}

	.top table,
	.top table tr,
	.top table tbody {
		display: block;
		width: 100%;
	}

	.logo > div {
		margin: 0 auto 20px;
	}

	.logo > div img {
		margin: 0 auto;
		display: block;
	}

	.header-search {
		padding: 0;
	}

	.header-contacts > div:not(.geo) .header-phones {
		display: inline-block;
		margin: 20px 0 0;
		padding: 0;
		background: transparent;
	}

	.header-contacts > div:not(.geo) {
		top: 0;
		display: inline-block;
		padding-left: 43px;
	}

	.header-contacts .phone-icon {
		margin-top: -20px;
	}

	.header-contacts > div:not(.geo) .header-callback {
		margin: 0;
		text-align: center;
	}

	.edges {
		margin-bottom: 10px;
	}

	.edges > div > div {
		display: block;
		width: 50%;
		float: left;
		margin-bottom: 16px;
	}

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

	.footer-contacts {
		padding-left: 0;
	}

	.popup {
		width: calc(100vw - 30px);
		min-width: 290px;
		margin-left: calc((-100vw / 2) + 15px);
	}

	.popup > .popup__footer .button,
	.popup > footer .button {
		width: 100%;
	}

	.popup > .popup__footer .button+.button,
	.popup > footer .button+.button {
		margin: 10px 0 0 0;
	}

	.popup > .popup__section,
	.popup > section {
		padding-left: 10px;
		padding-right: 10px;
	}

	.popup > header {
		padding: 34px 40px 35px 15px;
	}

	.captcha .input-text {
		width: 113px;
	}

	.popup .captcha .input-text {
		width: 152px;
		margin-top: 0;
	}

	.action-list__item {
		width: 50%;
	}

	.sms-send_type_captcha {
		clear: both;
		width: 152px;
		margin: -10px 0 19px 162px;
	}

	.sms-send_type_captcha > div {
		height: auto;
		display: block;
		text-align: center;
	}

	.sms-send_type_remaining {
		width: calc(100% - 162px);
	}

	.sms-send_type_repeat {
		width: calc(100% - 162px);
	}

	.response__add {
		flex-wrap: wrap;
		margin-top: -15px;
	}

	.response__add > div {
		margin-top: 15px;
	}

	.check-block__widget-inner {
		/*max-height: calc(100vh - 30px - 20px - 20px);*/
		/*overflow-x: auto;*/
	}

	.product-tabs .tabs > * {
		margin: 4px 4px 0 0;
	}

	div.tab-cont {
		border-top: 0;
		margin-top: 0;
	}
}

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

	.content-nav.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;
		border-bottom-width: 0;
	}

	.cart_product_wrapper {
		padding-left: 12px;
		float: left;
		width: calc(100% - 250px);
	}

	.cart-products .cart-product .picture_wrapper {
		position: absolute;
		left: 0;
		width: 228px;
		top: 0;
		bottom: 0;
	}

	.cart-products .cart-product .control_block {
		padding: 9px 24px 0;
		text-align: right;
		width: 250px;
		float: right;
	}
}

@media (max-width:600px) {
	.brands-list {
		-moz-columns: 3 auto;
		-webkit-columns: 3 auto;
		columns: 3 auto;
	}

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

	.page-title h1 {
		font-size: 22px;
		line-height: 1.2;
	}

	.promocode__form {
		margin-bottom: 0;
	}

	.promocode__form-label {
		padding-right: 0;
		width: 100%;
		margin-bottom: 4px;
	}

	.promocode__form-input-block {
		width: 100%;
		padding-right: 0;
		margin-bottom: 8px;
	}
}

@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 (max-width:480px) {
	.brands-list {
		-moz-columns: 2 auto;
		-webkit-columns: 2 auto;
		columns: 2 auto;
	}

	.categories-nav_type_minimal .subcategories__inner {
		-moz-columns: 2 auto;
		-webkit-columns: 2 auto;
		columns: 2 auto;
	}

	.fz152__wrapper_button_right .fz152__text {
		padding-right: 0;
		display: block;
	}

	.fz152__wrapper_button_right .fz152__button-wrapper {
		display: block;
		padding-top: 25px;
		text-align: center;
	}

	.fz152__wrapper_button_right .fz152__button-wrapper .button {
		display: inline-block;
		float: none;
	}

	.products-grid .product-item {
		width: 100%;
	}

	.action-tabs .tabs li {
		width: 100%;
		margin-bottom: 16px;
		margin-right: 0;
	}

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

	.action-list__item {
		width: 100%;
	}

	.promocode__form-label {
		padding-right: 0;
		width: 100%;
		margin-bottom: 4px;
	}

	.popup .captcha .input-text {
		width: 108px;
	}

	.sms-send_type_captcha {
		width: 108px;
	}

	.sms-send_type_remaining {
		width: calc(100% - 118px);
	}

	.sms-send_type_repeat {
		width: calc(100% - 118px);
	}
}

@media (max-width:469px) {
	.catalog-podmenu-item_type_compact {
		width: 100%;
	}
}

@media (max-width:400px) {
	.fixed-links.short > div > span,
	.fixed-links.short a {
		width: 48px;
	}
}

@media (max-width:374px) {
	.button.button-fast {
		display: block;
		margin-top: 16px;
		margin-left: 0;
	}
}
