@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

:root {
	--color1: #ea543f;
}

/*ie page scroll fix*/
@-ms-viewport {
	width: auto !important;
}

/*normalize 3.0.3*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}

td,
th {
	padding: 0;
}

/*boilerplate 5.3.0*/
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

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

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

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

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

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

textarea {
	resize: vertical;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

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

.clearfix:after {
	clear: both;
}

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

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

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

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

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

a,
button,
input,
textarea {
	outline: none;
}

button {
	border: 0;
	background: transparent;
}

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

textarea {
	resize: none;
}

::-webkit-input-placeholder {
	color: #929293;
}

::-moz-placeholder {
	color: #929293;
}

:-moz-placeholder {
	color: #929293;
}

:-ms-input-placeholder {
	color: #929293;
}

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

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

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

:focus::placeholder {
	color: transparent
}

/*tools*/
.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 !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.line {
	font-size: 0;
}

.line>div {
	float: none;
	display: inline-block;
}

.line.va-middle>div {
	vertical-align: middle;
}

.frame,
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.frame>iframe,
.video>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

[data-fancybox] {
	cursor: zoom-in;
}

@media (min-width: 0\0) {
	[data-fancybox] {
		cursor: pointer;
	}
}

[data-url],
[data-scroll] {
	cursor: pointer;
}

/*general*/
body {
	font-size: 14px;
	line-height: 1.5;
	min-width: 320px;
}

input,
textarea {
	font-family: 'Ubuntu', sans-serif;
}

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

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

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#no_cookies_js {
	position: fixed;
	z-index: 101;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 0;
}

/*text blocks*/
.page-text {
	margin-top: 30px;
}

.page-text:first-child,
.subcategories + .subcategories-popular,
.subcategories + .page-text {
	margin-top: 0;
}

.filter + .errors,
.filter + .message,
.subcategories-popular + .errors,
.subcategories-popular + .message,
.page-text + .errors,
.page-text + .message,
.page-text + .news-list,
.page-text + .actions-list,
.page-text + .articles-list {
	margin-top: 30px;
}

.seo-text {
	background: #fff;
	padding: 50px 0;
}

.news + .articles + .seo-text {
	background: #fafafa;
}

.main-text {
	background: #fafafa;
	padding: 50px 0;
	color: #010101;
}

.main-text_has_image-block .main-text__inner {
	padding-left: 256px;
}

.main-text__image-block {
	float: left;
	width: 226px;
}

.main-text__image-block p {
	display: inline;
}

.main-text__image-block img {
	margin: 0 !important;
	display: block;
	max-width: 100%;
}

/*text*/
.text {
	color: #5a5a5a;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 300;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	margin-top: 1em;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.text a:hover {
	text-decoration: none;
	color: #ea543f;
}

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

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

.text ul li,
.text ol li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}

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

.text ol {
	counter-reset: li;
}

.text ul li {
	display: list-item;
	list-style: disc outside;
	margin-left: 20px;
	padding-left: 20px;
}

.text ol li {
	position: relative;
	margin-top: 5px;
	margin-left: 20px;
	padding-left: 20px;
}

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

.text hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 15px 0;
}

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

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

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

.text blockquote {
	font-style: italic;
}

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

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

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

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

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

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

.text table td {
	padding: 8px;
}

/*buttons*/
.button {
	display: inline-block;
	vertical-align: top;
	background: #ea543f;
	border-bottom: 3px solid #d44031;
	color: #fff;
	padding: 6px 18px;
	/*height: 40px;*/
	font-size: 14px;
	border-radius: 6px;
	position: relative;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.button:hover {
	color: #fff;
	background: #e14233;
	text-decoration: none;
	border-bottom-color: #c24f43;
}

a.button {
	padding-top: 9px;
	text-align: center;
}

.button_back {
	background: #4f4f4f !important;
	border-bottom: 3px solid #222 !important;
	margin-right: 15px;
}

.button_back span {
	white-space: nowrap;
	display: inline-block;
	line-height: 23px;
	padding: 0 0 0 25px;
	background: url(/templates/template_54/img/button_back.png) no-repeat 0 3px;
}

.button_back:hover {
	background: #767676 !important;
	border-bottom: 3px solid #4f4f4f !important;
}

.button_alt {
	background: #4f4f4f;
	border-bottom: 3px solid #222;
}

.button_alt:hover {
	background: #767676;
	border-bottom: 3px solid #4f4f4f;
}

.button_small {
	font-size: 14px;
	height: 31px;
	padding: 6px 12px;
	line-height: 1.2;
}

.button_registration {
	margin-top: 24px;
}

.button_big {
	height: 50px;
	font-size: 18px;
}

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

.button_reset {
	border: 0;
	float: left;
	background: none;
	color: #ea543f;
	border-bottom: 1px dashed #ea543f;
	font-size: 12px;
	padding: 0;
	cursor: pointer;
	margin: 8px 0 0;
	line-height: 1.2;
	transition: border-bottom .25s ease-in-out;
	-moz-transition: border-bottom .25s ease-in-out;
	-webkit-transition: border-bottom .25s ease-in-out;
}

.button_reset:hover {
	border-bottom: 1px dashed transparent;
}

.button_order {
	display: inline-block;
	padding-left: 45px;
}

.button_order:before {
	content: '';
	width: 21px;
	height: 18px;
	position: absolute;
	display: block;
	background: url(/templates/template_54/img/button_order.png) no-repeat 0 0;
	left: 18px;
	top: 50%;
	margin-top: -10px;
}

/*forms*/
.input-text,
.input-select,
.input-textarea,
.input-multiselect {
	background: #fff;
	box-shadow: none;
	width: 100%;
	color: #a3a2a2;
	font-size: 17px;
	line-height: 22px;
	padding: 7px 15px 8px;
	float: left;
	border: 1px solid #e8e8e8;
	font-weight: 300;
	height: 40px;
	margin-bottom: 15px;
}

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

.comment-textarea {
	margin-bottom: 0;
}

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

.input-select {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 40px;
}

.input-select .i {
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(/templates/template_54/img/input-select_transparent.png) no-repeat center center;
}

.input-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 16px;
	line-height: 1.2;
}

.input-textarea {
	height: 90px;
	line-height: 20px;
	padding: 5px 10px;
}

.input-multiselect {
	height: auto;
	outline: none;
	padding: 0 !important;
}

.input-radio:not(.input-radio_custom),
.input-checkbox {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #676767;
	cursor: pointer;
	margin: 0;
	display: block;
	float: left;
}

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

.check-wrapper {
	margin-top: 15px;
	margin-bottom: 0;
}

.check-block.has_image .check-wrapper,
.check-wrapper:first-child {
	margin-top: 0;
}

.check-wrapper:last-child {
	margin-bottom: 30px;
}

/*
.user-type-empty {
	height: 15px;
	float: left;
	width: 100%;
}

@media (max-width: 986px) {
	.user-type-empty {
	    height: 0;
	}
}
*/

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

.input-checkbox .i {
	display: block;
	position: absolute;
	top: 0;
	background: url(/templates/template_54/img/filter__radio-checkbox.png) no-repeat;
	left: 0;
	width: 19px;
	height: 19px;
	background-position: 0 -19px;
}

.input-checkbox input:checked + .i {
	background-position: 0 0;
}

.input-radio .i {
	display: block;
	position: absolute;
	top: 0;
	background: url(/templates/template_54/img/filter__radio-checkbox.png) no-repeat;
	left: 0;
	width: 19px;
	height: 19px;
	background-position: -19px -19px;
}

.input-radio input:checked + .i {
	background-position: -19px 0;
}

.input-radio_custom .i {
	display: none;
}

.label {
	font-size: 14px;
	color: #ea543f;
	display: block;
	font-weight: 600;
	color: #424240;
	margin-bottom: 3px;
}

.required {
	color: #ea543f;
}

.form__header {
	margin: 0;
	color: #575656;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}

.form__hint {
	margin-bottom: 0;
	font-size: 12px;
	position: relative;
	top: -12px;
}

.captcha {
	margin-bottom: 15px;
}

.captcha:after {
	content: '';
	clear: both;
	display: table;
}

.captcha img {
	float: left;
	border: 1px solid #efefef;
	margin-right: 20px;
}

.captcha .input-text {
	margin-bottom: 0;
	width: 152px;
	height: 52px;
	text-align: center;
}

.footnote {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 300;
}

.footnote_final {
	text-align: center;
	margin-top: 30px;
	border-top: 1px dotted #d5d4d4;
	padding-top: 20px;
	margin-bottom: 0;
}

.footnote:before {
	content: '';
}

.form-wrapper {
	margin-top: 20px;
}

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

.form__button-block {
	margin-top: 15px;
	font-size: 0;
}

.errors + .form__button-block,
.message + .form__button-block {
	margin-top: 30px;
}

.form__button-block_pay {
	margin-top: 30px;
}

.form__button-block_final {
	text-align: center;
	font-size: 0;
	margin-top: 20px;
}

.form {
	margin-top: 30px;
}

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

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

.form__row:after {
	clear: both;
	display: table;
	content: '';
}

.form__col {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%;
}

.form__col_i_2 {
	width: 50%;
}

.form__col_i_3 {
	width: 33.33333333%;
}

.form__col_i_4 {
	width: 25%;
}

.form__title {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #ea543f;
	text-transform: uppercase;
	display: flex;
}

.form__title a {
	margin-left: auto;
    text-transform: none;
    font-weight: 400;
    color: #575656;
    border-bottom: 1px solid #575656;
}

.form__title a:hover {
    border-color: transparent;
}

/*modal windows*/
.popup {
	margin: 20px 0 0;
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	display: none;
	width: 520px;
	margin-left: -260px;
	background: #fff;
	padding: 40px;
	border: 2px solid #efeff0;
}

.popup:before {
	content: '';
	padding: 5px;
	background: url(/templates/template_54/img/popup-border.png);
	position: absolute;
	left: -5px;
	top: -6px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}

.popup:after {
	content: '';
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.popup header {
	color: #575656;
	font-size: 25px;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.popup .popup__section,
.popup section {
	color: #a9a6a5;
}

.popup .page-text {
	color: #a9a6a5;
	margin-top: 0;
}

.popup .form {
	margin-top: 30px;
}

.popup .popup__footer,
.popup footer {
	margin-top: 30px;
}

.popup .button {
	padding-left: 30px;
	padding-right: 30px;
}

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

.popup .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 12px;
	height: 11px;
	background: url(/templates/template_54/img/popup__close.png) no-repeat;
	cursor: pointer;
}

.popup-static {
	position: absolute;
}

.overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #1e1e1e;
	opacity: .85;
}

/*footer to bottom*/
html,
body {
	height: 100%;
}

.page {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.content {
	flex: 1 0 auto;
}

.footer {
	flex: 0 0 auto;
}

/*shade*/
.shade {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 130px;
}

.main_page_index .shade {
	padding-bottom: 30px;
}

.main_page_inner + .additional-place.shade {
	padding-top: 0;
	margin-top: -130px;
}

/*containers*/
.container {
	position: relative;
	width: 1276px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*fancybox*/
.fancybox-thumbs>ul>li {
	height: 105px !important;
}

.fancybox-thumbs>ul>li:before {
	border-radius: 0 !important;
	border: 2px solid #4ea7f9 !important;
}

.fancybox-thumbs>ul>li>img {
	height: auto !important;
	width: auto !important;
	margin: auto !important;
	min-width: auto !important;
	min-height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}

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

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

.slick-list:focus {
	outline: none;
}

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

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

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

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

.slick-track:after {
	clear: both;
}

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

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

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

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

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev {
	left: -25px;
	font-size: 0;
}

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

.slick-prev:before {
	content: '';
}

[dir='rtl'] .slick-prev:before {
	content: '';
}

.slick-next {
	right: -25px;
	font-size: 0;
}

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

.slick-next:before {
	content: '';
}

[dir='rtl'] .slick-next:before {
	content: '';
}

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

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

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

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000;
}

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

/*scrollpane*/
.jspScrollable {
	outline: none;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

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

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

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

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	position: relative;
}

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

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

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

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

.jspVerticalBar:hover .jspDrag {
	background: #eb642d;
}

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

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

.jspHorizontalBar:hover .jspDrag:after {
	background: #eb642d;
}

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

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

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	float: left;
	width: 10px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(/templates/template_54/img/product-full__small-slider.png);
	background-color: #ea543f;
	position: relative;
}

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

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

.jspHorizontalBar .jspArrowLeft.jspDisabled,
.jspHorizontalBar .jspArrowRight.jspDisabled {
	cursor: default;
	background-color: #5a5a5a;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

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

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

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

.ui-helper-hidden {
	display: none;
}

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

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

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

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

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

.ui-front {
	z-index: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*top-line*/
.top-line {
	background: #444;
	font-size: 14px;
	border-bottom: 1px solid #c7c5c5;
	min-height: 29px;
}

/*socials*/
.socials_position_top {
	top: 0;
	left: 15px;
	position: absolute;
}

.socials_position_top .socials__link {
	float: left;
	margin: 0 2px 0 0;
	width: 28px;
	height: 28px;
	background-image: url(/misc/img/socials_small.svg);
	background-repeat: no-repeat;
	transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
}

.socials_position_top .socials__link_icon_vk {
	background-position: 0px 0px;
}

.socials_position_top .socials__link_icon_vk:hover {
	background-position: 0px -28px;
}

.socials_position_top .socials__link_icon_ok {
	background-position: -196px 0;
}

.socials_position_top .socials__link_icon_ok:hover {
	background-position: -196px -28px;
}

.socials_position_top .socials__link_icon_facebook {
	background-position: -28px 0px;
}

.socials_position_top .socials__link_icon_facebook:hover {
	background-position: -28px -28px;
}

.socials_position_top .socials__link_icon_twitter {
	background-position: -56px 0;
}

.socials_position_top .socials__link_icon_twitter:hover {
	background-position: -56px -28px;
}

.socials_position_top .socials__link_icon_instagram {
	background-position: -112px 0;
}

.socials_position_top .socials__link_icon_instagram:hover {
	background-position: -112px -28px;
}

.socials_position_top .socials__link_icon_moimir {
	background-position: -140px 0;
}

.socials_position_top .socials__link_icon_moimir:hover {
	background-position: -140px -28px;
}

.socials_position_top .socials__link_icon_youtube {
	background-position: -224px 0;
}

.socials_position_top .socials__link_icon_youtube:hover {
	background-position: -224px -28px;
}

.socials_position_top .socials__link_icon_telegram {
	background-position: -84px 0;
}

.socials_position_top .socials__link_icon_telegram:hover {
	background-position: -84px -28px;
}

.socials_position_top .socials__link_icon_lj {
	background-position: -168px 0;
}

.socials_position_top .socials__link_icon_lj:hover {
	background-position: -168px -28px;
}

.socials_position_top .socials__link_icon_max {
	background-position: -252px 0;
}

.socials_position_top .socials__link_icon_max:hover {
	background-position: -252px -28px;
}

.socials__inner {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

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

.socials_position_bottom .socials__link {
	float: left;
	width: 43px;
	height: 43px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	background-image: url(/misc/img/socials.svg);
	background-repeat: no-repeat;
	border-radius: 3px;
}

.socials_position_bottom .socials__link_icon_vk {
	background-position: 0px -188px;
}

.socials_position_bottom .socials__link_icon_vk:hover {
	background-position: 0px 0px;
}

.socials_position_bottom .socials__link_icon_ok {
	background-position: -47px -188px;
}

.socials_position_bottom .socials__link_icon_ok:hover {
	background-position: -47px 0px;
}

.socials_position_bottom .socials__link_icon_facebook {
	background-position: -94px -188px;
}

.socials_position_bottom .socials__link_icon_facebook:hover {
	background-position: -94px 0px;
}

.socials_position_bottom .socials__link_icon_twitter {
	background-position: 0 -235px;
}

.socials_position_bottom .socials__link_icon_twitter:hover {
	background-position: 0 -47px;
}

.socials_position_bottom .socials__link_icon_instagram {
	background-position: -141px -329px;
}

.socials_position_bottom .socials__link_icon_instagram:hover {
	background-position: -141px -141px;
}

.socials_position_bottom .socials__link_icon_moimir {
	background-position: -376px -235px;
}

.socials_position_bottom .socials__link_icon_moimir:hover {
	background-position: -376px -47px;
}

.socials_position_bottom .socials__link_icon_telegram {
	background-position: -329px -329px;
}

.socials_position_bottom .socials__link_icon_telegram:hover {
	background-position: -329px -141px;
}

.socials_position_bottom .socials__link_icon_lj {
	background-position: -141px -235px;
}

.socials_position_bottom .socials__link_icon_lj:hover {
	background-position: -141px -47px;
}

.socials_position_bottom .socials__link_icon_youtube {
	background-position: -94px -329px;
}

.socials_position_bottom .socials__link_icon_youtube:hover {
	background-position: -94px -141px;
}

.socials_position_bottom .socials__link_icon_max {
	background-position: -141px -188px;
}

.socials_position_bottom .socials__link_icon_max:hover {
	background-position: -141px 0px;
}


/*main-menu*/
.main-menu {
	font-size: 0;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

.main-menu__menu {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	text-align: left;
}

.main-menu__menu-item {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	position: relative;
}

.main-menu__menu-link {
	float: left;
	min-height: 28px;
	color: #bcbcbb;
	padding: 4px 9px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.main-menu__menu-link:hover,
.main-menu__menu-link.active,
.main-menu__menu-item:hover .main-menu__menu-link {
	text-decoration: none;
	color: #fff;
	background: #4f4f4f;
}

.main-menu__menu-link:after {
	content: '';
	margin: 0 0 0 6px;
	display: none;
	background: url(/templates/template_54/img/main-menu__sub-menu-opener.png);
	width: 8px;
	height: 5px;
	vertical-align: 1px;
}

.main-menu__menu-item_parent .main-menu__menu-link:after {
	display: inline-block;
}

.main-menu__sub-menu {
	width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 93;
}

.main-menu__menu-item_parent:hover .main-menu__sub-menu {
	display: block;
}

.main-menu__sub-menu-item {
	white-space: normal;
}

.main-menu__sub-menu-link {
	float: left;
	width: 100%;
	text-decoration: none;
	color: #bcbcbb;
	background: #4f4f4f;
	padding: 7px 11px;
	line-height: 1.4;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.main-menu__sub-menu-link:hover,
.main-menu__sub-menu-link.active {
	text-decoration: none;
	color: #fff;
	background: #444;
}

.main-menu-opener {
	display: none;
}

.main-menu-outer {
	display: inline;
}

/*mini-account*/
.mini-account {
	top: 0;
	right: 15px;
	position: absolute;
	font-size: 0;
}

.mini-account__item {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	position: relative;
}

.mini-account__link {
	float: left;
	cursor: pointer;
	min-height: 28px;
	color: #bcbcbb;
	padding: 4px 9px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.mini-account__link:hover {
	text-decoration: none;
	color: #fff;
	background: #4f4f4f;
}

.mini-account__link_opener {
	background: #ea543f;
	color: #fff;
}

.mini-account__link_opener:hover {
	background: #ea543f;
}

.mini-account__link_opener:before {
	content: '';
	width: 23px;
	height: 8px;
	background: url(/templates/template_54/img/mini-account__link_opener.png);
	display: inline-block;
	margin-right: 12px;
	vertical-align: 1px;
}

.mini-account__content_hidden {
	width: 250px;
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	z-index: 93;
	padding: 10px 15px 15px;
	background: #ea543f;
}

.mini-account__label {
	width: 100%;
	display: block;
	color: #fff;
	margin: 0 0 8px 0;
}

.mini-account__input-text {
	background: #fff;
	height: 27px;
	font-weight: 300;
	margin: 0 0 12px 0;
	border: 0;
	padding: 0 10px 2px;
	width: 100%;
	color: #000;
	font-size: 13px;
}

.mini-account__forget-password-link {
	float: right;
	text-decoration: underline;
	color: #fff;
}

.mini-account__forget-password-link:hover {
	text-decoration: none;
}

.mini-account__footer {
	margin-top: 1px;
}

.mini-account__input-checkbox {
	position: relative;
	float: left;
	padding: 4px 0 4px 27px;
	color: #fff;
}

.mini-account__input-checkbox input {
	display: none;
}

.mini-account__input-checkbox .i {
	position: absolute;
	top: 5px;
	background: #fff;
	left: 0;
	width: 17px;
	height: 17px;
	border: 0;
	display: block;
}

.mini-account__input-checkbox input + .i:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 13px;
	height: 13px;
	display: block;
	background: url(/templates/template_54/img/mini-account__input-text.png) no-repeat -100px 0;
}

.mini-account__input-checkbox input:checked + .i:after {
	background-position: 0 0;
}

.mini-account__button {
	color: #fff;
	border-radius: 3px;
	height: 27px;
	background: #545454;
	padding: 0 20px;
	float: right;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.mini-account__button:hover {
	color: #545454;
	background: #fff;
}

.mini-account__menu-item {
	margin-top: 3px;
}

.mini-account__menu-link {
	text-decoration: underline;
	color: #fff;
}

.mini-account__menu-link:hover,
.mini-account__menu-link.active {
	text-decoration: none;
}

/*page-header*/
.page-header {
	background: #fff;
}

.page-header__inner {
	padding-top: 36px;
	padding-bottom: 36px;
}

/*title-block*/
.title-block {
	background: url(/templates/template_54/img/main-slider__item.png), url(/templates/template_54/img/title-block.jpg) no-repeat center center /cover;
	padding: 40px 0;
	color: #fff;
}

.title-block__title {
	font-size: 27px;
	margin-bottom: 8px;
}

.title-block__title h1 {
	font-size: 27px;
	margin: 0;
	font-weight: normal;
}

/*breadcrumbs*/
.breadcrumbs__item {
	float: left;
	font-size: 14px;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}

.breadcrumbs__item:last-child {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs__item:after {
	content: '';
	width: 4px;
	height: 7px;
	background: url(/templates/template_54/img/breadcrumbs__item.png) no-repeat;
	position: absolute;
	right: -3px;
	top: 50%;
	margin-top: -3px;
}

.breadcrumbs__item:last-child:after {
	display: none;
}

.breadcrumbs__item>a {
	color: #fff;
	text-decoration: none;
}

.breadcrumbs__item>a:hover {
	text-decoration: underline;
}

.breadcrumbs__item>span {
	color: #fff;
}

/*logo*/
.logo {
	float: left;
	width: 195px;
	overflow: hidden;
	margin: 0 30px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #444;
}

.logo a {
	color: #444;
	text-decoration: none;
}

.logo p {
	margin: 0;
}

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

.logo__text-logo {
	font-size: 23px;
	font-weight: 500;
	line-height: 24px;
	color: #ea543f;
}

.logo__text-logo a {
	text-decoration: none;
	color: #ea543f;
}

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

.logo__tagline {
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	margin: 3px 0 0 0;
	overflow: hidden;
}

.logo__image-logo {
	display: block;
}

.logo__image-logo img {
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*display: block;*/
}

.logo__image-logo + .logo__tagline {
	margin: 6px 0 0 0;
	text-align: center;
}

/*catalog-search*/
.catalog-search {
	width: 300px;
	position: relative;
}

.catalog-search__form {
	position: relative;
	z-index: 4;
}

.catalog-search__input-text {
	border: 1px solid #d1d1d1;
	padding: 10px 40px 10px 10px;
	background: #fff;
	color: #929293;
	font-size: 13px;
	width: 100%;
	height: 40px;
}

.catalog-search__button {
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(/templates/template_54/img/catalog-search__button.png) no-repeat center center;
	right: 0;
	top: 0;
	display: block;
}

.catalog-search__window {
	display: none;
	position: absolute;
	background: #fff;
	top: 100% !important;
	z-index: 93;
	left: 0 !important;
	right: 0 !important;
	box-shadow: 0 0 4px rgba(175, 175, 175, .4), 0 2px 12px rgba(175, 175, 175, .4);
}

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

.catalog-search__footer {
	border-top: 1px solid #f5f5f5;
	text-align: center;
	padding: 10px;
}

.catalog-search__item {
	position: relative;
	min-height: 100px;
	padding: 10px 10px 10px 100px;
}

.catalog-search__item-image-block {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 10px;
	top: 10px;
}

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

.catalog-search__item-content {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.catalog-search__item-content-inner {
	height: 80px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.catalog-search__item-title {
	font-size: 14px;
	line-height: 1.3;
	max-height: 36px;
	overflow: hidden;
}

.catalog-search__item-title-link {
	color: #2d2d2d;
	text-decoration: none;
}

.catalog-search__item-title-link:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

.catalog-search__item-title-link span {
	font-weight: 700;
}

.catalog-search__item-price-block {
	font-size: 0;
	margin-top: 2px;
}

.catalog-search__item-price {
	color: #ea543f;
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
}

.catalog-search__item-price-old {
	text-decoration: line-through;
	color: #575656;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}

/*header-contacts*/
.header-contacts {
	width: 691px;
	margin-left: 30px;
}

.header-contacts__item {
	float: right;
	color: #444;
	padding: 0 0 0 80px;
	line-height: 1.3;
	position: relative;
	font-size: 14px;
	text-align: left;
}

.header-contacts__item:first-child {
	padding: 0 0 0 40px;
}

.header-contacts__item:before {
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ea543f;
}

.header-contacts__item:first-child:before {
	left: 0;
}

.header-contacts__item_phone {
	margin: -2px 0 0;
	max-width: 27%;
}

.header-contacts__item_phone:before {
	background-image: url(/templates/template_54/img/header-contacts__item_phone.png);
}

.header-contacts__item_work {
	max-width: 35%;
}

.header-contacts__item_work:before {
	background-image: url(/templates/template_54/img/header-contacts__item_work.png);
}

.header-contacts__item_address {
	max-width: 38%;
}

.header-contacts__item_address:before {
	background-image: url(/templates/template_54/img/header-contacts__item_address.png);
}

.header-contacts__item_phone .header-contacts__item-inner {
	font-size: 16px;
	font-weight: 600;
	display: block;
}

.header-contacts__item_phone .header-contacts__item-inner a {
	color: #444;
	text-decoration: none;
}

.header-contacts__item-link {
	display: inline-block;
	border-bottom: 1px dashed #ea543f;
	color: #ea543f;
	cursor: pointer;
	transition: border-bottom .25s ease-in-out;
	-moz-transition: border-bottom .25s ease-in-out;
	-webkit-transition: border-bottom .25s ease-in-out;
}

.header-contacts__item-link:hover {
	border-bottom: 1px dashed transparent;
}

/*catalog-menu*/
.catalog-menu {
	height: 68px;
	width: 1046px;
	float: left;
}

.catalog-menu_megamenu {
	visibility: hidden;
}

.catalog-menu-opener {
	display: none;
}

.catalog-menu-outer {
	position: relative;
	z-index: 92;
	width: 100%;
	background: #f7f8f8;
}

.catalog-menu__menu {
	float: left;
	position: relative;
	height: 18px;
	margin-top: 25px;
}

.catalog-menu__menu-item {
	float: left;
	margin: 0 25px 0 0;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}

.catalog-menu__menu-item_parent {
	background: url(/templates/template_54/img/catalog-menu__menu-item_parent.png) 100% 6px no-repeat;
}

.catalog-menu__menu-item_more {
	margin-right: 0;
}

.catalog-menu__menu-link {
	float: left;
	line-height: 1;
	color: #5f5f5e;
	padding: 0 0 27px 0;
	text-transform: uppercase;
}

.catalog-menu__menu-item_more>.catalog-menu__menu-link,
.catalog-menu__menu-item_parent>.catalog-menu__menu-link {
	margin-right: 18px;
}

.catalog-menu__menu-link:hover,
.catalog-menu__menu-link.active {
	color: #ea543f;
}

.catalog-menu__menu-link_more {
	cursor: default;
}

.catalog-menu__sub-menu {
	display: none;
	line-height: 1.2;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	width: 100%;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, .23);
}

.catalog-menu_default .catalog-menu__sub-menu {
	max-height: none!important;
}

@media (min-width: 987px) {
	.catalog-menu__menu-item_parent:hover>.catalog-menu__sub-menu {
	}
}

.catalog-menu_default .catalog-menu__menu-item:last-child .catalog-menu__sub-menu,
.catalog-menu_default .catalog-menu__menu-item:nth-last-child(2) .catalog-menu__sub-menu {
	left: auto;
	right: 0;
}

.catalog-menu__sub-menu-item {
	text-align: left;
	word-wrap: break-word;
	position: relative;
	color: #595958;
	font-size: 15px;
	display: block !important;
}

.catalog-menu__sub-menu-image-link {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100px;
	height: 100px;
	display: block;
}

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

.catalog-menu__sub-menu-link {
	color: #3e454d;
	display: block;
	padding: 11px 20px;
	font-weight: 500;
}

.catalog-menu__sub-menu-item_parent>.catalog-menu__sub-menu-link {
	padding-right: 35px;
}

.catalog-menu_default .catalog-menu__sub-menu-link:hover,
.catalog-menu_default .catalog-menu__sub-menu-link.active {
	background: #e75d44;
	text-decoration: none;
	color: #fff;
}

.catalog-menu__sub-menu-item_parent>.catalog-menu__sub-menu-link:after {
	content: '';
	width: 6px;
	height: 8px;
	display: block;
	background: url(/templates/template_54/img/catalog-menu__sub-menu-link.png) no-repeat 0 0;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -4px;
}

.catalog-menu__sub-menu-link:hover:after,
.catalog-menu__sub-menu-link.active:after {
	background-position: -6px 0;
}

.catalog-menu_default .catalog-menu__sub-sub-menu {
	display: none;
	position: absolute;
	left: 100%;
	background: #fff;
	top: 0;
	min-width: 240px;
	z-index: 10;
	margin: 0;
	padding: 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

@media (min-width: 768px) {
	.catalog-menu_default .catalog-menu__sub-menu-item_parent:hover>.catalog-menu__sub-sub-menu {
	}
}

.catalog-menu_default .catalog-menu__menu-item:last-child .catalog-menu__sub-sub-menu,
.catalog-menu_default .catalog-menu__menu-item:nth-last-child(2) .catalog-menu__sub-sub-menu {
	left: auto;
	right: 100%;
}

.catalog-menu_default .catalog-menu__sub-sub-menu-item {
	text-align: left;
	word-wrap: break-word;
	position: relative;
	color: #595958;
	font-size: 15px;
}

.catalog-menu_default .catalog-menu__sub-sub-menu-link {
	color: #3e454d;
	display: block;
	padding: 11px 35px 11px 20px;
	font-weight: 500;
}

.catalog-menu_default .catalog-menu__sub-sub-menu-link:hover,
.catalog-menu_default .catalog-menu__sub-sub-menu-link.active {
	background: #e75d44;
	text-decoration: none;
	color: #fff;
}

.catalog-menu__sub-menu-column {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.catalog-menu_megamenu .catalog-menu__menu,
.catalog-menu_megamenu .catalog-menu__menu-item {
	position: static;
}

.catalog-menu_megamenu .catalog-menu__sub-menu {
	left: 15px;
	right: 15px;
	width: auto;
	padding-bottom: 26px;
	/*max-height: 330px;*/
	overflow: hidden;
	overflow-y: auto;
}

.catalog-menu_megamenu .catalog-menu__sub-menu-item {
	padding: 56px 15px 30px 115px;
	width: 25%;
	float: left;
}

.catalog-menu_megamenu .catalog-menu__sub-menu-link {
	padding: 0;
	display: inline-block;
}

.catalog-menu_megamenu .catalog-menu__sub-menu-link:after {
	display: none;
}

.catalog-menu_megamenu .catalog-menu__sub-menu-link {
	color: #e75d44;
}

.catalog-menu_megamenu .catalog-menu__sub-menu-link:hover,
.catalog-menu_megamenu .catalog-menu__sub-menu-link.active {
	text-decoration: underline;
}

.catalog-menu_megamenu .catalog-menu__sub-sub-menu {
	font-weight: 400;
	margin-top: 10px;
}

.catalog-menu_megamenu .catalog-menu__sub-sub-menu-item {
	font-size: 14px;
	margin-top: 6px;
}

.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link {
	color: #3e454d;
}

.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link:hover,
.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link.active {
	text-decoration: underline;
}

.catalog-menu_megamenu .catalog-menu__sub-menu_more {
	padding: 25px 15px 0;
	/*overflow-y: visible;*/
	overflow: visible;
}

.catalog-menu_megamenu .catalog-menu__sub-menu_more .catalog-menu__menu-item {
	display: block !important;
}

.catalog-menu_megamenu .catalog-menu__sub-menu_more .catalog-menu__sub-menu {
	left: 0;
	right: 0;
	max-height: none;
}

/*actions-link*/
.actions-link {
	float: right;
	height: 18px;
	margin-top: 24px;
}

.actions-link__link {
	font-size: 16px;
	font-weight: 500;
	margin: 0 35px 0 0;
	padding: 0 0 0 22px;
	line-height: 1;
	color: #5f5f5e;
	text-transform: uppercase;
	position: relative;
}

.actions-link__link:before {
	content: '';
	display: block;
	width: 15px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(/templates/template_54/img/actions__header-link.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ea543f;
}

.actions-link__link:hover,
.actions-link__link.active {
	text-decoration: none;
	color: #ea543f;
}

/*mini-cart*/
.mini-cart {
	float: right;
}

.mini-cart__link {
	display: block;
	position: relative;
	width: 56px;
	height: 40px;
	outline: none;
	overflow: hidden;
	margin-top: 14px;
	background-image: url(/templates/template_54/img/mini-cart__link.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ea543f;
}

.mini-cart__link:hover {
	background-color: #3d3d3d;
}

.mini-cart__amount {
	font-size: 12px;
	width: 20px;
	line-height: 20px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 0;
	color: #6e6e6d;
	display: block;
}

/*main-slider*/
.main-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.main-slider-outer {
	width: 100%;
	table-layout: fixed !important;
	display: table !important;
}

.main-slider__item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.main-slider__item .container {
	position: static;
}

.main-slider__item-inner {
	display: flex;
	flex-wrap: wrap;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
	text-shadow: 1px 1px 1px rgba(2, 4, 6, .4);
	height: 618px;
	align-items: center;
	height: 100%;
}

.main-slider__item-inner>div {
}

.main-slider__item-inner a:not(.button) {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.main-slider__item-outer p {
	margin: 0;
	display: inline;
}

.main-slider__item-outer img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.main-slider__item-outer .button {
	font-size: 17px;
	font-weight: 400;
	margin-top: 15px;
	padding-top: 7px;
	text-shadow: none;
}

.main-slider .slick-arrow {
	position: absolute;
	width: 55px;
	height: 55px;
	overflow: hidden;
	z-index: 3;
	background: url(/templates/template_54/img/main-slider__arrows.png) no-repeat;
	opacity: .5;
}

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

.main-slider .slick-prev {
	left: -55px;
	background-position: 0 0;
	transition: left .25s ease-in-out;
	-moz-transition: left .25s ease-in-out;
	-webkit-transition: left .25s ease-in-out;
}

.main-slider .slick-next {
	right: -55px;
	background-position: 0 100%;
	transition: right .25s ease-in-out;
	-moz-transition: right .25s ease-in-out;
	-webkit-transition: right .25s ease-in-out;
}

.main-slider:hover .slick-prev {
	left: 35px;
}

.main-slider:hover .slick-next {
	right: 35px;
}

.main-slider .slick-dots {
	bottom: 25px;
	font-size: 0;
}

.main-slider .slick-dots>li {
	width: 20px;
	height: 20px;
	margin: 0 7px;
	box-shadow: 1px 1px 1px rgba(2, 4, 6, .4);
	background: transparent;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.main-slider .slick-dots>li:hover {
	background: #fff;
}

.main-slider .slick-dots>li.slick-active {
	background: #fff;
}

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

/*edges_style_1*/
.edges_style_1.edges {
	background: #fafafa;
	height: 90px;
	position: relative;
	padding: 50px 0 0 0;
}

.edges_style_1 .edges__content {
	display: table;
	width: 100%;
}

.edges_style_1 .edges__item {
	width: 25%;
	position: relative;
	color: #575656;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
}

.edges_style_1 .edges__item-inner {
	position: relative;
	height: 100%;
	padding: 0 0 0 70px;
}

.edges_style_1 .edges__item-inner img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.edges_style_1 .edges__item-inner p {
	margin: 0;
	display: inline;
}

/*edges_style_2*/
.edges_style_2.edges {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
	height: 90px;
	position: relative;
	padding: 10px 0 0 0;
	margin: -90px 0 0 0;
}

.edges_style_2 .edges__content {
	display: table;
	width: 100%;
}

.edges_style_2 .edges__item {
	width: 25%;
	position: relative;
	color: #D8D8D8;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
}

.edges_style_2 .edges__item-inner {
	position: relative;
	height: 100%;
	padding: 0 0 0 70px;
}

.edges_style_2 .edges__item-inner img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.edges_style_2 .edges__item-inner p {
	margin: 0;
	display: inline;
}

/*footer-banners*/
.footer-banners__item {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.footer-banners_items_1 .footer-banners__item {
	width: 100%;
}

.footer-banners_items_2 .footer-banners__item {
	width: 50%;
}

.footer-banners_items_3 .footer-banners__item {
	width: 33.33333333%;
}

.footer-banners_items_4 .footer-banners__item {
	width: 25%;
}

.footer-banners_items_5 .footer-banners__item {
	width: 20%;
}

.footer-banners_items_6 .footer-banners__item {
	width: 16.66666666%;
}

.footer-banners__item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.footer-banners__item:hover:before {
	background: rgba(0, 0, 0, 0);
}

.footer-banners__item img {
	width: auto !important;
	min-width: 100% !important;
}

.footer-banners__item p {
	margin: 0;
	display: inline;
}

.footer-banners__item a {
	text-decoration: none;
}

/*footer_style_1*/
.footer_style_1.footer {
	width: 100%;
	overflow: hidden;
	background: #383838;
}

.footer_style_1 .footer__block {
	float: left;
	overflow: hidden;
	margin-top: 50px;
	min-height: 1px;
	padding-bottom: 40px;
}

.footer_style_1 .footer__block_first {
	width: 280px;
}

.footer_style_1 .footer__block_menu {
	margin-left: 40px;
	width: 676px;
}

.footer_style_1 .footer__block_last {
	margin-left: 40px;
	width: 200px;
	padding-bottom: 80px;
}

.footer_style_1 .footer__block-title {
	color: #cecece;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 12px;
}

/*footer_style_2*/
.footer_style_2.footer {
	width: 100%;
	overflow: hidden;
	background: #383838;
}

.footer_style_2 .footer__block {
	float: left;
	overflow: hidden;
	margin-top: 50px;
	min-height: 1px;
	padding-bottom: 40px;
}

.footer_style_2 .footer__block_first {
	width: 280px;
}

.footer_style_2 .footer__block_menu {
	margin-left: 40px;
	width: 606px;
}

.footer_style_2 .footer__block_last {
	margin-left: 40px;
	width: 280px;
	padding-bottom: 80px;
}

.footer_style_2 .footer__block-title {
	color: #cecece;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 12px;
}

.footer_style_2 .footer__block_last .footer__block-title {
	margin-bottom: 10px;
}

/*footer-logo*/
.footer-logo {
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
}

.footer-logo a {
	color: #fff;
	text-decoration: none;
}

.footer-logo p {
	margin: 0;
}

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

.footer-logo__text-logo {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
	display: block;
	width: 100%;
	color: #ea543f;
	/*text-align: center;*/
}

.footer-logo__text-logo a {
	text-decoration: none;
	color: #ea543f;
}

.footer-logo__text-logo a:hover {
}

.footer-logo__tagline {
	color: #cecece;
	width: 100%;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	margin: 3px 0 0 0;
	text-transform: uppercase;
	/*text-align: center;*/
}

.footer-logo img {
	max-width: 100%;
}

/*footer-contacts*/
.footer-contacts__item {
	overflow: hidden;
	margin-top: 15px;
	padding: 0 0 0 36px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	position: relative;
	min-height: 21px;
}

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

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

.footer-contacts__item a,
.footer-contacts__item-link,
.footer-contacts__item_phone a {
	text-decoration: none;
	color: #fff;
}

.footer-contacts__item a:hover,
.footer-contacts__item-link:hover,
.footer-contacts__item_phone a:hover {
	text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*footer-menu*/
.footer-menu {
	margin-left: -15px;
	margin-right: -15px;
}

.footer-menu__menu {
	float: left;
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-menu__menu-link {
	color: #cecece;
	text-decoration: none;
}

.footer-menu__menu-link:hover {
	color: #fff;
	text-decoration: none;
}

.footer-menu__menu-link.active {
	/*color: #fff;*/
}

.footer-menu__sub-menu-item {
	margin-top: 12px;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.footer-menu__sub-menu-item:first-child {
	margin-top: 0;
}

.footer-menu__sub-menu-link {
	float: left;
	padding: 0 0 0 30px;
	background: url(/templates/template_54/img/footer-menu__sub-menu-link.png) no-repeat 0 6px;
	color: #fff;
}

.footer-menu__sub-menu-link:hover,
.footer-menu__sub-menu-link.active {
	text-decoration: underline;
}

/*mini-subscribe*/
.mini-subscribe {
	float: left;
	width: 100%;
}

.mini-subscribe ::-webkit-input-placeholder {
	color: #fff;
}

.mini-subscribe ::-moz-placeholder {
	color: #fff;
}

.mini-subscribe :-moz-placeholder {
	color: #fff;
}

.mini-subscribe :-ms-input-placeholder {
	color: #fff;
}

.mini-subscribe__text {
	color: #e2e2e1;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px;
	font-weight: 300;
}

.mini-subscribe__input-text {
	background: none;
	float: left;
	color: #fff;
	border: 1px solid #636361;
	border-radius: 5px;
	padding: 0 9px;
	width: 100%;
	height: 36px;
	margin-bottom: 15px;
	font-weight: 300;
}

.mini-subscribe__button {
	float: left;
	text-align: center;
	background: #e85b43;
	color: #fff;
	height: 36px;
	padding-left: 20px;
	padding-right: 20px;
}

/*bottom-line*/
.bottom-line {
	background: #2d2d2d;
	padding: 20px 0;
}

.bottom-line__inner {
	display: table;
	width: 100%;
}

.bottom-line__block {
	display: table-cell;
	vertical-align: middle;
}

.bottom-line__block_copyright {
	width: 25%;
}

.bottom-line__block_counters {
	width: 50%;
}

.bottom-line__block_expertplus {
	width: 25%;
}

/*copyright*/
.copyright {
	font-size: 13px;
	font-weight: 300;
	color: #b5b5b5;
}

.copyright a {
	color: #ea543f;
	text-decoration: underline;
}

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

/*counters*/
.counters {
	padding: 0 130px;
	font-size: 0;
	text-align: center;
}

.counters img {
	opacity: 0.3;
	margin: 2px;
	display: inline-block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}

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

/*expertplus*/
.expertplus {
	font-size: 13px;
	font-weight: 300;
	color: #b5b5b5;
	padding: 0 0 0 95px;
	position: relative;
}

.expertplus img {
	display: block;
	width: 80px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -16px 0 0 0;
}

.expertplus a {
	color: #b5b5b5;
	text-decoration: none;
}

.expertplus a:hover {
	color: #ea543f;
	text-decoration: none;
}

/*news*/
.news {
	background: #fafafa;
	padding: 50px 0;
}

.news__header {
	z-index: 2;
	position: relative;
}

.news__title {
	float: left;
	margin: 0 40px 0 0;
	color: #575656;
	font-size: 20px;
	line-height: 24px;
}

.news__all {
	float: right;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.news__all-link {
	cursor: pointer;
	color: #444;
	border-bottom: 1px dotted #444;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.news__all-link:hover {
	text-decoration: none;
	color: #ea543f;
	border-bottom: 1px dotted transparent;
}

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

.news__item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	margin-top: 40px;
}

.news__item-image-block {
	position: relative;
	width: 100%;
	height: 200px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}

.news__item-image:not(.news__item-image_empty) {
	max-width: 100%;
	transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
}

.news__item-image-link:hover .news__item-image:not(.news__item-image_empty) {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

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

.news__item-date {
	color: #575757;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	height: 18px;
	margin-bottom: 5px;
}

.news__item-title {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}

.news__item-title-link {
	text-decoration: none;
	color: #ea543f;
}

.news__item-title-link:hover {
	color: #2d2d2d;
}

.news__item-text {
	color: #888;
	font-size: 13px;
	margin-top: 8px;
	font-weight: 300;
	line-height: 1.5;
}

.news__item-text a {
	color: #888;
}

/*articles*/
.articles {
	background: #fafafa;
	padding: 50px 0;
}

.news + .articles {
	background: #fff;
}

.articles__title {
	float: left;
	margin: 0 40px 0 0;
	color: #575656;
	font-size: 20px;
	line-height: 24px;
}

.articles__all {
	float: right;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.articles__all-link {
	cursor: pointer;
	color: #444;
	border-bottom: 1px dotted #444;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.articles__all-link:hover {
	text-decoration: none;
	color: #ea543f;
	border-bottom: 1px dotted transparent;
}

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

.articles__item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	margin-top: 40px;
}

.articles__item-image-block {
	position: relative;
	width: 100%;
	height: 200px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 10px;
}

.articles__item-image:not(.articles__item-image_empty) {
	max-width: 100%;
	transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
}

.articles__item-image-link:hover .articles__item-image:not(.articles__item-image_empty) {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

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

.articles__item-date {
	color: #575757;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	height: 18px;
	margin-bottom: 5px;
}

.articles__item-title {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}

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

.articles__item-title-link:hover {
	color: #2d2d2d;
}

.articles__item-text {
	color: #888;
	font-size: 13px;
	margin-top: 8px;
	font-weight: 300;
	line-height: 1.5;
}

/*actions*/
.actions:not(.sidebar-block) {
	background: #fafafa;
	padding: 50px 0;
}

.actions:not(.sidebar-block) .actions__title {
	float: left;
	margin: 0 40px 0 0;
	color: #575656;
	font-size: 20px;
	line-height: 24px;
}

.actions:not(.sidebar-block) .actions__all {
	float: right;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.actions:not(.sidebar-block) .actions__all-link {
	cursor: pointer;
	color: #444;
	border-bottom: 1px dotted #444;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.actions:not(.sidebar-block) .actions__all-link:hover {
	text-decoration: none;
	color: #ea543f;
	border-bottom: 1px dotted transparent;
}

.actions:not(.sidebar-block) .actions__content {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.actions:not(.sidebar-block) .actions__item {
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	margin-top: 40px;
}

.actions:not(.sidebar-block) .actions__item-inner {
	height: 100%;
	background: #fff;
	padding: 0 15px 15px;
	position: relative;
}

.actions:not(.sidebar-block) .actions__item.has_countdown .actions__item-inner {
	padding-bottom: 85px;
}

.actions:not(.sidebar-block) .actions__item-image-block {
	position: relative;
	width: calc(100% + 30px);
	background: #fff;
	overflow: hidden;
	margin: 0 -15px 10px;
	padding-bottom: 100%;
}

.actions:not(.sidebar-block) .actions__item-image:not(.actions__item-image_empty) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
}

.actions:not(.sidebar-block) .actions__item-image-link:hover .actions__item-image:not(.actions__item-image_empty) {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.actions:not(.sidebar-block) .actions__item-image_empty {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.actions:not(.sidebar-block) .actions__item-date {
	color: #575757;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	height: 18px;
	margin-bottom: 5px;
}

.actions:not(.sidebar-block) .actions__item-title {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}

.actions:not(.sidebar-block) .actions__item-title-link {
	text-decoration: none;
	color: #ea543f;
}

.actions:not(.sidebar-block) .actions__item-title-link:hover {
	color: #2d2d2d;
}

.actions:not(.sidebar-block) .actions__item-text {
	color: #888;
	font-size: 13px;
	margin-top: 8px;
	font-weight: 300;
	line-height: 1.5;
}

.actions:not(.sidebar-block) .countdown-datetime {
	position: absolute;
	left: 15px;
	bottom: 15px;
}


/*actions sidebar-block*/
.actions.sidebar-block .actions__all {
	border-top: 0 !important;
	margin-top: 0 !important;
}

.actions.sidebar-block .actions__content {
	border: 1px solid #eee;
	padding: 20px 20px;
}

.actions.sidebar-block .actions__item {
	font-size: 14px;
	font-weight: 300;
	border-top: 1px solid #eee;
	padding-top: 14px;
	margin-top: 14px;
}

.actions.sidebar-block .actions__item:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.actions.sidebar-block .actions__item-inner {
	border: 0!important;
	box-shadow: none!important;
}

.actions.sidebar-block .actions__item-image {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.actions.sidebar-block .actions__item-date {
	color: #575757;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	height: 18px;
	margin-top: 10px;
}

.actions.sidebar-block .actions__item-title {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin-top: 3px;
}

.actions.sidebar-block .actions__item-title-link {
	text-decoration: none;
	color: #ea543f;
}

.actions.sidebar-block .actions__item-title-link:hover {
	color: #2d2d2d;
}

.actions.sidebar-block .actions__item-text {
	color: #888;
	font-size: 13px;
	margin-top: 8px;
	font-weight: 300;
	line-height: 1.5;
}

/*news-list*/
.news-list__item {
	border: 1px solid #eee;
	margin-top: 30px;
}

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

.news-list__item-image-block {
	width: 250px;
	float: left;
}

.news-list__item-image {
	max-width: 250px;
}

.news-list__item-content {
	padding: 20px;
}

.news-list__item-image-block + .news-list__item-content {
	padding-left: 272px;
}

.news-list__item-title {
	font-size: 18px;
	line-height: 1.2;
	color: #575656;
}

.news-list__item-title-link {
	color: #ea543f;
	text-decoration: none;
}

.news-list__item-title-link:hover {
	color: #575656;
	text-decoration: none;
}

.news-list__item-date {
	margin-top: 6px;
	color: #878787;
	font-size: 14px;
	font-weight: 300;
}

.news-list__item-text {
	margin-top: 9px;
}

.news-list__item-more {
	margin-top: 12px;
}

.news-list__item-more-link {
	font-size: 14px;
	border-bottom: 1px dotted #ea543f;
	color: #ea543f;
}

.news-list__item-more-link:hover {
	border-bottom: 1px dotted transparent;
	color: #ea543f;
}

/*actions-list*/
.actions-list {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.actions-list__item {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.actions-list__item-inner {
	height: 100%;
	border: 1px solid #f5f5f5;
	border: 1px solid #eee;
	position: relative;
}

.actions-list__item.has_countdown .actions-list__item-inner {
	padding-bottom: 85px;
}

.actions-list__image-block {
	height: 161px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.actions-list__image {
	max-width: 100%;
}

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

.actions-list__wrapper {
	padding: 20px;
}

.actions-list__date {
	margin-top: 6px;
	color: #878787;
	font-size: 14px;
	font-weight: 300;
}

.actions-list__title {
	font-size: 18px;
	line-height: 1.2;
	color: #575656;
}

.actions-list__title-link {
	text-decoration: none;
	color: #ea543f;
}

.actions-list__title-link:hover {
	text-decoration: underline;
	color: #ea543f;
}

.actions-list__text {
	margin-top: 9px;
}

.actions-list .countdown-datetime {
	position: absolute;
	left: 15px;
	bottom: 15px;
}


/*articles-list*/
.articles-list__item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #d6d6d6;
}

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

.articles-list__item:last-child {
	padding-bottom: 30px;
	border-bottom: 1px dotted #d6d6d6;
}

.articles-list__item-image-block {
	float: left;
	width: 250px;
	height: 173px;
	position: relative;
}

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

.articles-list__item-content {
	padding-left: 280px;
}

.articles-list__item-date {
	margin-top: 6px;
	color: #878787;
	font-size: 14px;
	font-weight: 300;
}

.articles-list__item-title {
	font-size: 18px;
	line-height: 1.2;
	color: #575656;
}

.articles-list__item-title-link {
	text-decoration: none;
	color: #ea543f;
}

.articles-list__item-title-link:hover {
	text-decoration: underline;
	color: #ea543f;
}

.articles-list__item-text {
	margin-top: 9px;
}

.articles-list__item-more {
	margin-top: 12px;
}

.articles-list__item-more-link {
	font-size: 14px;
	border-bottom: 1px dotted #ea543f;
	color: #ea543f;
}

.articles-list__item-more-link:hover {
	border-bottom: 1px dotted transparent;
	color: #ea543f;
}


/*text-full*/
.text-full__date {
	color: #878787;
	font-size: 14px;
	font-weight: 300;
}

.text-full__date + .countdown-datetime {
	margin-top: 1em;
}

.text-full__tools {
	font-weight: 500;
}

.text-full__source {
	margin-top: 20px;
}

.text-full__source-link {
	color: #5a5a5a;
}

.text-full__controls {
	text-transform: uppercase;
	margin-top: 20px;
}

.text-full__controls-link {
	color: #5a5a5a !important;
	text-decoration: none;
}

.text-full__controls-link:hover {
	text-decoration: none;
}

/*share*/
.share {
	margin-top: 20px;
}

.share .share42init {
	font-size: 0;
}

.share .share42-item {
	margin-bottom: 0 !important;
	vertical-align: top;
}

/*main*/
.main_page_index {
	/*background: #fff !important;*/
}

.main_page_index.main_page_hidden {
	display: none !important;
}

.main_page_inner {
}

.main__sidebar-buffer {
	margin-top: 64px;
	width: 100%;
}

.main__sidebar_left {
	float: left;
	width: 226px;
}

.main__sidebar_right {
	float: right;
	width: 226px;
}

.main__content {
	position: relative;
}

.main__content_has_sidebar-left {
	float: right;
	width: 990px;
}

.main__content_has_sidebar-right {
	float: left;
	width: 990px;
}


/*brands*/
.brands__header {
	padding-top: 50px;
}

.brands__title {
	float: left;
	margin: 0 40px 0 0;
	color: #575656;
	font-size: 20px;
	line-height: 24px;
}

.brands__all {
	float: right;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.brands__all-link {
	cursor: pointer;
	color: #444;
	border-bottom: 1px dotted #444;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.brands__all-link:hover {
	text-decoration: none;
	color: #ea543f;
	border-bottom: 1px dotted transparent;
}


/*brands-slider*/
.brands-slider {
	padding: 10px 65px;
}

.brands-slider-outer {
	background: #f1f1f1;
}

.brands-slider__item {
	margin: 0 10px;
	padding: 10px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.brands-slider__item-link {
	background: #fff;
	position: relative;
	display: block;
}

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

.brands-slider__item-link:hover .brands-slider__item-image {
}

.brands-slider .slick-arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 3;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(/templates/template_54/img/slider-arrows.png);
}

.brands-slider .slick-arrow:hover {
	background-color: #ea543f;
}

.brands-slider .slick-prev {
	left: 0;
	background-position: 0 0;
}

.brands-slider .slick-prev:hover {
	background-position: 0 -50px;
}

.brands-slider .slick-next {
	right: 0;
	background-position: -50px 0;
}

.brands-slider .slick-next:hover {
	background-position: -50px -50px;
}

/*brands-card*/
.brands-card {
	padding: 36px 0 50px;
	font-size: 0;
	text-align: center;
	margin: 0 -7px;
}

.brands-card-outer {
	background: #f1f1f1;
}

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

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

.brands-card__item-image-block {
	background: #fff;
	position: relative;
	display: block;
	border: 1px solid #ececec;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.brands-card__item-link:hover .brands-card__item-image-block {
	box-shadow: 0 0 4px rgba(175, 175, 175, .4), 0 2px 12px rgba(175, 175, 175, .4);
	border: 1px solid #fff;
	z-index: 7;
}

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

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

.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 {
	padding: 40px 0 50px;
	margin: 0 -5px;
	-moz-columns: 4 auto;
	-webkit-columns: 4 auto;
	columns: 4 auto;
}

.brands-list-outer {
	background: #f1f1f1;
}

.brands-list__item {
	padding: 0 5px;
	display: inline-block;
	width: 100%;
}

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

.brands-list__item-link:hover {
	color: #ea543f;
}

/*product__sale*/
.product__sale {
	width: 82px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	pointer-events: none;
}

.product__gift + .product__sale {
	top: 39px;
}

.product__sale-item {
	width: 100%;
	margin-top: 5px;
	height: 26px;
	z-index: 3;
	position: relative;
}

.product__sale-item_icon_new {
	background: url(/templates/template_54/img/product__sale-item_icon_new.png) no-repeat;
}

.product__sale-item_icon_hit {
	background: url(/templates/template_54/img/product__sale-item_icon_hit.png) no-repeat;
}

.product__sale-item_icon_spec {
	background: url(/templates/template_54/img/product__sale-item_icon_spec.png) no-repeat;
}

/*rating*/
.rating {
	display: none;
	height: 11px;
	overflow: hidden;
}

.star-rating-control {
	display: block;
}

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

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

.star-rating {
	height: 11px;
}

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

.rating-cancel a {
	background: url(/templates/template_54/img/rating-delete.png) no-repeat 0 -14px;
}

.star-rating {
	background: url(/templates/template_54/img/rating-item.png) no-repeat 0 0;
}

.star-rating a {
	background: url(/templates/template_54/img/rating-item.png) no-repeat 0 0;
}

.rating-loader {
	background: url(/templates/template_54/img/rating-loader.gif) no-repeat 0 0;
}

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

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

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

.rating-cancel a {
	display: block;
	width: 14px;
	height: 14px;
	background-position: 0 0;
}

.rating-cancel.star-rating-hover a {
	background-position: 0 -14px;
}

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

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

/*status*/
.status {
	display: inline-block;
	line-height: 1.1;
}

.nalichie-yes,
.status_yes {
	color: #6eb52c;
	border-bottom: 1px dashed #6eb52c;
}

.nalichie-zakaz,
.status_zakaz {
	color: #ffb61a;
	border-bottom: 1px dashed #ffb61a;
}

.nalichie-no,
.status_no {
	color: #a3a3a3;
	border-bottom: 1px dashed #a3a3a3;
}

/*products*/
.product__title {
	font-size: 17px;
	line-height: 22px;
}

.product__title_row_1 {
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product__title_row_2 {
	height: 47px;
}

.product__title_row_3 {
	height: 69px;
}

.product__title_row_4 {
	height: 91px;
}

.product__title_row_5 {
	height: 113px;
}

.rating__outer {
	text-align: center;
}

.product__title-link {
	color: #2d2d2d;
	text-decoration: none;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
}

.product__title-link:hover {
	color: #ea543f;
	text-decoration: none;
}

.product__image-block {
	position: relative;
	width: 100%;
}

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

.product__zoom {
	opacity: 0;
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: url(/templates/template_54/img/product__zoom.png) no-repeat center center, url(/templates/template_54/img/product__zoom_bg.png);
	border-radius: 3px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.product__item-inner:hover .product__zoom {
	opacity: .7;
}

.product__zoom:hover {
	opacity: 1 !important;
}

.product__price {
	color: #ea543f;
	font-size: 23px;
	line-height: 26px;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product__price-old {
	text-decoration: line-through;
	color: #575757;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	height: 18px;
}

.profit__percent {
	background: #fdce36;
	color: #4a494a;
}

.profit__price {
	background: #fdce36;
	color: #4a494a;
}

.product__description {
	font-weight: 300;
	color: #696969;
	font-size: 12px;
}

.product__amount {
	position: relative;
}

.product__amount-outer.hidden,
.product__amount.hidden {
	display: none !important;
}

.product__amount-inner {
	font-size: 0;
	white-space: nowrap;
}

.product__amount-count {
	font-size: 14px;
	color: #a3a2a2;
	line-height: 1;
	margin-top: 2px;
	text-align: center;
	width: 100%;
}

.product__amount-input {
	text-align: center;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	vertical-align: top;
	width: auto;
	float: none;
	border-radius: 6px;
}

.product__amount-minus + .product__amount-input {
	border-radius: 0;
}

.product__amount-minus {
	border-radius: 6px 0 0 6px;
	border: 1px solid #efefef;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 26px;
	height: 40px;
	cursor: pointer;
	background: #efefef;
}

.product__amount-plus {
	border-radius: 0 6px 6px 0;
	border: 1px solid #efefef;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 26px;
	height: 40px;
	cursor: pointer;
	background: #efefef;
}

.product__amount-minus:before,
.product__amount-plus:before {
	content: '';
	width: 12px;
	height: 2px;
	background: #a3a2a2;
	display: block;
	top: 50%;
	margin-top: -1px;
	position: absolute;
	left: 50%;
	margin-left: -6px;
}

.product__amount-plus:after {
	content: '';
	width: 2px;
	height: 12px;
	background: #a3a2a2;
	display: block;
	top: 50%;
	margin-top: -6px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
}

/*amount products-list*/
.products-list .product__amount-input {
	width: 48px;
}

.products-list .product__amount-input.size-1 {
	width: 40px;
}

.products-list .product__amount-input.size-2 {
	width: 40px;
}

.products-list .product__amount-input.size-3 {
	width: 48px;
}

.products-list .product__amount-input.size-4 {
	width: 48px;
}

.products-list .product__amount-input.size-5 {
	width: 58px;
}

.products-list .product__amount-input.size-6 {
	width: 68px;
}

.products-list .product__amount-input.size-7 {
	width: 76px;
}

.products-list .product__amount-input.size-8 {
	width: 86px;
}

.products-list .product__amount-input.size-9 {
	width: 96px;
}

/*amount products-grid*/
.products-grid .product__amount-input {
	max-width: 100%;
}

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

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

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

.products-grid .product__amount-input.size-4 {
}

.products-grid .product__amount-input.size-5 {
}

.products-grid .product__amount-input.size-6 {
}

.products-grid .product__amount-input.size-7 {
	font-size: 13px;
}

.products-grid .product__amount-input.size-8 {
	font-size: 13px;
}

.products-grid .product__amount-input.size-9 {
	font-size: 13px;
}

.products-grid .product__amount.size-7,
.products-grid .product__amount.size-8,
.products-grid .product__amount.size-9 {
	width: 70px;
	margin-right: 10px;
}

/*amount products-full*/
.products-full .product__amount-input {
	width: 48px;
}

.products-full .product__amount-input.size-1 {
	width: 40px;
}

.products-full .product__amount-input.size-2 {
	width: 40px;
}

.products-full .product__amount-input.size-3 {
	width: 48px;
}

.products-full .product__amount-input.size-4 {
	width: 48px;
}

.products-full .product__amount-input.size-5 {
	width: 48px;
	font-size: 14px;
}

.products-full .product__amount-input.size-6 {
	width: 68px;
}

.products-full .product__amount-input.size-7 {
	width: 76px;
}

.products-full .product__amount-input.size-8 {
	width: 86px;
}

.products-full .product__amount-input.size-9 {
	width: 96px;
}

/*amount products-order*/
.products-order .product__amount-input {
	width: 48px;
}

.products-order .product__amount-input.size-1 {
	width: 40px;
}

.products-order .product__amount-input.size-2 {
	width: 40px;
}

.products-order .product__amount-input.size-3 {
	width: 48px;
}

.products-order .product__amount-input.size-4 {
	width: 48px;
}

.products-order .product__amount-input.size-5 {
	width: 58px;
}

.products-order .product__amount-input.size-6 {
	width: 68px;
}

.products-order .product__amount-input.size-7 {
	width: 76px;
}

.products-order .product__amount-input.size-8 {
	width: 86px;
}

.products-order .product__amount-input.size-9 {
	width: 96px;
}

.product__button_preorder {
	font-size: 16px;
	background: #4f4f4f !important;
	border-bottom: 3px solid #222 !important;
}

.product__button_preorder:hover {
	background: #767676 !important;
	border-bottom: 3px solid #4f4f4f !important;
}

.product__button_buy {
	font-size: 16px;
}

.product__button_buy span {
	white-space: nowrap;
	display: inline-block;
	line-height: 23px;
	padding: 0 0 0 25px;
	background: url(/templates/template_54/img/product__button_buy.png) no-repeat 0 1px;
}

.product__button_fast {
	font-size: 16px;
	background: #a1c857 !important;
	border-bottom: 3px solid #95af55 !important;
}

.product__button_fast:hover {
	background: #90ca20 !important;
	border-bottom: 3px solid #95af55 !important;
}

.product__button_fast span {
	white-space: nowrap;
	display: inline-block;
	line-height: 23px;
	padding: 0 0 0 30px;
	background: url(/templates/template_54/img/button_fast.png) no-repeat;
}

.product__button_disabled {
	font-size: 16px;
	border-bottom: 3px solid #e2e2e2;
	background: #efefef;
	color: #a3a3a3;
}

.product__button_disabled:hover {
	border-bottom: 3px solid #ccc;
	color: #777;
	background: #ddd;
}

.product__compare {
	opacity: .5;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

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

.product__compare-link {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
	color: #525151;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	white-space: nowrap;
}

.product__compare-link:before {
	content: '';
	width: 11px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/templates/template_54/img/product__compare-link.png);
	background-color: #ea543f;
}

.product__compare-link:hover {
	text-decoration: underline;
}

.product__favorite {
	opacity: .5;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

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

.product__favorite-link {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
	color: #525151;
	padding: 0 0 0 15px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	white-space: nowrap;
}

.product__favorite-link:before {
	content: '';
	width: 13px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/templates/template_54/img/product__favorite-link.png);
	background-color: #ea543f;
}

.product__favorite-link:hover {
	text-decoration: underline;
}

.properties {
	font-weight: 300;
	color: #696969;
	font-size: 12px;
}

.properties__title {
	font-weight: 500;
	color: #33a0b8;
	text-transform: uppercase;
	margin-top: 5px;
}

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

.properties__item-name {
	font-weight: 400;
	color: #000;
}

.properties__list-item {
	padding-left: 15px;
	position: relative;
}

.properties__list-item:before {
	content: '';
	position: absolute;
	background: #696969;
	display: block;
	left: 3px;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	margin-top: -1px;
}

.product__gift {
	position: absolute;
	width: 47px;
	height: 32px;
	left: 10px;
	top: 5px;
	background: url(/templates/template_54/img/product__gift.png) no-repeat left center;
	z-index: 3;
	text-align: left;
}

.product__gift:hover {
	z-index: 4;
}

.product__gift-inner {
	display: none;
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #fff;
	width: 184px;
	padding: 4px 8px 8px;
	box-shadow: 0 0 4px rgba(175, 175, 175, .4), 0 2px 12px rgba(175, 175, 175, .4);
	border: 1px solid #fff;
}

.product__gift:hover .product__gift-inner {
	display: block;
}

.product__gift-inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -7px 0 0 -7px;
	box-shadow: 0 0 4px rgba(175, 175, 175, .4), 0 2px 12px rgba(175, 175, 175, .4);
	border: 1px solid #fff;
	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: #ea543f;
	font-size: 14px;
	line-height: 1.2;
}

.product__gift-content {
	z-index: 3;
	position: relative;
	margin-top: 8px;
}

.product__gift-content:first-child {
	margin-top: 0;
}

.product__gift-item {
	display: block;
	position: relative;
	color: #2d2d2d;
	font-weight: 400;
	padding-left: 63px;
	text-decoration: none;
	min-height: 55px;
}

.product__gift-item + .product__gift-item {
	margin-top: 8px;
}

.product__gift-item:hover {
	color: #33a0b8;
	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-full .product__gift {
	left: auto;
	right: 10px;
	top: 10px;
	background-position: right center;
}

.products-full .product__gift-inner {
	left: auto;
	right: 100%;
}

.products-full .product__gift-inner:before {
	left: auto;
	right: 0;
	margin: -7px -7px 0 0;
}



.products-full .countdown-datetime {
	margin: 30px 0 -14px 0;
}


/*products-grid*/
.products-grid {
	margin-left: -10px;
	margin-right: -10px;
}

.products-grid .product__item {
	width: 25%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.products-grid .product__item_inline_5 {
	width: 20%;
}

.products-grid .product__item-inner {
	padding: 15px 20px;
	background: #fff;
	position: relative;
	margin-bottom: 20px;
}

.products-grid .product__title {
	margin-top: 12px;
	text-align: center;
	overflow: hidden;
}

.products-grid .product__sku {
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #a3a2a2;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

.products-grid .product__description {
	margin-top: 10px;
}

.products-grid .product__image-block {
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: calc(100%  +  40px);
	width: auto;
}

.products-grid .countdown-datetime {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.products-grid .rating__outer {
	margin-top: 12px;
	height: 12px;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	overflow: hidden;
}

.products-grid .product__zoom {
	top: 50%;
	margin-top: -15px;
}

.products-grid .product__price-block {
	margin-top: 15px;
	text-align: center;
}

.products-grid .profit {
	font-size: 0;
	position: absolute;
	right: 5px;
	pointer-events: none;
	z-index: 3;
	top: 5px;
}

.products-grid .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 3px 9px;
	font-size: 13px;
	font-weight: 500;
}

.products-grid .profit__percent-percent {
}

.products-grid .small-button_opisanie_small_and_properties {
    display: none;
}

.products-grid .product__content {
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 -1px 0 -1px;
	font-size: 13px;
	position: absolute;
	background: #fff;
	z-index: 5;
	border: 1px solid #fff;
	padding: 0 20px 15px;
	border-top: 0;
	box-shadow: 0 0 4px rgba(175, 175, 175, .4), 0 2px 12px rgba(175, 175, 175, .4);
}

.products-grid .product__content:before {
	content: '';
	position: absolute;
	height: 6px;
	background: #fff;
	top: -6px;
	left: -1px;
	right: -1px;
	display: block;
}

.products-grid .product__item-inner:hover .product__content {
	display: block;
}

.products-grid .product__status-outer {
	text-align: center;
	margin-top: 7px;
}

.products-grid .product__variants {
	margin-bottom: 16px;
}

.products-grid .product__button-block {
	text-align: center;
	font-size: 0;
}

.products-grid .product__button {
	width: 100%;
}

.products-grid .has_amount_field .product__button:not(.product__button_disabled) {
	width: 109px;
}

.products-grid .has_amount_field .product__button_buy span {
	padding: 0;
	background: none;
}

.products-grid .product__compare,
.products-grid .product__compare_disable {
	margin-top: 14px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.products-grid .product__extra-tools .product__compare,
.products-grid .product__extra-tools .product__compare_disable {
	width: auto;
	text-align: left;
	float: left;
	overflow: hidden;
}

.products-grid .product__favorite,
.products-grid .product__favorite_disable {
	margin-top: 14px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.products-grid .product__extra-tools .product__favorite,
.products-grid .product__extra-tools .product__favorite_disable {
	width: auto;
	text-align: right;
	float: right;
	overflow: hidden;
}

.opisanie_small_and_properties-close {
    display: none;
}

.products-grid .properties {
	margin-top: 10px;
}

.products-grid .product__amount {
	width: 66px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}

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

.products-grid:not(.slick-initialized) .product__item-inner {
    height: calc(100% - 20px);
}

/*products-list*/
.products-list .product__item-inner {
	padding: 35px 35px 35px 305px;
	background: #fff;
	position: relative;
	margin-bottom: 20px;
	min-height: 339px;
}

.products-list .product__title-link:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

.products-list .rating__outer {
	text-align: left;
	margin: 14px 0 0 -2px;
}

.products-list .rate {
	float: left;
	height: 11px;
	overflow: hidden;
}

.products-list .product__sku {
	margin: 14px 30px 0 0;
	float: left;
	font-size: 14px;
	color: #a3a2a2;
	font-weight: 300;
	line-height: 1;
}

.products-list .product__firm {
	margin: 14px 30px 0 0;
	float: left;
	font-size: 14px;
	color: #a3a2a2;
	font-weight: 300;
	line-height: 1;
}

.products-list .product__firm-link {
	text-decoration: underline;
	color: #a3a2a2;
}

.products-list .product__firm-link:hover {
	text-decoration: none;
	color: #a3a2a2;
}

.products-list .product__description {
	margin-top: 14px;
	font-size: 15px;
}

.products-list .product__image-block {
	width: 235px;
	height: 235px;
	position: absolute;
	left: 35px;
	top: 35px;
}

.products-list .countdown-datetime {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.products-list .product__zoom {
	top: 50%;
	margin-top: -15px;
}

.products-list .product__price-block {
	margin-top: 14px;
	font-size: 0;
}

.products-list .properties + .product__price-block,
.products-list .product__meta + .product__price-block,
.products-list .product__price-block + .product__price-block {
	margin-top: 10px;
}

.products-list .product__price {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.products-list .product__price-old {
	display: inline-block;
	vertical-align: top;
	line-height: 32px;
}

.products-list .profit {
	font-size: 0;
	margin-top: 12px;
	margin-bottom: 10px;
}

.products-list .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 13px;
	font-weight: 500;
	margin-right: 5px;
}

.products-list .profit__percent-percent {
}

.products-list .profit__price {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 13px;
	font-weight: 500;
}

.products-list .profit__price-text {
}

.products-list .profit__price-price {
}

.products-list .product__status-outer {
	margin-top: 6px;
}

.products-list .product__variants {
	margin-bottom: 0;
	margin-top: 14px;
}

.products-list .product__amount {
	float: left;
	margin-right: 15px;
	margin-top: 14px;
}

.products-list .product__button-block {
	float: left;
	margin-top: 14px;
}

.products-list .product__compare,
.products-list .product__compare_disable {
	float: left;
	margin-left: 15px;
	line-height: 1;
	margin-top: -4px;
	padding-top: 3px;
	margin-bottom: -3px;
}

.products-list .product__favorite,
.products-list .product__favorite_disable {
	float: left;
	margin-left: 15px;
	line-height: 1;
	margin-top: -4px;
	padding-top: 3px;
	margin-bottom: -3px;
}

.products-list .properties {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px dashed #ddd;
}

/*product-full*/
.products-full__left {
	float: left;
	width: 420px;
}

.products-full__right {
	float: right;
	width: 480px;
}

.products-full .product__image-block-outer {
	width: 420px;
	height: 420px;
	position: relative;
}

.products-full .product__image-block {
	width: 420px;
	height: 420px;
	position: relative;
}

.products-full .product__image-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

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

.products-full .product__zoom {
	pointer-events: none;
	top: 50%;
	margin-top: -15px;
}

.products-full .product__image-block-outer:hover .product__zoom {
	opacity: 1;
}

.products-full .product__sale-item:first-child {
	margin-top: 0;
}

.products-full__small-slider-outer {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 380px;
}

.products-full__small-slider .slick-arrow {
	width: 10px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(/templates/template_54/img/product-full__small-slider.png);
	background-color: #ea543f;
}

.products-full__small-slider .slick-prev {
	background-position: 0 0;
	left: -20px;
}

.products-full__small-slider .slick-next {
	background-position: -10px 0;
	right: -20px;
}

.products-full__small-slider .slick-disabled {
	cursor: default;
	background-color: #5a5a5a;
}

.products-full .product__thumb-link {
	width: 68px;
	height: 68px;
	border: 1px solid #f4f3f3;
	cursor: pointer;
	position: relative;
	margin: 0 auto;
}

.products-full .product__thumb-link:hover {
	border: 2px solid #eb642d;
}

.products-full .product__thumb-block.active .product__thumb-link {
	border: 2px solid #eb642d;
}

.products-full .product__thumb {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 62px;
	max-height: 62px;
	margin: auto;
}

.products-full__block-1 {
	position: relative;
}

.products-full__block-1.has-firm {
	padding-right: 69px;
	min-height: 54px;
}

.products-full__title h1,
.products-full__title .h1 {
	color: #575656;
	font-size: 25px;
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
}

.products-full .rating-outer {
	overflow: hidden;
}

.products-full .rating {
	float: left;
	margin-right: 9px;
	margin-top: 10px;
}

.products-full .rating_show {
	float: left;
	margin-right: 8px;
	margin-left: -1px;
}

.products-full .rating_votes_count {
	float: left;
	color: #a9a6a5;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin-right: 8px;
}

.products-full .rating__add {
	float: left;
	margin-top: 10px;
}

.products-full .rating_your_vote {
	float: left;
	color: #a9a6a5;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin-right: 8px;
}

.products-full .rating__form {
	float: left;
	margin-left: -1px;
}

.products-full .product__compare,
.products-full .product__compare_disable {
	float: left;
	margin-right: 15px;
	margin-top: 14px;
	height: 16px;
}

.products-full .product__favorite,
.products-full .product__favorite_disable {
	float: left;
	margin-right: 15px;
	margin-top: 14px;
	height: 16px;
}

.products-full .product__sku {
	color: #a9a6a5;
	font-weight: 300;
	font-size: 14px;
	margin: 10px 0 0 0;
	line-height: 1.5;
	float: left;
}

.products-full .product__firm {
	width: 54px;
	height: 54px;
	position: absolute;
	right: 0;
	top: 0;
}

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

.products-full .product__firm-name {
	display: none;
}

.products-full .product__firm-value {
	display: none;
}

.products-full__line {
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 0;
	margin-top: 24px;
}

.products-full .product__more {
	margin-top: 8px;
	line-height: 1;
	margin-bottom: -2px;
}

.products-full .product__more-link {
	position: relative;
	font-size: 12px;
	color: #ea543f;
	cursor: pointer;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 15px;
}

.products-full .product__more-link:hover {
	color: #5a5a5a;
}

.products-full .product__more-link:after {
	content: '';
	width: 9px;
	height: 6px;
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/templates/template_54/img/product__more-link.png);
	background-color: #ea543f;
}

.products-full .product__more-link:hover:after {
	background-color: #5a5a5a;
}

.products-full .properties_is_short {
	color: #5a5a5a;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	margin-top: 24px;
}

.products-full .properties_is_short td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.products-full .properties_is_short td:first-child {
	font-weight: 400;
	padding-right: 15px;
}

.products-full .properties_is_full th {
	padding-bottom: 5px;
	padding-top: 31px;
	color: #575656;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	font-weight: 400;
}

.products-full .properties_is_full tr th {
	padding-left: 0;
	padding-right: 0;
}

.products-full .properties_is_full tr:first-child th {
	padding-top: 0;
}

.products-full .properties_is_full td {
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
	color: #696969;
	padding-top: 13px !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 5px !important;
	vertical-align: bottom;
}

.products-full .properties_is_full td:first-child {
	padding-right: 5px !important;
	padding-left: 0 !important;
	color: #1d1d1b;
	background: url(/templates/template_54/img/product-full__params_is_full.png) repeat-x left bottom;
}

.products-full .properties_is_full td:first-child span {
	background: #fff;
	padding: 0 5px 0 0;
}

.products-full .properties_is_full ul {
	padding-left: 0;
	margin-left: 0;
}

.products-full .properties_is_full li {
	padding-left: 12px !important;
	margin-left: 0 !important;
	list-style: none !important;
}

.products-full .properties_is_full li:before {
	content: '';
	position: absolute;
	background: #696969;
	width: 3px;
	height: 3px;
	left: 0;
	top: 10px;
	border-radius: 50%;
}

.products-full .product__price-block {
	margin-top: 25px;
}

.products-full .product__price {
	float: left;
	margin: 0 15px 0 0;
	color: #4a494a;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	overflow: visible;
}

.products-full .product__price-text {
	font-size: 17px;
	font-weight: 400;
}

.products-full .product__price-old {
	color: #a9a6a5;
	float: left;
	line-height: 1;
	padding-top: 10px;
	font-size: 18px;
	text-decoration: line-through;
	height: auto;
	font-weight: 400;
}

.products-full .profit {
	font-size: 0;
	margin-top: 12px;
	margin-bottom: 28px;
}

.products-full .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 13px;
	font-weight: 500;
	margin-right: 5px;
}

.products-full .profit__percent-percent {
}

.products-full .profit__price {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 13px;
	font-weight: 500;
}

.products-full .profit__price-text {
}

.products-full .profit__price-price {
}

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

.products-full .product__status {
	float: left;
	padding: 0 0 0 26px;
	font-size: 16px;
	line-height: 1;
	border-bottom: 0;
	text-transform: lowercase;
	display: block;
}

.products-full .nalichie-yes {
	background: url(/templates/template_54/img/status_yes.png) no-repeat 0 50%;
}

.products-full .nalichie-no {
	background: url(/templates/template_54/img/status_no.png) no-repeat 0 58%;
	color: #f15e48;
}

.products-full .nalichie-zakaz {
	background: url(/templates/template_54/img/status_zakaz.png) no-repeat 0 50%;
}

.products-full .product__variants {
	margin-bottom: 0;
	margin-top: 19px;
}

.products-full .product__amount-outer {
	float: left;
	margin-right: 15px;
	margin-top: 19px;
	margin-bottom: -16px;
}

.products-full .product__amount-count {
	margin-bottom: 14px;
}

.products-full .product__button {
	float: left;
	margin-right: 15px;
	margin-top: 19px;
}

.products-full .product__button_disabled {
	cursor: default;
	pointer-events: none;
}

.products-full .product__button_fast {
	margin-right: 0;
}

.product-full__info-banner {
	font-size: 14px;
	font-weight: 400;
	margin-top: 25px;
}

.product-full__info-banner-item {
	margin-top: 13px;
}

.product-full__info-banner-item:first-child {
	margin-top: 0;
}

.product-full .share {
	margin-top: 24px;
}

/*tab_full*/
.tab_full {
	margin-top: 50px;
}

.tab_full .tab__control {
	width: 100%;
	overflow: hidden;
}

.tab_full .tab__control-item {
	text-decoration: none;
	float: left;
	margin-right: 7px;
	font-size: 17px;
	font-weight: 300;
}

.tab_full .tab__control-item span {
	padding: 15px;
	float: left;
	border: 1px solid #efefef;
	background: #fff;
	position: relative;
	z-index: 2;
	color: #484848;
	cursor: pointer;
}

.tab_full .tab__control-item span:hover,
.tab_full .tab__control-item.active span {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ea543f;

}

.tab_full .tab__control-item.active span {
	cursor: default;
}

.tab_full .tab__content {
	border: 1px solid #efefef;
	padding: 40px;
	overflow: hidden;
	margin: -1px 0 0;
}

/*cart*/
.products-order {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.products-order .product__item {
	display: table-row;
}

.products-order .product__item>div {
	display: table-cell;
	padding: 20px 25px;
	border: 1px dotted #efeff0;
	vertical-align: middle;
	background: #fff;
}

.products-order .product__header {
	background: #ea543f !important;
	color: #fff;
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
}

.products-order .product__image-block {
	font-size: 0;
	width: 130px;
	text-align: center;
}

.products-order .product__image-link {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: relative;
}

.products-order .product__title {
	font-size: 16px;
	color: #2d2d2d;
	margin-bottom: 15px;
}

.products-order .product__title:last-child {
	margin-bottom: 0;
}

.products-order a.product__title-link:hover {
	text-decoration: none;
}

.products-order .product__remove {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.products-order .product__remove-link {
	width: 24px;
	height: 24px;
	background: url(/templates/template_54/img/product__remove-link.png) no-repeat center center;
	display: block;
	cursor: pointer;
	margin: 0 auto;
}

.products-order .product__remove-link:hover {
	opacity: .6;
}

.products-order .product__sku {
	font-size: 14px;
	color: #a3a2a2;
	font-weight: 300;
}

.products-order .product__firm {
	font-size: 14px;
	color: #a3a2a2;
	font-weight: 300;
}

.products-order .product__firm-link {
	text-decoration: underline;
	color: #a3a2a2;
}

.products-order .product__firm-link:hover {
	text-decoration: none;
	color: #a3a2a2;
}

.products-order .product__variant {
	font-size: 14px;
	color: #a3a2a2;
	font-weight: 300;
}

.products-order .product__variant-name {
	color: #2d2d2d;
}

.products-order .product__preorder span {
	color: #ffb61a;
	border-bottom: 1px dashed #ffb61a;
	line-height: 1.1;
	cursor: default;
}

.products-order .product__price-block {
	text-align: center;
}

.products-order .product__promo {
	display: block;
	margin-bottom: 5px;
	color: #6eb52c;
}

.products-order .product__price-text {
	display: none;
}

.products-order .product__price {
	font-weight: 500;
	white-space: nowrap;
	font-size: 17px;
	line-height: 22px;
	color: #484848;
	display: block;
}

.products-order .product__price-old {
	display: block;
}

.products-order .profit {
	font-size: 0;
	margin-top: 12px;
}

.products-order .profit__percent {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 13px;
	font-weight: 500;
}

.products-order .profit__percent-percent {
}

.products-order .profit__price {
}

.products-order .profit__price-text {
}

.products-order .profit__price-price {
}

.products-order .product__amount-outer {
	font-size: 0;
	text-align: center;
}

.products-order .product__amount {
	display: inline-block;
}

.products-order .product__amount_is_show .product__amount-minus {
	display: none;
}

.products-order .product__amount_is_show .product__amount-plus {
	display: none;
}

.products-order .product__total-outer {
	text-align: center;
}

.products-order .product__total-text {
	display: none;
}

.products-order .product__total {
	font-weight: 500;
	white-space: nowrap;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	color: #ea543f;
}

.products-order .properties {
	margin-top: 15px;
}

/*contrast-border*/
.contrast-border {
	border: 1px solid #ececec;
}

.contrast-border:hover {
	box-shadow: 0 0 4px rgba(175, 175, 175, .4), 0 2px 12px rgba(175, 175, 175, .4);
	border: 1px solid #fff;
	z-index: 7;
}

/*hits*/
.hits__header {
	margin-bottom: 40px;
}

.hits__title {
	float: left;
	margin: 0 40px 0 0;
	color: #575656;
	font-size: 20px;
	line-height: 24px;
}

.hits__all {
	float: right;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.hits__all-link {
	cursor: pointer;
	color: #444;
	border-bottom: 1px dotted #444;
	padding: 0 0 2px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.hits__all-link:hover {
	text-decoration: none;
	color: #ea543f;
	border-bottom: 1px dotted transparent;
}

/*banners*/
.toolbar + .catalog-banners,
.page-text + .catalog-banners {
	margin-top: 30px;
}

.banners__item {
	margin-top: 15px;
}

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

.banners__item p {
	margin: 0 !important;
}

.banners__item img {
	max-width: 100%;
	height: auto !important;
}

/*tooltip*/
.tooltip {
	z-index: 90;
	position: absolute;
	background: rgba(118, 118, 118, 0.9);
	color: #fff;
	font-size: 13px;
	width: 200px;
	padding: 6px 10px 9px;
	line-height: 1.3;
	border-radius: 3px;
}

.tooltip:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	border: 8px solid transparent;
	border-top: 8px solid rgba(118, 118, 118, 0.9);
	bottom: -16px;
	margin-left: -8px;
	pointer-events: none;
}

/*tab_products*/
.tab_products {
	padding-top: 50px;
}

.tab_products .tab__control-item {
	color: #bfbebe;
	line-height: 1.4;
	position: relative;
	z-index: 2;
	float: left;
	font-size: 19px;
	margin-right: 50px;
	cursor: pointer;
	border-bottom: #bfbebe dashed 1px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.tab_products .tab__control-item:last-child {
	margin-right: 0;
}

.tab_products .tab__control-item:hover {
	color: #575656;
}

.tab_products .tab__control-item.active {
	color: #575656;
	border-bottom: #ea543f dashed 1px;
}

.tab_products .tab__content {
	margin-top: 30px;
}

.tab_products .tab__content-item_hidden {
	opacity: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	z-index: -1;
}

.novelties__all {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	position: absolute;
	right: 15px;
	top: 52px;
}

.novelties__all-link {
	cursor: pointer;
	color: #444;
	border-bottom: 1px dotted #444;
	padding: 0 0 2px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.novelties__all-link:hover {
	text-decoration: none;
	color: #ea543f;
	border-bottom: 1px dotted transparent;
}

/*products-slider*/
.products-slider .products-grid {
	/*margin-bottom: -111px;*/ /* ñëàéäåð íàåçæàåò íà çàãîëîâîê íîâîñòåé íà ãëàâíîé ïðè êàêèõ-òî ðàçðåøåíèÿõ */
	margin-bottom: -51px;
	visibility: hidden;
	position: relative;
	z-index: 2;
}

.products-slider .product__title {
	max-height: 47px;
}

.products-slider.additional__is_recommended .products-grid {
	margin-bottom: -100px;
}

.products-slider:not(.additional__is_recommended) .product__item {
	padding-bottom: 141px;
	padding-top: 10px;
}

.products-slider .product__button {
	width: 100%;
}

.products-slider .product__image-block {
	height: 149px;
}

.products-slider .slick-arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 3;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(/templates/template_54/img/slider-arrows.png);
	margin-top: -81px;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.products-slider .slick-arrow:not(.slick-disabled):hover {
	background-color: #ea543f;
}

.products-slider.additional__is_recommended .slick-arrow {
	margin-top: -10px;
}

.products-slider .slick-prev {
	left: 0;
	background-position: 0 0;
}

.products-slider .slick-prev:not(.slick-disabled):hover {
	background-position: 0 -50px;
}

.products-slider .slick-next {
	right: 0;
	background-position: -50px 0;
}

.products-slider .slick-next:not(.slick-disabled):hover {
	background-position: -50px -50px;
}

.products-slider .products-grid:hover .slick-arrow {
	opacity: 1;
}

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

/*additional*/
.additional {
	margin-top: 50px;
}

.additional__header {
	margin-bottom: 30px;
}

.additional__title {
	float: left;
	margin: 0;
	color: #575656;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	padding-left: 32px;
}

.additional__title:before {
	content: '';
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.additional_is_recommended .additional__title:before {
	background: url(/templates/template_54/img/additional__is_recommended.png) no-repeat;
}

.additional_is_associated .additional__title:before {
	background: url(/templates/template_54/img/additional_is_associated.png) no-repeat;
}

/*payment-icons*/
.payment-icons {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-left: -5px;
	margin-right: -5px;
}

.payment-icons p {
	margin: 0;
	display: inline;
}

.payment-icons a {
	text-decoration: none;
}

.payment-icons img {
	display: block;
	float: left;
	margin: 0 5px 8px;
}

.payment-icons img:hover {
}

/*fixed-menu*/
.fixed-menu {
	opacity: .8;
	position: fixed;
	right: 0;
	bottom: 16px;
	outline: 0;
	z-index: 91;
	transition: bottom .25s ease-in-out;
	-moz-transition: bottom .25s ease-in-out;
	-webkit-transition: bottom .25s ease-in-out;
}

.fixed-menu:hover {
	opacity: 1;
}

.fixed-menu__inner {
	background: #222b38;
	overflow: hidden;
}

.fixed-menu__item {
	border-right: 1px dotted #656774;
	line-height: 45px;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	float: left;
	height: 45px;
	display: none;
}

.fixed-menu__item_actions {
	display: none !important;
}

.fixed-menu__item_up {
	display: none;
}

.fixed-menu__item-link {
	cursor: pointer;
	padding: 0 15px 0 48px;
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.fixed-menu__item-link:hover {
	text-decoration: none;
	color: #ea543f;
}

.fixed-menu__item-link:before {
	content: '';
	left: 19px;
	top: 50%;
	width: 21px;
	height: 20px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ea543f;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.fixed-menu__item-link_up:before {
	background-image: url(/templates/template_54/img/fixed-menu__item-link_up.png);
}

.fixed-menu__item-link_recent:before {
	background-image: url(/templates/template_54/img/fixed-menu__item-link_recent.png);
}

.fixed-menu__item-link_compare:before {
	background-image: url(/templates/template_54/img/fixed-menu__item-link_compare.png);
}

.fixed-menu__item-link_favorite:before {
	background-image: url(/templates/template_54/img/fixed-menu__item-link_favorite.png);
}

.fixed-menu__item-link_sendmail:before {
	background-image: url(/templates/template_54/img/fixed-menu__item-link_sendmail.png);
}

.fixed-menu__item-link_actions:before {
	background-image: url(/templates/template_54/img/fixed-menu__item-link_actions.png);
}

.fixed-menu__item-amount {
	color: #b6b6c1;
	font-style: normal;
	font-weight: 400;
}

.fixed-menu__toggle {
	width: 46px;
	height: 45px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	float: right;
}

.fixed-menu__toggle span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	background: #fff;
	width: 30px;
	margin-left: -15px;
	margin-top: -1px;
}

.fixed-menu__toggle span:before,
.fixed-menu__toggle span:after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	transition-duration: .3s, .3s;
	-webkit-transition-duration: .3s, .3s;
}

.fixed-menu__toggle span:before {
	top: 0;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.fixed-menu__toggle span:after {
	bottom: 0;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.fixed-menu__toggle.active span {
	background: none;
}

.fixed-menu__toggle.active span:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.fixed-menu__toggle.active span:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/*categories*/
.categories {
	background: #fafafa;
	padding-top: 50px;
	padding-bottom: 20px;
}

.categories-inner {
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.categories__item {
	display: flex;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	width: 20%;
	text-align: center;
	margin-bottom: 30px;
}

.categories__item-inner {
	height: 100%;
	position: relative;
	background: #fff;
	width: 100%;
}

.categories__item-link {
	color: #ea543f;
	text-decoration: none;
	padding: 20px 20px 15px 20px;
	display: block;
	height: 100%;
}

.categories__item-link:hover {
	color: #2d2d2d;
	text-decoration: none;
}

.categories__item-image-block {
	margin: 0 -20px 6px;
	position: relative;
	display: block;
}

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

.categories__item-title {
	font-size: 17px;
	line-height: 22px;
	display: block;
}

.categories__item-link:after {
	content: '';
	position: absolute;
	background: #ea543f;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	height: 5px;
}

.categories__item-link:hover:after {
	background: #2d2d2d;
}

/*subcategories*/
.subcategories {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
}

.subcategories__group + .subcategories {
	margin-top: 0;
}

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

.subcategories_type_minimal {
	margin-bottom: 20px;
	overflow: hidden;
}

.subcategories_type_minimal .subcategories__inner {
	-moz-columns: 4 auto;
	-webkit-columns: 4 auto;
	columns: 4 auto;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}

.subcategories_type_full {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.subcategories_type_tags {
	margin: 0 0 24px 0;
}

.subcategories__group {
	color: #575656;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 13px;
}

.subcategories__item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.subcategories__item-inner {
	height: 100%;
	position: relative;
}

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

.subcategories__item-title {
	font-size: 17px;
	line-height: 22px;
}

.subcategories__item-title-link {
	color: #ea543f;
	text-decoration: none;
}

.subcategories__item-title-link.active,
.subcategories__item-title-link:hover {
	color: #2d2d2d;
	text-decoration: none;
}

.subcategories__item-text {
	font-weight: 300;
	color: #696969;
	font-size: 12px;
	margin-top: 6px;
}

.subcategories .column {
}

.subcategories_type_tags .subcategories__item {
	background: #f7f8f8;
	color: #5f5f5e;
	padding: 8px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-right: 6px;
	margin-bottom: 6px;
	font-size: 14px;
	border: 1px solid #eee;
	line-height: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.subcategories_type_tags .subcategories__item:hover {
	color: #5f5f5e;
	text-decoration: none;
	border-color: #5f5f5e;
}

.subcategories_type_product,
.subcategories_type_include {
	margin: 50px 0 0;
}

.subcategories_type_product .subcategories__header,
.subcategories_type_include .subcategories__header {
	margin-bottom: 40px;
}

.subcategories_type_product .subcategories__header span,
.subcategories_type_include .subcategories__header span {
	float: left;
	margin: 0;
	color: #575656;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}

.subcategories_type_product .subcategories__inner,
.subcategories_type_include .subcategories__inner {
	margin-bottom: -6px;
	font-size: 0;
}

.subcategories_type_product .subcategories__item,
.subcategories_type_include .subcategories__item {
	background: #f7f8f8;
	color: #5f5f5e;
	float: none;
	padding: 8px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-right: 6px;
	margin-bottom: 6px;
	font-size: 14px;
	border: 1px solid #eee;
	line-height: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.subcategories_type_product .subcategories__item:hover,
.subcategories_type_include .subcategories__item:hover {
	color: #5f5f5e;
	text-decoration: none;
	border-color: #5f5f5e;
}

.subcategories_type_full .subcategories__item {
	width: 50%;
	margin-bottom: 20px;
}

.subcategories_type_full .subcategories__item-inner {
	padding: 15px 20px 15px 140px;
}

.subcategories_type_full .subcategories__item-inner.has_image {
	min-height: 132px;
}

.subcategories_type_full .subcategories__item-image-block {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 100px;
	height: 100px;
}

.subcategories_type_compact {
	display: flex;
	flex-wrap: wrap;
}

.subcategories_type_compact .subcategories__item {
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
}

.subcategories_type_compact .subcategories__item-inner {
	padding: 15px 20px 15px 20px;
}

.subcategories_type_compact .subcategories__item-image-block {
	padding-bottom: calc(100%  +  40px);
	margin: 0 -20px 6px;
	position: relative;
}

.subcategories_type_minimal:first-child {
	margin-top: -5px;
}

.subcategories_type_minimal .subcategories__inner {
}

.subcategories_type_minimal .subcategories__item {
	width: 100%;
	float: none;
	display: inline-block;
}

.subcategories_type_minimal .subcategories__item-inner {
	padding-bottom: 5px;
	padding-top: 5px;
}

/*subcategories-toggle*/
.subcategories-toggle {
	display: none;
	border-top: 1px solid #eee;
	padding-top: 8px;
}

.subcategories-toggle-link {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	color: #848484;
	text-decoration: underline;
}

.subcategories-toggle-link:hover {
	text-decoration: none;
}

.subcategories-toggle-link.active {
	text-decoration: none;
}

/*toolbar*/
.toolbar_top {
	margin-bottom: 30px;
}

.toolbar_top:first-child {
	margin-top: -9px;
}

.filter + .toolbar,
.subcategories-popular + .toolbar,
.page-text + .toolbar,
.catalog-banners + .toolbar {
	margin-top: 30px;
}

.archive + .toolbar_bottom,
.articles-list + .toolbar_bottom,
.news-list + .toolbar_bottom {
	margin-top: 20px;
}

.toolbar__block {
	width: 275px;
	float: left;
}

.toolbar__header {
}

.toolbar__header h1 {
}

.toolbar__count {
	font-weight: 300;
	font-size: 17px;
	line-height: 40px;
	color: #848484;
	margin: 0 15px 0 0;
	float: left;
}

.toolbar__select-block {
	float: right;
	margin-left: 35px;
}

.toolbar__select-block .input-select {
	float: left;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 0;
}

.toolbar__name {
	font-weight: 300;
	font-size: 17px;
	line-height: 40px;
	color: #848484;
	margin: 0 15px 0 0;
	float: left;
}

/*sort*/
.sort .input-select {
	width: 202px;
}

/*on-page*/
.on-page .input-select {
	width: 66px;
}

/*pagination*/
.pagination {
	text-align: center;
	font-size: 0;
}

.pagination__link {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	font-weight: 300;
	margin: 16px 8px 0;
	color: #a3a2a2;
	padding: 8px 16px;
	border: 1px solid #f3f3f3;
}

.pagination__link:not(.active):hover {
	border: 1px solid #ea543f;
	background: #ea543f;
	color: #fff;
	text-decoration: none;
}

.pagination__link.active {
	pointer-events: none
}

.pagination__link.active:not(.pagination__link_custom) {
	border: 1px solid #ea543f;
	background: #ea543f;
	color: #fff;
	text-decoration: none;
}

.pagination__link_prev.active,
.pagination__link_next.active {
	color: #f3f3f3;
}

/*view*/
.view {
	float: right;
	margin-left: 15px;
}

.view__button {
	width: 40px;
	height: 40px;
	display: block;
	background: url(/templates/template_54/img/view.png) no-repeat;
	float: left;
	margin-left: 5px;
	border: 1px solid #efefef;
	cursor: pointer;
}

.view__button_card {
	background-position: -2px -44px;
}

.view__button_spisok {
	background-position: -44px -44px;
}

.view__button_card.active {
	background-position: -2px -2px;
}

.view__button_spisok.active {
	background-position: -44px -2px;
}

/*filter*/
.filter .filter__inner {
	display: block !important;
}

.filter__content {
	border: 1px solid #eee;
}

.filter__all {
	border-top: 0 !important;
	margin-top: 0 !important;
}

.filter__button-block {
	padding: 15px 10px 12px 20px;
}

.filter__block {
	border-bottom: 1px solid #eee;
}

.filter__block.active {
	display: block !important;
}

.filter__label {
	padding: 17px 30px 18px 20px;
	background: #f8f8f8;
	cursor: pointer;
	font-weight: 700;
	margin: 0;
	color: #010101;
	font-size: 16px;
	line-height: 1.3;
	position: relative;
}

.filter__label.active {
	background: #fff;
}

.filter__opener {
	width: 10px;
	height: 10px;
	background: url(/templates/template_54/img/filter__opener.png) no-repeat;
	background-position: 0 -10px;
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
}

.filter__label.active .filter__opener {
	background-position: 0 0;
}

.filter__elements {
	padding: 0 13px 20px 20px;
	position: relative;
	display: none;
}

.filter__elements.active {
	display: block !important;
}

.filter__toggle-elements {
	display: none;
	line-height: 1;
	padding: 0 20px 20px;
}

.filter__elements.active + .filter__toggle-elements {
	display: block;
}

.filter__toggle-elements>span {
	font-size: 12px;
	color: #6db52c;
	cursor: pointer;
	font-weight: 500;
	text-transform: uppercase;
}

.filter__toggle-elements>span:hover {
	color: #5a5a5a;
}

.filter__col {
	width: 80px;
	float: left;
}

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

.filter__interval-to {
	float: left;
	font-size: 13px;
	line-height: 31px;
	color: #929293;
	font-weight: 300;
	text-transform: lowercase;
	text-align: center;
	width: 31px;
}

.filter__slider {
	margin-bottom: 15px;
	margin-top: 5px;
}

.filter__slider-range {
	height: 3px;
	border: 0 !important;
	background: #e5e5e4;
}

.filter__slider .ui-widget-header {
	background: #ea543f;
}

.filter__slider .ui-slider-handle {
	width: 6px;
	height: 13px;
	border: 1px solid #ea543f;
	background: #fff;
	top: -5px;
	margin-left: -3px;
	border-radius: 0;
	outline: none;
}

.filter .input-text,
.filter .input-select,
.filter .input-textarea,
.filter .input-multiselect {
	font-size: 13px;
	line-height: 15px;
	padding: 7px 15px 8px;
	height: 32px;
	margin-bottom: 0;
}

.filter .input-multiselect {
	height: auto;
}

.filter .input-select {
	padding-right: 32px;
}

.filter .input-select .i {
	width: 32px;
	height: 32px;
}

.filter .check-wrapper {
	margin-top: 20px;
	margin-bottom: 0;
}

.filter .check-wrapper:first-child {
	margin-top: 0;
}

.filter .check-wrapper.active {
	display: block !important;
}

.main__content .filter {
	margin-top: 30px;
}

.subcategories_type_minimal + .filter,
.main__content .filter:first-child {
	margin-top: 0;
}

.main__content .filter__content {
	margin-left: -15px;
	margin-right: -15px;
	border: 0;
	/*display: none;*/
}

.main__content .filter__all {
	display: none;
}

.main__content .filter__content .column {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.main__content .filter__button-block {
	padding: 15px 15px 0 15px;
	width: 100%;
	float: left;
}

.main__content .filter__header span {
	cursor: pointer;
	padding-right: 27px;
	position: relative;
	color: #ea543f;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.4;
}

.main__content .filter__header.active span {
	color: #575656 !important;
}

.main__content .filter__header span:after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(/templates/template_54/img/filter__header.png);
	background-position: 0 -16px;
	background-color: #ea543f;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.main__content .filter__header.filter__header.active span:after {
	background-position: 0 0;
	background-color: #575656;
}

/*sidebar*/
.sidebar-block__header {
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	color: #616160;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.main__sidebar_right .sidebar-block__header {
	text-transform: none;
	font-size: 19px;
	line-height: 23px;
	color: #4c4c4c;
}

.sidebar-block + .sidebar-block {
	margin-top: 40px;
}

.sidebar-block__list-item {
	padding: 0 0 0 18px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	margin-top: 7px;
}

.sidebar-block__list-item:first-child {
	margin-top: 0;
}

.sidebar-block__list-link {
	color: #424240;
	text-decoration: none;
}

.sidebar-block__list-link:hover {
	color: #424240;
	text-decoration: underline;
}

.sidebar-block__list-link.active,
.sidebar-block__list-link.active:hover {
	color: #ea543f;
	text-decoration: none;
}

.sidebar-block__footer {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 8px;
}

.sidebar-block__footer-link {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	color: #ea543f;
	text-decoration: underline;
}

.sidebar-block__footer-link:hover {
	text-decoration: none;
}

/*feeds*/
.feeds__content {
	border: 1px solid #eee;
	padding: 14px 20px;
}

.feeds__item {
	font-size: 14px;
	font-weight: 300;
	border-top: 1px solid #eee;
	padding-top: 14px;
	margin-top: 14px;
}

.feeds__item:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.feeds__item p {
	margin: 0;
}

/*sidebar-edges*/
.sidebar-edges__item {
	min-height: 54px;
	margin-top: 30px;
	color: #555454;
	font-size: 13px;
	line-height: 19px;
	font-weight: 300;
}

.sidebar-edges__item:first-child {
	margin-top: 0;
}

.sidebar-edges__item-inner {
	padding: 0 0 0 74px;
	position: relative;
}

.sidebar-edges__item p {
	margin: 0;
}

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

/*sidebar-contacts*/
.sidebar-contacts__item {
	min-height: 54px;
	margin-top: 30px;
	color: #555454;
	font-size: 13px;
	line-height: 19px;
	font-weight: 300;
}

.sidebar-contacts__item:first-child {
	margin-top: 0;
}

.sidebar-contacts__item-inner {
	padding: 0 0 0 74px;
	position: relative;
}

.sidebar-contacts__item p {
	margin: 0;
}

.sidebar-contacts__item span {
	font-size: 14px;
	color: #ea543f !important;
	font-weight: 700;
}

.sidebar-contacts__item a {
	text-decoration: none;
}

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

/*errors*/
.message {
	background: #79b939;
	color: #fff !important;
	padding: 20px;
	border-radius: 5px;
}

.errors {
	background: #ff8b8b;
	color: #fff !important;
	padding: 20px;
	border-radius: 5px;
}

.errors li:not(.title) {
	list-style: disc;
	padding-left: .5em;
	margin-left: 1em;
}

.message p,
.errors p {
	margin: 0;
	margin-top: 15px;
}

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

/*block-list*/
.block-list li {
	font-size: 16px;
	line-height: 21px;
	margin-top: 7px;
}

.block-list li:first-child {
	margin-top: 0;
}

.block-list a {
	color: #ea543f;
	text-decoration: underline;
}

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

/*cart-block*/
.cart-block {
	margin-top: 30px;
	border-top: 1px dotted #d5d4d4;
	border: 1px solid #f5f5f5;
	background: #fafafa;
	padding: 23px 30px 27px;
}

.cart-block:first-child {
	margin-top: 0;
}

.cart-block__content .page-text:first-child {
	margin-top: 10px;
}

.cart-block .form {
	margin-top: 20px;
}

.cart-block__header {
	font-size: 20px;
	font-weight: 500;
	color: #575656;
	text-transform: uppercase;
	line-height: 1.4;
}

.cart__result {
	margin-top: 20px;
	font-weight: 500;
	font-size: 17px;
	color: #484848;
}

.cart__result-item-text {
	color: #ea543f;
}

.cart-block__footer {
	color: #484848;
	font-weight: 500;
	font-size: 17px;
	margin-top: 20px;
}

.cart-block__footer_delivery {
	margin-top: 0;
}

.cart-block__footer_final {
	font-size: 27px;
	margin-top: 0;
	text-align: center;
}

.cart-block__footer-text {
	color: #ea543f;
}

/*check-block*/
.check-block {
	width: 100%;
	cursor: pointer;
	position: relative;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #dedede;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.check-block.has_image {
	padding-left: 130px;
	min-height: 120px;
}

.check-block.active {
	border: 1px solid #ed6d54;
	opacity: 1;
}

.check-block .input-radio {
	display: block;
	color: #6c6c6c;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	cursor: pointer;
}

.check-block:hover .input-radio,
.check-block.active .input-radio {
	color: #ea543f;
}

.check-block__image-block {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 15px;
	top: 10px;
}

.check-block__image-block img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: block;
}

.check-block__description {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 5px;
	color: #a3a2a2;
	font-weight: 300;
}

.check-block__description p {
	display: inline;
	margin: 0;
}

.check-block__description a {
	color: #a3a2a2;
	text-decoration: underline;
}

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

.check-block__button-block {
	margin-top: 10px;
}

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

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

.check-block__widget-content {
}

.check-block__address {
	/*margin-top: 10px;*/
	margin-top: 7px;
	/*font-size: 12px;*/
	font-size: 13px;
	line-height: 1.4;
	/*color: #ea543f;*/
	/*border: 1px solid #ea543f;*/
	/*padding: 6px 12px;*/
	/*font-weight: 500;*/
	font-weight: 400;
}

.check-block__address [data-id="name"] {
	color: var(--color1)
}

/*payment*/
.payment__content {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.payment__content_show {
}

.payment__content_show .input-text {
	margin-bottom: 0;
}

.payment__item {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33333333%;
	display: flex;
	flex-wrap: wrap;
}

.payment__content_show .payment__item {
	pointer-events: none;
}

.payment__content_show .check-block__description a {
	text-decoration: none;
}

/*delivery*/
.delivery__content {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.delivery__content_show {
	margin-bottom: 30px;
}

.delivery__item {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33333333%;
	display: flex;
	flex-wrap: wrap;
}

.delivery__content_show .delivery__item {
	pointer-events: none;
}

.delivery__content_show .check-block__description a {
	text-decoration: none;
}

.delivery__distance {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

.delivery__distance>div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.delivery__distance>div:first-child {
	padding-right: 10px;
}

.delivery__distance>div:last-child {
}

.delivery__distance .label {
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0;
}

.delivery__distance .input-text {
	margin: 0;
	width: 52px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/*discount*/
.cart__result_discount {
	font-weight: 400;
	font-size: 15px;
}

.cart__result-item_discount {
	color: #6eb52c;
}

.cart__result-item-text_discount {
	color: #6eb52c;
}

/*promocode*/
.promocode__form {
	margin: 20px -10px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

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

.promocode__form-col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 40px;
	padding: 0 10px;
}

.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;*/
	width: 350px;
}

.promocode__form .button {
}

/*privacy-footer*/
.privacy-footer {
	font-size: 13px;
	font-weight: 300;
	color: #b5b5b5;
	margin-top: 2px;
}

.privacy-footer p {
	margin: 0;
}

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

.privacy-footer a {
	color: #ea543f;
	text-decoration: underline;
}

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

/*privacy-disclaimer*/
.privacy-disclaimer {
	background: #f7f8f8;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 93;
	box-shadow: 0 0 4px rgba(175, 175, 175, .4), 0 2px 12px rgba(175, 175, 175, .4);
}

.privacy-disclaimer p {
	margin: 0;
}

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

.privacy-disclaimer a {
	color: #ea543f;
	text-decoration: underline;
}

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

.privacy-disclaimer .container {
	position: relative;
	padding-right: 42px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.privacy-disclaimer__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 12px;
	height: 11px;
	background: url(/templates/template_54/img/popup__close.png) no-repeat;
	cursor: pointer;
}

.privacy-disclaimer__button-block {
	margin-top: 10px;
}

/*privacy-forms*/
.privacy-forms {
	display: table;
	width: 100%;
}

.privacy-forms__text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	font-weight: 300;
}

.privacy-forms__text p {
	margin: 0;
}

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

.privacy-forms__text a {
	color: #ea543f;
	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_none .privacy-forms__text {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

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

/*account*/
.account {
	margin-top: 20px;
}

.account__header {
	color: #575656;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	font-weight: 400;
}

.account__user {
	color: #ea543f;
}

.account__content {
	margin-top: 20px;
}

.account__item {
	margin-top: 10px;
	padding-left: 35px;
	position: relative;
}

.account__item:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1px;
}

.account__item_1:before {
	background: url(/templates/template_54/img/account__item-link_1.png) no-repeat;
}

.account__item_2:before {
	background: url(/templates/template_54/img/account__item-link_2.png) no-repeat;
}

.account__item_3:before {
	background: url(/templates/template_54/img/account__item-link_3.png) no-repeat;
}

.account__item-link {
	font-size: 15px;
	color: #1d1d1b;
	line-height: 22px;
	font-weight: 400;
	display: inline-block;
	border-bottom: 1px dashed #1d1d1b;
	cursor: pointer;
	transition: border-bottom .25s ease-in-out;
	-moz-transition: border-bottom .25s ease-in-out;
	-webkit-transition: border-bottom .25s ease-in-out;
}

.account__item-link:hover {
	border-bottom: 1px dashed transparent;
	color: #1d1d1b;
}

/*table*/
.table {
	width: 100%;
}

table.table th {
	font-weight: 400;
	text-align: left;
	border: 1px dotted #efeff0;
	vertical-align: middle;
	padding: 15px;
	background: #ea543f;
	color: #fff;
}

table.table td {
	padding: 10px 15px;
	font-weight: 400;
	text-align: left;
	color: #484848;
	border: 1px dotted #efeff0;
	vertical-align: middle;
	background: #fff;
}

table.table tr:nth-child(even) td {
	background: #f7f8f8;
}

table.table td a {
	color: #ea543f;
	text-decoration: underline;
}

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

/*order-info*/
.order-info {
	margin-top: 30px;
}

.order-info:first-child {
	margin-top: 0;
}

.order-info__td_status {
	text-transform: capitalize;
}

/*printing*/
.printing {
	margin-top: 30px;
}

.printing__row {
	display: table;
	width: 100%;
}

.printing__col {
	display: table-cell;
	vertical-align: middle;
}

.printing__print-block {
	text-align: right;
	font-size: 0;
}

.printing__link {
	font-size: 13px;
	color: #1d1d1b;
	line-height: 22px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding-left: 25px;
	text-transform: uppercase;
	text-decoration: underline;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.printing__link:hover {
	color: #1d1d1b;
	text-decoration: none;
}

.printing__link span:before {
	content: '';
	width: 16px;
	height: 14px;
	background: url(/templates/template_54/img/printing__link.png) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}

/*forget*/
.forget {
	margin-bottom: 15px;
}

.forget__block {
	width: 100%;
	text-align: right;
	line-height: 18px;
	font-size: 14px;
}

.forget__link {
	color: #ea543f;
	text-decoration: underline;
}

.forget__link,
.forget__link:hover {
	color: #ea543f;
	text-decoration: none;
}

/*authorization*/
.authorization__header span {
	cursor: pointer;
	padding-right: 27px;
	position: relative;
	color: #ea543f;
	display: inline-block;
}

.authorization__header span:hover {
	color: #575656;
}

.authorization__header.active span {
	color: #575656 !important;
}

.authorization__header span:after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(/templates/template_54/img/authorization__header.png);
	background-repeat: no-repeat;
	background-position: 0 -16px;
	background-color: #ea543f;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.authorization__header span:hover:after {
	background-color: #575656;
}

.authorization__header.authorization__header.active span:after {
	background-position: 0 0;
	background-color: #575656;
}

/*compare-table*/
.compare-table__left {
	float: left;
	width: 296px;
	z-index: 2;
	position: relative;
}

.compare-table__button-block {
	height: 263px;
	margin-left: 10px;
	margin-right: 10px;
}

.compare-table__button-block .button {
	width: 100%;
}

.compare-table__button-block .button_alt {
	margin-top: 10px;
}

.compare-table__control {
	margin-left: 10px;
	margin-right: 10px;
	height: 49px;
}

.compare-table__control-inner {
	width: 100%;
	display: table;
	border-collapse: collapse;
}

.compare-table__control-tab {
	border: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 4px 10px;
	font-size: 11px;
	width: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 48px;
	font-weight: 500;
	cursor: pointer;
	line-height: 1.1;
}

.compare-table__control-tab.active {
	color: #ea543f;
	border-top: 1px solid #ea543f;
	border-bottom: 1px solid #fff;
}

.compare-table__right {
	padding-left: 296px;
	position: relative;
}

.compare-table__products {
	height: auto;
	padding-bottom: 32px !important;
}

.compare-table__products .jspContainer {
	height: auto;
	overflow: visible;
}

.compare-table__row {
	white-space: nowrap;
	font-size: 0;
}

.compare-table__param_hidden {
	display: none !important;
}

.compare-table__param-name {
	width: 100%;
	display: inline-block;
	white-space: normal;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	position: relative;
}

.compare-table__right .compare-table__param-name {
	width: 240px;
}

.compare-table__row-delete {
	width: 24px;
	height: 24px;
	background: url(/templates/template_54/img/compare-table__row-delete.png) no-repeat center center;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 11px;
	top: 2px;
	z-index: 2;
}

.compare-table__row-delete:hover {
	opacity: .6;
}

.compare-table__param-value {
	width: 237px;
	display: inline-block;
	white-space: normal;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	text-align: center;
}

.compare-table__param-inner {
	display: block;
	width: 100%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 300;
	color: #696969;
	height: 100%;
	background: #fff;
}

.compare-table__param-name .compare-table__param-inner {
	font-weight: 400;
	color: #000;
	padding-right: 24px;
}

.compare-table__param-value_is_empty {
	text-align: center;
}

.compare-table__param-inner_is_product {
	border-top: 1px solid #efefef;
	padding-bottom: 15px;
	position: relative;
	padding-top: 20px;
	height: 312px;
}

.compare-table__param_hovered .compare-table__param-inner:not(.compare-table__param-inner_is_product) {
	background: #f7f8f8;
}

.compare-table__group {
}

.compare-table .product__remove-link {
	width: 24px;
	height: 24px;
	background: url(/templates/template_54/img/product__remove-link.png) no-repeat center center;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.compare-table .product__remove-link:hover {
	opacity: .6;
}

.compare-table .product__image-block {
	height: 165px;
	width: 165px;
	margin: 0 auto;
}

.compare-table .product__zoom {
	top: 50%;
	margin-top: -15px;
}

.compare-table .compare-table__param-inner_is_product:hover .product__zoom {
	opacity: .7;
}

.compare-table .product__title {
	margin-top: 12px;
	text-align: center;
	overflow: hidden;
}

.compare-table .product__price-block {
	margin-top: 7px;
	text-align: center;
}

.same-fields_hidden {
	display: none !important;
}


/*files*/
.files {
}

.files__item {
	margin-top: 12px;
}

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

.files__item-inner {
}

.files__item-link {
	position: relative;
	padding-left: 30px;
	display: inline-block;
}

.files__item-link:hover {
}

.files__item-icon {
	width: 18px;
	height: 19px;
	background: url(/templates/template_54/img/files__item-icon.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
}

/*subcategories-popular*/
.subcategories-popular {
}

.subcategories-popular_position_catalog {
	margin-top: 30px;
}

.subcategories-popular_position_catalog:first-child {
	margin-top: 0;
}

.subcategories-popular__header {
	color: #575656;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 13px
}

.subcategories-popular__inner {
	margin-top: -6px;
	font-size: 0;
}

.subcategories-popular__link {
	background: #f7f8f8;
	color: #5f5f5e;
	padding: 8px 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-right: 6px;
	margin-top: 6px;
	font-size: 14px;
	border: 1px solid #eee;
	line-height: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.subcategories-popular__link:focus,
.subcategories-popular__link:hover {
	color: #5f5f5e;
	text-decoration: none;
	border-color: #5f5f5e;
}

/*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_54/img/rate.png);
	background-repeat: repeat-x;
	background-position: 0px -2px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

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

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

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

.products-list .rate__stars:before {
	background-position: 0px -1px;
}

.products-list .rate__stars > div {
	background-position: 0px -17px;
}

/*response*/
.response .message {
	/*margin-top: 15px;*/
}

.response__header {
	margin: 30px 0 20px 0;
	font-size: 19px;
	line-height: 23px;
	color: #4c4c4c;
}

.response__list {
	margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.response__item-avatar {
	width: 42px;
	height: 42px;
	background: url(/templates/template_54/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;
}

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

/*hidden*/
.hidden-desktop {
	display: none !important;
}

.hidden-mobile {
	display: block !important;
}

/*page preloader*/
.page-preloader {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	margin-top: 0;
	top: 0;
}

.page-preloader-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.page-preloader__content {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-animation: page-preloader__content 1s infinite;
	animation: page-preloader__content 1s infinite;
}

.page-preloader__item {
	width: 20px;
	height: 20px;
	background-color: #ea543f;
	float: left;
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
}

.page-preloader__item:nth-child(2n + 0) {
	margin-right: 0;
}

.page-preloader__item_1 {
	-webkit-animation: page-preloader__item_1 1s infinite;
	animation: page-preloader__item_1 1s infinite;
}

.page-preloader__item_2 {
	-webkit-animation: page-preloader__item_2 1s infinite;
	animation: page-preloader__item_2 1s infinite;
}

.page-preloader__item_3 {
	-webkit-animation: page-preloader__item_3 1s infinite;
	animation: page-preloader__item_3 1s infinite;
}

.page-preloader__item_4 {
	-webkit-animation: page-preloader__item_4 1s infinite;
	animation: page-preloader__item_4 1s infinite;
}

@-webkit-keyframes page-preloader__content {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes page-preloader__content {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes page-preloader__item_1 {
	50% {
		-ms-transform: translate(20px, 20px);
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
	}
}

@keyframes page-preloader__item_1 {
	50% {
		-ms-transform: translate(20px, 20px);
		-webkit-transform: translate(20px, 20px);
		transform: translate(20px, 20px);
	}
}

@-webkit-keyframes page-preloader__item_2 {
	50% {
		-ms-transform: translate(-20px, 20px);
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}
}

@keyframes page-preloader__item_2 {
	50% {
		-ms-transform: translate(-20px, 20px);
		-webkit-transform: translate(-20px, 20px);
		transform: translate(-20px, 20px);
	}
}

@-webkit-keyframes page-preloader__item_3 {
	50% {
		-ms-transform: translate(20px, -20px);
		-webkit-transform: translate(20px, -20px);
		transform: translate(20px, -20px);
	}
}

@keyframes page-preloader__item_3 {
	50% {
		-ms-transform: translate(20px, -20px);
		-webkit-transform: translate(20px, -20px);
		transform: translate(20px, -20px);
	}
}

@-webkit-keyframes page-preloader__item_4 {
	50% {
		-ms-transform: translate(-20px, -20px);
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}
}

@keyframes page-preloader__item_4 {
	50% {
		-ms-transform: translate(-20px, -20px);
		-webkit-transform: translate(-20px, -20px);
		transform: translate(-20px, -20px);
	}
}

.archive table th {
	white-space: nowrap;
}

.archive table th.archive__th_name {
	width: 100%;
}

.countdown-datetime {
	/*border: 1px solid #eee;*/
	/*background-color: #fafafa;*/
	border: 1px solid #dadada;
	background-color: #eaeaea;
	display: inline-block;
	position: relative;
	padding-left: 38px;
	opacity: .9;
	pointer-events: none;
}

.countdown-datetime__title {
	margin: 0 0 -4px -40px;
	font-size: 12px;
	line-height: 1.2;
	color: #e52a29;
	padding: 3px 12px;
	font-weight: 500;
	text-align: left;
}

.countdown-datetime .svg {
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
}

.countdown-datetime .svg path {
	fill: #e52a29;
}

.countdown-datetime__inner {
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	height: 40px;
}

.countdown-datetime__inner > div {
	width: 25%;
	min-width: 38px;
	text-align: center;
	position: relative;
}

.countdown-datetime__inner > div:before {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 5px;
}

.countdown-datetime__inner > div:after {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 10px;
}

.countdown-datetime__inner > div:last-child:before,
.countdown-datetime__inner > div:last-child:after {
	display: none;
}

.countdown-datetime__inner > div > span {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	display: block;
}

.countdown-datetime__inner > div > div {
	color: #333;
	opacity: .6;
	font-size: 11px;
	line-height: 1;
	margin-top: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* contacts-page */
.contacts-page__row {
	margin-top: -30px;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.contacts-page__col {
	width: 100%;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.contacts-page__col_i_2 {
	width: 50%;
}

.contacts-page__content {
	margin-top: -30px;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.contacts-page__item {
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
}

.contacts-page__col_i_2 .contacts-page__item {
	width: 50%;
}

.contacts-page__item_long {
	width: 100%!important;
}

.contacts-page__item h2 {
}

.contacts-page__item-text {
	margin-top: 1em;
}

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

.contacts-page__slider {
	overflow: hidden!important;
	margin: 0!important;
	margin-top: 1em!important;
}

.contacts-page__slider:first-child {
	margin-top: 0!important;
}

.contacts-page__slider img {
	display: block!important;
	margin: 0 auto!important;
	padding: 0!important;
}

.contacts-page__slider .slick-arrow {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 5px 20px rgba(34, 34, 34, .07);
	top: 50%;
	transform: translate(0, -50%);
}

.contacts-page__slider .slick-prev {
	left: 15px;
	opacity: .8;
}

.contacts-page__slider .slick-prev:before,
.contacts-page__slider .slick-prev:after {
	content: '';
	display: block!important;
	width: 10px;
	height: 2px;
	background: #000;
	transform: rotate(-45deg);
	position: absolute;
	left: 14px;
	top: 16px;
}

.contacts-page__slider .slick-prev:after {
	transform: rotate(45deg);
	top: auto;
	bottom: 16px;
}

.contacts-page__slider .slick-next {
	right: 15px;
	opacity: .8;
}

.contacts-page__slider .slick-next:before,
.contacts-page__slider .slick-next:after {
	content: '';
	display: block!important;
	width: 10px;
	height: 2px;
	background: #000;
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: 16px;
}

.contacts-page__slider .slick-next:after {
	transform: rotate(-45deg);
	top: auto;
	bottom: 16px;
}

.contacts-page__slider .slick-arrow:hover {
	opacity: 1;
}

.contacts-page__slider .slick-dots {
	margin: 0!important;
	padding: 0!important;
	position: absolute!important;
	bottom: 17px!important;
	display: flex!important;
	justify-content: center!important;
	font-size: 0;
}

.contacts-page__slider .slick-dots > li {
	width: 10px!important;
	height: 10px!important;
	display: block!important;
	list-style: none!important;
	margin: 8px 4px 0!important;
	padding: 0!important;
	border-radius: 50%!important;
	background: transparent;
	border: 2px solid grey;
}

.contacts-page__slider .slick-dots > li:hover {
	background: grey;
}

.contacts-page__slider .slick-dots > li.slick-active {
	background: grey;
}

.contacts-page__slider .slick-dots > li:before,
.contacts-page__slider .slick-dots > li:after {
	display: none;
}

.contacts-page__socials {
	margin-top: calc(1em - 3px);
	display: flex;
	flex-wrap: wrap;
}

.contacts-page__socials > * {
	display: block;
	transition: opacity ease .5s;
	width: 28px;
	height: 28px;
	overflow: hidden;
	background-repeat: no-repeat;
	border-radius: 3px;
	background-image: url(/misc/img/socials_small.svg);
	margin: 8px 8px 0 0;
}

.contacts-page__socials > *:hover {
	opacity: .8;
}

.contacts-page__socials > *.icon_vk {
	background-position: 0px -28px;
}

.contacts-page__socials > *.icon_max {
	background-position: -252px -28px;
}

.contacts-page__socials > *.icon_ok {
	background-position: -196px -28px;
}

.contacts-page__socials > *.icon_facebook {
	background-position: -28px -28px;
}

.contacts-page__socials > *.icon_twitter {
	background-position: -56px -28px;
}

.contacts-page__socials > *.icon_instagram {
	background-position: -112px -28px;
}

.contacts-page__socials > *.icon_moimir {
	background-position: -140px -28px;
}

.contacts-page__socials > *.icon_telegram {
	background-position: -84px -28px;
}

.contacts-page__socials > *.icon_lj {
	background-position: -168px -28px;
}

.contacts-page__socials > *.icon_youtube {
	background-position: -224px -28px;
}

.contacts-page__messengers {
	margin-top: 1em;
}

.contacts-page__messengers > * {
	position: relative;
	display: inline-flex;
	padding-left: 20px;
	align-items: center;
}

.contacts-page__messengers > *:before {
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	margin-top: 1px;
}

.contacts-page__messengers > *.icon_whatsapp:before {
	background-image: url(/misc/img/icon_whatsapp.svg);
}

.contacts-page__messengers > *.icon_telegram:before {
	background-image: url(/misc/img/icon_telegram.svg);
}

.contacts-page__messengers > *.icon_viber:before {
	background-image: url(/misc/img/icon_viber.svg);
}

.contacts-page__messengers > *.icon_skype:before {
	background-image: url(/misc/img/icon_skype.svg);
}

.contacts-page__messengers > *.icon_icq:before {
	background-image: url(/misc/img/icon_icq.svg);
}

.contacts-page__messengers > *.icon_max:before {
	background-image: url(/misc/img/icon_max.svg);
}

.main__sidebar #catalog_filter_switcher {
	pointer-events: none;
}

@media (min-width:991px) {
	.main__sidebar #catalog_filter_content {
		display: block!important;
	}
}

@media (max-width:992px) {
	.contacts-page__col_i_2 {
		width: 100%;
	}

	.contacts-page__slider .slick-prev {
		left: 15px;
		opacity: .8;
	}

	.contacts-page__slider .slick-next {
		right: 15px;
		opacity: .8;
	}
	
	#catalog_filter_content {
		display: none;
	}
}

@media (max-width:540px) {
	.contacts-page__item {
		width: 100%!important;
	}
}


@media (min-width: 768px) and (max-width: 1292px) {

	.sidebar-contacts__content,
	.sidebar-edges__content {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (min-width: 506px) and (max-width: 1292px) {

	/*amount products-grid*/
	.products-grid .product__amount {
		margin-right: 5px !important;
		width: 58px !important;
	}

	.products-grid .product__amount-input {
		font-size: 13px;
	}

	.products-grid .product__amount-input.size-7 {
		font-size: 12px;
	}

	.products-grid .product__amount-input.size-8 {
		font-size: 11px;
	}

	.products-grid .product__amount-input.size-9 {
		font-size: 11px;
	}
}

@media (max-width: 1292px) {

	/*containers*/
	.container {
		width: 970px;
	}

	/*socials*/
	.socials_position_top {
		display: none;
	}

	/*main-menu*/
	.main-menu {
		margin: 0;
		text-align: left;
	}

	/*logo*/
	.logo {
		margin-right: 15px;
	}

	/*catalog-search*/
	.catalog-search {
		width: 170px;
	}

	.catalog-search__window {
		width: 340px;
	}

	/*header-contacts*/
	.header-contacts {
		width: 545px;
		margin-left: 15px;
	}

	.header-contacts__item {
		font-size: 12px;
		padding-left: 45px;
	}

	.header-contacts__item:before {
		left: 15px;
	}

	.header-contacts__item_phone {
		max-width: 33.33333333%;
	}

	.header-contacts__item_work {
		max-width: 33.33333333%;
	}

	.header-contacts__item_address {
		max-width: 33.33333333%;
	}

	/*catalog-menu*/
	.catalog-menu {
		width: 755px;
	}

	.catalog-menu__menu-item {
		margin: 0 20px 0 0;
		font-size: 15px;
	}

	.catalog-menu__sub-menu-image-link {
		width: 70px;
		height: 70px;
	}

	.catalog-menu__sub-menu,
	.catalog-menu_default .catalog-menu__sub-sub-menu {
		min-width: 210px;
	}

	.catalog-menu_megamenu .catalog-menu__sub-menu-item {
		padding: 41px 15px 30px 85px;
		font-size: 14px;
	}

	.catalog-menu_default .catalog-menu__sub-menu-item {
		font-size: 14px;
	}

	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-item {
		font-size: 13px;
	}

	.catalog-menu_default .catalog-menu__sub-sub-menu-item,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-item {
		font-size: 14px;
	}

	.catalog-menu_default .catalog-menu__sub-menu-link {
		font-weight: 400;
	}

	.catalog-menu_default .catalog-menu__sub-sub-menu-link {
		font-weight: 400;
	}

	/*main-slider*/
	.main-slider {
		height: auto;
	}

	.main-slider:hover .slick-next {
		right: 0;
	}

	.main-slider:hover .slick-prev {
		left: 0;
	}

	.main-slider__item .container {
	}

	.main-slider__item-inner {
		font-size: 28px;
	}

	.main-slider__item-button-block {
		width: 100%;
	}

	/*edges_style_1*/
	.edges_style_1 .edges__item {
		font-size: 13px;
	}

	/*edges_style_2*/
	.edges_style_2 .edges__item {
		font-size: 13px;
	}

	/*footer_style_1*/
	.footer_style_1 .footer__block_menu {
		width: 380px;
	}

	/*footer_style_2*/
	.footer_style_2 .footer__block_first {
		width: 200px;
	}

	.footer_style_2 .footer__block_menu {
		width: 440px;
	}

	.footer_style_2 .footer__block_last {
		width: 220px;
	}

	/*footer-logo*/
	.footer-logo img {
		max-height: 220px;
	}

	/*footer-menu*/
	.footer-menu__menu {
		margin-bottom: 30px;
	}

	.footer-menu__sub-menu-link {
		padding: 0 0 0 15px;
	}

	/*bottom-line*/
	.bottom-line__block_copyright {
		width: 30%;
	}

	.bottom-line__block_counters {
		width: 40%;
	}

	.bottom-line__block_expertplus {
		width: 30%;
	}

	/*counters*/
	.counters {
		padding: 0 30px;
	}

	/*news*/
	.news__item-image:not(.news__item-image_empty) {
		max-width: none;
		height: 100%;
	}

	/*articles*/
	.articles__item-image:not(.articles__item-image_empty) {
		max-width: none;
		height: 100%;
	}

	/*actions*/
	.actions:not(.sidebar-block) .actions__item {
		width: 50%;
	}

	/*main*/
	.main_page_inner .main__sidebar_right {
		width: 100%;
		margin-top: 35px;
	}

	.main__content_has_sidebar-right {
		width: 684px;
	}

	.main_page_inner .main__content_has_sidebar-right {
		width: 100%;
	}

	.main__content_has_sidebar-left {
		width: 684px;
	}

	/*products-grid*/
	.products-grid .product__item {
		width: 33.33333333%;
	}

	.product__item_inline_5 {
		width: 25%;
	}

	/*banners*/
	.banners:not(.catalog-banners) .banners__item img {
		max-width: 226px;
	}

	/*additional*/
	.additional.products-slider .product__item_is_grid {
		padding-bottom: 92px;
	}

	.additional.products-slider .products-grid {
		z-index: 3;
	}

	.additional.products-slider .slick-arrow {
		margin-top: -56px;
	}

	/*categories*/
	.categories__item {
		width: 255px;
	}

	/*subcategories*/
	.subcategories_type_minimal .subcategories__inner {
		-moz-columns: 3 auto;
		-webkit-columns: 3 auto;
		columns: 3 auto;
	}

	.subcategories_type_compact .subcategories__item {
		width: 33.33333333%;
	}

	/*toolbar*/
	.toolbar__block {
		width: 100%;
	}

	.toolbar__select-block {
		float: left;
		margin-left: 0;
		margin-right: 20px;
		margin-top: 15px;
	}

	/*view*/
	.view {
		margin-left: 20px;
		margin-top: 15px;
	}

	/*sidebar*/
	.main__sidebar_right .sidebar-block + .sidebar-block {
		margin-top: 40px;
	}

	.main__sidebar_right .sidebar-block__header {
		margin: 0;
	}

	/*feeds*/
	.feeds__content {
		margin-top: 30px;
	}

	/*sidebar-edges*/
	.sidebar-edges__content {
		margin-left: -15px;
		margin-right: -15px;
	}

	.sidebar-edges__content:after {
		clear: both;
		display: table;
		content: '';
	}

	.sidebar-edges__item:first-child,
	.sidebar-edges__item {
		float: left;
		margin-top: 30px;
		width: 33.33333333%;
		padding-left: 15px;
		padding-right: 15px;
	}

	/*sidebar-contacts*/
	.sidebar-contacts__content {
		margin-left: -15px;
		margin-right: -15px;
	}

	.sidebar-contacts__content:after {
		clear: both;
		display: table;
		content: '';
	}

	.sidebar-contacts__item:first-child,
	.sidebar-contacts__item {
		float: left;
		margin-top: 30px;
		width: 33.33333333%;
		padding-left: 15px;
		padding-right: 15px;
	}

	/*delivery*/
	.delivery__item {
		width: 50%;
	}
}

@media (max-width: 986px) {

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

	/*text blocks*/
	.seo-text {
		padding: 30px 0;
	}

	.main-text {
		padding: 30px 0;
	}

	/*forms*/
	.form__col_i_2 {
		width: 100%;
	}

	.form__title {
		/*display: none !important;*/
	}

	/*shade*/
	.shade {
		padding-bottom: 65px;
	}

	.main_page_index .shade {
	}

	.main_page_inner + .additional-place.shade {
		margin-top: -65px;
	}

	/*containers*/
	.container {
		width: 750px;
	}

	/*socials*/
	.socials__inner {
		font-size: 0;
	}

	.socials_position_bottom .socials__link {
		float: none;
		display: inline-block;
		margin: 0 5px 10px 5px;
	}

	/*top-line*/
	.top-line .container {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.top-line .container:after {
		clear: both;
		display: table;
		content: '';
	}

	.top-line {
		border-bottom: 0;
		min-height: 40px;
	}

	/*main-menu*/
	.main-menu {
		width: auto;
	}

	.main-menu-opener {
		display: block;
		height: 40px;
		margin-left: -15px;
		float: left;
		cursor: pointer;
		min-height: 40px;
		color: #bcbcbb;
		padding: 0 9px 0 65px;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}

	.main-menu-opener:hover {
		text-decoration: none;
		color: #fff;
	}

	.main-menu-opener__title {
		font-size: 13px;
		padding: 10px 0 0 0;
	}

	.main-menu-opener__icon {
		width: 30px;
		height: 20px;
		position: absolute;
		left: 9px;
		top: 10px;
	}

	.main-menu-opener__icon span {
		display: block;
		height: 4px;
		background: #bcbcbb;
		top: 50%;
		position: absolute;
		width: 100%;
		margin-top: -2px;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
	}

	.main-menu-opener__icon.active span,
	.main-menu-opener:hover .main-menu-opener__icon span {
		background: #fff;
	}

	.main-menu-opener__icon span:before {
		content: '';
		display: block;
		height: 4px;
		background: #bcbcbb;
		position: absolute;
		width: 100%;
		top: -10px;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
	}

	.main-menu-opener__icon span:after {
		content: '';
		display: block;
		height: 4px;
		background: #bcbcbb;
		position: absolute;
		width: 100%;
		bottom: -10px;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
	}

	.main-menu-opener__icon.active span:before,
	.main-menu-opener:hover .main-menu-opener__icon span:before {
		background: #fff;
	}

	.main-menu-opener__icon.active span:after,
	.main-menu-opener:hover .main-menu-opener__icon span:after {
		background: #fff;
	}

	.main-menu-outer {
		display: none;
		float: left;
		width: 100%;
	}

	.main-menu__menu {
		display: block;
	}

	.main-menu__menu-item {
		display: block;
		border-top: 1px dotted #5f5f5e;
	}

	.main-menu__menu-item_parent {
		padding-right: 38px;
	}

	.main-menu__menu-link {
		float: none;
		min-height: auto;
		display: block;
		padding: 9px 9px 9px;
	}

	.main-menu__menu-link:hover,
	.main-menu__menu-link.active,
	.main-menu__menu-item:hover .main-menu__menu-link {
		background: inherit;
	}

	.main-menu__menu-item_parent .main-menu__menu-link:after {
		display: none;
	}

	.main-menu__sub-menu-opener {
		position: absolute;
		right: 0;
		top: 0;
		height: 38px;
		width: 38px;
		background: url(/templates/template_54/img/main-menu__sub-menu-opener.png) no-repeat center center;
		cursor: pointer;
	}

	.main-menu__menu-item_parent:hover .main-menu__sub-menu {
		display: none;
	}

	.main-menu__sub-menu {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		padding-bottom: 10px;
	}

	.main-menu__sub-menu-link {
		float: none;
		display: block;
		background: transparent !important;
		padding: 10px 11px 10px 44px;
		position: relative;
	}

	.main-menu__sub-menu-link:before {
		content: '';
		background: #bcbcbb;
		width: 6px;
		height: 1px;
		display: block;
		left: 28px;
		top: 19px;
		position: absolute;
	}

	.main-menu__sub-menu-link:hover:before {
		background: #fff;
	}

	/*mini-account*/
	.mini-account {
		right: 0;
	}

	.mini-account__link {
		min-height: 40px;
		padding: 10px 9px 0;
	}

	/*main-menu*/
	.main-menu {
	}

	/*page-header*/
	.page-header__inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/*logo*/
	.logo {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}

	.logo img {
		max-height: 150px;
	}

	/*catalog-search*/
	.catalog-search {
		max-width: 340px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block !important;
		margin-top: 30px;
	}

	/*header-contacts*/
	.header-contacts {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
		text-align: center !important;
	}

	/*catalog-menu*/
	.catalog-menu-opener {
		float: left;
		color: #5f5f5e;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		position: relative;
		display: block;
		cursor: pointer;
		padding-left: 45px;
	}

	.catalog-menu-opener__title {
		padding: 25px 0 27px;
	}

	.catalog-menu-opener__icon {
		width: 30px;
		height: 30px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -15px;
	}

	.catalog-menu-opener__icon span {
		display: block;
		height: 4px;
		background: #5f5f5e;
		top: 50%;
		position: absolute;
		width: 100%;
		margin-top: -2px;
	}

	.catalog-menu-opener__icon.active span {
		background: none;
	}

	.catalog-menu-opener__icon span:before {
		content: '';
		display: block;
		height: 4px;
		background: #5f5f5e;
		position: absolute;
		width: 100%;
		top: -10px;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
	}

	.catalog-menu-opener__icon span:after {
		content: '';
		display: block;
		height: 4px;
		background: #5f5f5e;
		position: absolute;
		width: 100%;
		bottom: -10px;
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
	}

	.catalog-menu-opener__icon.active span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.catalog-menu-opener__icon.active span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.catalog-menu-outer .container {
		width: 100%;
	}

	.catalog-menu {
		display: none;
		width: 100%;
		visibility: visible !important;
		height: auto;
		padding-bottom: 20px;
	}

	.catalog-menu__menu {
		height: auto;
		margin-top: 0;
		width: 100%;
	}

	.catalog-menu__menu-item {
		margin: 0;
		width: 100%;
		background: none;
		padding-right: 40px;
		font-size: 14px;
		position: relative !important;
	}

	.catalog-menu_megamenu .catalog-menu__sub-menu {
		left: auto;
		right: auto;
		width: 100%;
		padding-bottom: 0;
		overflow-y: auto !important;
		max-height: none !important;
	}

	.catalog-menu_megamenu .catalog-menu__sub-menu-item {
		width: 100%;
		padding: 0;
		padding-left: 20px;
		padding-right: 35px;
		float: none;
		font-size: 14px;
	}

	.catalog-menu_megamenu .catalog-menu__sub-menu-item:after {
		content: '';
		clear: both;
		display: table;
	}

	.catalog-menu_megamenu .catalog-menu__sub-menu-link {
		display: block;
		font-weight: 400;
		color: #3e454d;
	}

	.catalog-menu_megamenu .catalog-menu__sub-menu-link:hover {
		text-decoration: none;
	}

	.catalog-menu__sub-menu-image-link {
		display: none;
	}

	.catalog-menu__menu-item_more {
		display: none !important;
	}

	.catalog-menu__menu-link {
		padding: 13px 0;
	}

	.catalog-menu__sub-menu-opener,
	.catalog-menu__sub-sub-menu-opener {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		cursor: pointer;
		top: 0;
	}

	.catalog-menu__sub-menu-opener:after,
	.catalog-menu__sub-sub-menu-opener:after {
		content: '';
		width: 10px;
		height: 10px;
		background-image: url(/templates/template_54/img/catalog-menu__sub-menu-opener.png);
		background-repeat: no-repeat;
		background-position: 0 -10px;
		background-color: #ea543f;
		display: block;
		position: absolute;
		right: 12px;
		top: 50%;
		margin-top: -5px;
	}

	._active>.catalog-menu__sub-menu-opener:after,
	._active>.catalog-menu__sub-sub-menu-opener:after,
	.catalog-menu__sub-menu-opener.active:after,
	.catalog-menu__sub-sub-menu-opener.active:after {
		background-position: 0 0;
		background-color: #5f5f5e;
	}

	.catalog-menu__sub-menu,
	.catalog-menu_default .catalog-menu__sub-sub-menu,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		min-width: 100%;
		width: 100%;
		box-shadow: none;
		clear: both;
		background: transparent;
		display: none;
	}

	._active>.catalog-menu__sub-menu,
	._active>.catalog-menu__sub-sub-menu {
		display: block;
	}

	.catalog-menu_default .catalog-menu__sub-menu-item:after,
	.catalog-menu_default .catalog-menu__sub-sub-menu-item:after,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-item:after {
		content: '';
		clear: both;
		display: table;
	}

	.catalog-menu_default .catalog-menu__sub-menu-item {
		padding-left: 20px;
		padding-right: 35px;
	}

	.catalog-menu_default .catalog-menu__sub-sub-menu-item,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-item {
		padding-left: 50px;
	}

	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-item {
		margin-top: 0;
	}

	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-item {
		text-align: left;
		word-wrap: break-word;
		position: relative;
		color: #595958;
	}

	.catalog-menu__sub-menu-link,
	.catalog-menu_default .catalog-menu__sub-sub-menu-link,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		float: left;
	}

	.catalog-menu__sub-menu-link:after {
		display: none;
	}

	.catalog-menu_default .catalog-menu__sub-sub-menu-link:before,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link:before {
		content: '';
		background: #3e454d;
		display: block;
		position: absolute;
		left: 35px;
		top: 19px;
		width: 5px;
		height: 1px;
		;
	}

	.catalog-menu_default .catalog-menu__sub-sub-menu-link:hover:before,
	.catalog-menu_default .catalog-menu__sub-sub-menu-link.active:before,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link:hover:before,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link.active:before {
		background: #ea543f;
	}

	.catalog-menu_default .catalog-menu__sub-menu-link:hover,
	.catalog-menu_default .catalog-menu__sub-menu-link.active,
	.catalog-menu_default .catalog-menu__sub-sub-menu-link:hover,
	.catalog-menu_default .catalog-menu__sub-sub-menu-link.active,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link:hover,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link.active {
		background: inherit !important;
		color: #ea543f;
	}

	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link:hover,
	.catalog-menu_megamenu .catalog-menu__sub-sub-menu-link.active {
		text-decoration: none;
	}

	/*actions-link*/
	.actions-link {
		position: absolute;
		right: 81px;
		top: 24px;
		margin: 0;
	}

	.actions-link__link {
		margin: 0;
	}

	/*mini-cart*/
	.mini-cart {
		position: absolute;
		right: 15px;
		top: 0;
	}

	/*main-slider*/
	.main-slider__item-inner {
	}

	/*edges_style_1*/
	.edges_style_1.edges {
		background: #fafafa;
		height: auto;
		padding: 30px 0 0 0;
		margin: 0;
	}

	.edges_style_1 .edges__content {
		display: block;
	}

	.edges_style_1 .edges__item {
		display: block;
		color: #575656;
		float: left;
		text-align: center;
	}

	.edges_style_1 .edges__item-inner {
		padding: 55px 0 0 0;
	}

	.edges_style_1 .edges__item-inner img {
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	/*edges_style_2*/
	.edges_style_2.edges {
		background: none;
		height: auto;
		padding: 30px 0 0 0;
		margin: 0;
	}

	.edges_style_2 .edges__content {
		display: block;
	}

	.edges_style_2 .edges__item {
		display: block;
		color: #575656;
		float: left;
		text-align: center;
	}

	.edges_style_2 .edges__item-inner {
		padding: 55px 0 0 0;
	}

	.edges_style_2 .edges__item-inner img {
		left: 50%;
		top: 0;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	/*footer-banners*/
	.footer-banners__item {
		width: 100% !important;
	}

	/*footer_style_1*/
	.footer_style_1 .footer__block {
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding-bottom: 0;
	}

	.footer_style_1 .footer__block:last-child {
		padding-bottom: 95px;
	}

	/*footer_style_2*/
	.footer_style_2 .footer__block {
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding-bottom: 0;
	}

	.footer_style_2 .footer__block:last-child {
		padding-bottom: 95px;
	}

	/*footer-contacts*/
	.footer-contacts__item:first-child {
		margin-top: 0;
	}

	.footer-contacts__item {
		padding: 30px 0 0 0;
	}

	.footer-contacts__item:before {
		top: 0;
		left: 50%;
		margin-top: 0;
		margin-left: -13px;
	}

	/*footer-menu*/
	.footer-menu__menu {
		width: 33.33333333%;
		margin-bottom: 0;
	}

	.footer-menu__sub-menu-item {
		text-align: center;
	}

	.footer-menu__sub-menu-link {
		padding: 0;
		background: none !important;
		color: #fff;
		float: none;
		display: inline-block;
	}

	/*mini-subscribe*/
	.mini-subscribe__form {
		width: 200px;
		margin: 0 auto;
	}

	.mini-subscribe__button {
		width: 100%;
	}

	/*bottom-line*/
	.bottom-line__inner {
		display: block;
	}

	.bottom-line__block {
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 20px;
	}

	.bottom-line__block:first-child {
		margin-top: 0;
	}

	/*expertplus*/
	.expertplus {
		padding: 39px 0 0 0;
	    font-size: 12px;
	}

	.expertplus img {
		left: 50%;
		top: 0;
		margin: 0 0 0 -40px;
	}

	/*news*/
	.news__header {
		max-width: 608px;
		margin: 0 auto;
	}

	.news__item-image:not(.news__item-image_empty) {
		max-width: 100%;
		height: auto;
	}

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

	.news__item {
		max-width: 319px;
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	/*articles*/
	.articles__header {
		max-width: 608px;
		margin: 0 auto;
	}

	.articles__item-image:not(.articles__item-image_empty) {
		max-width: 100%;
		height: auto;
	}

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

	.articles__item {
		max-width: 319px;
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	/*actions*/
	.actions:not(.sidebar-block) .actions__header {
		max-width: 608px;
		margin: 0 auto;
	}

	.actions:not(.sidebar-block) .actions__item-image:not(.actions__item-image_empty) {
		max-width: 100%;
		height: auto;
	}

	.actions:not(.sidebar-block) .actions__item {
		max-width: 319px;
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	/*actions-list*/
	.actions-list__item {
		width: 50%;
	}

	/*main*/
	.main__content_has_sidebar-left,
	.main__content_has_sidebar-right {
		width: 100%;
	}

	.main__sidebar_left,
	.main__sidebar_right {
		width: 100%;
	}

	.main__sidebar_left {
		display: none;
	}

	.main__sidebar-buffer {
		margin-top: 10px;
	}

	/*product*/
	.products-full .product__button_fast {
		clear: left;
	}

	/*product-full*/
	.products-full__left {
		width: 360px;
	}

	.products-full .product__image-block-outer {
		width: 360px;
		height: 360px;
	}

	.products-full .product__image-block {
		width: 360px;
		height: 360px;
	}

	.products-full__small-slider-outer {
		width: 320px;
	}

	.products-full__right {
		width: 360px;
		padding-left: 30px;
	}

	.products-full__block-1.has-firm {
		padding-right: 0;
		min-height: auto;
	}

	.products-full .product__firm {
		width: 100%;
		height: auto;
		right: auto;
		top: auto;
		position: relative;
		font-size: 12px;
		color: #4a494a;
		font-weight: 500;
		margin-top: 16px;
	}

	.products-full .product__firm-link {
		color: #ea543f;
		border-bottom: 1px solid #ea543f;
	}

	.products-full .product__firm-link:hover {
		color: #4a494a;
		border-bottom: 1px solid #4a494a;
	}

	.products-full .product__firm-name {
		display: inline;
	}

	.products-full .product__firm-value {
		display: inline;
	}

	.products-full .product__firm-image {
		display: none;
	}

	/*cart*/
	.products-order .product__header {
		display: none !important;
	}

	.products-order {
		display: block;
		margin-top: 0;
	}

	.products-order .product__item {
		display: block;
		position: relative;
		padding-left: 105px;
		background: #fff;
		padding-right: 49px;
		margin-top: 20px;
		min-height: 120px;
	}

	.products-order .product__item:first-child {
		display: none;
	}

	.products-order .product__item:after {
		content: '';
		clear: both;
		display: table;
	}

	.products-order .product__item>div {
		display: block;
		border: 0;
		width: 100%;
	}

	.products-order .product__image-block {
		width: 105px !important;
		left: 0;
		top: 0;
		position: absolute;
		padding-right: 0 !important;
	}

	.products-order .product__price-block,
	.products-order .product__amount-outer,
	.products-order .product__total-outer {
		width: 33.33333333% !important;
		float: left;
		text-align: left;
		padding-top: 0 !important;
	}

	.products-order .product__remove {
		padding: 20px 25px 0 0 !important;
		width: 49px !important;
		position: absolute;
		top: 0;
		right: 0;
	}

	.products-order .product__remove-link {
		border: 1px solid #a7a7a7;
	}

	.products-order .product__price-text {
		display: block;
		width: 100%;
		font-size: 13px;
		color: #484848;
		line-height: 1.2;
	}

	.products-order .product__total-text {
		display: block;
		width: 100%;
		font-size: 13px;
		color: #ea543f;
		line-height: 1.2;
	}

	.products-order .product__promo {
		padding: 0 25px 20px;
		margin-bottom: 0;
	}

	/*payment-icons*/
	.payment-icons {
		font-size: 0;
	}

	.payment-icons img {
		display: inline-block;
		float: none;
	}

	/*fixed-menu*/
	.fixed-menu {
		opacity: 1;
		position: relative;
		right: auto;
		bottom: auto !important;
	}

	.fixed-menu__item:not(.fixed-menu__item_up) {
		display: block !important;
		width: 100%;
	}

	.fixed-menu__item_up {
		display: none !important;
	}

	.fixed-menu__toggle {
		display: none;
	}

	.fixed-menu__item_actions {
		display: block !important;
	}

	/*categories*/
	.categories__item {
	}

	.edges_style_2.edges + .categories {
		margin-top: 30px;
	}

	/*filter*/
	.filter .filter__inner {
	}

	.filter .column {
		width: 50%;
		float: left;
		padding-right: 15px;
	}

	.filter .column + .column {
		padding-left: 15px;
		padding-right: 0;
	}

	.filter__button-block {
		float: left;
		width: 100%;
	}

	.filter__inner {
	}

	/*payment*/
	.payment__item {
		width: 50%;
	}

	/*delivery*/
	.delivery__item {
		width: 100%;
	}

	/*table*/
	.archive__th_type {
		display: none;
	}

	.archive__td_type {
		display: none;
	}

	/*full-version*/
	.full-version {
		display: block;
	}

	/*hidden*/
	.hidden-desktop {
		display: block !important;
	}

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

	/*check-block*/
	.check-block__widget {
		width: calc(100vw - 30px);
		margin-left: calc((-100vw / 2) + 15px);
		/*max-height: calc(100vh - 30px);*/
	}

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

	.check-block__widget.has_scroll .check-block__widget-content {
		min-width: 654px;
	}
}

@media (min-width: 768px) {

	/*cart*/
	.products-order .product__gift {
		position: relative;
		left: auto;
		top: auto;
		background-position: center center;
		display: inline-block;
		margin-top: 10px;
		width: 62px;
	}

	.products-slider .product__description {
		display: none !important;
	}

	.products-slider .properties {
		display: none !important;
	}
}

@media (max-width: 767px) {

	/*tools*/
	.hidden-xs {
		display: none !important;
	}

	/*text blocks*/
	.main-text_has_image-block .main-text__inner {
		padding-left: 0;
		width: 100%;
	}

	.main-text__image-block {
		float: none;
		width: 226px;
		margin: 0 auto 30px;
		display: none;
	}

	/*text*/
	.text h1 {
		font-size: 23px;
	}

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

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

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

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

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

	/*buttons*/
	.button_registration {
		margin-top: 15px;
	}

	/*forms*/
	.form__button-block_pay {
		text-align: center;
	}

	.form__col_i_2 {
		width: 100%;
	}

	.form__col_i_4 {
		width: 50%;
	}

	.captcha .input-text {
		/*width: 118px;*/
	}

	/*modal windows*/
	.popup {
		width: calc(100vw - 30px);
		min-width: 290px;
		margin-left: calc((-100vw / 2) + 15px);
		padding: 20px;
	}

	.popup .close {
		top: 5px;
		right: 5px;
	}

	.popup .popup__footer,
	.popup footer {
		text-align: center;
	}

	.popup .button {
		margin-left: 7px;
		margin-right: 7px;
		margin-top: 14px;
	}

	.popup .button + .button {
		margin-left: 7px;
		margin-top: 14px;
	}

	.popup .captcha .input-text {
		/*width: 84px;*/
	}

	/*shade*/
	.shade {
		padding-bottom: 50px;
	}

	.main_page_index .shade {
	}

	/*containers*/
	.container {
		width: 100%;
	}

	/*mini-account*/
	.mini-account {
	}

	.mini-account__link {
	}

	/*title-block*/
	.title-block__title {
		font-size: 20px;
	}

	.title-block {
		padding: 30px 0;
	}

	/*header-contacts*/
	.header-contacts {
		margin-top: 0;
	}

	.header-contacts__item {
		max-width: 100%;
		padding: 0 0 0 35px;
		margin: 30px 7px 0;
	}

	.header-contacts__item:first-child {
		padding: 0 0 0 35px;
	}

	.header-contacts__item:before {
		left: 0;
	}

	.header-contacts__item_work,
	.header-contacts__item_address {
		display: none !important;
	}

	/*actions-link*/
	.actions-link {
		display: none;
	}

	/*main-slider*/
	.main-slider__item-inner {
		font-size: 16px;
	}

	.main-slider__item-outer .button {
		font-size: 14px;
		height: 31px;
		padding: 6px 12px;
		line-height: 1.2;
	}

	.main-slider .slick-dots {
		bottom: 8px;
	}

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

	/*edges_style_1*/
	.edges_style_1.edges {
		padding: 0;
	}

	.edges_style_1 .edges__item {
		width: 50%;
		margin-top: 30px;
	}

	/*edges_style_2*/
	.edges_style_2.edges {
		padding: 0;
	}

	.edges_style_2 .edges__item {
		width: 50%;
		margin-top: 30px;
	}

	/*footer_style_1*/
	.footer_style_1 .footer__block {
		margin-top: 50px;
		padding-bottom: 0;
	}

	.footer_style_1 .footer__block_menu {
		margin-top: 40px;
	}

	.footer_style_1 .footer__block:last-child {
		padding-bottom: 50px;
	}

	/*footer_style_2*/
	.footer_style_2 .footer__block {
		margin-top: 50px;
		padding-bottom: 0;
	}

	.footer_style_2 .footer__block_menu {
		margin-top: 40px;
	}

	.footer_style_2 .footer__block:last-child {
		padding-bottom: 50px;
	}

	/*footer-menu*/
	.footer-menu__menu {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer-menu__menu:last-child {
		margin-bottom: 0;
	}

	/*news*/
	.news__content {
		width: 289px;
		margin-left: auto;
		margin-right: auto;
	}

	.news__item {
		max-width: 100%;
		padding-top: 40px;
		border-top: 1px solid #dcdcdc;
		padding-left: 0;
		padding-right: 0;
	}

	.news__item:first-child {
		padding-top: 0;
		border-top: 0;
	}

	/*articles*/
	.articles__content {
		width: 289px;
		margin-left: auto;
		margin-right: auto;
	}

	.articles__item {
		max-width: 100%;
		padding-top: 40px;
		border-top: 1px solid #dcdcdc;
		padding-left: 0;
		padding-right: 0;
	}

	.articles__item:first-child {
		padding-top: 0;
		border-top: 0;
	}

	/*news-list*/
	.news-list__item-image-block {
		width: auto;
		float: none;
		max-width: 250px;
	}

	.news-list__item-image {
		max-width: 100%;
	}

	.news-list__item-content {
		padding: 0;
	}

	.news-list__item-image-block + .news-list__item-content {
		padding-left: 0;
		margin-top: 15px;
	}

	.news-list__item {
		padding: 20px;
	}

	/*actions-list*/
	.actions-list {
		justify-content: center;
	}

	.actions-list__item {
		width: 100%;
		max-width: 254px;
	}

	/*articles-list*/
	.articles-list__item-image-block {
		float: none;
		width: 100%;
		height: auto;
		max-width: 290px;
	}

	.articles-list__item-content {
		padding-left: 0;
		margin-top: 15px;
	}

	.articles-list__item-image {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		margin: auto;
		display: block;
	}

	/*brands-slider*/
	.brands-slider {
		padding: 20px 0;
		margin: 0 -10px;
	}

	/*brands-card*/
	.brands-card {
		padding: 16px 0 30px;
	}

	/*products*/
	.product__amount_is_show {
		/*width: 48px;*/
		padding: 0;
	}

	.product__amount_is_show .product__amount-inner {
		/*width: 48px;*/
		padding: 0;
	}

	/*products-grid*/
	.products-grid .product__item {
		width: 50%;
	}

    .products-grid .small-button_opisanie_small_and_properties {
        display: block;
        background: #e3e3e3 url(/templates/template_54/img/list_icon.svg) no-repeat center center  / 18px auto;
        font-size: 0;
        position: absolute;
        right: 5px;
        z-index: 3;
        top: 5px;
        width: 30px;
        height: 24px;
        border-radius: 5px;
        cursor: pointer;
    }

    .products-grid .profit + .small-button_opisanie_small_and_properties {
        top: 34px;
    }

    .opisanie_small_and_properties {
        display: none;
        position: absolute;
        left: -1px;
        top: -6px;
        right: -1px;
        bottom: 0px;
        background: rgb(255 255 255 / 95%);
        z-index: 4;
        padding: 40px 20px 20px;
        overflow-y: auto;
        border: 1px solid #e8e8e8;
    }

    .opisanie_small_and_properties-close {
        position: absolute;
        top: 9px;
        right: 15px;
        width: 12px;
        height: 11px;
        background: url(/templates/template_54/img/popup__close.png) no-repeat;
        z-index: 5;
        pointer-events: none;
        display: none;
    }

	.products-grid .product__image {
	}

	.products-grid .product__content {
		display: block;
		top: auto;
		left: auto;
		right: auto;
		margin: 15px 0 0 0;
		font-size: 13px;
		/*position: relative;*/
        position: static;
		border: 0;
		padding: 0;
		box-shadow: none;
	}

	/*products-list*/
	.products-list .product__item-inner {
		padding: 20px 20px;
		min-height: auto;
	}

	.products-list .product__image-block {
		width: 100%;
		height: 248px;
		position: relative;
		left: auto;
		top: auto;
	}

	.products-list .product__title {
		margin-top: 15px;
	}

	/*product-full*/
	.products-full__right {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	.products-full__title {
		display: none;
	}

	.products-full__left {
		width: 100%;
	}

	.products-full .product__image-block-outer {
		min-width: 290px;
		width: 100%;
		height: 290px;
	}

	.products-full .product__image-block {
		min-width: 290px;
		width: 100%;
		height: 290px;
	}

	.products-full__small-slider-outer {
		width: 100%;
		min-width: 290px;
		padding-left: 20px;
		padding-right: 20px;
	}

	/*tab_full*/
	.tab_full .tab__content {
		border: 0;
		padding: 15px 0 50px;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		margin: 20px 0 0;
	}

	.tab_full {
		margin-top: 43px;
	}

	.tab_full .tab__control-item {
		margin-top: 7px;
	}

	.tab_full .tab__control-item span:hover,
	.tab_full .tab__control-item.active span {
		border-bottom: 1px solid #efefef;
	}

	/*cart*/
	.products-order .product__image-block {
		padding-bottom: 0 !important;
		width: 100% !important;
		padding-right: 59px !important;
		padding-left: 59px !important;
	}

	.products-order .product__item {
		padding-left: 0;
		padding-right: 0;
		padding-top: 105px;
	}

	.products-order .product__price-block,
	.products-order .product__amount-outer,
	.products-order .product__total-outer {
		width: 100% !important;
	}

	.products-order .product__price-text {
		display: inline;
	}

	.products-order .product__price-old {
		display: inline;
	}

	.products-order .product__price {
		display: inline;
	}

	.products-order .product__price-text .product__price-old {
		display: none;
	}

	.products-order .product__total-text {
		display: inline;
	}

	.products-order .product__item>div {
		padding: 20px 20px;
	}

	.products-order .product__remove {
		padding: 10px 10px 0 0 !important;
		width: 34px !important;
	}

	.products-order .product__promo {
		padding: 0 20px 10px;
	}

	/*tab_products*/
	.tab_products .tab__control-item {
		margin-right: 20px;
	}

	.tab_products {
		padding-bottom: 50px;
	}

	.novelties__all {
		right: 0;
		left: 0;
		top: auto;
		bottom: 27px;
		text-align: center;
	}

	/*products-slider*/
	.products-slider .slick-arrow {
		opacity: 1;
		margin-top: -19px;
	}

	.products-slider .products-grid {
		margin-bottom: 0;
	}

	.products-slider .product__item {
		padding-bottom: 0 !important;
	}

	/*additional*/
	.additional + .additional {
		margin-top: 30px;
	}

	.additional.products-slider .slick-arrow {
		margin-top: auto;
	}

	/*subcategories*/
	.subcategories_type_full .subcategories__item {
		width: 100%;
	}

	.subcategories_type_compact .subcategories__item {
		width: 50%;
	}

	.subcategories .column {
	}

	/*toolbar*/
	.toolbar__count {
		font-size: 13px;
	}

	.toolbar__name {
		font-size: 13px;
	}

	/*sort*/
	.sort .input-select {
		width: 155px;
	}

	/*view*/
	.view {
		margin-left: 0;
		float: left;
		margin-right: 20px;
	}

	.view__button {
		margin-left: 0;
		margin-right: 5px;
	}

	.view__button:last-child {
		margin-right: 0;
	}

	/*filter*/
	.filter .column {
		width: 100%;
	}

	.filter .column + .column {
		padding-left: 0;
	}

	.main__content .filter__content .column {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	/*sidebar-edges*/
	.sidebar-edges__item:first-child,
	.sidebar-edges__item {
		width: 100%;
	}

	/*sidebar-contacts*/
	.sidebar-contacts__item:first-child,
	.sidebar-contacts__item {
		width: 100%;
	}

	/*cart-block*/
	.cart-block {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cart-block__footer_final {
		font-size: 23px;
	}

	.cart__result {
		margin-top: 0;
	}

	.cart__result_discount {
		margin-top: 10px;
	}

	/*check-block*/
	.check-block {
		padding-top: 20px;
		padding-bottom: 23px;
		position: relative;
	}

	.check-block.active:before {
		content: '';
		width: 24px;
		height: 18px;
		position: absolute;
		right: 5px;
		top: 5px;
		display: block;
		background-image: url(/templates/template_54/img/check-block.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-color: #ed6d54;
		visibility: hidden;
	}

	.check-block.active:before {
		visibility: visible;
	}

	/*payment*/
	.payment__item {
		width: 100%;
	}

	/*delivery*/
	.delivery__item {
		width: 100%;
	}

	/*promocode*/
	.promocode__form-col {
		height: auto;
		width: 100%;
	}

	.promocode__form-col:nth-child(1) {
		width: 100%;
	}

	.promocode__form-col + .promocode__form-col {
		margin-top: 10px;
	}

	.promocode__form .input-text {
		/*width: 167px;*/
		width: 100%;
	}

	/*privacy-forms*/
	.privacy-forms {
		display: block;
	}

	.privacy-forms_button_right .privacy-forms__text {
		padding-right: 0;
		display: block;
		width: 100%;
	}

	.privacy-forms_button_right .privacy-forms__button-block {
		text-align: left;
		display: block;
		margin-top: 15px;
		min-width: 100%;
		width: auto;
	}

	/*table*/
	.table-responsive thead {
		display: none;
	}

	.table-responsive,
	.table-responsive tbody,
	.table-responsive tr,
	.table-responsive td {
		display: block;
	}

	.table-responsive tr {
		border: 1px solid #eee;
		margin-top: 30px;
	}

	.table-responsive tr:first-child {
		margin-top: 0;
	}

	.table-responsive tr td {
		padding-left: 50%;
		text-align: right !important;
		position: relative;
		border: 0;
		border-bottom: 1px solid #eee !important;
		background: #fff !important;
		padding: 10px 10px;
	}

	.table-responsive tr td.archive__td_number {
		border-bottom: 1px dotted #efeff0 !important;
		background: #ea543f !important;
		color: #fff;
	}

	.table-responsive tr td.archive__td_number a {
		color: #fff;
	}

	.table-responsive td:before {
		content: attr(data-label);
		position: absolute;
		top: 50%;
		left: 10px;
		width: 50%;
		white-space: nowrap;
		text-align: left;
		height: 21px;
		margin-top: -10px;
		font-weight: 400;
		font-size: 12px;
	}

	/*printing*/
	.printing__row {
		display: block;
	}

	.printing__col {
		display: block;
		text-align: center;
	}

	.printing__print-block {
		margin-top: 25px;
	}

	/*forget*/
	.forget__block {
		text-align: left;
		margin-top: 15px;
	}

	/*compare-table*/
	.compare-table__left {
		float: left;
		width: 100%;
	}

	.compare-table__right {
		padding-left: 0;
		float: left;
		width: 100%;
		margin-top: 15px;
	}

	.compare-table__button-block {
		height: auto;
	}

	.compare-table__control {
		margin-top: 15px;
	}

	/*check-block*/
	.check-block__widget.has_scroll .check-block__widget-inner:before {
		content: '';
		width: 10px;
		height: 18px;
		background-repeat: no-repeat;
		background-image: url(/templates/template_54/img/product-full__small-slider.png);
		background-color: #000;
		position: absolute;
		bottom: 20px;
		left: 20px;
		background-position: 0px 0;
	}

	.check-block__widget.has_scroll .check-block__widget-inner:after {
		content: '';
		width: 10px;
		height: 18px;
		background-repeat: no-repeat;
		background-image: url(/templates/template_54/img/product-full__small-slider.png);
		background-color: #000;
		position: absolute;
		bottom: 20px;
		right: 20px;
		background-position: -10px 0;
	}

	.check-block__widget.has_scroll .check-block__widget-inner {
		/*max-height: calc(100vh - 30px - 20px - 20px);*/
		overflow-x: auto;
		padding-bottom: 44px;
	}
}

/*1*/
@media (min-width: 506px) and (max-width: 767px) {
	.products-grid {
		display: flex;
		flex-wrap: wrap;
	}

	.products-grid .product__item {
		display: flex;
	}

	.products-grid .product__item .product__item-inner {
		width: 100%;
		padding-bottom: 115px;
	}

	.products-grid .product__item.has-variants .product__item-inner {
		padding-bottom: 171px;
	}

	.products-grid .product__content {
		position: absolute;
		bottom: 15px;
		left: 20px;
		right: 20px;
	}
}

@media (max-width: 505px) {
	/*brands*/
	.brands__header {
		padding-top: 30px;
	}

	/*brands-card*/
	.brands-card {
		padding: 22px 0 30px;
		margin: 0 -4px;
	}

	.brands-card__item {
		margin: 8px 4px 0;
	}

	/*brands-list*/
	.brands-list {
		padding: 20px 0 30px;
		-moz-columns: 3 auto;
		-webkit-columns: 3 auto;
		columns: 3 auto;
	}

	/*products-grid*/
	.products-grid .product__item {
		width: 100%;
	}

	/*subcategories*/
	.subcategories_type_minimal .subcategories__inner {
		-moz-columns: 2 auto;
		-webkit-columns: 2 auto;
		columns: 2 auto;
	}
}

@media (max-width: 449px) {

	/*forms*/
	.check-block.has_image .check-wrapper {
		margin-top: 15px;
	}

	/*categories*/
	.categories__item {
	}

	/*subcategories*/
	.subcategories_type_compact .subcategories__item {
		width: 100%;
	}

	/*check-block*/
	.check-block.has_image {
		min-height: auto;
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.check-block__image-block {
		height: auto;
		position: relative;
		left: auto;
		top: auto;
	}

	.check-block__image-block img {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}

	/*amount products-list*/
	.products-list .product__amount {
		margin-right: 10px;
	}

	.products-list .product__amount-minus,
	.products-list .product__amount-plus {
		display: none;
	}

	.products-list .product__amount-input {
		border-radius: 6px;
	}
}

@media (max-width: 359px) {

	/*promocode*/
	.promocode__form .input-text {
		width: 127px;
	}
}


.sms-send {
  float: left;
  padding: 0 0 0 20px;
  font-size: 12px;
  line-height: 1.2;
  color: #575656;
  width: calc(100% - 152px)
}

.sms-send > div {
  height: 52px;
  display: flex;
  align-items: center;
  padding-bottom: 2px
}

.sms-send > div a {
  color: #333;
  font-size: 12px;
  border-bottom: 1px solid #333
}

.sms-send > div a:hover {
  border-color: transparent
}

.sms-send_type_captcha {
	width: calc(100% - 152px - 152px - 20px);
}

.sms-send_type_remaining {
  font-weight: 500
}

.sms-send_type_repeat {

}

@media (min-width:400px) and (max-width:767px) {
  .sms-send_type_captcha {
    width: 100%;
    padding: 0;
    margin-top: 18px;
  }
  .sms-send_type_captcha > div {
    height: auto
  }
}

@media (max-width:399px) {
	.captcha .input-text {
	    margin-top: 10px;
	}
	.sms-send {
	    width: calc(100% - 152px );
	    margin-top: 10px;
	}
}
