

/* Start:/local/templates/.default/assets/stylesheets/main.css?1748518172278172*/
@charset "UTF-8";

@keyframes forward-one {
	0% {
		top: 0;
		transform: rotate(0deg)
	}

	33% {
		top: calc(50% - 4px/2);
		transform: rotate(0deg)
	}

	to {
		top: calc(50% - 4px/2);
		transform: rotate(45deg)
	}
}

@keyframes forward-two {
	0% {
		transform: scale(1)
	}

	33%,
	to {
		transform: scale(0)
	}
}

@keyframes forward-three {
	0% {
		top: calc(100% - 4px);
		transform: rotate(0deg)
	}

	33% {
		top: calc(50% - 4px/2);
		transform: rotate(0deg)
	}

	to {
		top: calc(50% - 4px/2);
		transform: rotate(135deg)
	}
}

@keyframes backward-one {
	0% {
		top: 0;
		transform: rotate(0deg)
	}

	33% {
		top: calc(50% - 4px/2);
		transform: rotate(0deg)
	}

	to {
		top: calc(50% - 4px/2);
		transform: rotate(45deg)
	}
}

@keyframes backward-two {
	0% {
		transform: scale(1)
	}

	33%,
	to {
		transform: scale(0)
	}
}

@keyframes backward-three {
	0% {
		top: calc(100% - 4px);
		transform: rotate(0deg)
	}

	33% {
		top: calc(50% - 4px/2);
		transform: rotate(0deg)
	}

	to {
		top: calc(50% - 4px/2);
		transform: rotate(135deg)
	}
}

@keyframes rotateImg {
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes animationFrames {
	0% {
		transform: translate(1200px, 0);
		-o-transform: translate(1200px, 0);
		-ms-transform: translate(1200px, 0);
		-moz-transform: translate(1200px, 0);
		-webkit-transform: translate(1200px, 0);
		opacity: 0
	}

	96% {
		opacity: 1
	}

	to {
		transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0)
	}
}

@-moz-keyframes animationFrames {
	0% {
		transform: translate(1200px, 0);
		-o-transform: translate(1200px, 0);
		-ms-transform: translate(1200px, 0);
		-moz-transform: translate(1200px, 0);
		-webkit-transform: translate(1200px, 0);
		opacity: 0
	}

	96% {
		opacity: 1
	}

	to {
		transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0)
	}
}

@-ms-keyframes animationFrames {
	0% {
		transform: translate(1200px, 0);
		-o-transform: translate(1200px, 0);
		-ms-transform: translate(1200px, 0);
		-moz-transform: translate(1200px, 0);
		-webkit-transform: translate(1200px, 0);
		opacity: 0
	}

	96% {
		opacity: 1
	}

	to {
		transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0)
	}
}

@keyframes animationFrames {
	0% {
		transform: translate(1200px, 0);
		-o-transform: translate(1200px, 0);
		-ms-transform: translate(1200px, 0);
		-moz-transform: translate(1200px, 0);
		-webkit-transform: translate(1200px, 0);
		opacity: 0
	}

	96% {
		opacity: 1
	}

	to {
		transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0)
	}
}

html {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	padding: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

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

body {
	line-height: 1;
	font-family: "SegoeUI", "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	background-color: #fff !important;
	color: #231f20;
	width: 100%;
	padding-top: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased
}

/*ol,
ul {
	list-style: none
}*/
ul.n-catalog-sections__list{
	list-style: none;
	
}
.n-catalog-sections__list ul{
	list-style: none;
	padding: 0;
	
}
ul.n-catalog-top-sections{
	list-style: none;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;

}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

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

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

select {
	text-transform: none
}

input {
	line-height: normal
}

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

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	-webkit-appearance: none !important;
	appearance: none !important
}

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

input[type=search],
textarea {
	-webkit-appearance: none
}

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

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

input[type=password]::-ms-clear,
input[type=password]::-ms-reveal {
	display: none !important
}

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

button {
	overflow: visible;
	-webkit-appearance: none;
	cursor: pointer;
	text-transform: none
}

* {
	outline: 0 !important
}

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

.clearfix:after {
	clear: both
}

button,
html,
input,
select,
textarea {
	font-family: "SegoeUI", "Segoe UI", Arial, sans-serif
}

.mfp-figure figure,
html {
	margin: 0
}

body,
html {
	height: 100%
}

b,
strong {
	font-weight: 700
}

em,
i {
	font-style: italic
}

a {
	color: #231f20;
	text-decoration: none
}

input {
	-webkit-appearance: none !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important
}

.field_addon {
	position: relative
}

.field_addon .icon {
	position: absolute;
	left: 6px;
	top: 10px
}

.field_addon .field_text {
	padding-left: 48px
}

.field_text {
	padding: 0 13px;
	width: 100%;
	height: 34px;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 14px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #231f20
}

.field_text::-webkit-input-placeholder {
	color: #8e918e
}

.field_text:-moz-placeholder,
.field_text::-moz-placeholder {
	color: #8e918e
}

.field_text:-ms-input-placeholder {
	color: #8e918e
}

.field_text:focus,
.field_text:hover {
	box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	border-color: #dcdcdc
}

.field_text.error {
	border-color: red
}

@media only screen and (max-width:768px) {
	.field_text {
		height: 40px
	}
}

.field_file_link,
.field_phone {
	position: relative
}

.field_phone .field_text {
	padding-left: 45px;
	position: relative;
	z-index: 1
}

.field_phone .field__addon {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 40px;
	line-height: 50px;
	text-align: center;
	z-index: 2;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background-color: #ccc;
	color: #000
}

.field_file_link {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	overflow: hidden;
	color: #00b6bd
}

.field_file_link-text {
	display: inline-block;
	vertical-align: top;
	color: #231f20
}

.field_file_link input {
	position: absolute;
	left: 0;
	top: -1111px
}

.radio {
	position: relative
}

.radio input {
	position: absolute;
	clip: rect(0, 0, 0, 0)
}

.radio_option,
.radio_option label {
	display: inline-block;
	vertical-align: top
}

.radio_option {
	position: relative
}

.radio_option label {
	padding: 5px 15px;
	font-size: 15px;
	line-height: 22px;
	cursor: pointer;
	border: 1px solid #eee
}

.radio_option label:hover {
	color: #00b6bd;
	border-color: #00b6bd
}

.radio_option.disabled label {
	pointer-events: none;
	background: #eceaea !important;
	color: #959595 !important;
	border-color: #eceaea !important
}

.radio_option input:checked+label {
	color: #fff;
	background-color: #8e918e;
	border-color: #8e918e
}

.radio_link,
.radio_link label {
	display: inline-block;
	vertical-align: top;
	cursor: pointer
}

.radio_link {
	position: relative
}

.radio_default input,
.radio_link input {
	position: absolute;
	left: -1111px
}

.radio_link label {
	padding: 8px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #ccc
}

.radio_link label:hover {
	border-color: #00b6bd
}

.radio_link input:checked+label {
	border-color: #00b6bd;
	box-shadow: 0 0 0 1px #00b6bd;
	-o-box-shadow: 0 0 0 1px #00b6bd;
	-ms-box-shadow: 0 0 0 1px #00b6bd;
	-moz-box-shadow: 0 0 0 1px #00b6bd;
	-webkit-box-shadow: 0 0 0 1px #00b6bd
}

.radio_default {
	position: relative;
	overflow: hidden
}

.radio_default label {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	min-height: 16px;
	padding-left: 27px;
	cursor: pointer;
	position: relative
}

.radio_default label:after,
.radio_default label:before {
	position: absolute;
	content: "";
	display: block;
	border-radius: 50%
}

.radio_default label:before {
	border: 1px solid #dde1e1;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	background-color: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.radio_default label:after {
	left: 5px;
	top: 5px;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #00b6bd;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0
}

.bx-no-touch .checkbox label:hover:before,
.filter__option label:hover:before,
.radio_default label:hover:before {
	border-color: #00b6bd
}

.radio_default input:checked+label:before {
	background-color: #f0f3f3;
	border-color: #00b6bd
}

.radio_default input:checked+label:after {
	opacity: 1
}

.radio-list .radio_default+.radio_default {
	margin-top: 10px
}

.radio-list_option {
	margin-top: -20px;
	letter-spacing: 18px
}

.radio-list_option .radio {
	letter-spacing: .025em;
	margin-top: 20px
}

.checkbox,
.checkbox label {
	position: relative
}

.checkbox input {
	position: absolute;
	clip: rect(0, 0, 0, 0)
}

.checkbox label {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 20px;
	padding-left: 25px;
	font-weight: 500;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox label:before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: 1px solid #dde1e1
}

.checkbox input:checked+label:before {
	border-color: #00b6bd;
	background: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -648px 3px
}

textarea.field_text {
	resize: vertical;
	overflow: hidden;
	height: 130px;
	padding: 10px
}

textarea.field_text[rows="3"] {
	height: 72px
}

.field__note {
	margin-top: 6px;
	font-size: 14px;
	line-height: 16px;
	display: block;
	font-weight: 400;
	color: #999
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	background: 0 0;
	border: 0;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.lt-ie8 .btn {
	display: inline;
	zoom: 1
}

.btn.disabled,
.btn:disabled {
	pointer-events: none;
	cursor: default
}

.btn__text {
	font-size: 12px;
	line-height: 1;
	font-weight: 300
}

.btn-in_cart {
	cursor: pointer;
	background-color: #fff;
	color: #00b6bd;
	font-size: 10px;
	line-height: 1.4;
	border: 1px solid #00b6bd;
	padding: 4.5px 18px
}

.btn-in_cart .basket-item-count {
	font-size: 14px;
	font-weight: 700
}

.btn-in_cart .basket-item-measure {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase
}

.btn_default,
.btn_primary {
	font-weight: 700;
	background-color: #00b6bd
}

.btn_primary {
	font-size: 18px;
	padding: 16px 29px;
	color: #fff
}

.btn_primary:hover {
	background-color: #04c5cc
}

.btn_primary:active {
	background-color: #03a5ab
}

.btn_primary.sz_m {
	font-size: 14px;
	padding: 9px 10px
}

.btn_default {
	padding: 9px 25px;
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid #00b6bd;
	text-transform: uppercase
}

.page__entry_dark .btn_default {
	box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18)
}

.page__entry_dark .btn_default:hover {
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18)
}

.btn_default .icon {
	margin-right: 4px;
	margin-top: -1px
}

.btn_default.sz_l {
	padding: 15px 18px 14px
}

.btn_default:hover {
	background-color: #04c5cc;
	border: 1px solid #04c5cc
}

.btn_default:active {
	background-color: #03a5ab
}

.btn_default.disabled,
.btn_default:disabled {
	background-color: #8e918e;
	border: 1px solid #8e918e;
	color: #fff
}

.btn_basic,
.btn_framed {
	font-weight: 700;
	text-transform: uppercase
}

.btn_basic {
	background-color: #333;
	font-size: 16px;
	padding: 17px 20px;
	color: #fff
}

.btn_framed {
	padding: 9px 25px;
	color: #00b6bd;
	border: 1px solid
}

.btn_framed.sz_l {
	padding: 15px 18px 14px
}

.btn_framed:hover {
	background-color: #00b6bd;
	color: #fff;
	border-color: #00b6bd
}

.btn_framed:active {
	background-color: #03a5ab;
	color: #fff;
	border-color: #03a5ab
}

.btn_framed.disabled,
.btn_framed:disabled {
	border: 1px solid #8e918e;
	color: #8e918e
}

.btn_link {
	font-size: 14px
}

.btn_link .icon {
	margin-right: 4px;
	vertical-align: middle
}

.btn_link_framed .icon {
	vertical-align: middle;
	margin-right: 10px
}

.btn_link span,
.btn_link_framed span {
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px dashed
}

.btn_link_framed {
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 18px
}

.btn.btn_block {
	display: block;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center
}

.btn__group .btn {
	margin-right: 23px
}

.btn__group .btn:last-child {
	margin-right: 0
}

.btn_back {
	text-align: left !important;
	padding-left: 18px !important;
	padding-right: 32px !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative
}

.btn_back:after {
	display: block;
	position: absolute;
	content: "";
	right: 18px;
	top: 50%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent #fff transparent transparent
}

.btn_back.btn_link,
.btn_back.btn_link_framed {
	display: block;
	padding: 10px 18px 10px 0 !important;
	font-weight: 700;
	font-size: 18px;
	color: #2c2829;
	text-transform: uppercase
}

.btn_back.btn_link:after,
.btn_back.btn_link_framed:after {
	right: 5px;
	border-color: transparent #2c2829 transparent transparent
}

.btn.loading {
	color: transparent !important;
	border-color: transparent !important;
	background: url(/local/templates/.default/assets/stylesheets/../images/loader.gif) center center no-repeat !important;
	box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important
}

.p-cart-bottom .btn.loading,
.page__entry_dark .btn.loading,
.product-price .btn.loading {
	background-image: url(/local/templates/.default/assets/stylesheets/../images/loader_dark.gif) !important
}

.btn_manager {
	width: 300px;
	max-width: 100%;
	text-align: center
}

.btn_multiline {
	padding: 10px 18px 9px !important
}

.btn_multiline .btn__text {
	margin-top: 5px;
	display: block
}

.btn_reset {
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f0f3f3
}

.btn_reset:hover {
	background-color: #edf1f1
}

#map_pickup {
	height: 150px;
	border: 1px solid #eee
}

@media screen and (max-width:767px) {
	#map_pickup {
		height: 300px
	}
}

.form__helper {
	font-size: 14px;
	line-height: 22px;
	color: #8f918e
}

.form__helper a {
	font-size: inherit;
	color: #00b6bd
}

.form__helper.sz_l {
	font-size: 16px
}

.form__fieldset_indent-r {
	padding-right: 15px
}

.form_checkout .control .link_promo {
	margin-top: 18px;
	display: inline-block
}

.form_checkout .control_pretext {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px
}

.form_checkout .control__message {
	margin-top: 30px !important;
	font-size: 14px;
	line-height: 18px;
	color: #999
}

.form_checkout .control_nav {
	margin-top: 30px !important;
	text-align: center
}

.form_checkout .control__caption {
	font-size: 24px;
	text-align: center
}

.form_checkout .control+.control {
	margin-top: 26px
}

.form_checkout .control__fieldset {
	padding-top: 23px;
	border-top: 1px solid #d7d7d7
}

.form_checkout .control__fieldset+.control__fieldset {
	margin-top: 29px
}

.form_checkout .control__field+.control__field {
	margin-top: 15px
}

.form_checkout .control__label {
	font-size: 16px;
	color: #231f20;
	height: 50px;
	position: relative;
	white-space: nowrap
}

.form_checkout .control__label:after,
.form_horizontal .control__label:after {
	display: inline-block;
	width: 0;
	content: "";
	height: 100%;
	vertical-align: middle
}

.form_checkout .control__label label,
.form_horizontal .control__label label {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	color: inherit
}

.form_horizontal .control_message {
	font-size: 16px;
	line-height: 24px
}

.form_horizontal .control_message.light {
	color: #666
}

.form_horizontal .control+.control {
	margin-top: 23px
}

.form_horizontal .control+.control_nav {
	margin-top: 41px
}

.form_horizontal .control__label {
	font-size: 14px;
	color: #231f20;
	height: 50px;
	position: relative;
	white-space: nowrap
}

.form_horizontal .control.required .control__label label:after {
	content: "*";
	color: red
}

.form_vertical .form__caption {
	font-weight: 500;
	font-size: 18px
}

.form_vertical .form__helper {
	font-size: 15px
}

.form_vertical .form__fieldset_plank {
	padding: 40px 25px;
	background-color: #fff;
	text-align: center
}

.form_vertical .page__entry_dark .control_separate {
	margin-left: -30px
}

.form_vertical .control_separate {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	height: 1px;
	background-color: #fff
}

.form_vertical .control__message {
	text-align: center
}

.form_vertical .control__message.danger {
	color: red
}

.form_vertical .control__label {
	margin-bottom: 13px;
	font-weight: 500;
	line-height: 22px;
	font-size: 15px
}

.form_vertical .control__label label {
	font-size: inherit
}

.form_vertical .control__field+.control__field,
.p-checkout__data p+p {
	margin-top: 10px
}

.form_vertical .control_nav,
.form_vertical .control_note {
	text-align: center
}

.form_vertical .control_nav .title7 {
	margin-top: 11px;
	text-align: left
}

.form_auth .control_note a,
.form_vertical .control_note a {
	color: #231f20;
	font-size: 15px;
	font-weight: 500
}

.form_auth .control_note a:hover,
.form_vertical .control_note a:hover {
	color: #00b6bd
}

.form_vertical .control+.control {
	margin-top: 23px
}

.form_vertical .control+.control_nav {
	margin-top: 38px
}

.form_vertical .control+.control_rarely {
	margin-top: 47px
}

.form_vertical .control label.error {
	display: block;
	color: #e70f2e;
	font-size: 14px;
	margin-top: 3px
}

.form_auth .control__caption {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 500;
	text-align: center
}

.form_auth .control__label {
	font-size: 14px;
	color: #8e918e
}

.form_auth .control__message {
	text-align: center
}

.form_auth .control__message.danger {
	color: red
}

.form_auth .control+.control {
	margin-top: 20px
}

.form_auth .control+.control_nav {
	margin-top: 30px
}

.form_auth .control+.control_note {
	margin-top: 26px
}

.form_auth .control_nav,
.form_auth .control_note {
	text-align: center !important
}

.form_auth .required .control__label {
	display: inline-block
}

.form_auth .required .control__label:after,
.form_vertical .required .control__label label:after {
	margin-left: 3px;
	content: "*";
	color: #00b6bd
}

.form_auth .btn_auth {
	width: 263px
}

.control {
	zoom: 1
}

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

.control:after {
	clear: both
}

.control-map__descr {
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	color: #8e918e
}

.control-map__descr:empty,
.message#warning_message:empty {
	display: none
}

.control_placeholder {
	position: relative
}

.control_placeholder .control__label,
.control_placeholder label.error {
	padding: 10px 13px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.control_placeholder label.error {
	color: red;
	text-align: left !important
}

.control_placeholder .field_text.not-empty+.control__label,
.control_placeholder .field_text.not-empty+label.error {
	display: none !important
}

.control_placeholder .field_text.error::-webkit-input-placeholder {
	color: transparent
}

.control_placeholder .field_text.error:-moz-placeholder,
.control_placeholder .field_text.error::-moz-placeholder {
	color: transparent
}

.control_placeholder .field_text.error:-ms-input-placeholder {
	color: transparent
}

.control__result {
	padding: 31px 20px 33px;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #00b6bd;
	font-size: 18px;
	line-height: 22px
}

.control__result .icon {
	margin-bottom: 16px
}

.control__result:after,
.control__result:before {
	display: block;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid
}

.control__result:before {
	border-width: 44px 44px 0 0;
	border-color: #14c8ce transparent transparent
}

.control__result:after {
	border-width: 0 0 44px 44px;
	border-color: transparent transparent #fff
}

.control__result-title {
	color: #fff;
	margin-top: 30px
}

.message {
	margin: 20px 0;
	position: relative;
	font-weight: 500;
	padding-left: 22px;
	min-height: 22px;
	line-height: 22px;
	font-size: 15px
}

.message__wrap {
	margin-top: 20px;
	margin-bottom: 20px
}

.message__wrap:first-child {
	margin-top: 0 !important
}

.message__wrap:last-child {
	margin-bottom: 0 !important
}

.message font {
	color: inherit !important;
	font-size: inherit !important
}

.message#warning_message {
	padding-left: 0
}

.message .icon {
	position: absolute;
	left: 0;
	top: 1px
}

.message:last-child {
	margin-bottom: 0
}

.message:first-child {
	margin-top: 0
}

.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	background-image: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg);
	background-repeat: no-repeat
}

.lt-ie8 .icon {
	display: inline;
	zoom: 1
}

.icon_printer-dark,
.icon_printer-primary {
	background-position: -1700px -50px;
	width: 20px;
	height: 20px
}

.icon_printer-dark {
	background-position: -1700px 0
}

.icon_search {
	background-position: -100px 0
}

.icon_remove {
	background-position: -697px 2px
}

.category-tags__link:hover .icon_remove {
	background-position: -697px -198px
}

.icon_ask {
	background-position: -950px 0
}

.icon_ok {
	background-position: -650px -99px
}

.icon_error {
	background-position: -700px -149px
}

.icon.sz_s {
	width: 12px;
	height: 12px
}

.icon.sz_s.icon_arrow_right {
	background-position: -146px 1px
}

.b-features__nav a:hover .icon.icon_arrow_right.sz_s,
.b-partners__link:hover .icon.sz_s.icon_arrow_right,
a.b-features:hover .icon.sz_s.icon_arrow_right {
	background-position: -146px -99px
}

.icon.sz_m {
	width: 17px;
	height: 17px
}

.icon.sz_m.icon_star {
	width: 19px;
	height: 19px;
	background-position: -1450px -50px
}

.icon.sz_m.icon_star.active,
.icon.sz_m.icon_star:hover {
	background-position: -1500px -50px
}

.icon.sz_m.icon_check {
	background-position: -650px -47px
}

.icon.sz_m.icon_arrow_left {
	background-position: -595px 3px
}

.icon.sz_m.icon_skype {
	background-position: -1350px 0
}

.icon.sz_m.icon_trash {
	cursor: pointer;
	background-position: -698px -97px
}

.icon.sz_m.icon_add {
	cursor: pointer;
	position: relative;
	background-image: none
}

.icon.sz_m.icon_add:after,
.icon.sz_m.icon_add:before {
	display: block;
	content: '';
	position: absolute;
	background-color: #00b6bd;
	left: 50%;
	top: 50%
}

.icon.sz_m.icon_add:after {
	margin-top: -6px;
	margin-left: -1px;
	width: 3px;
	height: 13px
}

.icon.sz_m.icon_add:before {
	margin-left: -6px;
	margin-top: -1px;
	width: 13px;
	height: 3px
}

.icon.sz_l {
	width: 25px;
	height: 25px
}

.icon.sz_l.icon_star {
	background-position: -1450px 0
}

.icon.sz_l.icon_star.active,
.icon.sz_l.icon_star:hover {
	background-position: -1500px 0
}

.icon.sz_l.icon_money,
.icon.sz_l[class*=icon_money] {
	width: 31px;
	background-position: -1000px 2px
}

.icon.sz_l.icon_card,
.icon.sz_l[class*=icon_card] {
	width: 31px;
	background-position: -1046px 4px
}

.icon.sz_l.icon_yamoney,
.icon.sz_l[class*=icon_yamoney] {
	width: 31px;
	background-position: -1098px 0
}

.icon.sz_l.icon_user {
	background-position: -1400px 0
}

.icon.sz_l.icon_fave {
	width: 26px;
	background-position: 0 1px
}

.icon.sz_l.icon_fave_h {
	width: 26px;
	background-position: 0 -49px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.icon.sz_l.icon_fave_h.loading {
	opacity: .3
}

.icon.sz_l.icon_fave_h.active {
	background-position: 0 -99px
}

.icon.sz_l.icon_mess {
	width: 26px;
	background-image: url(/local/templates/.default/assets/stylesheets/../images/speech-bubble.svg)
}

.icon.sz_l.icon_mess:hover {
	background-image: url(/local/templates/.default/assets/stylesheets/../images/speech-bubble-blue.svg)
}

.icon.sz_l.icon_cart {
	background-position: -49px 0
}

.icon.sz_l.icon_search {
	background-position: -100px -50px
}

.highlight .icon.sz_l.icon_search:before {
	content: '';
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	left: 0;
	top: 0;
	background: #fff url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -698px -248px
}

.highlight .icon.sz_l.icon_search:after {
	display: none
}

.icon.sz_l.icon_hmbrgr {
	height: 11px;
	position: relative;
	background-image: none;
	border-top: 3px solid #231f20;
	border-bottom: 3px solid #231f20
}

.icon.sz_l.icon_hmbrgr:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 4px;
	height: 3px;
	background-color: #231f20
}

.highlight .icon.sz_l.icon_hmbrgr:before {
	content: '';
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	left: 0;
	top: -7px;
	background: #fff url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -698px -248px
}

.highlight .icon.sz_l.icon_hmbrgr:after {
	display: none
}

.icon.sz_xl {
	width: 35px;
	height: 35px
}

.icon.sz_xl.icon_fb {
	background-position: -390px 5px;
	background-color: #475993
}

.icon.sz_xl.icon_vk {
	background-position: -344px 10px;
	background-color: #44678d
}

.icon.sz_xl.icon_inst {
	background-position: -1544px 6px;
	background-color: #c74381
}

.icon.sz_xl.icon_youtube {
	background-position: -1545px -50px;
	background-color: #f61c0d
}

.icon.sz_xl.icon_download_framed {
	width: 21px;
	height: 29px;
	border: 2px solid #00b6bd;
	background-position: -446px 7px
}

.nav_page .nav__link:hover .icon.sz_xl.icon_download_framed {
	background-color: #00b6bd;
	background-position: -446px -43px
}

.icon.sz_xl.icon_excel_framed,
.icon.sz_xl.icon_pdf_framed {
	width: 21px;
	height: 29px;
	border: 2px solid #00b6bd;
	background-position: -496px 7px
}

.nav_page .nav__link:hover .icon.sz_xl.icon_excel_framed {
	background-color: #00b6bd;
	background-position: -496px -43px
}

.icon.sz_xl.icon_pdf_framed {
	background-position: -547px 7px;
	vertical-align: middle
}

.nav_page .nav__link:hover .icon.sz_xl.icon_pdf_framed {
	background-color: #00b6bd;
	background-position: -547px -43px
}

.icon.sz_xl.icon_certificate_framed,
.icon.sz_xl.icon_doc_framed {
	width: 21px;
	height: 29px;
	border: 2px solid #00b6bd;
	background-position: -845px 6px
}

.nav_page .nav__link:hover .icon.sz_xl.icon_certificate_framed {
	background-color: #00b6bd;
	background-position: -845px -44px
}

.icon.sz_xl.icon_doc_framed {
	background-position: -897px 10px
}

.nav_page .nav__link:hover .icon.sz_xl.icon_doc_framed {
	background-color: #00b6bd;
	background-position: -897px -40px
}

.icon.sz_xxl {
	width: 48px;
	height: 48px
}

.icon.sz_xxl.icon_ok {
	width: 54px;
	background-position: -1150px 0
}

.icon.icon_marker-type2 {
	background-position: -1650px -50px;
	width: 24px;
	height: 24px
}

.icon.icon_marker-type1,
.icon.icon_phone-call {
	background-position: -1650px 0;
	width: 20px;
	height: 20px
}

.icon.icon_phone-call {
	background-position: -1600px -50px
}

.icon.icon_globus {
	background-position: -1600px 0;
	width: 14px;
	height: 14px
}

.icon.icon_calendar {
	background-position: -1600px -100px;
	width: 16px;
	height: 16px
}

.icon.icon_credit-card,
.icon.icon_delivery {
	background-position: -1600px -150px;
	width: 17px;
	height: 17px
}

.icon.icon_delivery {
	background-position: -1600px -200px
}

.icon.icon_delivery-city {
	background-position: -1600px -300px;
	width: 17px;
	height: 17px
}

.icon.icon_e-mail {
	background-position: -1600px -250px;
	width: 20px;
	height: 20px
}

.icon.icon_arrow_left1,
.icon.icon_close7 {
	background-position: -600px -150px;
	width: 16px;
	height: 16px
}

.icon.icon_close7 {
	background-position: -700px -300px
}

.icon.icon_city-marker {
	background-position: -1750px 0;
	width: 14px;
	height: 14px
}

.icon.icon_city-phone {
	background-position: -1750px -25px;
	width: 12px;
	height: 12px
}

.icon.icon_city-calendar {
	background-position: -1750px -50px;
	width: 13px;
	height: 13px
}

.icon.icon_city-medical {
	background-position: -1800px 0;
	width: 40px;
	height: 40px
}

.icon.icon_city-package,
.icon.icon_city-robe {
	background-position: -1800px -50px;
	width: 40px;
	height: 40px
}

.icon.icon_city-robe {
	background-position: -1800px -100px
}

.icon.icon_city-like,
.icon.icon_city-truck {
	background-position: -1800px -150px;
	width: 40px;
	height: 40px
}

.icon.icon_city-like {
	background-position: -1800px -200px
}

.hide {
	display: none !important
}

.container {
	width: 1170px;
	margin: 0 auto
}

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

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

.row:after {
	clear: both
}

.row .col {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.row .col.first,
.row .col:first-child,
.row_thin .col.first,
.row_thin .col:first-child {
	clear: left
}

.row .col_1 {
	width: 8.33333%
}

.row .col_2 {
	width: 16.66667%
}

.row .col_3 {
	width: 25%
}

.row .col_4 {
	width: 33.33333%
}

.row .col_5 {
	width: 41.66667%
}

.row .col_6 {
	width: 50%
}

.row .col_7 {
	width: 58.33333%
}

.row .col_8 {
	width: 66.66667%
}

.row .col_9 {
	width: 75%
}

.row .col_10 {
	width: 83.33333%
}

.row .col_11 {
	width: 91.66667%
}

.row .col_12 {
	width: 100%
}

.row .col_1_5 {
	width: 14.2857%
}

.row .col_2_5 {
	width: 20%
}

.row .col_9_5 {
	width: 80%
}

.row_table {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
	table-layout: fixed
}

.row_table:after,
.row_table:before {
	display: none
}

.row_table-wrap {
	margin: -5px
}

.row_table .col {
	float: none;
	display: table-cell;
	vertical-align: top;
	padding: 0
}

.row_thin {
	margin-left: -11px;
	margin-right: -11px
}

.row_thin .col {
	float: left;
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.row_thin .col_1 {
	width: 12.5%
}

.row_thin .col_2 {
	width: 25%
}

.row_thin .col_3 {
	width: 37.5%
}

.row_thin .col_4,
.smartfilter .filter__buttons button {
	width: 50%
}

.row_thin .col_5 {
	width: 62.5%
}

.row_thin .col_6 {
	width: 75%
}

.row_thin .col_7 {
	width: 87.5%
}

.row_thin .col_8 {
	width: 100%
}

.row_thin .col {
	padding-left: 11px;
	padding-right: 11px
}

.row_centered {
	letter-spacing: -4px;
	text-align: center
}

.row_centered .col {
	display: inline-block;
	vertical-align: top;
	float: none;
	letter-spacing: 0
}

.row_narrow {
	margin-left: -5px;
	margin-right: 0
}

.row_narrow .col {
	padding-right: 0;
	padding-left: 5px
}

.row_flex {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.row_flex:after,
.row_flex:before {
	display: none !important
}

.row_flex,
.row_flex .col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.col.col_auto,
.row_center .col {
	margin-left: auto !important;
	margin-right: auto;
	float: none;
	text-align: left
}

.oftop_1 {
	margin-top: 20px !important
}

.oftop_row {
	margin-top: 30px !important
}

.oftop_2 {
	margin-top: 46px !important
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left
}

.hamburger {
	position: relative;
	width: 23px;
	height: 20px;
	cursor: pointer
}

.hamburger .line {
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #00b6bd;
	border-radius: 3px;
	box-shadow: none;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
	transform-origin: 50% 50%;
	animation-fill-mode: both;
	animation-duration: .7s
}

.hamburger .line:nth-child(2) {
	top: calc(50% - 4px/2)
}

.hamburger .line:nth-child(3) {
	top: calc(100% - 4px)
}

.highlight .line {
	animation-name: forward-one
}

.highlight .line:nth-child(2) {
	animation-name: forward-two
}

.highlight .line:nth-child(3) {
	animation-name: forward-three
}

.backward .line {
	animation-name: backward-one;
	animation-direction: reverse
}

.backward .line:nth-child(2) {
	animation-name: backward-two
}

.backward .line:nth-child(3) {
	animation-name: backward-three
}

.popup_history-available .popup__text {
	margin: 21px 0;
	text-align: center
}

.bx-filter .bx-filter-block {
	overflow-y: scroll;
	position: relative;
	margin-right: -20px;
	max-height: 240px
}

.bx-filter .bx-filter-block::-webkit-scrollbar {
	width: 6px
}

.bx-filter .bx-filter-block::-webkit-scrollbar-thumb {
	background: #00b6bd
}

.catalogRecordsCount {
	display: block;
	margin-top: 8px;
	color: #00b6bd
}

.smartfilter {
	padding-top: 15px
}

.smartfilter .filter__item {
	padding: 0 20px
}

.smartfilter .filter__option:last-child {
	padding-bottom: 20px
}

.smartfilter .filter__buttons {
	display: flex;
	flex-direction: row;
	margin-top: 20px
}

.b-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.b-logo.t_center img {
	margin: auto
}

.b-logo:hover {
	opacity: .8
}

.fixed .b-logo {
	display: inline-block;
	left: 15px;
	position: absolute;
	top: -9px
}

.s-footer .b-logo {
	width: 211px
}

.b-blog-search {
	background-color: #f7f7f7;
	padding: 40px 15px 30px
}

.b-blog-search_cancel {
	right: 68px;
	z-index: 1;
	background-color: transparent;
	position: absolute;
	height: 25px;
	justify-content: center;
	width: 25px;
	transition: opcaity .2s
}

.b-blog-search .b-search__wrap,
.b-blog-search_cancel {
	display: flex;
	align-items: center
}

.b-blog-search .b-search__submit {
	height: 50px;
	width: 52px;
	border: 0;
	background: #00b6bd url(/local/templates/.default/assets/stylesheets/../images/magnifying-glass-white.png) center center no-repeat
}

.b-blog-search .b-search__fld {
	height: 50px
}

.b-location {
	font-size: 15px;
	line-height: 22px
}

.s-header__top .b-location {
	padding: 12px 0
}

.b-location__city,
.b-location_ib {
	display: inline-block;
	position: relative
}

.b-location_ib {
	vertical-align: top
}

.b-location__city {
	font-size: inherit;
	font-weight: 500;
	min-height: 22px;
	color: #00b6bd;
	padding-right: 18px;
	cursor: pointer;
	white-space: nowrap
}

.b-location__city:after {
	display: inline-block;
	position: absolute;
	right: 0;
	content: "";
	top: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0;
	border-color: #231f20 transparent transparent
}

.b-location__city:empty:before {
	content: ".";
	color: transparent
}

.b-location-message {
	display: none;
	width: 308px;
	padding: 30px;
	position: absolute;
	top: 100%;
	right: -150px;
	margin-top: 4px;
	z-index: 12111;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.b-location-message:before {
	display: block;
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -10px;
	top: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 11px;
	border-color: transparent transparent #fff;
	z-index: 123
}

.b-location-message_inline {
	display: block;
	width: auto;
	position: relative;
	top: auto;
	right: auto;
	margin: 0;
	padding: 15px
}

.b-location-message_inline .b-location-message__head {
	line-height: 20px
}

.b-location-message_inline .btn_default {
	padding: 9px 15px
}

.b-location-message__head {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 12px
}

.b-location-message__head .b {
	font-weight: 700
}

.b-location-message__buttons {
	margin-bottom: 8px;
	white-space: nowrap
}

.b-location-message__note {
	font-size: 12px;
	line-height: 14px;
	color: #8f918e
}

.b-features__nav a .icon,
.b-location-message .btn {
	vertical-align: middle
}

.b-location-message .btn_default {
	padding: 12px 19px;
	margin-right: 17px;
	box-shadow: 0 4px 20px -4px rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 20px -4px rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 20px -4px rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 20px -4px rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 20px -4px rgba(13, 5, 2, .18)
}

.b-location-message .btn_link,
.b-location-message .btn_link_framed {
	color: #00b6bd;
	font-weight: 700;
	border-bottom: 1px solid;
	letter-spacing: -.02em
}

.b-location-message .btn_link:hover,
.b-location-message .btn_link_framed:hover {
	border-bottom-color: transparent
}

.s-header__main .b-phone {
	padding-top: 13px
}

.b-phone__num {
	font-weight: 700;
	font-size: 24px
}

.b-phone__num_small {
	font-size: 22px
}

.fixed .b-phone__num_small {
	line-height: 34px
}

.b-phone__link {
	font-size: 14px;
	font-weight: 700;
	color: #00b6bd;
	cursor: pointer;
	text-transform: uppercase
}

.bx-no-touch .b-phone__link:hover {
	color: #231f20
}

.s-header__main .b-phone__link {
	margin-left: 33px
}

.b-phone__note {
	margin-top: 7px;
	font-size: 14px;
	color: #8e918e
}

.b-search,
.b-search__fld,
.b-search__wrap {
	position: relative
}

.b-search__fld {
	padding: 0 44px 0 13px;
	width: 100%;
	height: 34px;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 14px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	z-index: 1;
	color: #231f20;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.b-search__fld::-webkit-input-placeholder {
	color: #8e918e
}

.b-search__fld:-moz-placeholder,
.b-search__fld::-moz-placeholder {
	color: #8e918e
}

.b-search__fld:-ms-input-placeholder {
	color: #8e918e
}

.b-search__fld:focus,
.b-search__fld:hover {
	box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	-o-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .1);
	border-color: #dcdcdc
}

.b-search-fast,
.b-search__btn {
	position: absolute;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.b-search__btn {
	width: 34px;
	height: 34px;
	background: 0 0;
	border: 0;
	text-align: center;
	right: 4px;
	top: 0;
	z-index: 2
}

.b-search-fast {
	display: none;
	z-index: 121111;
	padding: 16px 20px;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18)
}

.dealer-typo.typo ol li:before,
.dealer-typo.typo ul li:before,
.focus .b-search-fast {
	display: block
}

.b-search-fast__caption {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #8e918e
}

.b-search-fast__item {
	display: block;
	padding: 6px 0;
	color: #231f20;
	font-size: 16px
}

.b-features__caption a:hover,
.b-search-fast__item:hover {
	color: #00b6bd
}

.b-features {
	display: block;
	padding: 30px 22px !important;
	background-color: #f5f4ef;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.b-features-list .row {
	margin: 0 0 0 -5px
}

.b-features-list .col {
	padding: 0 0 0 5px !important
}

.b-features-list .b-features {
	width: 100%
}

.b-features__img,
.b-features__img_ru {
	display: block;
	float: left;
	width: 56px;
	height: 70px;
	overflow: hidden
}

.b-features__img_ru {
	height: 80px
}

.b-features__img img,
.b-features__img_ru img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto
}

.b-features__wrap {
	display: block;
	margin-left: 80px
}

.b-features__caption {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #231f20
}

.b-features__caption a {
	font-size: inherit;
	color: inherit
}

.b-features__text {
	margin-top: 12px;
	line-height: 19px;
	font-size: 14px;
	color: #231f20
}

.b-features__text a {
	font-size: inherit;
	color: #00b6bd;
	text-decoration: underline
}

.b-features__nav {
	margin-top: 17px
}

.b-features__nav a {
	font-size: 15px;
	line-height: 22px;
	color: #231f20;
	font-weight: 500
}

.b-features__nav a[href^="tel:"] {
	font-weight: 700
}

.b-features__nav a:hover {
	color: #00b6bd
}

.b-features_vertical {
	padding: 30px 22px 23px !important;
	text-align: center
}

.b-features_vertical .b-features__img,
.b-features_vertical .b-features__img_ru {
	float: none;
	margin: 0 auto 13px
}

.b-features_vertical .b-features__caption {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase
}

.b-features_vertical .b-features__caption .icon {
	vertical-align: baseline;
	position: relative;
	top: 2px
}

.b-features_vertical .b-features__caption a[href^="tel:"] {
	font-size: 16px
}

a.b-features:hover {
	background-color: #f7f7f3
}

a.b-features:hover .b-features__img,
a.b-features:hover .b-features__img_ru {
	opacity: .72
}

.b-contacts__item a[href^="mailto:"]:hover,
a.b-features:hover .b-features__caption {
	color: #00b6bd
}

.b-subscribe__icon {
	display: inline-block;
	margin: 0 8px 0 0;
	width: 42px;
	height: 34px;
	vertical-align: middle;
	background: #d4d5d4 url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -295px 8px no-repeat
}

.b-subscribe__title {
	display: block;
	white-space: nowrap;
	line-height: 17px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 500;
	color: #8e918e
}

.b-subscribe__title span {
	display: inline-block;
	vertical-align: middle
}

.b-contacts {
	margin-bottom: 55px
}

.body_short .b-contacts {
	margin-bottom: 0
}

.b-contacts__item {
	margin: 15px 0 0;
	color: #8e918e;
	font-size: 16px;
	line-height: 22px
}

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

.b-contacts__item a:hover {
	color: #231f20
}

.b-contacts__caption {
	margin: 0 0 3px;
	font-size: 24px;
	font-weight: 700;
	color: #231f20
}

.b-contacts__link {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00b6bd;
	cursor: pointer
}

.b-contacts .b-social {
	margin-top: 14px
}

.b-social__link {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	font-size: 16px;
	font-weight: 700;
	color: #231f20
}

.b-social__link:hover {
	opacity: .8
}

.b-copyright {
	white-space: nowrap
}

.b-copyright__text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 22px;
	color: #989898
}

.b-copyright__img {
	width: 58px;
	height: auto;
	vertical-align: middle;
	margin-right: 11px
}

.b-copyright__img,
.redsoft,
.redsoft__img {
	display: inline-block
}

.redsoft__img {
	margin-right: 14px;
	vertical-align: middle;
	width: 41px;
	height: 41px
}

.redsoft__dash {
	display: none
}

.redsoft__caption {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	color: #989898
}

.redsoft__caption a {
	color: inherit;
	font-size: inherit
}

.redsoft path {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.redsoft:hover path {
	fill: #ed2226
}

.b-city__country {
	margin-bottom: 28px
}

.b-city__search {
	margin-bottom: 27px;
	background-color: #f0f3f3;
	padding: 30px
}

.b-city__fastaccess {
	margin-bottom: 26px;
	padding-bottom: 23px;
	border-bottom: 1px solid #f0f3f3;
	text-align: center
}

.b-city__fastaccess .b-city__item {
	margin-top: 0 !important;
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
	margin-left: 22px;
	padding-left: 26px;
	font-weight: 500 !important;
	font-size: 18px
}

.b-city__fastaccess .b-city__item.active:before {
	left: 1px
}

.b-city__item {
	font-size: 15px;
	color: #231f20;
	position: relative;
	cursor: pointer
}

.b-city__item+.b-city__item {
	margin-top: 18px
}

.b-city__item.b {
	font-weight: 600
}

.b-city__item.active {
	font-weight: 600;
	color: #8e918e
}

.b-city__item.active:before {
	display: block;
	content: "";
	position: absolute;
	width: 11px;
	left: -21px;
	top: 3px;
	height: 9px;
	background: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -650px -50px
}

.b-city-other {
	margin-top: 27px;
	padding-top: 24px;
	border-top: 1px solid #f0f3f3
}

.b-city-other__caption {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500
}

.b-city-other__nav {
	float: right
}

.b-city-other__text {
	font-size: 15px;
	line-height: 22px
}

.b-city-other__text a {
	font-size: inherit;
	color: #00b6bd;
	font-weight: 700
}

.b-support {
	padding: 32px 20px 25px;
	margin-top: 30px;
	text-align: center;
	background: #f5f4ef
}

.b-support__icon {
	width: auto;
	height: auto;
	display: block;
	margin: auto
}

.b-support__caption {
	margin-top: 13px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase
}

.b-support__phone {
	margin-top: 21px;
	font-size: 24px;
	font-weight: 700
}

.b-support__mode {
	margin-top: 6px;
	font-size: 14px;
	line-height: 16px;
	color: #8e918e
}

.b-support_simple {
	background: 0 0;
	text-align: left;
	position: relative;
	min-height: 43px;
	padding: 8px 0 0 70px
}

.b-support_simple .b-support__icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 52px;
	width: auto
}

.b-support_simple .b-support__phone {
	margin-top: 0
}

.b-support_simple .b-support__mode {
	letter-spacing: 0
}

.b-support-feature {
	padding: 5px 0 0 60px;
	text-align: left;
	font-size: 16px;
	line-height: 20px
}

.b-support-feature-list {
	margin-left: 0
}

.b-support-feature-list .col_6+.col_6~.col_6 {
	margin-top: 26px
}

.b-support-feature-list .col:nth-child(2n+1) {
	clear: both
}

.b-support-feature__icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 48px;
	height: auto
}

.b-support-feature a {
	text-decoration: underline;
	font-size: inherit;
	color: #59688e
}

.b-oldsite {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 222;
	background-color: #dbdede;
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #231f20
}

.b-oldsite+.s-header {
	top: 36px !important
}

.b-oldsite+.s-header.fixed {
	top: 0 !important
}

.b-oldsite~.s-wrapper {
	padding-top: 36px
}

.b-oldsite a {
	font-size: inherit;
	color: #00b6bd
}

.b-oldsite,
.b-stat {
	text-align: center
}

.b-stat-list .col {
	padding: 0 53px !important
}

.b-stat__value {
	margin-bottom: 14px;
	font-size: 40px;
	font-weight: 700;
	color: #00b6bd
}

.b-stat__name {
	margin-bottom: 18px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700
}

.b-stat__text {
	font-size: 15px;
	font-weight: 500;
	line-height: 22px
}

.b-media {
	position: relative;
	overflow: hidden
}

.b-media-list {
	margin-bottom: 36px
}

.b-media-list:last-child {
	margin-bottom: 0
}

.b-media-list .col_4:nth-child(3)~.col_4 {
	margin-top: 30px
}

@media screen and (max-width:767px) {
	.b-media-list .col_4:nth-child(2)~.col_4 {
		margin-top: 30px
	}

	.b-media-list .col_4:nth-child(2n+1) {
		clear: both
	}
}

@media screen and (min-width:768px) {
	.b-media-list .col_4:nth-child(3n+1) {
		clear: both
	}
}

.b-media__zoom,
.b-media__zoom:after {
	width: 64px;
	height: 64px;
	position: absolute
}

.b-media__zoom {
	right: 10px;
	top: 14px;
	z-index: 11;
	display: block
}

.b-media__zoom:after {
	display: inline-block;
	content: "";
	background: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -784px 16px
}

.b-media__zoom:hover {
	opacity: 1
}

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

.b-requisite__caption {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 32px
}

.b-requisite__name {
	font-size: 22px;
	line-height: 26px;
	color: #8e918e;
	font-weight: 300
}

.scheme {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center
}

.scheme__map {
	width: 40%
}

.drive-schema .drive-schema__image img,
.scheme__map img {
	width: 100%
}

.scheme__desc {
	width: 50%
}

.scheme__desc p {
	font-size: 20px;
	margin-bottom: 10px
}

.drive-schema {
	font-size: 18px;
	font-weight: 300px;
	text-align: center
}

.drive-schema .drive-schema__legend {
	display: flex;
	flex-direction: row;
	justify-content: space-around
}

.drive-schema .drive-schema__legend .in,
.drive-schema .drive-schema__legend .out {
	position: relative;
	padding-left: 80px;
	margin-top: 30px;
	margin-bottom: 30px
}

.drive-schema .drive-schema__legend .in::before,
.drive-schema .drive-schema__legend .out::before {
	position: absolute;
	content: '';
	top: -3px;
	left: 0;
	width: 60px;
	height: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center
}

.drive-schema .drive-schema__legend .in::before {
	background-image: url('data:image/svg+xml;utf8, <svg fill="%23c14f4e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="268.832px" height="268.832px" viewBox="0 0 268.832 268.832" style="enable-background:new 0 0 268.832 268.832;" xml:space="preserve"><path d="M265.171,125.577l-80-80c-4.881-4.881-12.797-4.881-17.678,0c-4.882,4.882-4.882,12.796,0,17.678l58.661,58.661H12.5c-6.903,0-12.5,5.597-12.5,12.5c0,6.902,5.597,12.5,12.5,12.5h213.654l-58.659,58.661c-4.882,4.882-4.882,12.796,0,17.678c2.44,2.439,5.64,3.661,8.839,3.661s6.398-1.222,8.839-3.661l79.998-80C270.053,138.373,270.053,130.459,265.171,125.577z"/></svg>')
}

.drive-schema .drive-schema__legend .out::before {
	background-image: url('data:image/svg+xml;utf8, <svg fill="%234badc7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="268.832px" height="268.832px" viewBox="0 0 268.832 268.832" style="enable-background:new 0 0 268.832 268.832;" xml:space="preserve"><path d="M265.171,125.577l-80-80c-4.881-4.881-12.797-4.881-17.678,0c-4.882,4.882-4.882,12.796,0,17.678l58.661,58.661H12.5c-6.903,0-12.5,5.597-12.5,12.5c0,6.902,5.597,12.5,12.5,12.5h213.654l-58.659,58.661c-4.882,4.882-4.882,12.796,0,17.678c2.44,2.439,5.64,3.661,8.839,3.661s6.398-1.222,8.839-3.661l79.998-80C270.053,138.373,270.053,130.459,265.171,125.577z"/></svg>')
}

@media screen and (max-width:767px) {

	.drive-schema .drive-schema__legend,
	.scheme {
		flex-wrap: wrap
	}

	.scheme__desc,
	.scheme__map {
		width: 100%
	}
}

.b-specialist {
	zoom: 1
}

.b-specialist:after,
.b-specialist:before {
	content: " ";
	display: table
}

.b-specialist:after {
	clear: both
}

.b-specialist-list .col_4:nth-child(3)~.col_4 {
	margin-top: 60px
}

.b-specialist__img {
	float: left;
	width: 106px;
	height: 106px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden
}

.b-gallery img,
.b-question__img img,
.b-specialist__img img,
.product_detail .product__media-thumbs .carousel__item img {
	display: block;
	max-width: 100%;
	height: auto
}

.b-specialist__wrap {
	margin-left: 138px
}

.b-specialist__name {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 500
}

.b-specialist__contacts,
.b-specialist__state {
	font-size: 15px;
	line-height: 22px
}

.b-specialist__state:first-letter {
	text-transform: uppercase
}

.b-specialist__contacts {
	margin-top: 15px
}

.b-specialist__link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 15px;
	line-height: 22px;
	color: #231f20
}

.b-specialist__link_icon {
	padding-left: 25px
}

.b-specialist__link_icon .icon {
	position: absolute;
	left: 0;
	top: 2px
}

.b-specialist__link[href^="mailto:"] {
	color: #00b6bd
}

.b-specialist_small .b-specialist__img {
	width: 88px;
	height: 88px
}

.b-specialist_small .b-specialist__contacts {
	margin-top: 6px
}

.b-specialist_small .b-specialist__name {
	font-size: 18px
}

.b-specialist_small .b-specialist__wrap {
	margin-left: 121px;
	padding-top: 11px
}

.b-breadcrumbs {
	padding: 0 0 15px;
	color: #8e918e
}

.b-breadcrumbs__link,
.b-breadcrumbs__sep {
	display: inline-block;
	vertical-align: baseline
}

.b-breadcrumbs__sep {
	width: 5px;
	height: 16px;
	margin: 0 8px 0 12px;
	background: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -750px 8px no-repeat
}

.b-breadcrumbs__link {
	font-size: 12px;
	line-height: 16px;
	color: #231f20;
	position: relative;
	text-transform: uppercase
}

.b-breadcrumbs__link:hover,
.b-partners-list__print a:hover {
	color: #00b6bd
}

.b-add2cart-counter {
	width: 121px
}

.b-add2cart-counter__btn {
	float: left;
	cursor: pointer;
	width: 34px;
	height: 34px;
	background-color: #00b6bd;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	text-indent: -1111px;
	position: relative
}

.b-add2cart-counter__btn:hover,
.carousel_blog-thumb .owl-nav div:hover,
.carousel_prods .owl-nav div:hover,
.carousel_prods-order .owl-nav div:hover {
	background-color: #04c5cc
}

.b-add2cart-counter__btn:active,
.carousel_blog-thumb .owl-nav div:active,
.carousel_prods .owl-nav div:active,
.carousel_prods-order .owl-nav div:active {
	background-color: #03a5ab
}

.b-add2cart-counter__btn:after,
.b-add2cart-counter__btn:before {
	display: block;
	content: "";
	position: absolute;
	background-color: #fff;
	left: 50%;
	top: 50%
}

.b-add2cart-counter__btn:before {
	margin-left: -6px;
	margin-top: -1px;
	width: 13px;
	height: 3px
}

.b-add2cart-counter__btn:after {
	margin-top: -6px;
	margin-left: -1px;
	width: 3px;
	height: 13px
}

.b-add2cart-counter__btn:first-child:after {
	display: none
}

.b-add2cart-counter__fld {
	float: left;
	width: 53px;
	height: 34px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	cursor: text;
	font-size: 15px;
	text-align: center;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.b-advantages {
	zoom: 1
}

.b-advantages:after,
.b-advantages:before {
	content: " ";
	display: table
}

.b-advantages:after {
	clear: both
}

.b-advantages__img {
	float: left;
	width: 64px;
	height: 64px
}

.b-advantages__wrap {
	margin-left: 72px
}

.b-advantages__name {
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700
}

.b-advantages__text a {
	text-decoration: underline;
	font-size: inherit;
	color: inherit
}

.b-characteristic {
	margin-right: 30px
}

.b-characteristic__table {
	width: 100%
}

.b-characteristic__table td,
.b-characteristic__table th {
	padding-bottom: 12px;
	line-height: 22px;
	vertical-align: top;
	text-align: left
}

.b-characteristic__table th {
	width: 170px;
	font-weight: 500;
	font-size: 18px
}

.b-characteristic__table td {
	font-size: 15px
}

.b-characteristic__table tr+tr td,
.b-characteristic__table tr+tr th {
	padding-top: 14px;
	border-top: 1px solid #e0e3e3
}

.b-delivery-dealer,
.b-delivery-dealer__item ul li {
	font-size: 15px
}

.b-delivery-dealer__m-paragraph {
	margin-top: 15px
}

.b-delivery-dealer__title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px
}

.b-delivery-dealer__items {
	margin: 25px -15px 10px;
	display: flex;
	flex-wrap: wrap
}

.b-delivery-dealer__item {
	padding: 35px 30px;
	border: 1px solid #eee;
	transition: all .3s;
	margin-bottom: 30px
}

.b-delivery-dealer__item:hover {
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .18)
}

.b-delivery-dealer__item h4 {
	font-weight: 700;
	font-size: 15px;
	color: #00b6bd;
	margin-bottom: 30px
}

.b-delivery-dealer__item ul {
	margin-bottom: 30px
}

.b-delivery-dealer__item a {
	font-size: 12px;
	text-decoration: underline;
	text-decoration-color: #000;
	color: #000
}

.all-dealers-link {
	float: right
}

#tab_dealer-list .b-partners-list {
	padding-right: 0
}

.b-partners {
	background: #f5f4ef;
	padding: 36px 29px;
	width: 100%;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.b-partners-filter__wrap {
	margin-top: 25px
}

.b-partners-filter__fld {
	height: 50px;
	padding: 0 40px;
	transition: all .3s
}

.b-partners-filter__fld::placeholder {
	font-size: 12px
}

.b-partners-filter__btn {
	height: 50px
}

.b-partners-filter__btn i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto
}

.b-partners__tab-btns {
	display: none;
	width: calc(100% - 30px);
	margin: 0 15px 20px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	height: 65px
}

.b-partners__tab-btn {
	height: 100%;
	width: 50%;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.b-partners__tab-btn.active {
	color: #8e918e
}

.b-partners__tab-btn:first-child {
	border-right: 1px solid #ececec
}

.b-partners__map {
	width: calc(100% - 470px);
	transition: all .3s
}

.b-partners__map .gm-style .gm-style-iw {
	font-size: 14px;
	line-height: 21px
}

.b-partners__map.active {
	width: 100%
}

.b-partners__map-all {
	width: 100%;
	height: 800px
}

.b-partners__map-inner {
	width: 100%;
	height: 100%
}

.b-partners-map {
	height: 940px;
	background: #f5f4ef
}

.b-partners-map_short {
	background: #f5f4ef;
	height: 570px
}

.b-partners-map__panel {
	display: block;
	padding: 26px 30px;
	background-color: #f0f3f3;
	border-top: 1px solid #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500
}

.b-partners-map__panel .icon {
	vertical-align: middle;
	margin: 1px
}

.b-partners-map_complex {
	position: relative;
	background-color: #ebf1f1;
	width: 100%;
	min-height: 350px;
	overflow: hidden
}

.b-partners-map_complex .b-partners-map__panel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 111
}

.b-partners-contacts {
	padding: 36px 29px;
	background-color: #f0f3f3
}

.b-partners-contacts__list {
	padding-top: 18px
}

.b-partners-contacts__list .b-specialist+.b-specialist {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dce0e0
}

.b-partners-list {
	padding-right: 13px
}

.b-partners-list__print {
	margin-top: 20px;
	font-size: 15px
}

.b-partners-list__print i {
	margin-right: 10px
}

.b-partners-list__print i,
.b-partners-list__print span {
	display: inline-block;
	vertical-align: middle
}

.b-partners-list__print a:hover i {
	background-position: -1700px -50px
}

.tabs_basic .b-partners-list {
	padding-bottom: 60px
}

.b-partners-list .col_6:nth-child(2n+1) {
	clear: both
}

.b-gallery .col_3:nth-child(4)~.col_3,
.b-partners-list .col_6:nth-child(2)~.col_6 {
	margin-top: 30px
}

.b-partners-list_table {
	border-spacing: 30px
}

.b-partners-list__wrap {
	margin-left: -30px;
	margin-right: -30px
}

.b-partners-list__wrapper {
	padding: 30px;
	background-color: #f5f4ef;
	width: 470px;
	box-sizing: border-box;
	transition: all .3s
}

.b-partners-list__wrapper.active {
	width: 0;
	padding: 0
}

.b-partners-list__wrapper.active .b-partners-list__close {
	background-position: -600px -150px;
	width: 16px;
	height: 16px;
	transform: rotate(180deg)
}

.b-partners-list__head {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e4dc;
	font-size: 22px
}

.b-partners-list__title {
	margin-bottom: 15px;
	position: relative;
	display: flex
}

.b-partners-list__title>span {
	width: calc(100% - 34px);
	line-height: 1.3
}

.b-partners-list__title i {
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.b-partners-list__count span,
.b-partners-list__name span,
.p-about-info__text b {
	font-weight: 700
}

.b-partners-list__close {
	position: absolute !important;
	cursor: pointer;
	top: 0 !important;
	right: 0;
	margin-right: 0 !important
}

.b-partners-list__content {
	max-height: 550px;
	overflow-y: auto;
	overflow-x: hidden;
	width: calc(100% + 17px)
}

.b-partners-list__content::-webkit-scrollbar,
.b-partners-list__content::-webkit-scrollbar-thumb {
	width: 5px;
	background-color: #a9a9a9
}

.b-partners-list__content::-webkit-scrollbar-track-piece {
	background-color: #fff
}

.b-partners-item {
	border: 1px solid #eee;
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 50px 40px;
	transition: all .3s;
	transition-delay: 1s
}

.b-partners-item.active {
	border-color: #00b6bd;
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18)
}

.b-partners-item:last-child {
	margin-bottom: 0
}

.b-partners__link {
	font-size: 15px;
	font-weight: 500
}

.b-partners__caption a:hover,
.b-partners__link:hover {
	color: #00b6bd
}

.b-partners__link-counter {
	color: #8e918e
}

.b-partners__shops {
	font-size: 12px;
	color: #8e918e;
	text-decoration: underline;
	text-decoration-color: #8e918e;
	display: inline-block
}

.b-partners__caption {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px
}

.b-partners__caption a,
.nav_main .nav__wrap>.nav__caption a {
	font-size: inherit;
	color: inherit
}

.b-partners__props {
	margin-top: 20px
}

.b-partners__prop {
	font-size: 15px;
	position: relative;
	line-height: 24px;
	margin-bottom: 15px
}

.b-partners__prop:last-child {
	margin-bottom: 0
}

.b-partners__prop i {
	position: absolute;
	left: 0;
	top: 2px
}

.b-partners__prop span {
	padding-left: 25px;
	display: inline-block;
	vertical-align: top
}

.b-partners-props {
	margin-bottom: 16px;
	width: 100%
}

.b-partners-props tbody td,
.b-partners-props tbody th {
	border-bottom: 1px solid #e5e4dc;
	padding-bottom: 14px;
	padding-top: 12px
}

.b-partners-props .tr_noborder td,
.b-partners-props .tr_noborder th {
	border-bottom: none
}

.b-partners-props__title {
	width: 140px
}

.b-partners-props__title,
div.b-partners-props__title_icon {
	text-align: left;
	font-size: 18px;
	font-weight: 500
}

div.b-partners-props__title,
div.b-partners-props__title_icon {
	width: auto !important
}

.b-infopic,
div.b-partners-props__title_icon {
	position: relative;
	padding-left: 21px
}

.b-infopic .icon,
div.b-partners-props__title_icon .icon {
	position: absolute;
	left: 0;
	top: 0
}

.b-infopic {
	font-size: 15px;
	display: block;
	padding-left: 43px;
	min-height: 20px;
	padding-top: 5px
}

.b-infopic+.b-infopic {
	margin-top: 9px
}

.b-question {
	padding: 20px 0;
	border-bottom: 1px solid #eee
}

.b-question:first-child {
	padding-top: 0
}

.b-question-caption {
	margin-bottom: 54px;
	font-weight: 300;
	color: #8f918e;
	font-size: 22px
}

.b-question-form {
	margin-right: 30px
}

.b-question-form .control+.control {
	margin-top: 40px
}

.b-question-form .control_nav,
.contacts_about h1 {
	text-align: center
}

.b-question-form textarea.field_text {
	height: 244px;
	resize: none
}

.b-question__img {
	float: left;
	width: 37px;
	height: 37px;
	background-color: #00b6bd
}

.b-question__img+.b-question__wrap {
	margin-left: 56px
}

.b-question__nav {
	margin-top: 12px;
	zoom: 1
}

.b-question__nav:after,
.b-question__nav:before {
	content: " ";
	display: table
}

.b-question__nav:after {
	clear: both
}

.b-question__nav a {
	font-size: 15px;
	color: #00b6bd
}

.b-question__name {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #0d0502
}

.b-question__date {
	font-size: 12px;
	text-transform: uppercase;
	color: #8e918e
}

.b-question_reply {
	margin-top: 16px;
	padding-bottom: 0;
	padding-left: 57px;
	border-top: 1px solid #eee;
	border-bottom: none
}

.product-thumb__sticker.reduced,
.product-thumb__sticker.sale,
.product_short .product__sticker.feedhit,
.product_short .product__sticker.new,
.product_short .product__sticker.reduced,
.product_short .product__sticker.sale {
	transform: rotate(47deg);
	border-bottom: 30px solid #00b6bd;
	border-left: 28px solid transparent;
	border-right: 31px solid transparent;
	height: 0;
	width: 58px;
	right: -29px;
	top: 18px
}

.product-thumb__sticker.sale:after,
.product_short .product__sticker.feedhit:after,
.product_short .product__sticker.sale:after {
	content: "ХИТ";
	transform: rotate(0deg);
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 8px;
	left: 30%;
	font-weight: 700
}

.product-thumb__sticker.sale:after,
.product_short .product__sticker.sale:after {
	content: "СКИДКА";
	left: 4px
}

.product-thumb__sticker.reduced:after,
.product_short .product__sticker.reduced:after {
	content: "ЦЕНА СНИЖЕНА";
	transform: rotate(0deg);
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: 700;
	text-align: center;
	line-height: 1.2
}

.product_short .product__sticker.new:after {
	content: "НОВИНКА";
	transform: rotate(0deg);
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 8px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2
}

.b-order {
	border: 1px solid #d7d7d7
}

.b-order__caption {
	padding: 14px;
	font-size: 21px;
	color: #d7d7d7;
	border-bottom: 1px solid #d7d7d7
}

.b-order__content .product-thumb {
	padding: 14px;
	overflow: hidden
}

.b-order__content .product-thumb__img {
	margin-bottom: 0
}

.b-order__content .product-thumb+.product-thumb,
.b-order__summary {
	border-top: 1px solid #d7d7d7
}

.b-order__summary {
	padding: 14px;
	font-size: 18px;
	font-weight: 700
}

.b-scrolltop {
	display: none;
	position: fixed;
	left: 50%;
	margin-left: 605px;
	bottom: 40px;
	height: 31px;
	width: 31px;
	cursor: pointer;
	background-color: #231f20;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	text-align: center;
	z-index: 1111
}

.b-scrolltop:after {
	position: absolute;
	display: block;
	content: "";
	left: 9px;
	top: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 5px;
	border-color: transparent transparent #fff
}

.b-scrolltop:hover {
	background-color: #454142
}

.b-scrolltop:active {
	background-color: #000
}

.tag {
	display: inline-block;
	vertical-align: top;
	color: #231f20;
	margin-right: 3px;
	margin-top: 10px;
	padding: 5px 14px;
	line-height: 22px;
	border: 1px solid #eee;
	text-decoration: none !important
}

.tag-list {
	margin-top: -10px;
	margin-bottom: 30px
}

.b-safety {
	position: relative;
	min-height: 43px;
	padding-left: 50px;
	font-weight: 300;
	color: #8f918e;
	font-size: 22px;
	line-height: 26px
}

.b-safety__icon {
	height: 43px;
	display: block;
	width: auto;
	position: absolute;
	left: 0;
	top: 0
}

.b-gallery {
	letter-spacing: -4px;
	text-align: center
}

.b-gallery .col_3 {
	float: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0
}

.b-gallery .col_3:nth-child(4n+1) {
	clear: both
}

.b-vacancy.col_4:nth-child(3)~.col_4 {
	margin-top: 20px
}

@media screen and (max-width:767px) {
	.b-vacancy.col_4:nth-child(2)~.col_4 {
		margin-top: 20px
	}
}

@media screen and (min-width:768px) {
	.b-vacancy.col_4:nth-child(3n+1) {
		clear: both
	}
}

.b-vacancy__name {
	margin-bottom: 15px
}

.b-vacancy__props {
	margin-bottom: 18px
}

.b-vacancy__salary {
	font-weight: 700;
	font-size: 20px
}

.b-vacancy__nav {
	margin-top: 26px
}

.b-service {
	margin: 0 15px 30px 0
}

.b-service__text {
	padding-left: 15px;
	padding-right: 15px
}

.b-service__text ul {
	display: table
}

.b-service__img {
	max-height: 430px;
	overflow: hidden;
	margin-bottom: 30px
}

.b-service__img:last-child {
	margin-bottom: 0
}

.b-service__img img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto
}

.b-service__buy {
	background-color: #f0f3f3;
	padding: 40px 30px;
	font-size: 28px;
	line-height: 45px;
	font-weight: 700;
	white-space: nowrap
}

.b-service__buy .btn {
	float: right
}

.b-marker {
	position: relative;
	padding-left: 34px;
	min-height: 34px;
	width: 34px;
	display: block;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18)
}

.b-marker:after {
	display: block;
	position: absolute;
	content: none;
	width: 8px;
	height: 8px;
	background-color: #00b6bd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 50%;
	margin-left: -4px;
	bottom: 100%;
	margin-bottom: 9px
}

.b-marker:before {
	width: 34px;
	background: #00b6bd url(/local/templates/.default/assets/stylesheets/../images/logo_small.svg) center top no-repeat;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	content: ""
}

.b-marker__counter {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: 700;
	font-size: 18px
}

.b-promo {
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center top;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	padding: 0 !important;
	overflow: hidden
}

.b-promo.col_6 {
	background-position: 0 0
}

.bx-no-touch .b-promo:hover {
	opacity: .7
}

.b-promo__img {
	visibility: hidden
}

.b-promo-list img {
	max-height: 400px
}

.map-pickup {
	width: 100%;
	height: 300px
}

.map-pickup-canvas,
.map-pickup-inner {
	height: 100%;
	width: 100%
}

.autocomplete-suggestions {
	z-index: 11113 !important
}

.autocomplete-suggestions .scroll-content {
	z-index: 121111;
	padding: 16px 20px;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18)
}

.autocomplete-suggestion {
	display: block;
	padding: 6px 0;
	color: #231f20;
	font-size: 16px;
	cursor: pointer
}

.autocomplete-suggestion:hover {
	color: #00b6bd
}

.label_39,
div#jivo-iframe-container:not(.jivo-c-mobile) {
	z-index: 10000 !important
}

.tech-works-block {
	background-color: rgba(246, 28, 13, .7);
	text-align: center;
	padding: 15px 30px;
	position: fixed;
	z-index: 99999999999;
	width: 100%;
	max-width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	box-sizing: border-box
}

.tech-works-block p {
	color: #fff;
	font-size: 15px;
	line-height: 20px
}

.carousel-city__coat,
.tech-works-block i {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

.tech-works-block i {
	background-position: -700px -200px;
	cursor: pointer;
	width: 11px;
	height: 11px;
	right: 20px
}

.carousel-city {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.b-product-filter__item_search-field input,
.carousel-city .row {
	height: 100%
}

.carousel-city .carousel__item {
	position: relative;
	background-color: transparent !important
}

.carousel-city__coat {
	left: 0;
	right: 0
}

.carousel-city__slide {
	display: flex;
	flex-direction: column;
	padding: 60px 0 80px;
	height: 100%;
	position: relative
}

.carousel-city__bg {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.carousel-city__image {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 50%;
	opacity: .7;
	z-index: 1
}

.carousel-city__title {
	font-size: 36px;
	font-weight: 600;
	color: #00b6bd;
	text-transform: uppercase;
	margin-bottom: 40px
}

.carousel-city__items {
	display: flex;
	flex-wrap: wrap
}

.carousel-city__item {
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	position: relative;
	z-index: 2
}

.carousel-city__item:nth-child(1) {
	order: 1
}

.carousel-city__item:nth-child(2) {
	order: 3
}

.carousel-city__item:nth-child(3) {
	order: 5
}

.carousel-city__item:nth-child(4) {
	order: 2
}

.carousel-city__item:nth-child(5) {
	order: 4
}

.carousel-city__item:nth-child(6) {
	order: 6
}

.carousel-city__item-icon {
	width: 60px
}

.carousel-city__item-text {
	width: calc(100% - 60px);
	font-size: 18px;
	color: #231f20;
	font-weight: 600
}

.carousel-city__contacts {
	display: flex;
	flex-wrap: wrap;
	margin: auto 0 0;
	position: relative;
	z-index: 2
}

.carousel-city__contacts-block {
	margin-right: 30px
}

.carousel-city__contacts-block:last-child {
	margin-right: 0
}

.carousel-city__contacts-item {
	margin-bottom: 15px;
	display: flex;
	align-items: center
}

.carousel-city__contacts-item:last-child {
	margin-bottom: 0
}

.carousel-city__contacts-title {
	font-size: 16px;
	color: #00b6bd;
	font-weight: 700;
	margin-bottom: 20px
}

.carousel-city__contacts-text {
	width: calc(100% - 20px);
	font-size: 14px
}

.carousel-city__contacts-icon {
	width: 20px
}

.dealer-popup-link {
	margin-top: 35px
}

.dealer-popup-link-mobile {
	display: none;
	margin: 30px 0
}

.dealer-popup-link-mobile:hover {
	text-decoration: none !important
}

.dealer-typo.typo .dealer-typo__cite {
	margin-top: 30px
}

.dealer-typo.typo ol li,
.dealer-typo.typo ul li {
	line-height: 1.8
}

.dealer-typo.typo ul li:before {
	top: 11px
}

.dealer-typo.typo ol li {
	top: 0
}

.b-product-filter__item .b-product-filter__reset:before,
.widget__more {
	display: none
}

@media only screen and (max-width:768px) {
	.widget__more {
		display: block;
		background-color: #fff;
		color: #00b6bd !important;
		margin-top: 35px !important
	}
}

.widget__more:not(.btn-disable):hover {
	color: #fff !important
}

.widget__more.btn-disable {
	background-color: #fff !important;
	color: #00b6bd !important;
	opacity: .3;
	pointer-events: none;
	cursor: default
}

@media only screen and (max-width:768px) {

	.widget__btn,
	.widget__more {
		display: block;
		padding-top: 12px;
		padding-bottom: 12px
	}
}

.b-product-filter {
	flex: 1
}

.b-product-filter__list {
	display: flex
}

.b-product-filter__item a {
	padding: 12px 22px;
	display: block;
	background-color: #fff;
	transition: all .2s;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative
}

.b-product-filter__item a:before,
.page-navigation__item a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #e5e5e5
}

.b-product-filter__item a:hover,
.b-product-filter__item_active a {
	background-color: #8e918e;
	color: #fff
}

.b-product-filter__item_search-field {
	margin-right: 32px;
	max-width: 367px;
	width: 100%
}

.b-product-filter__item_search-field form {
	height: 40px;
	position: relative
}

.b-product-filter__item_search-field input::-webkit-input-placeholder {
	color: #231f20
}

.b-product-filter__item_search-field input::placeholder {
	color: #231f20
}

.b-product-filter__item_submit {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 10;
	width: 20px;
	height: 20px !important;
	background: url(/local/templates/.default/assets/images/search.png) center no-repeat;
	border: 0;
	background-size: cover
}

.b-product-filter__item:last-child a {
	position: relative
}

.b-product-filter__item:last-child a:after,
.page-navigation__item:last-child a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #e5e5e5
}

.b-product-filter__item .b-product-filter__reset {
	background-color: unset;
	border-top: 0;
	border-bottom: 0;
	position: absolute;
	right: 52px;
	height: 19px;
	padding: 0;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%)
}

.b-product-filter__item .b-product-filter__reset:hover {
	background-color: unset
}

.catalog-sections {
	margin-bottom: 40px
}

.catalog-sections__list {
	display: flex;
	justify-content: space-between;
	margin-bottom: -2px
}

.catalog-sections__item {
	margin-right: 2px;
	margin-bottom: 2px;
	min-height: 60px;
	display: flex
}

.catalog-sections__item .catalog-sections__link {
	display: flex;
	align-items: center
}

.catalog-sections__item:last-child {
	margin-right: 0
}

.catalog-sections__link {
	display: block;
	padding: 14px 10px;
	background: #f0f3f3;
	text-align: center;
	transition: all .2s;
	line-height: 16px
}

.catalog-sections__link.active,
.catalog-sections__link:hover {
	background-color: #00b6bd;
	color: #fff
}

@media screen and (max-width:768px) {
	.catalog-sections {
		display: none
	}
}

.page-navigation__list {
	display: flex
}

.page-navigation__item {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.page-navigation__item a {
	text-decoration: none;
	color: #231f20;
	display: block;
	padding: 10px 10.5px;
	transition: all .2s;
	position: relative
}

.page-navigation__item a:hover,
.page-navigation__item_active a {
	color: #fff;
	background-color: #8e918e
}

.sale-order-list .table_cart-list th {
	color: #231f20;
	font-weight: 700;
	font-size: 15px;
	border-bottom: 0 solid #000
}

.sale-order-list .table_cart-list .table_cart .td_price {
	font-weight: 400;
	font-size: 15px
}

.sale-order-list__header {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	color: #8e918e
}

.sale-order-list__header-item {
	padding: 21px
}

.sale-order-list__header-item:nth-child(1) {
	flex-basis: 20%
}

.sale-order-list__header-item:nth-child(2) {
	flex-basis: 47%
}

.sale-order-list__header-item:nth-child(3) {
	flex-basis: 31%;
	padding-left: 0
}

.sale-order-list__order {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5
}

.sale-order-list__order-wrapper {
	transition: background-color .2s
}

.sale-order-list__order-wrapper.active,
.sale-order-list__order-wrapper:hover {
	background-color: #f9f9f9
}

.sale-order-list__order-wrapper.active .sale-order-list__order-trigger:after {
	transform: rotate(180deg)
}

.sale-order-list__order-content {
	height: 0;
	overflow: hidden;
	transition: height .2s
}

.sale-order-list__order-content-inner {
	padding: 35px 25px 0
}

.sale-order-list__order-content .table-cart_list {
	padding: 25px
}

.sale-order-list__order-trigger {
	cursor: pointer;
	display: inline-block;
	position: relative
}

.sale-order-list__order-trigger:after {
	content: "";
	position: absolute;
	right: -14px;
	top: 5px;
	width: 6px;
	height: 5px;
	transition: all .2s;
	background: url(/local/templates/.default/assets/images/triangle.png) center no-repeat;
	background-size: cover
}

.sale-order-list__order-date,
.sale-order-list__order-number,
.sale-order-list__order-price {
	padding: 30px 25px;
	font-weight: 700;
	font-size: 15px;
	font-family: "SegoeUI", "Segoe UI", Arial, sans-serif
}

.sale-order-list__order-number {
	color: #00b6bd;
	flex-basis: 20%
}

.sale-order-list__order-date,
.sale-order-list__order-price {
	flex-basis: 50%
}

.sale-order-list__order-price {
	flex-basis: 12%
}

.sale-order-list__order-repeat {
	flex-basis: 15%;
	padding: 30px 25px
}

.sale-order-list__order-repeat a {
	background-color: #fff;
	border: 1px solid #00b6bd;
	padding: 13px 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "SegoeUI", "Segoe UI", Arial, sans-serif;
	transition: all .2s
}

.bx-no-touch .nav_main .nav_sub .nav__item a:hover,
.sale-order-list__order-repeat a:hover {
	background-color: #00b6bd;
	color: #fff
}

.body_inner.panel-mobile_search {
	overflow: hidden
}

#bx-panel {
	z-index: 11995 !important
}

.bx-core-dialog-overlay {
	z-index: 11999 !important
}

.bx-core-adm-dialog {
	z-index: 12000 !important
}

.bx-core-window input[type=radio] {
	-webkit-appearance: radio !important;
	margin: 3px 3px 0 5px
}

.body_inner .s-wrapper {
	margin-top: 15px
}

.body_short .s-wrapper {
	margin-top: 60px;
	margin-bottom: 60px
}

.body_short {
	padding-top: 0 !important
}

.s-header {
	position: relative;
	left: 0;
	width: 100%;
	top: 0
}

.s-header__panel {
	display: none
}

.body_inner .s-header {
	border-bottom: 1px solid #f1f1f1
}

.s-header .visible_fixed {
	display: none !important
}

.s-header.fixed {
	position: fixed;
	z-index: 999999;
	box-shadow: 0 1px 1px 0 rgba(13, 5, 2, .06);
	background-color: #fff
}

.s-header.fixed .col {
	position: relative
}

.s-header.fixed .hidden_fixed {
	display: none !important
}

.s-header.fixed .visible_fixed {
	display: block !important
}

.s-header.fixed .nav_icon .nav__item_framed,
.s-header.fixed .nav_icon_normal .nav__item_framed {
	position: relative;
	top: 0;
	bottom: 0;
	border-left: 1px solid #cecece
}

.s-header.fixed .nav_icon .nav__item_framed.highlight,
.s-header.fixed .nav_icon_normal .nav__item_framed.highlight {
	box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
	border-left-color: transparent
}

.s-header__top {
	background-color: #f0f3f3
}

.fixed .s-header__top {
	padding: 0;
	height: 0
}

.fixed .s-header__main .col,
.fixed .s-header__top .col {
	clear: both
}

.s-header__main {
	padding: 28px 0 25px;
	border-bottom: 1px solid #f1f1f1
}

.body_short .s-header__main {
	border-bottom: none !important;
	padding: 0 !important
}

.fixed .s-header__main {
	padding: 0;
	border: 0;
	height: 0
}

.s-header__bottom {
	padding: 20px 0 17px
}

.fixed .s-header__bottom {
	padding: 9px 0
}

.body_short .s-header {
	position: relative;
	width: auto;
	padding: 59px 0 57px;
	border-bottom: 1px solid #f1f1f1
}

.s-header__welcome {
	padding: 22px 0 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center
}

.b-logo_wrapper-m,
.s-top__accent .b-logo_wrapper-m {
	display: none
}

@media only screen and (max-width:768px) {
	.s-top__accent .b-logo_wrapper {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.s-top__accent .b-logo_wrapper-m {
		display: inline-block
	}
}

.s-footer .row+.row {
	margin-top: 18px
}

.s-footer__top {
	padding: 60px 0
}

.s-footer__main {
	border-top: 1px solid #eee;
	padding: 40px 0 60px
}

.is_admin body {
	padding-top: 0
}

.is_admin .b-oldsite {
	position: relative
}

.is_admin .b-oldsite~.s-wrapper {
	padding-top: 0 !important
}

.is_admin .s-header {
	position: relative;
	top: auto !important
}

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

.widget_group:after {
	clear: both
}

.widget,
.widget_group {
	position: relative;
	zoom: 1
}

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

.widget:after {
	clear: both
}

.widget-slider-main {
	overflow: hidden
}

.widget:empty {
	display: none !important
}

.clearfix+.widget,
.hide+.widget,
.widget+.widget {
	margin-top: 60px;
	margin-bottom: 60px
}

.clearfix+.widget.widget_pro,
.hide+.widget.widget_pro,
.widget+.widget.widget_pro {
	margin-top: 0 !important;
	padding-top: 60px;
	padding-bottom: 60px
}

.clearfix+.widget.widget_pro+.widget,
.hide+.widget.widget_pro+.widget,
.widget+.widget.widget_pro+.widget {
	margin-top: 0 !important
}

.clearfix+.widget.widget_pro+.widget_pro,
.hide+.widget.widget_pro+.widget_pro,
.widget+.widget.widget_pro+.widget_pro {
	padding-top: 0 !important
}

.widget__title {
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center
}

.widget__subtitle {
	margin-top: 27px;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	color: #8e918e
}

.widget__subtitle.c1 {
	color: #00b6bd
}

.widget__subtitle a {
	font-size: inherit;
	color: #00b6bd
}

.widget__header {
	zoom: 1;
	margin-bottom: 32px
}

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

.widget__header:after {
	clear: both
}

.widget__header_separate {
	margin-bottom: 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #ccc
}

.widget__entry {
	zoom: 1
}

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

.widget__entry:after {
	clear: both
}

.widget__footer {
	margin-top: 56px;
	text-align: center
}

.widget__section {
	padding: 52px 0;
	background-color: #f5f4ef
}

.widget__section+.t2 {
	padding: 46px 0;
	background-color: #fff !important
}

.widget__section+.t2:last-child {
	padding-bottom: 0 !important
}

.widget__section.t1 {
	padding: 46px 0;
	background-color: #fff
}

.widget__section.t2,
.widget_dark {
	background-color: #f7f7f7
}

.widget_dark {
	padding: 60px 0
}

.widget_dark.pt_0 {
	padding-top: 0
}

.widget_promo {
	padding: 102px 0;
	position: relative;
	background-position: center center;
	background-attachment: fixed;
	margin-top: 60px
}

.body_inner .widget_promo {
	padding: 46px 0
}

.widget_dark+.widget_promo {
	margin-top: 0 !important
}

.widget_promo:after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1
}

.widget_promo .container {
	position: relative;
	z-index: 2
}

.widget_promo .title1 {
	color: #fff
}

.widget_page+.widget_page,
.widget_separate {
	padding-top: 58px;
	border-top: 1px solid #f1f1f1
}

.widget_area {
	border: 1px solid #d7d7d7;
	background-color: #f2f2f2;
	padding: 51px 5px
}

.widget_area .widget__header {
	margin-bottom: 68px
}

.widget_area .widget__subtitle {
	margin-top: 42px
}

.widget_flip+.widget_promo {
	margin-top: 0 !important
}

.nav_user,
.nav_user .nav__link {
	display: inline-block;
	vertical-align: top
}

.nav_user {
	background-color: #d7d7d7
}

.nav_user .nav__link {
	padding: 12px 19px;
	font-size: 15px;
	color: #231f20;
	cursor: pointer
}

.nav_dropdown .nav__item+.nav__item {
	margin-top: 6px
}

.nav_dropdown .nav__link,
.nav_top .nav__link {
	font-size: 15px;
	line-height: 22px
}

.nav_dropdown .nav__link:hover {
	color: #00b6bd
}

.nav_top {
	font-size: 0 !important;
	line-height: 0 !important
}

.nav_top .nav__link {
	display: inline-block;
	vertical-align: top;
	color: #231f20;
	letter-spacing: .025em
}

.s-header__top .nav_top .nav__link {
	padding: 13px 0
}

.s-header__bottom .nav_top .nav__link {
	padding: 6px 0
}

.bx-no-touch .nav_main .nav__list>.nav__item.parent:hover>.nav__link,
.bx-no-touch .nav_main .nav__list>.nav__item:hover .nav__link,
.nav_top .nav__link.active,
.nav_top .nav__link:hover {
	color: #00b6bd
}

.fixed .nav_top_border {
	position: absolute;
	top: 7px;
	right: 15px
}

.nav_top_border .nav__sep {
	margin-left: 6px;
	margin-right: 6px
}

.nav_top_border .nav__link {
	position: relative;
	margin-left: 25px;
	font-weight: 500;
	color: #8f918e
}

.nav_top_border .nav__link:after {
	display: inline-block;
	content: '';
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top: -7px;
	height: 14px;
	width: 0;
	border-left: 1px solid;
	color: #8f918e !important
}

.nav_top_border .nav__link:first-child:after {
	display: none
}

.fixed .nav_top_border .nav__link {
	padding: 9px 0
}

.nav_main {
	position: relative;
	height: 34px
}

.nav_main .nav_sub-caption {
	display: none;
	margin-bottom: 21px;
	text-transform: uppercase;
	font-size: 16px;
	color: #231f20;
	font-weight: 700
}

.nav_main .nav__trigger {
	display: none;
	position: absolute;
	background-color: #00b6bd;
	cursor: pointer
}

.body_inner .nav_main .nav__trigger:before,
.nav_main .nav__wrap>.nav__caption {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	position: relative
}

.body_inner .nav_main .nav__trigger:before {
	content: 'Каталог товаров';
	border: 0 !important;
	background: 0 0;
	right: auto;
	display: inline-block;
	height: auto;
	width: auto;
	left: auto;
	top: auto
}

.nav_main .nav__wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 11111;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18)
}

.nav_main .nav__wrap>.nav__caption {
	display: block;
	width: 100%;
	line-height: 36px;
	height: 34px;
	padding: 0 20px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background-color: #00b6bd;
	left: 0;
	top: 0;
	z-index: 111
}

.body_inner .nav_main .nav__wrap>.nav__caption,
.nav_page a.nav__link {
	cursor: pointer
}

.body_inner .nav_main .nav__wrap>.nav__caption:after {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
	border-style: solid;
	border-width: 5px 6px 0;
	border-color: #fff transparent transparent
}

.nav_main .nav__wrap>.nav__caption_back {
	display: none
}

.nav_main .nav__wrap>.nav__caption_back:after {
	margin-top: -8px !important;
	border-width: 8px 8px 8px 0 !important;
	border-color: transparent #fff transparent transparent !important
}

.bx-touch .nav_main .nav__item.hover .nav_sub {
	display: block
}

@media screen and (min-width:768px) {
	.bx-no-touch .nav_main .nav__item:hover .nav_sub {
		display: block
	}
}

.nav_main .nav__list {
	display: none;
	position: relative;
	padding: 15px 19px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.nav_main .nav__list>.nav__item+.nav__item {
	border-top: 1px solid #f1f1f1
}

.nav_main .nav__list>.nav__item.parent>.nav__link:after {
	position: absolute;
	display: inline-block;
	content: '';
	right: 0;
	top: 14px;
	width: 6px;
	height: 9px;
	background: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -150px 0 no-repeat
}

@media only screen and (max-width:768px) {
	.nav_main .nav__list>.nav__item.parent>.nav__link:after {
		right: 15px;
		top: 20px
	}
}

.bx-no-touch .nav_main .nav__list>.nav__item.parent:hover:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	width: 19px;
	z-index: 113;
	bottom: 0;
	top: 0;
	background-color: #fff
}

.bx-no-touch .nav_main .nav__list>.nav__item.parent:hover>.nav__link:after {
	background-position: -150px -100px
}

.bx-no-touch .nav_main .nav__list>.nav__item.parent:hover>.nav__link:before {
	display: inline-block;
	position: absolute;
	right: -30px;
	z-index: 111;
	top: 50%;
	margin-top: -10px;
	content: '';
	width: 22px;
	height: 22px;
	background-color: #fff;
	box-shadow: 7px -5px 14px -3px rgba(13, 5, 2, .04);
	-o-box-shadow: 7px -5px 14px -3px rgba(13, 5, 2, .04);
	-ms-box-shadow: 7px -5px 14px -3px rgba(13, 5, 2, .04);
	-moz-box-shadow: 7px -5px 14px -3px rgba(13, 5, 2, .04);
	-webkit-box-shadow: 7px -5px 14px -3px rgba(13, 5, 2, .04);
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.nav_main .nav__link {
	display: block;
	position: relative;
	padding: 10px 14px 10px 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	color: #231f20
}

.nav_main .nav_sub {
	position: absolute;
	left: 100%;
	top: 0;
	overflow: hidden;
	min-height: 100%;
	z-index: 110;
	width: 901px;
	padding: 25px 40px;
	display: none;
	background-color: #fff;
	box-shadow: 10px 4px 27px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 10px 4px 27px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 10px 4px 27px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 10px 4px 27px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 10px 4px 27px 0 rgba(13, 5, 2, .18);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.nav_main .nav_sub .nav__image~.row {
	max-width: 652px
}

.nav_main .nav_sub .row {
	margin-left: -15px
}

.nav_main .nav_sub .col {
	padding-left: 15px;
	padding-right: 15px
}

.nav_main .nav_sub:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	width: 19px;
	bottom: -19px;
	top: -19px;
	background-color: #fff;
	box-shadow: inset 12px 0 12px 0 rgba(13, 5, 2, .04);
	-o-box-shadow: inset 12px 0 12px 0 rgba(13, 5, 2, .04);
	-ms-box-shadow: inset 12px 0 12px 0 rgba(13, 5, 2, .04);
	-moz-box-shadow: inset 12px 0 12px 0 rgba(13, 5, 2, .04);
	-webkit-box-shadow: inset 12px 0 12px 0 rgba(13, 5, 2, .04)
}

.nav_main .nav_sub .nav__item {
	margin-left: -6px;
	margin-right: -6px
}

.nav_main .nav_sub .nav__item+.nav__item {
	margin-top: 11px
}

.nav_main .nav_sub .nav__item a {
	display: inline-block;
	padding: 5px 6px 2px;
	font-weight: 400;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.nav_main .nav_sub .nav__item_caption a {
	padding-top: 2px;
	line-height: 22px;
	font-weight: 500
}

.nav_main .nav_sub .nav__item_caption+.nav__item_caption {
	margin-top: 6px;
	padding-top: 5px;
	border-top: 1px solid #f1f1f1
}

.nav_main .nav_sub .nav__caption {
	margin: 23px 0 22px;
	font-size: 19px;
	font-weight: 300;
	color: #8f918e;
	padding-bottom: 29px;
	border-bottom: 1px solid #f1f1f1
}

.nav_main .nav_sub .nav__caption:first-child {
	margin-top: 0
}

.nav_main .nav_sub .nav__caption a {
	font-size: inherit;
	color: inherit
}

.nav_main .nav_sub .nav__image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 233px;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center top
}

.nav_main .nav_sub .nav__image-caption {
	margin: 15px 7px;
	font-weight: 500;
	text-transform: uppercase;
	color: #231f20;
	font-size: 18px;
	text-align: center
}

.page__head .nav_page {
	margin: 1px 0 0;
	float: right;
	text-align: right
}

.nav_page .nav__item {
	margin-left: 20px;
	display: inline-block;
	vertical-align: top
}

.nav_page .nav__item:first-child {
	margin-left: 0
}

.nav_page .nav__item_caption .nav__link-text {
	font-weight: 700;
	color: #8f918e
}

.nav_page a.nav__link:hover {
	color: #00b6bd
}

.nav_page .nav__link {
	display: inline-block;
	white-space: nowrap;
	color: #231f20;
	font-weight: 500;
	font-size: 15px
}

.nav_page .nav__link:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 33px
}

.nav_page .nav__link-text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal
}

.nav_page .nav__link .icon {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle
}

.nav_page .nav__link .icon:last-child {
	margin-right: 0
}

.nav_page .nav_dropdown .nav__item {
	display: block;
	margin-left: 0
}

.nav_page .nav_dropdown .nav__link {
	font-weight: 400;
	line-height: 18px;
	white-space: normal
}

.s-header__main .nav_icon,
.s-header__main .nav_icon_normal {
	padding-top: 15px
}

.fixed .nav_icon,
.fixed .nav_icon_normal {
	margin: 3px 20px 0;
	width: 120px;
	position: absolute
}

.nav_icon .nav__item,
.nav_icon_normal .nav__item {
	display: inline-block;
	vertical-align: top
}

.nav_icon .nav__link,
.nav_icon_normal .nav__link {
	padding-left: 36px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 25px;
	min-height: 25px;
	cursor: pointer;
	vertical-align: top
}

.nav_icon .nav__link-phone-m,
.nav_icon .nav__link.link-geo,
.nav_icon_normal .nav__link-phone-m,
.nav_icon_normal .nav__link.link-geo {
	display: none
}

.nav_icon .nav__link:hover,
.nav_icon_normal .nav__link:hover {
	color: #00b6bd
}

.nav_icon .nav__link:hover .icon.icon_fave.sz_l,
.nav_icon_normal .nav__link:hover .icon.icon_fave.sz_l {
	background-position: 0 -49px
}

.nav_icon .nav__link:hover .icon.icon_cart.sz_l,
.nav_icon_normal .nav__link:hover .icon.icon_cart.sz_l {
	background-position: -49px -50px
}

.fixed .nav_icon .nav__link,
.fixed .nav_icon_normal .nav__link {
	font-size: 0
}

.nav_icon .nav__link_underline,
.nav_icon_normal .nav__link_underline {
	text-decoration: underline
}

.page__head .nav_icon .nav__link,
.page__head .nav_icon_normal .nav__link {
	padding-left: 41px
}

.nav_icon .nav__link.link-blog,
.nav_icon_normal .nav__link.link-blog {
	display: none
}

@media only screen and (max-width:768px) {

	.nav_icon .nav__link.link-blog,
	.nav_icon_normal .nav__link.link-blog {
		display: inline-block;
		width: 100%
	}
}

.nav_icon .icon,
.nav_icon_normal .icon {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 16px
}

.nav_icon .nav__counter,
.nav_icon_normal .nav__counter {
	display: inline-block;
	position: absolute;
	left: 12px;
	top: -7px;
	height: 17px;
	min-width: 13px;
	text-align: center;
	padding: 0 2px;
	font-weight: 700;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	background-color: #00b6bd
}

.nav_icon .nav__text,
.nav_icon_normal .nav__text {
	color: #00b6bd;
	font-size: 15px;
	margin-left: 11px
}

.fixed .nav_icon .nav__text,
.fixed .nav_icon_normal .nav__text,
.nav_catalog .nav__link img {
	display: none
}

.nav_icon_normal .nav__item:first-child {
	margin-left: 0
}

.nav_foot .nav__caption {
	margin-bottom: 21px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.nav_foot .nav__item+.nav__item {
	margin-top: 16px
}

.nav_foot .nav__link {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500
}

.nav_foot .nav__link:hover {
	color: #00b6bd
}

.nav_catalog {
	background: #f5f4ef;
	padding: 15px 20px
}

.nav_catalog>.nav__item {
	position: relative
}

.nav_catalog>.nav__item+.nav__item {
	border-top: 1px solid #e1dfd5
}

.nav_catalog>.nav__item>.nav__item-trgr {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 30px;
	cursor: pointer
}

.nav_catalog>.nav__item>.nav__item-trgr:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0;
	border-color: #231f20 transparent transparent
}

.nav_catalog>.nav__item>.nav__item-trgr.active+.nav_sub,
.nav_catalog>.nav__item>.nav__link.active+.nav__item-trgr+.nav_sub {
	display: block
}

.nav_catalog>.nav__item>.nav__item-trgr.active:after {
	border-width: 0 6px 5px;
	border-color: transparent transparent #231f20
}

.nav_catalog>.nav__item>.nav__link {
	cursor: pointer;
	display: block;
	padding: 18px 0 15px;
	margin-right: 30px;
	font-weight: 700 !important
}

.nav_catalog>.nav__item>.nav__link.active,
.nav_catalog>.nav__item>.nav__link:hover {
	color: #00b6bd !important
}

.nav_catalog>.nav__item>.nav__link.active+.nav__item-trgr:after {
	border-width: 0 5px 6px;
	border-color: transparent transparent #231f20
}

.nav_catalog .nav__link,
.nav_catalog>.nav__item>.nav__link {
	font-size: 15px;
	line-height: 18px;
	color: #231f20
}

.nav_catalog .nav__link.active {
	color: #00b6bd
}

.nav_catalog .nav_sub {
	display: none;
	padding: 0 0 15px
}

.nav_catalog .nav_sub .nav__item+.nav__item {
	margin-top: 7px
}

.nav_catalog .nav__item.active>.nav__link {
	color: #8e918e;
	font-weight: 500;
	pointer-events: none
}

.nav_product {
	background-color: #231f20
}

.nav_product_fixed .nav_product {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1111
}

.nav_product_wrap.widget {
	height: 34px;
	margin-top: 40px
}

.nav_product .nav__list {
	display: table;
	width: 100%
}

.nav_product .nav__link {
	display: table-cell;
	padding: 6px 13px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	text-align: center
}

.nav_product .nav__link.active {
	background-color: #8e918e
}

.nav_widget .nav__link {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	color: #231f20
}

.nav_mobile .nav__link.active,
.nav_widget .nav__link.active,
.nav_widget .nav__link:hover {
	color: #00b6bd
}

.nav_mobile {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2
}

.nav_mobile .nav__item {
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 17px;
	width: 100%;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid-column
}

.nav_mobile .nav__link {
	font-size: 15px;
	line-height: 22px;
	color: #231f20;
	text-transform: uppercase
}

.nav_main__mobile-wrapper {
	display: none
}

@media only screen and (max-width:768px) {
	.nav_main__mobile-wrapper {
		display: block
	}
}

.search_catalog {
	display: none
}

@media screen and (max-width:768px) {
	.search_catalog {
		display: block;
		height: 80vh;
		margin-top: 30px;
		margin-right: -15px;
		margin-left: -15px;
		background-color: #f5f4ef;
		overflow-y: auto
	}

	.search_catalog .nav__item:not(:first-child) {
		border-top: 1px solid #e1dfd5
	}

	.search_catalog .nav__item .active {
		color: #00b6bd
	}

	.search_catalog .nav__link {
		display: block;
		padding: 20px;
		font-weight: 700;
		font-size: 15px;
		line-height: 18px;
		color: #231f20;
		cursor: pointer
	}

	.search_catalog .nav_sub {
		display: none
	}

	.nav_catalog {
		display: none;
		padding-top: 0;
		padding-bottom: 0
	}

	.nav_catalog .nav__link img {
		display: block;
		width: 90%
	}

	.nav_catalog .nav_sub {
		padding: 0
	}

	.nav_catalog .nav_sub .nav__item {
		min-width: 120px;
		min-height: 160px;
		margin-right: 1px
	}

	.nav_catalog .nav_sub .nav__link {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		overflow: hidden;
		background-color: #f4f4f4
	}

	.nav_catalog .nav_sub .nav__link span {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 10;
		text-align: center;
		padding: 20px 5px;
		color: #000
	}

	.nav_catalog>.nav__item>.nav__item-trgr {
		display: none
	}

	.nav_catalog .nav_sub .nav__item+.nav__item {
		margin-top: 0
	}

	.nav_catalog>.nav__item+.nav__item {
		border-top: none
	}

	.nav_catalog>.nav__item:not(:last-child)>.nav__link {
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, .2)
	}

	.nav_catalog>.nav__item>.nav__link.active+.nav__item-trgr+.nav_sub {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		background-color: transparent
	}

	.nav_catalog .nav__item.active>.nav__link {
		display: none
	}
}

.b-breadcrumbs+.page {
	margin-top: 8px
}

.b-breadcrumbs+.page.product_detail {
	margin-top: 52px
}

.page__head {
	margin-bottom: 40px;
	zoom: 1
}

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

.page__head:after {
	clear: both
}

.page__head .page__links {
	margin-top: 4px
}

.page__dealers {
	display: flex;
	margin-bottom: 60px
}

.page__title {
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: 300
}

.page__title.ib {
	margin-bottom: 0;
	display: inline
}

.page__title:last-child {
	margin-bottom: 0
}

.page__subtitle {
	margin-top: 27px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600
}

.page__section:first-child,
.page__subtitle:first-child {
	margin-top: 0
}

.page__foot {
	margin-top: 40px;
	text-align: center
}

.page__desc {
	margin-bottom: 20px
}

.page__entry {
	zoom: 1
}

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

.page__entry:after {
	clear: both
}

.page__entry_dark {
	padding: 33px 30px 40px;
	background-color: #f0f3f3
}

.page__section {
	margin-top: 34px
}

.about-menu-inner ul li,
.page__section_reset {
	font-size: 0
}

.page__links {
	margin-bottom: 25px
}

.page__links:last-child {
	margin-bottom: 0
}

.page__links a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: .025em
}

.page__links a .icon {
	vertical-align: middle;
	margin-right: 2px
}

.page-meta__item {
	display: inline-block;
	margin-right: 30px;
	vertical-align: baseline;
	font-size: 16px;
	line-height: 22px;
	color: #8f918e;
	text-transform: uppercase
}

.page-meta__item:empty {
	display: none
}

.page-meta__item a {
	font-size: 20px;
	font-weight: 500;
	color: #00b6bd;
	text-transform: none
}

.page-note {
	margin-bottom: 40px;
	background-color: #00b6bd;
	color: #fff;
	padding: 20px 20px 20px 123px;
	font-weight: 700;
	position: relative;
	line-height: 1.2;
	font-size: 16px;
	letter-spacing: -.025em
}

.page-note:last-child {
	margin-bottom: 0
}

.page-note a {
	font-size: inherit;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid
}

.page-note a:hover {
	border-bottom-color: transparent
}

.page-note__icon {
	position: absolute;
	left: 42px;
	top: 8px;
	width: 40px;
	height: 40px;
	line-height: 40px
}

.page-note__icon img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto
}

.page_shadow {
	padding: 57px 30px 40px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background-color: #fff;
	box-shadow: 0 5px 30px 0 rgba(13, 5, 2, .1);
	-o-box-shadow: 0 5px 30px 0 rgba(13, 5, 2, .1);
	-ms-box-shadow: 0 5px 30px 0 rgba(13, 5, 2, .1);
	-moz-box-shadow: 0 5px 30px 0 rgba(13, 5, 2, .1);
	-webkit-box-shadow: 0 5px 30px 0 rgba(13, 5, 2, .1)
}

.page_shadow .page__head {
	margin-bottom: 36px;
	border: 0;
	padding: 0;
	text-align: center
}

.page+.widget {
	margin-top: 60px
}

.page_flip+.widget {
	margin-top: 0
}

.page_frame_b {
	padding-bottom: 60px;
	border-bottom: 1px solid #f1f1f1
}

.page-message {
	text-align: center;
	padding: 55px 0
}

.page-message__title {
	margin-bottom: 27px
}

.page-message__text {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px
}

.page-message__buttons {
	margin-top: 40px
}

.sidebar {
	float: right !important;
	padding-top: 6px
}

.category-thumbs {
	display: block;
	height: 171px;
	padding: 30px 0 0 !important;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s
}

.category-thumbs+.category-thumbs {
	border-left: 1px solid rgba(255, 255, 255, .25)
}

.category-thumbs:nth-child(6n+1) {
	border-left: none
}

.category-thumbs:nth-child(6)~.category-thumbs {
	border-top: 1px solid rgba(255, 255, 255, .25)
}

.category-thumbs-list {
	margin-top: -60px !important;
	position: relative;
	height: 171px;
	z-index: 11
}

.category-thumbs-list .widget__entry {
	height: 171px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #00b6bd;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-transition: height .5s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: height .5s cubic-bezier(.4, 0, .2, 1);
	-ms-transition: height .5s cubic-bezier(.4, 0, .2, 1);
	-o-transition: height .5s cubic-bezier(.4, 0, .2, 1);
	transition: height .5s cubic-bezier(.4, 0, .2, 1)
}

.category-thumbs-switcher {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 100%;
	width: 60px;
	height: 31px;
	background-color: #00b6bd;
	cursor: pointer;
	z-index: 222;
	-webkit-transition: top .5s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: top .5s cubic-bezier(.4, 0, .2, 1);
	-ms-transition: top .5s cubic-bezier(.4, 0, .2, 1);
	-o-transition: top .5s cubic-bezier(.4, 0, .2, 1);
	transition: top .5s cubic-bezier(.4, 0, .2, 1)
}

.category-thumbs-switcher:after {
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	left: 21px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: #fff transparent transparent
}

.category-thumbs-switcher.active {
	top: 200%
}

.category-thumbs-switcher.active:after {
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff
}

.category-thumbs-switcher.active+.widget__entry {
	height: 342px
}

.category-thumbs__img {
	display: block;
	height: 82px;
	width: 93px;
	margin: 0 auto 14px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	white-space: nowrap
}

.category-thumbs__img:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 100%;
	width: 0
}

.category-thumbs__img img {
	vertical-align: middle;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%
}

.category-thumbs__name {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.category-thumbs:hover {
	background-color: #04c4cb
}

.category-thumbs:hover .category-thumbs__img {
	height: 111px;
	width: 130px
}

.category-thumbs:hover .category-thumbs__name {
	opacity: 0
}

.category-tags {
	border-bottom: 1px solid #d5d5d5;
	position: relative;
	font-size: 0;
	background: #f4f4f4;
	padding: 15px 20px
}

.category-tags__close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background: url(/local/templates/.default/assets/stylesheets/../images/close-blue.svg) center no-repeat;
	background-size: cover
}

.category-tags__close_grey {
	background: url(/local/templates/.default/assets/stylesheets/../images/close-grey.svg) center no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
	right: 20px
}

.category-tags a,
.category-tags__link {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	margin-right: 25px;
	padding-right: 16px;
	margin-top: 4px;
	background-color: transparent;
	color: #00b6bd;
	position: relative;
	cursor: pointer
}

.category-tags a:not(.js_category-tags__btn) .category-tags__close_grey,
.category-tags__link:not(.js_category-tags__btn) .category-tags__close_grey {
	right: 0;
	background: url(/local/templates/.default/assets/stylesheets/../images/close-blue.svg) center no-repeat;
	background-size: cover;
	width: 11px;
	height: 11px;
	top: 11px
}

.category-tags a.js_category-tags__btn,
.category-tags__link.js_category-tags__btn {
	display: block;
	background: #e5e5e5;
	color: #231f20;
	margin: 0 0 10px;
	padding: 6px 11px 4px 26px
}

.category-tags a.js_category-tags__btn .category-tags__close_grey,
.category-tags__link.js_category-tags__btn .category-tags__close_grey {
	right: 20px
}

.category-tags a .icon,
.category-tags__link .icon {
	cursor: pointer;
	margin-left: 8px;
	vertical-align: middle
}

.category-tags_bottom {
	margin-bottom: 27px;
	background: 0 0;
	padding: 0;
	display: flex;
	align-content: center;
	border-bottom: 1px solid #eee
}

.category-tags_bottom a {
	display: block;
	border: 1px solid #f0f3f3;
	color: #231f20;
	font-size: 14px;
	margin-top: 0;
	margin-right: 24px;
	text-align: center;
	padding: 3px 10px;
	transition: all .2s;
	box-sizing: border-box
}

.category-tags_bottom a.active,
.category-tags_bottom a:hover {
	background-color: #00b6bd;
	color: #fff
}

.category-tags_bottom a:last-child {
	margin-right: 0
}

.category-nav {
	padding: 0 0 30px
}

.category-nav:last-child {
	margin-bottom: 0
}

.category-desc,
.product-list+.category-nav {
	margin-top: 30px
}

.category-nav .pagination {
	float: right
}

.category-desc {
	padding: 24px 20px;
	margin-bottom: 30px;
	background-color: #f5f4ef
}

.category-desc:first-child {
	margin-top: 0
}

.category-desc:last-child {
	margin-bottom: 0
}

.category-desc:empty {
	display: none
}

.p-vacancy__caption {
	font-weight: 700;
	font-size: 20px;
	color: #00b6bd;
	margin: 40px 0 20px;
	text-transform: uppercase
}

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

.p-vacancy__caption:last-child {
	margin-bottom: 0
}

.p-vacancy__nav {
	margin-top: 30px
}

.filter {
	margin: 30px 0;
	background-color: #f0f3f3
}

.filter:first-child {
	margin-top: 0
}

.filter:last-child {
	margin-bottom: 0
}

.filter__item:not(:first-of-type) .filter__caption {
	box-shadow: 0 -1px 0 0 #dce0e0
}

.filter__caption {
	position: relative;
	display: flex;
	align-items: center;
	padding: 14px 5px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	cursor: pointer
}

.filter__caption-count {
	width: 17px;
	height: 17px;
	font-size: 12px;
	margin-left: 10px;
	line-height: 15px;
	font-weight: 300;
	background-color: #00b6bd;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.filter__caption:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0;
	border-color: #231f20 transparent transparent
}

.bx-active .filter__caption:before {
	border-width: 0 6px 5px;
	border-color: transparent transparent #231f20
}

.filter__entry {
	padding: 2px 0 0
}

.open .filter__entry {
	display: block
}

.filter__option {
	position: relative;
	padding-bottom: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.filter__option:first-child {
	padding-top: 23px
}

.filter__option+.filter__option {
	margin-top: 3px
}

.filter__option input {
	position: absolute;
	clip: rect(0, 0, 0, 0)
}

.filter__option input:checked~label:before {
	border-color: #00b6bd;
	background: #00b6bd url(/local/templates/.default/assets/stylesheets/../images/white-ok.png) center no-repeat;
	background-size: cover
}

.filter__option input:checked~.filter__option-btn {
	visibility: visible
}

.filter__option label {
	display: inline-block;
	padding: 0 0 0 29px;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	color: #231f20;
	display: flex
}

.filter__option label:before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f0f3f3;
	border-radius: 3px;
	border: 2px solid rgba(0, 0, 0, .54)
}

.filter__option-counter {
	margin-left: 4px;
	font-size: 13px;
	color: #8f918e
}

.filter__option-btn {
	visibility: hidden;
	vertical-align: middle;
	cursor: pointer;
	height: 19px;
	width: 10px
}

.filter-button {
	display: none
}

.pagination {
	letter-spacing: -4px
}

.pagination__item {
	display: inline-block;
	vertical-align: middle;
	margin-left: -1px;
	color: #231f20;
	font-size: 15px;
	min-width: 22px;
	padding: 0 2px;
	border: 1px solid #e8e6e6;
	position: relative;
	background-color: #fff;
	text-align: center;
	line-height: 32px;
	height: 32px;
	font-weight: 500;
	letter-spacing: .025em
}

.pagination__item:hover {
	color: #fff;
	background-color: #00b6bd;
	border-color: #00b6bd;
	z-index: 3
}

.pagination__item.active {
	color: #fff;
	background-color: #8e918e !important;
	border-color: #8e918e !important;
	z-index: 2;
	pointer-events: none
}

.pagination__item_next,
.pagination__item_prev {
	position: relative
}

.pagination__item_next:after,
.pagination__item_prev:after {
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
	content: "";
	background: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -600px 0;
	width: 6px;
	height: 9px
}

.pagination__item_next:after {
	background-position: -150px 0
}

.pagination__item_prev:hover:after {
	background-position: -600px -100px
}

.pagination__item_next:hover:after {
	background-position: -150px -150px
}

.sort {
	letter-spacing: -4px
}

.sort-catalog {
	letter-spacing: normal;
	display: flex;
	align-items: center
}

.sort-catalog__label {
	padding-right: 16px;
	color: #909090
}

.sort-catalog .selectBox-dropdown {
	display: flex !important;
	align-items: center;
	border: 1px solid #f0f3f3;
	background: 0 0;
	border-radius: 0 !important
}

.sort-catalog .selectBox-label {
	padding: 4.5px 8px 4.5px 10px !important
}

.sort-catalog .selectBox-arrow {
	border: 0 !important;
	position: relative
}

.sort-catalog .selectBox-arrow:after {
	display: block;
	content: '';
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0;
	border-color: #4f4f4f transparent transparent
}

.sort__link {
	display: inline-block;
	border: 1px solid #eee;
	padding: 6px 13px 4px;
	margin-right: -1px;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
	letter-spacing: .025em;
	position: relative
}

.sort__link.active {
	background-color: #8e918e !important;
	border-color: #8e918e !important;
	color: #fff !important;
	z-index: 2;
	pointer-events: none
}

.sort__link:hover {
	color: #fff;
	border-color: #00b6bd;
	background-color: #00b6bd;
	z-index: 3
}

.product-list {
	letter-spacing: -4px
}

.product-list .col {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	float: none !important;
	margin-bottom: 27px
}

.product-list .owl-next,
.product-list .owl-prev {
	position: absolute;
	width: 30px;
	top: 70px;
	height: 30px;
	overflow: hidden;
	text-indent: -111px;
	cursor: pointer;
	background: red url(/local/templates/.default/assets/stylesheets/../images/sprite.svg)
}

.product-list .owl-next {
	right: -40px
}

.product-list .owl-prev {
	left: -40px
}

.product-list .carousel__item {
	letter-spacing: 0
}

.product-grid {
	position: relative
}

.product-grid:after {
	display: block;
	content: "";
	position: absolute;
	height: 1px;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 111;
	bottom: 0
}

.product-grid .product-thumb {
	padding: 0 15px 20px
}

.product-grid .col {
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1
}

.product-grid .col:nth-child(4n) {
	border-right: none
}

.product-grid .col:nth-child(4)~.col {
	padding-top: 20px
}

.product-thumb {
	text-align: center;
	position: relative;
	letter-spacing: 0
}

.product-thumb:after {
	content: "";
	display: block;
	position: absolute;
	left: -15px;
	right: -15px;
	top: -15px;
	bottom: -1px;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	-ms-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s
}

.product-grid .product-thumb:after {
	left: -1px;
	right: -1px
}

.carousel_prods .product-thumb:after {
	display: none
}

.carousel_prods .active .product-thumb:after,
.product-thumb_small .product-thumb__name a {
	display: block
}

.bx-no-touch .product-thumb:hover:after {
	z-index: 112;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18)
}

.product-thumb__img {
	margin-bottom: 24px;
	height: 176px;
	overflow: hidden;
	position: relative;
	z-index: 113;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.product-thumb__img img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: auto
}

.product-thumb__sticker {
	position: absolute;
	top: 0;
	right: 0;
	width: 88px;
	height: 88px;
	z-index: 114
}

.product-thumb__name {
	margin-bottom: 7px;
	max-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #231f20
}

.product-thumb__name:hover,
.product_short .product__name a:hover {
	color: #00b6bd
}

.blog-thumb__name a,
.blog-thumb__section a,
.product-thumb__name a {
	font-size: inherit;
	color: inherit
}

@media only screen and (max-width:768px) {
	.product-thumb__name {
		margin-bottom: 3px
	}
}

.product-thumb__content {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	z-index: 113;
	height: 66px
}

.product-thumb__price {
	position: relative;
	z-index: 113;
	margin-top: 7px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #231f20
}

.product-thumb__price .product-price__spec {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -9px;
	margin: 0 -19px 0 -5px
}

.product-thumb__note {
	font-size: 12px;
	line-height: 22px;
	color: #8f918e;
	text-transform: uppercase
}

.product-thumb_small {
	text-align: left
}

.product-thumb_small:after {
	left: -11px;
	right: -11px;
	top: -11px;
	bottom: -11px
}

.product-thumb_small .product-thumb__content {
	padding-left: 0;
	padding-right: 0;
	height: auto
}

.product-thumb_small .product-thumb__img {
	margin-bottom: 11px;
	height: 94px;
	max-width: 100%
}

.product-thumb_small .product-thumb__name {
	margin: 0;
	font-size: 14px;
	height: 44px
}

.product-thumb_small .product-thumb__note {
	font-size: 11px
}

.product-thumb_small .product-thumb__price {
	font-size: 16px;
	margin: 0
}

.product-thumb_horizontal .product-thumb__img {
	float: left;
	height: 70px;
	width: 70px;
	overflow: hidden
}

.product-thumb_horizontal .product-thumb__wrap {
	margin-left: 86px
}

.product-thumb_cart .product-thumb__img {
	float: left;
	height: 64px;
	width: 64px;
	overflow: hidden
}

.product-thumb_cart .product-thumb__wrap {
	margin-left: 80px
}

.product-thumb_cart .product-thumb__name {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 700
}

.product-thumb_cart .product-thumb__name a {
	text-decoration: none
}

.product-thumb_cart .product-thumb__note {
	font-size: 12px;
	margin-bottom: 5px
}

.p-cart-prod__name small,
.product-thumb_cart .product-thumb__quantity {
	font-size: 14px
}

.product_detail .product__media {
	zoom: 1
}

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

.product_detail .product__media:after {
	clear: both
}

.product_detail .product__media-thumbs .carousel__item {
	width: 70px;
	height: 70px;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative
}

.product_detail .product__media-thumbs .carousel__item.active:after {
	display: block;
	content: "";
	position: absolute;
	left: -4px;
	top: -4px;
	bottom: -4px;
	right: -4px;
	border: 1px solid #00b6bd
}

.product_detail .product__media-full {
	margin-bottom: 40px
}

.product_detail .product__sku {
	margin-top: 8px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700
}

.product_detail .product__head .icon {
	margin-top: 7px;
	margin-left: 10px;
	cursor: pointer
}

.product_detail .product__name {
	font-size: 36px;
	line-height: 40px;
	font-weight: 500
}

.product_detail .product__desc {
	margin-top: 18px
}

.product_detail .product-props__note {
	font-style: italic;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 22px;
	color: #8e918e
}

.product_detail .product-props__note:first-child,
.table_userdata tr:first-child td,
.table_userdata tr:first-child th {
	padding-top: 0
}

.product_detail .product-props__item {
	padding: 20px 0;
	zoom: 1
}

.product_detail .product-props__item:after,
.product_detail .product-props__item:before,
.product_short:after,
.product_short:before {
	content: " ";
	display: table
}

.product_detail .product-props__item:after,
.product_short:after {
	clear: both
}

.product_detail .product-props__item+.product-props__item,
.product_detail .product-props__item+input+.product-props__item {
	border-top: 1px solid #eee
}

.product_detail .product-props__title {
	float: left;
	width: 130px;
	padding-top: 6px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500
}

.product_detail .product-props__content {
	margin-left: 149px
}

.product_detail .product-price {
	background-color: #f0f3f3;
	padding: 40px 30px;
	margin-top: 25px;
	display: flex
}

.product_detail .product-price .btn_default {
	box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18)
}

.product_detail .product-price .btn_default:hover {
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18)
}

.product_detail .product-price__t {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-top: -8px
}

.product_detail .product-price__accent {
	display: inline-block;
	margin-top: 9px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00b6bd
}

.product_detail .product-price__spec {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -11px;
	margin-right: -25px;
	margin-left: -9px;
	cursor: pointer
}

.product_detail .product-price__content {
	float: left;
	font-size: 28px;
	height: 45px;
	font-weight: 700;
	white-space: nowrap
}

.product_detail .product-price__content:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.product_detail .product-price__per {
	font-size: 13px;
	line-height: 22px;
	color: #8e918e;
	font-weight: 400
}

.product_detail .product-price__quantity {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 22px;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase
}

.product_detail .product__nav {
	display: flex
}

.product_detail .product__nav .js-basket-in,
.product_detail .product__nav .js-basket-no {
	margin-right: 17px
}

.product_detail .product__nav .js-basket-in {
	display: flex;
	max-width: 162px;
	white-space: nowrap !important
}

.product_detail .product__nav .js-basket-in .btn_default {
	max-width: 55px;
	margin-top: 0 !important
}

.product_detail .product__nav .js-basket-item-quantity {
	cursor: pointer
}

.product_detail .product__nav .btn-in_cart {
	flex: 1
}

.product_detail .product__nav .btn:last-child {
	margin-right: 0
}

.product_short {
	padding: 30px 0;
	zoom: 1;
	border-bottom: 1px solid #eee;
	letter-spacing: 0
}

.product_short .product-price__spec {
	position: relative;
	top: -9px;
	margin: 0 -19px 0 -4px
}

.product_short:first-child {
	border-top: 1px solid #eee
}

.product_short .product__available {
	text-align: center;
	margin-top: 10px
}

.product_short .product__available-state {
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	color: #fff;
	background-color: #8e918e;
	text-transform: uppercase;
	box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18)
}

.product_short .product__available-note {
	margin-top: 5px;
	font-size: 12px;
	font-weight: 300;
	color: #8e918e
}

.product_short .product__img {
	width: 100%;
	height: 176px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	will-change: opacity
}

.bx-no-touch .product_short .product__img:hover {
	opacity: .7
}

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

.product_short .product__img~.product__content {
	margin-left: 0
}

.product_short .product__sticker {
	position: absolute;
	top: 0;
	right: 0;
	width: 88px;
	height: 88px;
	z-index: 114
}

.product_short .product__meta {
	white-space: nowrap;
	width: 100%;
	padding: 0;
	margin-top: 10px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	text-align: center
}

.product_short .product__meta~.product__content {
	margin-right: 0
}

.product_short .product__meta_incart {
	background-color: #00b6bd;
	box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18)
}

.product_short .product__meta_incart .btn_framed,
.product_short .product__meta_incart .product__checkout,
.product_short .product__meta_incart .product__price,
.product_short .product__meta_incart .product__quantity {
	color: #fff
}

.product_short .product__name {
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	min-height: 45px
}

.product_short .product__name a {
	font-size: inherit
}

.product_short .product__desc {
	font-size: 15px;
	line-height: 22px;
	overflow-y: hidden;
	height: 100px;
	position: relative
}

.product_short .product__desc br:last-child {
	display: none
}

.product_short .product__desc:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.product_short .product__props {
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #8e918e
}

.product_short .product__price {
	margin-bottom: 2px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px
}

.product_short .product__quantity {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 22px;
	color: #8e918e;
	text-transform: uppercase
}

.p-checkout-result1__message p:last-child,
.product_short .product__quantity:last-child {
	margin-bottom: 0
}

.product_short .product__btn {
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18)
}

.product_short .product__btn:hover {
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18)
}

.product_short .product__checkout {
	font-size: 14px;
	color: #00b6bd
}

.product_short .product__checkout .btn_framed {
	background-color: #8e918e;
	border-color: transparent;
	color: #fff
}

.product_short .product__checkout .btn_framed:hover {
	background-color: #00b6bd;
	border-color: #00b6bd
}

.product_short .product__checkout .btn {
	margin-top: 16px
}

.blog-nav {
	background-color: #231f20;
	letter-spacing: -4px
}

.blog-nav .nav__item {
	display: inline-block;
	vertical-align: top;
	letter-spacing: .025em
}

.blog-nav .nav__item.active {
	background-color: #8e918e
}

.blog-nav .nav__item.active .nav__link,
.blog-nav .nav__item.active .nav__link-text {
	color: #fff
}

.blog-nav .nav__link {
	display: inline-block;
	vertical-align: top;
	padding: 5px 23px;
	line-height: 24px;
	font-size: 17px;
	font-weight: 500;
	color: #fff
}

.blog-nav .nav__link-text {
	color: #8e918e;
	font-size: 16px
}

.blog-tags {
	padding: 40px 0 30px;
	background-color: #f7f7f7
}

.blog-tags__caption {
	float: left;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase
}

.blog-tags__content {
	margin: -29px 0 0
}

.blog-tags__link {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	padding: 5px 16px;
	margin: 20px 20px 0 0;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 15px;
	line-height: 22px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.blog-tags__link:hover {
	border-color: #00b6bd;
	color: #00b6bd
}

.blog-tags__link.active {
	background-color: #8e918e;
	border-color: #8e918e;
	color: #fff
}

.blog-list {
	margin: 19px -15px 0
}

.blog-list:first-child {
	margin-top: 0
}

.blog-list_vertical {
	margin: 0 !important
}

.blog-thumb {
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	max-width: 270px;
	margin: 0 auto
}

.bx-no-touch .blog-thumb:hover {
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18)
}

.blog-thumb__date {
	position: absolute;
	bottom: 27px;
	left: 30px;
	font-size: 12px;
	min-height: 12px;
	color: #8f918e;
	text-transform: uppercase
}

.blog-thumb__img {
	height: 171px;
	background-color: #fff;
	overflow: hidden;
	position: relative
}

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

.blog-thumb__content {
	padding: 13px 30px 27px
}

.blog-thumb__section {
	margin-bottom: 6px;
	color: #00b6bd;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500
}

.blog-thumb__desc,
.blog-thumb__name {
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	color: #231f20
}

.blog-thumb__name {
	height: 44px;
	font-weight: 700;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	margin-bottom: 22px;
	-webkit-line-clamp: 2
}

.blog-thumb__name a:hover {
	color: #00b6bd
}

.blog-thumb__desc {
	margin-bottom: 26px;
	max-height: 66px;
	-webkit-line-clamp: 3
}

.blog-thumb_horizontal .blog-thumb__img {
	width: 170px;
	height: 107px;
	float: left
}

.blog-thumb_horizontal .blog-thumb__date {
	line-height: 18px;
	margin-bottom: 2px
}

.blog-thumb_horizontal .blog-thumb__name {
	margin-bottom: 10px
}

.blog-thumb_horizontal .blog-thumb__wrap {
	margin-left: 185px
}

.blog-grid,
.blog-pagination {
	margin-top: 30px
}

.blog-pagination .pagination {
	float: right
}

.blog-grid:first-child {
	margin-top: 0
}

.blog-grid .col_3:nth-child(4)~.col_3 {
	margin-top: 30px
}

.blog-grid .row .col_3 {
	max-width: 25%
}

.blog-grid .blog-thumb {
	padding-bottom: 37px;
	position: relative;
	border: 1px solid #eee
}

.blog-grid .blog-thumb__name {
	margin-bottom: 6px;
	height: auto;
	max-height: 44px
}

.blog-grid .blog-thumb__img {
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
	position: relative;
	z-index: 2
}

.blog-grid .blog-thumb__date {
	position: absolute;
	bottom: 26px
}

.blog-grid .blog-thumb__content {
	padding-bottom: 0
}

.blog-grid .blog-thumb:hover {
	border-color: #fff
}

.article {
	margin-top: 45px !important
}

.article__wrap {
	position: relative
}

.article .page-meta {
	margin-top: 9px
}

.article .page__head {
	margin-bottom: 34px;
	padding: 0;
	border-bottom: none
}

.article-preview {
	margin-bottom: 33px
}

.article-preview__img img {
	margin: auto;
	display: block;
	max-width: 100%;
	height: auto
}

.article-preview__text {
	padding: 25px 0;
	border-bottom: 1px solid #eee;
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
	color: #8f918e
}

.author {
	margin-top: 53px !important;
	padding: 42px 0;
	background-color: #f5f4ef
}

.author__img,
.author__img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.author__img {
	width: 170px;
	overflow: hidden;
	height: 170px
}

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

.author__state {
	margin-bottom: 12px;
	font-size: 12px;
	color: #8f918e;
	text-transform: uppercase;
	font-weight: 500
}

.author__name {
	margin-bottom: 17px;
	font-weight: 500;
	font-size: 22px
}

.author__position,
.author__remark {
	font-size: 15px;
	line-height: 22px
}

.author__remark {
	padding-top: 42px;
	font-size: 16px;
	font-style: italic
}

.author__remark a {
	font-size: inherit;
	color: #00b6bd
}

.author__wrap {
	padding: 17px 0 0 19px
}

.service-thumb {
	position: relative;
	height: 227px
}

.service-thumb:hover:after {
	display: block;
	content: "";
	position: absolute;
	left: -19px;
	bottom: -20px;
	height: 127px;
	width: 89px;
	background-color: #fff;
	z-index: 1;
	box-shadow: 0 0 30px 14px #fff;
	-o-box-shadow: 0 0 30px 14px #fff;
	-ms-box-shadow: 0 0 30px 14px #fff;
	-moz-box-shadow: 0 0 30px 14px #fff;
	-webkit-box-shadow: 0 0 30px 14px #fff
}

.service-thumb__num {
	padding: 26px 0 21px;
	width: 70px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	text-align: center;
	color: #d6d4c7;
	z-index: 7;
	overflow: hidden;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.service-thumb__container {
	position: relative;
	z-index: 5;
	overflow: hidden;
	height: inherit
}

.service-thumb__container:before {
	width: 70px;
	position: absolute;
	content: "";
	left: 0;
	display: block;
	height: 100%;
	bottom: 0;
	background-color: #f5f4ef;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s
}

.service-thumb__wrap {
	margin-left: 100px
}

.service-thumb__img,
.service-thumb__img:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0
}

.service-thumb__img {
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.service-thumb__img .btn {
	visibility: hidden
}

.service-thumb__img:after {
	content: "";
	background-color: rgba(0, 0, 0, .25);
	z-index: 2;
	display: block
}

.service-thumb__img img {
	min-height: 100%;
	display: block;
	width: auto
}

.service-thumb__name {
	position: absolute;
	top: -2px;
	font-size: 15px;
	line-height: 20px;
	height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.contacts-item a,
.service-thumb__name a {
	font-size: inherit;
	color: inherit
}

.service-thumb__price {
	margin-top: 10px;
	font-size: 20px;
	line-height: 21px;
	font-weight: 700
}

.service-thumb__text {
	margin-top: 70px;
	font-size: 15px;
	line-height: 22px;
	height: 132px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	display: -webkit-box !important;
	-webkit-box-orient: vertical
}

.service-thumb__btn {
	position: absolute;
	bottom: -30px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.service-thumb .btn_framed {
	color: #fefefe
}

.bx-no-touch .service-thumb:hover {
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18)
}

.bx-no-touch .service-thumb:hover .service-thumb__container:before {
	background-color: #fff;
	top: auto;
	height: 107px;
	z-index: 6
}

.bx-no-touch .service-thumb:hover .service-thumb__num {
	color: #231f20
}

.bx-no-touch .service-thumb:hover .service-thumb__num:before {
	display: block;
	position: absolute;
	height: 10px;
	left: 0;
	right: 0;
	bottom: 100%;
	content: "";
	background-color: #fff;
	border-radius: 0 0 0 10px;
	box-shadow: 14px 2px 28px 2px rgba(0, 0, 0, .19);
	-o-box-shadow: 14px 2px 28px 2px rgba(0, 0, 0, .19);
	-ms-box-shadow: 14px 2px 28px 2px rgba(0, 0, 0, .19);
	-moz-box-shadow: 14px 2px 28px 2px rgba(0, 0, 0, .19);
	-webkit-box-shadow: 14px 2px 28px 2px rgba(0, 0, 0, .19)
}

.bx-no-touch .service-thumb:hover .service-thumb__num:after {
	display: block;
	position: absolute;
	width: 10px;
	left: 100%;
	top: 0;
	bottom: 0;
	content: "";
	background-color: red;
	border-radius: 0 0 17px 0;
	box-shadow: -1px -26px 13px 1px rgba(0, 0, 0, .19);
	-o-box-shadow: -1px -26px 13px 1px rgba(0, 0, 0, .19);
	-ms-box-shadow: -1px -26px 13px 1px rgba(0, 0, 0, .19);
	-moz-box-shadow: -1px -26px 13px 1px rgba(0, 0, 0, .19);
	-webkit-box-shadow: -1px -26px 13px 1px rgba(0, 0, 0, .19)
}

.bx-no-touch .service-thumb:hover .service-thumb__btn {
	bottom: 73px;
	z-index: 6;
	opacity: 1
}

.bx-no-touch .service-thumb:hover .service-thumb__name {
	top: 40px;
	color: #fffefe;
	z-index: 6
}

.bx-no-touch .service-thumb:hover .service-thumb__img {
	opacity: 1
}

.contacts-item {
	font-size: 15px;
	line-height: 22px
}

.contacts-item__name {
	white-space: nowrap;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 500
}

.contacts-item a {
	color: #00b6bd
}

.contacts-item__scheme .icon {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle
}

.contacts-item__scheme-text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px);
	font-weight: 500;
	white-space: normal;
	color: #231f20;
	line-height: 16px
}

.contacts-item__scheme:hover .contacts-item__scheme-text,
.contacts-item__scheme:hover .icon {
	color: #00b6bd
}

.contacts-item__scheme:hover .icon {
	background-position: -446px -43px;
	background-color: #00b6bd
}

.contacts-map {
	height: 571px
}

.contacts-map,
.contacts-map_h2 {
	background-color: #ccc
}

.contacts-map .b-marker {
	padding-left: 0
}

.contacts-map__inner {
	overflow: hidden
}

.contacts-map__canvas,
.contacts-map__inner {
	height: 100%;
	width: 100%
}

.contacts-map__canvas img {
	max-width: none !important;
	background: 0 0 !important
}

.contacts-map_h2 {
	height: 941px
}

.contacts-map_h2 .b-marker {
	padding-left: 34px
}

.p-cart .page__entry+.widget {
	margin-top: 30px
}

.p-cart .page__head-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	align-items: center
}

.p-cart .page__head-bottom .check-city-paragraph {
	flex-basis: 70%
}

.p-cart .page__head-bottom .order-history-link {
	flex-basis: 30%;
	text-align: right
}

.p-cart .order-history-link a {
	border-bottom: 1px solid #00b6bd;
	transition: border-color .2s;
	color: #00b6bd
}

.p-cart .order-history-link a:hover {
	border-color: transparent
}

.p-cart__summary {
	font-weight: 700;
	font-size: 24px !important;
	white-space: nowrap
}

.p-cart-prod__img {
	width: 70px;
	height: 70px;
	overflow: hidden
}

.p-cart-prod__img img {
	display: block;
	max-width: 100%;
	height: auto
}

.p-cart-prod__name {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	color: #231f20
}

.p-cart-prod__name a,
.p-checkout__data a {
	font-size: inherit;
	color: inherit
}

.p-cart-prod__attr {
	font-size: 14px;
	line-height: 22px;
	color: #8e918e
}

.p-cart-promocode {
	white-space: nowrap;
	position: relative
}

.p-cart-promocode__form,
.p-cart-promocode__link {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.p-cart-promocode__link {
	display: inline-block;
	position: absolute;
	top: 8px;
	color: #00b6bd;
	font-weight: 500;
	z-index: 22;
	font-size: 16px;
	cursor: pointer
}

.p-cart-promocode__link:hover {
	color: #231f20
}

.p-cart-promocode__form {
	opacity: 0
}

#js_parallax-wrapper.show,
.p-cart-promocode.active .p-cart-promocode__form {
	opacity: 1
}

.p-cart-promocode.active .p-cart-promocode__link {
	opacity: 0
}

.p-cart-promocode .field_text {
	display: inline-block;
	vertical-align: top;
	width: 270px;
	text-transform: uppercase;
	font-size: 12px;
	color: #8e918e;
	font-weight: 600
}

.p-cart-promocode .btn {
	margin-left: 20px
}

.p-cart-bottom {
	background-color: #f0f3f3;
	padding: 30px
}

.p-cart-bottom .btn_default {
	box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18)
}

.p-cart-bottom .btn_default:hover {
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18)
}

.p-cart-bottom .page__links {
	float: left;
	margin-top: 17px;
	margin-bottom: 0
}

.p-checkout__data {
	margin-bottom: 38px;
	font-size: 16px;
	line-height: 24px
}

.p-checkout__data a {
	text-decoration: underline
}

.p-checkout-result1__caption {
	margin-bottom: 32px;
	font-size: 40px;
	padding-top: 2px;
	line-height: 44px;
	font-weight: 300;
	padding-left: 68px;
	position: relative
}

.p-checkout-result1__caption .icon {
	position: absolute;
	left: 0;
	right: 0
}

.p-checkout-result1__message p {
	margin-bottom: 21px;
	font-size: 18px;
	line-height: 24px
}

.p-checkout-result1__nav {
	margin-top: 42px
}

.p-auth {
	margin-top: 60px
}

.popup .p-auth {
	margin-top: 0
}

.p-auth-social {
	margin-top: 28px
}

.p-auth-social:first-child {
	margin-top: 0
}

.p-auth-social__item {
	display: inline-block;
	margin: 0 8px;
	vertical-align: top;
	cursor: pointer
}

.p-auth-social__note {
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 18px
}

.p-auth-social_flat .p-auth-social__item {
	display: block;
	margin: 0
}

.p-auth .page__head {
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
	border: 0
}

.p-auth .page__entry {
	margin: -30px
}

.p-auth .page__entry .row {
	margin: 0;
	display: table;
	width: 100%;
	border-spacing: 30px
}

.p-auth .page__entry .row .col .control:after,
.p-auth .page__entry .row .col .control:before,
.p-auth .page__entry .row:after,
.p-auth .page__entry .row:before {
	display: none
}

.p-auth .page__entry .row .col {
	display: table-cell;
	float: none;
	padding: 36px 28px;
	background-color: #f0f3f3
}

.p-auth .btn_default.sz_l {
	box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18)
}

.p-auth .btn_default.sz_l:hover {
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, .18)
}

.p-auth_reg .page__head {
	border: 0
}

.p-auth_reg .page__entry {
	background: 0 0
}

.p-error {
	text-align: center
}

.p-error .btn {
	box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, .18)
}

.p-error__code {
	margin-bottom: 59px
}

.p-error__code img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto
}

.p-error__text {
	margin-top: 25px
}

.p-error__nav {
	margin-top: 32px
}

.p-error__nav .btn {
	margin-left: 6px;
	margin-right: 6px
}

.p-search {
	padding-bottom: 60px
}

.p-search__head {
	margin-top: 30px;
	margin-bottom: 30px
}

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

.carousel_frontpage .carousel__item-subtitle span:last-child,
.p-about-info__text p:last-child,
.p-search__head:last-child {
	margin-bottom: 0
}

.p-search__note {
	padding-top: 8px;
	font-size: 14px;
	line-height: 22px;
	color: #8e918e
}

.p-search-list {
	border-top: 1px solid #eee;
	margin-top: 30px;
	margin-bottom: 30px
}

.p-search-item {
	padding: 30px 0;
	border-bottom: 1px solid #eee
}

.p-search-item__title {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px
}

.p-search-item__date {
	font-size: 14px;
	line-height: 22px;
	color: #8e918e
}

.p-search-item__date a {
	font-size: inherit;
	color: #00b6bd
}

.p-search-item__text {
	margin-top: 15px
}

.p-search-item__text:empty {
	display: none
}

.about-menu {
	margin-bottom: 120px;
	padding-bottom: 5px
}

@media only screen and (max-width:767px) {
	.about-menu {
		margin-bottom: 35px;
		margin-top: -33px
	}

	.about-menu .container {
		margin: 0;
		width: 100%
	}
}

.about-menu-inner {
	transition: all .1s ease;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	margin: 0 auto;
	width: 1170px
}

@media only screen and (max-width:1240px) {
	.about-menu-inner {
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.about-menu-inner {
		position: relative
	}
}

.about-menu-inner.fixed {
	margin-top: 53px;
	position: fixed
}

@media only screen and (max-width:767px) {
	.about-menu-inner.fixed {
		position: relative;
		margin-top: 0
	}
}

.about-menu-inner ul {
	font-size: 0;
	display: flex;
	background-color: #f0f3f3;
	justify-content: space-between;
	align-items: center;
	position: relative
}

@media only screen and (max-width:767px) {
	.about-menu-inner ul {
		flex-wrap: wrap;
		align-items: unset
	}
}

.about-menu-inner ul:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #fff
}

@media only screen and (max-width:767px) {
	.about-menu-inner ul:before {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.about-menu-inner ul li {
		width: calc(100%/3)
	}
}

@media only screen and (max-width:480px) {
	.about-menu-inner ul li {
		width: calc(100%/2)
	}
}

.about-menu-inner ul li a {
	font-size: 16px;
	display: block;
	height: 100%;
	padding: 25px 39px;
	text-align: center;
	transition: all .35s ease
}

@media only screen and (max-width:1240px) {
	.about-menu-inner ul li a {
		padding: 20px 25px
	}
}

@media only screen and (max-width:767px) {
	.about-menu-inner ul li a {
		width: auto;
		padding: 10px 15px;
		font-size: 13px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center
	}
}

.about-menu-inner ul li a.active {
	color: #fff;
	background-color: #00b6bd
}

.about-menu-inner ul li a:not(.active):hover {
	color: #00b6bd
}

.p-about .title1 {
	line-height: 52px
}

.p-about .page__head {
	margin-bottom: 36px
}

.p-about-feature {
	border-top: 2px dotted #c1c1c1;
	margin-top: 42px;
	padding-top: 37px
}

.p-about-feature__text {
	font-size: 22px;
	line-height: 33px;
	color: #231f20;
	text-align: center
}

.p-about-feature__text.c1,
.p-about-info__text b.c1,
.user-goods .sub-menu__item_active a {
	color: #00b6bd
}

.p-about-feature-icons {
	margin: 36px 0 38px
}

.p-about-feature-icons__item {
	display: inline-block;
	height: 96px;
	width: 96px;
	vertical-align: top;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #fff;
	border: 2px solid #00b6bd;
	white-space: nowrap;
	text-align: center
}

.p-about-feature-icons__item:after,
.p-about-promo__icon:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: ""
}

.p-about-feature-icons__item img,
.p-about-promo__icon img {
	display: inline-block;
	vertical-align: middle;
	max-width: 51px;
	max-height: 51px;
	height: auto;
	width: auto
}

.p-about-feature-icons__item img[src*=about_feature_1] {
	margin-left: 7px
}

.p-about .widget_dark {
	background-color: #f7f7f7
}

.p-about .widget__header {
	margin-bottom: 45px
}

.p-about .widget__subtitle {
	margin-top: 17px
}

.p-about-promo {
	margin-top: 36px;
	padding: 67px 0;
	color: #fff;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover
}

@media screen and (min-width:1920px) {
	.p-about-promo {
		background-size: 100% auto;
		-webkit-background-size: 100% auto
	}
}

.widget+.p-about-promo {
	margin-top: 0
}

.p-about-promo+.widget {
	padding-top: 73px
}

.p-about-promo__icon {
	margin: 0 auto 32px;
	width: 116px;
	height: 116px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.p-about-promo__caption {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 300
}

.p-about-promo__text {
	font-size: 22px;
	line-height: 33px
}

.p-about-info {
	padding-top: 59px
}

.p-about-info+.widget {
	margin-top: 59px
}

.p-about-info .container {
	position: relative;
	padding: 20px 0
}

.p-about-info__img {
	width: 760px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden
}

.p-about-info__img.pull-right {
	left: auto;
	right: 0
}

.p-about-info__img img {
	height: 100%;
	width: auto;
	display: block
}

.p-about-info__map {
	margin-right: -300px
}

.p-about-info__content {
	position: relative;
	width: 526px;
	padding: 32px 40px 69px;
	z-index: 2;
	margin-right: auto;
	margin-left: 0;
	background-color: #fff;
	box-shadow: 0 10px 30px 0 rgba(85, 94, 102, .25);
	-o-box-shadow: 0 10px 30px 0 rgba(85, 94, 102, .25);
	-ms-box-shadow: 0 10px 30px 0 rgba(85, 94, 102, .25);
	-moz-box-shadow: 0 10px 30px 0 rgba(85, 94, 102, .25);
	-webkit-box-shadow: 0 10px 30px 0 rgba(85, 94, 102, .25);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.p-about-info__content.r {
	margin-right: 0;
	margin-left: auto
}

.p-about-info__title {
	font-size: 30px;
	font-weight: 300;
	color: #00b6bd;
	margin-bottom: 20px
}

.p-about-info__text {
	font-size: 18px;
	line-height: 27px;
	color: #231f20
}

.p-about-info__text p {
	margin-bottom: 5px
}

.user-goods .page__head .title2 {
	text-align: left
}

.user-goods .download-more {
	margin-top: 20px;
	text-align: center
}

.user-goods .download-more.loading button:after {
	animation: rotateImg 2s infinite linear
}

.user-goods .download-more button {
	font-size: 15px;
	font-weight: 500;
	padding-left: 30px;
	position: relative;
	border: 0;
	background: 0 0
}

.user-goods .download-more button:after {
	content: "";
	width: 17px;
	height: 18px;
	position: absolute;
	left: 4px;
	top: 0;
	background: url(/local/templates/.default/assets/images/download-more.png) center no-repeat;
	background-size: cover
}

.user-goods .sub-menu {
	margin-bottom: 37px
}

.user-goods .sub-menu__list,
.user-goods__controls {
	display: flex
}

.user-goods .sub-menu__item {
	margin-right: 97px
}

.user-goods .sub-menu__item:last-child {
	margin-right: 0
}

.user-goods .sub-menu__link {
	font-size: 36px;
	color: #8e918e;
	font-weight: 600
}

.user-goods__filter {
	flex: 1
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.carousel_frontpage-bgi.parallax:after,
.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	display: none
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel,
.slick-slide img {
	display: block
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.owl-height {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

#js_parallax-wrapper {
	overflow: hidden;
	opacity: 0;
	transition: all .75s ease
}

.bx-touch .carousel_frontpage-bgi {
	top: 0 !important
}

.carousel_frontpage {
	display: block;
	height: 450px;
	background: 0 0;
	position: relative;
	z-index: 2
}

.carousel_frontpage-bgi {
	position: absolute !important;
	left: -5% !important;
	right: -5% !important;
	top: -5% !important;
	bottom: -5%;
	width: auto;
	z-index: 1;
	height: auto;
	background-color: #fff
}

@media only screen and (max-width:768px) {
	.carousel_frontpage-bgi {
		top: 0 !important
	}
}

.carousel_frontpage-bgi:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #e9ebeb;
	z-index: 1;
	transition: all 1s ease;
	opacity: 1
}

.carousel_frontpage-table {
	position: absolute;
	left: -50% !important;
	right: -50% !important;
	top: unset !important;
	bottom: -8% !important;
	width: auto;
	height: 225px;
	z-index: 1;
	background-repeat: repeat;
	background-position: center center
}

.carousel_frontpage .active .carousel__item {
	z-index: 2
}

.carousel_frontpage.owl-loaded .carousel__item {
	opacity: 1
}

.carousel_frontpage .carousel__item {
	background-color: #e9ebeb;
	height: 490px;
	position: relative;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

@media only screen and (max-width:767px) {
	.carousel_frontpage .carousel__item.js-regional {
		padding: 0;
		height: 354px
	}

	.carousel_frontpage .carousel__item.js-regional .carousel-city__slide {
		width: 100% !important;
		max-width: 100%;
		margin: 0;
		padding-top: 6px !important;
		background-color: transparent !important
	}

	.carousel_frontpage .carousel__item.js-regional .carousel-city__slide:before {
		content: '';
		position: absolute;
		left: -30px;
		right: -30px;
		top: 0;
		bottom: 0;
		pointer-events: none;
		background-color: #d5d9d9;
		z-index: -1
	}

	.carousel_frontpage .carousel__item.js-regional .carousel-city__item {
		margin-bottom: 5px
	}
}

.carousel_frontpage .carousel__item .container {
	height: inherit;
	position: relative
}

.carousel_frontpage .carousel__item .col {
	position: static
}

.carousel_frontpage .carousel__item-singleimg {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-background-size: auto 100%
}

.carousel_frontpage .carousel__item-content {
	padding-top: 40px
}

.carousel_frontpage .carousel__item-decor {
	display: block;
	position: absolute;
	bottom: auto;
	right: 0;
	z-index: 1;
	left: unset !important;
	pointer-events: none;
	max-height: 700px;
	max-width: 450px;
	height: auto;
	width: auto
}

.carousel_frontpage .carousel__item-logo {
	display: block;
	position: absolute;
	right: 0;
	bottom: 70px;
	z-index: 3;
	margin: auto;
	left: 0 !important;
	top: unset !important;
	pointer-events: none;
	max-height: 220px
}

.carousel_frontpage .carousel__item-logo__top {
	top: -2% !important;
	bottom: auto !important;
	margin-right: -10%;
	max-height: 100%
}

.carousel_frontpage .carousel__item-nav {
	margin-top: 30px;
	left: unset !important;
	top: unset !important;
	position: relative !important
}

.carousel_frontpage .carousel__item-nav .btn_default {
	padding-top: 12px;
	padding-bottom: 12px
}

.carousel_frontpage .carousel__item-title {
	text-transform: uppercase;
	font-weight: 700;
	max-width: 70%;
	color: #231f20;
	font-size: 33px;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 111;
	left: unset !important;
	top: unset !important;
	position: relative !important
}

.carousel_frontpage .carousel__item-title .t_hightligh {
	color: #00b6bd
}

.carousel_frontpage .carousel__item-title__wrapper {
	position: relative;
	z-index: 4
}

@media only screen and (max-width:767px) {
	.carousel_frontpage .carousel__item-title__wrapper {
		margin-top: -28px
	}
}

.carousel_frontpage .carousel__item-stock {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 500;
	position: relative !important;
	color: transparent;
	margin-top: -16px
}

.carousel_frontpage .carousel__item-subtitle {
	margin-top: 25px;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	position: relative !important;
	display: flex !important;
	flex-direction: column;
	color: #231f20;
	z-index: 2;
	max-width: 50%
}

.carousel_frontpage .carousel__item-subtitle span {
	margin-bottom: 15px;
	display: block
}

@media only screen and (min-width:1023px) {
	.carousel_frontpage .carousel__item:not(.carousel__item-parallax) .carousel__item-logo {
		right: 87px;
		bottom: 140px;
		left: auto !important;
		max-height: 224px;
		max-width: 224px
	}

	.carousel_frontpage .carousel__item:not(.carousel__item-parallax) .t_hightligh,
	.carousel_frontpage .carousel__item:not(.carousel__item-parallax) .title5 a {
		color: #8e918e
	}

	.carousel_frontpage .carousel__item:not(.carousel__item-parallax) .carousel__item-title {
		max-width: 360px
	}

	.carousel_frontpage .carousel__item:not(.carousel__item-parallax) .carousel__item-decor {
		right: 314px
	}

	.carousel_frontpage .carousel__item:not(.carousel__item-parallax) .carousel__item-content {
		padding-top: 230px
	}
}

.carousel_frontpage .owl-item:not(.active) .js-carousel__item_anim {
	opacity: 0
}

.carousel_frontpage .owl-item:not(.active) .js-carousel__item_anim.animation {
	opacity: 1;
	animation-iteration-count: 1
}

.carousel_frontpage .owl-item:not(.active) .js-carousel__item_anim.animation.hasAnimate {
	-webkit-animation: animationFrames cubic-bezier(.4, 0, .2, 1) 1s;
	-moz-animation: animationFrames cubic-bezier(.4, 0, .2, 1) 1s;
	-o-animation: animationFrames cubic-bezier(.4, 0, .2, 1) 1s;
	animation: animationFrames cubic-bezier(.4, 0, .2, 1) 1s
}

.carousel_frontpage .owl-dots {
	position: absolute;
	top: 55px;
	right: 50%;
	margin-right: -585px;
	z-index: 4
}

.carousel_frontpage .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	width: 15px;
	height: 15px;
	border: 1px solid #fff
}

.carousel_frontpage .owl-dot.active {
	background-color: #fff
}

.carousel_blog-thumb .carousel__item,
.carousel_prods .carousel__item,
.carousel_prods-order .carousel__item {
	padding: 18px 15px 25px
}

.carousel_blog-thumb .owl-nav div {
	top: 140px
}

.carousel_blog-thumb .owl-nav div,
.carousel_prods .owl-nav div,
.carousel_prods-order .owl-nav div {
	overflow: hidden;
	position: absolute;
	width: 31px;
	height: 31px;
	text-indent: -1111px;
	background-image: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg);
	background-color: #00b6bd;
	box-shadow: 0 4px 21px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 21px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 21px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 21px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 21px 0 rgba(13, 5, 2, .18)
}

.carousel_blog-thumb .owl-nav .disabled,
.carousel_prods .owl-nav .disabled,
.carousel_prods-order .owl-nav .disabled,
.slick-slide.slick-loading img {
	display: none
}

.carousel_blog-thumb .owl-next,
.carousel_prods .owl-next,
.carousel_prods-order .owl-next {
	right: -42px;
	background-position: -240px 8px
}

.carousel_blog-thumb .owl-prev,
.carousel_prods .owl-prev,
.carousel_prods-order .owl-prev {
	left: -42px;
	background-position: -191px 8px
}

.carousel_prods {
	margin: -15px -15px 0;
	width: auto !important
}

.carousel_prods .owl-item {
	padding-top: 15px;
	padding-bottom: 15px
}

.carousel_prods .owl-stage-outer {
	margin: 0 -15px -40px;
	position: relative
}

.carousel_prods .owl-stage {
	margin-left: 15px
}

.carousel_prods .product-thumb {
	padding-bottom: 20px
}

.carousel_prods .owl-nav div {
	top: 154px
}

.carousel_prods .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
	width: 15px;
	height: 15px;
	border: 1px solid #cecece
}

.carousel_mobile .owl-dot.active,
.carousel_prods .owl-dot.active {
	background-color: #cecece
}

.carousel_prods .owl-dots {
	margin-top: 27px;
	text-align: center;
	position: relative;
	top: 37px
}

.carousel_prods-order {
	margin: -15px -10px 0;
	width: auto !important
}

.carousel_prods-order .owl-item {
	padding-top: 10px;
	padding-bottom: 10px
}

.carousel_prods-order .owl-stage-outer {
	margin-left: -15px;
	margin-right: -15px
}

.carousel_prods-order .owl-stage {
	margin-left: 15px
}

.carousel_prods-order .owl-nav div {
	top: 82px
}

.carousel_mobile .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #cecece
}

.carousel_mobile .owl-dots {
	margin-top: 27px;
	text-align: center
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

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

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

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

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

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

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

.slick-track:after {
	clear: both
}

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

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

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

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

.mfp-align-top .mfp-container:before,
.slick-arrow.slick-hidden {
	display: none
}

.mfp-bg {
	z-index: 1042111;
	overflow: hidden;
	position: fixed;
	background: #231f20;
	opacity: .5
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.mfp-wrap {
	z-index: 1043111;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
	position: fixed
}

.mfp-container {
	text-align: center;
	position: absolute;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before,
.mfp-content {
	display: inline-block;
	vertical-align: middle
}

.mfp-container:before {
	content: '';
	height: 100%
}

.mfp-content {
	position: relative;
	margin: 29px auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-figure figcaption,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-close,
button.mfp-arrow {
	cursor: pointer;
	background: 0 0;
	-webkit-appearance: none;
	display: block;
	border: 0;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button.mfp-arrow {
	overflow: visible
}

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

.mfp-close,
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0
}

.mfp-close {
	overflow: hidden !important;
	width: 34px;
	height: 34px;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	text-indent: -1111px;
	background: #fff url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -690px -40px no-repeat !important;
	color: #fff
}

.mfp-counter {
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	margin: 0 auto
}

.mfp-figure {
	box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-o-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-ms-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-moz-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-webkit-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	background-color: #fff;
	line-height: 0
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-o-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-ms-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-moz-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-webkit-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .3
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp_setimg.mfp-bg {
	opacity: 0 !important
}

.mfp_setimg .mfp-content {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
	-o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
	-ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15)
}

.mfp-top .mfp-content {
	vertical-align: top
}

.popup {
	padding: 58px 30px 30px;
	background-color: #fff;
	width: 600px;
	margin: auto;
	position: relative;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-o-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-ms-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-moz-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35);
	-webkit-box-shadow: 0 15px 30px 0 rgba(13, 5, 2, .35)
}

.popup__head {
	margin-bottom: 32px
}

.popup__head .page__subtitle {
	margin-top: 20px;
	text-align: center
}

.popup__foot {
	zoom: 1;
	border-top: 1px solid #d9d9d9;
	margin-top: 24px;
	padding-top: 27px
}

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

.popup__foot:after {
	clear: both
}

.popup_city {
	width: 1170px
}

.popup_resultOk {
	width: 583px
}

.popup_resultOk_tmp {
	width: 660px
}

.popup_resultOk_tmp .mfp-close {
	display: none
}

.popup_backcall,
.popup_buy1click {
	width: 480px
}

.popup_email2head {
	width: 550px
}

.popup_askproduct {
	width: 662px;
	padding: 40px 81px
}

.popup_auth,
.popup_subscribe-result {
	width: 1170px
}

.popup_subscribe-result .mfp-close {
	display: none !important
}

.tabs_basic.tabs_sm .tabs__head {
	text-align: right;
	margin-bottom: 35px
}

.tabs_basic.tabs_sm .tabs__link {
	font-size: 18px
}

.tabs_basic.tabs_sm .tabs__link:last-child {
	margin-right: 0
}

.tabs_basic.tabs_sm .tabs__link.active {
	color: #00b6bd
}

.tabs__item {
	display: none
}

.tabs__item.active {
	display: block
}

@media only screen and (max-width:767px) {
	.tabs__item.tabs__item-scroll {
		margin-left: 30px;
		margin-right: 30px;
		overflow: auto
	}
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element,
.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element div {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element .scroll-bar,
.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element .scroll-element_track {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: .4
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: #e0e0e0
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #c2c2c2
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar,
.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element:hover .scroll-bar {
	background-color: #919191
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px
}

.tabs__item.tabs__item-scroll .scrollbar-inner>.scroll-element.scroll-x {
	display: none
}

.tabs__item.tabs__item-scroll .col {
	width: 100%
}

@media only screen and (max-width:767px) {
	.tabs__item.tabs__item-scroll .tabs__item-container {
		min-width: 800px
	}
}

.tabs__item.tabs__item-scroll .tabs__item-head {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px
}

.tabs__item.tabs__item-scroll .tabs__item-head .tabs__item-col:last-child {
	padding-right: 5px
}

.tabs__item.tabs__item-scroll .tabs__item-content {
	height: 700px;
	width: 100%;
	overflow: hidden;
	padding-right: 20px
}

@media only screen and (max-width:767px) {
	.tabs__item.tabs__item-scroll .tabs__item-content {
		height: 450px;
		overflow-y: auto
	}
}

.tabs__item.tabs__item-scroll .tabs__item-col {
	width: calc(100%/5)
}

.tabs__item.tabs__item-scroll .tabs__item-col>a,
.tabs__item.tabs__item-scroll .tabs__item-col>span {
	display: block;
	width: 100%;
	margin-bottom: 2px
}

.tabs__item.tabs__item-scroll .tabs__item-col>a:last-child,
.tabs__item.tabs__item-scroll .tabs__item-col>span:last-child,
.typo h3:last-child,
.typo h4:last-child,
.typo ol:last-child,
.typo ul:last-child {
	margin-bottom: 0
}

.tabs__item.tabs__item-scroll .tabs__item-col--group {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d7d7d7;
	padding: 30px 0;
	margin: 15px 0;
	line-height: 1.5
}

.tabs__item.tabs__item-scroll .tabs__item-col--group .tabs__item-col:first-child {
	font-weight: 700;
	font-size: 22px
}

.tabs__item.tabs__item-scroll .tabs__item-col--group .tabs__item-col:last-child {
	padding-right: 5px
}

.selectric-dealer-items li.selected .selectric-item__name,
.tabs__item.tabs__item-scroll .tabs__item-col--group a {
	color: #00b6bd
}

.tabs__item.tabs__item-scroll .tabs__item-col:first-child {
	max-width: 170px
}

.tabs_country .tabs__head {
	text-align: center
}

.tabs_country .tabs__link {
	display: inline-block;
	vertical-align: top;
	padding: 8px 15px;
	margin: 0 6px;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap
}

.tabs_country .tabs__link-icon {
	height: 15px;
	margin-right: 10px;
	width: 15px;
	vertical-align: baseline;
	position: relative;
	top: 1px
}

.tabs_country .tabs__link-text {
	vertical-align: baseline
}

.tabs_country .tabs__link.active {
	background-color: #8e918e;
	color: #fff
}

.tabs_personal {
	margin-top: 32px
}

.tabs_personal .control_nav {
	text-align: left
}

.tabs_personal .tabs__head {
	margin-bottom: 33px
}

.tabs_personal .tabs__head.row_table {
	border-spacing: 0
}

.tabs_personal .tabs__link {
	padding: 9px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #eee;
	line-height: 1;
	text-transform: uppercase;
	color: #231f20;
	text-align: center;
	vertical-align: middle
}

.tabs_personal .tabs__link+.tabs__link {
	border-left: none
}

.tabs_personal .tabs__link.active {
	background-color: #8e918e;
	border-color: #8e918e;
	color: #fff
}

.tabs_basic .tabs__head {
	margin-bottom: 52px
}

.tabs_basic .tabs__link {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	font-size: 36px;
	font-weight: 500;
	color: #8e918e
}

.tabs_basic .tabs__link.active {
	color: #231f20
}

.p_abs {
	position: absolute
}

.selectBox-dropdown {
	min-width: 150px;
	position: relative;
	border: solid 1px #bbb;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	color: #000;
	outline: 0;
	vertical-align: middle;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: default
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(/local/templates/.default/assets/stylesheets/jquery.selectBox-arrow.gif) 50% center no-repeat;
	border-left: solid 1px #bbb
}

.selectBox-dropdown-menu,
.selectBox-inline {
	border: solid 1px #bbb;
	background: #fff;
	overflow: auto
}

.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-overflow-scrolling: touch
}

.selectBox-inline {
	min-width: 150px;
	outline: 0;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.selectBox-inline:focus {
	border-color: #666
}

.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0
}

.selectBox-options li a {
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
	padding: 4.5px 8px
}

.selectBox-options li.selectBox-hover a {
	background-color: rgba(0, 182, 189, .1)
}

.selectBox-options li.selectBox-disabled a {
	color: #888;
	background-color: transparent
}

.selectBox-options LI.selectBox-selected A {
	color: #fff;
	background-color: #00b6bd
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #eee;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap
}

.selectBox-inline.selectBox-disabled,
.selectBox.selectBox-disabled {
	color: #888 !important
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important
}

.selectric-wrapper {
	position: relative;
	cursor: pointer
}

.selectric-responsive {
	width: 100%
}

.selectric {
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f1f1f1;
	border: 1px solid #e7e7e7;
	background-image: -moz-linear-gradient(90deg, #fafafa 0%, #f1f1f1 4%, #fff 100%);
	background-image: -webkit-linear-gradient(90deg, #fafafa 0%, #f1f1f1 4%, #fff 100%);
	background-image: -ms-linear-gradient(90deg, #fafafa 0%, #f1f1f1 4%, white 100%)
}

.selectric .button,
.selectric .label {
	display: block;
	height: 30px;
	overflow: hidden
}

.selectric .label {
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 35px 0 12px;
	font-size: 13px;
	line-height: 32px;
	color: #4d4d4d
}

.selectric .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	text-align: center;
	text-indent: -1111px;
	border-left: 1px solid #e7e7e7
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #666;
	border-bottom: none
}

.selectric-open {
	z-index: 9999
}

.selectric-open .selectric-items {
	display: block
}

.selectric-open .button:after {
	border-top: none;
	border-bottom: 4px solid #666
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default;
	user-select: none
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}

.selectric-base-hide-select select,
.selectric-dealer-hide-select select,
.selectric-hide-select select,
.selectric-link-hide-select select {
	position: absolute;
	left: -100%;
	display: none
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: 0 !important;
	border: 0 !important;
	*font: 0/0 a !important;
	background: 0 0 !important
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	z-index: -1;
	box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%
}

.selectric-items li,
.selectric-items ul {
	font-size: 13px;
	line-height: 20px;
	min-height: 20px
}

.selectric-items li {
	list-style: none;
	margin: 0;
	display: block;
	padding: 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	color: #666;
	cursor: pointer
}

.selectric-items li.selected {
	background: #efefef;
	color: #444
}

.selectric-items li:hover {
	background: #f0f0f0;
	color: #444
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default !important;
	background: 0 0 !important;
	color: #666 !important;
	user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: 700;
	padding-left: 10px;
	cursor: default;
	user-select: none;
	background: 0 0;
	color: #444
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1
}

.selectric-items .selectric-group li {
	padding-left: 25px
}

.selectric-link {
	position: relative;
	background-color: #fff;
	font-weight: 400;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.selectric-link .button,
.selectric-link .label {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden
}

.selectric-link .label {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	font-weight: 500;
	color: #231f20
}

.selectric-link .button {
	margin-left: 3px;
	width: 12px;
	height: 12px;
	text-align: center;
	text-indent: -1111px;
	position: relative
}

.selectric-base .button:after,
.selectric-link .button:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 0;
	border-color: #231f20 transparent transparent;
	left: 0;
	top: 3px
}

.selectric-link-wrapper {
	position: relative;
	cursor: pointer
}

.selectric-link-responsive {
	width: 100%
}

.selectric-link-open {
	z-index: 9999
}

.selectric-link-open .selectric-link-items {
	display: block
}

.selectric-link-disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default;
	user-select: none
}

.selectric-link-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}

.selectric-link-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: 0 !important;
	border: 0 !important;
	*font: 0/0 a !important;
	background: 0 0 !important
}

.selectric-link-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important
}

.selectric-link-scroll {
	max-height: 300px;
	overflow-y: auto
}

.selectric-base,
.selectric-link-items {
	background-color: #fff;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.selectric-link-items {
	display: none;
	top: 100%;
	width: 240px !important;
	left: -46px;
	z-index: -1;
	max-height: 300px;
	position: absolute;
	border: 1px solid #d7d7d7
}

.selectric-above .selectric-link-items {
	top: auto;
	bottom: 100%
}

.selectric-items ul,
.selectric-link-items ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.selectric-base-items li,
.selectric-link-items li {
	list-style: none;
	margin: 0;
	display: block;
	padding: 9px 14px;
	color: #231f20;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	line-height: 1
}

.selectric-link-items li+li {
	border-top: 1px solid #d7d7d7
}

.selectric-link-items li.selected {
	background: #efefef;
	color: #231f20
}

.selectric-link-items li:hover {
	background: #f0f0f0;
	color: #231f20
}

.selectric-link-items .disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default !important;
	background: 0 0 !important;
	color: #666 !important;
	user-select: none
}

.selectric-base {
	position: relative;
	padding: 10px 47px 0 13px;
	height: 34px;
	border: 1px solid #eee
}

.selectric-base .label {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #231f20
}

.selectric-base .button {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #eee;
	width: 34px;
	height: 32px;
	text-align: center;
	overflow: hidden;
	text-indent: -1111px
}

.selectric-base .button:after {
	left: 11px;
	top: 12px
}

.selectric-base-wrapper {
	position: relative;
	cursor: pointer
}

.selectric-base-responsive {
	width: 100%
}

.selectric-base-open {
	z-index: 9999
}

.selectric-base-open .selectric-base-items {
	display: block
}

.selectric-base-open .button:after {
	border-width: 0 6px 5px;
	border-color: transparent transparent #231f20
}

.selectric-base-disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default;
	user-select: none
}

.selectric-base-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}

.selectric-base-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: 0 !important;
	border: 0 !important;
	*font: 0/0 a !important;
	background: 0 0 !important
}

.selectric-base-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important
}

.selectric-base-scroll {
	max-height: 300px;
	overflow-y: auto
}

.selectric-base-items {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin-top: -1px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background-color: #fff;
	z-index: -1;
	max-height: 300px
}

.selectric-above .selectric-base-items {
	top: auto;
	bottom: 100%
}

.selectric-base-items li {
	padding: 9px 13px
}

.selectric-base-items li+li {
	border-top: 1px solid #eee
}

.selectric-base-items li.selected {
	background: #00b6bd;
	color: #fff
}

.selectric-base-items li:hover {
	background: #eee;
	color: #231f20
}

.selectric-base-items .disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default !important;
	background: 0 0 !important;
	color: #666 !important;
	user-select: none
}

.select_dealer {
	visibility: hidden
}

.selectric-dealer {
	position: relative;
	background-color: #fff;
	padding: 7px 47px 0 13px;
	height: 34px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.selectric-dealer .label {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #231f20;
	max-width: 100%
}

.selectric-dealer .label .selectric-placeholder {
	color: #8e918e
}

.selectric-dealer .button {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #eee;
	width: 34px;
	height: 32px;
	text-align: center;
	overflow: hidden;
	text-indent: -1111px
}

.selectric-dealer .button:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 0;
	border-color: #231f20 transparent transparent;
	left: 11px;
	top: 14px
}

.selectric-dealer-wrapper {
	position: relative;
	cursor: pointer
}

.selectric-dealer-responsive {
	width: 100%
}

.selectric-dealer-open {
	z-index: 9999
}

.selectric-dealer-open .selectric-dealer-items {
	display: block;
	z-index: 2
}

.selectric-dealer-open .button:after {
	border-width: 0 6px 5px;
	border-color: transparent transparent #231f20
}

.selectric-dealer-disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default;
	user-select: none
}

.selectric-dealer-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}

.selectric-dealer-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: 0 !important;
	border: 0 !important;
	*font: 0/0 a !important;
	background: 0 0 !important
}

.selectric-dealer-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important
}

.selectric-dealer-scroll {
	max-height: 400px;
	overflow-y: auto;
	padding: 9px 0
}

.selectric-dealer-items {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: auto !important;
	left: 0;
	margin-top: -1px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background-color: #fff;
	z-index: -1;
	height: auto !important;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18)
}

.selectric-above .selectric-dealer-items {
	top: auto;
	bottom: 100%
}

.selectric-base-items ul,
.selectric-dealer-items li,
.selectric-dealer-items ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.selectric-dealer-items li {
	display: block;
	cursor: pointer;
	font-weight: 400
}

.selectric-dealer-items li:hover {
	background: #fafafa
}

.selectric-dealer-items .disabled {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: default !important;
	background: 0 0 !important;
	color: #666 !important;
	user-select: none
}

.selectric-dealer-open .selectric-item {
	line-height: 1.2;
	padding: 13px
}

.selectric-dealer-open .selectric-item__name {
	font-size: 15px;
	color: #231f20
}

.selectric-dealer-open .selectric-item__note {
	margin-top: 4px;
	font-size: 14px;
	color: #757575
}

.selectric-dealer-open .selectric-item__note:empty {
	display: none
}

.j-helper,
.j-helper:before {
	position: absolute;
	z-index: 1111
}

.j-helper {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 10px 15px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: 404px
}

.j-helper:before {
	cursor: pointer;
	left: -2px;
	right: 0;
	bottom: 100%;
	height: 23px;
	content: '';
	background-color: transparent
}

.j-dropdown {
	position: relative
}

.s-header .j-dropdown {
	padding: 13px 0
}

.j-dropdown__link {
	display: inline-block;
	padding-right: 17px;
	font-size: 15px;
	line-height: 22px;
	position: relative;
	cursor: pointer;
	z-index: 12
}

.j-dropdown__content:before,
.j-dropdown__link:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid
}

.j-dropdown__link:after {
	right: 0;
	margin-top: -2px;
	display: inline-block;
	top: 50%;
	border-width: 4px 4px 0;
	border-color: #231f20 transparent transparent
}

.j-dropdown__content {
	display: none;
	position: absolute;
	z-index: 121;
	padding: 16px 20px;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

.j-dropdown__content:before {
	display: block;
	left: 50%;
	margin-left: -10px;
	top: -11px;
	border-width: 0 10px 11px;
	border-color: transparent transparent #fff;
	z-index: 123
}

.j-dropdown:hover .j-dropdown__link,
.nav_page .j-dropdown:hover .nav__link-text {
	color: #00b6bd
}

.j-dropdown:hover .j-dropdown__link:after {
	border-width: 0 4px 4px;
	border-color: transparent transparent #00b6bd
}

.j-dropdown:hover .j-dropdown__content {
	display: block
}

.j-dropdown_currency .j-dropdown__content {
	left: 0;
	width: 71px
}

.j-dropdown_user {
	text-align: right
}

.fixed .j-dropdown_user {
	padding: 11px 0;
	position: absolute;
	top: 7px;
	right: 15px
}

.j-dropdown_user .j-dropdown__link {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 170px;
	font-weight: 500
}

.j-dropdown_user .j-dropdown__content {
	text-align: left;
	right: 0;
	width: 170px
}

.j-dropdown_country .j-dropdown__content {
	right: 0;
	top: 100%;
	margin-top: 5px
}

.j-dropdown_country .j-dropdown__content:after {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	content: '';
	height: 27px;
	z-index: 11
}

.j-dropdown_country .j-dropdown__content:before {
	left: auto;
	margin-left: 0;
	right: 10px
}

.nav_page .j-dropdown__content {
	width: 265px;
	margin-top: 10px
}

.b-collapser__trgr:before,
.nav_page .j-dropdown__content:after {
	position: absolute;
	display: block;
	content: '';
	height: 10px;
	left: 0;
	right: 0;
	bottom: 100%
}

.b-share {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 30px
}

.b-share__item {
	margin-bottom: 20px;
	white-space: nowrap
}

.b-share__caption {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
	font-size: 15px;
	font-weight: 500
}

.p-auth-social__item.active .b-share__caption {
	color: #8f918e
}

.b-share__caption_large {
	font-size: 18px
}

.b-share__link {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	width: 35px;
	border: 1px solid;
	cursor: pointer;
	background-image: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg)
}

.b-share__link.tw,
.b-share__link.twitter {
	background-color: #5492d2;
	border-color: #337dca;
	background-position: -1243px 9px
}

.b-share__link.facebook,
.b-share__link.fb {
	background-color: #487baf;
	border-color: #18599a;
	background-position: -390px -44px
}

.b-share__link.google-plus,
.b-share__link.gp {
	background-color: #ca4738;
	border-color: #c02312;
	background-position: -1292px 11px
}

.b-share__link.vk,
.b-share__link.vkontakte {
	background-color: #5e83ac;
	border-color: #346397;
	background-position: -345px 10px
}

.b-share__link.odnoklassniki,
.b-share__link.ok {
	background-color: #ee8208;
	border-color: #bc6706;
	background-position: -1589px 7px
}

.b-collapser__trgr {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 40px;
	margin-left: -20px;
	height: 26px;
	z-index: 11;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18)
}

.b-collapser__trgr:before {
	left: -30px;
	right: -30px;
	background-color: #fff;
	z-index: 12;
	height: 15px
}

.b-collapser__trgr:after {
	display: block;
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: #231f20 transparent transparent
}

.b-collapser__trgr.active:after {
	border-width: 0 8px 8px;
	border-color: transparent transparent #231f20
}

.g-recaptcha {
	background: url(/local/templates/.default/assets/stylesheets/../images/loader_dark.gif) no-repeat center
}

div[id^=wait_comp_] {
	position: fixed !important;
	left: 50% !important;
	top: 50% !important;
	margin: -31px 0 0 -71px !important;
	border: 1px solid #f0f3f3 !important;
	text-indent: -1111px !important;
	background: #fff url(/local/templates/.default/assets/stylesheets/../images/loader.gif) no-repeat center !important;
	overflow: hidden;
	height: 60px;
	width: 140px;
	box-shadow: 0 0 20px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 0 20px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 0 20px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 0 20px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 0 20px 0 rgba(13, 5, 2, .18)
}

[data-tiptitle] {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-left: -4px;
	top: -13px
}

[data-tiptitle]:hover:before {
	content: attr(data-tiptitle);
	display: inline-block;
	position: absolute;
	bottom: 100%;
	padding: 20px;
	margin-bottom: 25px;
	left: 50%;
	margin-left: -115px;
	width: 229px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-o-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-ms-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-moz-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	-webkit-box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
	z-index: 1111;
	white-space: normal;
	font-weight: 400;
	font-style: normal
}

[data-tiptitle]:hover:after {
	display: block;
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -10px;
	top: -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 10px 0;
	border-color: #fff transparent transparent;
	z-index: 1111
}

.va-cont,
.va-cont .va-wr {
	position: relative;
	vertical-align: middle;
	height: 100%
}

.va-cont {
	display: table !important;
	width: 100%
}

.va-cont .va-wr {
	display: table-cell;
	width: 100% !important
}

.va-cont .va-wr>div,
.va-cont .va-wr>span {
	display: inline;
	vertical-align: middle
}

.link,
.link_b {
	font-size: 16px;
	text-decoration: underline;
	color: #231f20
}

.link:hover,
.link_b:hover {
	text-decoration: none
}

.link_b {
	font-weight: 700
}

.link_helper {
	display: inline-block;
	position: relative;
	margin-right: 23px
}

.link_helper:after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 3px;
	left: 100%;
	margin-left: 7px;
	width: 14px;
	height: 14px;
	background: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -950px 0
}

.link_promo {
	font-weight: 700;
	border-bottom: 1px dashed;
	cursor: pointer;
	font-size: 16px;
	line-height: 1
}

.title_sub {
	margin-top: 15px;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	color: #8e918e
}

.title_sub:first-child {
	margin-top: 0
}

.title,
.title1,
.typo h1,
.typo h2 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 500
}

.title1,
.typo h1,
.typo h2 {
	font-weight: 300
}

.title1.c1 {
	color: #00b6bd
}

.title2 {
	font-weight: 300;
	font-size: 30px;
	color: #231f20;
	text-transform: uppercase;
	text-align: center
}

.title2-mb {
	margin-bottom: 50px
}

.title3,
.title4 {
	font-size: 24px;
	color: #231f20
}

.title4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: none
}

.title5 {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px
}

.title5:empty,
.typo p:empty {
	display: none
}

.title5 a {
	font-size: inherit
}

.title7 {
	font-size: 24px;
	font-weight: 700
}

.t_hightligh,
.title5 a {
	color: #00b6bd
}

.t_left {
	text-align: left !important
}

.t_right {
	text-align: right !important
}

.t_center {
	text-align: center !important
}

.t_justify {
	text-align: justify;
	-ms-text-justify: inter-ideograph
}

.t_justify .nav__item,
.t_justify .nav__link {
	text-align: left;
	position: relative;
	z-index: 2
}

.t_justify:after,
.t_justify:before {
	font-size: 0;
	line-height: 0;
	content: '';
	display: block;
	width: 100%
}

.t_justify:after {
	display: inline-block
}

.img {
	display: block;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.img img {
	display: block;
	height: auto
}

.img:hover {
	opacity: .8
}

.img_hover {
	position: relative
}

.img_hover:hover:after {
	box-shadow: inset 0 0 0 4px #00b6bd;
	-o-box-shadow: inset 0 0 0 4px #00b6bd;
	-ms-box-shadow: inset 0 0 0 4px #00b6bd;
	-moz-box-shadow: inset 0 0 0 4px #00b6bd;
	-webkit-box-shadow: inset 0 0 0 4px #00b6bd;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .41)
}

.img img,
.table_cart,
.table_userdata {
	width: 100%
}

.table_cart th {
	padding: 0 0 26px 20px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #8e918e;
	text-align: left
}

.table_cart td:first-child,
.table_cart th:first-child {
	padding-left: 0
}

.table_cart tbody td {
	border-bottom: 1px solid #eee
}

.table_cart td {
	padding: 20px;
	vertical-align: middle;
	font-size: 14px
}

.table_cart tfoot td {
	padding-top: 40px;
	padding-bottom: 40px
}

.table_cart .td_remove {
	width: 40px
}

.table_cart .td_price {
	font-weight: 600;
	font-size: 18px;
	white-space: nowrap;
	width: 91px
}

.table_cart .td_price__cont {
	display: inline-block;
	text-align: center
}

.table_cart .td_price__cont [data-tiptitle] {
	top: -4px;
	margin-right: -23px
}

.table_cart .td_price__note {
	display: inline-block;
	margin-top: 9px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00b6bd
}

.table_cart .td_counter {
	width: 121px
}

.table_cart .td_img {
	width: 70px;
	padding-left: 0;
	padding-right: 10px
}

.table_userdata td,
.table_userdata th {
	padding: 4px 0;
	text-align: left;
	font-size: 15px;
	line-height: 22px
}

.table_userdata th {
	font-weight: 500;
	width: 208px
}

.table_userdata tr:last-child td,
.table_userdata tr:last-child th {
	padding-bottom: 0
}

.link-group {
	letter-spacing: -4px
}

.link-group__item {
	display: inline-block;
	vertical-align: top;
	letter-spacing: .025em;
	padding: 5px 10px;
	font-size: 15px;
	border: 1px solid #eee;
	line-height: 22px;
	color: #231f20;
	text-align: center
}

.link-group__item+.link-group__item {
	margin-left: -1px
}

.link-group__item.active {
	background-color: #8e918e;
	border-color: #8e918e;
	color: #fff
}

.b,
.typo-note b {
	font-weight: 500
}

.typo {
	font-size: 15px;
	line-height: 22px;
	color: #231f20
}

.typo a {
	font-size: inherit;
	color: #00b6bd
}

.typo a:hover {
	text-decoration: underline
}

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

.typo blockquote,
.typo__accent {
	border: 2px solid #e4e4e4;
	padding: 40px 58px;
	font-size: 16px;
	line-height: 22px
}

.typo__list_dashed li {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	padding-left: 30px
}

.typo__list_dashed li:before {
	display: inline-block;
	content: '—';
	position: absolute;
	left: 0;
	top: 0
}

.typo h3,
.typo h4 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 17px
}

.typo h3 {
	font-size: 24px;
	margin-bottom: 30px
}

.typo li ul {
	margin-top: 0;
	margin-bottom: 0
}

.typo ol {
	counter-reset: ol-counter
}

.typo ol.list_clean>li {
	padding: 0
}

.typo ol.list_clean>li ul+p,
.typo ol.list_clean>li+li {
	margin-top: 20px
}

.typo ol.list_clean>li:before {
	visibility: hidden
}

.typo ol ol>li {
	padding-left: 32px
}

.typo ol ol ol>li {
	padding-left: 45px
}

.typo ol>li,
.typo ul li {
	position: relative;
	padding-left: 25px
}

.typo ol>li:before {
	position: absolute;
	left: 0;
	top: 1px;
	color: #00b6bd;
	font-weight: 700;
	font-size: 14px;
	content: counters(ol-counter, ".") ".";
	counter-increment: ol-counter
}

.typo blockquote {
	padding: 40px;
	color: #000
}

.typo ul {
	margin: 15px
}

.typo ul li {
	padding-left: 13px
}

.typo ul li:before {
	content: '';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	background-color: #00b6bd;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 8px
}

.typo ol,
.typo p {
	margin-bottom: 15px
}

.typo p:last-child {
	margin-bottom: 0
}

.typo_sz_l {
	font-size: 16px
}

.typo-note {
	background-color: #f5f4ef;
	padding: 53px;
	text-align: center;
	font-size: 22px;
	line-height: 26px
}

.moduletable_menu {
	margin-top: 20px
}

@media only screen and (max-width:768px) {
	.hidden-m {
		display: none !important
	}
}

.visible_screen_3,
.visible_screen_4 {
	display: none !important
}

@media screen and (min-width:2000px) {
	.widget_promo {
		background-size: 100% auto !important;
		-webkit-background-size: 100% auto !important
	}
}

@media screen and (max-width:1240px) {
	.catalog-sections__list {
		flex-wrap: wrap;
		justify-content: flex-start
	}

	.sale-order-list__header-item:nth-child(2) {
		flex-basis: 37%
	}

	.hidden_screen_2 {
		display: none !important
	}

	.container {
		width: 980px
	}

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

	.row .col {
		padding-left: 10px;
		padding-right: 10px
	}

	.row .col_full_2 {
		float: none;
		width: auto
	}

	.body_short .s-header {
		padding: 35px 0
	}

	.body_short .s-header .col_3,
	.body_short .s-header .col_6 {
		width: 33.333%
	}

	.fixed .b-logo {
		left: 10px
	}

	.body_short .s-wrapper {
		margin-top: 45px;
		margin-bottom: 45px
	}

	.btn {
		white-space: normal
	}

	.nav_main .nav_sub {
		width: 756px
	}

	.nav_main .nav_sub .row {
		max-width: 100%;
		margin-right: 0
	}

	.control__message br,
	.nav_main .nav__image {
		display: none
	}

	.nav_top .nav__link {
		font-size: 14px
	}

	.s-header__main .nav_icon,
	.s-header__main .nav_icon_normal {
		float: right;
		width: 120px
	}

	.nav_icon .nav__link,
	.nav_icon_normal .nav__link {
		font-size: 0
	}

	.nav_icon .nav__text,
	.nav_icon_normal .nav__text,
	.product_detail .product-price__content:after,
	.title1 br {
		display: none
	}

	.nav_foot .nav__caption {
		font-size: 13px
	}

	.nav_foot .nav__link {
		font-size: 14px
	}

	.category-thumbs__name {
		font-size: 15px
	}

	.category-thumbs-switcher {
		left: 50%;
		margin-left: -30px;
		width: 60px;
		height: 31px;
		top: 100%;
		-webkit-transition: top .5s ease-in-out;
		-moz-transition: top .5s ease-in-out;
		-ms-transition: top .5s ease-in-out;
		-o-transition: top .5s ease-in-out;
		transition: top .5s ease-in-out
	}

	.category-thumbs-switcher:after {
		left: 50%;
		top: 50%;
		margin: -4px 0 0 -8px
	}

	.category-thumbs-switcher.active {
		top: 200%
	}

	.product_detail .product-price {
		padding: 25px;
		display: block
	}

	.product_detail .product-price__content {
		height: auto;
		float: none
	}

	.product_detail .product__nav {
		margin-top: 20px;
		float: none !important;
		display: block
	}

	.product_detail .product__nav .js-basket-in,
	.product_detail .product__nav .js-basket-no {
		margin-bottom: 20px;
		margin-right: 0
	}

	.product-grid .product-thumb {
		padding: 0 10px 15px
	}

	.product_short .product__img {
		width: 100%;
		height: auto
	}

	.product_short .product__img~.product__content {
		margin-left: 0
	}

	.service-thumb__wrap {
		margin-left: 90px
	}

	.service-thumb__name {
		font-size: 13px;
		max-width: 155px
	}

	.service-thumb__price {
		font-size: 18px
	}

	.blog-list {
		margin-left: -10px;
		margin-right: -10px
	}

	.blog-thumb__img {
		height: 140px
	}

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

	.blog-thumb__date {
		bottom: 17px;
		left: 20px
	}

	.contacts-item__name {
		margin-bottom: 10px
	}

	.contacts-list .col_2 {
		width: 33.3333%
	}

	.contacts-list .col_2:nth-child(3n+1) {
		clear: both
	}

	.contacts-list .col_2:nth-child(3)~.col {
		margin-top: 20px
	}

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

	.p-error__img {
		max-height: 250px
	}

	.p-error__caption.title2 {
		font-size: 27px
	}

	.p-error__text.title5 {
		font-size: 20px
	}

	.p-auth .page__entry {
		margin: -20px
	}

	.p-auth .page__entry .row {
		border-spacing: 20px
	}

	.b-subscribe__title {
		font-size: 14px
	}

	.b-partners-map,
	.b-partners-map_short {
		height: 500px
	}

	.b-city__fastaccess {
		padding-bottom: 13px
	}

	.b-city__item {
		margin-bottom: 10px;
		margin-right: 30px
	}

	.b-features__img,
	.b-features__img_ru {
		width: 70px;
		height: 60px
	}

	.b-features__wrap {
		margin-left: 80px
	}

	.b-phone__num_small {
		font-size: 18px
	}

	.carousel_frontpage .owl-dots {
		margin-right: -497px
	}

	.carousel_frontpage .carousel__item-decor {
		right: 10px
	}

	.carousel_blog-thumb .carousel__item,
	.carousel_prods .carousel__item,
	.carousel_prods-order .carousel__item {
		padding: 10px
	}

	.carousel_blog-thumb .owl-next,
	.carousel_prods .owl-next,
	.carousel_prods-order .owl-next {
		right: 30px
	}

	.carousel_blog-thumb .owl-prev,
	.carousel_prods .owl-prev,
	.carousel_prods-order .owl-prev {
		left: 30px
	}

	.popup_city,
	.popup_subscribe-result {
		width: 980px
	}

	.b-scrolltop {
		left: 20px;
		margin: 0;
		right: auto;
		bottom: 12px
	}

	.user-goods__controls {
		display: block
	}

	.user-goods__navigation {
		margin-top: 20px
	}
}

@media screen and (min-width:1024px) {
	.sidebar .blog-grid .col_3 {
		padding: 0;
		width: auto;
		float: none
	}

	.sidebar .blog-grid .col_3~.col_3 {
		margin-top: 30px
	}

	.nav_main .nav_sub .col_4:nth-child(3n+1) {
		clear: left
	}

	.nav_main .nav_sub .col_4:nth-child(3)~.col_4 {
		margin-top: 30px
	}
}

@media screen and (max-width:1023px) {
	.smartfilter {
		padding-top: 20px
	}

	.p-cart-prod__price {
		padding-top: 6px;
		font-size: 16px;
		line-height: 22px;
		font-weight: 500
	}

	.form__helper br,
	.p-about-promo__text br,
	.s-header .nav_icon:after,
	.s-header .nav_icon:before,
	.s-header .nav_icon_normal:after,
	.s-header .nav_icon_normal:before,
	.sale-order-list .table_cart-list {
		display: none
	}

	.sale-order-list__header-item:nth-child(2) {
		flex-basis: 29%
	}

	.b-product-filter {
		flex: unset
	}

	.b-product-filter__list {
		flex-wrap: wrap
	}

	.b-product-filter__item_search-field {
		max-width: 100%;
		flex-basis: 100%;
		margin-bottom: 20px;
		margin-right: 0
	}

	.carousel-city__slide {
		padding: 20px 0 80px 70px !important
	}

	.carousel-city__item {
		margin-bottom: 10px
	}

	.carousel-city__item-text {
		font-size: 15px
	}

	.carousel-city__item-icon img {
		width: 30px
	}

	.visible_screen_3 {
		display: block !important
	}

	.hidden_screen_3,
	.p-about-feature-icons:after,
	.p-about-feature-icons:before {
		display: none !important
	}

	.container {
		width: 738px
	}

	.oftop_2 {
		margin-top: 30px !important
	}

	.b-partners-list__wrapper,
	.b-partners__map {
		width: 50%
	}

	.b-partners__map-all {
		height: 500px
	}

	.row .col_full_screen_3 {
		width: auto;
		float: none
	}

	.row .col_full_screen_3~.col_6_screen_3 {
		margin-top: 20px
	}

	.row .col_full_screen_3+.col_full_screen_3 {
		margin-top: 30px
	}

	.row .col_full_screen_3:empty+.col_full_screen_3 {
		margin-top: 0
	}

	.row .col_2_5_screen_3 {
		width: 20% !important
	}

	.row .col_4_screen_3 {
		width: 33.3333% !important
	}

	.row .col_6_screen_3 {
		width: 50% !important
	}

	.s-header .icon.sz_l.icon_hmbrgr {
		border-top: 3px solid #00b6bd;
		border-bottom: 3px solid #00b6bd;
		width: 22px
	}

	.s-header .icon.sz_l.icon_hmbrgr:after {
		background-color: #00b6bd
	}

	.s-header__main {
		padding: 20px 0
	}

	.s-header__main .col_3,
	.s-header__main .col_4 {
		width: 25% !important
	}

	.s-header__main .col_5 {
		width: 50%
	}

	.s-header__main .b-logo {
		margin-top: 10px
	}

	.b-stat-list .col_10 {
		width: 100%
	}

	.b-stat-list .col {
		padding-left: 10px !important;
		padding-right: 10px !important
	}

	.p-about-info {
		padding-top: 30px
	}

	.p-about-info__map {
		height: 300px;
		margin: 0;
		width: auto
	}

	.p-about-info__img {
		position: relative;
		width: auto;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		float: none !important
	}

	.p-about-info__img img {
		height: auto;
		width: 100%
	}

	.p-about-info__content {
		padding: 20px 30px;
		float: none;
		width: auto
	}

	.p-about-promo {
		padding: 40px 20px
	}

	.p-about-promo__caption,
	.p-about-promo__icon {
		margin-bottom: 20px
	}

	.p-about-feature-icons {
		text-align: center
	}

	.p-about-feature-icons__item {
		margin: 0 15px 20px
	}

	.s-header .nav_icon,
	.s-header .nav_icon_normal {
		text-align: left;
		width: auto;
		padding-top: 10px
	}

	.nav_icon .nav__link,
	.nav_icon_normal .nav__link {
		padding-left: 26px
	}

	.nav_icon .nav__item,
	.nav_icon_normal .nav__item {
		margin-left: 15px
	}

	.nav_icon .nav__item .icon,
	.nav_icon_normal .nav__item .icon {
		margin-right: 0
	}

	.nav_icon .nav__item .nav__counter:empty,
	.nav_icon_normal .nav__item .nav__counter:empty {
		display: none !important
	}

	.nav_product .container {
		overflow: hidden
	}

	.nav_product .nav__link {
		display: inline-block;
		vertical-align: top
	}

	.nav_product .nav__list {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: block;
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
		position: relative
	}

	.form_auth .control__caption {
		margin-bottom: 15px
	}

	.form_auth .control+.control,
	.form_auth .control+.control_nav {
		margin-top: 15px
	}

	.form_vertical .control_label {
		margin-bottom: 5px
	}

	.form_vertical .control+.control {
		margin-top: 18px
	}

	.form_vertical .control+.control_rarely {
		margin-top: 25px
	}

	.form_vertical .control_rarely .btn_framed {
		padding-left: 15px;
		padding-right: 15px
	}

	.form_vertical .form__caption {
		font-size: 17px
	}

	.form_vertical .form__fieldset_plank,
	.p-auth .page__entry .row .col {
		padding: 20px
	}

	.page__head {
		margin-bottom: 40px
	}

	.page_shadow {
		padding: 30px 20px 20px
	}

	.page_shadow .page__head {
		margin-bottom: 20px
	}

	.page__subtitle,
	.page__title {
		margin-top: 20px
	}

	.j-dropdown+.page__subtitle,
	.j-dropdown+.page__title,
	.page__subtitle:first-child,
	.page__title:first-child {
		margin-top: 0 !important
	}

	.page__entry_dark {
		padding: 25px 20px
	}

	.article .page__head,
	.tag-list {
		margin-bottom: 20px
	}

	.author {
		margin-top: 40px !important;
		padding: 27px 0
	}

	.author__img,
	.p-error__code img {
		max-width: 100%;
		height: auto
	}

	.author__wrap,
	.table_cart .td_img+td {
		padding-left: 0
	}

	.author__name {
		margin-bottom: 10px
	}

	.author__remark {
		padding-top: 20px
	}

	.author .col_5 {
		width: 83%
	}

	.author .col_3.pull-right {
		width: 100%
	}

	.p-auth {
		margin-top: 40px
	}

	.p-auth-social {
		margin-top: 20px
	}

	.p-auth-social .col_2 {
		width: 33.33%
	}

	.p-auth-social__note {
		margin-bottom: 20px
	}

	.p-auth .page__head {
		margin-bottom: 27px
	}

	.table_cart .td_remove {
		width: 20px
	}

	.table_cart .td_img {
		width: 0;
		padding: 0 !important
	}

	.b-requisite__name br,
	.table_cart .td_img .p-cart-prod__img {
		display: none
	}

	.contacts-map,
	.contacts-map_h2 {
		height: 300px
	}

	.b-service__img {
		margin-bottom: 20px
	}

	.b-service__buy {
		white-space: normal;
		padding: 20px;
		text-align: center
	}

	.b-service__buy .btn {
		display: block;
		float: none !important;
		margin-top: 10px
	}

	.b-question-caption {
		margin-bottom: 20px
	}

	.b-partners-props__title,
	div.b-partners-props__title_icon {
		width: 105px;
		font-size: 16px
	}

	.b-specialist__img {
		width: 70px;
		height: 70px
	}

	.b-specialist__wrap {
		margin-left: 90px
	}

	.s-header__main .b-phone {
		padding-top: 0;
		text-align: center
	}

	.s-header__main .b-phone__link {
		display: block;
		margin-top: 6px;
		margin-left: 0
	}

	.b-features__img,
	.b-features__img_ru {
		float: none;
		margin: 0 auto 15px
	}

	.b-features__wrap {
		margin-left: 0
	}

	.b-promo-list .col_3,
	.b-promo-list .col_6 {
		width: 33.333%
	}

	.b-share {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 0 20px
	}

	.b-share__item {
		display: inline-block;
		vertical-align: top;
		margin: 0 20px 0 0
	}

	.b-safety {
		font-size: 19px;
		line-height: 22px
	}

	.tabs_basic .link-group {
		margin-bottom: 15px !important;
		float: none !important
	}

	.j-dropdown_currency .j-dropdown__content {
		left: auto;
		right: 0
	}

	.j-dropdown_currency .j-dropdown__content:before {
		right: 0;
		left: auto;
		margin-left: 0
	}

	.carousel_frontpage .owl-dots {
		margin-right: -375px
	}

	.p-error__code {
		margin-bottom: 27px
	}

	.title7 {
		font-size: 22px
	}

	.popup {
		max-width: 97% !important
	}
}

@media screen and (min-width:769px) and (max-width:1023px) {

	.nav_icon .nav__item.visible_screen_3,
	.nav_icon_normal .nav__item.visible_screen_3 {
		display: inline-block !important
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	body {
		padding-top: 250px
	}

	.body_short .s-header .col {
		width: 50% !important
	}

	.s-header__bottom .col_4 {
		width: 29%
	}

	.s-header__bottom .col_3 {
		width: 34%
	}

	.s-header__bottom .col_5 {
		width: 37%
	}

	.s-footer__main .col_3 {
		width: 50%
	}

	.s-footer__main .col_3:nth-child(2)~.col_3 {
		margin-top: 40px
	}

	.s-footer__main .col_3:nth-child(3) {
		clear: both
	}

	.s-header__bottom .nav_top .nav__link {
		font-size: 0
	}

	.s-header__bottom .nav_top .nav__link:after {
		font-size: 14px
	}

	.s-header__bottom .nav_top .nav__link[href="/delivery/"]:after {
		content: "Доставка"
	}

	.s-header__bottom .nav_top .nav__link[href="/return/"]:after {
		content: "Возврат"
	}

	.s-header__bottom .nav_top .nav__link[href="/payment/"]:after {
		content: "Оплата"
	}

	.nav_main .nav_sub {
		width: 500px;
		padding: 20px
	}

	.nav_main .nav_sub .col_4 {
		width: 50%
	}

	.nav_main .nav_sub .col_4:nth-child(2)~.col_4 {
		margin-top: 30px
	}

	.nav_main .nav_sub .nav__image {
		display: none
	}

	.nav_foot .nav__caption {
		margin-bottom: 18px
	}

	.category-thumbs {
		border-left: 1px solid rgba(255, 255, 255, .25) !important
	}

	.category-thumbs.col_2 {
		width: 25%
	}

	.category-thumbs:nth-child(4n+1) {
		border-left: none !important
	}

	.category-thumbs:nth-child(4)~.category-thumbs {
		border-top: 1px solid rgba(255, 255, 255, .25)
	}

	.category-thumbs-switcher.active {
		top: 300%
	}

	.category-thumbs-switcher.active+.widget__entry {
		height: 513px
	}

	.product-grid .row {
		margin-left: 0;
		margin-right: 0
	}

	.product-grid .col_3 {
		width: 50%;
		border-right: 1px solid #f1f1f1 !important
	}

	.product-grid .col_3:nth-child(2n) {
		border-right: none !important
	}

	.product-grid .col_3:nth-child(2)~.col_3 {
		padding-top: 20px
	}

	.product-thumb__img {
		max-width: 100%;
		width: 270px;
		margin-left: auto;
		margin-right: auto
	}

	.product_short .product__img {
		width: 100%
	}

	.product_short .product__img~.product__content {
		margin-left: 0
	}

	.service-list .col_3 {
		width: 50%
	}

	.service-list .col_3:nth-child(2)~.col_3 {
		margin-top: 20px
	}

	.service-thumb:after,
	.service-thumb:before {
		width: 48px
	}

	.service-thumb:after {
		font-size: 42px;
		bottom: 10px
	}

	.blog-grid .col_3 {
		width: 33.333%
	}

	.blog-grid .col_3:nth-child(3)~.col_3 {
		margin-top: 30px
	}

	.blog-grid .row .col_3 {
		width: 33.333%;
		max-width: 33.333%
	}

	.b-subscribe__icon,
	.title5 br,
	.widget__subtitle br {
		display: none
	}

	.b-subscribe .col_6 {
		padding-right: 0
	}

	.b-subscribe .col_6+.col_3 {
		padding-left: 0
	}

	.b-stat__name {
		margin-bottom: 10px
	}

	.b-stat.col_3 {
		width: 50%
	}

	.b-stat.col_3:nth-child(2n+1) {
		clear: both
	}

	.b-stat.col_3:nth-child(2)~.col_3 {
		margin-top: 20px
	}

	.b-features-list .col {
		padding-bottom: 5px !important;
		width: 33.3333%
	}

	.table_cart td,
	.table_cart th {
		padding: 10px;
		width: auto !important
	}

	.table_cart .td_price {
		font-size: 16px
	}

	.table_cart tfoot td {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.widget_promo {
		padding: 60px 0
	}

	.widget_dark {
		padding: 40px 0
	}

	.clearfix+.widget,
	.hide+.widget,
	.widget+.widget {
		margin-top: 40px
	}

	.carousel_frontpage,
	.carousel_frontpage .carousel__item {
		height: 490px
	}

	.carousel_frontpage-table {
		height: 150px
	}

	.carousel_frontpage .carousel__item-content {
		width: 100%
	}

	.carousel_frontpage .carousel__item-title {
		font-size: 30px;
		line-height: 1.2
	}

	.carousel_frontpage .carousel__item-nav {
		margin-top: 20px
	}

	.carousel_frontpage .carousel__item-logo {
		bottom: 68px;
		max-width: 180px;
		right: 0 !important;
		left: auto !important;
		max-height: 160px
	}

	.carousel_frontpage .carousel__item-logo__top {
		max-width: 590px;
		max-height: 435px
	}

	.carousel_frontpage .carousel__item-decor {
		max-height: 460px
	}

	.carousel_frontpage .carousel__item-table {
		display: none !important
	}

	.title5 {
		font-size: 18px
	}
}

@media screen and (min-width:768px) {

	.body_front .nav_main .nav__wrap>.nav__caption,
	.nav_main.hover .nav__wrap>.nav__caption {
		line-height: 51px;
		height: 51px
	}

	.body_front .nav_main .nav__wrap>.nav__caption:after,
	.nav_main.hover .nav__wrap>.nav__caption:after {
		border-width: 0 6px 5px;
		border-color: transparent transparent #fff
	}

	.b-breadcrumbs+.blog-section {
		margin-top: 17px
	}

	.blog-section .page__head {
		padding: 0;
		margin-bottom: 20px;
		border-bottom: none
	}
}

@media screen and (max-width:768px) {
	.smartfilter {
		padding: 0
	}

	.small-header .row {
		display: block !important;
		border-bottom: 0 !important
	}

	.small-header .s-header__main .b-logo {
		background-color: transparent;
		padding: 15px;
		width: 135px
	}

	.small-header .s-header__main .b-logo:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 1px;
		background-color: #ececec
	}

	.small-header .b-phone {
		text-align: left;
		padding: 15px
	}

	.small-header .b-phone a {
		font-size: 14px !important
	}

	.filter .bx-filter {
		margin-bottom: 0
	}

	.sale-order-list__header {
		padding: 21px
	}

	.sale-order-list__header-item {
		padding: 0;
		flex-basis: 33% !important
	}

	.sale-order-list__header-item:nth-child(2) {
		flex-basis: 48% !important
	}

	.sale-order-list__header-item:nth-child(3) {
		flex-basis: 15% !important
	}

	.sale-order-list__order {
		padding: 30px 0 30px 22px;
		flex-wrap: wrap
	}

	.sale-order-list__order-number {
		padding: 0;
		flex-basis: 29%
	}

	.sale-order-list__order-date {
		padding: 0;
		flex-basis: 36%
	}

	.sale-order-list__order-price {
		padding: 0;
		flex-basis: 34%;
		text-align: center
	}

	.sale-order-list__order-repeat {
		padding: 0;
		flex-basis: 100%;
		text-align: center;
		margin-top: 35px
	}

	.user-goods .table_cart {
		display: none
	}

	.carousel-city .row {
		display: flex;
		align-items: center
	}

	.carousel-city__image {
		max-width: 70%;
		bottom: -70px
	}

	.carousel-city__title {
		font-size: 24px;
		margin-bottom: 20px
	}

	.carousel-city__slide {
		padding: 60px 10px 10px !important;
		width: 100% !important;
		max-width: 500px;
		float: none !important;
		margin: 0 auto;
		background-color: #d5d9d9
	}

	.carousel-city__item {
		width: 100%
	}

	.carousel-city__item:nth-child(1) {
		order: 1
	}

	.carousel-city__item:nth-child(2) {
		order: 2
	}

	.carousel-city__item:nth-child(3) {
		order: 3
	}

	.carousel-city__item:nth-child(4) {
		order: 4
	}

	.carousel-city__item:nth-child(5) {
		order: 5
	}

	.carousel-city__item:nth-child(6) {
		order: 6
	}

	.carousel-city__item-text {
		font-size: 14px
	}

	.carousel-city__item-icon img {
		width: 20px
	}

	.carousel-city__contacts {
		flex-wrap: nowrap
	}

	.carousel-city__contacts-title {
		font-size: 14px
	}

	.carousel-city__contacts-text {
		font-size: 12px
	}

	.carousel-city__contacts-item {
		margin-bottom: 7px
	}

	.carousel-city__contacts-icon img {
		width: 10px
	}

	.visible_screen_4 {
		display: block !important
	}

	.hidden_screen_4 {
		display: none !important
	}

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

	.b-delivery-dealer__title {
		margin-bottom: 20px
	}

	.b-delivery-dealer__items .col {
		width: 100%;
		margin-bottom: 10px
	}

	.body_inner .s-wrapper,
	.body_short .s-wrapper {
		margin-top: 35px !important
	}

	.form__fieldset_indent-r {
		padding-right: 0
	}

	.form_vertical .b-safety {
		margin: -25px -20px 0;
		padding: 0 0 20px;
		background-color: #fff;
		text-align: center;
		font-size: 22px
	}

	.form_vertical .b-safety__icon {
		position: relative;
		left: auto;
		height: 34px;
		right: auto;
		margin: 0 auto 4px;
		display: block
	}

	.form_vertical .control_wrap {
		padding: 27px 20px;
		margin: -25px -20px;
		background-color: #fff;
		border: 1px solid #ebf0f0
	}

	.form_vertical .control_separate {
		height: 3px;
		margin-top: 27px !important;
		margin-bottom: 27px !important;
		margin-right: -30px
	}

	.form_vertical .control .row .col_full_screen_4+.col_full_screen_4 {
		margin-top: 15px
	}

	.form_vertical .page__entry_dark+.page__entry_dark {
		margin-top: 3px !important
	}

	.form_vertical .btn_fullmobile,
	.form_vertical .control_nav .btn {
		display: block;
		width: 100%;
		text-align: center
	}

	.form_vertical .control_nav .btn {
		float: none !important
	}

	.oftop_2 {
		margin-top: 26px !important
	}

	.row .col_full_screen_4 {
		width: auto !important;
		float: none !important
	}

	.row .col_full_screen_4~.col_6_screen_4 {
		margin-top: 20px
	}

	.row .col_full_screen_4+.col_full_screen_4 {
		margin-top: 30px
	}

	.row .col_full_screen_4:empty+.col_full_screen_4 {
		margin-top: 0
	}

	.row .col_2_5_screen_3,
	.row .col_6_screen_4 {
		width: 50% !important;
		max-width: 50% !important
	}

	.row .col_2_5_screen_3:nth-child(2)~.col_2_5_screen_3,
	.row .col_2_5_screen_3:nth-child(2)~.col_6_screen_4,
	.row .col_6_screen_4:nth-child(2)~.col_2_5_screen_3,
	.row .col_6_screen_4:nth-child(2)~.col_6_screen_4 {
		margin-top: 20px
	}

	.row .col_6_screen_3 {
		width: auto !important;
		float: none !important
	}

	.row .col_6_screen_3+.col_6_screen_3 {
		margin-top: 20px
	}

	body {
		padding-top: 0
	}

	body.body_msg_location {
		padding-top: 351px !important
	}

	.panel__section+.panel__section {
		margin-top: 27px
	}

	.panel__step {
		display: none
	}

	.panel__link,
	.panel__step.current {
		display: block
	}

	.panel__link {
		padding: 6px 26px 6px 12px;
		font-size: 16px;
		line-height: 22px;
		min-height: 22px;
		font-weight: 700;
		color: #231f20;
		background-color: #ebf0f0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		cursor: pointer
	}

	.panel__link select {
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		-webkit-appearance: none;
		border: 0;
		background-color: transparent;
		padding: 0 26px 0 12px;
		height: 100%;
		width: 100%;
		z-index: 2;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important
	}

	.panel__link:after {
		position: absolute;
		right: 16px;
		top: 50%;
		margin-top: -6px;
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #231f20
	}

	.panel__link-group .panel__link+.panel__link {
		margin-top: 3px
	}

	.s-header.fixed .s-header__panel {
		top: 52px
	}

	.s-header.fixed .container,
	.s-header.fixed .row,
	.s-header.fixed .s-header__main {
		height: 100%
	}

	.s-header.fixed .nav_icon-wrap {
		padding: 0 !important
	}

	.s-header .nav__link-phone-l {
		display: none !important
	}

	.s-header .link-geo,
	.s-header .nav__link-phone-m {
		display: block !important
	}

	.s-header .link-geo {
		background: 0 0;
		border: 0
	}

	.s-header .link-blog {
		display: none !important
	}

	.s-header .burger-mobile {
		min-width: 53px;
		display: flex;
		justify-content: center;
		align-content: center;
		border-left: 1px solid #e5ddd8;
		margin-top: 10px
	}

	.s-header .burger-mobile .nav__item_framed {
		display: flex !important;
		align-items: center
	}

	.s-header .burger-mobile .nav__link {
		width: 22px;
		height: 21px
	}

	.s-header .nav__link {
		padding: 0 !important;
		width: 23px;
		height: 26px
	}

	.s-header .search_catalog .nav__item .nav__link {
		padding: 10px !important;
		width: 100%;
		height: auto
	}

	.body_inner .s-header:not(.fixed) {
		border-bottom: none
	}

	.body_short .s-header {
		padding: 0 !important
	}

	.s-header .container,
	.s-header .row {
		margin-left: 0;
		margin-right: 0
	}

	.s-header__panel,
	.s-header__top {
		display: none
	}

	.panel-mobile_burger .s-header__panel {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 155px;
		margin-top: -107px;
		background-color: #fff;
		padding: 27px 15px;
		box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-o-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-ms-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-moz-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-webkit-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		z-index: 11113
	}

	.panel-mobile_burger .fixed .s-header__panel {
		margin-top: -1px
	}

	.s-header__main {
		border-bottom: none;
		padding: 0
	}

	.s-header__main .row {
		display: flex;
		border-bottom: 1px solid #e5ddd8
	}

	.s-header__main .col {
		float: none !important;
		width: auto !important;
		padding: 0 !important
	}

	.s-header__main .col_3 {
		flex: 1;
		flex-basis: 5%
	}

	.s-header__main .col_5 {
		display: none
	}

	.s-header__main .col_4 {
		width: 100% !important;
		flex: 4;
		padding: 0 28px 0 15px !important
	}

	.s-header__main .b-logo {
		margin-top: 0;
		width: 53px;
		text-align: center;
		background-color: #00b6bd
	}

	.s-header__main .b-logo img {
		display: inline-block
	}

	.redsoft br,
	.s-header.fixed .b-logo,
	.s-header.fixed .b-phone__num_small,
	.s-header__main .b-logo_wrapper {
		display: none
	}

	.s-header__main .b-logo_wrapper-m {
		display: block
	}

	.s-header__bottom {
		position: relative;
		padding: 0 !important
	}

	.s-header__bottom .col {
		padding: 0;
		width: auto;
		float: none;
		position: static
	}

	.panel-mobile_search .fixed .s-header__bottom .row {
		height: 0 !important
	}

	.panel-mobile_search .fixed .s-header__bottom .row .col {
		min-height: 0
	}

	.s-header.fixed {
		height: 50px
	}

	.s-header.fixed .nav_icon .nav__link,
	.s-header.fixed .nav_icon_normal .nav__link {
		padding: 12px 0
	}

	.s-header.fixed .nav_icon .nav__item,
	.s-header.fixed .nav_icon_normal .nav__item {
		max-width: 100%
	}

	.s-footer__top {
		padding: 33px 0 0;
		background-color: #fff
	}

	.s-footer__main {
		border: 0;
		padding: 40px 0 18px
	}

	.s-footer__main .col_full_screen_4+.col_full_screen_4 {
		margin-top: 0
	}

	.s-footer__main>.container>.row {
		display: flex;
		flex-direction: column
	}

	.s-footer .row+.row {
		margin-top: 26px
	}

	.s-footer .footer-menu,
	.s-footer .footer-social {
		padding: 0;
		width: calc(100% + 10px);
		margin-left: -5px;
		flex-basis: auto
	}

	.s-footer .footer-menu {
		order: -1;
		margin-bottom: 23px
	}

	.s-footer .footer-menu .col {
		padding: 20px 0;
		width: 100%;
		border-top: 1px solid #ececec;
		min-height: 56px;
		max-height: 56px;
		transition: all .5s ease;
		overflow: hidden
	}

	.s-footer .footer-menu .col:last-child {
		border-bottom: 1px solid #ececec
	}

	.s-footer .footer-menu .col.show-menu {
		max-height: 500px
	}

	.s-footer .footer-menu .col.show-menu .nav__item {
		opacity: 1;
		transition: all .5s ease
	}

	.s-footer .footer-menu .col.show-menu .nav__caption:after {
		transform: rotate(270deg)
	}

	.s-footer .footer-menu .nav__caption {
		margin-bottom: 0;
		font-size: 14px;
		padding-left: 15px;
		position: absolute;
		left: 0;
		right: 0;
		height: 54px;
		top: 0;
		display: flex;
		align-items: center
	}

	.s-footer .footer-menu .nav__caption:after {
		position: absolute;
		display: inline-block;
		content: "";
		right: 16px;
		width: 6px;
		height: 9px;
		background: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -150px 0 no-repeat;
		transform: rotate(90deg);
		transition: all .5s ease;
		top: 0;
		bottom: 0;
		margin: auto
	}

	.s-footer .footer-menu .nav__item {
		padding: 0 15px;
		opacity: 0;
		transition: all .35s ease
	}

	.s-footer .footer-menu .nav__item:nth-child(2) {
		margin-top: 30px
	}

	.redsoft {
		display: block;
		text-align: left;
		position: relative;
		z-index: 1130
	}

	.redsoft__dash {
		display: inline
	}

	.redsoft__caption {
		color: #00b6bd;
		margin-top: 18px
	}

	.b-copyright__text br,
	.nav_main .nav__link:before,
	.redsoft__img {
		display: none
	}

	.b-copyright {
		white-space: normal;
		text-align: left
	}

	.b-copyright__text {
		display: block
	}

	.b-copyright__img {
		margin-right: 0;
		margin-bottom: 15px;
		display: none
	}

	.nav_main {
		height: 50px;
		display: none
	}

	.nav_main__mobile-wrapper .nav_main {
		display: block;
		height: auto
	}

	.nav_main__mobile-wrapper>.nav__caption {
		padding-left: 15px;
		padding-right: 15px
	}

	.nav_main__mobile-wrapper>.nav__caption a {
		display: block;
		background-color: #00b6bd;
		font-weight: 700;
		text-transform: uppercase;
		width: auto;
		color: #fff
	}

	.nav_main__mobile-wrapper>.nav__caption-bottom {
		text-align: center;
		width: auto;
		margin-bottom: 40px;
		margin-top: 30px
	}

	.nav_main__mobile-wrapper .nav__item {
		border-bottom: 1px solid #ececec
	}

	.nav_main__mobile-wrapper .nav__link {
		padding: 17px 15px
	}

	.nav_main .nav__list {
		padding: 0;
		display: block;
		background-color: #f9f9f9
	}

	.nav_main .nav__list>.nav__item:before,
	.nav_main .nav_sub:after {
		display: none !important
	}

	.nav_main .nav__wrap {
		box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		position: relative
	}

	.nav_main .nav__wrap>.nav__caption,
	.nav_main__mobile-wrapper>.nav__caption a {
		height: 50px;
		padding: 0 15px;
		line-height: 50px;
		font-size: 18px
	}

	.nav_main .nav__wrap>.nav__caption:after {
		margin-top: -8px;
		border-width: 8px 0 8px 8px;
		border-color: transparent transparent transparent #fff
	}

	.nav_main .nav__link,
	.page-meta__item a {
		font-size: 18px
	}

	.nav_main .nav_sub {
		width: auto;
		left: 0;
		right: 0;
		padding: 37px 15px 0;
		max-height: 320px;
		overflow-y: auto
	}

	.nav_main .nav_sub-caption {
		display: block
	}

	.nav_main .nav_sub .row {
		margin: 0
	}

	.nav_main .nav_sub .row .col {
		width: auto;
		float: none;
		padding: 0 !important
	}

	.nav_main .nav_sub .row .col:first-child .nav__caption {
		padding-top: 8px
	}

	.nav_main .nav_sub .nav__caption~.nav__item:last-child,
	.nav_main .nav_sub .row .col:last-child .nav__item:last-child {
		border-bottom: 11px solid #f3f3f3
	}

	.nav_main .nav_sub .nav__caption {
		margin: 0;
		padding: 25px 0 24px;
		font-size: 22px;
		color: #8f918e;
		position: relative
	}

	.nav_main .nav_sub .nav__caption:after {
		display: block;
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 11px;
		border-color: transparent transparent #f3f3f3
	}

	.nav_main .nav_sub .nav__caption+.nav__item {
		border-top: 11px solid #f3f3f3
	}

	.nav_main .nav_sub .nav__item {
		margin: 0 -15px !important
	}

	.nav_main .nav_sub .nav__item a {
		display: block;
		padding: 11px 15px;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		background-color: #f3f3f3
	}

	.nav_main.hover .nav__wrap>.nav__caption:after {
		margin-top: -4px;
		border-width: 0 8px 8px;
		border-color: transparent transparent #fff
	}

	.nav_main.hover .nav__list {
		display: block !important
	}

	.nav_main.hover_lvl2 .nav__wrap>.nav__caption,
	.nav_widget.t_justify:after,
	.nav_widget.t_justify:before {
		display: none
	}

	.nav_main .hover_child .nav_sub,
	.nav_main.hover_lvl2 .nav__wrap>.nav__caption_back {
		display: block
	}

	.s-header .nav_icon,
	.s-header .nav_icon_normal {
		float: none !important;
		margin: 0;
		padding: 0 !important;
		width: 100%;
		display: flex;
		height: 100%;
		justify-content: space-between
	}

	.s-header.fixed .nav_icon,
	.s-header.fixed .nav_icon_normal {
		border-top: none
	}

	.nav_icon .nav__link,
	.nav_icon_normal .nav__link {
		display: block;
		padding: 15px 0;
		text-align: center
	}

	.nav_icon .nav__link .icon,
	.nav_icon_normal .nav__link .icon {
		position: relative
	}

	.nav_icon .nav__link .icon_hmbrgr,
	.nav_icon_normal .nav__link .icon_hmbrgr {
		margin-top: 4px
	}

	.nav_icon .nav__counter,
	.nav_icon_normal .nav__counter {
		left: 73%;
		top: -3px;
		border-radius: 2px;
		font-size: 9px
	}

	.nav_icon .nav__item,
	.nav_icon_normal .nav__item {
		display: flex !important;
		vertical-align: top;
		letter-spacing: .025em;
		margin: 0;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 81px;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		background-color: #fff;
		position: relative;
		z-index: 1
	}

	.nav_icon .nav__item.highlight,
	.nav_icon_normal .nav__item.highlight {
		box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-o-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-ms-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-moz-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-webkit-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		z-index: 11113
	}

	.nav_icon .nav__item.highlight:before,
	.nav_icon_normal .nav__item.highlight:before {
		display: block;
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		background-color: #fff
	}

	.nav_icon .nav__item.highlight:after,
	.nav_icon_normal .nav__item.highlight:after {
		display: block;
		position: absolute;
		content: "";
		background-color: #fff;
		top: 102%;
		height: 23px;
		width: 100px;
		left: -20px;
		right: -20px
	}

	.nav_icon .nav__item.highlight:before,
	.nav_icon_normal .nav__item.highlight:before {
		bottom: 100%;
		height: 1px
	}

	.nav_icon .nav__item_framed,
	.nav_icon_normal .nav__item_framed {
		width: 53px;
		min-width: 53px;
		border-left: 1px solid #e5ddd8;
		box-shadow: none
	}

	.nav_icon .nav__item_framed.highlight,
	.nav_icon_normal .nav__item_framed.highlight {
		border: 0;
		box-shadow: none
	}

	.nav_widget {
		overflow: hidden;
		overflow-x: auto;
		text-align: left;
		white-space: normal
	}

	.nav_widget .nav__link {
		margin-right: 26px
	}

	.nav_widget .nav__link:last-child {
		margin-right: 0
	}

	.nav_page {
		text-align: center !important
	}

	.nav_page .nav__item_caption {
		display: block
	}

	.nav_page .nav__item_caption+.nav__item {
		margin-left: 0
	}

	.nav_page .nav__link-text {
		text-align: left
	}

	.filter+.nav_catalog {
		padding-top: 0;
		margin-left: -15px;
		margin-right: -35px
	}

	.widget__footer {
		margin-top: 20px
	}

	.widget__header {
		margin-bottom: 24px
	}

	.widget__section {
		padding: 25px 0
	}

	.widget__section:first-child {
		padding-top: 0 !important
	}

	.widget__section+.t2:last-child {
		padding-bottom: 27px !important
	}

	.widget__section .oftop_2 {
		margin-top: 10px !important
	}

	.clearfix+.widget,
	.hide+.widget,
	.page+.widget,
	.widget+.widget {
		margin-top: 40px
	}

	.widget_separate {
		padding-top: 38px
	}

	.widget_page+.widget_page {
		padding-top: 40px
	}

	.widget_dark {
		padding: 33px 0 40px
	}

	.widget_pro {
		padding: 35px 0 !important
	}

	.widget_promo {
		padding: 65px 0;
		background-size: 300% auto;
		-webkit-background-size: 300% auto
	}

	.widget_promo-logo {
		max-width: 189px;
		height: auto;
		margin: auto
	}

	.widget#product_description {
		padding-top: 35px !important;
		padding-bottom: 0 !important;
		background-color: #f5f4ef
	}

	.b-search {
		display: none;
		position: absolute
	}

	.panel-mobile_search .b-search {
		display: block;
		left: 0;
		right: 0;
		top: 0;
		height: calc(100vh - 27px - 45px);
		background-color: #fff;
		padding: 27px 15px 0;
		box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-o-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-ms-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-moz-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-webkit-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		z-index: 11112
	}

	.panel-mobile_search .fixed .b-search {
		top: 49px
	}

	.b-search-fast {
		display: none !important
	}

	.s-header__top .b-location {
		padding: 0
	}

	.b-question {
		padding: 15px 0
	}

	.b-question-caption {
		font-size: 20px;
		font-weight: 400;
		text-align: center
	}

	.b-question-caption+.typo {
		text-align: center
	}

	.b-question-form {
		margin-right: 0
	}

	.b-question-form .control+.control {
		margin-top: 20px
	}

	.b-social__link:last-child {
		margin-right: 0
	}

	.b-contacts {
		margin-bottom: 0
	}

	.b-contacts .b-social {
		margin-top: 14px;
		padding: 0 15px
	}

	.b-contacts .b-social__title,
	.b-contacts__item span {
		padding: 0 15px
	}

	.b-contacts__item {
		padding-bottom: 30px;
		border-bottom: 1px solid #f1f1f1;
		text-align: left;
		font-size: 18px
	}

	.b-contacts__item+.b-contacts__item {
		margin-top: 28px
	}

	.b-contacts__item.hidden_screen_4+.b-contacts__item {
		margin-top: 0
	}

	.b-contacts__item a:not(.b-social__link) {
		color: #00b6bd;
		padding: 0 15px
	}

	.b-contacts__item.visible_screen_4 {
		padding-bottom: 23px
	}

	.b-partners {
		padding: 22px 15px
	}

	.b-partners__tab-btns {
		display: flex
	}

	.b-partners__tab-block {
		display: none
	}

	.b-partners__tab-block._active {
		display: block
	}

	.b-partners-filter__wrap {
		margin-top: 0;
		position: absolute;
		right: 0;
		top: -11px;
		width: 100%
	}

	.b-partners-filter__wrap.open .b-partners-filter__fld {
		border: 1px solid #eee;
		width: 100%;
		padding: 0 40px
	}

	.b-partners-filter__fld {
		width: 0;
		padding: 0;
		height: 40px;
		position: absolute;
		right: 0;
		border: 0
	}

	.b-partners-filter__btn {
		height: 40px
	}

	.b-partners-map,
	.b-partners-map_short {
		padding-left: 15px;
		padding-right: 15px
	}

	.b-partners-map_complex {
		height: 300px;
		min-height: 100px
	}

	.b-partners-contacts {
		padding: 22px 15px
	}

	.b-partners-detail~.widget .b-partners-map_short {
		padding-left: 0;
		padding-right: 0
	}

	.b-partners-detail .page__entry {
		margin-left: -15px;
		margin-right: -15px
	}

	.b-partners-detail .col_full_screen_3+.col_full_screen_3,
	.b-partners-detail+.widget_flip {
		margin-top: 0 !important
	}

	.b-partners__link {
		display: block;
		position: relative;
		font-size: 16px;
		min-height: 18px;
		padding-right: 20px
	}

	.b-partners__link .icon {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px
	}

	.b-partners__caption {
		margin-bottom: 8px;
		font-weight: 700;
		font-size: 15px
	}

	.b-partners-props td,
	.b-partners-props th {
		font-size: 16px
	}

	.b-partners-props__title,
	div.b-partners-props__title_icon {
		font-weight: 500;
		width: 98px
	}

	.b-partners-list {
		display: block;
		padding-right: 0
	}

	.tabs_basic .b-partners-list {
		padding-bottom: 40px;
		margin-left: 0;
		margin-right: 0
	}

	.b-partners-list .col {
		padding-left: 0;
		padding-right: 0;
		display: block !important;
		float: none;
		width: auto
	}

	.b-features+.b-features,
	.b-partners-list .col+.col {
		margin-top: 3px
	}

	.b-partners-list__title {
		display: none
	}

	.b-partners-list__name {
		font-size: 15px
	}

	.b-partners-list__head {
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 15px;
		position: relative
	}

	.b-partners-list__wrapper {
		width: 100%;
		padding: 20px 15px 15px
	}

	.b-partners-list__content {
		max-height: 100%;
		overflow-y: hidden;
		width: 100%
	}

	.b-partners__map {
		width: 100%;
		height: 400px
	}

	.page__dealers {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0
	}

	.b-features {
		white-space: nowrap;
		padding: 20px 0 !important
	}

	.b-features-grid {
		margin: 0
	}

	.b-features-grid .b-features:first-child {
		padding-top: 43px !important
	}

	.b-features-grid .row_table {
		margin: 0;
		width: auto;
		display: block
	}

	.b-features-grid .row_table .col {
		display: block;
		width: auto !important
	}

	.b-features-grid .row_table-wrap {
		margin: 0
	}

	.b-features-list {
		margin: 0 -15px !important
	}

	.b-features-list .row_flex {
		margin: 0;
		display: block
	}

	.b-features-list .col {
		display: block !important;
		width: auto;
		float: none;
		padding: 0 !important
	}

	.b-features-list .col+.col {
		margin-top: 3px
	}

	.b-features__img,
	.b-features__img_ru,
	.b-features__wrap {
		display: inline-block;
		vertical-align: middle;
		position: relative
	}

	.b-features__img,
	.b-features__img_ru {
		height: 76px;
		margin: 0 0 0 33px;
		width: 86px;
		z-index: 2
	}

	.b-features__wrap {
		z-index: 1;
		width: 100%;
		padding-left: 150px;
		margin-left: -137px;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		white-space: normal
	}

	.b-features__nav,
	.b-features__text {
		display: none
	}

	.b-features_vertical {
		padding: 20px !important;
		text-align: left;
		zoom: 1;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important
	}

	.b-features_vertical:after,
	.b-features_vertical:before {
		content: " ";
		display: table
	}

	.b-features_vertical:after {
		clear: both
	}

	.b-features_vertical .b-features__img,
	.b-features_vertical .b-features__img_ru {
		margin: 0 !important;
		float: left !important;
		width: 56px;
		height: 43px
	}

	.b-features_vertical .b-features__caption {
		margin: 2px 0 0 80px;
		font-size: 14px;
		font-weight: 700;
		line-height: 20px
	}

	.b-features_vertical .b-features__caption .icon {
		display: none !important
	}

	.b-subscribe {
		text-align: center
	}

	.b-subscribe .col {
		float: none;
		width: auto
	}

	.b-subscribe .col+.col {
		margin-top: 20px
	}

	.b-subscribe__icon,
	.b-subscribe__title br {
		display: none
	}

	.b-subscribe__title {
		text-align: center;
		text-transform: uppercase;
		font-size: 16px;
		color: #231f20;
		margin-bottom: 26px
	}

	.b-subscribe .btn {
		width: 100% !important;
		display: inline-block !important;
		padding: 12px 15px
	}

	.b-specialist__img {
		width: 50px !important;
		height: 50px !important
	}

	.b-specialist__wrap {
		padding-top: 0 !important;
		margin-left: 70px !important
	}

	.b-share__link {
		width: 33px;
		height: 33px
	}

	.b-media__zoom {
		height: 54px;
		width: 54px;
		right: 0;
		top: 0
	}

	.b-media__zoom:after {
		height: 54px;
		width: 54px;
		background-position: -786px -32px
	}

	.b-breadcrumbs .b-breadcrumbs__sep,
	.b-breadcrumbs span[itemprop=itemListElement] {
		display: none
	}

	.b-breadcrumbs span[itemprop=itemListElement]:last-child {
		display: inline-block;
		position: relative;
		opacity: .8
	}

	.b-breadcrumbs span[itemprop=itemListElement]:last-child .b-breadcrumbs__link {
		padding-left: 20px;
		position: relative
	}

	.b-breadcrumbs span[itemprop=itemListElement]:last-child .b-breadcrumbs__link:after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 1em;
		height: 1em;
		background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5NCAzMS40OTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQ5NCAzMS40OTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBkPSJNMTAuMjczLDUuMDA5YzAuNDQ0LTAuNDQ0LDEuMTQzLTAuNDQ0LDEuNTg3LDBjMC40MjksMC40MjksMC40MjksMS4xNDMsMCwxLjU3MWwtOC4wNDcsOC4wNDdoMjYuNTU0ICBjMC42MTksMCwxLjEyNywwLjQ5MiwxLjEyNywxLjExMWMwLDAuNjE5LTAuNTA4LDEuMTI3LTEuMTI3LDEuMTI3SDMuODEzbDguMDQ3LDguMDMyYzAuNDI5LDAuNDQ0LDAuNDI5LDEuMTU5LDAsMS41ODcgIGMtMC40NDQsMC40NDQtMS4xNDMsMC40NDQtMS41ODcsMGwtOS45NTItOS45NTJjLTAuNDI5LTAuNDI5LTAuNDI5LTEuMTQzLDAtMS41NzFMMTAuMjczLDUuMDA5eiIgZmlsbD0iIzAwMDAwMCIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
		background-size: 100%
	}

	.b-breadcrumbs+.page {
		margin-top: 0 !important
	}

	.b-characteristic {
		margin-right: 0
	}

	.b-characteristic__table th {
		font-size: 16px;
		width: 145px
	}

	.b-promo__img,
	.b-promo__img_mobile,
	.p-cart-compact .p-cart-prod__img img {
		width: 100%;
		height: auto
	}

	.service-list {
		margin-left: -15px;
		margin-right: -15px
	}

	.service-list .col {
		width: 50%
	}

	.service-list .col:nth-child(2)~.col {
		margin-top: 22px
	}

	.page-meta__item {
		margin-right: 20px;
		font-size: 14px
	}

	.page__head {
		margin-bottom: 27px
	}

	.page__title {
		font-size: 25px;
		line-height: 1
	}

	.page_hasback {
		position: relative;
		padding-top: 16px
	}

	.page_hasback .page__nav {
		position: absolute;
		top: -30px;
		left: 0;
		right: 0
	}

	.page_shadow {
		padding: 0;
		box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none
	}

	.p-auth {
		margin-top: 0 !important
	}

	.p-auth .page__entry {
		margin: 0
	}

	.p-auth .page__entry .row {
		display: block
	}

	.p-auth .page__entry .row .col {
		width: 100%;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		display: block !important;
		padding: 18px
	}

	.p-auth .page__entry .row .col+.col {
		margin-top: 27px
	}

	.p-auth-social .col {
		float: none;
		width: auto
	}

	.p-auth-social .col+.col {
		margin-top: 20px
	}

	.p-cart__nav {
		margin-bottom: 27px
	}

	.p-cart-bottom {
		margin-top: 40px;
		padding: 14px 20px 20px
	}

	.p-cart-bottom .btn__group .btn_block {
		margin: 0 !important
	}

	.p-cart-bottom .btn__group .btn_block+.btn_block {
		margin-top: 20px !important
	}

	.p-cart__summary {
		margin-bottom: 19px;
		white-space: normal;
		font-size: 28px !important;
		line-height: 34px;
		text-align: center
	}

	.p-cart__summary .product-price__spec {
		margin-right: -19px
	}

	.p-cart-form {
		margin-bottom: 26px
	}

	.p-cart-form .control+.control {
		margin-top: 10px
	}

	.p-cart-compact__trash {
		position: absolute;
		right: 6px;
		bottom: 23px;
		z-index: 111
	}

	.p-cart-compact__item {
		position: relative;
		padding-bottom: 19px;
		border-bottom: 1px solid #ececec
	}

	.p-cart-compact__item+.p-cart-compact__item {
		margin-top: 25px
	}

	.p-cart-compact .p-cart-prod__info {
		margin-top: 18px
	}

	.p-cart-compact .p-cart-prod__img {
		width: 135px;
		height: 102px
	}

	.p-cart-compact .p-cart-prod__price {
		padding-top: 6px;
		font-size: 16px;
		line-height: 22px;
		font-weight: 500
	}

	.p-cart-compact .p-cart-prod__attr {
		margin-top: 4px;
		padding-right: 22px
	}

	.p-cart-compact .p-cart-prod__name {
		font-size: 18px;
		font-weight: 500
	}

	.p-cart-compact .p-cart-prod__quantity {
		padding: 15px 0;
		overflow: hidden
	}

	.p-cart-compact .p-cart-prod__quantity .icon {
		margin: 0 3px
	}

	.sort__link {
		padding-left: 11px;
		padding-right: 11px
	}

	.author {
		margin-top: 30px !important;
		text-align: center
	}

	.author .col {
		width: auto !important;
		float: none !important
	}

	.author__img {
		height: 170px !important;
		width: 170px !important;
		margin: 0 auto 25px
	}

	.author__wrap {
		padding: 0
	}

	.author__name {
		margin-bottom: 18px;
		font-size: 18px
	}

	.author__state {
		margin-bottom: 11px;
		font-size: 14px
	}

	.contacts-list .col {
		clear: none !important
	}

	.contacts-list .col:nth-child(2n+1) {
		clear: both !important
	}

	.category-thumbs {
		width: 50% !important;
		border-top: 1px solid rgba(255, 255, 255, .25) !important
	}

	.category-thumbs:first-child,
	.category-thumbs:first-child+.category-thumbs {
		border-top: 0 !important
	}

	.category-thumbs-list {
		margin: 0 0 80px !important;
		height: 342px;
		position: relative;
		z-index: 200
	}

	.category-thumbs-list+.widget {
		margin-top: 0;
		display: none
	}

	.category-thumbs-list .row {
		height: 342px
	}

	.category-thumbs-switcher {
		width: 40px;
		margin-left: -20px;
		height: 26px
	}

	.category-thumbs-switcher.active {
		top: 300%
	}

	.category-thumbs-switcher.active+.widget__entry {
		height: 300%
	}

	.category-desc {
		margin: 0 -15px 30px;
		padding: 20px 15px
	}

	.category-tags {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 27px
	}

	.p-catalog .page__head {
		position: relative
	}

	.p-catalog .page__head .nav_page {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin-top: 17px
	}

	.p-catalog .page__title {
		display: block
	}

	.product-grid .row {
		margin-left: 0;
		margin-right: 0;
		transition: all .5s ease
	}

	.product-grid .col {
		float: none;
		width: auto;
		padding: 0;
		border-right: none !important;
		border-bottom: none !important
	}

	.product-thumb {
		max-height: 355px;
		transition: all .5s ease;
		overflow: hidden;
		min-height: 0
	}

	.product-thumb+.product-thumb:not(.product-hide) {
		margin-top: 24px;
		padding-top: 27px;
		border-top: 1px solid #f1f1f1
	}

	.product-thumb.product-hide {
		max-height: 0;
		min-height: 0;
		padding-top: 0 !important
	}

	.product-thumb__img {
		width: 100%;
		max-width: max-content;
		min-height: 150px;
		margin-left: auto;
		margin-right: auto;
		position: relative
	}

	.product-thumb .product__checkout {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 100%;
		background-color: rgba(0, 118, 123, .47);
		z-index: 111;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		white-space: nowrap
	}

	.product-thumb .product__checkout:after {
		display: inline-block;
		content: "";
		width: 0;
		height: 100%;
		vertical-align: middle
	}

	.product-thumb .product__checkout .btn_framed {
		margin-top: 10px;
		color: #fff
	}

	.product-thumb .product__checkout div,
	.product_detail .page__nav-link:after {
		display: inline-block;
		width: 100%;
		vertical-align: middle
	}

	.product-thumb__content {
		height: auto;
		padding: 0
	}

	.product-thumb__price {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px
	}

	.product_short {
		padding: 20px 0
	}

	.product_short .product__img {
		float: none;
		margin: 0 auto 20px
	}

	.product_short .product__meta {
		margin-bottom: 20px;
		float: none;
		padding: 20px;
		text-align: center
	}

	.product_short .product__content {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.product_detail {
		position: relative
	}

	.product_detail .page__nav {
		position: absolute;
		left: -15px;
		right: -15px;
		top: -85px;
		z-index: 999
	}

	.product_detail .page__nav-link {
		display: block;
		height: 50px;
		padding: 0 15px;
		line-height: 50px;
		font-size: 18px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		background-color: #00b6bd
	}

	.product_detail .page__nav-link:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		right: 20px;
		top: 50%;
		border-style: solid;
		margin-top: -8px;
		border-width: 8px 8px 8px 0;
		border-color: transparent #fff transparent transparent
	}

	.product_detail .product__head {
		position: relative;
		margin-bottom: 27px
	}

	.product_detail .product__head .icon {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2
	}

	.product_detail .product__name {
		padding: 0 0 19px;
		margin-bottom: 15px;
		font-size: 30px;
		border-bottom: 1px solid
	}

	.product_detail .product__sku {
		padding-right: 36px
	}

	.product_detail .product__desc {
		margin-top: 0;
		margin-bottom: 20px
	}

	.product_detail .product__gallery {
		margin: 0 -15px 27px
	}

	.product_detail .product__nav {
		width: 175px;
		margin: 23px auto 0
	}

	.product_detail .product__nav .js-basket-in {
		max-width: 100%
	}

	.product_detail .product__nav .js-basket-in>a {
		width: 100%
	}

	.product_detail .product__nav .btn {
		display: block;
		width: 100%;
		margin: 0
	}

	.product_detail .product__nav .btn+.btn {
		margin-top: 20px
	}

	.product_detail .product-price {
		margin: 0 0 27px;
		text-align: center
	}

	.product_detail .product-price__quantity {
		display: block;
		margin: 20px 0 0;
		font-size: 16px
	}

	.product_detail .product-props {
		text-align: center
	}

	.product_detail .product-props .b-add2cart-counter {
		margin: auto
	}

	.product_detail .product-props__title {
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 10px;
		font-size: 20px
	}

	.product_detail .product-props__content {
		margin: 0
	}

	.product_detail .product-props__item {
		padding: 27px 0
	}

	.product_detail .product-props__item:first-child {
		padding-top: 0
	}

	.blog-list {
		margin-left: 0;
		margin-right: 0
	}

	.blog-thumb__img {
		height: 150px;
		overflow: hidden
	}

	.blog-thumb__img img {
		display: block;
		width: 100%;
		height: auto
	}

	.blog-thumb__name {
		height: auto
	}

	.blog-grid .col {
		margin-bottom: 20px
	}

	.blog-section {
		margin-left: 15px;
		margin-right: 15px
	}

	.blog-section .container {
		max-width: 560px;
		margin: 0 auto
	}

	.blog-section .blog-nav .container {
		width: auto;
		margin-left: 15px;
		margin-right: 15px
	}

	.blog-section-grid .container {
		width: 500px;
		margin: 0 auto
	}

	.blog-nav {
		margin-right: -15px;
		margin-left: -15px;
		white-space: normal;
		overflow-x: auto
	}

	.blog-nav .nav__link {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 16px
	}

	.blog-tags__caption {
		float: none;
		padding: 9px 0;
		text-align: center
	}

	.blog-tags__content {
		display: none;
		margin: 16px -15px 0;
		padding: 17px 15px 27px;
		background-color: #f3f3f3;
		text-align: center
	}

	.blog-tags__link {
		margin: 10px 6px 0 0
	}

	.b-blog-search {
		margin-left: -15px;
		margin-right: -15px
	}

	.article-preview {
		margin-bottom: 25px
	}

	.article-preview__img {
		margin-left: -15px;
		margin-right: -15px
	}

	.article-preview__text {
		text-align: center;
		padding: 20px 0;
		font-size: 18px;
		line-height: 22px
	}

	.article .page-meta {
		margin-top: 20px
	}

	.p-error__code {
		margin: 0 auto 27px;
		width: 280px
	}

	.p-error__code img {
		max-width: 100%;
		height: auto
	}

	.p-error__caption.title2 {
		font-size: 24px !important
	}

	.p-error__text.title5 {
		margin-top: 15px;
		font-size: 18px !important
	}

	.p-error__nav {
		margin-top: 20px !important
	}

	.carousel_frontpage {
		height: 410px
	}

	.carousel_frontpage-table {
		display: none !important
	}

	.carousel_frontpage .owl-item {
		overflow: hidden
	}

	.carousel_frontpage .carousel__item {
		padding-top: 0;
		padding-bottom: 20px;
		height: 410px
	}

	.carousel_frontpage .carousel__item-title {
		max-width: 90%;
		font-size: 18px;
		line-height: 22px;
		position: relative;
		z-index: 22;
		padding-top: 12px;
		font-weight: 500
	}

	.carousel_frontpage .carousel__item-title__wrapper {
		left: 15px
	}

	.carousel_frontpage .carousel__item-subtitle {
		font-size: 18px;
		margin-top: 20px
	}

	.carousel_frontpage .carousel__item-stock {
		margin-bottom: 15px;
		font-size: 16px;
		margin-top: -50px
	}

	.carousel_frontpage .carousel__item-logo {
		display: none !important
	}

	.carousel_frontpage .carousel__item-logo__top {
		display: block !important;
		top: -126px !important;
		right: -40px !important;
		left: auto !important;
		width: 100%;
		max-height: unset;
		height: auto
	}

	.carousel_frontpage .carousel__item-decor {
		max-height: 307px;
		right: 0;
		bottom: 0
	}

	.carousel_frontpage .carousel__item-nav {
		position: relative;
		z-index: 22;
		margin-top: 24px
	}

	.carousel_frontpage .carousel__item-content {
		float: none !important;
		left: 15px;
		max-width: 80%;
		margin: 0 !important;
		padding: 0 0 0 10px !important
	}

	.carousel_frontpage .owl-dots {
		right: 0;
		left: 0;
		top: auto;
		bottom: 30px;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.carousel_frontpage .owl-dot {
		width: 10px;
		height: 10px;
		margin-right: 10px;
		border-color: #ccc
	}

	.carousel_frontpage .owl-dot.active {
		background-color: #ccc
	}

	.carousel_blog-thumb .owl-dots,
	.carousel_prods .owl-dots,
	.carousel_prods-order .owl-dots {
		margin-top: 20px;
		text-align: center;
		position: relative;
		z-index: 1111
	}

	.carousel_blog-thumb .owl-dots .owl-dot,
	.carousel_prods .owl-dots .owl-dot,
	.carousel_prods-order .owl-dots .owl-dot {
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
		width: 10px;
		height: 10px;
		border: 1px solid #cecece
	}

	.carousel_blog-thumb .owl-dots .owl-dot.active,
	.carousel_prods .owl-dots .owl-dot.active,
	.carousel_prods-order .owl-dots .owl-dot.active {
		background-color: #cecece
	}

	.carousel_blog-thumb .carousel__item,
	.carousel_prods .carousel__item,
	.carousel_prods-order .carousel__item {
		padding: 0
	}

	.carousel_prods-order {
		margin: 0
	}

	.tabs_basic .link-group {
		margin-bottom: 17px
	}

	.tabs_basic .tabs__head {
		margin-bottom: 27px;
		zoom: 1
	}

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

	.tabs_basic .tabs__head:after {
		clear: both
	}

	.tabs_basic .tabs__body {
		zoom: 1;
		margin-left: -15px;
		margin-right: -15px
	}

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

	.tabs_basic .tabs__body:after {
		clear: both
	}

	.tabs_basic .tabs__link {
		float: left;
		width: 50%;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		margin: 0;
		text-align: center;
		padding: 21px 0;
		font-size: 16px;
		line-height: 21px;
		font-weight: 700;
		text-transform: uppercase
	}

	.tabs_basic .tabs__link+.tabs__link {
		border-left: 1px solid #eee
	}

	.tabs_personal .tabs__link {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 16px
	}

	.filter.b-collapser__wrap {
		padding: 0;
		margin: 0;
		background-color: transparent;
		height: 64px;
		display: none
	}

	.filter .b-collapser {
		margin: 0;
		box-shadow: none;
		height: calc(100% - 120px);
		background-color: #ebf0f0
	}

	.filter .b-collapser__head .filter-popup__head {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px
	}

	.filter .b-collapser__head .filter-popup__head .filter-close {
		width: 25px;
		height: 25px;
		background: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg) -698px -248px
	}

	.filter .b-collapser__content {
		margin: 16px 0 0;
		padding: 20px 0;
		height: 100%;
		background-color: #ebf0f0
	}

	.filter.filter-popup {
		position: fixed;
		z-index: 9999;
		display: block;
		top: 50px;
		left: 0;
		margin-top: 1px;
		width: 100%;
		min-height: 100%;
		background-color: #ebf0f0;
		overflow-y: auto
	}

	.filter-button {
		position: relative;
		display: inline-block;
		margin-left: auto;
		padding: 10px 30px 10px 10px
	}

	.filter-button:after {
		position: absolute;
		content: '';
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		width: 14px;
		height: 14px;
		background-image: url(/local/templates/.default/assets/stylesheets/../images/filter-tool-black-shape.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat
	}

	.b-collapser {
		position: relative;
		margin: 27px -15px 55px;
		padding: 15px 0;
		background-color: #fff;
		box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-o-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-ms-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-moz-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		-webkit-box-shadow: 0 0 30px 0 rgba(13, 5, 2, .18);
		z-index: 1111
	}

	.b-collapser__head {
		float: none;
		padding: 20px 0;
		margin-top: -20px;
		text-align: left;
		font-weight: 700;
		font-size: 16px;
		text-transform: uppercase;
		background-color: #fff
	}

	.b-collapser__trgr {
		display: none
	}

	.popup {
		padding: 28px 15px 20px
	}

	.popup .page__entry_dark {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: -20px;
		padding: 15px 15px 25px
	}

	[data-tiptitle]:hover:before {
		width: 205px;
		left: auto;
		right: -21%
	}

	.typo:empty {
		display: none !important
	}

	.typo_m h1 {
		font-size: 24px;
		line-height: 34px
	}

	.link-group {
		width: 100%;
		text-align: center
	}

	.link-group__item {
		margin-bottom: 10px
	}

	.link-group__item+.link-group__item {
		border-left: 1px solid #eee !important
	}

	.title {
		border-bottom: 1px solid;
		padding-bottom: 9px
	}

	.title_checkout {
		font-size: 20px;
		font-weight: 500;
		text-align: center
	}

	.title1 {
		font-size: 28px;
		line-height: 34px
	}

	.title2 {
		font-size: 25px;
		line-height: 1.2
	}

	.title4 {
		font-size: 15px;
		font-weight: 500
	}

	.title5 {
		font-size: 18px;
		line-height: 1.2
	}
}

@media screen and (max-width:540px) {
	.user-goods .sub-menu {
		margin-bottom: 20px
	}

	.user-goods .sub-menu__link {
		font-size: 22px
	}

	.b-product-filter {
		flex: unset
	}

	.b-product-filter__list {
		display: block
	}

	.b-product-filter__link a {
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5
	}

	.b-product-filter__link a:after,
	.b-product-filter__link a:before {
		display: none
	}

	.b-product-filter__item {
		margin-bottom: 5px
	}

	.b-product-filter__item:last-child {
		margin-bottom: 0
	}

	.dealer-popup-link-mobile {
		display: inline-block
	}

	.all-dealers-link {
		width: 100%
	}

	.product_detail .product__gallery img {
		width: 100%;
		display: block;
		margin: auto
	}

	.control__result {
		padding-bottom: 54px
	}

	.p-about-info__title {
		font-size: 25px;
		margin-bottom: 15px
	}

	.p-about-info__text {
		font-size: 16px;
		line-height: 24px
	}

	.b-promo-list {
		margin-top: 20px !important
	}

	.b-promo-list .row_table,
	.b-promo-list .row_table .col {
		width: auto;
		display: block
	}

	.b-promo-list .row_table-wrap {
		margin: 0
	}

	.b-promo-list .b-promo {
		position: relative;
		background-position: center bottom
	}

	.b-promo-list .b-promo.col_3+.b-promo {
		margin-top: 20px
	}

	.b-promo-list .b-promo__img {
		visibility: visible
	}

	.b-promo-list .b-promo__img_mobile {
		width: 100%;
		height: auto
	}

	.popup .form_vertical .btn__group .btn {
		display: block;
		margin: 0 auto;
		width: 220px;
		text-align: center
	}

	.popup .form_vertical .btn__group .btn+.btn {
		margin-top: 15px
	}
}

@media screen and (max-width:500px) {
	.sale-order-list__order-content-inner {
		padding: 15px
	}

	.service-list {
		counter-reset: num
	}

	.service-list .col {
		float: none;
		width: auto;
		padding: 0
	}

	.service-list .col+.col {
		margin-top: 22px
	}

	.service-thumb {
		height: auto
	}

	.service-thumb:before,
	.service-thumb__container:after,
	.service-thumb__container:before,
	.service-thumb__num {
		display: none
	}

	.service-thumb:after {
		display: none;
		content: "";
		counter-increment: none
	}

	.service-thumb__img {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		opacity: 1;
		min-height: 160px;
		max-height: 320px;
		height: auto
	}

	.service-thumb__img img {
		width: 100%;
		height: auto;
		min-height: 100px
	}

	.service-thumb__img a {
		display: block;
		white-space: nowrap;
		text-align: center
	}

	.service-thumb__img a .btn {
		position: absolute;
		z-index: 3;
		top: 50%;
		left: 50%;
		margin: -17px 0 0 -70px;
		visibility: visible
	}

	.service-thumb__img a:before {
		width: 70px;
		height: 55px;
		position: absolute;
		left: 0;
		bottom: 0;
		content: counter(num);
		counter-increment: num;
		background-color: #f5f4ef;
		line-height: 60px;
		font-weight: 700;
		font-size: 40px;
		color: #231f20;
		z-index: 3;
		text-align: center
	}

	.service-thumb__wrap {
		margin: 0 15px
	}

	.service-thumb__name {
		max-width: 100%;
		padding: 21px 15px;
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
		font-size: 16px;
		top: auto;
		left: auto;
		height: auto;
		background-color: #f5f4ef;
		display: block !important
	}

	.service-thumb__text {
		margin-top: 20px;
		font-size: 18px;
		height: auto;
		max-height: 132px
	}

	.service-thumb__btn {
		display: none
	}

	.blog-thumb__img {
		max-height: 11111px;
		height: auto
	}

	.blog-section .container {
		margin-left: 0;
		margin-right: 0
	}

	.blog-section .blog-grid .container {
		max-width: 270px;
		margin: 0 auto;
		width: auto
	}

	.row .col_6_screen_4 {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important
	}

	.row .col_6_screen_4+.col_6_screen_4 {
		margin-top: 20px
	}
}

@media screen and (max-width:768px) {
	.s-top__accent .container>.row .col:first-child {
		background-color: #00b6bd
	}

	.s-top__accent .nav_icon .nav__item_framed,
	.s-top__accent .nav_icon_normal .nav__item_framed {
		background-color: transparent;
		top: -99px
	}

	.s-top__accent .icon.sz_l.icon_hmbrgr {
		border-color: #fff !important
	}

	.s-top__accent .icon.sz_l.icon_hmbrgr:after {
		background-color: #fff
	}

	.s-top__accent .highlight .icon.sz_l.icon_hmbrgr:before,
	.s-top__accent .s-header .s-top__accent .icon.sz_l.icon_hmbrgr {
		background-color: transparent
	}

	.panel-mobile_burger .s-top__accent .s-header__panel,
	.s-top__accent .s-header__panel {
		margin-top: -103px !important
	}

	.s-top__accent:not(.fixed) .highlight .icon.sz_l.icon_hmbrgr:before {
		background: url(/local/templates/.default/assets/stylesheets/../images/hb_open.svg);
		width: 21px;
		height: 21px;
		top: -4px;
		left: 3px
	}

	body .s-header.fixed.s-top__accent .nav_icon .nav__item_framed,
	body .s-header.fixed.s-top__accent .nav_icon_normal .nav__item_framed {
		background-color: #fff
	}

	body .s-header.fixed.s-top__accent .s-header__panel {
		margin-top: -1px !important
	}

	body .s-header.fixed.s-top__accent .icon.sz_l.icon_hmbrgr {
		border-color: #231f20 !important
	}

	body.panel-mobile_burger .s-header.s-top__accent .icon.sz_l.icon_hmbrgr {
		border-color: transparent !important
	}

	html body.header-top {
		padding-top: 155px !important
	}

	.s-header.fixed .s-top__accent .nav_icon .nav__item_framed,
	.s-header.fixed .s-top__accent .nav_icon_normal .nav__item_framed,
	.s-header.fixed .s-top__accent .s-header.fixed .nav_icon_normal .nav__item_framed {
		top: 0
	}

	.s-header.fixed .s-top__accent .icon.sz_l.icon_hmbrgr {
		border-color: #231f20
	}

	.s-header.fixed .s-top__accent .icon.sz_l.icon_hmbrgr:after,
	body .s-header.fixed.s-top__accent .icon.sz_l.icon_hmbrgr:after {
		background-color: #231f20
	}

	.s-bottom__accent .b-phone {
		background-color: #00b6bd
	}

	.s-bottom__accent .b-phone a {
		color: #231f20
	}

	.s-bottom__accent .b-phone .b-phone__num {
		color: #fff
	}

	.filter-select-js {
		width: 200px;
		height: 38px
	}

	.sort-catalog .selectBox-dropdown {
		background-color: #f4f4f4
	}

	.sort-catalog .selectBox-dropdown .selectBox-label {
		font-weight: 600
	}

	.sort-catalog .selectBox-arrow:after {
		border-color: #000 transparent transparent
	}
}

@media screen and (max-width: 750px) {
	.category-tags_bottom a {
		padding: 2px 5px
	}
}

@media screen and (max-width: 500px) {
	.category-tags_bottom a {
		font-size: 13px
	}
}
/* End */


/* Start:/local/templates/.default/assets/stylesheets/programmers.css?16479501957651*/
.mt--15 {
  margin-top: -15px;
}

/* Так дали СЕОшники */
.blog-button-a {
  position: relative;
  width: 100%;
  border: none;
  padding: 20px 10px;
  background-color: #00b6bd;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 2, 0.2);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 2, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 2, 0.2);
  letter-spacing: 0.75px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  max-width: 300px;
  padding: 13px 20px;
  margin: 0 auto;
}

/* Thanks pages: Subscribe and Order pages */

.p-thanks__content {
  background-color: #00b6bd;
  padding: 30px;
  text-align: center;
  position: relative;
}

.p-thanks__content:after {
  content: "";
  width: 0;
  height: 0;
  right: -20px;
  bottom: -5px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
}

.p-thanks__content:before {
  content: "";
  width: 0;
  height: 0;
  right: 1px;
  bottom: 16px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #15c9ca;
  transform: rotate(-45deg);
  position: absolute;
}

.p-thanks__icon-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.p-thanks__icon {
  display: inline-block;
  background: url("/local/templates/.default/assets/stylesheets/../images/sprite.svg") -1150px 0 no-repeat;
  width: 54px;
  height: 42px;
}

.p-thanks__text {
  font-size: 15px;
  margin-bottom: 25px;
  color: #fff;
  line-height: 20px;
}

.p-thanks__btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.p-auth-ch-password__btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.p-thanks__subtitle {
  font-size: 16px;
  margin-top: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.p-thanks__message {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.p-thanks {
  margin-bottom: 25px;
}

/* Override map height */
#map_pickup {
  height: 300px;
}

/*Blog gallery*/
.blog-gallery__wrapper {
  margin: 30px 0;
}

.blog-gallery__full {
  margin-bottom: 10px;
}

.blog-gallery__full img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.blog-gallery__full a {
  display: block;
}

.blog-gallery__thumb img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-right: 10px;
}

.blog-gallery__full .slider-arrow {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 5;
  margin: auto;
  cursor: pointer;
  background-color: #00b6bd;
  box-shadow: 0 4px 20px 0 rgba(13, 5, 2, 0.18);
  -o-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, 0.18);
  -ms-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, 0.18);
  -moz-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, 0.18);
  -webkit-box-shadow: 0 4px 20px 0 rgba(13, 5, 2, 0.18);
  transition: all 0.3s;
}

.blog-gallery__full .slider-arrow:hover {
  box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
  -o-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
  -ms-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
  -moz-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
  -webkit-box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
}

.blog-gallery__full .slider-arrow-prev {
  left: 10px;
}

.blog-gallery__full .slider-arrow-next {
  right: 10px;
}

.blog-gallery__full .slider-arrow:before {
  content: "";
  width: 9px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: top;
  background-image: url(/local/templates/.default/assets/stylesheets/../images/sprite.svg);
  background-repeat: no-repeat;
}

.blog-gallery__full .slider-arrow-prev:before {
  background-position: -200px 0;
}

.blog-gallery__full .slider-arrow-next:before {
  background-position: -250px 0;
}

/** Временные классы их надо убрать, когда сверстаются новые страницы дилеров **/
.temp-partners-point-item {
  margin-bottom: 10px;
}

.temp-partners-point-item a {
  color: blue;
}

.temp-partners-point-item dt {
  text-transform: uppercase;
}

.temp-partners-point-item dd {
  margin-bottom: 5px;
}

/** Временные классы их надо убрать, когда сверстаются новые страницы дилеров **/

.p-cart__discount {
  font-size: 80%;
  margin-top: 20px;
}

/** Купон */
.p-cart-promocode .field_text {
  text-transform: none;
}

/*Past price*/
.product-thumb__price-past {
  color: #8e918e;
  font-size: 0.8em;
  text-decoration: line-through;
}

.product-price__content {
  position: relative;
}

.product-price__past {
  position: absolute;
  top: -20px;
}

@media only screen and (max-width: 768px) {
  .product-price__past {
    position: static;
    display: block;
  }
}

.s-header__bottom .nav_top {
  text-align: right;
}

.s-header__bottom .nav_top .nav__link {
  margin-left: 30px;
}

.s-header__bottom .nav_top .nav__link:first-child {
  margin-left: 0;
}

.b-marker {
  padding-left: 0 !important;
}

.check-city-paragraph {
  font-size: 15px;
  line-height: 1.5;
}

.check-city-paragraph a {
  color: #00b6bd;
  font-weight: 500;
  cursor: pointer;
}

.table_cart .td_remove {
  text-align: center;
}

.table_cart td {
  padding: 10px;
}

.table_cart .td_img {
  padding-left: 15px !important;
}

.table_cart .td_articule {
  font-weight: 600;
  font-size: 18px;
}

.table_cart__in-cart {
  color: #00b6bd;
  font-weight: 600;
  cursor: pointer;
}

.p-cart-prod__name {
  margin-bottom: 8px;
}

/* faq */
.section_faq{
  padding: 20px;
  background-color: #f5f4ef;
  margin: 20px 0;
}
.section_faq h2{
  font-size: 18px;
  margin-bottom: 10px;
}
.section_faq .section_faq_item{
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  position: relative;
}
.section_faq .section_faq_item:last-child{
  border-bottom: none;
}
.section_faq .section_faq_item .section_faq_item_q{
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  color: inherit;
}
.section_faq .section_faq_item .section_faq_item_q::after{
  content: "\232A";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  color: #888;
}
.section_faq .section_faq_item div.section_faq_item_a{
  padding: 4px 0;
  display: none;
  color: #8e918e;
  margin-bottom: 4px;
}
.section_faq .section_faq_item div.section_faq_item_a ul{
  list-style: disc inside;
  margin: 5px 0;
}
.section_faq .section_faq_item div.section_faq_item_a ul li{
  margin: 2px 0;
}
.section_faq .section_faq_item div a{
  color: #00b6bd;
}
.section_faq .section_faq_item.active div.section_faq_item_a{
  display: block;
}
.section_faq .section_faq_item.active .section_faq_item_q::after{
  content: "\FE40";
}
.autocomplete-suggestions{
  z-index: 11120;
}
.autocomplete-suggestion-upd{
  position: relative;
  z-index: 11120;
}
.autocomplete-suggestion-upd a{
  display: block;
  padding: 6px 0;
  color: #231f20;
  font-size: 16px;
  cursor: pointer;
  z-index: 11120;
  position: relative;
}
.autocomplete-suggestions .scroll-content {
  position: relative;
  z-index: 11120;
}
.autocomplete-suggestion-upd:hover a {
  color: #00b6bd;
}

.icon.icon_tg{
  background-image: url(/local/templates/.default/assets/stylesheets/../images/telegram-app-25.png);
  background-color: #0088CC;
  background-position: 5px 5px;
}
/* End */


/* Start:/local/css/swiper-bundle.min.css?165773036815926*/
/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/css/fancybox.css?165773036815505*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:999999;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:default}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top/style.css?1745303912306*/
.nav_top .nav__counter {
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 3px;
    height: 17px;
    min-width: 13px;
    text-align: center;
    padding: 0 2px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    background-color: #00b6bd;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/menu_top/style.css?16704776561296*/
.row .col.nav_caption_block {
	min-height: 260px;
}

.nav_main .nav__wrap {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav_main .nav_sub {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nav_main .nav__link.catalog_section_list {
	padding: 9px 0px 5px 0px;
}

.catalog_section_list .hamburger {
	height: 18px;
}

.catalog_section_list .hamburger .line {
	background-color: #FFF;
	height: 2px;
}

.nav_main .nav__wrap>.nav__caption.catalog_section_btn_wrapper {
	display: flex;
	justify-content: space-between;
	padding: 0px 10px!important;
	line-height: 34px;
	height: 34px;
}

.nav_main.hover .nav__list {
	display: block;
}

.catalog_section_list .hamburger {
	cursor: default;
}

@media screen and (min-width: 900px) {
	.nav_main:hover .nav__list {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.catalog_section_list .hamburger {
		cursor: pointer;
	}
}
/* End */


/* Start:/local/templates/.default/components/arturgolubev/search.title/.default/style.css?167058721914450*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px!important;
	border-bottom-left-radius: 5px!important;

	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/.default/components/arturgolubev/search.title/.default/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/.default/components/arturgolubev/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/.default/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/.default/components/arturgolubev/search.title/.default/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/.default/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/.default/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/.default/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/.default/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/.default/components/arturgolubev/search.title/.default/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */


/* Start:/local/components/redsoft/catalog.section.list_menu/templates/left_menu_top/style.css?16577303682528*/
ul.n-catalog-top-sections {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    transition: 0.5s ease max-height;
    max-height: 400px;
}

ul.n-catalog-top-sections.hide_menu {
    max-height: 70px;
    overflow: hidden;
}

ul.n-catalog-top-sections::after {
    position: absolute;
    bottom: 0px;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
    height: 17px;
}
ul.n-catalog-top-sections.-open::after {
    display: none;
}
ul.n-catalog-top-sections.-open {
    max-height: 400px;
}
ul.n-catalog-top-sections li {
    margin-right: 6px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    ul.n-catalog-top-sections li {
        margin-bottom: 16px;
        margin-right: 14px;
    }
}
ul.n-catalog-top-sections a {
    display: block;
    background-color: #F0F3F3;
    border-radius: 25px;
    padding: 10px 14px;
    font-size: 14px;
    color: #231F20;
    transition: 0.3s;
}

ul.n-catalog-top-sections a.active, ul.n-catalog-top-sections a.active:hover {
    background-color: #00b6bd;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    ul.n-catalog-top-sections a {
        font-size: 10px;
        padding: 4px 8px;
    }
}
ul.n-catalog-top-sections a:hover {
    background-color: #D8DBDB;
}

.n-catalog-mobile-show-sections {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    border: 1px solid #00B6BD;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: block;
}

.n-catalog-mobile-show-sections::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjUuODMyOTUiIHdpZHRoPSI3LjA3MTA1IiBoZWlnaHQ9IjEuNTcxMzQiIHJ4PSIwLjc4NTY3MiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDAgNS44MzI5NSkiIGZpbGw9IiMwMEI2QkQiLz4KPHJlY3QgeD0iOC44ODg5MiIgeT0iNi45NDQwNiIgd2lkdGg9IjcuMDcxMDUiIGhlaWdodD0iMS41NzEzNCIgcng9IjAuNzg1NjcyIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDguODg4OTIgNi45NDQwNikiIGZpbGw9IiMwMEI2QkQiLz4KPC9zdmc+Cg==");
    width: 10px;
    height: 7px;
    background-size: contain;
    position: absolute;
    top: 9px;
    left: 7px;
    transform: rotate(180deg);
    transition: 0.3s;
}
.n-catalog-mobile-show-sections.-open::before {
    transform: rotate(0deg);
    top: 8px;
}

/* End */


/* Start:/local/components/chistovie/geo.select/templates/.default/style.css?16961710069474*/
.og-popup,
.og-popup *,
.og-popup *:before,
.og-popup *:after {
    box-sizing: border-box;
}

.og-popup .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.og-popup .row>div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.og-popup .row:before,
.og-popup .row:after {
    content: none;
}

.og-popup .align-items-end {
    -webkit-box-align: end;
    align-items: flex-end;
}

.og-popup .tabs_country .tabs__head {
    text-align: left;
}

.og-popup .b-city__country {
    margin-bottom: 50px;
}

.og-popup .tabs__body {
    margin-bottom: -23px;
}

.og-popup .tabs_country .tabs__link.active {
    background-color: #F2F2F2;
    color: #231f20;
}

.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.og-popup .col-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.og-popup .col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.og-popup .col-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.og-popup .col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.og-popup .col-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.og-popup .col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.og-popup .col-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.og-popup .col-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.og-popup .col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.og-popup .col-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.og-popup .col-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.og-popup .col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.og-popup .h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.og-popup-city {
    width: 100%;
    max-width: 1470px;
    padding: 50px 40px 60px;
}

.custom-control {
    position: relative;
    line-height: 16px;
    min-height: 20px;
    margin-bottom: 23px;
    font-size: 18px;
}

.custom-control input[type="radio"]+label {
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px;
}

.custom-control input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.custom-control input[type="radio"]+label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.custom-control input[type="radio"]+label:hover:before {
    border-color: #00B5BC;
}

.custom-control input[type="radio"]:checked+label:before {
    border-width: 4px;
    border-color: #00B5BC;
}

.og-city-search {
    margin-top: 50px;
}

.og-popup .field_text {
    height: 40px;
}

.field_text.-gray {
    background-color: #F7F7F7;
}

.og-popup .btn {
    padding: 10px 25px;
}

.og-city-search {
    max-width: 500px;
}

.og-city-search .btn {
    width: 100%;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}

.og-city-search .row {
    margin-left: -5px;
    margin-right: -5px;
}

.og-city-search .row>div {
    padding-left: 5px;
    padding-right: 5px;
}

#map-cities {
    position: relative;
    height: 400px;
}

#map-cities:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    z-index: 100;
}

.og-popup .h1 {
    font-size: 36px;
    font-weight: bold;
}

.og-popup .h6 {
    color: #999999;
    font-size: 18px;
}

.og-popup .btn_gray {
    border: 1px solid #CCCCCC;
    background: #fff;
    color: #222222 !important;
}

.og-popup .btn_gray:hover {
    background: #CCCCCC;
}

.og-popup-chosen-city {
    padding: 50px 20px 20px;
}

.og-popup-chosen-city .og-top {
    text-align: center;
}

.og-popup-chosen-city .og-top .h1 {
    margin-top: 7px;
}

.og-popup-chosen-city .og-top .btns {
    margin-top: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.og-popup-chosen-city .og-top .btn {
    font-size: 18px;
    padding: 17px 25px;
    margin: 0 5px 5px;
}

.og-popup-chosen-city .og-bottom {
    background: #F4F4F4;
    padding: 22px 50px 40px;
    margin-top: 40px;
}

.og-popup-chosen-city .og-bottom .h6 {
    text-align: center;
}

.delivery-list {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: -10px;
}

.delivery-list li {
    position: relative;
    margin-bottom: 10px;
    min-height: 40px;
    line-height: 40px;
}

.delivery-list .og-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 20px;
    box-shadow: 0px 3.43489px 2.74791px rgba(0, 0, 0, 0.0124007), 0px 8.6871px 6.94968px rgba(0, 0, 0, 0.0177484), 0px 17.7209px 14.1767px rgba(0, 0, 0, 0.0222516), 0px 36.5016px 29.2013px rgba(0, 0, 0, 0.0275993), 0px 100px 80px rgba(0, 0, 0, 0.04);
}

.delivery-list .og-icon span {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    text-align: center;
}

.delivery-list .og-icon+.text {
    padding-left: 60px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.icon-shipping-man {
    background: url(/local/templates/.default/assets/images/shipping-man.svg) no-repeat 50% 50% / contain;
}

.icon-shipping {
    background: url(/local/templates/.default/assets/images/shipping.svg) no-repeat 50% 50% / contain;
}

.icon-shipping-cart {
    background: url(/local/templates/.default/assets/images/shipping-cart.svg) no-repeat 50% 50% / contain;
}

.icon-shipping-post {
    background: url(/local/templates/.default/assets/images/icon_mail.svg) no-repeat 50% 50% / contain;
}



@media screen and (max-width: 1200px) {

    .og-city-choose .col-2 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #map-cities {
        margin-bottom: -40px;
        margin-top: 40px;
    }

    .og-city-search {
        margin-top: 40px;
    }

}

@media screen and (max-width: 900px) {

    .og-city-choose .col-2 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media screen and (max-width: 600px) {

    .og-city-choose .col-4,
    .og-city-choose .col-8,
    .og-city-choose .col-2 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .og-city-search .btn {
        margin-top: 10px;
    }

    .og-popup-city {
        padding: 40px 10px;
    }

    .og-popup-chosen-city .og-top .btns {
        display: block;
    }

    .og-popup-chosen-city .og-top .btns .btn {
        width: 100%;
        margin: 0;
    }

    .og-popup-chosen-city .og-top .btns .btn+.btn {
        margin-top: 10px;
    }

    .og-popup-chosen-city {
        padding: 40px 10px 0px;
    }

    .og-popup-chosen-city .og-bottom {
        padding: 20px 10px 20px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .delivery-list {
        font-size: 14px;
    }

    .og-popup-chosen-city .og-bottom {
        margin-top: 30px;
    }

    .og-city-search-wrap .col-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .og-btn-how {
        float: none;
        width: 100%;
        margin-top: 30px;
        display: block;
    }

    .og-popup .btn {
        width: 100%;
    }

    .og-popup .b-city__country {
        margin-bottom: 30px;
    }

    .og-city-search {
        margin-top: 30px;
    }

    .og-popup .custom-control input[type="radio"] + label {
        font-size: 16px;
    }

    .og-popup .custom-control {
        margin-bottom: 15px;
    }

    .og-popup .tabs__body {
        margin-bottom: -15px;
    }

    .og-popup .tabs_country .tabs__head {
        display: flex;
        flex-wrap: wrap;
    }

    .og-popup .tabs_country .tabs__head .tabs__link {
        margin: 0;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 16px;
    }

    .og-popup .h3 {
        margin-bottom: 15px;
        margin-top: 15px;
    }



}

@media screen and (max-width: 770px) {
    .og-popup .col-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}


@media screen and (max-width: 450px) {
    .og-popup .col-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
}



.suggest-item {
    border: 1px solid #eee;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 30px 0 rgba(13, 5, 2, .18);
    cursor: pointer;
}
/* End */


/* Start:/local/templates/chistovie/styles.css?169691836881*/
.important {
 background-color: #00b6bd;
 display: inline-block;
 padding: 5px;
}
/* End */


/* Start:/local/templates/chistovie/template_styles.css?174782908120496*/
.n-catalog-item .n-catalog-item__cart.-added {
 margin-left: unset;
 width: 135px;
}
.n-catalog-item__cart.-added {
    margin: 0 auto;
    margin-top: 14px;
    width: 150px;
}
.product-cart .n-catalog-item__cart.-added {
    margin-top: 0px;
    width: auto;
    min-width: 200px;
}
.text_block {
    font-size: 22px;
    line-height: 33px;
    color: #231f20;
    text-align: center;
    margin-bottom: 30px;
}
.similar-products-slider__card.viewed {
    min-height: 465px;
}
.similar-products-slider__card.alternate {
    min-height: 490px;
}
.blocksinfo {
    border: 2px solid #F0F3F3;
    box-shadow: 0px 4px 10px #e8e7e1;
    margin: 10px 0 30px;
}
.blocksinfoin {
    display: flex;
    max-width: 100%;
    padding: 20px 10px;
    width: auto;

}
.blocksinfoin:first-child {
    border-bottom: 2px solid #F0F3F3;
}
.blocksinfoinright {
    width: 76%;
    padding: 0 2%;
}
.blocksinfoinleft {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blocksinfoinright-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
    color: #00B6BD;
    font-size: 15px;
}
.blocksinfoinright-desc {
    font-size: 14px;
    line-height: 16px;
}
.b-features__img.feautimg3 {
    height: 45px;
}
.b-features__img.feautimg2 {
    height: 45px;
}

.blog-grid .col {
    flex-basis: auto!important;
}

.clearfix + .widget, .hide + .widget, .widget + .widget {
    margin-top: 60px;
    margin-bottom: 60px
}

.og-city-search-wrap.newwraps {
    margin-bottom: 15px;
}

.my-hintpart {
    width: 100%;
    color: black;
    min-width: 200px;
    border: 1px solid #5d5d5d;
    padding: 4px 10px;
    position: static;
    background-color: white;
}

.my-hintpart.blues {
    border: 1px solid #00B6BD;
}

.comment_form_wrapper {
    /*padding-left: 5%!important;*/
}

.b-question-form {
    margin-right: 15px;
}

.comment_form_wrapper .control_nav {
    text-align: left;
    margin-top: 20px!important;
}

.service-thumb__name {
    font-size: 14px;
}

.bx-searchtitle {
    margin-top: 0;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
    background-color:#98E1E4;
}

@media screen {
    /** native styled scroll */
    .bx-no-touch .styled-scroll {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: thin;
        scrollbar-color: #f1f1f1 #00b6bd;
    }

    .bx-no-touch .styled-scroll::-webkit-scrollbar {
        width: 12px;
        background: none;
    }

    .bx-no-touch .styled-scroll::-webkit-scrollbar-button {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .bx-no-touch .styled-scroll::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

    .bx-no-touch .styled-scroll::-webkit-scrollbar-thumb {
        background-color: #00b6bd;
        border-radius: 0;
    }

    .bx-no-touch .styled-scroll::-webkit-scrollbar-corner {
        height: 8px;
        width: 8px;
        background-color: rgba(255, 255, 255, 0.2);
    }
}


.city-suggest-results {
    max-height: 288px;
    overflow: auto;
}

.product-thumb:after {
    z-index: -1;
}

.vacancy-empty {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.product_available {
    color: #00b6bd;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}

.product__sku .product_available {
    display: inline-block;
    padding-left: 15px;
}

/*Новые стили каталога*/
.n-catalog {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 1023px) {
    .n-catalog {
        display: block;
    }
}
.n-catalog__left {
    flex-basis: 270px;
    flex-shrink: 0;
    margin-right: 30px;
}
@media screen and (max-width: 1023px) {
    .n-catalog__left {
        display: none;
    }
}
.n-catalog__content {
    flex-grow: 1;
    flex-shrink: 1;
}

.n-catalog-sort {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
    .n-catalog-sort {
        justify-content: space-between;
    }
}
.n-catalog-sort__select {
    width: 195px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    height: 42px;
    border-radius: 8px;
}
.n-catalog-sort__select::after {
    border-bottom: 1px solid #231F20;
    border-right: 1px solid #231F20;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 25px;
}
.n-catalog-sort__select .list {
    width: 100%;
}
.n-catalog-sort__filter {
    background-color: #00B6BD;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 40px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
    background-image: url("/static-html/css/../img/filter.svg");
    background-size: 17px auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
    .n-catalog-sort__filter {
        display: block;
    }
}


.products-viewed {
    margin-top: 20px;
}

.product-section {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #231F20;
}

.similar-products-slider {
    margin-top: 30px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .similar-products-slider {
        padding-top: 60px;
        margin-top: 60px;
    }
}
.similar-products-slider .swiper-wrapper {
    height: auto;
    padding-bottom: 40px;
}
.similar-products-slider .swiper-button-next {
    right: -27px;
}
@media screen and (max-width: 768px) {
    .similar-products-slider .swiper-button-next {
        right: calc(50% - 65px);
    }
}
.similar-products-slider .swiper-button-prev {
    left: -27px;
}
@media screen and (max-width: 768px) {
    .similar-products-slider .swiper-button-prev {
        left: calc(50% - 65px);
    }
}
.similar-products-slider .swiper-button-next, .similar-products-slider .swiper-button-prev {
    background-color: #00B6BD;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    transition: 0.3s;
    top: 44%;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .similar-products-slider .swiper-button-next, .similar-products-slider .swiper-button-prev {
        top: 0;
    }
}
.similar-products-slider .swiper-button-next::after, .similar-products-slider .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}
.similar-products-slider .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 768px) {
    .similar-products-slider .swiper-button-disabled {
        opacity: 0.4;
        visibility: visible;
    }
}
.similar-products-slider__card {
    min-height: 375px;
    border-radius: 8px;
    text-align: center;
    display: block;
    box-shadow: 0 16px 32px -4px rgba(16, 24, 40, 0.05);
    position: relative;
}
@media screen and (max-width: 768px) {
    .similar-products-slider__card {
        min-height: 390px;
    }
    .similar-products-slider__card.viewed {
        min-height: 540px;
    }
}
.similar-products-slider__photo {
    height: 176px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
    .similar-products-slider__photo {
        height: 224px;
    }
}
.similar-products-slider__title {
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 24px;
    font-size: 18px;
    color: #231F20;
    line-height: 1.2;
}
.similar-products-slider__footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
}
.similar-products-slider__count {
    color: #8F918E;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: none;
}
.similar-products-slider__price {
    color: #231F20;
    font-size: 20px;
}

.filter_option_label {
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.n-catalog-filter__selects .list li {
    height: 40px;
}

.nav_main .nav__wrap>.nav__caption, .popup_cart_after .btn_default, .b-subscribe .btn_default, .popup_cart_after .btn_framed {
    border-radius: 5px;
}

.btn.btn_default, .btn.btn_framed {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px!important;
    min-height: 42px;
    line-height: 21px;
}

.b-support {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.popup {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.b-subscribe .field_text {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px!important;
    height: 42px;
    line-height: 42px;
}

.mfp-close {
    top: 5px;
    right: 5px;
    border-left: #FFF!important;
    border-bottom: #FFF!important;
}

.field_text {
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px!important;
}

.mfp-image-holder .mfp-figure {
    background-color: transparent!important;
}

.mfp-image-holder .mfp-figure figure {
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .row .col_4_screen_3 {
        width: 30% !important;
    }

    .row .col_8_screen_3 {
        width: 70% !important;
    }
}

.hit_widget .product-thumb__img {
    height: 176px!important;
}

.b-specialist-list .b-specialist {
    min-height: 130px;
}

img.img-responsive {
    width: 100%;
}

.checkbox.policy label {
    font-size: 14px;
    font-weight: normal;
}

.checkbox.policy label a {
    color: #00b6bd;
    text-decoration: underline;
}

.checkbox.policy label a:hover {
    text-decoration: none;
}

.checkbox label:before {
    border-radius: 2px;
}

.checkbox label.error:before {
    content: '';
    display: none;
}

.checkbox label.error {
    padding: 0px;
    color: red;
    display: block;
}

.control_placeholder .control__label, .control_placeholder label.error {
    padding: 13px!important;
}

.page__entry_dark .checkbox label:before {
    background-color: #FFF;
}

#bx-panel.bx-panel-fixed {
    z-index: 2000!important;
}

.p-thanks__products-container .widget .container {
    width: 100%!important;
}


.n-catalog__content {
    width: 870px;
}

.table_content {
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.table_content td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    padding: 5px;
}

.vpn_alert {
    text-align: center;
    color: red;
    padding: 5px;
}

@media screen and (max-width: 1240px) {
    .n-catalog__content {
        width: 680px;
    }
}

@media screen and (max-width: 1023px) {
    .n-catalog__content {
        width: auto;
    }
}

:root {
	--swiper-navigation-size: 25px
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: -25px;
	left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: -25px;
	right: auto;
}

.section-photo {
    height: 185px;
}

.free-delivery#header-basket-free-delivery {
    background: #00b6bd;
    border-radius: 5px;
}

.free-delivery {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 17px 27px;
    background: #f0fbfd;
    border-radius: 5px;
    margin: 0 0px 10px 0px;
}
.free-delivery#header-basket-free-delivery .free-delivery__label {
    color: #fff;
    background: url(/local/templates/kpro_new2/images/header/i_delivery.svg) right center no-repeat;
    padding-right: 25px;
    display: inline-block;
}
.free-delivery__label {
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 6px 0;
}
.free-delivery#header-basket-free-delivery .free-delivery__sum {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.free-delivery__sum {
    color: #3a3c42;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 0 40px;
}
.free-delivery#header-basket-free-delivery .free-delivery__progress-holder {
    max-width: 100%;
}
.free-delivery__progress-holder {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.free-delivery#header-basket-free-delivery .free-delivery__progress {
    background: #fff;
}
.free-delivery__progress {
    height: 8px;
    border-radius: 4px;
    background: #d9d9d9;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.free-delivery__progress span:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #05dbeb;
    box-shadow: 0 1px 1.5px rgba(0,0,0,0.25);
    margin-top: -2px;
    position: absolute;
    right: -6px;
    border-radius: 50%;
}
.free-delivery#header-basket-free-delivery .free-delivery__description {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    display: flex;
    max-width: 100%;
}
.free-delivery__description {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    margin: 10px 0 0 0;
}
.free-delivery#header-basket-free-delivery .free-delivery__description .item_from {
    flex: 1;
}
.free-delivery#header-basket-free-delivery .free-delivery__description .item_to {
    flex: 2;
    text-align: right;
}
.free-delivery#header-basket-free-delivery .free-delivery__progress span {
    background: #abe9ed;
}
.free-delivery#header-basket-free-delivery .free-delivery__progress span {
    background: #abe9ed;
}
.free-delivery__progress span {
    height: 100%;
    border-radius: 4px;
    background: #99dade;
    display: block;
    position: relative;
}






@media (min-width: 768px){
    .free-delivery__description {
        margin: 5px 0 0 0;
    }
    .free-delivery {
        position: relative;
    }
    .free-delivery__label {
        margin: 0 0 11px 0;
    }
    .free-delivery#header-basket-free-delivery .free-delivery__sum {
        position: static;
    }
    .free-delivery__sum {
        position: absolute;
        right: 15px;
        top: 18px;
    }
}

.n-catalog-item__cart {
    text-align: center;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px !important;
    border: 1px solid #00B6BD;
    border-radius: 8px;
    margin-top: 14px;
    display: block;
    transition: 0.3s;
    width: auto;
    flex-grow: 1;
    margin-right: 35px;
    margin-left: 35px;
    background-color: #00B6BD;
    box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.n-catalog-item__price {
    color: #231F20;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.n-catalog-item__price_round {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    color: #5f5f5f;
}
.n-catalog-item__quantity {
    font-size: 13px;
    line-height: 22px;
    color: #8e918e;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 14px;
}
.product-thumb__footer {
    position: relative;
    z-index: 200;
}

.product-grid .product-thumb {
    height: 460px;
}
@media screen and (max-width: 768px){
    .product-thumb {
        max-height: 455px;
    }
}
a.n-catalog-item__cart.product_missing {
    background-color: #d4d5d4;
    border: 1px solid #d4d5d4;
    box-shadow: 0 16px 26px rgb(212 213 212 / 0%);
}
@media screen and (max-width: 600px){
    .n-catalog-item__cart.-added {
        margin: 0 auto;
        margin-top: 14px;
    }
    .n-catalog-item__cart {
        margin-right: 15px;
        margin-left: 15px;
    }
    .view-item .n-catalog-item__cart {
        width: 200px;
        margin: 0 auto;
        margin-top: 14px;
    }
}

/*how by page*/

.step-how-item_title {
    color: #00B6BD;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.step-how-item_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.step-how-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.step-how-item_word {
    width: 46%;
}
.step-how-item_img {
    width: 53%;
        text-align: end;
}
.row-grey {
    background: #F9F9F9;
    padding: 45px 0px;
}
.step-how-item_word.full {
    width: 100%;
    margin-bottom: 40px;
}
.step-how-item.one-click {
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    position: relative;
}
.step-how-item_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.one-click .step-how-item_word {
    width: 100%;
}
.one-click .step-how-item_title {
    color: #221F20;
}
.step-how-item.totop {
    align-items: flex-start;
}
.step-how-item.one-click.fourteen {
    width: 40%;
}
.one-click .step-how-item_img {
    width: 100%;
}
.one-click .step-how-item_img img {
    width: 100%;
}
.typo ul li:before {
    top: 12px;
}
.typo ol {
    list-style: none!important;
}
.row-bg {
    background-image: url("/images/h_bg.png");
    background-size: cover;
}
.desc {
    background: #00B6BD1A;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 20px 40px;
    margin-top: 40px;
    border-radius: 8px;
}
.arr {
    position: absolute;
    top: 453px;
    left: -50px;
}
.desc.alert {
    display: flex;
    align-items: center;
    margin-top: -25px;
}
img.alert {
    margin-right: 20px;
}
img.step-how-item_screen.outmar {
    margin-left: -45px;
}
img.step-how-item_screen.outmarbig {
    margin-top: 75px;
    margin-bottom: -35px;
}
img.step-how-item_screen.outmartw {
    margin-left: -37px;
    width: auto;
}
@media screen and (max-width: 1024px){
    .row-bg {
    background-image: unset;
}
    img.step-how-item_screen.outmartw {
        margin-left: 0px;
        width: 100%;
    }
    img.step-how-item_screen.outmarbig {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    img.step-how-item_screen.outmar {
        margin-left: 0px;
    }
    .step-how-item {
        flex-direction: column;
    }
    .step-how-item_word {
        width: 100%;
    }
    .step-how-item_img {
        width: 100%;
    }
    .step-how-item.m-two {
        flex-direction: column-reverse;
    }
    .step-how-item.one-click.fourteen {
        width: 100%;
    }
    .step-how-item.one-click {
        width: 100%;
    }
    .arr {
        display: none;
    }
    img.step-how-item_screen {
        width: 100%;
    }
}
.n-catalog-item__price_round {
    min-height: 12px;
}
.footer-menu .col.col_3.active .nav__item {
    opacity: 1 !important;
}

.footer-menu .col.col_3.active {
    max-height: inherit!important;
}

.similar-products-slider__title {
    height: 280px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .sale-order-list__header {
        display: none;
    }
    .sale-order-list__order{
        flex-direction: column;
                padding: 30px 0px 30px 0px;
    }
    .sale-order-list__order-number {
        margin-bottom: 15px;
    }
    .sale-order-list__order-date {
        margin-bottom: 15px;
    }
}

.bxmaker-authuserphone-checkbox-button input {
    appearance: auto !important;
}

.bxmaker-authuserphone-consent input {
    appearance: auto !important;
}


.j-dropdown_user .j-dropdown__content .balance {
    color: #00b6bd;
    font-weight: bold;
}

.user_account_status {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.user_account_status span {
    color: #00B6BD;
}

.user_account_histori_header {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.trans_history {
    border: 1px solid #CCC;
    border-collapse: collapse;
    width: 100%;
}

.trans_history td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    padding: 10px;
}

.trans_history th {
    border: 1px solid #CCC;
    border-collapse: collapse;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}

.trans_history td.positive {
    color: #00B6BD;
}

.trans_history td.negative {
    color: red;
}

.tabs_personal .tabs__link {
    cursor:pointer;
}

.tabs_personal .tabs__link:hover {
   background-color: #F0F3F3;
}

.tabs_personal .tabs__link.active:hover {
    background-color: #8e918e;
}


.inc_catalog {
    padding: 20px;
    background: #f0f3f3;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 14px;
}
/* End */
/* /local/templates/.default/assets/stylesheets/main.css?1748518172278172 */
/* /local/templates/.default/assets/stylesheets/programmers.css?16479501957651 */
/* /local/css/swiper-bundle.min.css?165773036815926 */
/* /local/css/fancybox.css?165773036815505 */
/* /local/templates/.default/components/bitrix/menu/top/style.css?1745303912306 */
/* /local/templates/.default/components/bitrix/catalog.section.list/menu_top/style.css?16704776561296 */
/* /local/templates/.default/components/arturgolubev/search.title/.default/style.css?167058721914450 */
/* /local/components/redsoft/catalog.section.list_menu/templates/left_menu_top/style.css?16577303682528 */
/* /local/components/chistovie/geo.select/templates/.default/style.css?16961710069474 */
/* /local/templates/chistovie/styles.css?169691836881 */
/* /local/templates/chistovie/template_styles.css?174782908120496 */
