@-ms-viewport {
	width: auto!important;
}
.fixed-links {
	display: none;
}
.column {
	float: left;
	width: 33.33333333%;
	padding-left: 6px;
	padding-right: 6px;
}
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"] {
	cursor: pointer;
	-webkit-appearance: button;
}
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"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
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;
}
table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}
td,
th {
	padding: 0;
}
body {
	background-color: #f4f7fe;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 20px;
	min-width: 280px;
}
* {
	font-family: 'Roboto', sans-serif;
}
*:after,
*:before {
	font-family: 'Roboto', sans-serif;
}
input,
textarea {
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
}
a {
	color: #145a9d;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #ef3300;
	outline: none;
}
a:hover,
a:focus {
	outline: none;
	text-decoration: underline;
}
input::-ms-clear {
	display: none;
}
::-ms-clear {
	height: 0;
	width: 0;
}
button {
	background: transparent;
	border: 0;
	outline: none;
}
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	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;
}
.vis_hidden {
	visibility: hidden;
}
.vis_visible {
	visibility: visible;
}
.nowrap {
	white-space: nowrap;
}
.va-top {
	vertical-align: top!important;
	}
.va-middle {
	vertical-align: middle!important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.mt-0 {
	margin-top: 0;
}
.mb-20 {
	margin-bottom: 20px;
}
.pd0 {
	padding: 0;
}
.pointer,
span a {
	cursor: pointer;
}
[data-fancybox] {
	cursor: pointer;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.rotate-90,
.rotate-180 {
	filter: none;
}
.rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.nolink,
a[href^="tel:"] {
	text-decoration: none!important;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	color: #333;
	font-weight: 500;
	/*margin-top: 30px;*/
	margin-top: 1em;
	margin-bottom: 0;
	/*text-transform: uppercase;*/
}
.text h1 {
	font-size: 30px;
}
.text h2 {
	font-size: 26px;
}
.text h3 {
	font-size: 22px;
}
.text h4 {
	font-size: 19px;
}
.text h5 {
	font-size: 18px;
}
.text h6 {
	font-size: 16px;
}
.text {
	color: #7e7e7e;
	font-size: 14px;
	font-weight: 300;
}
.text p {
	color: #7d7d7d;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
	margin: 0;
	/*margin-top: 20px;*/
	margin-top: 1em;
}
.text p:first-child {
	margin-top: 0;
}
.text a {
	text-decoration: underline;
}
.text a:hover {
	text-decoration: none;
}
.text ul,
.text ol {
	margin-left: 1.5em;
	margin-top: 1em;
}
.text ul:first-child,
.text ol:first-child {
	margin-top: 0;
}
.text ul li,
.text ol li {
	margin-top: 0.25em;
	padding-left: 2em;
	position: relative;
}
.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;
	margin-left: 1em;
	padding-left: 0;
	padding-left: 1em;
}
.text ol > li:before {
	content: counter(li)'.';
	counter-increment: li;
	left: 0;
	position: absolute;
	top: 0;
}
.text hr {
	background: #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
}
.text img {
	display: inline-block;
	height: auto!important;
	margin: 0;
	max-width: 100%;
}
.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;
}
table.table {
	border-collapse: collapse;
	border-spacing: 0;
}
.text div.table {
	overflow: scroll-x;
}
.text table,
.text .table {
	margin-top: 1em;
}
.text table:first-child,
.text .table:first-child {
	margin-top: 0;
}
.text table th {
	padding: 8px;
	font-weight: 700;
	text-align: left;
}
.text table td {
	padding: 8px;
}
.page-title,
.index-header {
	background: #035d9e;
	color: #fff;
	line-height: 40px;
	margin: 0 0 20px;
	min-height: 40px;
	padding: 0 20px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
}
.page-title h1,
.index-header-h2 {
	float: left;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.index-header-all {
	background: #035d9e;
	border: 1px solid #fff;
	box-sizing: border-box;
	color: #fff;
	float: right;
	font-size: 14px;
	font-weight: 500;
	height: 28px;
	line-height: 27px;
	margin: 6px 0;
	padding: 0 16px 1px;
	text-decoration: none !important;
	transition: all ease-out 70ms;
}
.index-header-all:hover {
	background: #fff;
	color: #035D9E;
}
.bread-crumbs {
	border-bottom: 1px solid #d4d5d8;
	margin: -4px 0 24px;
	padding: 0 0 17px;
	line-height: 1;
}
.bread-crumbs ul {
	font-size: 0;
}
.bread-crumbs ul li {
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 23px;
}
.bread-crumbs ul li:last-child {
	padding-right: 0;
}
.bread-crumbs ul li:after {
	content: '>';
	top: 0;
	color: #4d4d4d;
	display: block;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	right: 8px;
}
.bread-crumbs ul li:last-child:after {
	display: none;
}
.bread-crumbs a {
	color: #4d4d4d;
	-moz-transition: color ease-out 70ms;
	-o-transition: color ease-out 70ms;
	text-decoration: underline;
	transition: color ease-out 70ms;
	-webkit-transition: color ease-out 70ms;
}
.bread-crumbs a:hover {
	color: #035d9e;
	text-decoration: none;
}
.form-block {
	margin-bottom: 19px;
}
.links a + a {
	margin-left: 19px;
}
.input-text,
.input-select,
.input-textarea,
.input-multiselect {
	background: #fff;
	border: 1px solid #d6dadd;
	border-radius: 0;
	box-shadow: none;
	color: #383838;
	font-size: 13px;
	height: auto;
	padding: 7px 13px;
	width: 100%;
}
.popup .input-text,
.popup .input-select,
.popup .input-textarea,
.popup .input-multiselect {
	border: 1px solid #ddd;
}
.col-sm-4 .label {
	font-size: 13px;
	line-height: 16px;
}
html input.input-text[disabled],
html textarea.input-textarea[disabled] {
	background: #eee;
}
.input-select {
	box-sizing: border-box;
	height: 32px;
	overflow: hidden;
	padding: 5px 32px 5px 13px;
	position: relative;
	white-space: nowrap;
}
.input-select .i {
	background: #fff;
	border-left: 1px solid #e5e5e5;
	cursor: pointer;
	height: 30px;
	line-height: 31px;
	-moz-transition: background ease-out .2s;
	-o-transition: background ease-out .2s;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: background ease-out .2s;
	-webkit-transition: background ease-out .2s;
	width: 30px;
}
.input-select .i:after {
	background: url(/templates/template_48/img/arrows.png) -1px -174px no-repeat;
	content: '';
	display: block;
	height: 4px;
	left: 11px;
	position: absolute;
	top: 13px;
	width: 7px;
}
.input-select select {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.input-select:hover .i {
	background: #e3e3e3;
}
.input-textarea {
	height: 90px;
	line-height: 20px;
	padding: 4px 10px;
	resize: none;
}
.input-multiselect {
	height: auto;
	outline: none;
}
.input-radio,
.input-checkbox {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
	padding: 1px 0 0 23px;
	position: relative;
}
.check-wrapper {
	margin-bottom: 10px;
	position: relative;
}
.input-radio input,
.input-checkbox input {
	display: none;
}
.input-checkbox .i {
	background: url(/templates/template_48/img/input_icons.png) no-repeat 0 -19px;
	height: 13px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 13px;
}
.input-checkbox:hover .i {
	background: url(/templates/template_48/img/input_icons.png) no-repeat 0 -41px;
}
.input-checkbox input:checked + .i {
	background: url(/templates/template_48/img/input_icons.png) no-repeat 0 -41px;
}
.input-checkbox input:checked + .i:after {
	background: url(/templates/template_48/img/input_icons.png) no-repeat -3px 0;
	content: '';
	display: block;
	height: 7px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 8px;
}
.input-radio .i {
	background: url(/templates/template_48/img/input_icons.png) no-repeat 0 -82px;
	height: 13px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 13px;
}
.input-radio:hover .i {
	background: url(/templates/template_48/img/input_icons.png) no-repeat 0 -61px;
}
.input-radio input:checked + .i {
	background: url(/templates/template_48/img/input_icons.png) no-repeat 0 -61px;
}
.input-radio input:checked + .i:after {
	background: #fff;
	border-radius: 50%;
	content: '';
	display: block;
	height: 5px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 5px;
}
.label {
	display: block;
	margin-bottom: 4px;
	padding: 0;
}
.form-vertical .input-textarea,
.form-vertical .input-text {
	background: #fff !important;
	margin-bottom: 19px;
}
.form-vertical .label {
	color: #4d4d4d;
}
.form-vertical .title {
	float: left;
	margin: 0 0 13px;
	width: 100%;
}
.form-vertical .title > span {
	border-bottom: 2px solid #035d9e;
	float: left;
	font-size: 18px;
	line-height: 26px;
}
.form-horizontal .form-block {
	margin-bottom: 20px;
}
.form-horizontal .links a + a {
	margin: 0 0 0 20px;
}
.required {
	color: #e62222;
}
.captcha img {
	border: 1px solid #d6dadd;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
}
.popup .captcha img {
	border: 1px solid #ddd;
}
.captcha .input-text {
	float: left;
	font-size: 29px;
	height: 52px;
	text-align: center;
	width: 150px;
}
.footnote {
	border-bottom: 1px solid #d4d5d8;
	font-size: 14px;
	margin-bottom: 26px;
	padding-bottom: 20px;
	padding-left: 23px;
	position: relative;
}
.footnote .i {
	background: url(/templates/template_48/img/warning.png) no-repeat 0 0;
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 14px;
}
.footnote-empty {
	border-bottom: 1px solid #d4d5d8;
	margin-bottom: 26px;
	padding-bottom: 7px;
	padding-left: 23px;
	position: relative;
}
.button {
	border: 1px solid #ef3300;
	color: #ef3300;
	cursor: pointer;
	display: inline-block;
	font-family: Ubuntu,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	-moz-transition: all ease-out .2s;
	opacity: 1;
	-o-transition: all ease-out .2s;
	outline: 0;
	padding: 6px 11px;
	position: relative;
	text-align: center;
	text-decoration: none!important;
	text-decoration: none;
	text-transform: none;
	transition: all ease-out .2s;
	vertical-align: middle;
	-webkit-transition: all ease-out .2s;
	width: auto;
}
.button:hover {
	background: #ef3300;
	color: #fff;
}
.button.button-back {
	/*background: #ddd;*/
	/*color: #000;*/
}
.button.button-back:hover {
	/*background: #ccc;*/
}
.button.button-reset {
	background: transparent;
	border-color: #BBD1E5;
	color: #BBD1E5;
	float: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	padding: 7px 10px;
	text-transform: uppercase;
}
.button.button-reset:hover {
	background: #BBD1E5;
	color: #fff;
}
.button.button-filter {
	float: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	margin: 0 0 0 18px;
	padding: 7px 10px;
	text-transform: uppercase;
}
.button.button-help,
.button.button-zakaz {
	border: 1px solid #bad0e4;
	color: #777;
}
.button.button-help:hover,
.button.button-zakaz:hover {
	background: #bad0e4;
	color: #fff;
}
.button.button-fast {
	background: transparent!important;
	border: #035d9e 1px solid;
	color: #035d9e;
	margin-left: 18px;
}
.button.button-fast:hover {
	background: #035d9e !important;
	color: #fff;
}
.button.button-disabled {
	border: 1px solid #1d2029;
	color: #1d2029;
	cursor: default;
}
.button.button-disabled:hover {
	background: #fff;
}
.product-item .buttons .button-buy {
}
.product-item .buttons .button-buy:hover {
}
.button.button-pay {
	float: right;
}
.number-order-wrapper .button-pay {
	margin-bottom: 20px;
}
.button.button-large {
	float: right;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 20px 13px;
}
.form-buttons {
	font-size: 0;
}
.form-buttons .button + .button {
	float: left;
}
.form-buttons .button {
	float: right;
	/*font-size: 14px;*/
	/*font-weight: 500;*/
	/*line-height: 39px;*/
	/*padding: 0 14px;*/
	/*text-transform: uppercase;*/
}
.main-container {
	background: #ececec !important;
	padding-top: 20px;
	position: relative;
}
.side-content {
	float: left;
	padding-top: 0;
	width: 225px;
}
.side-content.side-content-right {
	display: table-cell;
}
.page-footer {
	background: #f6f6f7;
	clear: both;
}
.side-content .block {
	float: left;
	margin-bottom: 30px;
}
.block-header {
	background: #035d9e;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase;
}
.side-content .block-header {
	padding-right: 20px;
	height: auto;
	line-height: 1.2;
	padding-top: 11px;
	padding-bottom: 10px;
}
.side-content .articles-news,
.side-content .last-news {
	background: #fff;
	border: 1px solid #d6dadd;
	padding: 16px 20px 21px;
}
.side-content .block .all {
	color: #f62900;
	float: left;
	font-size: 14px;
	padding: 15px 0 0;
	text-decoration: none;
	text-decoration: underline;
	transition: all ease .1s;
}
.side-content .block .all:hover {
	text-decoration: none;
}
.catalog_dop .block-header {
	background: #035d9e;
	color: #fff;
	line-height: 40px;
	margin: 0 0 20px;
	min-height: 40px;
	padding: 0 20px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
}
.catalog_dop .block-header .title {
	float: left;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.sop_tovary {
	margin: 0 0 25px;
	position: relative;
}
.sop_tovary .product-item .product-item-inner:hover .more-info {
	display: none !important;
}
.sop_tovary .products-grid,
.recomend_tovary .products-grid {
	margin: -10px 0 0 !important;
	visibility: hidden;
}
.sop_tovary .slick-list,
.recomend_tovary .slick-list {
	margin: 0 -10px !important;
	padding: 0 !important;
}
.padding {
	padding-left: 20px;
	padding-right: 20px;
}
.page-footer .padding {
	background: #f6f6f7;
	padding-bottom: 39px;
	padding-top: 25px;
}
.container {
	background: #fff;
}
.top {
	border-bottom: 1px solid #dadde0;
	margin: 0 auto;
	padding: 22px 0 22px;
}
.top table {
	width: 100%;
}
.top table td {
	vertical-align: middle;
}
.logo > div {
	color: #1d2029;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 0 20px;
	max-width: 300px;
	transition: all ease .1s;
	/*white-space: nowrap;*/
}
.logo p {
	margin: 0;
	display: inline;
}
.logo > div a {
	text-decoration: none;
}
.logo > div img {
	max-width: 100%;
}
.logo > div a:hover {
	color: #145a9d;
}
.logo > div .text-logo {
	color: #145a9d;
	display: block;
	font-size: 27px;
	font-weight: 300;
	line-height: 29px;
	margin: -9px 0 0;
}
.logo > div .text-logo a {
	color: #145a9d;
	text-decoration: none;
}
.logo > div .slogan {
	color: #898989;
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 14px;
	margin-top: 8px;
}
.image-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.image-logo + .slogan {
	text-align: center;
}
.header-search {
	padding: 0 20px;
	width: 309px;
}
.header-search > div {
	position: relative;
}
.header-search > div input {
	background: #fff;
	border: 1px solid #d6d9dc;
	box-sizing: border-box;
	color: #777;
	font-size: 13px;
	height: 36px;
	padding: 0 38px 0 10px;
	width: 100%;
}
.header-search > div button {
	background: url(/templates/template_48/img/ai.png) 0 -340px no-repeat;
	height: 34px;
	position: absolute;
	right: 1px;
	top: 1px;
	transition: all ease .1s;
	width: 38px;
}
.header-search > div button:hover {
	opacity: .5;
}
.cart-summary {
	margin: 0 1px 16px;
	text-align: right;
}
.cart-summary .em {
	color: #717171;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	height: 20px;
	max-width: 280px;
	overflow: hidden;
	text-transform: lowercase;
	white-space: nowrap;
}
.cart-summary .b {
	display: inline-block;
}
.cart-summary .pointer:hover .b {
	opacity: 0.8;
}
.cart-summary .pointer:hover {
	color: #ED2C03;
	text-decoration: underline;
}
.cart-summary .b img {
	background: url(/templates/template_48/img/ai.png) -61px -347px no-repeat;
	height: 20px;
	margin: 0 11px 0 0;
	width: 18px;
}
.header-contacts > div {
	min-width: 190px;
	position: relative;
	top: -4px;
	white-space: nowrap;
	padding-left: 20px;
}
.header-contacts > div .header-phones {
	display: block;
}
.header-contacts > div .header-phones span {
	color: #717171;
	display: block;
	font-size: 26px;
	font-weight: lighter;
	line-height: 41px;
}
.header-contacts > div .header-phones span a {
	color: #717171;
	text-decoration: none !important;
}
.header-contacts > div .header-callback {
	display: block;
	margin: 0 0 0 43px;
	text-align: right;
}
.header-contacts > div .header-callback a {
	color: #145a9d;
	display: inline-block;
	font-size: 10px;
	letter-spacing: .1px;
	text-transform: uppercase;
	transition: all ease .1s;
}
.header-contacts > div .header-callback a:hover {
	color: #1d2029;
	text-decoration: none;
}
.menu-wrapper {
	background: #365e9c;
	height: 41px;
}
.main-menu {
	padding: 0;
}
.main-menu > ul {
	position: relative;
}
.main-menu > ul > li.item {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 41px;
	position: relative;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
.main-menu > ul > li > .a {
	border: 0;
	border-right: 1px solid #6186b4;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease .1s;
}
.main-menu > ul > li > .a_active,
.main-menu > ul > li:hover > .a {
	background: #284f8c;
}
.main-menu > ul > li.dd_menu > ul > li > ul,
.main-menu > ul > li ul {
	background: #fff;
	display: none;
	left: 0;
	margin: 0;
	min-width: 220px;
	position: absolute;
	top: 100%;
	z-index: 5;
}
.main-menu > ul > li.dd_menu ul {
	left: auto;
	right: 0;
}
.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;
	position: relative;
	white-space: normal;
	width: 100%;
}
.main-menu > ul > li.dd_menu > ul > li > ul > li > .a,
.main-menu > ul > li > ul > li > .a {
	background: #284f8c;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding: 12px 18px;
	text-align: left;
	text-decoration: none;
	transition: all ease .1s;
}
.main-menu > ul > li > ul > li > .a_active,
.main-menu > ul > li > ul > li > a:hover {
	background: #365e9c;
	color: #fff;
}
.main-menu > ul > li.drop > .a {
	padding-right: 28px;
}
.main-menu > ul > li.drop > .a:after {
	background: url(/templates/template_48/img/main-nav-after2.png) 0px 0px;
	content: '';
	height: 4px;
	position: absolute;
	right: 11px;
	top: 18px;
	width: 7px;
}
ul.menu li.dd_menu {
	display: none;
	float: right;
	height: 41px;
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
}
ul.menu li.dd_menu > a:before {
	background: url(/templates/template_48/img/ai.png) -157px -10px no-repeat;
	content: '';
	height: 3px;
	left: 50%;
	margin: -2px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 15px;
}
.main-menu > ul > li.dd_menu > ul > li > ul {
	left: auto;
	right: 100%;
	top: 0;
	z-index: 3;
}
ul.menu li.dd_menu ul li {
	width: auto!important;
}
.main-menu li.dd_menu ul li {
	background: #284f8c;
}
.main-menu li.dd_menu ul li > .a_active,
.main-menu li.dd_menu ul li > a:hover {
	background: #365e9c;
	color: #fff;
}
.main-menu > ul > li.cabinet {
	white-space: normal !important;
}
.main-menu li.dd_menu .cabinet li,
.main-menu li.dd_menu .cabinet li:hover {
	background-color: transparent !important;
}
.main-menu li.dd_menu .cabinet {
	min-width: 220px;
}
#cabinet-signin {
	background: #fff;
	border: 1px solid #d6d9dc;
	box-sizing: border-box;
	display: none;
	height: 210px;
	moz-box-sizing: border-box;
	padding: 18px 19px 20px 19px;
	position: absolute;
	right: 0;
	top: 41px;
	width: 255px;
	z-index: 51;
}
#cabinet-signin:after {
	border: 8px solid transparent;
	border-bottom: 10px solid #fff;
	content: '';
	position: absolute;
	right: 154px;
	top: -17px;
}
#cabinet-signin:before {
	border: 8px solid transparent;
	border-bottom: 10px solid #d6d9dc;
	content: '';
	position: absolute;
	right: 154px;
	top: -19px;
}
#cabinet-signin ul {
	display: block;
	min-width: auto !important;
	position: static;
	width: auto;
}
.cabinet .enter-link {
	border-left: 1px solid #6186b4;
	border-right: 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.cabinet .enter-link:hover {
	background: #284f8c;
	color: #fff;
	text-decoration: none;
}
.cabinet .enter-span {
	border-left: 1px solid #6186b4;
	box-sizing: border-box;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 300;
	line-height: 41px;
	max-width: 300px;
	moz-box-sizing: border-box;
	overflow: hidden;
	padding: 0 18px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.cabinet .enter-span:after {
	background: #035D9E;
	content: '';
	display: block;
	height: 41px;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}
.cabinet .enter-span a {
	color: #fff;
	text-decoration: underline;
}
.cabinet .enter-span a:hover {
	color: #fff;
	text-decoration: none;
}
.cabinet .links#cabinet-signin {
	height: 185px;
	padding: 17px 18px 2px 18px;
	right: 18px;
	width: 185px;
}
.cabinet .links#cabinet-signin:before {
	right: 10px;
}
.cabinet .links#cabinet-signin:after {
	right: 10px;
}
.cabinet .links li {
	background: url(/templates/template_48/img/cabinet-links.png) no-repeat !important;
	display: list-item;
	margin-bottom: 18px;
	padding-left: 22px;
	text-align: left;
}
.cabinet .links li a {
	color: #717171;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}
.cabinet .links li.link1 {
	background-position: 0 3px !important;
}
.cabinet .links li.link2 {
	background-position: 0 -33px !important;
}
.cabinet .links li.link3 {
	background-position: 0 -68px !important;
}
.cabinet .links li.link4 {
	background-position: 0 -118px !important;
}
.cabinet .links li.active a,
.cabinet .links li a:hover {
	background-color: transparent !important;
	color: #ED2C03 !important;
	text-decoration: underline;
}
.cabinet {
	float: right !important;
	font-weight: inherit !important;
	height: 41px;
	line-height: inherit !important;
	position: relative;
	text-align: left !important;
}
.cabinet .label {
	color: #4c4c4c;
	font-size: 13px;
	font-weight: 300;
	line-height: 14px;
	margin-bottom: 6px;
	position: relative;
}
.cabinet .input-text {
	height: 32px;
	margin-bottom: 15px;
}
.cabinet .forget {
	color: #ED2C03;
	font-size: 13px;
	position: absolute;
	right: 1px;
	text-decoration: underline;
	top: 0;
}
.cabinet .forget:hover {
	text-decoration: none;
}
.cabinet .buttons {
	border-top: 0;
	margin: 8px 0 20px 0;
	padding: 0 0 0 0;
}
.cabinet .input-checkbox {
	color: #4c4c4c;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	margin: 6px 0 0 0;
	padding-left: 24px;
	position: relative;
}
.cabinet .cab-button {
	background: #fff;
	border: 1px solid #ED2C03;
	color: #ED2C03;
	display: block;
	float: right;
	font-size: 13px;
	font-weight: 500;
	height: 28px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.cabinet .cab-button:hover {
	background: #ED2C03;
	color: #fff;
}
.cabinet .close {
	background: url(/templates/template_48/img/remove.png) no-repeat;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 13px;
}
.cabinet .close:hover {
	opacity: 0.8;
}
.dd_menu .cabinet .enter-span:after {
	width: 0;
}
.dd_menu .cabinet:hover {
	background: #365e9c;
}
.sliders-area {
	background: #ececec;
	margin: 0 auto;
	padding: 0 20px;
}
.catlalog-category {
	display: none;
	float: left;
	height: 400px;
	width: 225px;
}
.sliders-area .catlalog-category ul li {
	background: #fff;
	height: 190px;
	overflow: hidden;
	position: relative;
	width: 225px;
}
.sliders-area .catlalog-category ul li .pic {
	height: 190px;
}
.sliders-area .catlalog-category span {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 190px;
	left: 0;
	position: absolute;
	top: 0;
	width: 225px;
}
.sliders-area .catlalog-category span .i {
	background-color: rgba(48,48,48,0.55);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	left: 0;
	moz-box-sizing: border-box;
	padding: 15px 20px 15px 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	z-index: 3;
}
.sliders-area .catlalog-category li a:hover span .i {
	background-color: rgba(3, 93, 158, 0.55);
}
.sliders-area .catlalog-category .bx-prev {
	background: url(/templates/template_48/img/catlalog-category.png) no-repeat 0px -8px;
	height: 20px;
	left: 50%;
	margin-left: -20px;
	outline: 0;
	position: absolute;
	top: -4px;
	width: 40px;
	z-index: 10;
}
.sliders-area .catlalog-category .bx-next {
	background: url(/templates/template_48/img/catlalog-category.png) no-repeat 0px -50px;
	bottom: -20px;
	height: 20px;
	left: 50%;
	margin-left: -20px;
	margin-top: 0;
	outline: 0;
	position: absolute;
	top: auto;
	width: 40px;
	z-index: 10;
}
.sliders-area .catlalog-category .bx-prev:hover {
	background: url(/templates/template_48/img/catlalog-category.png) no-repeat -40px -8px;
}
.sliders-area .catlalog-category .bx-next:hover {
	background: url(/templates/template_48/img/catlalog-category.png) no-repeat -40px -50px;
}
.sliders-area .catlalog-category .bx-wrapper .bx-viewport {
	background: transparent!important;
	height: 400px!important;
}
.last-news {
	margin: 0 -10px;
	overflow: hidden;
	padding: 0 10px 20px;
}
.last-news-item {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	width: 24.5%;
}
.last-news-item-title {
	color: #035D9E;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 13px 0;
}
.last-news-item-title a {
	color: #035D9E;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
.last-news-item-title a:hover {
	color: #ED2C03;
}
.last-news-item-date {
	color: #ED2C03;
	font-size: 14px;
	font-weight: 500;
}
.last-news p {
	color: #7d7d7d;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
}
.last-news-item-txt {
	max-height: 200px;
	overflow-y: hidden;
	padding: 0 0 20px;
	position: relative;
}
.last-news-item-txt:after {
	background: #eaecf0;
	background: linear-gradient(to bottom, transparent 0%, #eaecf0 100%);
	background: -moz-linear-gradient(top, transparent 0%, #eaecf0 100%);
	background: -ms-linear-gradient(top, transparent 0%, #eaecf0 100%);
	background: -o-linear-gradient(top, transparent 0%, #eaecf0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,#eaecf0)));
	background: -webkit-linear-gradient(top, transparent 0%, #eaecf0 100%);
	bottom: 0;
	content: "";
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#eaecf0',GradientType=0 );
	height: 70px;
	left: 0;
	position: absolute;
	width: 100%;
}
.main-content {
	padding-left: 244px;
}
.main-content > div {
	float: left;
	padding-bottom: 50px;
	width: 100%;
}
.main-content.main-content-right-sidebar {
	padding-left: 0;
}
.main-content.main-content-right-sidebar .index-header {
	margin: 0 0 20px 245px;
}
.main-content.main-content-right-sidebar .catalog_dop .index-header {
	margin: 0 0 20px 0;
}
.main-content.main-content-right-sidebar .product-full-wrapper {
	display: table;
	position: relative;
	width: 100%;
	table-layout: fixed;
}
.main-content.main-content-right-sidebar .product-full-wrapper-main-column {
	display: table-cell;
	padding-right: 24px;
	vertical-align: top;
}
/*
.main-content.main-content-right-sidebar .product-full-wrapper-main-column {
	display: block;
	float: left;
	max-width: 100%;
	padding-right: 24px;
}
*/
.catalog-nav {
	margin-bottom: 30px;
	position: relative;
}
.catalog-nav .catalog-header {
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px;
	position: relative;
}
.catalog-nav .catalog-header span {
	background-color: #035d9e;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.catalog-nav > ul li {
	display: block;
	position: relative;
	width: 100%;
}
.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.a_active > span > .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 > span {
	background: #fff;
	color: #f62900!important;
	display: block;
}
.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 > ul {
	display: none;
	left: 100%;
	margin-left: -1px;
	position: absolute;
	top: 0;
	width: 220px;
	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;
	left: 100%;
	margin-left: -1px;
	position: absolute;
	top: 0;
	width: 220px;
}
.catalog-nav > ul.catalog-menu-default > li > ul > li.drop:hover > ul {
	display: block;
}
.catalog-nav > ul.catalog-menu-default > li:not(.catalog-header) {
	background: #fff;
	border-left: 1px solid #d6dadd;
	border-right: 1px solid #d6dadd;
}
.catalog-nav > ul.catalog-menu-default > li:nth-child(2) {
	border-top: 1px solid #d6dadd;
}
.catalog-nav > ul.catalog-menu-default > li.menu-item2:last-child {
	border-bottom: 1px solid #d6dadd;
}
.catalog-nav > ul.catalog-menu-default li > a {
	background: #fff;
	color: #727272;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	padding: 8px 20px 9px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: all ease .1s;
}
.catalog-nav > ul.catalog-menu-default li.a_active > span {
	background: #fff;
	color: #727272;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	padding: 8px 20px 9px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: all ease .1s;
}
.catalog-nav > ul.catalog-menu-default li.menu-item2.a_active:nth-child(2) > span,
.catalog-nav > ul.catalog-menu-default li.menu-item2:nth-child(2) > a {
	padding: 21px 20px 8px;
}
.catalog-nav > ul.catalog-menu-default li.menu-item2:last-child > a {
	padding: 8px 20px 21px;
}
.catalog-nav > ul.catalog-menu-default li > a > .i,
.catalog-nav > ul.catalog-menu-default li.a_active > span > .i {
	background: url(/templates/template_48/img/catalog-nav-after.png) no-repeat;
	background-position: 0 -48px;
	content: '';
	display: block;
	height: 12px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	right: 17px;
	top: 50%;
	width: 7px;
}
.catalog-nav > ul.catalog-menu-default li:hover > a > .i,
.catalog-nav > ul.catalog-menu-default li.a_active > span > .i,
.catalog-nav > ul.catalog-menu-default li.a_active > a > .i {
	background-position: 0 0;
	opacity: 1;
}
.catalog-nav-inner-60h {
	min-height: 60px;
}
.catalog-nav-inner > ul > li:not(.catalog-header) {
	display: none;
}
.catalog-nav-inner > ul > li.catalog-header {
	cursor: pointer;
}
.catalog-nav-inner > ul > li.catalog-header:after {
	background: url(/templates/template_48/img/ai.png) no-repeat -6px -6px;
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 16px;
	width: 12px;
}
.catalog-nav-inner {
	margin-bottom: 0;
	position: relative;
	width: 225px;
}
.catalog-nav-inner > ul {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 6;
}
.catalog-nav > ul.catalog-menu-megamenu > li:not(.catalog-header) {
	background: #fff;
	border-left: 1px solid #d6dadd;
	border-right: 1px solid #d6dadd;
}
.catalog-nav > ul.catalog-menu-megamenu > li.menu-item2:last-child {
	border-bottom: 1px solid #d6dadd;
}
.catalog-nav > ul.catalog-menu-megamenu > li:nth-child(2) {
	border-top: 1px solid #d6dadd;
}
.catalog-nav > ul.catalog-menu-megamenu > li > a {
	background: #fff;
	color: #727272;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	padding: 8px 20px 9px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: all ease .1s;
}
.catalog-nav > ul.catalog-menu-megamenu > li.a_active > span:not(.i) {
	background: #fff;
	color: #f62900;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	padding: 8px 20px 9px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: all ease .1s;
}
.catalog-nav > ul.catalog-menu-megamenu > li.menu-item2.a_active:nth-child(2) span:not(.i),
.catalog-nav > ul.catalog-menu-megamenu > li.menu-item2:nth-child(2) a {
	padding: 21px 20px 8px;
}
.catalog-nav > ul.catalog-menu-megamenu > li.menu-item2:last-child a {
	padding: 8px 20px 21px;
}
.catalog-nav > ul.catalog-menu-megamenu > li:nth-child(2) a {
	padding: 21px 20px 9px;
}
.catalog-nav > ul.catalog-menu-megamenu > li > a > .i {
	background: url(/templates/template_48/img/catalog-nav-after.png) no-repeat;
	background-position: 0 -48px;
	content: '';
	display: block;
	height: 12px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	right: 17px;
	top: 50%;
	width: 7px;
}
.catalog-nav > ul.catalog-menu-megamenu > li.menu-item2:last-child > a > .i {
	margin-top: -12px;
}
.catalog-nav > ul.catalog-menu-megamenu > li:nth-child(2) > a > .i {
	margin-top: 0;
}
.catalog-nav > ul.catalog-menu-megamenu .level-2 a {
	padding: 0 !important;
}
.catalog-nav > ul.catalog-menu-megamenu > li.drop > ul > li.drop > a > .i,
.catalog-nav > ul.catalog-menu-megamenu li.a_active > span > .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 {
	color: #f62900;
}
.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.a_active > span > .i ,
.catalog-nav > ul.catalog-menu-megamenu > li.a_active > a > .i {
	background-position: 0 0;
}
.catalog-nav > ul.catalog-menu-megamenu > li > ul {
	background: #fff;
	box-shadow: #000 0 2px 10px 0;
	display: none;
	left: 100%;
	margin-left: 0;
	max-width: 940px;
	padding: 20px 0;
	position: absolute;
	top: 0;
	width: 940px;
	z-index: 101;
}
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap {
	float: left;
	padding: 5px 30px 20px 24px;
	position: relative;
	width: 33.33%;
}
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li {
	margin-bottom: 20px;
	padding: 10px 0 0 70px;
}
.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 {
	cursor: pointer;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > .catalog-nav-image img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > a,
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > span {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li.a_active > a,
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > a:hover {
	color: #1d2029;
	text-decoration: none;
}
.catalog-nav > ul.catalog-menu-megamenu > li.drop:hover > ul {
}
.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 {
}
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li {
	margin-top: 2px;
}
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li > a,
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li > span {
	color: #1d2029;
	font-size: 12px;
}
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li.a_active > a,
.catalog-nav > ul.catalog-menu-megamenu > li > ul > .wrap > li > ul > li > a:hover {
	text-decoration: underline;
}
.banners {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.banners p {
	margin: 0;
}
.banners > div {
	border-radius: 2px;
	overflow: hidden;
}
.banners > div + div {
	margin-top: 20px;
}
.banners img {
	display: block;
	height: auto!important;
	max-width: 100%;
}
.product-banners {
	margin-bottom: 26px;
}
.product-banners-header {
	color: #1d2029;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 20px 0;
}
.product-banners > div {
}
.product-banners > div > div {
	margin-bottom: 20px;
	min-height: 54px;
	padding: 0 0 0 75px;
	position: relative;
}
.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 {
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	left: 0;
	margin-left: 0!important;
	margin-right: 0!important;
	position: absolute;
	top: 0;
}
.last-articles-item {
	border-bottom: 1px solid #ebeef1;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 20px;
}
.last-articles-item:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.last-articles-item a {
	color: #1d2029;
	transition: all ease .1s;
}
.last-articles-item a:hover {
	color: #f62900;
	text-decoration: none;
}
.last-articles-item__image-block {
	border-radius: 100%;
	box-shadow: #000 inset 0 0 3px 0;
	float: left;
	height: 60px;
	margin-top: 6px;
	overflow: hidden;
	position: relative;
	width: 60px;
}
.last-articles-item__image-block + .title {
	padding: 0 0 0 80px;
}
.last-articles-item__image {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	min-height: 60px;
	min-width: 60px;
	position: absolute;
	right: 0;
	top: 0;
}
.last-articles-item:hover .last-articles-item__image {
	opacity: .5;
}
.news-list .news-list__item {
	border-top: 1px solid #d4d5d8;
	margin-top: 20px;
	padding-top: 20px;
}
.news-list .news-list__item:first-child {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}
.news-list .news-list__item .news-list__title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 13px 0;
}
.news-list .news-list__item .news-list__title .news-list__title-link {
	color: #035D9E;
	-moz-transition: color ease-out 20ms;
	-o-transition: color ease-out 20ms;
	text-decoration: none;
	transition: color ease-out 20ms;
	-webkit-transition: color ease-out 20ms;
}
.news-list .news-list__item .news-list__title .news-list__title-link:hover {
	color: #ED2C03;
}
.news-list .news-list__item .news-list__date {
	color: #ED2C03;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px 0;
}
.news-list .news-list__item .news-list__text {
	color: #717171;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
}
.news-list__image-block {
	float: left;
	width: 190px;
}
.news-list__image {
	max-width: 100%;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s;
	-webkit-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 {
	border-bottom: 1px solid #e5e5e5;
	margin-top: 30px;
	padding: 0 0 30px;
}
.articles-list:last-child {
	border-bottom: 0;
	padding: 0 0 15px;
}
.articles-list__title {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
.articles-list__title-link {
	color: #145a9d;
	-moz-transition: color ease-out 20ms;
	-o-transition: color ease-out 20ms;
	text-decoration: none;
	transition: color ease-out 20ms;
	-webkit-transition: color ease-out 20ms;
}
.articles-list__title-link:hover {
	color: #1d2029;
}
.articles-list__date {
	color: #1d2029;
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 10px;
	padding: 0;
}
.articles-list__text {
	color: #888;
	font-size: 13px;
	margin-top: 9px;
}
.articles-list__image-block {
	float: left;
	width: 190px;
}
.articles-list__image {
	max-width: 100%;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s;
	-webkit-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 {
	color: #ED2C03;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px 0;
}
.page-tools .share {
	margin-top: 20px;
}
.sourse {
	margin-top: 20px;
}
.sourse + .share {
	margin-top: 10px;
}
.controls {
	color: #1d2029;
	float: right;
	font-weight: 500;
	margin-top: 20px;
}
.controls a {
	color: #1d2029;
	font-weight: 500;
	text-decoration: underline;
}
.controls a:hover {
	text-decoration: none;
}
.last-actions__header {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px;
}
.last-actions__title {
	background-color: #12589c;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.last-actions__all {
	color: #f62900;
	float: left;
	font-size: 14px;
	padding: 15px 0 0;
	text-decoration: underline;
	transition: all ease .1s;
	width: 100%;
}
.last-actions__all:hover {
	text-decoration: none;
}
.action-list {
	font-size: 0;
	margin: 0 -6px 30px;
}
.action-list__item {
	display: inline-block;
	vertical-align: top;
	padding: 6px;
	width: 25%;
}
.action-list__item-inner {
	background: #fff;
	height: 100%;
}
.action-list__image-block {
	overflow: hidden;
	position: relative;
	height: 135px;
}
.action-list__image {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.action-list__content-wrapper {
	line-height: 16px;
	padding: 13px 20px;
}
.action-list__title {
	color: #035D9E;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
}
.action-list__title-link {
	text-decoration: none;
}
.action-list__title-link:hover {
	color: #f62900;
	text-decoration: none;
}
.action-list__date {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}
.action-list__text {
	color: #7d7d7d;
	font-size: 13px;
	margin-top: 9px;
}
.action-list__image_nopicture {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.action-item__date {
	color: #888;
	font-size: 13px;
	line-height: 20px;
}
.last-actions17 {
	margin: 0 0 30px;
}
.last-actions17_all {
	color: #f62900;
	display: inline-block;
	font-size: 14px;
	position: relative;
	text-decoration: underline;
	top: -5px;
	transition: all ease .1s;
}
.last-actions17_all:hover {
	text-decoration: none;
}
.last-actions17-list {
	overflow: hidden;
}
.last-actions17_item {
	display: block;
	margin: 0 0 20px;
}
.last-actions17_item:last-child {
	margin: 0 0 15px;
}
.last-actions17_item-inner {
	background: #fff;
	border: 1px solid #d6d9dc;
}
.last-actions17_title {
	color: #035D9E;
	font-size: 14px;
	line-height: 18px;
}
.last-actions17_title-link {
	text-decoration: none;
}
.last-actions17_title-link:hover {
	color: #f62900;
}
.last-actions17_date {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin: 0 0 2px;
}
.last-actions17_text {
	color: #888;
	font-size: 13px;
	margin-top: 9px;
}
.last-actions17_image-block {
	height: 137px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 223px;
}
.last-actions17_image-link {
	display: block;
}
.last-actions17_content-wrapper {
	display: table-cell;
	line-height: 16px;
	padding: 13px 20px 18px;
}
.proizvod-block {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.proizvod-block ul {
	background: #fff;
	border: 1px solid #d6dadd;
	padding: 13px 0 12px;
}
.proizvod-block > ul li {
	display: block;
	position: relative;
	width: 100%;
}
.proizvod-block ul li > a {
	background: #fff;
	color: #727272;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 20px 9px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: all ease .1s;
}
.proizvod-block ul li:hover > a,
.proizvod-block ul li.a_active > a {
	color: #f62900;
}
.proizvod-block ul li:hover > a:before,
.proizvod-block ul li.a_active > a:before {
	opacity: 1;
}
.proizvod-block .block-footer {
	float: left;
	padding: 15px 0 0;
	width: 100%;
}
.proizvod-block .block-footer a {
	color: #f62900;
	font-size: 14px;
	text-decoration: underline;
	transition: all ease .1s;
}
.proizvod-block .block-footer a:hover {
	text-decoration: none;
}
.catalog-actions {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.catalog-actions ul {
	background: #fff;
	border: 1px solid #d6dadd;
	padding: 13px 0 12px;
}
.catalog-actions > ul li {
	display: block;
	position: relative;
	width: 100%;
}
.catalog-actions ul li > a {
	background: #fff;
	color: #727272;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 20px 9px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: all ease .1s;
}
.catalog-actions ul li:hover > a,
.catalog-actions ul li.a_active > a {
	color: #f62900;
}
.catalog-actions ul li:hover > a:before,
.catalog-actions ul li.a_active > a:before {
	opacity: 1;
}
.popup {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	display: none;
	left: 50%;
	padding: 10px 10px 10px;
	position: fixed;
	top: 50%;
	width: 520px;
	margin-left: -260px;
	z-index: 100;
}
.popup > header {
	background: #035D9E;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 18px 0 18px;
	text-transform: uppercase;
}
.popup > .popup__section,
.popup > .section,
.popup > section,
.popup > header + div {
	padding: 15px 18px;
}
.popup > .popup__footer,
.popup > footer {
	border-top: 1px solid #d6d9dc;
	padding: 15px 15px 0;
	text-align: center;
}
.popup .button {
	/*background: #fff;*/
	/*border: 1px solid #ED2C03;*/
	/*box-sizing: border-box;*/
	/*color: #ED2C03;*/
	/*display: inline-block;*/
	/*float: none;*/
	/*font-size: 14px;*/
	/*font-weight: 500;*/
	/*height: 39px;*/
	/*margin: 20px 10px 15px;*/
	/*padding: 11px 14px;*/
	/*text-decoration: none;*/
	/*text-transform: uppercase;*/
}
.popup .button:hover {
	/*background: #ED2C03;*/
	/*color: #fff;*/
}
.popup .button + .button {
	margin: 0 0 0 15px;
}
.popup .close {
	background: url(/templates/template_48/img/closer.png);
	height: 13px;
	position: absolute;
	right: -19px;
	top: -19px;
	width: 13px;
}
.popup-static {
	position: absolute;
}
.overlay {
	background: rgba(0,0,0,0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.popup-form {
	margin-left: -260px;
	width: 520px;
}
.popup-form #callback_pages_alert_area,
.popup-form #sendmail_pages_alert_area {
	border: 0;
	display: none;
	margin: 0;
	padding: 0;
}
.popup-form .button {
	float: right;
	margin: 0;
}
#sendmail_pages_button_eshe:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.fixed-links {
	background: #424f60;
	background: #fff;
	border-radius: 0 0 0 2px;
	box-shadow: #2c2c2c 0 6px 18px;
	-moz-border-radius: 0 0 0 2px;
	-moz-border-radius: 4px 0 0 4px;
	-moz-box-shadow: #2c2c2c 0 6px 18px;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 180px;
	-webkit-border-radius: 0 0 0 2px;
	-webkit-border-radius: 4px 0 0 4px;
	-webkit-box-shadow: #2c2c2c 0 6px 18px;
	width: 60px;
	z-index: 99;
}
.fixed-links span,
.fixed-links a {
	border-bottom: #e7edf2 1px solid;
	cursor: pointer;
	display: block;
	float: left;
	height: 60px;
	position: relative;
	width: 60px;
}
.fixed-links span:last-child,
.fixed-links a:last-child {
	border-bottom: 0;
}
.fixed-links span .i,
.fixed-links a .i {
	display: block;
	height: 26px;
	left: 50%;
	margin: -13px 0 0 -13px;
	position: absolute;
	top: 50%;
	width: 26px;
}
.fixed-links a:not(.cart-link):hover,
.fixed-links span:not(.cart-link):hover {
	background: #5e6978;
}
.fixed-links .cart-link .amount {
	background: #424f60;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	-moz-border-radius: 20px;
	padding: 0 3px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	-webkit-border-radius: 20px;
}
.fixed-links .small-compare-link .amount {
	background: #e3e3e3;
	border-radius: 20px;
	color: #212121;
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	-moz-border-radius: 20px;
	padding: 0 3px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	-webkit-border-radius: 20px;
}
.fixed-links .cart-link {
	background: #0071bb;
}
.fixed-links .cart-link .i {
	background: url(/templates/template_48/img/ai.png) no-repeat -175px -45px;
}
.fixed-links .sendmail-link .i {
	background: url(/templates/template_48/img/ai.png) no-repeat 0 -254px;
}
.fixed-links .callback-link .i {
	background: url(/templates/template_48/img/ai.png) no-repeat -1px -221px;
}
.fixed-links .user-link .i {
	background: url(/templates/template_48/img/ai.png) no-repeat -292px -48px;
}
.fixed-links .user-link-entered .i {
	background: url(/templates/template_48/img/ai.png) no-repeat -332px -48px;
}
.fixed-links .small-compare-link .i {
	background: url(/templates/template_48/img/ai.png) no-repeat -257px -49px;
}
.main-slider-out {
	margin-top: 20px;
}
.main-slider {
	position: relative;
}
.main-slider .slick-slide img {
	height: auto!important;
	max-width: 100%;
	margin: 0 auto;
	width: 100%!important;
}
.main-slider p.slick-slide,
.main-slider .slick-slide p {
	margin: 0;
}
.main-slider .slick-dots {
	bottom: 17px;
	font-size: 0;
	height: 10px;
	text-align: center;
}
.main-slider .slick-dots li {
	border: 2px solid grey;
	border-radius: 50%;
	height: 10px;
	margin: 0 4px;
	width: 10px;
}
.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 {
	background-color: #d8dae0;
	background-image: url(/templates/template_48/img/arrows.png);
	background-repeat: no-repeat;
	height: 40px;
	transition: background-color ease-out 70ms, opacity ease-out 300ms;
	width: 40px;
	z-index: 2;
	opacity: 0;
}
.main-slider:hover .slick-arrow {
	opacity: .5;
}
.main-slider .slick-prev {
	background-position: 15px -95px;
	left: 0;
}
.main-slider .slick-prev:hover {
	background-color: #f62900;
	background-position: 15px 11px;
	opacity: 1;
}
.main-slider .slick-next {
	background-position: -19px -95px;
	right: 0;
}
.main-slider .slick-next:hover {
	background-color: #f62900;
	background-position: -19px 11px;
	opacity: 1;
}
.slick-slider {
	display: table;
	margin-left: 0!important;
	margin-right: 0!important;
	table-layout: fixed;
	width: 100%;
}
.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 {
	background: #fff;
	border: 1px solid #d6dadd;
	margin-top: 20px;
	min-height: 73px;
}
.edges-table {
	display: table;
	width: 100%;
}
.edges p {
	margin: 5px 0 0;
}
.edges > div > div {
	color: #555;
	display: table-cell;
	font-size: 13px;
	height: 71px;
	line-height: 18px;
	padding-left: 70px;
	padding-right: 10px;
	position: relative;
	vertical-align: middle;
	width: 25%;
}
.edges div img {
	float: left;
	margin-left: -60px !important;
	margin-right: 0!important;
	margin-top: -5px;
	max-height: 50px;
	max-width: 50px;
}
.products-category {
	position: relative;
}
.products-category .slick-arrow {
	background-image: url(/templates/template_48/img/main-slider.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	z-index: 2;
}
.products-category .slick-prev {
	background-position: 0 0;
	left: 10px;
}
.products-category .slick-prev:hover {
	background-color: #006ac5;
	background-position: 0 -40px;
}
.products-category .slick-next {
	background-position: -40px 0;
	right: 10px;
}
.products-category .slick-next:hover {
	background-color: #006ac5;
	background-position: -40px -40px;
}
.products-category-outer {
	margin: 20px -10px 0;
}
.products-category .catalog-category-item {
	padding: 0 10px;
}
.products-category-item-a {
	height: 100%;
	position: relative;
	display: block;
	background: #fff;
	overflow: hidden;
	border: 1px solid #d6dadd;
}
.products-category .catalog-category-item .catalog-category-item-header {
	bottom: 20px;
	color: #fff;
	display: block;
	left: 20px;
	position: absolute;
	right: 20px;
	text-align: left;
	z-index: 2;
}
.products-category .catalog-category-item .catalog-category-item-header span {
	background: #12589c;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 3px 8px 5px;
}
.products-category .catalog-category-item .catalog-category-item-img {
	display: block;
	width: 100%;
	min-height: 215px;
	position: relative;
}
.products-category .catalog-category-item .catalog-category-item-img img {
	position: absolute;
	top: 0;
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: transform .6s cubic-bezier(.19,1,.22,1);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.products-category .catalog-category-item:hover .catalog-category-item-img img {
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
}
.seo-text {
	border-top: 1px solid #eaebec;
	color: #888;
	margin-top: 45px;
	padding: 25px 0 0;
}
.brands-card-outer + .seo-text,
.brands-list-outer + .seo-text,
.catalog-proizvod-slider + .seo-text {
	margin-top: 0;
}
.main-text {
	margin-top: 30px;
	padding-left: 250px;
	position: relative;
}
.main-text__image-block {
	display: block;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 230px;
}
.main-text h1 {
	color: #035D9E;
	display: block;
	float: left;
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	margin: 0 0 19px;
	text-transform: none;
	width: 100%;
}
.page-text {
	/*border-bottom: 1px solid #d4d5d8;*/
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
}
.popup .page-text {
	/*border-bottom: 0;*/
	/*padding-bottom: 0;*/
}
.popup .page-text.popup-banner {
	margin-bottom: 0;
}
.rating {
	display: none;
	height: 15px;
}
.rating .star-rating-control {
	display: block;
	height: 15px;
	width: 70px;
}
.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 {
	display: block;
	float: left;
	height: 15px;
	width: 90px;
}
.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 {
	background: transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	width: 14px;
}
div.rating-cancel,
div.rating-cancel a {
	background: url(/templates/template_48/img/rating_delete.gif) no-repeat 0 -16px;
}
div.rating-loader,
div.rating-cancel {
	float: right;
	margin: 0 0 0 5px;
}
div.star-rating,
div.star-rating a {
	background: url(/templates/template_48/img/rating_star.png) no-repeat 0 0;
}
div.rating-loader {
	background: url(/templates/template_48/img/rating_loader.gif) no-repeat 0 0;
}
div.rating-cancel a,
div.star-rating a {
	background-position: 0 0;
	border: 0;
	display: block;
	height: 100%;
	width: 14px;
}
div.star-rating-on a {
	background-position: 0 -16px!important;
}
div.star-rating-hover a {
	background-position: 0 -32px;
}
div.star-rating-readonly a {
	cursor: default!important;
}
div.star-rating {
	background: transparent!important;
	overflow: hidden!important;
}
.catalog-proizvod-slider {
	background: #fff;
	border: 1px solid #d6dadd;
	/*margin: 45px 0 0;*/
	overflow: hidden;
	padding: 25px 20px;
}
.catalog-proizvod-slider .catalog-proizvod-slider-item {
	overflow: hidden;
}
.catalog-proizvod-slider .catalog-proizvod-slider-item .pic {
	display: block;
	margin: 0 10px;
	position: relative;
}
.catalog-proizvod-slider .catalog-proizvod-slider-item img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	-moz-transition: all ease .5s;
	opacity: .5;
	-o-transition: all ease .5s;
	position: absolute;
	right: 0;
	top: 0;
	transition: all ease .5s;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all ease .5s;
}
.catalog-proizvod-slider .catalog-proizvod-slider-item:hover img {
	filter: none;
	opacity: 1;
	-webkit-filter: grayscale(0);
}
.catalog-proizvod-slider .slick-arrow {
	background: url(/templates/template_48/img/arrows2.png) 3px -20px no-repeat;
	height: 29px;
	left: 0;
	width: 29px;
}
.catalog-proizvod-slider .slick-next {
	background-position: -72px -20px;
	left: auto;
	right: 0;
}
.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 {
	background-position: 3px -20px!important;
	cursor: default;
	opacity: .3;
}
.catalog-proizvod-slider .slick-next.slick-disabled {
	background-position: -72px -20px!important;
	cursor: default;
	opacity: .3;
}

.brands-wrap {
	margin: 45px 0 0;
}

/*brands-card*/
.brands-card {
	font-size: 0;
	text-align: center;
	margin: -20px -10px 0;
}
.brands-card-outer {
	background: #fff;
	border: 1px solid #d6dadd;
	/*margin: 45px 0 0;*/
	overflow: hidden;
	padding: 25px 20px;
}
.brands-card__item {
	margin: 20px 10px 0;
	display: inline-block;
	vertical-align: top;
}
.brands-card__item-link,
.brands-card__item-link:hover {
	text-decoration: none;
	color: #145a9d;
}
.brands-card__item-image-block {
	position: relative;
	display: block;
}
.brands-card__item-title {
	display: block;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 4px;
	color: #727272;
}
.brands-card__item-link:hover .brands-card__item-title {
	color: #145a9d;
}
.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 {
	margin: 0 -5px;
	columns: 4 auto;
	-moz-columns: 4 auto;
}
.brands-list-outer {
	background: #fff;
	border: 1px solid #d6dadd;
	/*margin: 45px 0 0;*/
	overflow: hidden;
	padding: 25px 20px;
}
.brands-list__item {
	padding: 0 5px;
}
.brands-list__item-link {
	color: #1d2029;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	display: inline-block;
}
.brands-list__item-link:hover {
	color: #145a9d;
}


.page-footer .right-block {
	background: #fff;
	border-top: 1px solid #dadcdf;
	padding: 36px 0 28px 0;
}
.page-footer .left-block {
	background: #035d9e;
	display: table;
	width: 100%;
}
.page-footer .copyright {
	color: #fff;
	display: table-cell;
	font-size: 13px;
	font-weight: 300;
	height: 140px;
	line-height: 18px;
	padding: 20px;
	vertical-align: middle;
	white-space: nowrap;
}
.page-footer .pay_system_icons {
	margin: 5px 0 0;
}
.page-footer .copyright a {
	color: #fff;
	text-decoration: underline;
}
.page-footer .copyright a:hover {
	text-decoration: none;
}
.page-footer .counters {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 0;
}
.page-footer .counters a {
	text-decoration: none;
}
.page-footer .counters a img {
	opacity: 0.5;
}
.page-footer .counters img {
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
}
.page-footer .counters a:hover img {
	opacity: 1;
}
.page-footer .dev {
	color: #fff;
	display: table-cell;
	font-size: 13px;
	font-weight: 300;
	height: 140px;
	line-height: 16px;
	padding: 5px 20px 0 117px;
	position: relative;
	vertical-align: middle;
	width: 370px;
}
.page-footer .dev a {
	color: #fff;
	text-decoration: underline;
}
.page-footer .dev a:hover {
	text-decoration: none;
}
.page-footer .dev img {
	float: left;
	height: 53px!important;
	margin: -12px 0 0 -117px;
	width: 97px!important;
}
.footer-menu-wrapper {
	float: right;
	padding: 0 20px;
}
.footer-contacts-wrapper {
	float: right;
}
.footer-contacts-wrapper:first-child {
	padding-left: 0;
}
.footer-menu li:not(.footer-menu-title) {
	color: #7d7d7d;
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 4px;
}
.footer-menu li.footer-menu-title {
	color: #035D9E;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.footer-menu li:not(.footer-menu-title) .a {
	color: #7d7d7d;
	font-size: 13px;
	font-weight: 300;
}
.footer-menu li.footer-menu-title .a {
	text-decoration: none!important;
}
.footer-menu li .a_active,
.footer-menu li .a:hover {
	color: #f62900;
}
.footer-contacts {
	padding-left: 34px;
}
.footer-contacts .footer-callback {
	color: #145a9d;
	display: block;
	font-size: 10px;
	letter-spacing: .1px;
	line-height: 1;
	padding-left: 36px;
	text-transform: uppercase;
	transition: all ease .1s;
}
.footer-contacts .footer-callback span {
	color: #145a9d;
	display: inline-block;
	font-size: 10px;
	letter-spacing: .1px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease .1s;
}
.footer-contacts .footer-callback span:hover {
	color: #1d2029;
	text-decoration: none;
}
.footer-contacts .contacts-phone {
	color: #888;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	overflow: hidden;
	padding: 0 0 0 36px;
	position: relative;
}
.footer-contacts .contacts-phone:before {
	background-image: url(/templates/template_48/img/footer-contacts__item.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 26px;
	left: 0;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	width: 26px;
}
.footer-contacts__item {
	color: #888;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 15px;
	overflow: hidden;
	padding: 0 0 0 36px;
	position: relative;
}
.footer-contacts__item:first-child {
	margin-top: 15px;
}
.footer-contacts__item a,
.footer-contacts__link {
	color: #888;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}
.footer-contacts__item a:hover,
.footer-contacts__link:hover {
	color: #1d2029;
	text-decoration: none;
}
.footer-contacts__item:before {
	background-image: url(/templates/template_48/img/footer-contacts__item.png);
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 26px;
	left: 0;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	width: 26px;
}
.footer-contacts__item_email:before {
	background-position: 0px -26px;
}
.footer-contacts__item_whatsapp:before {
	background-position: 0px -52px;
}
.footer-contacts__item_whatsapp a {

}
.footer-contacts__item_viber:before {
	background-position: 0px -78px;
}
.footer-contacts__item_viber a {

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

}
.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;
}
.footer-contacts .contacts-phone > span {
	color: #1d2029;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
}
.footer-contacts .contacts-phone > span a {
	color: #1d2029;
	text-decoration: none !important;
}
.footer-contacts .contacts-email,
.footer-contacts .contacts-skype {
	margin-top: 10px;
	position: relative;
}
.footer-contacts .contacts-skype a,
.footer-contacts .contacts-email a {
	color: #888;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}
.footer-contacts .contacts-skype a:hover,
.footer-contacts .contacts-email a:hover {
	color: #1d2029;
	text-decoration: none;
}
.socials {
	margin-top: 15px;
}
.socials span {
	color: #888;
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 3px;
}
.socials ul {
	font-size: 0;
	margin: 0 -5px;
}
.socials ul li {
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}
.socials ul li a {
	background-image: url(/templates/template_48/img/social_icons.png);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	transition: opacity ease .5s;
	width: 31px;
}
.socials ul li a:hover {
	opacity: .8;
}
.socials ul li a.vk {
	background-position: -2px -2px;
}
.socials ul li a.ok {
	background-position: -42px -2px;
}
.socials ul li a.facebook {
	background-position: -82px -2px;
}
.socials ul li a.twitter {
	background-position: -2px -42px;
}
.socials ul li a.instagram {
	background-position: -122px -122px;
}
.socials ul li a.moimir {
	background-position: -122px -2px;
}
.socials ul li a.youtube {
	background-position: -82px -122px;
}
.socials ul li a.telegram {
	background-position: -42px -122px;
}
.socials ul li a.lj {
	background-position: -122px -42px;
}
.action-tabs .tabs {
	background: #12589c;
	font-size: 0;
	margin: 0 0 14px;
	min-height: 40px;
	padding: 6px 20px;
	text-align: left;
}
.action-tabs .tabs li {
	float: left;
	font-size: 16px;
	line-height: 25px;
	margin-right: 20px;
	vertical-align: top;
}
.action-tabs .tabs li span {
	border-bottom: 2px solid transparent;
	color: #ddebf4;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 0 0 2px;
	text-transform: uppercase;
}
.action-tabs .tabs li:hover span {
	color: #fff;
}
.action-tabs .tabs li.active span {
	border-bottom: 2px solid #fff;
	color: #fff;
}
.action_icons {
	display: block;
	left: 11px;
	position: absolute;
	top: 46px;
	width: 74px;
	z-index: 2;
	pointer-events: none;
}
.action_ico {
	height: 24px;
	margin-bottom: 2px;
	width: 100%;
}
.action_ico_spec {
	background: url(/templates/template_48/img/ico_sale.png);
}
.action_ico_hit {
	background: url(/templates/template_48/img/ico_hits.png);
}
.action_ico_new {
	background: url(/templates/template_48/img/ico_news.png);
}
.contrast-border {
	border: 1px solid #d6dadd;
}
.contrast-border:hover {
	border: 1px solid #ef3300;
}
.product__favorite,
.product-item__compare-block,
.product-item__compare-block_disable {
	cursor: pointer;
}
.product-item .picture {
	overflow: hidden;
	position: relative;
}
.product-item .picture img:not(.empty) {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.product-item .title {
	display: block;
}
.product-item .title a {
	color: #145a9d;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	transition: color ease-out 20ms;
}
.product-item .title a:hover {
	color: #ef3300;
}
.product-item .proizvod_description {
	color: #4d4d4d;
	font-size: 12px;
	line-height: 15px;
	margin: 6px 0 2px;
}
.product-item .proizvod_description a {
	color: #4d4d4d;
	text-decoration: underline;
}
.product-item .proizvod_description a:hover {
	color: #ef3300;
	text-decoration: none;
}
.product-item .price_block .price {
	color: #ef3300;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 8px;
}
.product-item .price_block .old_price {
	color: #727272;
	display: inline-block;
	float: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 15px;
	margin-top: 0;
	text-decoration: line-through;
	vertical-align: top;
}
.product-item .input-select {
	text-align: left;
}
.product-item .amount {
	background: #fff;
	border: 1px solid #e5e5e5;
	display: inline-block;
	font-size: 0;
	height: 30px;
	white-space: nowrap;
}
.product-item .amount.hidden {
	display: none!important;
}
.product-item .amount .amount-plus,
.product-item .amount .amount-minus {
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	width: 24px;
}
.product-item .amount .amount-plus:before,
.product-item .amount .amount-minus:before {
	background: url(/templates/template_48/img/ai.png) -21px -191px no-repeat;
	content: '';
	display: inline-block;
	height: 28px;
	opacity: .7;
	vertical-align: middle;
	width: 24px;
}
.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;
	border: 0;
	border-radius: 0;
	color: #666;
	font-size: 13px;
	height: 28px;
	line-height: 13px;
	padding: 7px 13px;
	text-align: center;
}
.product-item .amount .amount-minus + .input {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.product-item .opisanie_small {
	color: #717171;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	margin: 0;
}
.product-item .params {
	color: #4c4c4c;
	font-size: 11px;
	font-weight: 500;
	line-height: 17px;
	margin: 5px 0 0 0;
}
.product-item .params .params-item {
	font-weight: 300;
	word-wrap: break-word;
}
.product-item .params .params-item span {
	font-weight: 500;
}
.product-item .params .params-item + .params-title {
	margin-top: 1px;
}
.product-item .params .params-title {
	color: #4c4c4c;
	font-size: 13px;
	font-weight: 700;
	margin: 4px 0 0 0;
}
.product-item .params ul {
	padding: 0;
}
.product-item .params ul li {
	color: #4c4c4c;
	font-size: 11px;
	font-weight: 300;
	line-height: 16px;
	padding: 0 0 0 8px;
	position: relative;
}
.product-item .params ul li:before {
	background: #4c4c4c;
	border-radius: 50%;
	content: '';
	height: 2px;
	left: 0px;
	position: absolute;
	top: 6px;
	width: 2px;
}
.product-item .opisanie_small + .params {
	margin-top: 15px;
}
.product-item .nalichie_status {
	color: #888;
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
}
.product-item .nalichie_status:before {
	content: '';
	display: block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 14px;
}
.product-item .nalichie-yes:before {
	background: url(/templates/template_48/img/ai.png) -112px -51px;
}
.product-item .nalichie-no:before {
	background: url(/templates/template_48/img/ai.png) -112px -132px;
}
.product-item .nalichie-zakaz:before {
	background: url(/templates/template_48/img/ai.png) -112px -87px;
}
.variants-select.input-select {
	background: #fff;
}
.variants-select.input-select .i {
	background: #fff;
	border-left: 1px solid #e5e5e5;
	cursor: pointer;
	height: 30px;
	line-height: 31px;
	-moz-transition: background ease-out .2s;
	-o-transition: background ease-out .2s;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: background ease-out .2s;
	-webkit-transition: background ease-out .2s;
	width: 30px;
}
.variants-select.input-select .i:after {
	background: url(/templates/template_48/img/arrows.png) -1px -174px no-repeat;
	content: '';
	display: block;
	height: 4px;
	left: 11px;
	position: absolute;
	top: 13px;
	width: 7px;
}
.variants-select.input-select:hover .i {
	background: #e3e3e3;
}
.variants-select.input-select select {
	cursor: pointer;
}
.products-grid {
	font-size: 0;
	margin: -20px -10px 0;
}
.index-header + .products-grid {
	margin-bottom: 30px;
}
.products-grid:not(.slick-slider) {
	display: flex;
	flex-wrap: wrap;
}
.products-grid .product-item {
	display: inline-block;
	float: none;
	font-size: 13px;
	margin: 0;
	padding: 20px 10px 0;
	position: relative;
	vertical-align: top;
	width: 25%;
}
.products-grid:not(.slick-slider) .product-item {
	display: flex;
	flex-wrap: wrap;
}
.products-grid .product-item .product-item-inner {
	background: #fff;
	padding: 10px 20px 20px;
	height: 100%;
	width: 100%;
}
.products-grid .product-item .product-item-inner:hover {
	border: 1px solid #ef3300;
}
.products-grid .product-item .product-item-inner .picture {
	height: 170px;
	margin: 0 auto 14px;
	width: 170px;
}
.products-grid .product-item .product-item-inner .small-buttons {
	position: absolute;
	right: 15px;
	top: 25px;
}
.products-grid .product-item .product-item-inner .small-buttons .small-button {
	display: block;
	height: 26px;
	margin-bottom: 5px;
	opacity: 0;
	overflow: hidden;
	transition: opacity .3s ease;
	width: 26px;
}
.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 {
	background-color: #2992d9!important;
	opacity: 1!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_48/img/ai.png) no-repeat -71px 1px;
	cursor: pointer;
}
.products-grid .product-item .product-item-inner .product-item__compare-link {
	background: url(/templates/template_48/img/ai.png) no-repeat -235px -83px;
	display: block;
	height: 26px;
	width: 26px;
}
.products-grid .product-item .product-item-inner .product-item__compare-block_disable .product-item__compare-link {
	background: url(/templates/template_48/img/ai.png) no-repeat -260px -83px;
}
.products-grid .product__favorite {
	background-image: url(/templates/template_48/img/product__favorite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
.products-grid .product__favorite_disable {
	background-image: url(/templates/template_48/img/product__favorite.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
	position: relative;
	background-color: #2992d9!important;
	opacity: 1!important;
}
.product__favorite-link {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.products-grid .product-item .product-item-inner .title {
	overflow: hidden;
}
.products-grid .product-item .product-item-inner .rate,
.products-grid .product-item .product-item-inner .rating {
	display: block;
	margin: 0 auto 20px;
	width: 70px;
	overflow: hidden;
}
.products-grid .product-item .amount {
	float: left;
}
.products-grid .product-item .product__amount-count {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin-top: 3px;
}
.products-grid .product-item .product-item-inner .amount-and-buttons {
	margin-top: 11px;
}
.products-grid .product-item .product-item-inner .amount-and-buttons .buttons {
	float: right;
}
.products-grid .product-item .product-item-inner .input-select {
	margin-top: 11px;
}
.products-grid .product-item .price_block {
	margin: 11px 0;
}
.products-grid .product-item .price_block .price {
	display: block;
	margin-bottom: 0;
	white-space: nowrap;
}
.products-grid .product-item .price_block .old_price {
	display: block;
	height: 15px;
	line-height: 15px;
	margin-top: 8px!important;
	vertical-align: top;
	white-space: nowrap;
}
.products-grid .product-item .product-item-inner .more-info {
	background: #fff;
	border: 1px solid #ef3300;
	border-top: 0;
	display: none;
	left: 0;
	/*margin: -10px 10px 0;*/
	margin: 0 10px 0;
	padding: 0 20px 20px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 4;
}
.products-grid .product-item .product-item-inner .more-info:before {
	background: #fff;
	content: '';
	display: block;
	height: 9px;
	left: 0;
	position: absolute;
	right: 0;
	/*top: -9px;*/
	top: -7px;
}
.products-grid .product-item .product-item-inner:hover .more-info {
	display: block;
}
.products-grid .product-item .articul {
	color: #000;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 0 0;
	margin-top: 20px;
}
.products-grid .product-item .nalichie_status-wrapper {
	margin-top: 5px;
}
.products-list .product-item {
	margin-top: 10px;
}
.products-list .product-item:first-child {
	margin-top: 0;
}
.products-list .product-item .product-item-inner .small-buttons {
	position: absolute;
	right: 15px;
	top: 15px;
}
.products-list .product-item .product-item-inner .small-buttons .small-button {
	display: block;
	height: 26px;
	margin-bottom: 5px;
	opacity: 0;
	overflow: hidden;
	transition: opacity .3s ease;
	width: 26px;
}
.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 {
	background-color: #2992d9!important;
	opacity: 1!important;
}
.products-list .product-item .product-item-inner:hover .product-item__compare-block_disable {
	opacity: 1!important;
}
.products-list .product__favorite {
	background-image: url(/templates/template_48/img/product__favorite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
.products-list .product__favorite_disable {
	background-image: url(/templates/template_48/img/product__favorite.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
	position: relative;
	background-color: #2992d9!important;
	opacity: 1!important;
}
.products-list .product-item .product-item-inner .zoom {
	background: url(/templates/template_48/img/ai.png) no-repeat -71px 1px;
}
.products-list .product-item .product-item-inner .product-item__compare-link {
	background: url(/templates/template_48/img/ai.png) no-repeat -235px -83px;
	display: block;
	height: 26px;
	width: 26px;
}
.products-list .product-item .product-item-inner .product-item__compare-block_disable .product-item__compare-link {
	background: url(/templates/template_48/img/ai.png) no-repeat -260px -83px;
}
.products-list .action_icons {
	left: 0;
	top: 19px;
}
.products-list .product-item .product-item-inner {
	background: #fff;
	min-height: 230px;
	padding-left: 222px;
	padding-right: 225px;
	position: relative;
}
.products-list .product-item:last-child .product-item-inner {
	border-bottom-width: 1px;
}
.products-list .product-item .picture_wrapper {
	border-right: 1px solid #d6d9dc;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 223px;
}
.products-list .product-item .picture_wrapper .picture {
	height: 170px;
	margin: 19px auto 0;
	width: 170px;
}
.products-list .product-item .product_list_wrapper {
	padding: 19px 20px;
}
.products-list .product-item .product_list_wrapper:after {
	background: #d6d9dc;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 225px;
	top: 0;
	width: 1px;
}
.products-list .product-item .title {
	padding-top: 6px;
}
.products-list .product-item .title a {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}
.products-list .product-item .articul {
	color: #333;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin: 14px 40px 0 0;
	padding: 0;
}
.products-list .product-item .nalichie_status-wrapper {
	text-align: left;
}
.products-list .product-item .proizvod_description {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 14px;
}
.products-list .product-item .proizvod_description p {
	display: inline;
	margin: 0;
}
.products-list .product-item .proizvod_description a {
	text-decoration: underline;
}
.products-list .product-item .proizvod_description a:hover {
	color: #000;
	text-decoration: none;
}
.products-list .product-item .rate,
.products-list .product-item .rating {
	display: inline-block;
	margin: 0;
	padding: 8px 23px 0 0;
	vertical-align: top;
}
.products-list .product-item .zoom {
	cursor: pointer;
	right: 41px;
	top: 163px;
}
.products-list .product-item .opisanie_small {
	color: #888;
	font-size: 13px;
	line-height: 18px;
	margin: 15px 0 0;
	margin-top: 20px;
}
.products-list .product-item .params {
	margin: 11px 0 0;
}
.products-list .product-item .opisanie_small + .params {
	margin: 0;
	padding: 18px 0 0;
}
.products-list .product-item .bying_blok {
	padding: 25px 20px 27px;
	position: absolute;
	right: 0;
	top: 0;
	width: 225px;
}
.products-list .product-item .button-disabled-wrapper {
	float: left!important;
}
.products-list .product-item .amount-and-buttons {
	float: left;
	width: 100%;
}
.products-list .product-item .amount {
	float: left;
}
.products-list .product-item .amount.hidden {
	display: none!important;
}
.products-list .product-item .product__amount-count {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin-top: 3px;
}
.products-list .product-item .input-select {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.products-list .product-item .buttons {
	float: right;
}
.products-list .product-item .price_block {
	margin-bottom: 15px;
	margin-top: 10px;
}
.products-list .product-item .price_block .price,
.products-list .product-item .price_block .old_price {
	float: left;
	width: 100%;
}
#tooltip {
	background: #424f60;
	color: #fff;
	font-size: 13px;
	padding: 4px 10px;
	position: absolute;
	text-align: center;
	z-index: 95;
}
#tooltip:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: #424f60 6px solid;
	bottom: -6px;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	width: 0;
}
.catalog-recent {
	margin: 0 0 30px;
}
.catalog-recent .all {
	color: #f62900;
	float: left;
	font-size: 14px;
	padding: 15px 0 0;
	text-decoration: underline;
	transition: all ease .1s;
	width: 100%;
}
.catalog-recent .block-header .all:hover {
	text-decoration: none;
}
.catalog-recent .block-content .product-item {
	background: #fff;
	border: 1px solid #d6d9dc;
	margin: 20px 0 0 0;
}
.catalog-recent .block-content .product-item a {
	display: table;
}
.catalog-recent .block-content .product-item a:hover {
	color: #f62900;
}
.catalog-recent .block-content .product-item .title {
	display: table-cell;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	overflow: hidden;
	padding: 10px 10px 10px 0;
}
.catalog-recent .block-content .product-item .picture {
	display: table-cell;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 83px;
}
.catalog-recent .block-content .product-item .picture img {
	margin: 0 auto;
	max-height: 48px;
	max-width: 48px;
	position: static;
}
.catalog-recent .block-content .product-item .price > div {
	color: #f62900;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 15px;
	margin: 8px auto 2px;
	white-space: normal;
}
.content-sitemap {
	margin: 0;
}
.content-sitemap.block-list ul > li {
	margin-bottom: 10px;
}
.content-sitemap.block-list ul > li a {
	color: #717171;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	text-decoration: underline;
}
.content-sitemap.block-list ul > li a:hover {
	color: #ED2C03;
	text-decoration: underline;
}
.content-nav {
	margin: 0;
}
.content-nav.block-list ul > li {
	margin-bottom: 10px;
}
.content-nav.block-list ul > li a {
	color: #717171;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	text-decoration: underline;
}
.content-nav.block-list ul > li a:hover {
	color: #ED2C03;
	text-decoration: underline;
}
.subcategories-popular + .categories-nav,
.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: 24px;
}
.page-numbers {
	font-size: 0;
	padding-bottom: 21px;
	text-align: center;
}
.page-numbers span,
.page-numbers a {
	background: #fff;
	color: #777;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	height: 33px;
	line-height: 33px;
	margin: 0 5px 5px 0;
	min-width: 33px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
.page-numbers a.link:hover {
	background: #006ac5;
	color: #fff;
}
.page-numbers a.active {
	background: #006ac5;
	color: #fff;
	cursor: default;
}
.page-numbers span.active {
	display: none;
}
.page-numbers .page-prev,
.page-numbers .page-next {
	background: url(/templates/template_48/img/arrows2.png) 5px -18px no-repeat;
}
.page-numbers .page-next {
	background-position: -70px -18px;
}
.page-numbers .page-prev:hover {
	background-position: 5px 6px;
}
.page-numbers .page-next:hover {
	background-position: -69px 6px;
}
.toolbar-top {
	margin-bottom: 26px;
}
.catalog-view {
	font-size: 0;
	text-align: right;
}
.catalog-view a {
	background: url(/templates/template_48/img/catalog-view.png) no-repeat 0 0;
	display: inline-block;
	height: 14px;
	line-height: 20px;
	margin: 0 0 0 5px;
	vertical-align: top;
	width: 20px;
}
.catalog-view .grid {
	background-position: 0 -14px;
}
.catalog-view .list {
	background-position: 0 -42px;
}
.catalog-view .grid:hover,
.catalog-view .grid.active {
	background-position: 0 0;
}
.catalog-view .list:hover,
.catalog-view .list.active {
	background-position: 0 -28px;
}
.catalog-sort .toolbar-title {
	color: #4d4d4d;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	margin: 0 20px 0 0;
}
.catalog-sort a {
	color: #4d4d4d;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: underline;
}
.catalog-sort a:hover {
	color: #f62900;
	text-decoration: none;
}
.catalog-sort a.active {
	color: #f62900;
	text-decoration: none;
}
.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 {
	background: url(/templates/template_48/img/sort.png) no-repeat 0 -4px;
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	right: 0;
	top: 8px;
	width: 8px;
}
.catalog-sort a.active-up:after {
	background: url(/templates/template_48/img/sort.png) no-repeat 0 0;
	top: 6px;
}
.catalog-filter {
	border-bottom: 1px solid #d4d5d8;
	margin-top: 20px;
}
.catalog-filter .block {
	padding-bottom: 21px;
}
.catalog-filter .switcher {
	background: rgba(3, 93, 158, 0.55);
	background-color: #035D9E;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 20px;
	padding: 8px 18px 8px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.catalog-filter .switcher:after {
	background: url(/templates/template_48/img/podbor.png) no-repeat 0 0;
	content: '';
	height: 10px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 15px;
}
.catalog-filter .switcher.active:after {
	background: url(/templates/template_48/img/podbor.png) no-repeat 0 -10px;
}
.catalog-filter .input-text,
.catalog-filter .check-wrapper:last-child {
	margin-bottom: 0;
}
.catalog-filter .buttons,
.catalog-filter .equation-grid {
	background: #fff;
	padding: 5px 18px 18px 18px;
}
.catalog-filter .podbor_item {
	border-bottom: 1px dashed #ccc;
	margin-top: 14px;
	padding: 0 0 10px;
}
.catalog-filter .podbor_item-row {
	float: left;
	padding: 0 0 0 12px;
	width: 33.33%;
}
.catalog-filter .podbor_item-row:first-child {
	padding: 0;
}
.catalog-filter .filter-buttons {
	border-bottom: 1px solid #d6dadd;
}
.catalog-filter .podbor_item:hover {
	/*background: #fdfdfd;*/
}
.catalog-filter .podbor_opener {
	color: #363636;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 6px;
}
.catalog-filter .podbor_opener > span {
	cursor: pointer;
	padding: 0 0 0 23px;
	position: relative;
}
.catalog-filter .podbor_opener > span:hover {
	color: #f62900;
}
.catalog-filter .podbor_opener.podbor_open > span {
	color: #f62900;
}
.catalog-filter .podbor_opener > span .i {
	background: url(/templates/template_48/img/catalog-podbor-after.png) no-repeat;
	background-position: 0 -48px;
	display: block;
	height: 12px;
	left: 0;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 12px;
}
.catalog-filter .podbor_opener > span:hover .i {
	background-position: center;
}
.catalog-filter .podbor_opener.podbor_open > span .i {
	background-position: 0 -24px;
}
.catalog-filter .podbor_opener.podbor_open > span:hover .i {
	background-position: 0 -24px;
}
.catalog-filter .podbor_elements {
	display: none;
	padding: 0 0 0 23px;
}
.catalog-filter .buttons > div {
	float: left;
	width: 50%;
}
.catalog-filter .input-text,
.catalog-filter .input-select,
.catalog-filter .input-textarea,
.catalog-filter .input-multiselect {
	background: #fff;
	margin: 0 0 8px;
}
.catalog-filter .input-select .i {
	background: #fff;
	border-left: 1px solid #e5e5e5;
	cursor: pointer;
	height: 30px;
	line-height: 31px;
	-moz-transition: background ease-out .2s;
	-o-transition: background ease-out .2s;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: background ease-out .2s;
	-webkit-transition: background ease-out .2s;
	width: 31px;
}
.catalog-filter .input-select .i:after {
	background: url(/templates/template_48/img/arrows.png) -1px -174px no-repeat;
	content: '';
	display: block;
	height: 4px;
	left: 11px;
	position: absolute;
	top: 13px;
	width: 7px;
}
.catalog-filter .input-select:hover .i {
	background: #e3e3e3;
}
.catalog-filter .input-select select {
	cursor: pointer;
}
.slider-range-wrapper {
	float: left;
	padding-left: 22px;
	padding-right: 22px;
	width: 100%;
}
.slider-range-wrapper .ui-slider-horizontal .ui-slider-handle {
	background: #fff;
	border: 3px solid #145a9d;
	border-radius: 16px;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	outline: none;
	position: absolute;
	top: -7px;
	width: 18px;
	z-index: 100;
}
.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 {
	border: 0!important;
	height: 4px;
	margin-bottom: 10px;
	margin-top: 22px;
}
.slider-range-wrapper .ui-widget-header {
	background: #035d9e;
}
.product-full.product-item .small-buttons {
	position: absolute;
	right: 29px;
	top: 29px;
	z-index: 5;
}
.product-full.product-item .small-buttons .small-button {
	display: block;
	height: 26px;
	margin-bottom: 5px;
	opacity: 1;
	overflow: hidden;
	transition: opacity .3s ease;
	width: 26px;
}
.product-full.product-item .small-buttons .small-button:hover {
	background-color: #e3e3e3;
}
.product-full.product-item .product-item__compare-block_disable {
	background-color: #f62900 !important;
	opacity: 1!important;
}
.product-full.product-item .product__favorite {
	background-image: url(/templates/template_48/img/product__favorite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
.product-full.product-item .product__favorite_disable {
	background-image: url(/templates/template_48/img/product__favorite.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
	position: relative;
	background-color: #2992d9!important;
	opacity: 1!important;
}
.product-full.product-item .zoom {
	background: url(/templates/template_48/img/ai.png) no-repeat -71px 1px;
}
.product-full.product-item .product-item__compare-link {
	background: url(/templates/template_48/img/ai.png) no-repeat -235px -83px;
	display: block;
	height: 26px;
	width: 26px;
}
.product-full.product-item .product-item__compare-block_disable .product-item__compare-link {
	background: url(/templates/template_48/img/ai.png) no-repeat -260px -83px;
}
.product-full .main-block {
	background: #fff;
	border: 1px solid #d6dadd;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
}
.product-full .main-block .left-block {
	float: left;
	padding: 29px 29px;
	width: 50%;
	position: relative;
}
.product-full .main-block .right-block {
	float: left;
	padding: 20px 21px 29px;
	width: 50%;
}
.product-full.product-item .articul {
	color: #000;
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
	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 {
	color: #333;
	float: left;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	width: 50%;
	margin-bottom: 15px;
}
.product-full.product-item .picture {
	/*height: 400px;*/
	max-height: 400px;
	position: relative;
}
.product-full.product-item .picture .empty {
	width: 100%;
	display: block;
}
.product-full.product-item .action_icons {
	left: 0;
	top: 25px;
}
.product-full.product-item .price_block {
	margin-top: 16px;
}
.product-full.product-item .price_block .price {
	display: inline-block;
	font-size: 26px;
	line-height: 20px;
	margin-right: 20px;
}
.product-full.product-item .price_block .price .price-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
}
.product-full.product-item .price_block .old_price {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.product-full.product-item .input-select {
	margin-top: 13px;
	max-width: 395px;
}
.product-full.product-item .amount {
	float: left;
	margin-right: 18px;
	margin-top: 16px;
	margin-bottom: 10px;
}
.product-full.product-item .product__amount-count {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin-top: 3px;
}
.product-full.product-item .amount .input {
	height: 28px;
}
.product-full.product-item .amount .amount-plus,
.product-full.product-item .amount .amount-minus {
	height: 28px;
}
.product-full.product-item .buttons {
	float: left;
	font-size: 0;
	margin-top: 16px;
}
.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 {
	float: left;
	height: 20px;
}
.product-full.product-item .stars .rating_votes_count {
	float: left;
	font-size: 12px;
	height: 15px;
	line-height: 17px;
	margin: 0 0 0 10px;
}
.product-full.product-item .stars .rating_your_vote {
	float: left;
	font-size: 12px;
	height: 15px;
	line-height: 17px;
	padding-right: 7px;
}
.product-full.product-item .proizvod_description {
	float: right;
	height: 50px;
	margin: 0;
	position: relative;
	width: 100px;
}
.product-full.product-item .proizvod_description img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.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 {
	background: url(/templates/template_48/img/ai.png) no-repeat -449px -43px;
	padding-left: 42px;
	position: relative;
}
.product-full.product-item .bying_blok .buttons .button-buy:hover {
	background: #f62900 url(/templates/template_48/img/ai.png) no-repeat -449px -81px;
}
.full_catalog_dop_fields_short__block {
	border-bottom: 1px solid #eaebec;
	margin-bottom: 27px;
	margin-top: 5px;
	padding-bottom: 19px;
}
.full_catalog_dop_fields_short__link {
	color: #145a9d;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	padding-right: 14px;
	position: relative;
}
.full_catalog_dop_fields_short__link:after {
	background: url(/templates/template_48/img/full_catalog_dop_fields_short__link.png) 0 0;
	content: '';
	display: block;
	height: 5px;
	position: absolute;
	right: 0;
	top: 8px;
	width: 9px;
}
.full_catalog_dop_fields_short__link:hover {
	color: #1d2029;
}
.full_catalog_dop_fields_short__link:hover:after {
	background: url(/templates/template_48/img/full_catalog_dop_fields_short__link.png) 0 -5px;
}
.product-full.product-item .full_catalog_dop_fields-full .params {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 300;
}
.product-full.product-item .full_catalog_dop_fields-full .params table {
	width: 100%;
}
.product-full.product-item .full_catalog_dop_fields-full .params table tr:hover td {
	background: #f7f7f7;
}
.product-full.product-item .full_catalog_dop_fields-full .params table tr td {
	border: 1px solid #e5e5e5;
	width: 50%;
}
.product-full.product-item .full_catalog_dop_fields-full .params table tr th {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	color: #145a9d;
	font-size: 14px;
	font-weight: 500;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
}
.product-full.product-item .full_catalog_dop_fields-full .params ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-full.product-item .full_catalog_dop_fields-full .params ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 12px;
}
.product-full.product-item .full_catalog_dop_fields-full .params 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 .params {
	color: #333;
	font-size: 13px;
}
.product-full.product-item .full_catalog_dop_fields-short .params table tr td {
	border: 0;
}
.product-full.product-item .full_catalog_dop_fields-short .params table tr td:first-child {
	font-weight: 500;
}
.product-full.product-item .full_catalog_dop_fields-short .params table tr td:last-child {
	padding-left: 15px;
}
.product-full.product-item .full_catalog_dop_fields-short .params table tr th {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	color: #145a9d;
	font-size: 14px;
	font-weight: 500;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
}
.product-full.product-item .full_catalog_dop_fields-short .params ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-full.product-item .full_catalog_dop_fields-short .params ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 12px;
}
.product-full.product-item .full_catalog_dop_fields-short .params ul li:before {
	left: 1px;
}
.product-full.product-item .share {
	margin-top: 26px;
}
.product-full.product-item .picture-yandex-zoom {
	background-image: url(/templates/template_48/img/zoom.svg);
	color: #fff;
	cursor: pointer;
	display: block;
	font: 10px/30px 'Verdana';
	height: 30px;
	left: 50%;
	margin: -15px 0 0 -56px;
	opacity: 0;
	padding-left: 32px;
	pointer-events: none;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	top: 50%;
	user-select: none;
	visibility: hidden;
	width: 112px;
	z-index: 2;
}
.products-full__big-slider:hover + .picture-yandex-zoom,
.product-full.product-item .picture:hover .picture-yandex-zoom {
	opacity: 1;
	transition: opacity 200ms;
	visibility: visible;
}
.product-full.product-item .product-full__image-link,
.products-full__big-slider .product__image-link {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.product-full.product-item .nalichie_status-wrapper {
	margin-top: 6px;
	text-align: left;
}
.full_catalog_dop_info {
	margin-bottom: -5px;
	margin-top: 28px;
}
.fancybox-thumbs>ul>li {
	height: 105px;
}
.fancybox-thumbs>ul>li>img {
	bottom: 0;
	height: auto!important;
	left: 0;
	margin: auto!important;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	min-height: auto!important;
	min-width: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: auto!important;
}
.thumbs .product-thumbs {
	margin-top: 22px;
}
.thumbs .product-thumbs .product-thumb {
	border: 2px solid #fff;
	border-color: #ddd;
	cursor: pointer;
	display: block;
	float: left;
	height: 54px;
	margin: 0 10px;
	margin: 0 5px;
	min-height: 54px;
	-moz-transition: border-color ease-out .2s;
	-o-transition: border-color ease-out .2s;
	overflow: hidden;
	position: relative;
	transition: border-color ease-out .2s;
	-webkit-transition: border-color ease-out .2s;
}
.thumbs .product-thumbs .product-thumb.active,
.thumbs .product-thumbs .product-thumb:hover {
	border-color: #035d9e;
}
.thumbs .product-thumbs .product-thumb img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.thumbs .slick-arrow {
	background: url(/templates/template_48/img/arrows2.png) 3px -20px no-repeat;
	height: 29px;
	left: -24px;
	width: 29px;
}
.thumbs .slick-next {
	background-position: -72px -20px;
	left: auto;
	right: -24px;
}
.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 ul.tabs {
	font-size: 0;
	list-style-type: none;
	padding: 0;
	position: relative;
	z-index: 5;
}
.product-tabs ul.tabs li {
	background: rgba(3, 93, 158, 0.55);
	background-color: #035D9E;
	border: 1px solid #95b8d2;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	margin: 10px 4px -1px 0;
	opacity: 1;
	padding: 0 18px;
	position: relative;
	text-transform: uppercase;
	vertical-align: bottom;
}
.product-tabs ul.tabs li.active {
	background: #fff !important;
	border-bottom-color: #fff;
	color: #6a9dc3;
	cursor: default;
	padding: 5px 18px 0;
}
.product-tabs ul.tabs li.active:before {
	background: #fff;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 4;
}
div.tab-cont {
	background: #fff;
	border: 1px solid #95b8d2;
	/*margin: 0 0 30px;*/
	margin-top: -1px;
	padding: 34px 20px 27px;
	position: relative;
	z-index: 3;
}
.product-item.product-full + .subcategories,
.product-item.product-full + .catalog_dop,
.subcategories + .catalog_dop,
.subcategories + .subcategories {
	margin-top: 30px;
}
.recomend_tovary {
	position: relative;
}
.products-slider-nav {
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	width: 100%;
}
.products-slider-nav-prev {
	background-image: url(/templates/template_48/img/main-slider.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 40px;
	left: 0;
	position: absolute;
	width: 40px;
	z-index: 2;
}
.products-slider-nav-prev.slick-disabled {
	background-color: #e8e9ee;
	cursor: default;
	opacity: .6;
}
.products-slider-nav-prev:hover {
	background-color: #006ac5;
	background-position: 0 -40px;
}
.products-slider-nav-next {
	background-image: url(/templates/template_48/img/main-slider.png);
	background-position: -40px 0;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 2;
}
.products-slider-nav-next.slick-disabled {
	background-color: #e8e9ee;
	cursor: default;
	opacity: .6;
}
.products-slider-nav-next:hover {
	background-color: #006ac5;
	background-position: -40px -40px;
}
.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;
}
.catalog_dop .params,
.catalog_dop .opisanie_small {
	display: none!important;
}
.kabinet-title {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}
.kabinet-title span:not(.i) {
	border-bottom: 2px solid #0071bb;
	float: left;
	font-size: 18px;
	line-height: 26px;
}
.kabinet-title span .i {
	color: #383838;
	font-style: normal;
	font-weight: 500;
}
.kabinet .kabinet-block a {
	background-color: #fbfbfb;
	background-size: cover;
	border: 1px solid #f3f3f3;
	border-radius: 0;
	border-radius: 3px;
	color: #1d2029;
	color: #fff;
	display: block;
	float: left;
	margin: 0 0 20px;
	-moz-transition: all .3s;
	opacity: .8;
	padding: 25px 15px;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	width: 100%;
}
.kabinet .kabinet-block a:hover {
	border-color: #e5e5e5;
	opacity: 1;
}
.kabinet .kabinet-block a:before {
	background: url(/templates/template_48/img/icons_mask.png) no-repeat;
	background-color: #006ac5;
	content: '';
	display: inline-block;
	height: 50px;
	width: 50px;
}
.kabinet .kabinet-block a span {
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 20px;
	margin: 12px 0 0;
	color: #333;
}
.kabinet .users_kabinet_order_statistic a:before {
	background-position: 0 0;
}
.kabinet .users_kabinet_change_info a:before {
	background-position: -100px 0;
}
.kabinet .users_kabinet_exit a:before {
	background-position: -350px 0;
}
.kabinet-button {
	margin-top: 24px;
}
.status:first-letter {
	text-transform: uppercase;
}
.orders-archive table td,
.order-info table td {
	border: 1px solid #e5e5e5;
	padding: 8px;
}
.orders-archive table th,
.order-info table th {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	color: #145a9d;
	font-size: 14px;
	font-weight: 500;
	padding: 8px;
	text-transform: uppercase;
}
.orders-archive table,
.order-info table {
	width: 100%;
}
.order-info {
	margin-bottom: 20px;
}
.orders-archive table,
.order-info table {
	background: #fff;
}
.orders-archive th,
.orders-archive td,
.order-info table td {
	border: 1px solid #d6dadd;
	padding: 4px 8px 4px 8px;
	vertical-align: middle;
	width: 50%;
}
.cart-block {
	margin-bottom: 20px;
}
.cart-payment-block {
	margin-bottom: 0;
}
.cart-block.cart-products-block {
	border: 0;
}
.cart-block.cart-products-block .block-header {
	border: 1px solid #d6dadd;
	border-bottom: 0;
}
.cart-block.cart-products-block .cart-block-footer {
	border: 1px solid #d6dadd;
}
.cart-block .description {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	margin: 4px 0 0 0;
	padding: 0 0 0 23px;
	width: 100%;
}
.cart-payment-block .check-wrapper,
.cart-delivery-block .check-wrapper {
	margin-bottom: 20px;
}
.cart-block .description p {
	margin: 0;
}
.switcher {
	cursor: pointer;
}
.switcher-icon {
	background: url(/templates/template_48/img/arrows2.png) 4px -79px no-repeat;
	display: block;
	height: 33px;
	position: absolute;
	right: 19px;
	top: 24px;
	width: 33px;
}
.switcher:hover .switcher-icon {
	background-position: -20px -78px;
}
.users-kabinet-block .block-header {
	background: #035d9e;
	background: rgba(3, 93, 158, 0.55);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	padding: 8px 18px 9px 18px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.users-kabinet-block .block-header:after {
	background: url(/templates/template_48/img/podbor.png) no-repeat 0 0;
	content: '';
	height: 10px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 15px;
}
.users-kabinet-block .block-header.active:after {
	background: url(/templates/template_48/img/podbor.png) no-repeat 0 -10px;
}
.cart-block-footer {
	background: #fff;
	border: 1px solid #d6d9dc;
	color: #035d9e;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 18px 16px 18px;
}
.cart-block-footer .price {
	color: #f62900;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
}
.cart-block-footer.final {
	background: #ED2C03;
	border-color: #ED2C03;
	color: #fff;
	display: block;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	margin: 30px 0;
	padding: 18px 20px;
}
.cart-block-footer.final .price {
	color: #fff;
	font-size: 22px;
}
.cart-block-footer.final .col-sm-6 {
	padding: 0 12px;
}
.cart-block .cart-block-content {
	padding: 0 19px 20px;
}
.cart-block.promocode .cart-block-content {
	padding-bottom: 0;
}
.cart-block .cart-block-result .price-text {
	color: #888;
}
.cart-block .cart-block-result .price {
	font-size: 14px;
	line-height: 26px;
	text-align: right;
}
.cart-block .cart-block-result .result-price {
	color: #f62900;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}
.cart-block .block-header.switcher {
	border-bottom: 0;
}
.cart-block .block-header.switcher + .block {
	border-top: 1px solid #f3f3f3;
}
.cart-block .block-header .title {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}
.cart-block .block-header .title:before {
	background: url(/templates/template_48/img/order.png) no-repeat;
	background-color: #006dca;
	content: '';
	height: 30px;
	left: 25px;
	margin: -15px 0 0 0;
	position: absolute;
	top: 50%;
	width: 30px;
}
.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-delivery-block .block-header .title:before {
	background-position: -30px 0;
}
.cart-block.cart-customer-block .block-header .title:before {
	background-color: transparent;
	background-position: -90px -30px;
}
.cart-block.cart-payment-block .block-header .title:before {
	background-position: -60px 0;
}
.cart-block .block {
	padding: 25px 0;
}
.users-kabinet-block .block {
	display: none;
}
.printing {
	text-align: right;
}
.printing a {
	color: #6d6d6d;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.printing a:before {
	background: url(/templates/template_48/img/ai.png) -28px -85px no-repeat;
	content: '';
	display: inline-block;
	height: 14px;
	margin: 0 7px 0 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 16px;
}
.printing a:hover {
	text-decoration: underline;
}
.cart-products .cart-product .product-item-inner {
	background: #fff;
	margin: 0 0 20px;
	min-height: 208px;
	position: relative;
}
.cart-products .cart-product .picture_wrapper .picture {
	margin: 19px 0 0 19px;
	min-height: 170px;
	width: 170px;
}
.cart-products .cart-product .title {
	padding-top: 6px;
}
.cart-products .cart-product .product__promo {
	color: #008000;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 11px;
}
.cart-products .cart-product .title a,
.cart-products .cart-product .title span {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
}
.cart-products .cart-product .articul {
	color: #333;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin: 14px 40px 0 0;
	padding: 0;
}
.cart-products .cart-product .proizvod_description {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 0;
	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 {
	display: inline;
	margin: 0;
}
.cart-products .cart-product .opisanie_small {
	margin: 0 0 12px 0;
}
.cart-products .product-item .params {
	border-top: 1px solid #eaebec;
	margin: 20px 0 0;
	padding: 18px 0 0;
}
.cart-products .product-item .opisanie_small + .params {
	border-top: 1px solid #f6f6f7;
	margin: 20px 0 0;
	padding: 18px 0 0;
}
.cart-products .cart-product .control_block .summ_block {
}
.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 {
	color: #f62900;
	font-size: 18px;
	font-weight: 500;
	line-height: 15px;
	margin-bottom: 8px;
}
.cart-products .cart-product .control_block .summ_block .summ {
	font-size: 18px;
	font-weight: 500;
	line-height: 15px;
}
.cart-products .cart-product .control_block .summ_block .summ-old {
	color: #727272;
	line-height: 15px;
	text-decoration: line-through;
}
.cart-products .cart-product .remove {
	background: url(/templates/template_48/img/close_icons.png) -1px -46px no-repeat;
	border-radius: 0;
	cursor: pointer;
	display: block;
	height: 14px;
	opacity: 1;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 14px;
}
.cart-products .cart-product .remove:hover {
	background-color: #145a9d;
	background-position: -30px -46px;
}
.cart-products .cart-product .remove span {
	display: none;
}
.cart-products .variants {
	font-size: 13px;
	margin: 10px 0 0 0;
}
.cart-products .variants span {
	color: #1d2029;
	font-weight: 500;
}
.cart-products .link-zakaz {
	margin-top: 10px;
}
.cart-products .link-zakaz span {
	color: #888;
	cursor: default;
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
}
.cart-products .link-zakaz span:before {
	background: url(/templates/template_48/img/ai.png) -112px -87px;
	content: '';
	display: block;
	height: 14px;
	left: -1px;
	position: absolute;
	top: 4px;
	width: 14px;
}
.cart-products .amount {
	margin-top: 9px;
}
.cart-products .product__amount-count {
	width: 100%;
	padding: 0;
	text-align: center;
	display: inline-block;
	font-size: 13px;
}
.cart-products .price_block {
	margin-top: 10px;
}
.cart-products .amount-text {
	margin-top: 9px;
	display: none;
}
.product-item .amount.disabled {
	border-left: 0;
	border-right: 0;
}
.product-item .amount.disabled .input {
	width: 100%;
}
.number-order {
	float: left;
	margin-bottom: 20px;
}
.number-order span {
	border-bottom: 2px solid #0071bb;
	color: #888;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
}
.cart-discount-block .page-text {
	border-bottom: #d6d9dc 1px solid;
	color: #717171;
	font-weight: 300;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.cart-discount-block .cart-block-result {
	line-height: 26px;
	margin: -10px 0 0;
}
ul.errors,
ul.message {
	background: #fff1f1;
	border: 1px solid #f00;
	color: #f00;
	margin-bottom: 30px;
	padding: 15px;
}
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 {
	background: #f1fff3;
	border: 1px solid #008000;
	color: #008000;
}
ul.message li {
	position: relative;
}
ul.errors li {
	padding: 0 0 0 15px;
	position: relative;
}
ul.message li:before,
ul.errors li:before {
	border-radius: 50%;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 4px;
}
ul.errors li:before {
	background: #f00;
}
ul.errors li.title {
	font-weight: 500;
	margin-bottom: 5px;
	padding: 0;
	text-transform: uppercase;
}
ul.errors li.title:before {
	display: none;
}
.mobile-menu {
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	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 {
	color: #1d2029;
	display: block;
	font-size: 13px;
	font-weight: 600;
	height: 40px;
	line-height: 41px;
	padding: 0 31px 0 17px;
	text-transform: uppercase;
}
.mobile-menu > ul > li > a,
.mobile-menu > ul > li > .a {
	color: #1d2029;
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 41px;
	padding: 0 31px 0 17px;
	text-decoration: none;
}
.mobile-menu > ul > .cabinet .enter-link {
	border-left: 0;
	color: #1d2029 !important;
	text-transform: none;
}
.mobile-menu > ul > .cabinet:hover,
.mobile-menu > ul > .cabinet .enter-link:hover {
	background: #eee;
}
.mobile-menu > ul > li > .submenu-opener {
	cursor: pointer;
	display: none;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.mobile-menu > ul > li > .submenu-opener:after {
	background: url(/templates/template_48/img/filter.png) no-repeat 0 0;
	content: '';
	height: 6px;
	margin-top: -3px;
	position: absolute;
	right: 12px;
	top: 50%;
	width: 9px;
}
.mobile-menu > ul > li > .submenu-opener:hover:after {
	background: url(/templates/template_48/img/filter.png) no-repeat 0 -6px;
}
.mobile-menu > ul > li.open > .submenu-opener:after {
	background: url(/templates/template_48/img/filter.png) no-repeat 0 -12px;
}
.mobile-menu > ul > li.drop > .submenu-opener {
	display: block;
}
.mobile-menu > ul > li > a.a_active,
.mobile-menu > ul > li:hover > a {
	background: #eee;
}
.mobile-menu > ul > li > ul {
	display: none;
}
.mobile-menu > ul > li > ul > li {
	background: #f9f9f9;
	border-top: 1px solid #eaebec;
	position: relative;
	width: 100%!important;
}
.mobile-menu > ul > li > ul > li > a {
	color: #1d2029;
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 41px;
	padding: 0 31px 0 34px;
	text-decoration: none;
}
.mobile-menu > ul > li > ul > li > .submenu-opener {
	cursor: pointer;
	display: none;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.mobile-menu > ul > li > ul > li > .submenu-opener:after {
	background: url(/templates/template_48/img/filter.png) no-repeat 0 0;
	content: '';
	height: 6px;
	margin-top: -3px;
	position: absolute;
	right: 12px;
	top: 50%;
	width: 9px;
}
.mobile-menu > ul > li > ul > li > .submenu-opener:hover:after {
	background: url(/templates/template_48/img/filter.png) no-repeat 0 -6px;
}
.mobile-menu > ul > li > ul > li.open > .submenu-opener:after {
	background: url(/templates/template_48/img/filter.png) no-repeat 0 -12px;
}
.mobile-menu > ul > li > ul > li.drop > .submenu-opener {
	display: block;
}
.mobile-menu > ul > li > ul > li > a.a_active,
.mobile-menu > ul > li > ul > li:hover > a {
	background: #eee;
}
.mobile-menu > ul > li > ul > li > ul {
	display: none;
}
.mobile-menu > ul > li > ul > li > ul > li {
	background: #f9f9f9;
	border-top: 1px solid #eaebec;
	position: relative;
	width: 100%!important;
}
.mobile-menu > ul > li > ul > li > ul > li > a {
	color: #145a9d;
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 41px;
	padding: 0 31px 0 51px;
	text-decoration: none;
}
.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 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	height: 41px;
	line-height: 40px;
	padding-left: 10px;
	position: absolute;
	text-transform: uppercase;
	left: 47px;
}
.mobile-menu-opener {
	appearance: none;
	border: none;
	border-radius: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 32px;
	-moz-appearance: none;
	overflow: hidden;
	padding: 0;
	position: absolute;
	position: relative;
	right: 15px;
	left: 15px;
	text-indent: -9999px;
	top: 5px;
	transition: background 0.3s;
	-webkit-appearance: none;
	-webkit-transition: background 0.3s;
	width: 32px;
}
.mobile-menu-opener:focus {
	outline: none;
}
.mobile-menu-opener span {
	background: #fff;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 18px;
	top: 14px;
	width: 37px;
}
.mobile-menu-opener span:before,
.mobile-menu-opener span:after {
	background: #fff;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
.mobile-menu-opener span:before {
	top: -11px;
}
.mobile-menu-opener span:after {
	bottom: -11px;
}
.mobile-menu-opener span:before,
.mobile-menu-opener span:after {
	transition-delay: 0.3s, 0;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	-webkit-transition-duration: 0.3s, 0.3s;
}
.mobile-menu-opener span:before {
	transition-property: top, transform;
	-webkit-transition-property: top, -webkit-transform;
}
.mobile-menu-opener span:after {
	transition-property: bottom, transform;
	-webkit-transition-property: bottom, -webkit-transform;
}
.mobile-menu-opener.a_active span {
	background: none;
}
.mobile-menu-opener.a_active span:before {
	-ms-transform: rotate(45deg);
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.mobile-menu-opener.a_active span:after {
	bottom: 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.mobile-menu-opener.a_active span:before,
.mobile-menu-opener.a_active span:after {
	transition-delay: 0, 0.3s;
	-webkit-transition-delay: 0, 0.3s;
}
.mobile-menu .cabinet .enter-span,
.mobile-menu .cabinet .enter-span a {
	border-left: 0;
	color: #1d2029;
	font-size: 14px;
}
.mobile-menu .cabinet .enter-span:after {
	background: transparent none;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 21px;
}
.jspHorizontalBar {
	bottom: 0;
	height: 11px;
	left: 0;
	position: absolute;
	width: 100%;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	position: relative;
}
.jspVerticalBar .jspTrack {
	background: url(/templates/template_48/img/scroll-track.png) 50% 0 repeat-y;
	margin: 0 0 0 10px;
	width: 11px;
}
.jspHorizontalBar .jspTrack {
	height: 11px;
}
.jspDrag {
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}
.jspVerticalBar .jspDrag {
	background: url(/templates/template_48/img/scroll-drag.png);
	height: 36px;
	width: 11px;
}
.jspHorizontalBar .jspDrag {
	height: 11px;
	top: 0;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
}
.jspArrow {
	background: #50506d;
	cursor: pointer;
	display: block;
	text-indent: -20000px;
}
.jspArrow.jspDisabled {
	background: #80808d;
	cursor: default;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	float: left;
	height: 100%;
	width: 16px;
}
.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 {
	background: #fff;
	box-shadow: #020303 0 5px 13px 0;
	display: none;
	left: 0!important;
	position: absolute;
	right: 0!important;
	top: 41px!important;
	z-index: 15;
}
.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;
	padding: 11px 13px 13px;
	text-align: center;
}
.catalog-search__result-footer-link {
	color: #f62900;
	display: inline-block;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	position: relative;
	text-decoration: none;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
}
.catalog-search__result-footer-link:hover {
	color: #035d9e;
	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;
	display: block;
	line-height: 18px;
	min-height: 66px;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	padding: 10px 15px 12px 95px;
	position: relative;
	transition: all ease-out .4s;
	-webkit-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 {
	height: 50px;
	left: 26px;
	margin-top: -26px;
	position: absolute;
	top: 50%;
	width: 50px;
}
.catalog-search__result-item-image {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.catalog-search__result-item-title {
	overflow: hidden;
}
.catalog-search__result-item-title-link {
	color: #035d9e;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	-moz-transition: all ease-out .4s;
	-o-transition: all ease-out .4s;
	text-decoration: none;
	transition: all ease-out .4s;
	-webkit-transition: all ease-out .4s;
}
.catalog-search__result-item-title-link span {
	color: #f62900;
}
.catalog-search__result-item-title-link:hover {
	color: #f62900;
	text-decoration: none;
}
.catalog-search__result-item-title-link:hover span {
	color: #035d9e;
	text-decoration: none;
}
.catalog-search__result-item-pricearea {
	margin: 10px 0 0 0;
	width: 100%;
}
.catalog-search__result-item-price {
	color: #f62900;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 15px;
	margin: 0 10px 0 0;
}
.catalog-search__result-item-price_old {
	color: #717171;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 15px;
	text-decoration: line-through;
}
.catalog-search .jspVerticalBar .jspDrag {
	background: url(/templates/template_48/img/scroll-drag.png) no-repeat;
	height: 22px;
	width: 7px;
}
.catalog-search .jspVerticalBar .jspTrack {
	background: url(/templates/template_48/img/scroll-track.png) 50% 0 repeat-y;
	width: 7px;
}
.catalog-search .jspVerticalBar .jspTrack:before {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	left: -6px;
	position: absolute;
	width: 6px;
}
.pay_system_icons {
	display: block;
	margin-top: 27px;
}
.pay_system_icons p {
	display: inline;
	margin: 0;
}
.pay_system_icons .i {
	background: url(/templates/template_48/img/pay_icons.png) no-repeat;
	display: inline-block;
	height: 20px;
	margin: 0 11px 0 0;
	width: 34px;
}
.pay_system_icons .i.mastercard {
	background-position: 0 -1px;
}
.pay_system_icons .i.visa {
	background-position: -46px -1px;
}
.pay_system_icons .i.yandex_money {
	background-position: -94px -1px;
	width: 21px;
}
.pay_system_icons .i.webmoney {
	background-position: -128px -1px;
	margin-right: 7px;
}
.pay_system_icons .i.qiwi {
	background-position: -172px -1px;
	margin-right: 0;
}
.feeds {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.feeds-content {
	background: #fff;
	border: 1px solid #d6dadd;
	padding: 10px 20px 21px;
}
.feeds-item {
	border-bottom: 1px solid #ebeef1;
	color: #7e7e7e;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 20px;
}
.feeds-item:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.feeds-item p {
	margin: 0;
}
.feeds-item b,
.feeds-item strong {
	color: #035d9e;
	font-weight: 600;
}
.categories-nav {
	margin: -6px -6px 0;
}
.categories-nav_type_tags {
	margin: -6px 0 0;
}
.subcategories__group {
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 16px;
}
.subcategories__group:first-child {
	margin-top: 0;
}
.catalog-podmenu-item {
	float: left;
	position: relative;
}
.catalog-podmenu-item a:hover {
	color: #f62900;
}
.catalog-podmenu-item_type_tags {
	background: #ffffff;
	color: #727272;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
	border: 1px solid #d6dadd;
}
.catalog-podmenu-item_type_tags:hover {
	color: #000;
	text-decoration: none;
	border-color: #000;
}
.catalog-podmenu-item_type_full {
	font-size: 12px;
	line-height: 20px;
	padding: 6px;
	width: 50%;
}
.catalog-podmenu-item_type_compact {
	font-size: 12px;
	line-height: 20px;
	padding: 6px;
	text-align: center;
	width: 25%;
}
.catalog-podmenu-item_type_minimal {
	padding: 8px 6px;
	float: none;
	display: inline-block;
	width: 100%;
}
.column .catalog-podmenu-item_type_minimal {
	padding: 8px 0;
}
@media (max-width: 1199px) {
	.catalog-podmenu-item_type_compact {
		width: 33.33333333%;
	}
}
@media (max-width: 991px) {
	.catalog-podmenu-item_type_full {
		width: 100%;
	}
	.catalog-podmenu-item_type_compact {
		width: 33.33333333%;
	}
}
@media (max-width: 767px) {
	.catalog-podmenu-item_type_compact {
		width: 50%;
	}
	.column {
		width: 100%;
	}
}
@media (max-width: 469px) {
	.catalog-podmenu-item_type_compact {
		width: 100%;
	}
}
.catalog-podmenu-item-inner {
	background: #fff;
	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 {
	float: left;
	height: 120px;
	left: 30px;
	position: absolute;
	top: 34px;
	width: 120px;
}
.catalog-podmenu-item_type_compact .catalog-podmenu-image-block {
	height: 120px;
	margin: 0 auto;
	position: relative;
	width: 120px;
}
.catalog-podmenu-image {
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.catalog-podmenu-item_type_compact .catalog-podmenu-image {
	bottom: 0;
}
.catalog-podmenu-item_type_full .catalog-podmenu-wrapper {
	float: left;
	padding-left: 140px;
}
.catalog-podmenu-title {
	float: left;
	width: 100%;
}
.catalog-podmenu-item_type_compact .catalog-podmenu-title {
	float: none;
	margin-top: 10px;
}
.catalog-podmenu-title-link {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
}
.catalog-podmenu-title-link a {
	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 {
	color: #888;
	float: left;
	font-size: 13px;
	margin: 5px 0 0;
	width: 100%;
}
@media (max-width: 767px) {
	.catalog-podmenu-item_type_full .catalog-podmenu-image-block {
		float: left;
		left: auto;
		position: relative;
		top: auto;
	}
	.catalog-podmenu-item_type_full .catalog-podmenu-wrapper {
		padding-left: 0px;
	}
}
.compare-table .jspHorizontalBar {
	bottom: auto;
	height: 20px;
	top: 323px;
}
.compare-table .jspHorizontalBar .jspTrack {
	background: #e5e5e5;
	height: 1px;
	top: 9px;
}
.compare-table .jspHorizontalBar .jspDrag {
	background: #035d9e;
	height: 3px;
	top: -1px;
}
.compare-table .jspHorizontalBar .jspArrow {
	float: left;
	height: 100%;
	height: 29px;
	margin-top: -5px;
	width: 16px;
	width: 29px;
}
.compare-table .jspHorizontalBar .jspArrowLeft {
	background: url(/templates/template_48/img/arrows2.png) 3px -20px no-repeat;
}
.compare-table .jspHorizontalBar .jspArrowRight {
	background: url(/templates/template_48/img/arrows2.png) -72px -20px no-repeat;
}
.compare-table {
	display: table;
	width: 100%;
}
.compare-table__left {
	float: left;
	margin: 0;
	position: relative;
	width: 229px;
	z-index: 2;
}
.compare-table__right {
	padding-left: 229px;
	position: relative;
}
.compare-table__right:after {
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 374px;
	width: 1px;
}
.compare-table__right-inner {
	outline: none;
	overflow: hidden;
}
.compare-table__row {
	display: table-row;
	width: 100%;
}
.compare-table__row:last-child .compare-table__param-value {
	border-bottom: 1px solid #e5e5e5;
}
.compare-table__row .compare-table__param-value_is_data:last-child {
	border-right: 1px solid #e5e5e5;
}
.compare-table__group {
	/*display: none!important;*/
}
.compare-table__row:not(.compare-table__row_is_picture):hover {
	background: #f7f7f7;
}
.compare-table__row_is_picture {
	font-size: 13px;
	height: 314px;
	max-width: 230px;
	min-width: 230px;
	overflow: hidden;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 230px;
}
.compare-table__left-empty {
	border-left: 1px solid transparent!important;
	border-right: 1px solid transparent!important;
	border-top: 0 solid transparent!important;
	height: 314px;
}
.compare-table__param-name {
	background: #fff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	color: #4d4d4d;
	display: block;
	float: left;
	font-size: 14px;
	max-width: 231px;
	min-width: 231px;
	padding: 8px;
	position: relative;
	transition: none 0s ease 0s;
	vertical-align: middle;
	width: 231px;
}
.compare-table__param-name:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.compare-table__param-name_is_data {
	color: #4d4d4d;
	font-weight: 300;
}
.compare-table__param-value {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	color: #4d4d4d;
	display: table-cell;
	font-size: 14px;
	font-weight: 300;
	max-width: 229px;
	min-width: 229px;
	padding: 8px;
	transition: none 0s ease 0s;
	vertical-align: middle;
	width: 229px;
}
.compare-table__item_hovered {
	background: #f7f7f7;
}
.compare-table__item_hidden {
	display: none;
}
.compare-table__item_same-hidden {
	display: none;
}
.compare-table__show-button {
	background: #fff;
	border: #035d9e 1px solid;
	border-radius: 2px;
	bottom: 24px;
	color: #035d9e;
	cursor: pointer;
	font-size: 13px;
	left: 0;
	line-height: 16px;
	-moz-border-radius: 2px;
	outline: 0;
	padding: 8px 11px 9px 11px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	transition: all ease .1s;
	-webkit-border-radius: 2px;
}
.compare-table__show-button:hover {
	background: #035d9e;
	color: #fff;
	text-decoration: none;
}
.compare-table__item .compare-table__item-remove-link {
	background: url(/templates/template_48/img/close_icons.png) 3px -23px no-repeat;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	height: 17px;
	margin-top: -9px;
	-moz-border-radius: 20px;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-border-radius: 20px;
	width: 17px;
}
.compare-table__item_hovered .compare-table__item-remove-link {
	opacity: 1;
}
.compare-table__item_hovered .compare-table__item-remove-link:hover {
	background-color: #035d9e;
	background-position: -17px -23px;
}
.product-item__remove-link_type_compare {
	background: url(/templates/template_48/img/close_icons.png) 3px -23px no-repeat;
	border-radius: 20px;
	display: block;
	height: 17px;
	-moz-border-radius: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	-webkit-border-radius: 20px;
	width: 17px;
}
.product-item__remove-link_type_compare:hover {
	background-color: #035d9e;
	background-position: -17px -23px;
}
.compare-table__param-value_is_picture {
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	position: relative;
	vertical-align: top;
}
.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 {
	display: block;
	height: 170px;
	margin: 0 auto;
	position: relative;
	width: 170px;
}
.compare-table_picture {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.product-item__title_type_compare {
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 54px;
	line-height: 20px;
	overflow: hidden;
	padding: 14px 0 0;
}
.product-item__title-link_type_compare {
	text-decoration: none;
}
.product-item__title-link_type_compare:hover {
	color: #f62900;
	text-decoration: none;
}
.compare-table_price-block {
	font-size: 0;
	text-align: left;
	width: 100%;
}
.compare-table_price {
	color: #ef3300;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin: 10px 10px 0 0;
	vertical-align: top;
	white-space: nowrap;
}
.compare-table_price-old {
	color: #727272;
	display: block;
	font-size: 18px;
	font-weight: 400;
	height: 15px;
	line-height: 15px;
	margin: 8px 0 0;
	text-decoration: line-through;
	vertical-align: top;
}
.compare-table__tabs {
	float: left;
	font-size: 0;
}
.compare-table__tab {
	background: #6a9dc3;
	border: 1px solid #95b8d2;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	margin: 0 4px -1px 0;
	opacity: 1;
	padding: 0 18px;
	position: relative;
	text-transform: uppercase;
	vertical-align: bottom;
}
.compare-table__tab.button-active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #6a9dc3;
	cursor: default;
	padding: 5px 18px 0;
	z-index: 5;
}
.compare-table {
	background: #fff;
	border: 1px solid #95b8d2;
	padding: 0;
	position: relative;
	z-index: 4;
}
.compare-table__clear-all {
	border: 1px solid #aeaeae;
	color: #6d6d6d;
	cursor: pointer;
	float: right;
	font-size: 13px;
	line-height: 16px;
	margin: 10px 0;
	outline: 0;
	padding: 8px 11px 9px 27px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.compare-table__clear-all:before {
	background: url(/templates/template_48/img/close_icons.png) -2px -26px no-repeat;
	content: '';
	display: block;
	height: 14px;
	left: 11px;
	position: absolute;
	top: 11px;
	width: 9px;
}
.compare-table__clear-all:hover {
	border: 1px solid #035d9e;
	color: #6d6d6d;
	text-decoration: none;
}
@media (max-width: 767px) {
	.compare-table__clear-all {
		display: inline-block;
		float: none;
	}
}
.compare-table_scroll_yes .compare-table__left-empty,
.compare-table_scroll_yes .compare-table__row_is_picture {
	height: 374px;
}
.compare-top {
	background: rgba(0,0,0,0.75);
	display: block;
	left: 0;
	position: fixed;
	top: -55px;
	width: 100%;
	z-index: 101;
}
.compare-top-inn {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1208px;
	padding: 10px 20px 10px 0;
	position: relative;
	text-align: right;
}
.compare-top .compare-top-x {
	background: url(/templates/template_48/img/close_icons.png) no-repeat -32px 2px;
	cursor: pointer;
	display: block;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 17px;
	width: 20px;
	z-index: 102;
}
.compare-top .i {
	display: block;
	height: 26px;
	left: 10px;
	margin: -13px 0 0;
	position: absolute;
	top: 50%;
	width: 26px;
}
.compare-top .small-compare-link:hover {
	background: #f62900;
}
.compare-top .amount {
	background: #e3e3e3;
	border-radius: 20px;
	color: #212121;
	display: block;
	font-size: 12px;
	font-size: 13px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	padding: 0 3px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
}
.compare-top .small-compare-link .i {
	background: url(/templates/template_48/img/ai.png) no-repeat -257px -49px;
}
.compare-top .small-compare-link {
	background: #145a9d;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Ubuntu,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 35px;
	line-height: 35px;
	opacity: 1;
	outline: 0;
	padding: 0 35px 0 40px;
	position: relative;
	text-align: center;
	text-decoration: none!important;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease-out .2s;
	vertical-align: middle;
}
#up {
	background: url(/templates/template_48/img/scrolltop.png) no-repeat 0px 0px;
	border-radius: 50%;
	bottom: 15px;
	cursor: pointer;
	height: 40px;
	outline: 0;
	position: fixed;
	right: 45px;
	width: 40px;
	z-index: 10;
}
#up:hover {
	background: url(/templates/template_48/img/scrolltop.png) no-repeat -40px 0;
}
.mini-compare__content {
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	z-index: 3;
}
.mini-compare__items {
	padding: 0 10px 0 20px;
}
.mini-compare__item {
	display: none;
	line-height: 18px;
	min-height: 55px;
	padding: 0 0 0 50px;
	position: relative;
}
.mini-compare__item:last-child {
	display: block;
}
.mini-compare__item-image-block {
	height: 35px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 35px;
}
.mini-compare__item-image-image {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.mini-compare__item-image-image-link {
	background: #fff;
	display: block;
	height: 35px;
	width: 35px;
}
.mini-compare__item-title {
	color: #aeaeae;
	max-height: 35px;
	overflow: hidden;
	padding: 7px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mini-compare__item-title-link {
	color: #fff;
	text-decoration: underline;
}
.mini-compare__item-title-link:hover {
	color: #fff;
	text-decoration: none;
}
.mini-compare__item-title-add {
	color: #aeaeae;
}
.mini-compare__info {
	color: #fff;
	font-weight: 300;
	margin-top: -30px;
	padding: 0 0 0 70px;
	text-transform: lowercase;
}
.mini-compare__no-items {
	color: #fff;
	font-weight: 300;
	padding: 10px 0 20px 0;
	text-align: center;
}
@-webkit-keyframes uptocallphone {
	0% {
		ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
@-moz-keyframes uptocallphone {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
@keyframes uptocallphone {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
@-webkit-keyframes uptocallphone2 {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
@-moz-keyframes uptocallphone2 {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
@keyframes uptocallphone2 {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	25% {
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
	}
	50% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	75% {
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
	}
	100% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}
@-webkit-keyframes uptocallmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(13,137,221, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(13,137,221, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px #0d89dd, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #0d89dd;
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(13,137,221, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(13,137,221, 0);
	}
}
@-moz-keyframes uptocallmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(13,137,221, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(13,137,221, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px #0d89dd, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #0d89dd;
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(13,137,221, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(13,137,221, 0);
	}
}
@keyframes uptocallmini {
	0% {
		box-shadow: 0 0 8px 6px rgba(13,137,221, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(13,137,221, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px #0d89dd, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #0d89dd;
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(13,137,221, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(13,137,221, 0);
	}
}
@-webkit-keyframes uptocallmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(13,137,221, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(13,137,221, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px #0d89dd, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #0d89dd;
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(13,137,221, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(13,137,221, 0);
	}
}
@-moz-keyframes uptocallmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(13,137,221, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(13,137,221, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px #0d89dd, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #0d89dd;
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(13,137,221, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(13,137,221, 0);
	}
}
@keyframes uptocallmini2 {
	0% {
		box-shadow: 0 0 8px 6px rgba(13,137,221, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(13,137,221, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px #0d89dd, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #0d89dd;
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(13,137,221, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(13,137,221, 0);
	}
}
@-webkit-keyframes uptocallmini3 {
	0% {
		box-shadow: 0 0 8px 6px rgba(13,137,221, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(13,137,221, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px #EE3C16, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #ED2C03;
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(13,137,221, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(13,137,221, 0);
	}
}
@-moz-keyframes uptocallmini3 {
	0% {
		box-shadow: 0 0 8px 6px rgba(13,137,221, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(13,137,221, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px #EE3C16, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #ED2C03;
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(13,137,221, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(13,137,221, 0);
	}
}
@keyframes uptocallmini3 {
	0% {
		box-shadow: 0 0 8px 6px rgba(13,137,221, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(13,137,221, 0);
	}
	10% {
		box-shadow: 0 0 8px 6px #EE3C16, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #ED2C03;
	}
	100% {
		box-shadow: 0 0 4px 3px rgba(13,137,221, 0), 0 0 0 20px rgba(0,0,0,0), 0 0 0 20px rgba(13,137,221, 0);
	}
}
.privacy-footer {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	margin-top: 5px;
	max-width: 100%;
	white-space: normal;
}
.privacy-footer p {
	margin: 0;
}
.privacy-footer a {
	color: #ef3300;
	font-weight: 300;
	text-decoration: underline;
}
.privacy-footer a:hover {
	text-decoration: none;
}
.privacy-disclaimer {
	color: #555;
	line-height: 18px;
	font-size: 13px;
	z-index: 98;
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.5);
}
.privacy-disclaimer .container {
	background: transparent;
}
.privacy-disclaimer p {
	margin: 0;
	margin-top: 10px;
}
.privacy-disclaimer p:first-child {
	margin-top: 0;
}
.privacy-disclaimer a {
	color: #555;
	text-decoration: underline;
}
.privacy-disclaimer a:hover {
	text-decoration: none;
}
.privacy-disclaimer__content {
	padding-bottom: 10px;
	padding-right: 29px;
	padding-top: 10px;
	position: relative;
}
.privacy-disclaimer__close {
	background: url(/templates/template_48/img/close_icons.png) -1px -46px no-repeat;
	border-radius: 0;
	cursor: pointer;
	display: block;
	height: 14px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 14px;
	width: 14px;
}
.privacy-disclaimer__close:hover {
	background-color: #145a9d;
	background-position: -30px -46px;
}
.privacy-forms {
	display: table;
	width: 100%;
}
.privacy-forms__text {
	display: table-cell;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
.privacy-forms__text p {
	margin: 0;
}
.privacy-forms__text a {
	color: #ef3300;
	text-decoration: underline;
}
.privacy-forms__text a:hover {
	text-decoration: none;
}
.privacy-forms_button_right .privacy-forms__text {
	padding-right: 15px;
}
.privacy-forms_button_left .privacy-forms__text {
	padding-left: 15px;
}
.privacy-forms__button-block {
	display: table-cell;
	vertical-align: top;
}
.privacy-forms_button_right .privacy-forms__button-block {
	text-align: right;
}
.privacy-forms__button-block .button {
	white-space: nowrap;
}
.slick-loading .slick-list {
	background: #fff url(/misc/plugins/slick/ajax-loader.gif) center center no-repeat;
}
.site-full-version {
	display: none!important;
	padding-top: 0!important;
	text-align: center;
	padding-bottom: 20px!important;
}
.site-full-version__link {
	text-decoration: underline;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.site-full-version__link:hover {
	text-decoration: none;
}
.toolbar-bottom {
	margin-top: 30px;
}
.subcategories-popular_position_catalog {
	margin-bottom: 20px;
}
.subcategories-popular__header {
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 16px;
}
.subcategories-popular__inner {
	margin-top: -6px;
	font-size: 0;
}
.subcategories-popular__link {
	background: #ffffff;
	color: #727272;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
	border: 1px solid #d6dadd;
}
.subcategories-popular__link:focus,
.subcategories-popular__link:hover {
	color: #000;
	text-decoration: none;
	border-color: #000;
}

.favorite {
	float: right;
	position: relative;
	width: 41px;
	height: 41px;
	border-left: 1px solid #6186b4;
}
.favorite__link {
	display: block;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.favorite__text {
	display: none;
}

@media(min-width:768px) {
	.favorite__link:before {
		content: '';
		width: 26px;
		height: 26px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -13px 0 0 -13px;
		background-image: url(/templates/template_48/img/product__favorite.png);
		transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		background-position: 0px -26px;
	}
	.favorite__amount {
		position: absolute;
		color: #494949;
		background: #fff;
		border-radius: 8px;
		min-width: 16px;
		height: 16px;
		font-size: 10px;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 4px;
		top: 3px;
	}
}
/*shit ie browser jumpfy fixed bg
@supports ( -ms-accelerator:true ) {
	html{
		overflow: hidden;
		height: 100%;
	}
	body{
		overflow: auto;
		height: 100%;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html{
		overflow: hidden;
		height: 100%;
	}
	body{
		overflow: auto;
		height: 100%;
	}
}
*/


.km {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 0 0 21px;
}
.check-wrapper.has_image .km {
	padding-left: 0;
}
.km > span {
	display: flex;
	align-items: center;
	margin-top: 4px;
}
.km > span:first-child {
	padding-right: 6px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
}
.km .input-text {
	width: 50px;
	display: inline-block;
	text-align: center;
}
.check-wrapper.has_image {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.check-wrapper.has_image .input-radio {
	display: flex;
	width: 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-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-block__title {
	width: 100%;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
}
.check-wrapper.has_image .description {
	width: 100%;
	padding-left: 0;
}
.check-wrapper_type_show {
	pointer-events: none;
}
.check-wrapper_type_show .check-block__image-block {
	width: 100px;
	padding-left: 0;
}
.check-wrapper_type_show .check-block__content {
	width: calc(100% - 100px);
}
.method-show {
	pointer-events: none;
}
.method-show .check-block__image-block {
	width: 100px;
	padding-left: 0;
}
.method-show .check-block__content {
	width: calc(100% - 100px);
}
.additional-place {
	margin-top: 30px;
}


/*subcategories-toggle*/
.subcategories-toggle {
	display: none;
	margin-bottom: 20px;
	margin-top: -10px;
}
.subcategories-toggle-link {
	color: #f62900;
	font-size: 14px;
	text-decoration: underline;
	transition: all ease .1s;
	cursor: pointer;
}
.subcategories-toggle-link:hover {
	text-decoration: none;
}
.subcategories-toggle-link.active {
	text-decoration: none;
}


.subcategories_type_minimal {
	overflow: hidden;
	position: relative;
	margin-bottom: 14px;
}
.categories-nav_type_minimal .subcategories__inner {
	-moz-columns: 4 auto;
	-webkit-columns: 4 auto;
	columns: 4 auto;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}
.categories-nav_type_minimal .subcategories__item {
	width: 100%;
	float: none;
	display: inline-block;
}


/*promocode*/
.promocode__form {
	margin: 0 -5px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.promocode__form:first-child {
	margin-top: 0;
}
.promocode__form-col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 31px;
	padding: 0 5px;
}
.promocode__form-col:nth-child(1) {

}
.promocode__form-col:nth-child(2) {

}
.promocode__form-col:nth-child(3) {

}
.promocode__form .label {
	margin: 0;
}
.promocode__form .input-text {
	margin: 0;
	width: 200px;
}
.promocode__form .button {

}


/*profit*/
.profit__percent {
	background: #fdce36;
	color: #4a494a;
}
.profit__price {
	background: #fdce36;
	color: #4a494a;
}
.products-list .profit {
	font-size: 0;
	right: 20px;
	top: 19px;
	position: absolute;
	z-index: 2;
}
.products-list .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 12px;
}
.products-list .profit__price {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 12px;
	display: none;
}
.products-grid .profit {
	font-size: 0;
	position: absolute;
	right: 5px;
	pointer-events: none;
	z-index: 3;
	bottom: 5px;
}
.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;
}
.products-full .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 15px;
	margin-right: 5px;
}
.products-full .profit__price {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 15px;
}
.cart-product .profit {
	font-size: 0;
	position: absolute;
	right: 0;
	pointer-events: none;
	z-index: 3;
	top: 0;
}
.cart-product .profit__percent {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 9px;
	font-size: 14px;
}


/*product__gift*/
.product__gift {
	position: absolute;
	width: 47px;
	height: 32px;
	left: 10px;
	top: 5px;
	background: url(/templates/template_48/img/product__gift.png) no-repeat left center;
	z-index: 3;
	text-align: left;
}
.product__gift:hover {
	z-index: 7;
}
.product__gift-inner {
	display: none;
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #fff;
	width: 184px;
	padding: 4px 8px 8px;
	border: 1px solid #ef3300;
}
.product__gift:hover .product__gift-inner {
	display: block;
}
.product__gift-inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -7px 0 0 -7px;
	border: 1px solid #ef3300;
	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: #ef3300;
	font-size: 13px;
	line-height: 1.2;
}
.product__gift-content {
	z-index: 3;
	position: relative;
	margin-top: 8px;
}
.product__gift-content:first-child {
	margin-top: 0;
}
.product__gift-item {
	display: block;
	position: relative;
	color: #4c4c4c;
	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 {
	text-decoration: none;
}
.product__gift-item-title {
	display: table-cell;
	font-size: 12px;
	line-height: 1.2;
	vertical-align: middle;
	height: 55px;
}
.product__gift-item-image-block {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
}
.product__gift-item-image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.products-list .product__gift + .action_icons {
	top: 45px;
}
.products-grid .product__gift {
	left: 20px;
	top: 25px;
}
.products-grid .product__gift + .action_icons {
	top: 63px;
}
.product-full.product-item .product__gift + .action_icons {
	top: 45px;
}

.subcategories_type_product,
.subcategories_type_include {

}
.subcategories_type_product .subcategories__inner,
.subcategories_type_include .subcategories__inner {
	margin-top: -6px;
	font-size: 0;
}
.subcategories_type_product .subcategories__item,
.subcategories_type_include .subcategories__item {
	background: #ffffff;
	color: #727272;
	padding: 4px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-right: 6px;
	margin-top: 6px;
	transition: all ease .1s;
	font-size: 13px;
	border: 1px solid #d6dadd;
}
.subcategories_type_product .subcategories__item:hover,
.subcategories_type_include .subcategories__item:hover {
	color: #000;
	text-decoration: none;
	border-color: #000;
}
.errors + .form-block,
.message + .form-block {
	margin-top: -11px;
}

/*amount products-list*/
.products-list .amount input {
	padding: 0!important;
	width: 30px;
}

.products-list .amount input.size-1 {
}

.products-list .amount input.size-2 {
}

.products-list .amount input.size-3 {
}

.products-list .amount input.size-4 {
	width: 50px;
}

.products-list .amount input.size-5 {
	width: 50px;
}

.products-list .amount input.size-6 {
	width: 55px;
}

.products-list .amount input.size-7 {
	width: 60px;
}

.products-list .amount input.size-8 {
	width: 68px;
}

.products-list .amount input.size-9 {
	width: 76px;
}

/*amount products-grid*/
.products-grid .amount input {
	padding: 0!important;
	width: 30px;
}

.products-grid .amount input.size-1 {
}

.products-grid .amount input.size-2 {
}

.products-grid .amount input.size-3 {
}

.products-grid .amount input.size-4 {
	width: 50px;
}

.products-grid .amount input.size-5 {
	width: 50px;
}

.products-grid .amount input.size-6 {
	width: 55px;
}

.products-grid .amount input.size-7 {
	width: 60px;
}

.products-grid .amount input.size-8 {
	width: 68px;
}

.products-grid .amount input.size-9 {
	width: 76px;
}

/*amount products-full*/
.products-full .amount input {
	padding: 0!important;
	width: 30px;
}

.products-full .amount input.size-1 {
}

.products-full .amount input.size-2 {
}

.products-full .amount input.size-3 {
}

.products-full .amount input.size-4 {
	width: 50px;
}

.products-full .amount input.size-5 {
	width: 50px;
}

.products-full .amount input.size-6 {
	width: 55px;
}

.products-full .amount input.size-7 {
	width: 60px;
}

.products-full .amount input.size-8 {
	width: 68px;
}

.products-full .amount input.size-9 {
	width: 76px;
}

/*amount cart-products*/
.cart-products .amount input {
	padding: 0!important;
	width: 35px;
}

.cart-products .amount input.size-1 {
}

.cart-products .amount input.size-2 {
}

.cart-products .amount input.size-3 {
}

.cart-products .amount input.size-4 {
	width: 42px;
}

.cart-products .amount input.size-5 {
	width: 50px;
}

.cart-products.amount input.size-6 {
	width: 56px;
}

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

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

.cart-products .amount input.size-9 {
	width: 78px;
}


/*rate*/
.rate {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.rate__stars {
	display: block;
	margin-right: 10px;
	width: 70px;
	height: 14px;
	position: relative;
}

.rate__stars:before {
	content: '';
	background-image: url(/templates/template_48/img/rate.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.rate__stars > div {
	background-image: url(/templates/template_48/img/rate.png);
	background-repeat: repeat-x;
	background-position: 0px -16px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.rate__text {
	line-height: 1;
	white-space: nowrap;
	font-size: 13px;
	color: #888;
	font-weight: 300;
}

.page_response .rate__stars:before {
	background-image: url(/templates/template_48/img/rate_dark.png);
}

.page_response .rate__stars > div {
	background-image: url(/templates/template_48/img/rate_dark.png);
}

.products-list .rate__stars,
.products-grid .rate__stars {
	margin-right: 0;
}

/*response*/
.response .message {
	/*margin-bottom: 0;*/
	/*margin-top: 30px;*/
}

.response__header {
	margin: 30px 0 0 0;
	color: #1d2029;
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 20px 0;
}

.response__list {
	margin-top: 30px;
}

.response__list:first-child {
	margin-top: 0;
}

.response__add {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}

.response__add > div {
	padding: 0 15px;
	white-space: nowrap;
	margin-top: 15px;
}

.response__all {
	font-size: 13px;
	line-height: 1.3;
	color: #333;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
	display: inline-block;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.response__all {
	text-decoration: none;
	color: #333;
	border-bottom-color: #333;
}

a.response__all:hover {
	text-decoration: none;
	color: #333;
	border-bottom-color: transparent;
}

.response__form + .response,
.response__form + .page-text {
	margin-top: 30px;
}

.page-text + .response {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ebeef1;
}

.response__item {
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.response__item:first-child {
	margin-top: 0;
}

.response__item + .response__item {
	border-top: 1px solid #ebeef1;
	padding-top: 30px;
}

.response__item-avatar {
	width: 42px;
	height: 42px;
	background: url(/templates/template_48/img/default-user.png) no-repeat center center / cover;
	flex-shrink: 0;
}

.response__item-content {
	padding: 2px 0 0 15px;
	width: calc(100% - 42px);
}

.response__item-name {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #035d9e;
}

.response__item-text {
	margin-top: 13px;
	font-size: 14px;
	color: #222;
}

.response__item-date {
	margin-top: 13px;
	line-height: 1;
	white-space: nowrap;
	font-size: 13px;
	color: #888;
	font-weight: 300;
}

.page-text + .response.page_response {
	border-top-color: #d4d5d8;
}

.page_response .response__item + .response__item {
	border-top-color: #d4d5d8;
}

form[name="response_page"] .input-radio,
form[name="response_page"] .input-checkbox {
	margin: 0 15px 15px 0;
	padding-left: 18px;
	padding-top: 2px;
}

.orders-archive th,
.orders-archive td {
	width: auto;
}

.orders-archive .table th:nth-child(2) {
	width: 100%;
}
