@charset "UTF-8";
@import url("svg.css");

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

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

img {
	vertical-align: top;
}

input, textarea, button {
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

* {
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/FuturaPT-Book.woff") format("woff");
}
@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/FuturaPT-Medium.woff") format("woff");
}
@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/FuturaPT-Demi.woff") format("woff");
}

@font-face {
	font-family: Rouble;
	src: url("../css/fonts/rouble.eot");
	src: url("../css/fonts/rouble.eot?#iefix") format("embedded-opentype"), url("../css/fonts/rouble.woff") format("woff"), url("../css/fonts/rouble.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: GothaProReg;
	src: url("../css/fonts/GothaProReg.eot");
	src: url("../css/fonts/GothaProReg.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GothaProReg.woff") format("woff"), url("../css/fonts/GothaProReg.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: block;

}

@font-face {
	font-family: GothaProMed;
	src: url("../css/fonts/GothaProMed.eot");
	src: url("../css/fonts/GothaProMed.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GothaProMed.woff") format("woff"), url("../css/fonts/GothaProMed.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: block;

}

@font-face {
	font-family: GothaProBol;
	src: url("../css/fonts/GothaProBol.eot");
	src: url("../css/fonts/GothaProBol.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GothaProBol.woff") format("woff"), url("../css/fonts/GothaProBol.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: block;

}

@font-face {
	font-family: GothaProLig;
	src: url("../css/fonts/GothaProLig.eot");
	src: url("../css/fonts/GothaProLig.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GothaProLig.woff") format("woff"), url("../css/fonts/GothaProLig.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: block;

}

@font-face {
	font-family: GothaProBla;
	src: url("../css/fonts/GothaProBla.eot");
	src: url("../css/fonts/GothaProBla.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GothaProBla.woff") format("woff"), url("../css/fonts/GothaProBla.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: block;

}

.font-rub {
	font-family: "Rouble";
}

.font-regular {
	font-family: "GothaProReg";
}

.font-medium {
	font-family: "GothaProMed";
}

.font-bold {
	font-family: "GothaProBol";
}

.font-light {
	font-family: "GothaProLig";
}

.font-black {
	font-family: "GothaProBla";
}

.size-lg {
	font-size: 18px;
	line-height: 22px;
}

.size-md {
	font-size: 15px;
	line-height: 21px;
}

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

.size-xs {
	font-size: 11px;
	line-height: 17px;
}

.color-black {
	color: #000;
}

.color-gray {
	color: #adadad;
}

.color-dark {
	color: #484848;
}

.color-red {
	color: #f06c5f;
}

.color-default {
	color: #738ea2;
}

.color-silver {
	color: #7f7f7f;
}

.color-green {
	color: #49be15;
}

.color-orange {
	color: #dd9400;
}

html, body {
	height: 100%;
	background-color: #fff;
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProReg";
	color: #535353;
}

p {
	margin: 10px 0;
}

a {
	color: #536e84;
	text-decoration: underline;
}

a:hover {
	color: #8099ab;
	text-decoration: none;
}

.a-dashed {
	text-decoration: none;
	border-bottom: 1px dashed #536e84;
	cursor: pointer;
}

.a-dashed:hover {
	border: none;
}

strong, b {
	font-family: "GothaProMed";
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.l-xs {
	line-height: 15px;
}

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

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

.text-justify {
	text-align: justify;
}

.text-center {
	text-align: center;
}

.text-block {
	display: block;
}

.visible-sm {
	display: none;
}

.spinner {
	display: inline-block;
	width: 149px;
	padding: 0 44px;
	position: relative;
}

.spinner .icon-minus {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.spinner .icon-plus {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.spinner .input-control {
	height: 39px;
	text-align: center;
}

.btn {
	cursor: pointer;
}

.button {
	border: none;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 13px;
	line-height: 17px;
	font-family: "GothaProMed";
	color: #fff;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	padding: 11px 30px;
}

.button.button-lg {
	font-size: 15px;
	line-height: 18px;
}

.button.button-block {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.button-primary {
	background-color: #157fbe;
}

.button-primary:hover {
	background-color: #1d91d6;
	color: #fff;
}

.button-primary:active {
	background-color: #289ce0;
}

.button-second {
	background-color: #eff5f9;
	color: #484848;
}

.button-second:hover {
	background-color: #e0ebf2;
	color: #738ea2;
}

.button-second:active {
	background-color: #c0d2de;
	color: #738ea2;
}

.button-tertiary {
	background-color: #738ea2;
}

.button-tertiary:hover {
	background-color: #8099ab;
	color: #fff;
}

.button-tertiary:active {
	background-color: #658399;
}

.button-ancillary {
	background-color: #eff5f9;
	color: #738ea2;
}

.button-ancillary:hover {
	background-color: #e0ebf2;
	color: #738ea2;
}

.button-ancillary:active {
	background-color: #c0d2de;
	color: #738ea2;
}

.button-transparent {
	border: 1px solid #ced7e1;
	color: #6a8194;
	padding: 10px 29px;
}

.button-brands {
	width: 133px;
	font-size: 17px;
	line-height: 23px;
	border: 3px solid #fff;
	color: #fff;
	padding: 6px 22px;
	text-align: left;
}

.button-brands .icon {
	position: absolute;
	top: 12px;
	right: 10px;
}

.input-text {
	background-color: #fff;
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #e5e7e9;
	display: block;
	width: 100%;
	outline: none;
	font-size: 13px;
	line-height: 17px;
	color: #484848;
	padding: 10px 15px;
}

.input-text:-moz-placeholder, .input-text::-moz-placeholder {
	color: #a3a3a3;
	opacity: 1;
}

.input-text::-webkit-input-placeholder {
	color: #a3a3a3;
}

.input-text.dark {
	border: 1px solid rgba(115, 142, 162, 0.5);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

.input-text:hover {
	border-color: #b9c6d0;
}

.input-text.active {
	border-color: #1d91d6;
}

.input-text.error {
	border-color: #ee2707;
}

.input-text[disabled] {
	background-color: #f7f7f7;
	color: #9d9d9d;
	cursor: default;
}

.input-text[disabled]:hover {
	border-color: #e5e7e9;
}

.input-control {
	background-color: #fff;
	border: 1px solid #e5e7e9;
	display: block;
	width: 100%;
	outline: none;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	padding: 10px 11px;
}

.input-control:-moz-placeholder, .input-control::-moz-placeholder {
	color: #a3a3a3;
	opacity: 1;
}

.input-control::-webkit-input-placeholder {
	color: #a3a3a3;
}

.input-control:hover {
	border-color: #b9c6d0;
}

.input-control.active {
	border-width: 2px;
	border-color: #b9c6d0;
	padding: 9px 14px;
}

.input-lg {
	font-size: 15px;
}

.input-ancillary {
	border: 1px solid rgba(115, 142, 162, 0.5);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

.checkbox {
	border: 1px solid #d9dbdd;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	position: relative;
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox span {
	display: none;
	font-family: "svg";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 5;
}

.checkbox:hover {
	border-color: #b9c6d0;
}

.checkbox.white {
	background-color: #fff;
	border: none;
}

.checkbox.white.active {
	background-color: #fff;
}

.checkbox.white.active span {
	color: #61c734;
}

.checkbox.active {
	border-color: #157fbe;
	background-color: #157fbe;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.checkbox.active span {
	display: block;
	color: #fff;
}

.checkbox.active span:before {
	content: "";
}

.radio {
	border: 1px solid #d9dbdd;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	position: relative;
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio span {
	display: none;
	width: 7px;
	height: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 4px;
	left: 4px;
}

.radio:hover {
	border-color: #b9c6d0;
}

.radio:hover span {
	display: block;
	background-color: #acc3d5;
}

.radio.active {
	border-color: #157fbe;
	background-color: #157fbe;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.radio.active span {
	display: block;
	background-color: #fff;
}

.radio.btn {
	width: auto;
	height: auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #536e84;
	background-color: transparent;
	border-bottom: 1px dashed #536e84;
	margin: 8px 8px 8px 7px;
}

.radio.btn.active {
	background-color: #b9c6d0;
	padding: 8px 8px 8px 7px;
	margin: 0;
	border: none;
	color: #fff;
}

.check {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 8px 5px 8px 12px;
	border: 1px solid #e5e7e9;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.check label {
	display: block;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	cursor: pointer;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.check input {
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.check.image {
	padding-left: 45px;
}

.check.image img {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
}

.check:hover {
	border-color: #b9c6d0;
}

.check:active, .check.active, .check.clean {
	border: 2px solid #b9c6d0;
	padding: 7px 4px 7px 11px;
}

.check:active:before, .check.active:before, .check.clean:before {
	font-family: "svg";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	right: 9px;
	font-size: 12px;
}

.check:active.image, .check.active.image, .check.clean.image {
	padding-left: 44px;
}

.check:active.image img, .check.active.image img, .check.clean.image img {
	top: 2px;
	left: 2px;
}

.input-clean {
	position: relative;
}

.input-clean .input-control {
	padding-right: 30px;
}

.input-clean .clean-delete {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 11px;
}

.input-clean .clean-delete .icon {
	font-size: 12px;
}

.input-clean:hover .clean-delete {
	display: block;
}

.input-clean .select.active input {
	border-color: #1d91d6;
}

.input-clean .select.active .select-options {
	display: block;
}

.input-message-error {
	display: block;
	font-size: 11px;
	line-height: 17px;
	line-height: 13px;
	color: #ee2707;
	padding-top: 5px;
}

.s-select {
	display: inline-block;
	vertical-align: top;
	width: 263px;
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	width: 100%;
	height: 39px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select.select-line2 {
	height: auto;
}

.select.select-line2 .select-styled {
	position: static;
}

.select.select-line2 .text {
	display: block;
	color: #000;
	padding-top: 2px;
}

.select.select-line2 .desc {
	display: block;
	font-family: "GothaProBol";
	font-size: 11px;
	color: #adadad;
}

.select .select-styled {
	border: 1px solid #e5e7e9;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 13px;
	line-height: 17px;
	color: #484848;
	background-color: #fff;
	padding: 10px 15px;
}

.select .select-styled:after {
	content: "";
	border: 4px solid transparent;
	border-color: #738ea2 transparent transparent transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -2px;
}

.select .select-options {
	max-height: 300px;
	display: none;
	background-color: #fff;
	border: 1px solid #1d91d6;
	border-top: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 50;
	list-style: none;
	margin-top: -1px;
}

.select .select-options li {
	font-size: 13px;
	line-height: 17px;
	color: #464343;
	margin: 0;
	padding: 9px 15px;
}

.select .select-options li.active {
	background-color: #eff5f9;
}

.select .select-options li.disabled {
	background-color: #eee;
	color: #999;
	cursor: default;
}

.select .select-options li:hover {
	color: #3ba0db;
}

.select .select-options li:hover .text {
	color: #3ba0db;
}

.select .select-options li[rel="hide"] {
	display: none;
}

.select .select-options .text {
	display: block;
	color: #000;
}

.select .select-options .desc {
	display: block;
	font-family: "GothaProBol";
	font-size: 11px;
	color: #adadad;
}

.select.active .select-styled {
	border-bottom: none;
	border-color: #1d91d6;
	padding-bottom: 0;
	position: relative;
	z-index: 550;
}

.select.active .select-styled:after {
	border-color: transparent transparent #738ea2 transparent;
	margin-top: -8px;
}

.select.active .select-styled > span {
	display: block;
	padding-bottom: 11px;
	border-bottom: 1px solid #e5e7e9;
}

.select.active .select-options {
	border-top: none;
}

.calendar {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	padding: 23px 25px 25px 25px;
}

.calendar .clndr-controls {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	margin-bottom: 13px;
}

.calendar .clndr-controls:after {
	content: " ";
	display: table;
	clear: both;
}

.calendar .clndr-controls .month {
	float: left;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	text-align: center;
	width: 101px;
	margin: 11px 10px 0 10px;
}

.calendar .clndr-controls .month:first-letter {
	text-transform: uppercase;
}

.calendar .clndr-control-button {
	float: left;
	margin-top: 15px;
}

.calendar .clndr-previous-button,
.calendar .clndr-next-button {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.calendar .clndr-previous-button:before,
.calendar .clndr-next-button:before {
	font-family: "svg";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.calendar .clndr-previous-button.inactive,
.calendar .clndr-next-button.inactive {
	display: none;
}

.calendar .select {
	float: right;
	width: 88px;
	height: 40px;
}

.calendar .select .select-styled > span {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 6px;
}

.calendar .header-day {
	font-size: 12px;
	line-height: 16px;
	font-family: "GothaProMed";
	color: #adadad;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.calendar .header-day span {
	display: block;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
}

.calendar .day {
	vertical-align: middle;
}

.calendar .day .day-contents {
	width: 38px;
	height: 38px;
	padding-top: 12px;
	font-size: 12px;
	line-height: 16px;
	color: #536e84;
	text-align: center;
	cursor: default;
}

.calendar .day .day-contents a {
	color: inherit;
	text-decoration: none;
}

.calendar .day .day-contents:hover {
	background-color: #1d91d6;
	color: #fff;
}

.calendar .day .day-contents:hover a {
	color: inherit;
}

.calendar .day.active .day-contents {
	padding-top: 10px;
	border: 2px solid #1d91d6;
}

.calendar .day.last-month .day-contents, .calendar .day.next-month .day-contents {
	background-color: #fbfbfb;
	color: #bdbdbd;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.icon:before {
	margin: 0;
}

.icon_fiting {
	background-image: url("../images/svg/icon_fiting.svg");
	width: 40px;
	height: 26px;
}

.icon-dinnersclub {
	background-image: url("../images/svg/dinresclub.svg");
	width: 109px;
	height: 29px;
}

.icon-404 {
	display: inline-block;
	vertical-align: middle;
	width: 266px;
	height: 96px;
	position: relative;
	overflow: hidden;
}

.icon-404 .icon_404 {
	font-size: 265px;
	position: absolute;
	top: -84px;
	left: 0;
}

.icon-more {
	display: inline-block;
	vertical-align: middle;
	width: 144px;
	height: 90px;
	position: relative;
	overflow: hidden;
}

.icon-more .bg_more {
	font-size: 144px;
	position: absolute;
	top: -27px;
	left: 0;
}

.icon_image {
	font-size: 26px;
	color: #b9c6d0;
}

.icon_image:hover {
	color: #536e84;
}

.instruction {
	font-size: 21px;
	color: #b9c6d0;
}

.instruction:hover {
	color: #536e84;
}

.pack {
	font-size: 21px;
	color: #b9c6d0;
}

.pack:hover {
	color: #536e84;
}

.sale_hover {
	font-size: 19px;
	color: #b9c6d0;
}

.sale_hover:hover {
	color: #536e84;
}

.favorit_active {
	font-size: 20px;
	color: #b9c6d0;
}

.icon_question {
	font-size: 18px;
	color: #b9c6d0;
}

.pin_blue {
	font-size: 27px;
	color: #b9c6d0;
}

.clock_type_1 {
	font-size: 18px;
	color: #b9c6d0;
}

.clock_type_3 {
	font-size: 17px;
	color: #b9c6d0;
}

.clock_type_2 {
	font-size: 16px;
	color: #b9c6d0;
}

.icon_phone_s {
	font-size: 14px;
	color: #b9c6d0;
}

.icon_phone_s.active {
	color: #738ea2;
}

.icon_phone_s.black {
	color: #000;
}

.icon_whatsapp_s_black {
	font-size: 19px;
	color: #b9c6d0;
}

.icon_whatsapp_s_black.active {
	color: #738ea2;
}

.icon_whatsapp_s_black.black {
	color: #000;
}

.icon_telegram_s_black {
	font-size: 19px;
	color: #b9c6d0;
}

.icon_telegram_s_black.active {
	color: #738ea2;
}

.icon_telegram_s_black.black {
	color: #000;
}

.icon_skype {
	font-size: 18px;
	color: #b9c6d0;
}

.icon_skype.active {
	color: #738ea2;
}

.icon_skype.black {
	color: #000;
}

.icon_mail_hover {
	font-size: 18px;
	color: #b9c6d0;
}

.icon_mail_hover.active {
	color: #738ea2;
}

.icon_mail_hover.black {
	color: #000;
}

.icon_viber_s_black {
	font-size: 18px;
	color: #b9c6d0;
}

.icon_viber_s_black.active {
	color: #738ea2;
}

.icon_viber_s_black.black {
	color: #000;
}

.icon_vk_s {
	font-size: 18px;
	color: #b9c6d0;
}

.icon_vk_s.active {
	color: #738ea2;
}

.icon_vk_s.black {
	color: #000;
}

.icon_facebook_s_bright {
	font-size: 19px;
	color: #b9c6d0;
}

.icon_facebook_s_bright.active {
	color: #738ea2;
}

.icon_facebook_s_bright.black {
	color: #000;
}

.icon_icq_hover {
	font-size: 19px;
	color: #b9c6d0;
}

.icon_icq_hover.active {
	color: #738ea2;
}

.icon_icq_hover.black {
	color: #000;
}

.edit_black {
	font-size: 16px;
	color: #b9c6d0;
}

.edit_black.active {
	color: #738ea2;
}

.edit_black.black {
	color: #000;
}

.icon_comment {
	font-size: 23px;
	color: #738ea2;
}

.icon_claim {
	font-size: 22px;
	color: #738ea2;
}

.icon_online {
	font-size: 20px;
	color: #738ea2;
}

.icon-banner-3 {
	background-image: url("../images/svg/icon-banner-3.svg");
	width: 41px;
	height: 39px;
}

.icon-banner-4 {
	background-image: url("../images/svg/icon-banner-4.svg");
	width: 27px;
	height: 42px;
}

.tag_gift {
	font-size: 14px;
	color: #83aacb;
}

.tag_gift:before {
	content: "" !important;
	display: inline-block;
	background-image: url("../images/svg/tag_gift.svg");
	width: 19px;
	height: 19px;
}

.pin_green_small {
	font-size: 13px;
	color: #49be15;
}

.icon_return_2 {
	font-size: 33px;
	color: #fff;
}

.icon_like {
	font-size: 32px;
	color: #fff;
}

.icon_star {
	font-size: 38px;
	color: #fff;
}

.icon_deffect {
	font-size: 38px;
	color: #fff;
}

.icon_city {
	font-size: 37px;
	color: #becbd4;
}

.icon_crown {
	font-size: 40px;
	color: #becbd4;
}

.icon_return_1 {
	font-size: 30px;
	color: #becbd4;
}

.icon_parachute {
	font-size: 38px;
	color: #becbd4;
}

.icon_wallet {
	font-size: 37px;
	color: #becbd4;
}

.icon_15years {
	font-size: 38px;
	color: #becbd4;
}

.icon_play {
	font-size: 63px;
	color: #fff;
}

.icon_play.small {
	font-size: 30px;
}

.icon_basket {
	font-size: 23px;
	color: #fff;
}

.icon-check {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.icon-check .check_green {
	font-size: 10px;
	color: #61c734;
	position: relative;
	top: -1px;
}

.icon_minus {
	font-size: 25px;
	color: #fff;
}

.icon_plus {
	font-size: 25px;
	color: #fff;
}

.icon_instagram_white_small {
	font-size: 13px;
	color: #fff;
}

.icon_play_white_small {
	font-size: 13px;
	color: #fff;
}

.more_3dot {
	font-size: 22px;
	color: #fff;
}

.icon_facebook_down,
.icon_twitter_down,
.icon_instagram,
.icon_youtube_down,
.icon_OK_down,
.icon_vk {
	font-size: 42px;
	color: #d5dde3;
}

.icon_facebook_down:hover,
.icon_twitter_down:hover,
.icon_instagram:hover,
.icon_youtube_down:hover,
.icon_OK_down:hover,
.icon_vk:hover {
	color: #5077b2;
}

.icon_facebook_down:active,
.icon_twitter_down:active,
.icon_instagram:active,
.icon_youtube_down:active,
.icon_OK_down:active,
.icon_vk:active {
	color: #5b82bd;
}

.icon_3D_hover,
.icon_video_hover,
.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item > span > span.icon_video_hover {
	font-size: 46px;
	color: #d5dde3;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item .icon:hover,
.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item.active .icon {
	color: #157fbe;
}

.icon_3D_hover:hover,
.icon_video_hover:hover,
.thumb-item.active .icon_video_hover {
	color: #157fbe;
}

.icon-mastercard {
	display: inline-block;
	vertical-align: middle;
	width: 49px;
	height: 29px;
	position: relative;
	overflow: hidden;
}

.icon-mastercard .payment_mastercard {
	font-size: 49px;
	position: absolute;
	top: -10px;
	left: 0;
}

.icon-visa {
	display: inline-block;
	vertical-align: middle;
	width: 58px;
	height: 19px;
	position: relative;
	overflow: hidden;
}

.icon-visa .payment_visa {
	font-size: 58px;
	position: absolute;
	top: -19px;
	left: 0;
}

.icon-webmoney {
	display: inline-block;
	vertical-align: middle;
	width: 121px;
	height: 29px;
	position: relative;
	overflow: hidden;
}

.icon-webmoney .payment_payment_webmoney {
	font-size: 120px;
	color: #0173ba;
	position: absolute;
	top: -45px;
	left: 0;
}

.icon-yandex {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 26px;
	position: relative;
	overflow: hidden;
}

.icon-yandex .payment_yandex {
	font-size: 100px;
	position: absolute;
	top: -37px;
	left: 0;
}

.icon-yandex .payment_yandex_new {
	width: 100px;
	height: 22px;
	background: url("../images/Yandex_Money.gif") 0 0 no-repeat;
}

.icon-yandex .payment_yandex_footer {
	width: 100px;
	height: 22px;
	background: url("../images/Yandex_Money_w.gif") 0 0 no-repeat;
}

.icon-qiwi {
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 40px;
	position: relative;
	overflow: hidden;
}

.icon-qiwi .payment_qiwi {
	font-size: 39px;
	color: #f89a1d;
	position: absolute;
	top: 0;
	left: -1px;
}

.icon-qiwi .payment_qiwi_new {
	width: 27px;
	height: 41px;
	background: url("../images/loqo_qiwi.gif") 0 0 no-repeat;
}

.pointer_header,
.parachute_header,
.size_header,
.meh_header,
.strap_header,
.ask_for_header,
.return_header,
.like_header_small,
.star_header,
.deffect_header,
.sale_header_small,
.gift_header_small,
.like_header,
.discount_card,
.ask_for_header_small,
.up_header {
	font-size: 76px;
}

.tag_bestseller,
.tag_new,
.tag_sale {
	font-size: 64px;
}

.icon-logo-white {
	display: inline-block;
	vertical-align: middle;
	width: 162px;
	height: 36px;
	position: relative;
	overflow: hidden;
}

.icon-logo-white .logo_white {
	font-size: 160px;
	color: #fff;
	position: absolute;
	top: -62px;
	left: 0;
}

.icon-logo {
	display: inline-block;
	vertical-align: middle;
	width: 162px;
	height: 36px;
	position: relative;
	overflow: hidden;
}

.icon-logo .logo {
	font-size: 166px;
	position: absolute;
	top: -62px;
	left: 0;
}

.icon-logo.lg {
	width: 196px;
	height: 42px;
}

.icon-logo.lg .logo {
	font-size: 195px;
	top: -77px;
}

.ok,
.tw,
.fb,
.vk {
	font-size: 45px;
}

.sale_menu {
	font-size: 25px;
	color: #f06c5f;
}

.rus {
	font-size: 63px;
	color: #e6ac25;
}

.arrow_black_down_small,
.arrow_black_up_small,
.arrow_black_left_small,
.arrow_black_right_small {
	font-size: 11px;
	color: #536e84;
}

.arrow_black_down_small.white,
.arrow_black_up_small.white,
.arrow_black_left_small.white,
.arrow_black_right_small.white {
	color: #fff;
}

.arrow_black_down_small:hover,
.arrow_black_up_small:hover,
.arrow_black_left_small:hover,
.arrow_black_right_small:hover {
	color: #157fbe;
}

.icon_arrow_big_blue_left,
.icon_arrow_big_blue_right,
.icon_arrow_big_blue_down,
.icon_arrow_big_blue_up {
	font-size: 38px;
	color: #536e84;
	cursor: pointer;
}

.icon_arrow_big_blue_left:hover,
.icon_arrow_big_blue_right:hover,
.icon_arrow_big_blue_down:hover,
.icon_arrow_big_blue_up:hover {
	color: #157fbe;
}

.delete {
	font-size: 11px;
	color: #40403f;
	cursor: pointer;
}

.delete.white {
	color: #fff;
}

.delete.delete-md {
	font-size: 13px;
}

.delete:hover {
	color: #157fbe;
}

.icon-minus {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 39px;
	text-align: center;
	border: 1px solid #b9c6d0;
	padding-top: 18px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.icon-minus .path1 {
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 1px;
	background-color: #8e8e8e;
}

.icon-minus:hover {
	border-color: #4d9ece;
}

.icon-minus:active .path1 {
	background-color: #5ba5d1;
}

.icon-plus {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 39px;
	text-align: center;
	border: 1px solid #b9c6d0;
	padding-top: 18px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.icon-plus .path1 {
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 1px;
	background-color: #8e8e8e;
}

.icon-plus .path2 {
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 11px;
	background-color: #8e8e8e;
	position: absolute;
	top: 13px;
	left: 18px;
}

.icon-plus:hover {
	border-color: #4d9ece;
}

.icon-plus:active .path1, .icon-plus:active .path2 {
	background-color: #5ba5d1;
}

.arrow_blue_down_solid,
.arrow_blue_up_solid {
	font-size: 7px;
	color: #738ea2;
}

.arrow_blue_left,
.arrow_blue_right {
	font-size: 13px;
	cursor: pointer;
}

.arrow_blue_left.white,
.arrow_blue_right.white {
	color: #fff;
}

.qr {
	width: 55px;
	height: 32px;
	background: url("../images/qrstyle.png") 0 0 no-repeat;
	background-size: cover;
}

.menu-1 {
	width: 233px;
}

.menu-1 > ul > li {
	display: block;
	margin-top: 2px;
}

.menu-1 > ul > li:first-child {
	margin-top: 0;
}

.menu-1 > ul > li > a, .menu-1 > ul > li > span {
	display: block;
	font-family: "GothaProMed";
	font-size: 13px;
	line-height: 19px;
	color: #000;
	padding: 16px 20px;
	background-color: #eff5f9;
	text-decoration: none;
}

.menu-1 > ul > li > ul {
	display: none;
	border: 1px solid #e7eef3;
	text-decoration: none;
}

.menu-1 > ul > li > ul > li {
	display: block;
	border-top: 1px solid #e7eef3;
}

.menu-1 > ul > li > ul > li:first-child {
	border-top: none;
}

.menu-1 > ul > li > ul > li > a, .menu-1 > ul > li > ul > li > span {
	display: block;
	font-family: "GothaProMed";
	font-size: 13px;
	line-height: 19px;
	line-height: 18px;
	color: #738ea2;
	padding: 10px 19px;
	text-decoration: none;
}

.menu-1 > ul > li.active > a, .menu-1 > ul > li.active > span {
	background-color: #8099ab;
	color: #fff;
}

.menu-shop-city {
	position: relative;
}

.menu-shop-city .button-select {
	width: 130px;
	text-align: left;
	padding-left: 20px;
}

.menu-shop-city .button-select .icon {
	position: absolute;
	top: 15px;
	right: 12px;
	color: #fff;
}

.menu-shop-city .menu-shop-list {
	display: none;
	width: 242px;
	background-color: #fff;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	padding: 69px 10px 11px 11px;
	position: absolute;
	top: -15px;
	left: -11px;
	z-index: 210;
}

.menu-shop-city .menu-shop-list > ul > li {
	margin-top: 5px;
}

.menu-shop-city .menu-shop-list > ul > li:first-child {
	margin-top: 0;
}

.menu-shop-city .menu-shop-list > ul > li strong {
	display: block;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 3px;
}

.menu-shop-city .menu-shop-list > ul > li .list-item {
	display: block;
	background-color: #738ea2;
	background-position: center center;
	background-repeat: no-repeat;
	font-family: "GothaProMed";
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	text-align: center;
}

.menu-shop-city .menu-shop-list > ul > li .list-item.moscow {
	background-image: url("../images/bg/icon-menu-shop-moscow.jpg");
}

.menu-shop-city .menu-shop-list > ul > li .list-item.petersburg {
	background-image: url("../images/bg/icon-menu-shop-petersburg.jpg");
}

.menu-shop-city .menu-shop-list > ul > li .list-item.rostov {
	background-image: url("../images/bg/icon-menu-shop-rostov.jpg");
}

.menu-shop-city .menu-shop-list > ul > li .list-item.samara {
	background-image: url("../images/bg/icon-menu-shop-samara.jpg");
}

.menu-shop-city .menu-shop-list > ul > li .list-item > span {
	display: table;
	width: 100%;
}

.menu-shop-city .menu-shop-list > ul > li .list-item > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 64px;
}

.menu-shop-city .menu-shop-list a {
	text-decoration: none;
}

.menu-shop-city.active .button-select {
	position: relative;
	z-index: 215;
}

.menu-shop-city.active .button-select .icon:before {
	content: "";
}

.menu-shop-city.active .menu-shop-list {
	display: block;
}

.carousel-dots {
	width: 100%;
	height: 7px;
	text-align: center;
	position: relative;
}

.carousel-dots:before, .carousel-dots:after {
	display: table;
	content: "";
}

.carousel-dots:after {
	clear: both;
}

.carousel-dots .dots-item {
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 7px;
	height: 7px;
	margin: 0 1px;
}

.carousel-dots .dots-item > span {
	display: block;
	width: 5px;
	height: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #157fbe;
	cursor: pointer;
	margin: 1px;
}

.carousel-dots .dots-item > span:hover {
	background-color: #3ab6ff;
}

.carousel-dots .dots-item > span.active {
	border: 1px solid #1d91d6;
	background-color: #fff;
	width: 5px;
	height: 5px;
	margin: 0;
}

.pagination.text-center > ul {
	display: inline-block;
}

.pagination > ul {
	overflow: hidden;
	margin: 0 auto;
}

.pagination > ul > li {
	float: left;
}

.pagination > ul > li > a, .pagination > ul > li > span {
	display: block;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #484848;
	padding: 14px 0;
	width: 50px;
	border: 1px solid #dadee1;
	border-left: none;
	text-decoration: none;
	text-align: center;
}

.pagination > ul > li > a:hover {
	background-color: #157fbe;
	border-color: #157fbe;
	color: #fff;
}

.pagination > ul > li > span {
	cursor: default;
}

.pagination > ul > li.first > a, .pagination > ul > li.first > span {
	border-left: 1px solid #dadee1;
}

.pagination > ul > li.active > a, .pagination > ul > li.active > span {
	font-family: "GothaProBol";
	color: #157fbe;
}

.pagination > ul > li.active > a:hover, .pagination > ul > li.active > span:hover {
	background-color: transparent;
	border-color: #dadee1;
	cursor: default;
}

.pagination .prev {
	float: left;
}

.pagination .prev > a, .pagination .prev > span {
	display: block;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #484848;
	padding: 14px 0;
	width: 50px;
	border: 1px solid #dadee1;
	text-decoration: none;
	text-align: center;
}

.pagination .prev > a .icon, .pagination .prev > span .icon {
	color: #5e6971;
}

.pagination .prev > a:hover, .pagination .prev > span:hover {
	background-color: #157fbe;
	border-color: #157fbe;
	color: #fff;
}

.pagination .prev > a:hover .icon, .pagination .prev > span:hover .icon {
	color: #fff;
}

.pagination .next {
	float: right;
}

.pagination .next > a, .pagination .next > span {
	display: block;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #484848;
	padding: 14px 0;
	width: 50px;
	border: 1px solid #dadee1;
	text-decoration: none;
	text-align: center;
}

.pagination .next > a .icon, .pagination .next > span .icon {
	color: #5e6971;
}

.pagination .next > a:hover, .pagination .next > span:hover {
	background-color: #157fbe;
	border-color: #157fbe;
	color: #fff;
}

.pagination .next > a:hover .icon, .pagination .next > span:hover .icon {
	color: #fff;
}

.scroll-up {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
}

.pagination-inline.text-center > ul {
	display: inline-block;
}

.pagination-inline > ul {
	overflow: hidden;
	margin: 0 60px;
}

.pagination-inline > ul > li {
	float: left;
}

.pagination-inline > ul > li > a, .pagination-inline > ul > li > span {
	display: block;
	width: 26px;
	font-size: 15px;
	line-height: 21px;
	color: #484848;
	text-decoration: none;
	text-align: center;
}

.pagination-inline > ul > li > span {
	cursor: default;
}

.pagination-inline > ul > li.active > a, .pagination-inline > ul > li.active > span {
	font-family: "GothaProMed";
	color: #157fbe;
}

.pagination-inline .prev, .pagination-inline .next {
	float: left;
}

.pagination-inline .prev > a, .pagination-inline .prev > span, .pagination-inline .next > a, .pagination-inline .next > span {
	display: block;
	font-size: 13px;
	line-height: 19px;
	color: #484848;
	text-align: center;
}

.pagination-inline .prev > a .icon, .pagination-inline .prev > span .icon, .pagination-inline .next > a .icon, .pagination-inline .next > span .icon {
	color: #5e5e5e;
}

.pagination-inline .next {
	float: right;
}

.scrollTop {
	display: inline-block;
	width: 77px;
	height: 49px;
	overflow: hidden;
}

.scrollTop a, .scrollTop span {
	font-size: 11px;
	line-height: 17px;
	padding: 16px 0;
	text-align: center;
}

.thumb > ul {
	display: table;
	width: 100%;
}

.thumb > ul > li {
	float: left;
	width: 86px;
	height: 86px;
	margin-left: 9px;
}

.thumb > ul > li:first-child {
	margin-left: 0;
}

.thumb > ul > li > a, .thumb > ul > li > span {
	display: block;
	width: 86px;
	height: 86px;
	border: 1px solid #e5e7e9;
	padding: 2px;
}

.thumb > ul > li > a.active, .thumb > ul > li > span.active {
	border: 3px solid #157fbd;
	-moz-box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	-webkit-box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	padding: 0;
}

.location {
	display: inline-block;
	vertical-align: top;
	width: 301px;
}

.location .location-content {
	background-color: #fff;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	padding: 16px 30px 30px 30px;
	position: relative;
}

.location .location-content p {
	margin: 10px 0 13px 0;
}

.location .location-content .location-icon {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -35px;
	left: 0;
}

.location .location-content .location-icon .icon {
	font-size: 44px;
}

.location .location-content .location-delete {
	position: absolute;
	top: 10px;
	right: 10px;
}

.location .location-content .location-phone {
	margin-bottom: 19px;
}

.location .location-content .location-phone a {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
}

.location .location-content .location-phone span {
	display: block;
}

.location .location-content .location-list {
	margin-bottom: 27px;
}

.location .location-content .location-list > li {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	margin-top: 6px;
}

.location .location-content .location-list > li:first-child {
	margin-top: 0;
}

.location .location-content .location-button {
	overflow: hidden;
}

.location .location-content .location-button > li {
	float: left;
	width: 124px;
	margin-left: 5px;
}

.location .location-content .location-button > li:first-child {
	width: 112px;
	margin-left: 0;
}

.navbar-toggle {
	position: relative;
}

.navbar-toggle.active .toggle-menu {
	position: relative;
	z-index: 600;
}

.navbar-toggle.active .toggle-menu .arrow:before {
	border-color: transparent transparent #738ea2 transparent;
	margin-top: -8px;
}

.navbar-toggle.active .toggle-list {
	display: block;
	z-index: 500;
}

.navbar-toggle .toggle-list {
	display: none;
	position: absolute;
	top: 100%;
	right: -25px;
	margin-top: 10px;
}

.navbar-toggle .toggle-list > ul {
	background-color: #fff;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	padding: 20px 28px;
	position: relative;
}

.navbar-toggle .toggle-list > ul:before, .navbar-toggle .toggle-list > ul:after {
	display: block;
	content: "♦";
	font-family: monospace;
	font-size: 30px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 50px;
}

.navbar-toggle .toggle-list > ul:before, .navbar-toggle .toggle-list > ul:after {
	right: 25px;
	top: -25px;
	margin-left: -25px;
	clip: rect(0px, 50px, 25px, 0px);
}

.navbar-toggle .toggle-list > ul:before {
	text-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.navbar-toggle .toggle-list > ul:after {
	top: -22px;
}

.navbar-toggle .toggle-list > ul > li {
	white-space: nowrap;
	margin-top: 7px;
}

.navbar-toggle .toggle-list > ul > li:first-child {
	margin-top: 0;
}

.accordion h4 {
	background-color: #f2f4f6;
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	padding: 15px 40px 15px 20px;
	margin-bottom: 2px;
	position: relative;
	cursor: pointer;
}

.accordion h4.active .arrow:after {
	display: none;
}

.accordion h4 .arrow {
	display: block;
	width: 27px;
	height: 27px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -14px;
}

.accordion h4 .arrow:before, .accordion h4 .arrow:after {
	display: block;
	content: "";
	background-color: #8e8e8e;
	position: absolute;
	top: 50%;
}

.accordion h4 .arrow:before {
	width: 11px;
	height: 1px;
	right: 8px;
}

.accordion h4 .arrow:after {
	width: 1px;
	height: 11px;
	right: 13px;
	margin-top: -5px;
}

.accordion .show {
	display: none;
	padding: 20px;
}

.accordion .show p {
	font-size: 13px;
	line-height: 19px;
	color: #484847;
	margin: 0 0 12px;
}

.breadcrumbs > ul {
	overflow: hidden;
}

.breadcrumbs > ul > li {
	float: left;
	position: relative;
	margin-left: 20px;
	font-size: 11px;
	line-height: 17px;
	color: #bdbdbd;
}

.breadcrumbs > ul > li:before {
	display: block;
	font-family: "svg";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 8px;
	color: #414141;
	content: "";
	position: absolute;
	top: 4px;
	left: -12px;
}

.breadcrumbs > ul > li:first-child {
	margin-left: 0;
}

.breadcrumbs > ul > li:first-child:before {
	display: none;
}

.breadcrumbs > ul > li a {
	text-decoration: none;
	border-bottom: 1px solid #e1e6ea;
}

.breadcrumbs > ul > li a:hover {
	border: none;
}

.articles {
	line-height: 25px;
	color: #484847;
}

.articles p {
	margin: 25px 0;
}

.articles table {
	width: 100%;
	border: 1px solid #e5e7e9;
	margin-bottom: 25px;
	table-layout: fixed;
}

.articles table thead th {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	line-height: 20px;
	vertical-align: middle;
	padding: 11px 20px;
}

.articles table thead th.text-center {
	text-align: center;
}

.articles table tbody tr:nth-child(odd) th, .articles table tbody tr:nth-child(odd) td {
	background-color: #f7f9fa;
}

.articles table tbody th, .articles table tbody td {
	font-size: 13px;
	line-height: 19px;
	line-height: 20px;
	vertical-align: middle;
	padding: 7px 20px;
}

.articles table tbody th.text-center, .articles table tbody td.text-center {
	text-align: center;
}

.articles table th {
	text-align: left;
}

.note-tags ul {
	overflow: hidden;
	padding-top: 19px;
	border-top: 1px solid #eaeced;
}

.note-tags li {
	float: left;
	font-size: 13px;
	line-height: 19px;
	color: #b3b3b3;
	margin-right: 10px;
	margin-bottom: 10px;
}

.note-tags li:first-child {
	margin-top: 9px;
}

.note-tags .button {
	font-size: 11px;
}

.blog-item {
	background-color: #f2f4f6;
	padding: 12px;
	text-align: center;
	height: 610px;
}

.blog-item .item-title {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #898989;
	padding-top: 19px;
	margin-bottom: 18px;
}

.blog-item .item-name {
	font-size: 18px;
	line-height: 23px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 20px;
}

.blog-item .item-name a {
	color: inherit;
	text-decoration: none;
}

.blog-item .item-blog {
	padding-bottom: 11px;
}

.blog-item .item-blog a {
	display: inline-block;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 5px 10px;
	background-color: #157fbe;
	text-align: center;
}

.blog-item .item-post {
	margin-bottom: 20px;
}

.blog-item .item-post .post-photo {
	height: 162px;
	display: inline-block;
	width: 100%;
}

.blog-item .item-post a {
	display: inline-block;
	color: #484847;
	padding: 2px;
	background-color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.blog-item .post-title {
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	padding: 9px 10px;
}

.blog-item .user-photo {
	border-top: 1px solid #e2e6ea;
	padding-top: 14px;
	margin-bottom: 6px;
}

.blog-item .user-photo img {
	display: inline-block;
	max-width: 100%;
	height: 60px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.blog-item .user-name {
	font-family: "GothaProMed";
	font-size: 15px;
	line-height: 21px;
	line-height: 18px;
	color: #000;
}

.blog-item .user-name a {
	color: inherit;
}

.blog-item .user-desc {
	font-size: 13px;
	line-height: 19px;
	line-height: 14px;
	color: #5e6971;
}

.blog-item .user-desc a {
	color: inherit;
}

.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nano > .nano-content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.nano > .nano-content:focus {
	outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
	display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}

.nano > .nano-pane {
	position: absolute;
	width: 5px;
	right: 2px;
	top: 0;
	bottom: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nano > .nano-pane > .nano-slider {
	background: #157fbe;
	position: relative;
	margin: 0;
	cursor: pointer;
}

.mini-filter {
	width: 252px;
	position: relative;
	z-index: 56;
	background-color: #fff;
}

.mini-filter .filter-top {
	height: 39px;
	padding: 11px 57px 0 15px;
	background-color: #738ea2;
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}

.mini-filter .filter-delete {
	width: 37px;
	height: 39px;
	background-color: #536e84;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.mini-filter .filter-delete:hover {
	background-color: #157fbe;
}

.mini-filter .filter-delete:hover .delete {
	color: #fff;
}

.mini-filter .filter-list {
	border-left: 1px solid #cbd0d4;
	border-right: 1px solid #cbd0d4;
	font-size: 13px;
	line-height: 19px;
	line-height: 19px;
	color: #000;
}

.mini-filter .filter-list > ul > li {
	display: block;
	border-top: 1px solid #e5e7e9;
	position: relative;
}

.mini-filter .filter-list > ul > li.collapse {
	background-color: #eff5f9;
}

.mini-filter .filter-list > ul > li:first-child {
	border-top: none;
}

.mini-filter .filter-list > ul > li:last-child {
	border-bottom: 1px solid #e5e7e9;
}

.mini-filter .filter-list > ul > li .filter-item {
	display: block;
	padding: 5px 15px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mini-filter .filter-list > ul > li .filter-item:hover {
	background-color: #eff5f9;
}

.mini-filter .filter-list > ul > li.active > ul {
	display: block;
}

.mini-filter .filter-list > ul > li.active .arrow_black_down_small:before {
	content: "";
}

.mini-filter .filter-list > ul > li > ul {
	display: none;
}

.mini-filter .filter-list > ul > li > ul > li {
	background-color: #f7fcff;
	padding: 0;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mini-filter .filter-list > ul > li > ul > li .filter-item {
	padding: 5px 15px;
}

.mini-filter .filter-list em {
	color: #a6a6a6;
}

.mini-filter .filter-list .icon {
	color: #5d5d5c;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 7px;
}

.mini-filter.js-done .filter-list > ul > li:last-child {
	border-bottom: none;
}

.search {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 39px;
	position: relative;
}

.search.active .search-result {
	display: block;
}

.search-content {
	height: 39px;
	position: relative;
	z-index: 102;
}

.search-content .input-text {
	padding-right: 53px;
}

.search-button {
	width: 38px;
	height: 39px;
	text-indent: -9999px;
	background-image: url("../images/svg/icon_magnifier.svg");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.search-result {
	display: none;
	width: 412px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	padding: 74px 40px 22px 40px;
	position: absolute;
	top: -23px;
	left: -30px;
	z-index: 101;
}

.result-title {
	border-bottom: 1px solid #f4f4f4;
	position: relative;
	font-size: 11px;
	line-height: 17px;
	line-height: 26px;
	margin-bottom: 2px;
}

.result-title strong {
	font-family: "GothaProBol";
	color: #adadad;
}

.result-title span {
	display: block;
	color: #536e84;
	position: absolute;
	top: 0;
	right: 0;
}

.result-item {
	overflow: hidden;
	position: relative;
	padding-top: 4px;
	margin-bottom: 11px;
}

.result-item .item-row {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.result-item .item-row:after {
	content: " ";
	display: table;
	clear: both;
}

.result-item .item-photo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 49px;
}

.result-item .item-photo a, .result-item .item-photo span {
	display: inline-block;
	width: 51px;
	padding-right: 10px;
}

.result-item .item-photo a img, .result-item .item-photo span img {
	display: inline-block;
	max-width: 100%;
}

.result-item .item-name {
	display: table-cell;
	vertical-align: middle;
	width: 1000px;
	font-size: 13px;
	line-height: 19px;
	color: #000;
	margin-left: 50px;
	padding-top: 3px;
}

.result-item .item-name a {
	display: inline-block;
	max-width: 180px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
}

.result-item .item-name a:hover {
	text-decoration: underline;
}

.result-item .item-price {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-family: "GothaProMed";
	font-size: 13px;
	line-height: 19px;
	color: #000;
	white-space: nowrap;
}

.your-city {
	display: inline-block;
	position: relative;
}

.your-city.active .your-city-row {
	display: inline-block;
	z-index: 5500;
}

.your-city.active .your-city-row .item-active .icon:before {
	content: "";
}

.your-city.active .your-city-list {
	display: block;
	width: 250px;
	z-index: 5000;
}

.your-city-content {
	position: relative;
}

.your-city-row {
	font-size: 11px;
	line-height: 17px;
	color: #5e6971;
	position: relative;
}

.your-city-row .item-active {
	display: inline-block;
	font-family: "GothaProMed";
	color: #536e84;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.your-city-row .item-active:hover {
	color: #8099ab;
}

.your-city-row .item-active .icon {
	top: -1px;
	margin-left: 4px;
}

.your-city-list {
	display: none;
	width: 100%;
	background-color: #fff;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	padding: 42px 30px 25px 30px;
	position: absolute;
	top: -11px;
	left: -30px;
	z-index: 50;
}

.your-city-list > ul {
	border-top: 1px solid #e5e7e9;
	padding-top: 18px;
}

.your-city-list > ul > li {
	display: block;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin-top: 12px;
}

.your-city-list > ul > li:first-child {
	margin-top: 0;
}

.your-city-list .city-item {
	display: inline-block;
	color: #536e84;
	cursor: pointer;
	text-decoration: underline;
}

.your-city-list .city-item:hover {
	color: #8099ab;
	text-decoration: none;
}

.your-city-list .city-item.active {
	color: inherit;
	cursor: default;
	text-decoration: none;
}

.sorting-collection {
	display: inline-block;
	position: relative;
}

.sorting-collection .collection-button {
	font-size: 15px;
	line-height: 21px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.sorting-collection .collection-button .icon {
	position: relative;
	margin-left: 4px;
}

.sorting-collection .collection-list {
	display: none;
	width: 318px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	padding: 65px 40px 17px 40px;
	position: absolute;
	top: -30px;
	left: -40px;
	z-index: 50;
}

.sorting-collection .collection-title {
	font-size: 11px;
	line-height: 17px;
	font-family: "GothaProBol";
	color: #adadad;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 4px;
	margin-bottom: 9px;
}

.sorting-collection ul {
	margin-bottom: 19px;
}

.sorting-collection ul > li {
	margin-top: 12px;
}

.sorting-collection ul > li:first-child {
	margin-top: 0;
}

.sorting-collection.active {
	z-index: 55;
}

.sorting-collection.active .collection-button {
	z-index: 55;
}

.sorting-collection.active .collection-button .icon:before {
	content: "";
}

.sorting-collection.active .collection-button .icon.arrow_black_down_small:before {
	content: "";
}

.sorting-collection.active .collection-list {
	display: block;
}

.sorting-popular {
	display: inline-block;
	width: auto;
	position: relative;
}

.sorting-popular .popular-button {
	font-size: 15px;
	line-height: 21px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.sorting-popular .popular-button .icon {
	position: relative;
	margin-left: 4px;
}

.sorting-popular .popular-list {
	display: none;
	width: 318px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	padding: 65px 40px 17px 40px;
	position: absolute;
	top: -30px;
	left: -40px;
	z-index: 50;
}

.sorting-popular ul {
	margin-bottom: 19px;
}

.sorting-popular ul > li {
	margin-top: 12px;
}

.sorting-popular ul > li:first-child {
	margin-top: 0;
}

.sorting-popular.active {
	z-index: 55;
}

.sorting-popular.active .popular-button {
	z-index: 55;
}

.sorting-popular.active .popular-button .icon:before {
	content: "";
}

.sorting-popular.active .popular-button .icon.arrow_black_down_small:before {
	content: "";
}

.sorting-popular.active .popular-list {
	display: block;
}

.sorting-pager {
	display: inline-block;
	position: relative;
}

.sorting-pager .pager-button {
	font-size: 15px;
	line-height: 21px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.sorting-pager .pager-button .icon {
	position: relative;
	margin-left: 4px;
}

.sorting-pager .pager-active {
	font-family: "GothaProMed";
}

.sorting-pager .pager-list {
	display: none;
	width: 318px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	padding: 65px 40px 17px 40px;
	position: absolute;
	top: -30px;
	left: -40px;
	z-index: 50;
}

.sorting-pager ul {
	margin-bottom: 19px;
}

.sorting-pager ul > li {
	margin-top: 12px;
}

.sorting-pager ul > li:first-child {
	margin-top: 0;
}

.sorting-pager.active {
	z-index: 55;
}

.sorting-pager.active .pager-button {
	z-index: 55;
}

.sorting-pager.active .pager-button .icon:before {
	content: "";
}

.sorting-pager.active .pager-button .icon.arrow_black_down_small:before {
	content: "";
}

.sorting-pager.active .pager-list {
	display: block;
}

.b-text {
	width: 339px;
	background-color: #f2f4f6;
	padding: 20px 20px 39px 20px;
}

.b-text p {
	margin-bottom: 16px;
}

.b-menu {
	width: 273px;
	border: 1px solid #e5e7e9;
	padding: 23px 0;
}

.b-menu .menu-1 {
	margin: 0 19px 28px 19px;
}

.b-menu .share {
	border-top: 1px solid #f2f4f6;
	padding: 26px 19px 8px 19px;
}

.subscribe-category {
	padding-top: 16px;
	padding-bottom: 19px;
}

.subscribe-category > ul {
	margin-bottom: 16px;
}

.subscribe-category > ul > li {
	display: block;
	position: relative;
	margin-top: 12px;
	padding-left: 29px;
}

.subscribe-category > ul > li:first-child {
	margin-top: 0;
}

.subscribe-category > ul > li .p-checkbox {
	position: absolute;
	top: -1px;
	left: 0;
}

.subscribe-category > ul > li label {
	display: inline-block;
	font-size: 13px;
	line-height: 19px;
	color: #536e84;
}

.subscribe-category > ul > li label:hover {
	color: #8099ab;
}

.subscribe-category .button {
	width: 123px;
}

.subscribe {
	background-color: #f5f6f6;
	padding-top: 33px;
	padding-bottom: 48px;
	text-align: center;
}

.subscribe .subscribe-title {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 10px;
}

.subscribe .subscribe-content {
	max-width: 900px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 19px;
}

.subscribe .subscribe-content p {
	margin: 0 0 23px;
}

.subscribe .form {
	max-width: 396px;
	margin: 0 auto;
}

.subscribe .form-group {
	position: relative;
}

.subscribe .pt-text {
	text-align: left;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 12px;
	margin-left: -145px;
	z-index: 10;
}

.subscribe label {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.comments {
	margin-bottom: 30px;
}

.comments .fb-comments {
	width: 100% !important;
}

.comments .fb-comments span {
	width: 100% !important;
}

.comments .fb-comments iframe {
	width: 100% !important;
}

.comments .comments-nav > ul {
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 24px;
}

.comments .comments-nav > ul > li {
	float: left;
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-left: 25px;
}

.comments .comments-nav > ul > li:first-child {
	margin-left: 0;
}

.comments .comments-nav > ul > li.active > span {
	color: #738ea2;
	padding-bottom: 3px;
	border-bottom: 2px solid #738ea2;
}

.comments .comments-nav > ul > li strong {
	font-family: "GothaProReg";
}

.comments .comments-tab .form-head {
	background-color: #738ea2;
	padding: 14px 20px;
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #fff;
	position: relative;
}

.comments .comments-tab .form-head .vk {
	width: 28px;
	height: 18px;
	background-color: #fff;
	position: absolute;
	top: 15px;
	right: 22px;
}

.comments .comments-tab .form-head .icon_vk_s {
	font-size: 32px;
	color: #738ea2;
	position: absolute;
	top: 7px;
	right: 20px;
}

.comments .comments-tab form {
	background-color: #f2f4f6;
	padding: 20px;
}

.comments .comments-tab .form-text {
	margin-bottom: 10px;
}

.comments .comments-tab .form-text textarea {
	resize: none;
}

.comments .comments-tab .comments-form {
	display: none;
}

.home-navbar {
	height: 83px;
	background-color: #738ea2;
	margin-bottom: 20px;
}

.home-navbar ul {
	padding-top: 26px;
}

.home-navbar ul > li {
	float: left;
	width: 240px;
	font-size: 13px;
	line-height: 19px;
	line-height: 16px;
	color: #fff;
	position: relative;
	padding-left: 65px;
	margin-left: 50px;
}

.home-navbar ul > li.visible-xs {
	display: none;
}

.home-navbar ul > li:first-child {
	margin-left: 0;
	padding-right: 50px;
}

.home-navbar ul > li:last-child {
	float: right;
	margin-left: 0;
	width: auto;
}

.home-navbar ul > li u {
	text-decoration: none;
}

.home-navbar ul > li .icon {
	position: absolute;
	top: -3px;
	left: 10px;
}

.js-popup-open {
	cursor: pointer;
}

.js-modal-is-open {
	overflow: hidden;
}

.js-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 901;
}

.js-popup-about-certificate {
	width: auto !important;
}

.js-popup-about-certificate .form-content {
	padding-top: 0px !important;
}

.js-popup-about-certificate .form-content img {
	width: 100%;
	height: 100%;
}

.p-form {
	width: 691px;
	position: fixed;
}

.p-form .form-content {
	background-color: #fff;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	padding-top: 53px;
	position: relative;
}

.p-form .form-content .form-icon {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -38px;
	left: 0;
}

.p-form .form-content .form-icon .blue {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-color: #1d91d6;
	-moz-border-radius: 38px;
	-webkit-border-radius: 38px;
	border-radius: 38px;
	text-align: center;
	padding-top: 22px;
}

.p-form .form-content .form-icon .blue .icon {
	font-size: 32px;
	color: #fff;
}

.p-form .form-content .form-icon .blue .icon.call_me_back:before {
	content: "";
	display: inline-block;
	background-image: url("../images/svg/call_me_back.svg");
	width: 33px;
	height: 26px;
}

.p-form .form-content .form-delete {
	position: absolute;
	top: 10px;
	right: 10px;
}

.p-form .form-content .form-title {
	border-bottom: 1px solid #cbd0d4;
	text-align: center;
	padding-bottom: 32px;
	margin-bottom: 30px;
	font-size: 21px;
	font-family: "GothaProMed";
	line-height: 26px;
	color: #000;
}

.p-form .form-content .form-title span {
	display: block;
	font-family: "GothaProReg";
	font-size: 13px;
	line-height: 19px;
	color: #484847;
	padding-top: 2px;
}

.p-form .form-content .form {
	border-bottom: 1px solid #cbd0d4;
	padding: 15px 50px 0 50px;
}

.p-form .form-content .form.none-up {
	padding-top: 0;
}

.p-form .form-content .form-row {
	display: table;
	width: 100%;
	margin-bottom: 29px;
}

.p-form .form-content .form-row.nobottom {
	margin-bottom: 0px;
}

.p-form .form-content .form-row.service {
	margin-bottom: 0px;
}

.p-form .form-content .form-row.inline label {
	display: block;
	float: none;
	color: #000;
	margin-bottom: 11px;
}

.p-form .form-content .form-row.inline .form-input {
	margin: 0;
}

.p-form .form-content .form-row p {
	color: #484848;
	margin: 7px 0 0;
}

.p-form .form-content .form-row label {
	float: left;
	font-size: 13px;
	line-height: 19px;
	color: #484847;
	margin-top: 12px;
}

.p-form .form-content .form-row.service label {
	margin-top: 5px;
	margin-bottom: 5px;
}

.p-form .form-content .form-input {
	position: relative;
	margin-right: 50px;
	margin-left: 130px;
}

.p-form .form-content textarea {
	resize: none;
}

.p-form .form-content .form-phone {
	display: table;
	margin-bottom: 11px;
}

.p-form .form-content .form-phone .icon {
	top: -1px;
	margin-right: 4px;
}

.p-form .form-content .form-phone .cell {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #000;
	padding-right: 20px;
}

.p-form .form-content .form-phone .cell a {
	color: #536e84;
	text-decoration: none;
}

.p-form .form-content .form-phone .cell a u {
	text-decoration: none;
	border-bottom: 1px solid #dce0e4;
}

.p-form .form-content .form-phone .cell a .icon {
	color: inherit;
}

.p-form .form-content .ask-advice {
	color: #000;
	padding-bottom: 34px;
}

.p-form .form-content .ask-advice p {
	margin: 0 0 12px;
}

.p-form .form-content .ask-advice p.font-medium {
	margin-bottom: 23px;
}

.p-form .form-content .ask-advice .list-button {
	overflow: hidden;
	margin-bottom: 12px;
}

.p-form .form-content .ask-advice .list-button > li {
	float: left;
	margin-left: 18px;
}

.p-form .form-content .ask-advice .list-button > li:first-child {
	margin-left: 0;
}

.p-form .form-content .ask-advice .list-button > li .button {
	width: 116px;
	height: 40px;
	text-align: left;
	padding-left: 40px;
}

.p-form .form-content .ask-advice .list-button > li .button.active {
	border: 2px solid #eff5f9;
	background-color: #fff;
	padding: 9px 0 9px 38px;
}

.p-form .form-content .ask-advice .list-button > li .button.active .icon {
	left: 8px;
}

.p-form .form-content .ask-advice .list-button > li .icon {
	color: #738ea2;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -11px;
}

.p-form .form-content .ask-advice .list-button > li .icon.icon_phone_s {
	margin-top: -9px;
}

.p-form .form-content .ask-advice .form-captcha {
	padding: 1px 0 5px 0;
}

.p-form .form-content .ask-advice .form-captcha span {
	padding-top: 4px;
	display: block;
	font-size: 11px;
	line-height: 17px;
	color: #adadad;
}

.p-form .form-content .ask-advice .show {
	display: none;
}

.p-form .form-content .ask-advice .show-fixed {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 9px;
}

.p-form .form-content .ask-advice .show-fixed .form-group {
	width: 311px;
	position: relative;
	margin-bottom: 15px;
}

.p-form .form-content .ask-advice .show-fixed .form-group.group-phone {
	margin-bottom: 40px;
}

.p-form .form-content .ask-advice .show-fixed .form-group.last {
	margin-bottom: 0;
}

.p-form .form-content .ask-advice .show-fixed .form-group .control {
	margin-right: 116px;
}

.p-form .form-content .ask-advice .show-fixed .form-group .button-block {
	width: 116px;
	position: absolute;
	top: 0;
	right: 0;
}

.p-form .form-content .ask-advice .show-long .form-group {
	position: relative;
	margin-bottom: 15px;
}

.p-form .form-content .ask-advice .show-long .form-group.last {
	margin-bottom: 0;
}

.p-form .form-content .ask-advice .show-long .form-group .control {
	margin-right: 116px;
}

.p-form .form-content .ask-advice .show-long .form-group .button-block {
	width: 116px;
	position: absolute;
	top: 0;
	right: 0;
}

.p-form .form-content .ask-advice .list-radio > li {
	padding-left: 30px;
	margin-top: 8px;
	position: relative;
}

.p-form .form-content .ask-advice .list-radio > li:first-child {
	margin-top: 0;
}

.p-form .form-content .ask-advice .list-radio > li .control {
	position: absolute;
	top: -3px;
	left: 0;
}

.p-form .form-content .ask-advice .list-radio > li label {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #536e84;
}

.p-form .form-content .form-button {
	padding: 29px 50px 23px 50px;
	text-align: center;
}

.p-form .form-content .form-button.text-left {
	text-align: left;
}

.p-form .form-content .form-button > ul {
	display: inline-block;
	overflow: hidden;
}

.p-form .form-content .form-button > ul > li {
	float: left;
	margin-left: 12px;
}

.p-form .form-content .form-button > ul > li:first-child {
	margin-left: 0;
}

.p-form .form-content .form-button .button-block {
	width: 196px;
}

.p-delivery {
	width: 691px;
}

.p-delivery .delivery-content {
	background-color: #fff;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	padding-top: 53px;
	position: relative;
}

.p-delivery .delivery-content .delivery-icon {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -38px;
	left: 0;
}

.p-delivery .delivery-content .delivery-delete {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 902;
}

.p-delivery .delivery-content .delivery-title {
	border-bottom: 1px solid #cbd0d4;
	text-align: center;
	padding-bottom: 32px;
	margin-bottom: 30px;
	font-size: 21px;
	font-family: "GothaProMed";
	line-height: 26px;
	color: #000;
}

.p-delivery .delivery-content .delivery-form {
	padding: 15px 50px 0 50px;
}

.p-delivery .delivery-content .form-row {
	display: table;
	width: 100%;
	margin-bottom: 29px;
}

.p-delivery .delivery-content .form-row p {
	color: #484848;
	margin: 7px 0 0;
}

.p-delivery .delivery-content .form-row label {
	float: left;
	font-size: 13px;
	line-height: 19px;
	color: #484847;
	margin-top: 12px;
}

.p-delivery .delivery-content .form-row-shop {
	margin-bottom: 21px;
	position: relative;
}

.p-delivery .delivery-content .form-row-shop label {
	margin-top: 2px;
}

.p-delivery .delivery-content .form-row-shop .form-input {
	padding-left: 40px;
}

.p-delivery .delivery-content .form-row-shop .icon {
	position: absolute;
	top: 2px;
	left: 0;
}

.p-delivery .delivery-content .form-row-shop a {
	color: inherit;
	text-decoration: none;
}

.p-delivery .delivery-content .form-product {
	display: block;
	overflow: hidden;
	padding-top: 3px;
}

.p-delivery .delivery-content .form-product .product-item {
	/*border-top: 1px solid #e5e7e9;
  padding-top: 17px;*/
}

.p-delivery .delivery-content .form-product .product-item .card-name {
	display: inline;
	margin-right: 20px;
}

.p-delivery .delivery-content .form-product .product-item .card-price {
	display: inline-block;
}

.p-delivery .delivery-content .form-input {
	position: relative;
	margin-right: 50px;
	margin-left: 130px;
}

.p-delivery .delivery-content .form-card .card-photo {
	float: left;
	margin-top: 17px;
}

.p-delivery .delivery-content .form-card .card-content {
	padding-top: 21px;
	margin-left: 142px;
}

.p-delivery .delivery-content .form-card .discount-item {
	display: inline-block;
	background-color: #ebeff1;
	padding: 7px 21px;
	margin-bottom: 18px;
}

.p-delivery .delivery-content .form-card .card-name {
	margin-bottom: 4px;
}

.p-delivery .delivery-content .form-card .card-price {
	margin-bottom: 13px;
}

.p-delivery .delivery-content .form-card .card-price > ul {
	overflow: hidden;
}

.p-delivery .delivery-content .form-card .card-price > ul > li {
	float: left;
	margin-left: 15px;
}

.p-delivery .delivery-content .form-card .card-price > ul > li:first-child {
	margin-left: 0;
}

.p-delivery .delivery-content .delivery-button {
	border-top: 1px solid #cbd0d4;
	padding: 29px 0 40px 0;
	text-align: center;
}

.p-delivery .delivery-content .delivery-button > ul {
	display: inline-block;
	overflow: hidden;
}

.p-delivery .delivery-content .delivery-button > ul > li {
	float: left;
	margin-left: 12px;
}

.p-delivery .delivery-content .delivery-button > ul > li:first-child {
	margin-left: 0;
}

.p-textarea {
	width: 691px;
}

.p-textarea .textarea-content {
	background-color: #fff;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	padding-top: 53px;
	padding-bottom: 16px;
	position: relative;
}

.p-textarea .textarea-content .textarea-icon {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -38px;
	left: 0;
}

.p-textarea .textarea-content .textarea-delete {
	position: absolute;
	top: 10px;
	right: 10px;
}

.p-textarea .textarea-content .textarea-title {
	border-bottom: 1px solid #cbd0d4;
	text-align: center;
	padding-bottom: 32px;
	margin-bottom: 25px;
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
}

.p-textarea .textarea-content .textarea-text {
	padding: 0 50px;
}

.p-textarea .textarea-content .textarea-text.color-black p {
	color: #000;
}

.p-textarea .textarea-content .text-price {
	border-bottom: 1px solid #e5e7e9;
	margin-bottom: 18px;
}

.p-textarea .textarea-content .text-price h4 {
	margin-bottom: 14px;
}

.p-textarea .textarea-content table {
	width: 100%;
	border: 1px solid #e5e7e9;
	margin-bottom: 15px;
}

.p-textarea .textarea-content table tr:nth-child(even) td {
	background-color: #f7f9fa;
}

.p-textarea .textarea-content table th {
	width: 262px;
	font-family: "GothaProMed";
	line-height: 18px;
	color: #484847;
	text-align: left;
	padding: 12px 20px;
}

.p-textarea .textarea-content table td {
	font-size: 13px;
	line-height: 19px;
	line-height: 16px;
	color: #484847;
	padding: 9px 20px;
}

.p-textarea .textarea-content h4 {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 21px;
}

.p-textarea .textarea-content p {
	font-size: 13px;
	line-height: 19px;
	color: #484847;
	margin: 0 0 21px;
}

.pt-text {
	width: 399px;
	position: absolute;
	z-index: 999;
}

.pt-text .text-content {
	background-color: #fff;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	padding: 23px 40px 21px 40px;
	position: relative;
}

.pt-text .text-content:before, .pt-text .text-content:after {
	display: block;
	content: "♦";
	font-family: monospace;
	font-size: 30px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 50px;
}

.pt-text.pt-right {
	margin-left: -420px;
	margin-top: -107px;
}

.pt-text.pt-right .text-content:before, .pt-text.pt-right .text-content:after {
	top: 50%;
	right: -25px;
	margin-top: -25px;
	clip: rect(0px, 50px, 50px, 25px);
}

.polosa {
	color: #536E84;
	text-align: left;
	cursor: default;
}

.polosa p {
	color: #536E84;
	text-align: left;
	cursor: default;
}

.pt-text.pt-top {
	margin-left: 20%;
	margin-top: 14px;
}

.pt-text.pt-last {
	right: 20%;
	margin-top: 14px;
}

.pt-text.pt-top .text-content:before, .pt-text.pt-top .text-content:after {
	content: "";
}

.pt-text.pt-top .text-content:before {
	text-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.pt-text.pt-right .text-content:before {
	text-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.pt-text.pt-right .text-content:after {
	right: -24px;
	display: none;
}

.pt-text.pt-left .text-content:before, .pt-text.pt-left .text-content:after {
	top: 50%;
	left: -25px;
	margin-top: -25px;
	clip: rect(0px, 25px, 50px, 0px);
}

.pt-text.pt-left .text-content:before {
	text-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.pt-text.pt-left .text-content:after {
	left: -24px;
	display: none;
}

.pt-text.pt-up .text-content:before, .pt-text.pt-up .text-content:after {
	left: 50%;
	top: -25px;
	margin-left: -25px;
	clip: rect(0px, 50px, 25px, 0px);
}

.pt-text.pt-up .text-content:before {
	text-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.pt-text.pt-up .text-content:after {
	top: -22px;
}

.popup-rings-size {
	width: 500px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	margin-top: -125px;
	margin-left: -184px;
	z-index: 999;
}

.popup-rings-size .popup-content {
	position: relative;
	padding: 30px;
}

.popup-rings-size .popup-content:before, .popup-rings-size .popup-content:after {
	display: block;
	content: "♦";
	font-family: monospace;
	font-size: 30px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 50px;
}

.popup-rings-size .popup-content:before, .popup-rings-size .popup-content:after {
	left: 50%;
	top: -25px;
	margin-left: -25px;
	clip: rect(0px, 50px, 25px, 0px);
}

.popup-rings-size .popup-content:before {
	text-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.popup-rings-size .popup-content:after {
	top: -22px;
}

.popup-rings-size .popup-close {
	position: absolute;
	top: 17px;
	right: 17px;
	text-align: center;
}

.popup-rings-size .size-tab {
	padding-top: 7px;
}

.popup-rings-size .size-tab > ul {
	overflow: hidden;
}

.popup-rings-size .size-tab > ul > li {
	float: left;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	line-height: 12px;
	color: #536e84;
	text-align: center;
	margin-left: 4px;
}

.popup-rings-size .size-tab > ul > li:first-child {
	margin-left: 0;
}

.popup-rings-size .size-tab > ul > li u {
	text-decoration: none;
	border-bottom: 1px dashed #536e84;
}

.popup-rings-size .size-tab > ul > li span {
	display: block;
	cursor: pointer;
	padding: 19px 18px;
}

.popup-rings-size .size-tab > ul > li span.active {
	background-color: #eff5f9;
}

.popup-rings-size .size-tab > ul > li span.active u {
	border: none;
}

.popup-rings-size .size-tab > ul > li span.first {
	padding-top: 13px;
	padding-bottom: 13px;
}

.popup-rings-size .check {
	border: none;
}

.popup-rings-size .check:before {
	display: none;
}

.popup-rings-size .form-submit {
	padding-top: 25px;
	text-align: center;
}

.popup-rings-size .form-submit .button {
	width: 183px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.p-order-complete {
	width: 550px;
	background-color: #fff;
	left: 0;
	top: 0;
	position: relative;
	padding: 30px;
	text-align: center;
}

.p-order-complete .p-content {
	position: relative;
	text-align: center;
	padding: 20px 20px 160px 20px;
}

.p-order-complete .p-delete {
	position: absolute;
	top: 25px;
	right: 25px;
}

.p-order-complete .p-delete .icon {
	color: #000;
}

.p-order-complete .p-title {
	font-size: 32px;
	line-height: 42px;
	color: #000 !important;
	padding-top: 130px;
	margin-bottom: 14px;
}

.p-order-complete .p-text {
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin-bottom: 11px;
}

.p-order-complete .p-text p {
	margin: 0 0 12px;
}

.p-order-complete .p-share {
	padding-bottom: 35px;
	margin-bottom: 28px;
	border-bottom: 1px solid #e5e5e5;
}

.p-order-complete .p-share .button {
	width: 267px;
}

.p-order-complete .p-discount p {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin: 0 0 12px;
}

.p-order-complete .p-discount li {
	margin-top: 10px;
}

.p-order-complete .p-discount li:first-child {
	margin-top: 0;
}

.p-order-complete .p-discount li .check {
	width: 267px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.p-order-complete .p-discount li .check label {
	line-height: 20px;
}

.p-basket {
	width: 570px;
	height: 100%;
	background-color: #fff;
	padding-bottom: 90px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 250;
}

.p-basket .p-head {
	background-color: #157fbe;
	position: relative;
	padding: 18px 20px 16px 20px;
}

.p-basket .p-title {
	font-size: 21px;
	line-height: 26px;
	color: #fff;
}

.p-basket .p-basket-empty {
	margin-top: 200px;
	color: #000;
}

.p-basket .p-basket-empty .icon__basket-empty {
	width: 104px;
	height: 100px;
	background-image: url("../images/svg/basket_empty.svg");
	background-repeat: no-repeat;
}

.p-basket .p-basket-empty h3 {
	font-size: 130%;
	font-weight: bold;
}

.p-basket .p-basket-empty a {
	color: #157fbd;
}

.p-basket .p-close {
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	position: absolute;
	top: 24px;
	right: 20px;
	cursor: pointer;
}

.p-basket .p-close .icon {
	color: #fff;
}

.p-basket .form-product {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

.p-basket .form-product .form-row {
	position: relative;
}

.p-basket .form-product .product-delete {
	float: left;
	width: 20px;
	padding-top: 37px;
}

.p-basket .form-product .product-photo {
	float: left;
	width: 80px;
	overflow: hidden;
	text-align: center;
}

.p-basket .form-product .product-photo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.p-basket .form-product .product-photo > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.p-basket .form-product .product-photo > span:after {
	content: " ";
	display: table;
	clear: both;
}

.p-basket .form-product .product-photo > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100px;
}

.p-basket .form-product .product-title {
	float: left;
	width: 140px;
	line-height: 18px;
	color: #000;
	margin-left: 5px;
}

.p-basket .form-product .product-title > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.p-basket .form-product .product-title > span:after {
	content: " ";
	display: table;
	clear: both;
}

.p-basket .form-product .product-title > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100px;
}

.p-basket .form-product .product-control {
	float: left;
	margin-top: 31px;
	margin-left: 15px;
}

.p-basket .form-product .product-price {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #121212;
	position: absolute;
	top: 52px;
	right: 20px;
}

.p-basket .form-product .product-promo {
	border-top: 1px solid #e5e5e5;
	padding: 11px 0 8px 0;
	margin: 0 15px;
	font-size: 13px;
	line-height: 19px;
	color: #000;
}

.p-basket .form-product .product-promo .checkbox {
	top: -1px;
	margin-right: 10px;
}

.p-basket .form-product .product-promo label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.p-basket .form-product .product-promo .input-text {
	width: 50%;
	margin-top: 10px;
}

.p-basket .form-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	padding: 16px 15px;
}

.p-basket .form-bill {
	background-color: #eff5f9;
	padding: 10px 15px 23px 15px;
	margin-bottom: 6px;
}

.p-basket .form-bill .bill-show {
	display: none;
}

.p-basket .form-bill .form-row {
	padding: 0;
	margin-bottom: 30px;
}

.p-basket .form-bill .form-row.first, .p-basket .form-bill .form-row.last {
	margin-bottom: 0;
}

.p-basket .form-bill .form-row .form-radio {
	overflow: hidden;
	padding-top: 11px;
	padding-bottom: 17px;
}

.p-basket .form-bill textarea {
	resize: none;
}

.p-basket .feedback-row {
	clear: both;
	padding-top: 18px;
}

.p-basket .feedback-row .row {
	display: inline-block;
	width: 100%;
	margin-left: 135px;
	margin-top: 10px;
}

.p-basket .feedback-row .row .input-text {
	width: 175px;
}

.p-basket .feedback-row .feedback-label {
	float: left;
	font-size: 13px;
	line-height: 19px;
	line-height: 16px;
	color: #aeb6bb;
}

.p-basket .feedback-row .feedback-list > ul {
	overflow: hidden;
}

.p-basket .feedback-row .feedback-list > ul > li {
	float: left;
	margin-left: 5px;
}

.p-basket .feedback-row .feedback-list > ul > li:first-child {
	margin-left: 0;
}

.p-basket .feedback-row .feedback-list a {
	display: inline-block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	padding: 7px 10px 7px 30px;
	font-size: 13px;
	line-height: 19px;
	line-height: 16px;
	color: #738ea2;
	text-decoration: none;
	position: relative;
}

.p-basket .feedback-row .feedback-list a u {
	text-decoration: none;
}

.p-basket .feedback-row .feedback-list a .icon {
	color: #738ea2;
	position: absolute;
	top: 5px;
	left: 7px;
}

.p-basket .feedback-row .feedback-list a.active {
	border: 2px solid #1d91d6;
	background-color: transparent;
	padding: 5px 8px 5px 28px;
}

.p-basket .feedback-row .feedback-list a.active .icon {
	top: 3px;
	left: 5px;
}

.p-basket .form-row {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	padding: 10px 15px;
	margin-bottom: 9px;
}

.p-basket .form-row:after {
	content: " ";
	display: table;
	clear: both;
}

.p-basket .form-row .bonuscard {
	width: 70%;
}

.p-basket .form-row.form-point {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.p-basket .form-row.form-point > label {
	line-height: 20px;
	padding-top: 0;
	margin-top: 0px;
	margin-left: 135px;
}

.p-basket .form-row.form-point .control-address {
	padding-top: 20px;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	text-decoration: none;
}

.p-basket .form-row.form-point .control-address u {
	display: inline-block;
	line-height: 14px;
	text-decoration: none;
	border-bottom: 1px solid #dce0e4;
	margin-left: 10px;
}

.p-basket .form-row.form-feedback {
	background-color: #eff5f9;
	padding: 18px 15px;
}

.p-basket .form-row.form-feedback .control {
	float: left;
	width: 175px;
	position: relative;
}

.p-basket .form-row.form-feedback .control .icon_phone_s {
	position: absolute;
	top: 12px;
	left: 14px;
}

.p-basket .form-row.form-feedback .control .input-text {
	padding-left: 35px;
}

.p-basket .form-row.form-feedback .control-text {
	float: left;
	font-size: 13px;
	line-height: 19px;
	color: #aeb6bb;
	margin-left: 15px;
	margin-top: 11px;
}

.p-basket .form-row.payment {
	position: relative;
}

.p-basket .form-row.payment .s-select {
	width: 100%;
}

.p-basket .form-row.payment .payment-item {
	position: absolute;
	top: -10px;
	margin-left: 135px;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
}

.p-basket .form-row.payment .payment-item .checkbox {
	margin-right: 6px;
}

.p-basket .form-row.payment .payment-item a {
	border-bottom: 1px solid #dce0e4;
	text-decoration: none;
}

.p-basket .form-row.payment .payment-item a:hover {
	border: none;
}

.p-basket .form-row.last {
	margin-bottom: 2px;
}

.p-basket .form-row > label {
	float: left;
	font-size: 13px;
	line-height: 19px;
	color: #484847;
	margin-top: 11px;
	cursor: pointer;
}

.p-basket .form-row .form-control {
	margin-left: 135px;
}

.p-basket .form-row .form-radio > ul.list-inline > li {
	float: left;
	margin-left: 20px;
	margin-top: 0;
	padding-left: 25px;
}

.p-basket .form-row .form-radio > ul.list-inline > li:first-child {
	margin-left: 0;
}

.p-basket .form-row .form-radio > ul > li {
	font-size: 13px;
	line-height: 19px;
	color: #000;
	margin-top: 13px;
	padding-left: 30px;
	position: relative;
}

.p-basket .form-row .form-radio > ul > li .control {
	position: absolute;
	top: -1px;
	left: 0;
}

.p-basket .form-row .form-radio > ul > li:first-child {
	margin-top: 0;
}

.p-basket .js-basket-overlay-background {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 900;
}

.p-basket .p-footer {
	width: 570px;
	height: 66px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	padding: 6px 15px;
	position: fixed;
	bottom: 0;
	right: 0;
}

.p-basket .p-footer .footer-content {
	float: left;
	width: 350px;
}

.p-basket .p-footer .footer-callme {
	float: left;
	width: 165px;
	position: relative;
	margin-top: 3px;
}

.p-basket .p-footer .footer-callme:before {
	display: block;
	content: "";
	width: 1px;
	height: 41px;
	background-color: #e5e7e9;
	position: absolute;
	top: 4px;
	right: 0;
}

.p-basket .p-footer .footer-callme p {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	margin: 0 0 10px;
}

.p-basket .p-footer .footer-callme a {
	color: #c8cfd3;
	text-decoration: none;
	border-bottom: 1px dashed #c8cfd3;
}

.p-basket .p-footer .footer-callme .tel {
	font-size: 15px;
	line-height: 21px;
	text-decoration: none;
	border: none;
	color: #9da5aa;
}

.p-basket .p-footer .footer-price {
	float: right;
	text-align: right;
	margin-top: 5px;
}

.p-basket .p-footer .footer-price p {
	font-size: 13px;
	line-height: 19px;
	color: #333;
	margin: 0 0 5px;
}

.p-basket .p-footer .footer-price strong {
	display: block;
	font-size: 21px;
	line-height: 24px;
	color: #121212;
}

.p-basket .p-footer .footer-button {
	float: right;
	width: 136px;
}

.p-basket .p-footer .footer-button .button {
	line-height: 20px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.p-basket .p-footer.active-callme {
	height: 300px;
	z-index: 901;
}

.p-basket .p-footer.active-callme .p-footer__callme {
	display: inline-block;
}

.p-basket .p-footer .p-footer__callme {
	display: none;
	width: 100%;
}

.p-basket .p-footer .p-footer__callme .form-title {
	padding: 0;
	text-align: center;
	font-size: 16px;
}

.p-basket .p-footer .p-footer__callme hr {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

.p-basket .p-footer .p-footer__callme .form-input {
	display: inline-block;
	float: right;
	width: 70%;
}

.p-basket .p-footer .p-footer__callme .form-button ul {
	text-align: center;
}

.p-basket .p-footer .p-footer__callme .form-button ul li {
	display: inline-block;
	margin: 0 4px;
}

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

.overlay-popup {
	display: none;
	z-index: 999;
	position: absolute;
}

.overlay-popup .popup-close {
	position: absolute;
	top: -40px;
	right: -40px;
	z-index: 10;
}

.overlay-popup .popup-close .icon {
	font-size: 28px;
	color: #fff;
}

.overlay-popup .popup-content {
	position: relative;
}

.popup-maps-p-basket {
	margin-left: -380px;
	margin-top: -250px;
}

.popup-maps-p-basket .popup-close-p-basket {
	position: absolute;
	top: -40px;
	right: -40px;
	z-index: 10;
}

.popup-maps-p-basket .popup-close-p-basket .icon {
	font-size: 28px;
	color: #fff;
}

.p-basket-overlay-all {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	display: none;
}

.popup-maps, .popup-maps-p-basket, .popup-maps-point {
	width: 760px;
	top: 50%;
	left: 50%;
	position: fixed;
}

.popup-maps .popup-head, .popup-maps-p-basket .popup-head, .popup-maps-point .popup-head {
	width: 100%;
	position: absolute;
	top: -38px;
	left: 0;
	z-index: 10;
	text-align: center;
}

.popup-maps .maps-content, .popup-maps-p-basket .maps-content, .popup-maps-point .maps-content {
	position: relative;
}

.popup-maps .maps-container, .popup-maps-p-basket .maps-container, .popup-maps-point .maps-container {
	width: 100%;
	height: 0;
	padding: 0 60px;
	position: absolute;
	top: 0;
	left: 0;
}

.popup-maps .maps-container .maps-card, .popup-maps-p-basket .maps-container .maps-card {
	float: left;
	width: 323px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	padding: 40px;
	margin-top: 100px;
}

.popup-maps .maps-container .maps-card .location-phone, .popup-maps-p-basket .maps-container .maps-card .location-phone {
	margin-bottom: 19px;
}

.popup-maps .maps-container .maps-card .location-phone a, .popup-maps-p-basket .maps-container .maps-card .location-phone a {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
}

.popup-maps .maps-container .maps-card .location-phone span, .popup-maps-p-basket .maps-container .maps-card .location-phone span {
	display: block;
	line-height: 14px;
	padding-top: 4px;
}

.popup-maps .maps-container .maps-card .maps-submit, .popup-maps-p-basket .maps-container .maps-card .maps-submit {
	padding-top: 7px;
}

.popup-maps .maps-container .maps-card .maps-submit .button, .popup-maps-p-basket .maps-container .maps-card .maps-submit .button {
	padding-top: 16px;
	padding-bottom: 17px;
}

.popup-gallery {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.popup-gallery .gallery-content {
	width: 100%;
	min-height: 100%;
	position: relative;
}

.popup-gallery .gallery-delete {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 110;
}

.popup-gallery .gallery-delete .icon {
	/*font-size: 40px;
	 color: #536e84;*/
	font-size: 20px;
	color: #fff;
	padding: 7px 0 0;
	width: 35px;
	height: 35px;
	background: #157fbe;
}

.popup-gallery .gallery-title {
	width: 100%;
	font-size: 30px;
	line-height: 42px;
	color: #404041;
	padding-top: 96px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.75);
	z-index: 100;
}

.popup-gallery .gallery-photo {
	width: 100%;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -250px;
}

.popup-gallery .gallery-photo .photo-prev {
	width: 30%;
	height: 100%;
	padding-top: 240px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.popup-gallery .gallery-photo .photo-next {
	width: 30%;
	height: 100%;
	padding-top: 240px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.popup-gallery .gallery-photo .photo-row {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	height: 100%;
	position: relative;
}

.popup-gallery .gallery-photo .photo-row:after {
	content: " ";
	display: table;
	clear: both;
}

.popup-gallery .gallery-photo .photo-row .photo-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	height: 500px;
}

.popup-gallery .gallery-photo .photo-row .photo-cell span.zoom.can-zoom {
	display: inline-block;
	position: relative;
	height: 100%;
	cursor: url(/design/images/plus.cur), default;
}

.popup-gallery .gallery-photo .photo-row .photo-cell img.js-full-gallery-full-img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

/*.popup-gallery .gallery-photo .photo-row .photo-cell img.zoomImg {*/
/*cursor: -webkit-zoom-in;*/
/*cursor: zoom-in;*/
/*}*/
/*  Если картинку увеличили:  */
/*.popup-gallery .gallery-photo .photo-row .photo-cell img {*/
/*cursor: -webkit-zoom-out;*/
/*cursor: zoom-out;*/
/*}*/

.popup-gallery .gallery-thumbnails {
	width: 100%;
	position: absolute;
	bottom: 24px;
	left: 0;
	z-index: 100;
}

.popup-gallery .gallery-thumbnails .thumbnails-content {
	width: 536px;
	height: 86px;
	margin: 0 auto;
	position: relative;
}

.popup-gallery .gallery-thumbnails .thumbnails-content .control-prev,
.popup-gallery .gallery-thumbnails .thumbnails-content .control-next {
	position: absolute;
	top: 50%;
	margin-top: -11px;
}

.popup-gallery .gallery-thumbnails .thumbnails-content .control-prev {
	left: 0;
}

.popup-gallery .gallery-thumbnails .thumbnails-content .control-next {
	right: 0;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider {
	width: 466px;
	margin: 0 auto;
	overflow: hidden;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider ul {
	width: 1000px;
	overflow: hidden;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider ul > li {
	float: left;
	width: 86px;
	margin-right: 9px;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item {
	display: inline-block;
	width: 86px;
	height: 86px;
	border: 1px solid #e5e7e9;
	background-color: #fff;
	padding: 2px;
	cursor: pointer;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item.active {
	border: 3px solid #157fbe;
	padding: 0;
	-moz-box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	-webkit-box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item > span {
	display: block;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item > span:after {
	content: " ";
	display: table;
	clear: both;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item > span > span {
	display: block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 80px;
	overflow: hidden;
	/*font-size: 0px;*/
}

.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item > span > span:after {
	content: " ";
	display: inline-block;
	width: 1%;
	height: 100%;
	vertical-align: middle;
}

.popup-gallery .gallery-thumbnails .thumbnails-slider .thumb-item img {
	display: inline-block;
	max-width: 99%;
	max-height: 100%;
	vertical-align: middle;
}

.popup-rings-decor {
	display: none;
	background-color: #fff;
	width: 637px;
	position: absolute;
	top: 0;
	margin-top: -165px;
	left: 180px;
	z-index: 50;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.popup-rings-decor .p-close-decor {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	background-color: #3081c2;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 11;
}

.popup-rings-decor .p-close-decor:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.popup-rings-decor .p-close-decor .icon {
	margin-top: 14px;
	color: #fff;
	margin-left: 15px;
	display: inline-block;
}

.popup-rings-decor .popup-content {
	position: relative;
}

.popup-rings-decor .popup-content:before, .popup-rings-decor .popup-content:after {
	display: block;
	content: "♦";
	font-family: monospace;
	font-size: 30px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	position: absolute;
	overflow: hidden;
	width: 50px;
	height: 50px;
	top: 50%;
	left: -24px;
	margin-top: -50px;
	clip: rect(0px, 25px, 50px, 0px);
	z-index: 55;
}

.popup-rings-decor .popup-content:before {
	text-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.popup-rings-decor .popup-content:after {
	left: -24px;
	display: none;
}

.popup-rings-decor .popup-content ul {
	overflow: hidden;
	border-right: 1px solid #cbd0d4;
	border-bottom: 1px solid #cbd0d4;
}

.popup-rings-decor .popup-content ul li {
	float: left;
	width: 212px;
	border-top: 1px solid #cbd0d4;
	border-left: 1px solid #cbd0d4;
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProReg";
	text-align: center;
	position: relative;
}

.popup-rings-decor .popup-content ul li .item {
	display: block;
}

.popup-rings-decor .popup-content ul li .item > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.popup-rings-decor .popup-content ul li .item > span:after {
	content: " ";
	display: table;
	clear: both;
}

.popup-rings-decor .popup-content ul li .item > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 212px;
	padding-bottom: 50px;
}

.popup-rings-decor .popup-content ul li .item img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.popup-rings-decor .popup-content ul li strong {
	display: block;
	font-family: "GothaProReg";
	width: 100%;
	position: absolute;
	bottom: 28px;
	left: 0;
}

.p-search-shop {
	display: none;
	width: 100%;
	height: 735px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.7);
}

.p-search-shop .bc-filter {
	float: right;
	background-color: #fff;
	margin: 0;
}

.p-search-shop .bc-filter .bf-item {
	border-bottom: none;
}

.p-search-shop .bf-result {
	width: 252px;
	height: 735px;
	background-color: #fff;
	padding: 10px 20px;
	color: #585858;
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 100;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.p-search-shop .bf-result.active {
	right: 0;
	z-index: 100;
}

.p-search-shop .bf-result .result-prev {
	margin-bottom: 15px;
}

.p-search-shop .bf-result .result-prev a {
	font-size: 13px;
	line-height: 19px;
	color: #000;
	text-decoration: none;
}

.p-search-shop .bf-result .result-prev a .icon {
	color: inherit;
}

.p-search-shop .bf-result .result-status {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 16px;
}

.p-search-shop .bf-result .result-logo {
	padding-bottom: 20px;
}

.p-search-shop .bf-result .result-logo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.p-search-shop .bf-result .result-name {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 22px;
}

.p-search-shop .bf-result .result-shop {
	margin-bottom: 10px;
}

.p-search-shop .bf-result .result-shop > ul > li {
	padding-left: 38px;
	position: relative;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	line-height: 15px;
	margin-top: 29px;
}

.p-search-shop .bf-result .result-shop > ul > li:first-child {
	margin-top: 0;
}

.p-search-shop .bf-result .result-shop > ul > li .icon {
	font-size: 26px;
	position: absolute;
	top: 0;
	left: 0;
}

.p-search-shop .bf-result .result-shop > ul > li > a {
	text-decoration: none;
	border-bottom: 1px solid #dce0e4;
}

.p-search-shop .bf-result .result-shop > ul > li > a:hover {
	border: none;
}

.p-search-shop .bf-result .result-text {
	font-size: 13px;
	line-height: 19px;
	padding-top: 22px;
}

.p-search-shop .bf-result .result-text p {
	margin: 0 0 23px;
}

.p-pickup {
	background-color: #fff;
	width: 1110px;
	height: 670px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -335px;
	margin-left: -555px;
}

.p-pickup .p-content {
	position: relative;
}

.p-pickup .p-delete {
	position: absolute;
	top: 14px;
	right: 20px;
}

.p-pickup .p-head {
	height: 110px;
	padding: 25px 45px 12px 45px;
}

.p-pickup .p-head label {
	float: left;
	font-size: 13px;
	line-height: 19px;
	margin-top: 10px;
}

.p-pickup .p-head .control {
	width: 264px;
	margin-left: 88px;
}

.p-pickup .p-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 10px;
}

.p-pickup .p-maps {
	height: 560px;
	position: relative;
}

.p-pickup .p-maps .maps {
	background-color: #e9e5dc;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

.how-to-get {
	width: 690px;
	background-color: #fff;
	-moz-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -345px;
	text-align: center;
	z-index: 999;
}

.how-to-get .p-content {
	padding: 20px 10px 0 10px;
	position: relative;
	font-size: 13px;
	line-height: 19px;
	color: #000;
}

.how-to-get .p-delete {
	position: absolute;
	top: 10px;
	right: 10px;
}

.how-to-get .p-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 20px;
}

.how-to-get .p-list ul {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.how-to-get .p-list ul:after {
	content: " ";
	display: table;
	clear: both;
}

.how-to-get .p-list li {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
	white-space: nowrap;
}

.how-to-get p {
	margin: 0;
	padding: 15px 0;
}

.how-to-get .button {
	padding-left: 15px;
	padding-right: 15px;
}

.share p {
	margin: 0;
}

.share .share-inline {
	margin-bottom: 16px;
}

.share .share-inline > ul {
	overflow: hidden;
}

.share .share-inline > ul > li {
	float: left;
	margin-left: 11px;
}

.share .share-inline > ul > li:first-child {
	margin-left: 0;
}

#pos1, #pos2, #pos3, #pos4, #pos5, #pos6, #pos7, #pos8, #pos9, #pos10 {
	border: 1px solid #cbd0d4;
	border-left: none;
	border-bottom: none;
	margin-bottom: 45px;
}

#pos1 .post-vertical, #pos2 .post-vertical, #pos3 .post-vertical, #pos4 .post-vertical, #pos5 .post-vertical, #pos6 .post-vertical, #pos7 .post-vertical, #pos8 .post-vertical, #pos9 .post-vertical, #pos10 .post-vertical {
	border-bottom: 1px solid #cbd0d4;
	border-left: 1px solid #cbd0d4;
}

#pos3 {
	margin-bottom: 0;
}

.post-vertical {
	width: 100%;
	height: 640px;
	position: relative;
}

.post-vertical.small {
	height: 320px;
}

.post-vertical.small .post-photo > span > span {
	height: 320px;
}

.post-vertical .post-title {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	text-align: center;
}

.post-vertical .post-title span {
	display: block;
	font-size: 21px;
	line-height: 20px;
	color: #000;
}

.post-vertical .post-title em {
	display: block;
	font-size: 11px;
	font-family: "GothaProMed";
	color: #adadad;
}

.post-vertical .post-title a {
	color: inherit;
	text-decoration: none;
}

.post-vertical .post-title a:hover span {
	color: #157fbe;
}

.post-vertical .post-photo > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.post-vertical .post-photo > span:after {
	content: " ";
	display: table;
	clear: both;
}

.post-vertical .post-photo > span > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 640px;
	padding: 80px 20px;
}

.post-vertical .post-photo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.post-vertical .post-price {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	left: 0;
	bottom: 30px;
	text-align: center;
	font-size: 15px;
	line-height: 21px;
	line-height: 18px;
	color: #000;
}

.post-vertical .post-price.up {
	bottom: 244px;
}

.post-vertical .post-price.left {
	padding-left: 40px;
	text-align: left;
}

.post-vertical .post-price.right {
	white-space: nowrap;
	padding-right: 40px;
	text-align: right;
}

.post-vertical .post-price a {
	color: inherit;
	text-decoration: none;
}

.post-vertical .post-price .price-title.shadow {
	color: #a4a4a4;
}

.post-vertical .post-price .price-title.white {
	color: #fff;
}

.post-vertical .price-cost {
	font-size: 15px;
	line-height: 21px;
	line-height: 18px;
	font-family: "GothaProMed";
	color: #000;
}

.post-vertical .price-cost.lg {
	font-size: 21px;
	line-height: 24px;
}

.post-vertical.blog {
	border-left: none !important;
	background-color: #f2f4f6;
}

.post-vertical.blog > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.post-vertical.blog > span:after {
	content: " ";
	display: table;
	clear: both;
}

.post-vertical.blog > span > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px;
	width: 100%;
	height: 320px;
}

.post-vertical.blog .blog-name {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #adadad;
	margin-bottom: 16px;
}

.post-vertical.blog .blog-title {
	font-size: 18px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 18px;
}

.post-vertical.blog .blog-anons {
	font-size: 13px;
	line-height: 19px;
	line-height: 20px;
	color: #535353;
}

.post-vertical.blog .blog-more {
	padding-top: 16px;
}

.post-vertical.blog .blog-more .button {
	border-color: #ced7e1;
	background: transparent !important;
}

.post-vertical.blog a {
	color: inherit;
	text-decoration: none;
}

.post-horizontal {
	overflow: hidden;
}

.post-horizontal .post-cell {
	float: left;
	width: 50%;
}

img.responsive {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.home-carousel {
	margin-bottom: 26px;
	position: relative;
	overflow: hidden;
}

.home-carousel .carousel-prev, .home-carousel .carousel-next {
	width: 90px;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	z-index: 10;
	padding-top: 24px;
	margin-top: -45px;
	text-align: center;
}

.home-carousel .carousel-prev .icon, .home-carousel .carousel-next .icon {
	color: #fff;
}

.home-carousel .carousel-prev {
	left: 0;
}

.home-carousel .carousel-next {
	right: 0;
}

.home-carousel .carousel-list {
	width: 3000px;
}

.home-carousel .post {
	float: left;
	width: 664px;
	height: 373px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.home-carousel .post img {
	width: 100%;
}

.home-carousel .post-photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-carousel .post-text {
	width: 100%;
	padding: 0 100px;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 1;
}

.home-carousel .post-title {
	font-size: 25px;
	line-height: 32px;
	font-family: "GothaProMed";
	color: #f4dfb7;
	margin-bottom: 14px;
}

.home-carousel .post-anons {
	font-size: 15px;
	line-height: 21px;
	line-height: 18px;
	color: #fff;
}

.home-carousel .post-button {
	width: 100%;
	position: absolute;
	bottom: 48px;
	left: 0;
	z-index: 1;
}

.home-carousel .post-button .button {
	border-color: #5e6971;
	color: #fff;
}

.home-carousel .post-button .button:hover {
	background-color: transparent;
	border-color: #5e6971;
}

.home-blog.last .blog-more {
	border-top: 2px solid #cbd0d4;
	padding-top: 14px;
}

.home-blog h2 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	text-align: center;
	margin-bottom: 23px;
}

.home-blog .blog-item {
	overflow: hidden;
}

.home-blog .blog-item .blog-list {
	width: 1700px;
}

.home-blog .blog-item .blog-post {
	float: left;
	width: 300px;
	height: 330px;
	margin-right: 25px;
}

.home-blog .blog-item .post-photo {
	height: 170px;
	margin-bottom: 21px;
}

.home-blog .blog-item .post-photo a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
	text-align: center;
}

.home-blog .blog-item .post-photo a:hover > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 10;
}

.home-blog .blog-item .post-photo a:hover > span:after {
	content: " ";
	display: table;
	clear: both;
}

.home-blog .blog-item .post-photo a:hover > span:before {
	display: block;
	content: "";
	width: 274px;
	height: 143px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 11px;
	left: 10px;
}

.home-blog .blog-item .post-photo a > span {
	display: none;
}

.home-blog .blog-item .post-photo a > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 170px;
}

.home-blog .blog-item .post-photo img {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-blog .blog-item .post-photo u {
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.home-blog .blog-item .post-title {
	font-family: "GothaProMed";
	font-size: 17px;
	line-height: 21px;
	color: #000;
}

.home-blog .blog-item .post-title a {
	color: inherit;
	text-decoration: none;
}

.home-blog .blog-item .post-time {
	font-size: 11px;
	line-height: 17px;
	line-height: 12px;
	color: #536e84;
}

.home-blog .blog-item .post-anons {
	font-size: 13px;
	line-height: 19px;
	padding-top: 16px;
}

.home-blog .blog-more {
	clear: both;
	text-align: center;
}

.home-blog .blog-more .button {
	width: 380px;
}

.home-text {
	overflow: hidden;
	padding: 49px 0 66px 0;
	font-size: 13px;
	line-height: 19px;
	line-height: 20px;
	color: #484847;
}

.home-text ul {
	border-top: 1px solid #e5e7e9;
	padding-top: 23px;
	overflow: hidden;
}

.home-text ul > li {
	float: left;
	width: 50%;
	padding-left: 15px;
}

.home-text ul > li:first-child {
	padding-left: 0;
	padding-right: 15px;
}

.all-shops .home-navbar {
	/* margin-bottom: 56px;*/
}

.all-shops .home-navbar > ul {
	padding-top: 20px;
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.all-shops .home-navbar > ul:after {
	content: " ";
	display: table;
	clear: both;
}

.all-shops .home-navbar > ul > li {
	display: table-cell;
	vertical-align: top;
	float: none;
	text-align: center;
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}

.all-shops .home-navbar > ul > li:first-child, .all-shops .home-navbar > ul > li:last-child {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.all-shops .home-navbar .icon {
	display: none;
}

.all-shops .home-blog .blog-item .blog-post {
	margin-right: 42px;
}

.wrapper {
	min-width: 768px;
	width: 100%;
	min-height: 100%;
}

.container {
	max-width: 1660px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

@media screen and (max-width: 1660px) {
	.container {
		max-width: 1300px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 1346px) {
	.container {
		max-width: 964px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 1023px) {
	.container {
		max-width: 938px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

.navbar {
	border-bottom: 1px solid #e5e7e9;
}

.navbar .container {
	height: 39px;
	position: relative;
}

.navbar .navbar-city {
	float: left;
	margin-top: 8px;
}

.navbar .navbar-city .your-city-row {
	font-size: 13px;
	line-height: 19px;
}

.navbar .navbar-city .your-city-row .item-active {
	font-family: "GothaProMed";
}

.navbar .navbar-shop {
	position: absolute;
	top: 61px;
	left: 300px;
}

.navbar .navbar-shop .button-select {
	border: none;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 13px;
	line-height: 17px;
	font-family: "GothaProMed";
	color: #fff;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	padding: 11px 30px;
	background-color: #738ea2;
	padding-left: 20px;
}

.navbar .navbar-shop .button-select.button-lg {
	font-size: 15px;
	line-height: 18px;
}

.navbar .navbar-shop .button-select.button-block {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.navbar .navbar-shop .button-select:hover {
	background-color: #8099ab;
	color: #fff;
}

.navbar .navbar-shop .button-select:active {
	background-color: #658399;
}

.navbar .navbar-menu {
	float: right;
	margin-top: 10px;
}

.navbar .navbar-menu > ul {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.navbar .navbar-menu > ul:after {
	content: " ";
	display: table;
	clear: both;
}

.navbar .navbar-menu > ul > li {
	float: left;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	margin-left: 27px;
	position: relative;
}

.navbar .navbar-menu > ul > li:before {
	display: block;
	content: "";
	width: 1px;
	height: 11px;
	background-color: #cbd0d4;
	position: absolute;
	top: 2px;
	left: -14px;
}

.navbar .navbar-menu > ul > li:first-child {
	margin-left: 0;
}

.navbar .navbar-menu > ul > li:first-child:before {
	display: none;
}

.navbar .navbar-menu > ul > li a {
	text-decoration: none;
}

.navbar .navbar-menu > ul > li a.arrow {
	display: inline-block;
	padding-right: 15px;
	position: relative;
}

.navbar .navbar-menu > ul > li a.arrow:before {
	content: "";
	border: 4px solid transparent;
	border-color: #738ea2 transparent transparent transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
}

.header-blog {
	padding-top: 20px;
}

.header-blog .container {
	position: relative;
}

.header-cell .container {
	height: 81px;
}

.header-cell .cell-logo {
	float: left;
	width: 470px;
	margin-top: 17px;
}

.header-cell .cell-basket {
	float: right;
	margin-left: 9px;
	margin-top: 21px;

	background-color: #fcf;
}

.cell-basket-link {
	display: block;
	position: relative;
	padding: 5px 15px 5px 11px;
	height: 39px;
	text-decoration: none;
	background-color: #157fbe;
	color: #ffffff;
}

.cell-basket-link:hover, .cell-basket-link:focus {
	color: #ffffff;
}

.header-cell .cell-basket .basket-cost {
	position: absolute;
	top: -17px;
	right: -12px;
}

.header-cell .cell-logo .blog-logo {
	display: block;
	width: 255px;
	height: 44px;
	background: url("../images/svg/logo_blog1.svg") 0 0 no-repeat;
}

.header-cell .cell-prev {
	position: absolute;
	left: 340px;
	top: 21px;
}

.header-blog .header-cell .cell-prev {
	position: static;
	float: left;
	margin-top: 21px;
}

.header-cell .cell-phone {
	float: left;
	margin-top: 17px;
}

.header-cell .cell-phone > ul {
	overflow: hidden;
}

.header-cell .cell-phone > ul > li {
	float: left;
	width: 210px;
	margin-left: 20px;
}

.header-cell .cell-phone > ul > li:first-child {
	margin-left: 0;
}

.header-cell .cell-phone a {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-family: "GothaProMed";
	color: #000;
	text-decoration: none;
}

.header-cell .cell-phone u {
	text-decoration: none;
}

.header-cell .cell-phone span {
	display: block;
	font-size: 11px;
	line-height: 17px;
	color: #484848;
}

.header-cell .cell-callme {
	float: left;
	margin-top: 21px;
	margin-left: 20px;
}

.header-cell .cell-callme .button {
	width: 160px;
}

.header-cell .cell-callme .button .icon {
	display: none;
}

.header-cell .cell-search {
	float: left;
	width: 439px;
	margin-left: 10px;
	margin-top: 21px;
}

.header-blog .header-cell .cell-search {
	float: right;
}

.nav {
	background-color: #157fbe;
	position: relative;
	z-index: 500;
}

.nav .submenu img {
	max-width: 100%;
}

.nav > .container {
	height: 61px;
}

.nav .nav-menu {
	display: block;
	height: 61px;
}

.nav .nav-menu > li {
	float: left;
	vertical-align: middle;
	font-size: 17px;
	line-height: 25px;
	font-family: "GothaProMed";
	color: #fff;
}

.nav-menu.blog > li {
	vertical-align: middle;
	line-height: 25px;
}

.nav .nav-menu > li .arrows-all {
	position: relative;
	display: inline-block;
	height: 11px;
	width: 11px;
}

.nav .nav-menu > li .arrows-all .arrow_black_down_small {
	position: absolute;
}

.nav .nav-menu > li .arrows-all .arrow_black_up_small {
	position: absolute;
}

.nav .nav-menu > li.item-6 .arrow_black_down_small, .nav .nav-menu > li.item-7 .arrow_black_down_small {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.nav .nav-menu > li.item-6 .arrow_black_up_small, .nav .nav-menu > li.item-7 .arrow_black_up_small {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.nav .nav-menu > li.item-6:hover .icon, .nav .nav-menu > li.item-7:hover .icon {
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	color: #157fbe;
}

.nav .nav-menu > li.item-6:hover .arrow_black_down_small, .nav .nav-menu > li.item-7:hover .arrow_black_down_small {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.nav .nav-menu > li.item-6:hover .arrow_black_up_small, .nav .nav-menu > li.item-7:hover .arrow_black_up_small {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.nav .nav-menu > li.current > a {
	background-color: #1174AF;
}

.nav .nav-menu > li.current > a > b {
	background-color: #1174AF;
	display: block;
	visibility: visible;
	width: 35px;
	height: 61px;
	position: absolute;
	top: 0;
	left: -35px;
}

.nav .nav-menu > li:hover .shadow {
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	float: left;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	-moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.6);
}

.nav .nav-menu > li:hover > a {
	background-color: #fff;
	color: #157fbe;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.nav .nav-menu > li:hover .submenu {
	visibility: visible;
	transition-delay: 0.2s;
}

.nav-menu.blog > li:hover .submenu {
	visibility: visible;
	transition-delay: 0.2s;
}

.nav .nav-menu > li:hover:first-child .shadow {
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.nav .nav-menu > li:hover:first-child > a b {
	display: block;
	visibility: visible;
	transition-delay: 0.2s;
	width: 35px;
	height: 61px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -35px;
}

.nav .nav-menu > li u {
	text-decoration: none;
}

.nav .nav-menu > li:first-child:hover .shadow {
	width: 207px;
	margin-left: -35px;
}

.nav .nav-menu > li:first-child > a {
	padding-left: 0;
	text-align: left;
}

.nav .nav-menu > li:first-child > a:hover b, .nav .nav-menu > li:first-child > a.active b {
	display: block;
	width: 35px;
	height: 61px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -35px;
	visibility: visible;
	transition-delay: 0.2s;
}

.nav .nav-menu > li > a {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 18px 35px;
	position: relative;
	text-align: center;
	z-index: 551;
}

.nav .nav-menu > li > a:hover, .nav .nav-menu > li > a.active {
	background-color: #fff;
	color: #157fbe;
}

.nav .nav-menu > li .button-brands {
	width: 133px;
	text-align: left;
	padding: 6px 15px;
	position: relative;
}

.nav .nav-menu > li .button-brands:hover .icon:before {
	content: "";
	color: #157fbe;
}

.nav .arrow_black_down_small {
	color: #fff;
}

.nav .submenu {
	background-color: #fff;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	padding-bottom: 10px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 500;
	visibility: hidden;
}

.nav-menu.blog .submenu {
	background-color: #fff;
	color: #000;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
	padding-bottom: 10px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 500;
	visibility: hidden;
}

.nav .submenu .container,
.nav-menu.blog .submenu .container {
	position: relative;
}

.nav-menu.blog .submenu .level-2 .level-2-list > li {
	width: 250px;
	margin-top: 2px;
	margin-right: 120px;
}

.nav-menu.blog .submenu .level-2 .level-2-list > li:first-child {
	margin-left: 0;
}

.nav-menu.blog .submenu .level-2 .level-2-list > li:last-child {
	width: auto;
	margin-right: 0;
}

.nav-menu.blog .submenu .level-2 .level-2-list > li .choose a {
	padding-left: 20px;
	padding-right: 20px;
}

.nav .submenu.submenu-1 .level-1 .level-1-list > li {
	width: 220px;
}

.nav .submenu.submenu-1 .level-1 .level-1-list > li:last-child {
	margin-top: 0;
	width: 304px;
}

.nav .submenu.submenu-1 .level-2 .level-2-list {
	padding-right: 100px;
}

.nav .submenu.submenu-1 .level-2 .level-2-list > li {
	width: 190px;
}

.nav .submenu.submenu-1 .level-2 .level-2-list > li.lg {
	display: inline-block;
}

.nav .submenu.submenu-1 .level-2 .level-2-list > li.sm {
	display: none;
}

.nav .submenu.submenu-1 .level-2 .level-2-list > li li {
	vertical-align: top;
}

.nav .submenu.submenu-2 .level-1 .level-1-list > li {
	width: 220px;
}

.nav .submenu.submenu-2 .level-1 .level-1-list > li:last-child, .nav .submenu.submenu-2 .level-1 .level-1-list > li.last {
	margin-top: 0;
}

.nav .submenu.submenu-2 .level-2 .level-2-list > li {
	width: 250px;
	margin-top: 2px;
	margin-right: 120px;
}

.nav .submenu.submenu-2 .level-2 .level-2-list > li:first-child {
	margin-left: 0;
}

.nav .submenu.submenu-2 .level-2 .level-2-list > li.last {
	width: auto;
	margin-right: 0;
}

.nav .submenu.submenu-2 .level-2 .level-2-list > li .choose a {
	padding-left: 20px;
	padding-right: 20px;
}

.nav .submenu.submenu-3 .level-1 {
	padding-bottom: 7px;
	border-bottom: none;
}

.nav .submenu.submenu-3 .level-1 .level-1-list {
	padding-right: 20px;
}

.nav .submenu.submenu-3 .level-1 .level-1-list > li {
	width: 200px;
	margin-bottom: 27px;
}

.nav .submenu.submenu-3 .level-2 {
	padding-top: 0;
}

.nav .submenu.submenu-3 .level-2 .level-2-list.lg {
	display: block;
}

.nav .submenu.submenu-3 .level-2 .level-2-list.md {
	display: none;
}

.nav .submenu.submenu-3 .level-2 .level-2-list.sm {
	display: none;
}

.nav .submenu.submenu-3 .level-2 .level-2-list > li {
	width: 220px;
}

.nav .submenu.submenu-3 .level-2 .level-2-list .color-red {
	color: #f06c5f !important;
}

.nav .submenu.submenu-4 .level-1 .level-1-list > li {
	width: 220px;
}

.nav .submenu.submenu-4 .level-2 .level-2-list > li {
	width: 220px;
}

.nav .submenu.submenu-4 .level-2 .level-2-list > li:last-child {
	float: right;
	width: 564px;
}

.nav .submenu.submenu-4 .level-2 .level-2-list > li:last-child a {
	width: 564px;
	float: left;
	height: 227px;
	/*background-image: url("../uploads/315.jpg");*/
}

.nav .submenu.submenu-5 .level-1 .level-1-list > li {
	width: 220px;
	padding-right: 20px;
}

.nav .submenu.submenu-5 .level-2 .level-2-list.lg {
	display: block;
}

.nav .submenu.submenu-5 .level-2 .level-2-list.md {
	display: none;
}

.nav .submenu.submenu-5 .level-2 .level-2-list.sm {
	display: none;
}

.nav .submenu.submenu-5 .level-2 .level-2-list > li {
	width: 220px;
}

.nav .submenu.submenu-5 .level-2 .level-2-list > li .color-red {
	font-size: 15px;
	font-weight: bold;
}

.nav .submenu.submenu-6 .level-1 .level-1-list > li {
	width: 220px;
}

.nav .submenu.submenu-6 .level-1 .level-1-list > li:last-child, .nav .submenu.submenu-6 .level-1 .level-1-list > li.last {
	margin-top: 0;
}

.nav .submenu.submenu-6 .level-2 .level-2-list.lg {
	display: block;
}

.nav .submenu.submenu-6 .level-2 .level-2-list.md {
	display: none;
}

.nav .submenu.submenu-6 .level-2 .level-2-list.sm {
	display: none;
}

.nav .submenu.submenu-6 .level-2 .level-2-list > li {
	width: 220px;
	margin-top: 2px;
}

.nav .submenu.submenu-6 .level-2 .level-2-list > li:first-child {
	margin-left: 0;
}

.nav .submenu.submenu-7 .level-2 {
	padding-top: 27px;
}

.nav .submenu.submenu-7 .level-2 .level-2-list {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	text-align: left;
}

.nav .submenu.submenu-7 .level-2 .level-2-list:after {
	content: " ";
	display: table;
	clear: both;
}

.nav .submenu.submenu-7 .level-2 .level-2-list > li {
	display: table-cell;
	vertical-align: top;
}

.nav .submenu.submenu-7 .level-2 .alphabet {
	position: relative;
	margin-bottom: 40px;
}

.nav .submenu.submenu-7 .level-2 .alphabet-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.nav .submenu.submenu-7 .level-2 .alphabet-list {
	padding-left: 30px;
}

.nav .submenu.submenu-7 .level-2 .alphabet-list > ul > li {
	font-size: 13px;
	line-height: 19px;
	color: #536e84;
	margin-top: 11px;
}

.nav .submenu.submenu-7 .level-2 .alphabet-list > ul > li a {
	display: inline-block;
	font-family: "GothaProReg";
	color: inherit;
	text-decoration: none;
	position: relative;
}

.nav .submenu.submenu-7 .level-2 .alphabet-list > ul > li a:hover:before {
	display: none;
}

.nav .submenu.submenu-7 .level-2 .alphabet-list > ul > li:first-child {
	margin-top: 0;
}

.nav .submenu.submenu-7 .level-2 .brands-more {
	padding-bottom: 25px;
}

.nav .submenu.submenu-7 .level-2 .brands-more strong {
	font-size: 15px;
	color: #000;
	width: 220px;
	display: inline-block;
}

.nav .submenu.submenu-7 .level-2 .brands-more .button-block {
	width: auto;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}

.nav .submenu .choose.button {
	color: #738ea2;
}

.nav .submenu .level-1 {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #157fbe;
	overflow: hidden;
	padding: 15px 0 8px 0;
	border-bottom: 1px solid #f2f4f6;
}

.nav .submenu .level-1 .level-1-list > li {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	margin-bottom: 8px;
}

.nav .submenu .level-1 .level-1-list > li strong > a {
	font-size: 15px;
}

.nav .submenu .level-1 .level-1-list > li > a {
	color: inherit;
	text-decoration: none;
}

.nav .submenu .level-1 .level-1-list > li > a.color-red {
	color: #f06c5f;
}

.nav .submenu .level-2 {
	font-size: 13px;
	line-height: 19px;
	padding: 16px 0 0;
}

.nav-menu.blog .submenu .level-2 {
	font-size: 13px;
	line-height: 19px;
	padding: 16px 0 0;
}

.nav .submenu .level-2 .level-2-list > li {
	display: inline-block;
	vertical-align: top;
	font-family: "GothaProReg";
	margin-bottom: 20px;
}

.nav-menu.blog .submenu .level-2 .level-2-list > li {
	display: inline-block;
	vertical-align: top;
	font-family: "GothaProReg";
	margin-bottom: 20px;
}

.nav .submenu .level-2 .level-2-list > li strong {
	display: block;
	font-family: "GothaProReg";
	margin-bottom: 8px;
}

.nav .submenu .level-2 .level-2-list > li strong > a {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #157fbe;
	font-size: 15px;
	text-decoration: none;
}

.nav .submenu .level-2 .level-2-list > li > ul > li {
	margin-top: 8px;
}

.nav .submenu .level-2 .level-2-list > li > ul > li:first-child {
	margin-top: 0;
}

.nav .submenu .level-2 .level-2-list > li > ul > li strong {
	font-size: 15px;
	line-height: 21px;
	color: #000;
}

.nav .submenu .level-2 .level-2-list > li > ul > li > a {
	text-decoration: none;
}

.nav .submenu .level-2 .level-2-list > li > ul > li > a strong {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #536e84;
}

.nav .submenu .level-2 .level-2-list > li > ul > li > a:hover strong {
	color: #8099ab;
}

.nav-article {
	background-color: #157fbe;
	padding: 20px 0;
	font-size: 17px;
	line-height: 20px;
	font-family: "GothaProMed";
	color: #fff;
}

.nav-article a {
	color: inherit;
	text-decoration: none;
}

.nav-article .container {
	overflow: hidden;
}

.nav-article.blog .container {
	overflow: visible;
}

.nav-article .article-title {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}

.nav-article .article-menu {
	display: table-cell;
	vertical-align: top;
	width: 10000px;
}

.nav-article .article-menu > ul {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.nav-article .article-menu > ul:after {
	content: " ";
	display: table;
	clear: both;
}

.nav-article .article-menu > ul > li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.footer {
	padding-bottom: 60px;
	position: relative;
}

.footer .f-payment {
	height: 80px;
}

.footer .f-payment ul {
	display: table;
	width: auto;
	overflow: hidden;
	margin: 0 auto;
}

.footer .f-payment ul > li {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	padding: 0 16px;
}

.footer .f-payment ul > li:first-child {
	margin-left: 0;
}

.footer .f-info {
	background-color: #484848;
}

.footer .f-info .info-list {
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 26px;
}

.footer .f-info .info-list .icon_fiting {
	top: 3px;
}

.footer .f-info .info-cell {
	float: left;
	width: 376px;
	font-size: 13px;
	line-height: 19px;
	line-height: 16px;
	color: #fff;
	position: relative;
	margin-left: 32px;
}

.footer .f-info .info-cell:first-child {
	margin-left: 0;
}

.footer .f-info .info-cell .icon {
	position: absolute;
	top: 0;
	left: 0;
}

.footer .f-info .info-cell p {
	margin: 0;
}

.footer .f-info .info-cell > ul > li {
	padding-left: 16px;
	position: relative;
}

.footer .f-info .info-cell > ul > li:before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	position: absolute;
	top: 3px;
	left: 0;
}

.footer .f-info .info-title {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	line-height: 18px;
	margin-bottom: 20px;
	padding-left: 50px;
}

.footer .f-menu {
	padding: 36px 0;
}

.footer .f-menu .container {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.footer .f-menu .container:after {
	content: " ";
	display: table;
	clear: both;
}

.footer .f-menu .name {
	display: block;
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 16px;
}

.footer .f-menu .f-menu-list {
	float: left;
	width: 845px;
}

.footer .f-menu .f-menu-list > ul > li {
	float: left;
	width: 250px;
}

.footer .f-menu .f-menu-list > ul > li:first-child {
	width: 150px;
	margin-right: 280px;
}

.footer .f-menu .f-menu-list > ul > li > ul {
	padding-top: 6px;
}

.footer .f-menu .f-menu-list > ul > li > ul > li {
	font-size: 13px;
	line-height: 19px;
	color: #484848;
	margin-top: 11px;
}

.footer .f-menu .f-menu-list > ul > li > ul > li:first-child {
	margin-top: 0;
}

.footer .f-menu .f-menu-list > ul > li > ul > li > a {
	color: inherit;
	text-decoration: none;
}

.footer .f-menu .f-menu-list > ul > li > ul > li > a:hover {
	text-decoration: underline;
}

.footer .f-menu .f-contacts {
	float: left;
	width: 200px;
}

.footer .f-menu .f-contacts > ul {
	margin-bottom: 14px;
	overflow: hidden;
}

.footer .f-menu .f-contacts > ul > li {
	margin-top: 14px;
}

.footer .f-menu .f-contacts > ul > li:first-child {
	margin-top: 0;
}

.footer .f-menu .f-contacts > ul a {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-family: "GothaProMed";
	color: #000;
	text-decoration: none;
}

.footer .f-menu .f-contacts > ul span {
	display: block;
	font-size: 11px;
	line-height: 17px;
	color: #484848;
}

.footer .f-menu .f-contacts .button-block {
	width: 176px;
}

.footer .f-menu .f-feedback {
	float: right;
	width: 219px;
	margin-right: 139px;
}

.footer .f-menu .f-feedback > ul > li {
	margin-top: 15px;
}

.footer .f-menu .f-feedback > ul > li:first-child {
	margin-top: 0;
}

.footer .f-menu .f-feedback .button {
	text-align: left;
	padding: 19px 0 19px 55px;
}

.footer .f-menu .f-feedback .button .icon_comment {
	position: absolute;
	top: 16px;
	left: 18px;
}

.footer .f-menu .f-feedback .button .sad_smile {
	font-size: 24px;
	position: absolute;
	top: 16px;
	left: 18px;
}

.footer .f-shop {
	margin: 0 0 20px;
	border-top: 1px solid #e5e7e9;
	padding-top: 23px;
}

.footer .f-shop .f-shop-title {
	color: #484848;
	margin-bottom: 14px;
}

.footer .f-shop .shop-list {
	overflow: hidden;
}

.footer .f-shop .shop-list .shop-cell {
	float: left;
	width: 350px;
	margin-left: 30px;
}

.footer .f-shop .shop-list .shop-cell:first-child {
	margin-left: 0;
}

.footer .f-shop .shop-list .shop-cell a {
	display: block;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer .f-shop .shop-list .shop-cell a.moscow {
	background-image: url("../images/bg/icon_footer_shop_moscow.jpg");
}

.footer .f-shop .shop-list .shop-cell a.peterburg {
	background-image: url("../images/bg/icon_footer_shop_peterburg.jpg");
}

.footer .f-shop .shop-list .shop-cell a.rostov {
	background-image: url("../images/bg/icon_footer_shop_rostov.jpg");
}

.footer .f-shop .shop-list .shop-cell a.samara {
	background-image: url("../images/bg/icon_footer_shop_samara.jpg");
}

.footer .f-shop .shop-list .shop-cell a > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.footer .f-shop .shop-list .shop-cell a > span:after {
	content: " ";
	display: table;
	clear: both;
}

.footer .f-shop .shop-list .shop-cell a > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 104px;
}

.footer .f-social {
	padding-top: 34px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e7e9;
	text-align: center;
}

.footer .f-social-list > span {
	display: inline-block;
	vertical-align: middle;
}

.footer .f-social-list ul {
	display: inline-block;
	vertical-align: middle;
	margin-left: 35px;
}

.footer .f-social-list ul > li {
	float: left;
	margin-left: 12px;
}

.footer .f-social-list ul > li:first-child {
	margin-left: 0;
}

.footer .f-left-banner {
	width: 325px;
	float: left;
}

.footer .f-social-list {
	margin-top: 31px;
	width: 600px;
	float: left;
}

.footer .f-copyright {
	font-size: 11px;
	line-height: 17px;
	color: #484848;
	border-top: 1px solid #e5e7e9;
}

.footer .f-copyright .container {
	overflow: hidden;
}

.footer .f-copyright p {
	margin: 0;
	padding: 22px 0;
}

.footer .f-copyright .copyright-text {
	float: left;
}

.footer .f-copyright .copyright-qr {
	float: right;
}

.footer .f-copyright .copyright-qr a {
	display: inline-block;
	color: inherit;
	padding-right: 76px;
	position: relative;
	text-decoration: none;
}

.footer .f-copyright .copyright-qr .qr {
	position: absolute;
	top: -8px;
	right: 0;
}

.footer.is-light .f-shop {
	border-top: none;
	max-width: 1550px;
	margin: 0 auto;
}

.footer.is-light .f-shop .f-shop-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 30px;
	text-align: center;
}

.footer.is-light .f-shop .shop-online {
	float: left;
	width: 668px;
	background: url("../images/bg/icon-footer-online.jpg") center center no-repeat;
}

.footer.is-light .f-shop .shop-online a {
	display: block;
	font-size: 21px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.footer.is-light .f-shop .shop-online a > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.footer.is-light .f-shop .shop-online a > span:after {
	content: " ";
	display: table;
	clear: both;
}

.footer.is-light .f-shop .shop-online a > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 225px;
}

.footer.is-light .f-shop .blog-shop {
	overflow: hidden;
}

.footer.is-light .f-shop .blog-shop .list-hidden {
	float: right;
	width: 792px;
	overflow: hidden;
}

.footer.is-light .f-shop .blog-shop .list-hidden .shop-list {
	width: 1000px;
}

.footer.is-light .f-shop .blog-shop .list-hidden li {
	float: left;
	margin: 0 30px 17px 0;
}

.b-long {
	width: 1287px;
}

.b-short {
	width: 273px;
}

.content-page {
	margin-bottom: 40px;
}

.content-page h1, .content-page h2 {
	font-size: 21px;
	line-height: 25px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 26px;
	margin-bottom: 30px;
}

.content-page h2 {
	padding-top: 0;
	margin-bottom: 25px;
}

.content-page h3 {
	font-size: 18px;
	line-height: 22px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 20px;
}

.content-page .options-order-product {
	margin-bottom: 34px;
}

.content-page .options-order-product .product-row {
	overflow: hidden;
	border: 1px solid #cbd0d4;
	border-top: none;
	border-left: none;
	margin-bottom: 26px;
}

.content-page .options-order-product .product-cell {
	float: left;
	width: 25%;
	border-top: 1px solid #cbd0d4;
	border-left: 1px solid #cbd0d4;
}

.content-page .options-order-product .product-cell > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.content-page .options-order-product .product-cell > span:after {
	content: " ";
	display: table;
	clear: both;
}

.content-page .options-order-product .product-cell > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 340px;
	text-align: center;
}

.content-page .options-order-product .title {
	font-size: 21px;
	color: #000;
	margin-bottom: 16px;
}

.content-page .options-order-product p {
	margin: 0;
}

.content-page .options-order-product .phone > ul > li {
	font-size: 30px;
	line-height: 40px;
	font-family: "GothaProMed";
	color: #000;
	margin-top: 5px;
}

.content-page .options-order-product .phone > ul > li:first-child {
	margin-top: 0;
}

.content-page .options-order-product .phone > ul > li a {
	color: inherit;
	text-decoration: none;
}

.content-page .options-order-product .phone > ul > li em {
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #9b9b9b;
}

.content-page .options-order-product .email a {
	font-size: 30px;
	line-height: 40px;
	text-decoration: none;
	border-bottom: 1px solid #536e84;
}

.content-page .options-order-product .email a:hover {
	border: none;
}

.content-page .options-order-product .email em {
	display: block;
	padding-top: 20px;
	font-size: 13px;
	line-height: 19px;
}

.content-page .options-order-product .text {
	font-size: 13px;
	line-height: 19px;
	color: #535353;
}

.content-page .options-order-product .more {
	padding-top: 20px;
}

.content-page .options-order-product .more .button {
	width: 180px;
	line-height: 20px;
	padding: 15px 0;
}

.content-page .product-help {
	border-bottom: 1px solid #e5e7e9;
	padding-bottom: 30px;
}

.content-page .option-order-payment {
	overflow: hidden;
}

.content-page .option-order-payment .payment-content {
	float: left;
	width: 1140px;
}

.content-page .option-order-payment .payment-sidebar {
	float: right;
	width: 400px;
}

.page-faq .search {
	width: 1280px;
	margin-bottom: 30px;
}

.page-faq .faq-column {
	overflow: hidden;
}

.page-faq .faq-column .column-content {
	float: left;
	width: 1280px;
}

.page-faq .faq-column .column-sidebar {
	float: right;
	width: 280px;
	margin-top: 192px;
}

.page-faq .faq-column .column-sidebar .sidebar-content {
	border: 1px solid #e5e7e9;
}

.page-faq .faq-column .column-sidebar .sidebar-content ul {
	background-color: #f2f4f6;
	padding: 40px 50px;
}

.page-faq .faq-column .column-sidebar .sidebar-content ul li {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	margin-top: 11px;
}

.page-faq .faq-column .column-sidebar .sidebar-content ul li:first-child {
	margin-top: 0;
}

.page-faq .faq-column .column-sidebar .sidebar-content .question {
	padding: 40px 50px;
}

.page-faq .faq-list {
	border-bottom: 1px solid #e5e7e9;
	padding-bottom: 20px;
	margin-bottom: 37px;
}

.page-faq .faq-list .list-more {
	padding-top: 8px;
}

.page-faq .faq-list .list-more .button {
	font-size: 15px;
	line-height: 21px;
}

.page-404 {
	width: 575px;
	margin: 70px auto;
}

.page-404 .p4-content {
	padding: 20px;
	border: 1px solid #e5e7e9;
	text-align: center;
}

.page-404 .p4-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 20px;
	margin-bottom: 37px;
}

.page-404 .p4-form {
	padding-top: 20px;
	margin-bottom: 36px;
}

.page-404 .p4-form p {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #000;
	margin: 13px 0;
}

.page-404 .p4-form .search {
	width: 375px;
	margin: 0 auto;
}

.page-404 .p4-link > ul {
	display: inline-block;
	overflow: hidden;
}

.page-404 .p4-link > ul > li {
	float: left;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	position: relative;
	margin-left: 32px;
}

.page-404 .p4-link > ul > li:before {
	display: block;
	content: "|";
	color: #536e84;
	position: absolute;
	top: 0;
	left: -16px;
}

.page-404 .p4-link > ul > li:first-child {
	margin-left: 0;
}

.page-404 .p4-link > ul > li:first-child:before {
	display: none;
}

.tech-page {
	background-color: #f5f6f6;
	border-bottom: 2px solid #fff;
	padding-bottom: 40px;
	margin-bottom: 0;
}

.tech-page.tech-post {
	padding-top: 19px;
}

.tech-page.tech-post .tech-content .ts-banner {
	display: none;
}

.tech-page.tech-post .tech-sidebar {
	margin-top: 0;
	background-color: transparent;
}

.tech-page.tech-post .tech-sidebar .menu-1 {
	width: 94%;
	margin: 0 3%;
	position: relative;
}

.tech-page.tech-post .tech-sidebar .menu-1 > ul {
	text-align: left;
}

.tech-page.tech-post .tech-sidebar .menu-1 > ul > li {
	display: inline-block;
	width: 23%;
	padding: 5px 0;
	margin: 0 3px;
}

.tech-page.tech-post .tech-sidebar .menu-1 > ul > li a {
	border-bottom: 0;
	background-color: #f3f4f6;
}

.tech-page.tech-post .tech-sidebar .menu-1 > ul > li a:hover {
	background-color: #eff5f9;
}

.tech-page .tech-row {
	overflow: hidden;
	padding-top: 11px;
}

.tech-page .tech-content {
	float: left;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
}

.tech-page .tech-content .ts-menu {
	border: none;
	padding: 16px 0 20px 0;
}

.tech-page .tech-content .ts-menu .ts-title {
	display: none;
}

.tech-page .tech-content .ts-menu .menu-logo {
	display: table-cell;
	vertical-align: middle;
	width: 334px;
}

.tech-page .tech-content .ts-menu ul {
	display: table-cell;
	vertical-align: middle;
	width: 334px;
}

.tech-page .tech-content .ts-menu ul li {
	margin: 6px 0;
}

.tech-page .tech-content .ts-menu ul li:first-child {
	margin: 6px 0;
}

.tech-page .tech-sidebar {
	float: right;
	background-color: #fff;
	margin-top: 62px;
}

.tech-page .tech-sidebar .ts-title {
	font-size: 21px;
	line-height: 25px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.tech-page .ts-menu {
	background-color: #fff;
	text-align: center;
	padding: 26px 10px 30px 10px;
	margin-bottom: 10px;
}

.tech-page .ts-menu li {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 16px;
}

.tech-page .ts-menu li a {
	border-bottom: 1px solid #e0e4e7;
	text-decoration: none;
}

.tech-page .ts-menu li a:hover {
	border: none;
}

.tech-page .ts-menu .menu-logo {
	margin-bottom: 25px;
}

.tech-page .ts-menu .menu-logo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.tech-page .ts-menu .ts-button {
	padding-top: 6px;
}

.tech-page .ts-brands, .tech-page .ts-brands-s {
	background-color: #fff;
	border: 1px solid #e5e7e9;
	text-align: center;
	padding: 26px 10px 16px 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.tech-page .ts-brands .brands-carousel, .tech-page .ts-brands-s .brands-carousel {
	margin-bottom: 18px;
	width: 1000%;
	position: relative;
}

.tech-page .ts-brands .brands-carousel .brands-imgs, .tech-page .ts-brands-s .brands-carousel .brands-imgs {
	text-align: left;
	margin-left: -79px;
}

.tech-page .ts-brands .brands-carousel .brands-imgs li, .tech-page .ts-brands-s .brands-carousel .brands-imgs li {
	display: none;
	width: 136px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

.tech-page .ts-brands .brands-carousel .brands-imgs li.visible, .tech-page .ts-brands-s .brands-carousel .brands-imgs li.visible {
	display: inline-block;
}

.tech-page .ts-brands .brands-carousel .brands-imgs li.active, .tech-page .ts-brands-s .brands-carousel .brands-imgs li.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.tech-page .ts-brands .brands-carousel .brands-arrows, .tech-page .ts-brands-s .brands-carousel .brands-arrows {
	position: absolute;
	width: 273px;
	left: -10px;
	top: 58px;
	text-align: left;
	z-index: 100;
}

.tech-page .ts-brands .brands-carousel .brands-arrows .arrow_blue_left, .tech-page .ts-brands .brands-carousel .brands-arrows .arrow_blue_right, .tech-page .ts-brands-s .brands-carousel .brands-arrows .arrow_blue_left, .tech-page .ts-brands-s .brands-carousel .brands-arrows .arrow_blue_right {
	background-color: #FFF;
	padding: 15px 8px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
}

.tech-page .ts-brands .brands-carousel .brands-arrows .arrow_blue_left:hover, .tech-page .ts-brands .brands-carousel .brands-arrows .arrow_blue_right:hover, .tech-page .ts-brands-s .brands-carousel .brands-arrows .arrow_blue_left:hover, .tech-page .ts-brands-s .brands-carousel .brands-arrows .arrow_blue_right:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.tech-page .ts-brands .brands-carousel .brands-arrows .arrow_blue_right, .tech-page .ts-brands-s .brands-carousel .brands-arrows .arrow_blue_right {
	float: right;
}

.tech-page .ts-brands .brands-carousel .brands-des, .tech-page .ts-brands-s .brands-carousel .brands-des {
	text-align: left;
}

.tech-page .ts-brands .brands-carousel .brands-des li, .tech-page .ts-brands-s .brands-carousel .brands-des li {
	width: 251px;
	position: relative;
	float: left;
	display: none;
}

.tech-page .ts-brands .brands-carousel .brands-des li.active, .tech-page .ts-brands-s .brands-carousel .brands-des li.active {
	display: inline-block;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-title, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-title {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	text-align: center;
	left: 0;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-title a, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-title a {
	color: inherit;
	text-decoration: none;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-title > span, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-title > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-title > span:after, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-title > span:after {
	content: " ";
	display: table;
	clear: both;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-title > span > span, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-title > span > span {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	height: 60px;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-price, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-price {
	width: 100%;
	left: 0;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-price > ul, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-price > ul {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	color: #000;
	text-align: center;
	width: 100%;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-price > ul > li, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-price > ul > li {
	display: inline-block;
	margin-left: 20px;
	width: auto;
	float: none;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-price > ul > li:first-child, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-price > ul > li:first-child {
	margin-left: 0;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-price .old, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-price .old {
	display: inline-block;
	position: relative;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-price .old:before, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-price .old:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(127, 127, 127, 0.7);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-sales, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-sales {
	width: 100%;
	bottom: 0;
	left: 0;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-button, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-button {
	width: 100%;
	left: 0;
	margin-top: 20px;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-button > ul, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-button > ul {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-button > ul > li, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-button > ul > li {
	display: inline-block;
	margin-left: 8px;
	width: auto;
	float: none;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-button > ul > li:first-child, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-button > ul > li:first-child {
	margin-left: 0;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-button .button, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-button .button {
	width: 106px;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-anons, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-anons {
	font-size: 13px;
	line-height: 19px;
	width: 100%;
	height: 70px;
	overflow: hidden;
	text-align: center;
	bottom: 61px;
	left: 0;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-avail, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-avail {
	font-size: 11px;
	line-height: 17px;
	font-family: "GothaProMed";
	color: #a0a0a0;
	width: 100%;
	height: 51px;
	bottom: 0;
	left: 0;
	text-align: center;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-avail .color-green, .tech-page .ts-brands .brands-carousel .brands-des li .bcc-avail .color-orange, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-avail .color-green, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-avail .color-orange {
	border-color: inherit;
}

.tech-page .ts-brands .brands-carousel .brands-des li .bcc-avail p, .tech-page .ts-brands-s .brands-carousel .brands-des li .bcc-avail p {
	margin: 0 0 3px;
}

.tech-page .ts-brands .brands-more, .tech-page .ts-brands-s .brands-more {
	font-size: 13px;
	line-height: 19px;
}

.tech-page .ts-brands .brands-more a, .tech-page .ts-brands-s .brands-more a {
	text-decoration: none;
	border-bottom: 1px dotted #536e84;
}

.tech-page .ts-brands .carousel-dots span.active, .tech-page .ts-brands-s .carousel-dots span.active {
	margin: 1px;
}

.tech-page .ts-brands-s {
	border: 0;
	margin-top: 30px;
	text-align: center;
}

.tech-page .ts-brands-s .brands-carousel {
	width: 100%;
	display: inline-block;
}

.tech-page .ts-brands-s .brands-imgs {
	margin-left: 0 !important;
}

.tech-page .ts-brands-s .brands-imgs li {
	width: 330px !important;
	margin: 0 8px;
}

.tech-page .ts-brands-s .brands-imgs li.active {
	display: inline-block;
}

.tech-page .ts-brands-s .brands-des > li {
	width: 330px !important;
	margin: 0 8px;
}

.tech-page .ts-brands-s .brands-arrows {
	width: 100% !important;
	top: 115px !important;
	left: 0 !important;
}

.tech-page .ts-brands-s .brands-arrows .icon_arrow_big_blue_right {
	float: right;
}

.tech-page .ts-social {
	background-color: #fff;
	padding: 30px;
}

.tech-page .ts-social hr {
	border: 0;
	border-bottom: 1px solid #e6e7e9;
}

.tech-page .ts-social .share {
	width: 213px;
	display: inline-block;
}

.tech-page .ts-social .bcc-subscribe {
	float: right;
	padding-top: 0;
	width: 420px !important;
}

.tech-page .ts-social .bcc-subscribe .bcc-inner {
	width: 420px !important;
	padding-bottom: 20px;
}

.tech-page .ts-social .bcc-subscribe .bcc-inner .form-group {
	margin-bottom: 0;
}

.tech-page .ts-social .bcc-subscribe .bcc-inner .form-group input[type="text"] {
	width: 70%;
	float: left;
}

.tech-page .ts-social .bcc-subscribe .bcc-inner .form-group input[type="submit"] {
	width: 30%;
	float: right;
}

.tech-page .ts-ads {
	background-color: #fff;
	border: 1px solid #e5e7e9;
	text-align: center;
	padding: 26px 10px 10px 10px;
	margin-bottom: 10px;
}

.tech-page .ts-ads img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.tech-page .tech-head {
	padding: 0 30px 13px 30px;
	overflow: hidden;
}

.tech-page .tech-head h1 {
	padding-top: 13px;
	margin-bottom: 1px;
}

.tech-page .tech-head .tech-back {
	float: left;
	width: 80px;
	margin-top: 14px;
}

.tech-page .tech-head .tech-name {
	margin-left: 185px;
}

.tech-page .tech-head .tech-time {
	font-family: "GothaProMed";
	font-size: 11px;
	line-height: 17px;
	color: #7f7f7f;
}

.tech-page .content {
	padding: 0 180px;
}

.tech-page img {
	display: inline-block;
	max-width: 100%;
}

.tech-page .product-blog {
	overflow: hidden;
	background-color: #fff;
	padding: 6px 30px;
}

.tech-page .product-blog .blog-title {
	font-size: 21px;
	line-height: 25px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 26px;
	margin-bottom: 30px;
}

.tech-page .product-blog .blog-list {
	width: 1500px;
}

.tech-page .product-blog .blog-post {
	float: left;
	width: 284px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.tech-page .product-blog .post-photo {
	height: 161px;
	margin-bottom: 21px;
}

.tech-page .product-blog .post-photo a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
	text-align: center;
}

.tech-page .product-blog .post-photo a:hover > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 10;
}

.tech-page .product-blog .post-photo a:hover > span:after {
	content: " ";
	display: table;
	clear: both;
}

.tech-page .product-blog .post-photo a:hover > span:before {
	display: block;
	content: "";
	width: 258px;
	height: 134px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 11px;
	left: 10px;
}

.tech-page .product-blog .post-photo a > span {
	display: none;
}

.tech-page .product-blog .post-photo a > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 161px;
}

.tech-page .product-blog .post-photo img {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tech-page .product-blog .post-photo u {
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.tech-page .product-blog .post-title {
	font-family: "GothaProMed";
	font-size: 17px;
	line-height: 21px;
	color: #000;
}

.tech-page .product-blog .post-title a {
	color: inherit;
	text-decoration: none;
}

.tech-page .product-blog .post-time {
	font-size: 11px;
	line-height: 17px;
	line-height: 12px;
	color: #536e84;
}

.tech-page .product-blog .post-anons {
	font-size: 13px;
	line-height: 19px;
	padding-top: 16px;
}

.page-shop .shop-head {
	background-color: #f2f4f6;
	padding-top: 24px;
	padding-bottom: 16px;
	overflow: hidden;
}

.page-shop .shop-head .head-left {
	float: left;
	width: 1200px;
}

.page-shop .shop-head .head-right {
	float: right;
	width: 246px;
	margin-top: 34px;
}

.page-shop .shop-head .head-right .button {
	width: 100%;
	padding-left: 48px;
	text-align: left;
}

.page-shop .shop-head .head-right .button:before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 17px;
	left: 29px;
}

.page-shop .shop-head .head-right .button span {
	display: inline-block;
}

.page-shop .shop-head .head-right .button span:before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 17px;
	left: 15px;
}

.page-shop .shop-head .head-right .button span:after {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 17px;
	left: 22px;
}

.page-shop .shop-head h1 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 12px;
}

.page-shop .shop-head p {
	margin: 0 0 12px;
}

.page-shop .shop-item {
	border-bottom: 1px solid #e5e7e9;
	padding-bottom: 50px;
}

.page-shop .shop-item.active {
	border-bottom: none;
	padding-bottom: 0;
}

.page-shop .shop-item.last {
	border-bottom: none;
}

.page-shop .shop-item .item {
	overflow: hidden;
}

.page-shop .shop-item .item-content {
	float: left;
	width: 1146px;
}

.page-shop .shop-item .item-title {
	color: #000;
	border-bottom: 1px solid #e5e7e9;
	padding-top: 45px;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.page-shop .shop-item .item-title h3 {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 11px;
}

.page-shop .shop-item .item-title p {
	margin: 0 0 12px;
}

.page-shop .shop-item .item-model {
	font-family: "GothaProMed";
	color: #7f7f7f;
	margin-bottom: 30px;
}

.page-shop .shop-item .item-model strong {
	color: #000;
}

.page-shop .shop-item .column,
.page-shop .shop-item .column2 {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.page-shop .shop-item .column:after,
.page-shop .shop-item .column2:after {
	content: " ";
	display: table;
	clear: both;
}

.page-shop .shop-item .column > li {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding-left: 20px;
}

.page-shop .shop-item .column2 > li {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-left: 20px;
}

.page-shop .shop-item .column > li:first-child,
.page-shop .shop-item .column2 > li:first-child {
	padding-left: 0;
}

.page-shop .shop-item .column .brand,
.page-shop .shop-item .column2 .brand {
	padding-left: 30px;
	margin-bottom: 40px;
	position: relative;
}

.page-shop .shop-item .column .brand > ul > li,
.page-shop .shop-item .column2 .brand > ul > li {
	font-size: 13px;
	line-height: 19px;
	color: #7f7f7f;
	margin-top: 11px;
}

.page-shop .shop-item .column .brand > ul > li:first-child,
.page-shop .shop-item .column2 .brand > ul > li:first-child {
	margin-top: 0;
}

.page-shop .shop-item .column .brand > ul > li a,
.page-shop .shop-item .column2 .brand > ul > li a {
	font-family: "GothaProMed";
	text-decoration: none;
	border-bottom: 1px solid #dce0e4;
}

.page-shop .shop-item .column .brand > ul > li a:hover,
.page-shop .shop-item .column2 .brand > ul > li a:hover {
	border: none;
}

.page-shop .shop-item .column .brand-title,
.page-shop .shop-item .column2 .brand-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.page-shop .shop-item .category {
	padding-left: 30px;
}

.page-shop .shop-item .category .category-title {
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 20px;
}

.page-shop .shop-item .category > ul {
	overflow: hidden;
}

.page-shop .shop-item .category > ul > li {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 19px;
	color: #7f7f7f;
}

/*
.page-shop .shop-item .category > ul > li:first-child {
  margin-left: 0;
}
*/
.page-shop .shop-item .category > ul > li.group_title {
	color: #000;
	font-family: "GothaProMed";
	margin-right: 20px;
}

.page-shop .shop-item .category > ul > li a {
	font-family: "GothaProMed";
	text-decoration: none;
	border-bottom: 1px solid #dce0e4;
}

.page-shop .shop-item .category > ul > li.group_title a {
	color: #000;
	border-bottom: 1px solid #000;
}

.page-shop .shop-item .category > ul > li a:hover {
	border: none;
}

.page-shop .shop-item .item-sidebar {
	float: right;
	width: 394px;
	margin-top: 48px;
}

.page-shop .shop-item .item-head {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 30px;
}

.page-shop .shop-item .item-head.top_space {
	margin-top: 20px;
	margin-bottom: -10px;
}

.page-shop .shop-item .item-contacts em {
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-family: "GothaProMed";
	color: #9b9b9b;
	padding-top: 4px;
	margin-bottom: 33px;
}

.page-shop .shop-item .item-contacts ul {
	margin-bottom: 39px;
}

.page-shop .shop-item .item-contacts li {
	font-family: "GothaProMed";
	font-size: 13px;
	line-height: 19px;
	padding-left: 40px;
	position: relative;
	margin-top: 10px;
}

.page-shop .shop-item .item-contacts li:first-child {
	margin-top: 0;
}

.page-shop .shop-item .item-contacts li .icon {
	font-size: 22px;
	position: absolute;
	top: -2px;
	left: 0;
}

.page-shop .shop-item .item-contacts li a {
	text-decoration: none;
	border-bottom: 1px solid #dce0e4;
}

.page-shop .shop-item .item-contacts li a:hover {
	border: none;
}

.page-shop .shop-item .c-tel {
	font-size: 30px;
	line-height: 32px;
	font-family: "GothaProMed";
	color: #000;
}

.page-shop .shop-item .c-tel a {
	color: inherit;
	text-decoration: none;
}

.page-shop .shop-item .c-address {
	margin-bottom: 13px;
}

.page-shop .shop-item .c-address strong {
	color: #000;
}

.page-shop .shop-item .c-maps {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #ced6dc;
}

.page-shop .shop-item .c-maps .maps-area {
	width: 100%;
	height: 236px;
	position: relative;
}

.page-shop .shop-item .c-maps .maps-area img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.page-shop .shop-item .c-maps .maps {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-shop .shop-item .c-more {
	width: 250px;
	padding-top: 29px;
}

.page-shop .shop-item .item-way {
	padding-top: 50px;
	display: none;
}

.page-shop .shop-item .item-way.active {
	display: block;
}

.page-shop .shop-item .item-way .shop-maps {
	background-color: #f7f7f7;
}

.page-shop .shop-item .item-way .maps {
	border-top: 1px solid #dbdedf;
	display: none;
}

.page-shop .shop-item .item-way .maps.active {
	display: block;
}

.page-shop .shop-item .transition {
	padding-top: 215px;
	display: none;
}

.page-shop .shop-item .transition.active {
	display: block;
}

.page-shop .shop-item .transition .transition-step {
	text-align: center;
}

.page-shop .shop-item .transition .transition-step > ul {
	display: inline-block;
	overflow: hidden;
}

.page-shop .shop-item .transition.slides .transition-step > ul {
	width: 1088px;
	padding-bottom: 20px;
	overflow: visible;
}

.page-shop .shop-item .transition .transition-step > ul > li {
	float: left;
	width: 272px;
	text-align: left;
	padding: 16px 5px 0 5px;
}

.page-shop .shop-item .transition .step {
	height: 330px;
	background-color: #fff;
	position: relative;
	padding: 30px 20px 20px 20px;
}

.page-shop .shop-item .transition .step-nm {
	background-color: #157fbe;
	width: 32px;
	height: 32px;
	padding-top: 7px;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #fff;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -16px;
}

.page-shop .shop-item .transition .step-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.page-shop .shop-item .transition .step-text {
	padding-top: 10px;
	font-size: 13px;
	line-height: 19px;
}

.page-shop .shop-maps {
	background-color: #f2f4f6;
}

.page-shop .shop-maps .maps-title {
	background-color: #f2f4f6;
	padding: 25px 0;
	text-align: center;
}

.page-shop .shop-maps .maps-area {
	min-height: 590px;
	position: relative;
	overflow: hidden;
}

.page-shop .shop-maps .maps-area .maps {
	background-color: #f4e6ab;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.offer-shop {
	overflow: hidden;
	background-color: #fff;
	padding: 6px 30px 30px 30px;
}

.offer-shop .offer-title {
	font-size: 21px;
	line-height: 25px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 26px;
	margin-bottom: 30px;
}

.offer-shop .offer-column .offer-t {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.offer-shop .offer-column .offer-t > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.offer-shop .offer-column .offer-t > span:after {
	content: " ";
	display: table;
	clear: both;
}

.offer-shop .offer-column .offer-t > span > span {
	display: table-cell;
	vertical-align: middle;
	background-color: #f2f4f6;
	text-align: center;
	width: 100%;
	height: 415px;
}

.offer-shop .offer-column .offer-t .t-title {
	width: 285px;
	margin: 0 auto;
	font-size: 18px;
	font-family: "GothaProMed";
	color: #b8a37b;
	margin-bottom: 11px;
}

.offer-shop .offer-column .offer-t .t-text {
	width: 285px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 21px;
	line-height: 18px;
	color: #000;
	margin-bottom: 14px;
}

.offer-shop .offer-column .offer-t .t-more {
	width: 285px;
	margin: 0 auto;
}

.offer-shop .offer-column .offer-t .t-more .button {
	width: 100%;
}

.offer-shop .offer-column .offer-i {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.page-about .about-title {
	font-size: 32px;
	line-height: 46px;
	font-family: "GothaProMed";
	color: #beaa83;
	text-align: center;
	border-bottom: 1px solid #e5e7e9;
	padding-top: 25px;
	padding-bottom: 14px;
	margin-bottom: 54px;
}

.page-about .about-title span {
	display: block;
	font-size: 21px;
	line-height: 30px;
}

.page-about h2 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}

.page-about h2.output {
	padding-top: 30px;
}

.page-about .about-relative {
	margin-bottom: 58px;
}

.page-about .about-relative h2 {
	margin-bottom: 64px;
}

.page-about .about-space {
	height: 996px;
	max-width: 940px;
	position: relative;
	margin: 0 auto 25px auto;
}

.page-about .about-space .space {
	float: left;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
}

.page-about .about-space .space.space-2 {
	width: 620px;
	margin-left: 320px;
}

.page-about .about-space .space.space-2 .space-title {
	font-size: 21px;
	line-height: 30px;
}

.page-about .about-space .space.space-3 {
	width: 620px;
	margin-top: 343px;
}

.page-about .about-space .space.space-4 {
	margin-top: 343px;
	margin-left: 640px;
}

.page-about .about-space .space.space-5 {
	margin-top: 696px;
	margin-left: 0;
}

.page-about .about-space .space.space-6 {
	width: 620px;
	margin-top: 696px;
	margin-left: 320px;
}

.page-about .about-space .space:first-child {
	margin-left: 0;
}

.page-about .about-space .space > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.page-about .about-space .space > span:after {
	content: " ";
	display: table;
	clear: both;
}

.page-about .about-space .space > span > span {
	display: table-cell;
	vertical-align: middle;
	border: 5px solid #eff5f9;
	position: relative;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	text-align: center;
	width: 100%;
	height: 300px;
}

.page-about .about-space .space > span > span > .icon {
	background-color: #fff;
	padding: 0 5px;
	position: absolute;
	top: -38px;
	left: 50%;
	margin-left: -43px;
}

.page-about .about-space .space > span > span .circle {
	display: block;
	width: 76px;
	height: 76px;
	-moz-border-radius: 38px;
	-webkit-border-radius: 38px;
	border-radius: 38px;
	background-color: #157fbe;
	text-align: center;
}

.page-about .about-space .space > span > span .circle .icon {
	color: #fff;
}

.page-about .about-space .space > span > span .icon_crown {
	margin-top: 17px;
}

.page-about .about-space .space > span > span .icon_city {
	margin-top: 16px;
}

.page-about .about-space .space > span > span .icon_star {
	margin-top: 16px;
}

.page-about .about-space .space > span > span .icon_15years {
	margin-top: 17px;
}

.page-about .about-space .space-title {
	font-size: 18px;
	line-height: 22px;
	font-family: "GothaProMed";
	color: #000;
	text-align: center;
}

.page-about .about-space .space-text {
	font-size: 13px;
	line-height: 19px;
	line-height: 25px;
	padding: 0 5px;
}

.page-about .about-space .space-text .text-more {
	padding-top: 17px;
}

.page-about .about-cols {
	max-width: 940px;
	margin: 0 auto 30px auto;
}

.page-about .about-cols > ul {
	overflow: hidden;
}

.page-about .about-cols > ul > li {
	float: left;
	width: 300px;
	margin-left: 20px;
}

.page-about .about-cols > ul > li:first-child {
	margin-left: 0;
}

.page-about .about-cols > ul > li > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.page-about .about-cols > ul > li > span:after {
	content: " ";
	display: table;
	clear: both;
}

.page-about .about-cols > ul > li > span > span {
	display: table-cell;
	vertical-align: middle;
	border: 5px solid #eff5f9;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	padding: 0 10px;
	text-align: center;
	width: 100%;
	height: 125px;
}

.page-about .about-cols p {
	color: #000;
	margin: 0;
	padding: 28px 0 0;
}

.page-about .cols-more {
	text-align: center;
}

.page-about .cols-more .button {
	width: 300px;
	font-size: 15px;
	line-height: 28px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.page-about .about-document {
	max-width: 857px;
	margin: 0 auto;
}

.page-about .about-document .document-hidden {
	height: 368px;
	overflow: hidden;
}

.page-about .about-document.honors .document-hidden {
	height: 0px;
}

.page-about .about-document .row {
	margin: 0 -27px;
}

.page-about .about-document .row:before, .page-about .about-document .row:after {
	display: table;
	content: "";
}

.page-about .about-document .row:after {
	clear: both;
}

.page-about .about-document .cell {
	float: left;
	width: 227px;
	height: 232px;
	padding: 0 27px;
	margin-bottom: 15px;
}

.page-about .about-document .cell a {
	display: block;
	background-color: #fff;
	border: 1px solid #f1f1f3;
	text-align: center;
	padding: 5px;
}

.page-about .about-document .document-more {
	text-align: center;
	padding: 34px 0;
}

.page-about .about-document .document-more .button {
	width: 300px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.page-about .about-clients {
	padding-top: 26px;
	padding-bottom: 80px;
	text-align: center;
}

.page-about .about-clients h2 {
	margin-bottom: 10px;
}

.page-about .about-clients p {
	color: #000;
	margin: 0 0 20px;
}

.page-about .about-clients .clients-list {
	max-width: 940px;
	margin: 0 auto;
}

.page-about .about-clients .clients-list > ul {
	overflow: hidden;
	height: 526px;
}

.page-about .about-clients .clients-list > ul > li {
	float: left;
	width: 33.33%;
	text-align: center;
	margin-bottom: 46px;
}

.page-about .about-clients .clients-list .clients-photo {
	height: 100px;
	margin-bottom: 4px;
}

.page-about .about-clients .clients-list .clients-photo.honors {
	height: auto;
	margin-bottom: 4px;
}

.page-about .about-clients .clients-list .clients-title {
	font-size: 13px;
	line-height: 19px;
	color: #656565;
}

.page-about .about-clients .cols-more .button {
	width: 340px;
}

.page-about .about-shop {
	background-color: #f2f4f6;
	text-align: center;
}

.page-about .about-shop .shop-title {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	padding: 15px 0 10px 0;
}

.page-about .about-shop .shop-text {
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin-bottom: 25px;
}

.page-about .about-shop .shop-address > ul {
	display: inline-block;
	overflow: hidden;
	padding-bottom: 15px;
}

.page-about .about-shop .shop-address > ul > li {
	float: left;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	margin-left: 50px;
}

.page-about .about-shop .shop-address > ul > li:first-child {
	margin-left: 0;
}

.page-about .about-shop .shop-maps {
	height: 625px;
	position: relative;
}

.page-about .about-shop .shop-maps .maps {
	width: 100%;
	height: 100%;
	background-color: #f8f1da;
	position: absolute;
	top: 0;
	left: 0;
}

.page-about .about-shop .maps-row {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-about .about-shop .maps-row .row-container {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}

.page-about .about-shop .maps-row .row-container .location {
	float: left;
	margin-top: 90px;
}

.page-about .about-shop .location-content {
	text-align: left;
}

.page-subscribe .s-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cbd0d4;
}

.page-subscribe .s-item.small {
	padding-bottom: 7px;
}

.page-subscribe .s-item h3 {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 5px;
}

.page-subscribe .s-item.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.page-subscribe .item-product {
	padding-top: 8px;
}

.page-subscribe .item-product > ul > li {
	font-size: 13px;
	line-height: 19px;
	color: #000;
	margin-top: 6px;
}

.page-subscribe .item-product > ul > li span {
	display: inline-block;
	position: relative;
	margin-left: 10px;
}

.page-subscribe .item-product > ul > li:first-child {
	margin-top: 0;
}

.page-subscribe .item-button {
	overflow: hidden;
}

.page-subscribe .button-list {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #e5e7e9;
	margin-right: 10px;
}

.page-subscribe .bc-c-tag {
	margin-left: 160px;
	margin-bottom: 0;
	padding-top: 2px;
}

.page-subscribe .item-category {
	padding-top: 10px;
}

.page-subscribe .item-category > ul {
	overflow: hidden;
}

.page-subscribe .item-category > ul > li {
	float: left;
	width: 200px;
	margin-right: 70px;
}

.page-subscribe .item-category > ul > li > ul > li {
	margin-top: 4px;
}

.page-subscribe .item-category > ul > li > ul > li:first-child {
	margin-top: 0;
}

.page-subscribe .item-category strong {
	display: block;
	font-family: "GothaProReg";
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin-bottom: 10px;
}

.page-subscribe .item-category a {
	font-size: 13px;
	line-height: 19px;
}

.page-help {
	text-align: center;
	position: relative;
}

.page-help h2 {
	font-size: 32px;
	line-height: 32px;
	font-family: "GothaProMed";
	color: #f4dfb7;
	margin-bottom: 10px;
}

.page-help .row {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.page-help .row:after {
	content: " ";
	display: table;
	clear: both;
}

.page-help .row .cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.page-help .icon-up {
	position: absolute;
	top: -38px;
	left: 50%;
	margin-left: -38px;
}

.page-help .h-s1 {
	height: 389px;
	background: #000 url("../images/help-1.jpg") top center no-repeat;
	position: relative;
	margin-bottom: 55px;
}

.page-help .h-s1 .cell {
	height: 389px;
}

.page-help .h-s1 p {
	font-size: 18px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #fff;
	margin: 0 0 20px;
}

.page-help .h-s1 .start {
	padding-top: 25px;
}

.page-help .h-s1 .button {
	width: 244px;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 0;
}

.page-help .h-s2 {
	background: url("../images/help-2.jpg") top center no-repeat;
	position: relative;
	height: 680px;
	margin-bottom: 55px;
}

.page-help .h-s2 .cell {
	height: 680px;
}

.page-help .h-s3 {
	background: url("../images/help-3.jpg") top center no-repeat;
	position: relative;
	height: 679px;
	margin-bottom: 55px;
}

.page-help .h-s3 .cell {
	height: 679px;
}

.page-help .h-s4 {
	background: url("../images/help-4.jpg") top center no-repeat;
	margin-bottom: 45px;
	position: relative;
	height: 679px;
}

.page-help .h-s4 .cell {
	height: 679px;
}

.page-help .list-button {
	padding-top: 10px;
}

.page-help .list-button > ul {
	display: inline-block;
	overflow: hidden;
}

.page-help .list-button > ul > li {
	float: left;
	margin-left: 10px;
	width: 156px;
}

.page-help .list-button .button {
	font-size: 15px;
	line-height: 20px;
	padding: 15px 0;
}

.page-help .h-result {
	padding-top: 35px;
	border-top: 1px solid #e5e7e9;
}

.page-help .h-result .container {
	border-bottom: 1px solid #e5e7e9;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.page-help .h-result h3 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	text-align: center;
	margin-bottom: 56px;
}

.page-help .list-content {
	margin-bottom: 45px;
}

.page-help .c-block {
	overflow: hidden;
}

.page-help .c-item {
	float: left;
	width: 20%;
}

.page-help .item-photo {
	margin-bottom: 36px;
}

.page-help .item-photo > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.page-help .item-photo > span:after {
	content: " ";
	display: table;
	clear: both;
}

.page-help .item-photo > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 260px;
}

.page-help .item-photo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.page-help .item-title {
	margin-bottom: 4px;
}

.page-help .item-price > ul {
	display: inline-block;
	overflow: hidden;
}

.page-help .item-price > ul > li {
	float: left;
	font-family: "GothaProMed";
	margin-left: 20px;
}

.page-help .item-price > ul > li:first-child {
	margin-left: 0;
}

.page-help .result-load, .page-help .result-repeat {
	max-width: 324px;
	margin: 0 auto 17px auto;
}

.page-help .result-load .button, .page-help .result-repeat .button {
	font-size: 15px;
	line-height: 20px;
	padding: 15px 0;
}

.page-help .result-load .button.button-primary, .page-help .result-repeat .button.button-primary {
	padding: 30px 0;
}

.page-help .share {
	max-width: 216px;
	padding: 13px 0 10px 0;
	margin: 0 auto;
}

.help-filter {
	width: 100%;
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -190px;
	z-index: 999;
}

.help-filter .f-fixed {
	float: right;
	width: 275px;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	position: relative;
}

.help-filter .f-title {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #484848;
	text-align: left;
	margin-bottom: 15px;
}

.help-filter .f-content {
	background-color: #f2f4f6;
	padding: 35px 20px;
}

.help-filter label {
	display: block;
	height: 50px;
	text-align: left;
	background-color: #fff;
	padding: 17px 0 0 36px;
	position: relative;
	margin-bottom: 2px;
}

.help-filter .f-number {
	display: block;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #c9ced3;
	width: 28px;
	text-align: right;
	position: absolute;
	top: 17px;
	left: 0;
}

.help-filter .f-name {
	display: block;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #000;
	width: 140px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.help-filter .f-delete {
	display: block;
	width: 25px;
	height: 25px;
	background-color: #f2f4f6;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -12px;
	padding: 1px 0 0 1px;
}

.help-filter .f-delete .icon {
	font-size: 9px;
	color: #8e8e8e;
}

.help-filter .f-submit {
	background-color: #fff;
	padding: 40px 50px;
}

.page-brands h1 {
	font-size: 21px;
	line-height: 25px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 26px;
	margin-bottom: 14px;
}

.page-brands .brands-list {
	background-color: #f2f4f6;
	padding-bottom: 14px;
}

.page-brands .brands-cell {
	overflow: hidden;
}

.page-brands .brands-cell > ul {
	width: 1640px;
}

.page-brands .brands-cell > ul > li {
	float: left;
	width: 130px;
	border: 1px solid #f4f6f7;
}

.page-brands .brands-cell > ul > li .center {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.page-brands .brands-cell > ul > li .center:after {
	content: " ";
	display: table;
	clear: both;
}

.page-brands .brands-cell > ul > li .center > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 73px;
	background-color: #fff;
}

.page-brands .brands-cell > ul > li .center > span img {
	/*max-height: 80%;*/
	max-width: 92px;
	max-height: 39px;
}

.page-brands .brands-alphabet {
	padding-top: 45px;
	margin-bottom: 55px;
}

.page-brands .alphabet-head {
	border-bottom: 1px solid #cbd0d4;
	padding-bottom: 33px;
	margin-bottom: 6px;
	overflow: hidden;
}

.page-brands .alphabet-head > ul > li {
	display: table-cell;
	vertical-align: top;
	padding-left: 50px;
}

.page-brands .alphabet-head > ul > li.long {
	width: 100%;
}

.page-brands .alphabet-head > ul > li:first-child {
	padding-left: 0;
}

.page-brands .alphabet-head > ul > li a {
	display: inline-block;
	font-size: 21px;
	line-height: 20px;
	font-family: "GothaProMed";
	text-decoration: none;
	position: relative;
}

.page-brands .alphabet-head > ul > li a:hover:before {
	display: none;
}

.page-brands .alphabet-head > ul > li a:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #b5c0c9;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-brands .alphabet-head > ul > li > ul {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.page-brands .alphabet-head > ul > li > ul:after {
	content: " ";
	display: table;
	clear: both;
}

.page-brands .alphabet-head > ul > li > ul > li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.page-brands .alphabet-list {
	border-bottom: 1px solid #cbd0d4;
	padding: 33px 0;
	position: relative;
	overflow: hidden;
}

.page-brands .alphabet-list .list-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	position: absolute;
	top: 33px;
	left: 0;
}

.page-brands .alphabet-list .list {
	width: 1650px;
}

.page-brands .alphabet-list .list-item {
	float: left;
	width: 245px;
	margin-right: 20px;
}

.page-brands .alphabet-list .item {
	position: relative;
	padding-left: 30px;
}

.page-brands .alphabet-list .item > ul > li {
	font-size: 13px;
	line-height: 19px;
	color: #7f7f7f;
	margin-top: 11px;
}

.page-brands .alphabet-list .item > ul > li a {
	display: inline-block;
	font-family: "GothaProMed";
	text-decoration: none;
	position: relative;
}

.page-brands .alphabet-list .item > ul > li a:hover:before {
	display: none;
}

.page-brands .alphabet-list .item > ul > li a:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #dce0e4;
	position: absolute;
	bottom: 2px;
	left: 0;
}

.page-brands .alphabet-list .item > ul > li:first-child {
	margin-top: 0;
}

.page-shipping h1 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 26px;
	margin-bottom: 12px;
}

.page-shipping h2 {
	font-size: 18px;
	line-height: 22px;
	font-family: "GothaProMed";
	color: #000;
}

.page-shipping .shipping-row {
	padding: 16px 0 40px 0;
}

.page-shipping .shipping-row h2 {
	margin-bottom: 17px;
}

.page-shipping .shipping-row .row-content {
	padding: 19px 0 5px 0;
	border-top: 1px solid #e5e7e9;
	border-bottom: 1px solid #e5e7e9;
}

.page-shipping .shipping-row .row {
	overflow: hidden;
	margin-bottom: 14px;
}

.page-shipping .shipping-row .row p {
	max-width: 650px;
}

.page-shipping .shipping-row .row .shop {
	position: absolute;
	bottom: -5px;
	right: 35px;
}

.page-shipping .shipping-row .row .shop li {
	margin-top: 19px;
}

.page-shipping .shipping-row .row .shop li:first-child {
	margin-top: 0;
}

.page-shipping .shipping-row .row-cell {
	float: left;
	width: 50%;
	min-height: 120px;
	font-size: 13px;
	line-height: 19px;
	position: relative;
}

.page-shipping .shipping-row .row-cell.first {
	padding-right: 35px;
}

.page-shipping .shipping-row .row-cell.last {
	padding-left: 35px;
}

.page-shipping .table-responsive table {
	width: 100%;
	border: 1px solid #e5e7e9;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 60px;
}

.page-shipping .table-responsive th, .page-shipping .table-responsive td {
	font-size: 13px;
	line-height: 19px;
	color: #000;
	border-top: 1px solid #e5e7e9;
	border-left: 1px solid #e5e7e9;
}

.page-shipping .table-responsive th {
	padding: 5px 15px;
	font-family: "GothaProMed";
	white-space: nowrap;
}

.page-shipping .table-responsive th em {
	display: block;
	font-family: "GothaProReg";
}

.page-shipping .table-responsive td {
	padding: 5px 15px;
}

.page-shipping .table-responsive strong {
	display: block;
	white-space: nowrap;
}

.page-shipping .table-responsive em {
	color: #adadad;
}

.page-shipping .table-responsive .v-c {
	vertical-align: middle;
}

.page-shipping .table-responsive .button {
	width: 156px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin-top: 15px;
}

.compare {
	padding-bottom: 40px;
}

.compare h1 {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 26px;
	margin-bottom: 15px;
}

.compare-block {
	border: 1px solid #e5e7e9;
	margin-bottom: 20px;
}

.compare-header {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	height: 450px;
	border-bottom: 1px solid #e5e7e9;
}

.compare-header:after {
	content: " ";
	display: table;
	clear: both;
}

.compare-header .header-list {
	float: left;
	width: 233px;
	height: 450px;
	border-right: 1px solid #e5e7e9;
	padding: 23px 5px 20px 20px;
}

.compare-header .header-list > ul {
	margin-bottom: 23px;
}

.compare-header .header-list > ul > li {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	margin-top: 11px;
}

.compare-header .header-list > ul > li:first-child {
	margin-top: 0;
}

.compare-header .header-list > ul > li > a {
	text-decoration: none;
	border-bottom: 1px solid #dce0e4;
}

.compare-header .header-list .only {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
}

.compare-header .header-list .only .checkbox {
	margin-right: 10px;
}

.compare-header .header-list .only label {
	display: inline-block;
	line-height: 22px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #536e84;
	cursor: pointer;
}

.compare-header .header-product {
	height: 450px;
	margin-left: 233px;
	position: relative;
}

.compare-header .product-fixed {
	width: 1371px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.compare-header .product-fixed.active {
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.compare-header .product-carousel {
	overflow: hidden;
	position: relative;
}

.compare-header .carousel-prev, .compare-header .carousel-next {
	position: absolute;
	top: 50%;
	z-index: 100;
	margin-top: -19px;
}

.compare-header .carousel-prev {
	left: 2px;
}

.compare-header .carousel-next {
	right: 8px;
}

.compare-header .product-hidden {
	width: 10000px;
}

.compare-header .product {
	float: left;
	width: 273px;
	height: 450px;
	position: relative;
	padding-top: 30px;
	text-align: center;
}

.compare-header .product .p-delete {
	position: absolute;
	top: 15px;
	right: 15px;
}

.compare-header .product .p-photo {
	margin-bottom: 22px;
	height: 280px;
	vertical-align: middle;
}

.compare-header .product .p-photo .center {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	height: 100%;
}

.compare-header .product .p-photo .center:after {
	content: " ";
	display: table;
	clear: both;
}

.compare-header .product .p-photo .center > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100px;
}

.compare-header .product .p-photo img {
	display: inline-block;
	max-height: 280px;
	max-width: 243px;
}

.compare-header .product .p-title {
	font-size: 13px;
	line-height: 19px;
	color: #000;
	padding: 0 40px;
}

.compare-header .product .p-title a {
	color: inherit;
	text-decoration: none;
}

.compare-header .product .p-button {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 26px;
}

.compare-body {
	position: relative;
	overflow: hidden;
}

.compare-body .table-hidden {
	width: 300%;
}

.compare-body table tr:nth-child(odd) th, .compare-body table tr:nth-child(odd) td {
	background-color: #f7f9fa;
}

.compare-body table th, .compare-body table td {
	font-size: 13px;
	line-height: 19px;
	color: #484847;
	vertical-align: middle;
	padding: 8px 20px;
}

.compare-body th {
	width: 232px;
	border-right: 1px solid #e5e7e9;
	font-family: "GothaProMed";
	position: relative;
	text-align: left;
}

.compare-body th .table-help {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 10px;
}

.compare-body td {
	width: 273px;
	text-align: center;
}

.compare-body .table-top {
	vertical-align: top;
}

.compare-body .table-top .table-help {
	top: 8px;
	margin-top: 0;
}

.assortment-shop {
	padding-top: 26px;
	padding-bottom: 0px;
	text-align: center;
}

.assortment-shop .assortment-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 45px;
}

.assortment-shop .assortment-cat {
	overflow: hidden;
}

.assortment-shop .cat {
	float: left;
	width: 20%;
}

.assortment-shop .cat-title {
	max-width: 220px;
	margin: 0 auto;
	font-size: 21px;
	line-height: 26px;
	color: #000;
}

.assortment-shop .cat-title a {
	color: inherit;
	text-decoration: none;
}

.assortment-shop .cat-cost {
	font-size: 11px;
	font-family: "GothaProBol";
	line-height: 16px;
	color: #adadad;
}

.assortment-shop .cat-photo {
	padding-top: 35px;
}

.assortment-shop .cat-photo .center {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.assortment-shop .cat-photo .center:after {
	content: " ";
	display: table;
	clear: both;
}

.assortment-shop .cat-photo .center > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 260px;
}

.assortment-shop .cat-photo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.blog-promo {
	margin-top: 28px;
	border: 1px solid #cbd0d4;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.blog-promo .promo-left {
	display: table-cell;
	/*display: block;*/
	vertical-align: top;
}

.blog-promo .promo-right {
	display: table-cell;
	vertical-align: top;
	width: 10000px;
	background-color: #f2f4f6;
}

.blog-promo .promo-content {
	display: block;
	text-decoration: none;
	position: relative;
}

.blog-promo img {
	display: block;
}

.blog-promo .promo-center {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-promo .promo-center:after {
	content: " ";
	display: table;
	clear: both;
}

.blog-promo .promo-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 340px;
}

.blog-promo .promo-cell .cell-fixed {
	display: block;
	max-width: 270px;
	margin: 0 auto;
}

.blog-promo .promo-time {
	display: block;
	font-family: "GothaProMed";
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 16px;
}

.blog-promo .promo-title {
	display: block;
	font-size: 32px;
	line-height: 32px;
	color: #f4dfb7;
}

.blog-promo .promo-text {
	display: block;
	padding-top: 22px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}

.blog-promo .promo-category {
	padding: 30px 10px 0 10px;
}

.blog-promo .promo-category ul {
	padding-bottom: 6px;
}

.blog-promo .promo-category li {
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}

.blog-promo .promo-category li:first-child {
	margin-top: 0;
}

.blog-ads-line {
	margin-bottom: 30px;
}

.blog-ads-line a {
	display: block;
	height: 152px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.blog-ads-line .a-center {
	display: table;
	width: 360px;
	margin-left: 45px;
}

.blog-ads-line .a-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 152px;
}

.blog-ads-line .ads-title {
	display: block;
	font-size: 21px;
	line-height: 24px;
}

.blog-ads-line .ads-text {
	display: block;
	font-size: 13px;
	line-height: 18px;
}

.blog-last {
	border-top: 1px solid #e8ecef;
	padding-top: 25px;
	margin-bottom: 60px;
	text-align: center;
}

.blog-last.top {
	border-top: none;
	margin-bottom: 30px;
}

.blog-last h1 {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 25px;
}

.blog-last .last-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 25px;
}

.blog-last .last-list {
	width: 1358px;
	margin: 0 auto;
	overflow: hidden;
}

.blog-last .last-list.slidered {
	overflow: initial;
}

.blog-last .last-hidden {
	width: 2000px;
}

.blog-last .post {
	float: left;
	width: 314px;
	height: 546px;
	position: relative;
	border: 1px solid #ced7e1;
	margin-right: 34px;
}

.blog-last .post-slider {
	float: left;
	width: 1010px;
	height: 546px;
	position: relative;
	border: 1px solid #ced7e1;
	margin-right: 34px;
}

.blog-last .post-slider .slider-prev, .blog-last .post-slider .slider-next {
	position: absolute;
	top: 110px;
}

.blog-last .post-slider .slider-prev {
	left: 0;
}

.blog-last .post-slider .slider-next {
	right: 0;
}

.blog-last .post-slider .slider-list {
	width: 1300px;
}

.blog-last .post-slider .slider-carousel {
	margin: 0 48px;
	padding: 0 0 16px;
	border-bottom: 1px solid #ced7e1;
	position: relative;
	overflow: hidden;
}

.blog-last .post-slider .post-product {
	float: left;
	width: 304px;
}

.blog-last .post-slider .post-name {
	padding: 0 48px;
}

.blog-last .post-slider .post-text {
	padding: 0 48px;
}

.blog-last .post-title {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
}

.blog-last .post-title > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.blog-last .post-title > span:after {
	content: " ";
	display: table;
	clear: both;
}

.blog-last .post-title > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 51px;
	padding: 0 20px;
}

.blog-last .post-photo .photo-row {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.blog-last .post-photo .photo-row:after {
	content: " ";
	display: table;
	clear: both;
}

.blog-last .post-photo .photo-row .photo-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	/*height: 328px;*/
	/*height: 312px;*/
	border-bottom: 1px solid #ced7e1;
}

.blog-last .post-photo a {
	display: block;
}

.blog-last .post-photo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.blog-last .post-product .product-row {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	margin-bottom: 15px;
}

.blog-last .post-product .product-row:after {
	content: " ";
	display: table;
	clear: both;
}

.blog-last .post-product .product-row .photo-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 260px;
}

.blog-last .post-product img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.blog-last .post-name {
	width: 100%;
	font-size: 17px;
	line-height: 20px;
	font-family: "GothaProMed";
	color: #000;
	text-align: left;
	padding: 0 25px;
	position: absolute;
	bottom: 101px;
	left: 0;
}

.blog-last .post-name a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
}

.blog-last .post-name span {
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-family: "GothaProReg";
	color: #536e84;
}

.blog-last .title-name {
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

.blog-last .title-name a {
	color: inherit;
	text-decoration: none;
}

.blog-last .title-price {
	font-family: "GothaProMed";
	font-size: 15px;
	color: #000;
}

.blog-last .post-text {
	width: 100%;
	height: 75px;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #484847;
	text-align: left;
	padding: 0 25px;
	position: absolute;
	bottom: 8px;
	left: 0;
}

.home-slider {
	background-color: #f3f4f8;
	overflow: hidden;
}

.home-slider .slider-list {
	position: relative;
	overflow: hidden;
}

.home-slider .slider-prev, .home-slider .slider-next {
	width: 90px;
	height: 90px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	padding-top: 24px;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 50;
}

.home-slider .slider-prev .icon, .home-slider .slider-next .icon {
	color: #fff;
}

.home-slider .slider-prev {
	left: 0;
}

.home-slider .slider-next {
	right: 0;
}

.home-slider .slide {
	overflow: hidden;
	height: 355px;
}

.home-slider .post {
	float: left;
	width: 50%;
	height: 388px;
	text-align: center;
	position: relative;
	margin-top: -17px;
}

.home-slider .post.wide {
	width: 100%;
}

.home-slider .post-photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-slider .post-photo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.home-slider .post-fixed {
	width: 100%;
	/* height: 100%;
  padding-top: 349px;
    top: 0;
*/
	height: 200px;
	top: 365px;
	position: absolute;

	left: 0;
	z-index: 10;
}

.home-slider .post-title {
	font-family: "GothaProMed";
	font-size: 32px;
	line-height: 38px;
	color: #f4dfb7;
}

.home-slider .post-text {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	padding-top: 13px;
}

.home-slider .post-text p {
	max-width: 520px;
	margin: 0 auto;
}

.home-slider .post-button {
	width: 100%;
	position: absolute;
	bottom: 40px;
	/*bottom: 80px;*/
	left: 0;
}

.home-slider .button {
	color: #fff;
}

.tag_new.product, .tag_sale.product, .tag_bestseller.product {
	height: 30px;
	min-width: 64px;
	background-color: #49be15;
	font-size: 100%;
	position: relative;
	margin: 3px 0;
}

.tag_exclusive.product {
	height: 30px;
	min-width: 74px;
	background: url("../images/exclusive.jpg") top center no-repeat;
	position: relative;
	margin: 3px 0;
}

.tag_hit.product {
	height: 30px;
	min-width: 64px;
	background: url("../images/hit.jpg") top center no-repeat;
	position: relative;
	margin: 3px 0;
}

.tag_limited.product {
	height: 30px;
	min-width: 74px;
	background: url("../images/limited.jpg") top center no-repeat;
	position: relative;
	margin: 3px 0;
}

.tag_shok.product {
	height: 30px;
	min-width: 74px;
	background: url("../images/shok-cena.jpg") top center no-repeat;
	position: relative;
	margin: 3px 0;
}

.tag_ico_sale.product {
	height: 30px;
	min-width: 74px;
	background: url("../images/sale.png") top center no-repeat;
	position: relative;
	margin: 3px 0;
}

.tag_ico_action.product {
	height: 30px;
	min-width: 84px;
	background: url("../images/ico-action21.png") top center no-repeat;
	position: relative;
	margin: 3px 0;
}

.tag_podarok.product {
	height: 30px;
	min-width: 82px;
	background: url("../images/ico-podarok.png") top center no-repeat;
	position: relative;
	margin: 3px 0;
}

.tag_ico_take.product {
	height: 30px;
	min-width: 72px;
	background: url("../images/take-today.png") top center no-repeat;
	position: relative;
	margin: 3px 0;
}

.tag_ico_casio.product {
	height: 30px;
	min-width: 115px;
	background: url("../images/casio.png") top center no-repeat;
	position: relative;
	margin: 3px 0;
}


.tag_ico_salon.product {
	height: 40px;
	min-width: 106px;
	background: url("../images/sale-shop.png") top center no-repeat;
	position: relative;
	margin: 3px 0;
	z-index: 10;
}

.tag_ico_salon__popup {
	display: none;
	position: absolute;
	right: -30px;
	top: -10px;
	padding: 60px 20px 10px;
	max-width: 300px;
	background-color: #ffffff;
	z-index: 9;
	font-family: "GothaProMed", sans-serif;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.tag_ico_salon__popup p {
	margin: 0;
}

.tag_ico_salon.product:hover + .tag_ico_salon__popup,
.tag_ico_salon.product:focus + .tag_ico_salon__popup {
	display: block;
}

.tag_ico_salon__popup:hover,
.tag_ico_salon__popup:focus {
	display: block;
}

.tag_club.product {
	height: 30px;
	min-width: 74px;
	background: url("../images/icon_club.jpg") top center no-repeat;
	position: relative;
	margin: 3px 0;
}

.tag_new.product .text, .tag_sale.product .text, .tag_bestseller.product .text {
	padding-left: 30px;
	float: left;
	display: inline-block;
	position: relative;
	padding-top: 9px;
	padding-right: 9px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-family: "GothaProReg";
}

.tag_new.product .path2, .tag_new.product .path3, .tag_sale.product .path2, .tag_sale.product .path3, .tag_bestseller.product .path2, .tag_bestseller.product .path3 {
	font-size: 64px;
}

.tag_new.product .path2:before, .tag_new.product .path3:before, .tag_sale.product .path2:before, .tag_sale.product .path3:before, .tag_bestseller.product .path2:before, .tag_bestseller.product .path3:before {
	position: absolute;
	top: -17px;
	left: 0;
	margin-left: 0 !important;
}

.tag_new.product .path3:before, .tag_sale.product .path3:before, .tag_bestseller.product .path3:before {
	top: -16px;
}

.tag_new.product.tag_sale, .tag_sale.product.tag_sale, .tag_bestseller.product.tag_sale {
	background-color: #f06c5f;
}

.tag_new.product.tag_bestseller, .tag_sale.product.tag_bestseller, .tag_bestseller.product.tag_bestseller {
	background-color: #ffc03f;
}

.bc-page {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	padding-bottom: 40px;
}

.bc-page:after {
	content: " ";
	display: table;
	clear: both;
}

.bc-page.bottom-none {
	padding-bottom: 0;
}

.bc-page .mini-filter {
	position: fixed;
	display: none;
	top: 0;
}

.bc-menu {
	width: 252px;
	float: left;
	border-bottom: 1px solid #cbd0d4;
	margin-top: 23px;
}

.bc-menu > ul {
	padding: 24px 14px;
	border: 1px solid #cbd0d4;
	border-bottom: none;
}

.bc-menu > ul > li {
	margin-top: 5px;
}

.bc-menu > ul > li:first-child {
	margin-top: 0;
}

.bc-menu > ul > li > a {
	display: block;
	font-size: 13px;
	line-height: 19px;
	color: #000;
	padding: 7px 14px;
	text-decoration: none;
	border: 1px solid #e5e7e9;
}

.bc-menu > ul > li > a:hover, .bc-menu > ul > li > a.active {
	background-color: #157fbe;
	border-color: #157fbe;
	color: #fff;
}

.bc-filter {
	width: 252px;
	margin-top: 23px;
	float: left;
}

.bcf-head {
	height: 39px;
	padding: 11px 57px 0 15px;
	background-color: #738ea2;
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.bcf-head .head-delete {
	width: 37px;
	height: 39px;
	background-color: #536e84;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.bcf-head .head-delete:hover {
	background-color: #157fbe;
}

.bcf-head .head-delete:hover .delete {
	color: #fff;
}

.bcf-content {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	border-left: 1px solid #cbd0d4;
	border-right: 1px solid #cbd0d4;
}

.bcf-content:after {
	content: " ";
	display: table;
	clear: both;
}

.bcf-content .bf-item {
	width: 250px;
	border-bottom: 1px solid #cbd0d4;
}

.bcf-content .bf-item .search-content {
	z-index: 10;
}

.bcf-content .bf-item.active .bf-item-title {
	padding-bottom: 0;
	margin-bottom: 14px;
}

.bcf-content .bf-item.active .bf-item-collapse:before {
	content: "";
}

.bcf-content .bf-item-title {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	position: relative;
	padding: 14px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bcf-content .bf-item-title .icon_image {
	margin-left: 5px;
}

.bcf-content .bf-item-title .icon_image:hover {
	color: #157fbe;
}

.bcf-content .bf-item-title a {
	text-decoration: none;
	color: inherit;
}

.bcf-content .bf-item-collapse {
	cursor: pointer;
}

.bcf-content .bf-item-collapse:before {
	font-family: "svg";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 11px;
	color: #536e84;
	position: absolute;
	top: 19px;
	right: 14px;
}

.bcf-content .bf-item-collapse .js-popup-filter-open {
	font-size: 13px;
	color: #8a98a3;
}

.bcf-content .bf-item-show {
	display: none;
	font-size: 13px;
	line-height: 19px;
	color: #000;
}

.bcf-content .bf-item-show .input-list {
	padding: 0 14px 14px 14px;
}

.bcf-content .bf-item-show .input-list li {
	margin-top: 5px;
}

.bcf-content .bf-item-show .input-list li:first-child {
	margin-top: 0;
}

.bcf-content .bf-item-show .table-list {
	overflow: hidden;
	padding: 0 12px 14px 14px;
}

.bcf-content .bf-item-show .table-list > li {
	float: left;
}

.bcf-content .bf-item-show .table-list .check {
	width: 108px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.bcf-content .bf-item-show .table-list .check label {
	padding-right: 20px;
}

.bcf-content .bf-item-sex {
	padding: 0 14px 14px 14px;
}

.bcf-content .bf-item-sex .check:before {
	display: none;
}

.bcf-content .bf-item-sex > ul {
	overflow: hidden;
}

.bcf-content .bf-item-sex > ul > li {
	float: left;
	margin-left: 4px;
}

.bcf-content .bf-item-sex > ul > li:first-child {
	margin-left: 0;
}

.bcf-content .bf-item-sex > ul > li .check {
	padding-left: 15px;
	padding-right: 15px;
}

.bcf-content .bf-item-sex > ul > li .check.active, .bcf-content .bf-item-sex > ul > li .check:active {
	padding-left: 14px;
	padding-right: 14px;
}

.bcf-content .bf-item-price {
	padding: 0 14px 14px 14px;
}

.bcf-content .bf-item-price > ul {
	overflow: hidden;
}

.bcf-content .bf-item-price > ul > li {
	float: left;
	width: 108px;
	margin-left: 4px;
}

.bcf-content .bf-item-price > ul > li:first-child {
	margin-left: 0;
}

.bcf-content .bf-item-country {
	padding-left: 14px;
}

.bcf-content .bf-item-country .country-show {
	display: none;
}

.bcf-content .bf-item-country .check {
	float: left;
	width: 104px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.bcf-content .bf-item-country .check label {
	padding-right: 20px;
}

.bcf-content .bf-item-country .country-more {
	padding-top: 13px;
	padding-bottom: 26px;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #536e84;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bcf-content .bf-item-country .country-more .icon {
	margin-left: 4px;
}

.bcf-content .bf-item-country .country-more:hover {
	color: #8099ab;
}

.bcf-content .bf-item-country .country-more.active .icon:before {
	content: "";
}

.bcf-content .bf-item.Brands .bf-item-title {
	padding-left: 14px;
}

.bcf-content .bf-item.Brands p {
	margin: 0 0 14px;
}

.bcf-content .bf-item.Brands .check {
	width: auto;
	padding-right: 40px;
	margin-bottom: 4px;
}

.bcf-content .bf-item.Brands .searchform {
	padding: 15px 14px 14px 14px;
	margin-bottom: 18px;
	border-bottom: 1px solid #cbd0d4;
}

.bcf-content .brands-title {
	font-size: 21px;
	line-height: 28px;
	font-family: "GothaProMed";
	color: #000;
	padding-left: 7px;
}

.bcf-content .brands-head {
	padding-left: 14px;
	padding-right: 14px;
}

.bcf-content .brands-head .check {
	margin-right: 10px;
	max-width: 200px;
}

.bcf-content .bf-item-brands {
	padding-left: 11px;
	height: 750px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.bcf-content .bf-item-brands .alphabet {
	position: absolute;
	top: 0;
	right: 14px;
	z-index: 10;
}

.bcf-content .bf-item-brands .alphabet ul li {
	font-size: 11px;
	line-height: 17px;
	font-family: "GothaProMed";
	text-transform: uppercase;
	text-align: right;
	margin-top: 4px;
}

.bcf-content .bf-item-brands .alphabet ul li:first-child {
	margin-top: 0;
}

.bcf-content .bf-item-brands .alphabet span {
	display: inline-block;
	color: #536e84;
	cursor: pointer;
	text-decoration: underline;
}

.bcf-content .bf-item-brands .alphabet span.false {
	color: #b7b7b7;
	cursor: default;
	text-decoration: none;
}

.bcf-content .brands-list {
	margin-bottom: 20px;
	position: relative;
}

.bcf-content .brands-list:last-child {
	margin-bottom: 0;
}

.bcf-content .brands-list:last-child:before {
	display: none;
}

.bcf-content .brands-list:before {
	display: block;
	content: "";
	width: 170px;
	height: 1px;
	background-color: #cbd0d4;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.bcf-content .brands-list .check {
	border-color: transparent;
	margin-bottom: 0;
	padding-left: 8px;
	max-width: 200px;
}

.bcf-content .brands-list .check:hover, .bcf-content .brands-list .check.active {
	border-color: #b9c6d0;
}

.bcf-content .brands-list .check:active {
	padding: 7px 40px 7px 7px;
}

.bc-content {
	margin-left: 272px;
	padding-top: 20px;
}

.bc-content h1 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 12px;
}

.bc-c-head.s-result .search {
	margin-bottom: 29px;
}

.bc-c-head.s-result .bc-c-brandcompany {
	margin-bottom: 18px;
}

.bc-c-brandcompany {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cbd0d4;
	overflow: hidden;
}

.bc-c-brandcompany .image {
	float: left;
	width: 129px;
	border: 1px solid #cbd0d4;
}

.bc-c-brandcompany .image > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.bc-c-brandcompany .image > span:after {
	content: " ";
	display: table;
	clear: both;
}

.bc-c-brandcompany .image > span > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 71px;
}

.bc-c-brandcompany .desc {
	/*max-width: 720px;*/
	margin-left: 145px;
	font-size: 13px;
	line-height: 19px;
}

.bc-c-brandcompany .desc p {
	margin: 0 0 10px;
}

.bc-c-brandcompany .more {
	text-decoration: none;
}

.bc-c-shop {
	margin-bottom: 20px;
}

.bc-c-tag {
	margin-bottom: 20px;
}

.bc-c-tag ul {
	overflow: hidden;
}

.bc-c-tag ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bc-c-tag .check {
	padding-right: 40px;
}

.bc-c-tag .tag-sex {
	display: block;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	overflow: hidden;
	border: 2px solid #b9c6d0;
	padding: 7px 15px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bc-c-sort {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	border-bottom: 2px solid #cbd0d4;
	padding-bottom: 18px;
}

.bc-c-sort:after {
	content: " ";
	display: table;
	clear: both;
}

.bc-c-sort .sort-level-1 {
	float: left;
}

.bc-c-sort .sort-level-1:first-child {
	margin-left: 0;
}

.bc-c-sort .sort-level-1 .sorting-collection {
	margin-left: 40px;
}

.bc-c-sort .sort-level-1 .sorting-pager {
	margin-left: 40px;
}

.bc-c-sort .sort-level-2 {
	margin-left: 472px;
}

.bc-c-sort .sort-level-2 .pagination-inline {
	float: right;
}

.bc-catalog {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.bc-catalog:after {
	content: " ";
	display: table;
	clear: both;
}

.bc-catalog.bc-ratings {
	display: block;
	overflow: hidden;
}

.bc-catalog.bc-ratings .bcc-post {
	border-bottom: 2px solid #cbd0d4;
	padding-bottom: 60px;
}

.bc-catalog.bc-ratings .bcc-post:hover {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bc-catalog.bc-ratings .bcc-post .bcc-inner {
	height: 478px;
}

.bc-catalog.bc-ratings .bcc-post .bcc-price {
	margin-bottom: -132px;
}

.bcc-post {
	float: left;
	width: 332px;
	position: relative;
	text-align: center;
	margin: 10px 0;
}

.bcc-post:hover {
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.tech-sidebar.b-short .bcc-post {
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.bcc-post .bcc-inner {
	width: 240px;
	height: 610px;
	margin: 0 auto;
	position: relative;
}

.bcc-post.post-long {
	width: 664px;
}

.bcc-post.post-long .bcc-inner {
	width: 440px;
}

.bcc-post.post-long .bcc-inner .bcc-anons p {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.bcc-post:hover .bcc-brands {
	display: block !important;
}

.bcc-post .bcc-sales-cost {
	min-width: 33px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	background-color: #157fbe;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.bcc-post .bcc-image {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
}

.bcc-post .bcc-image .bcc-gift {
	position: absolute;
	right: -30px;
	top: -20px;
}

.bcc-post .bcc-image .bcc-take {
	position: absolute;
	left: -30px;
	top: -20px;
}

.bcc-post .bcc-image .bcc-gift.no-right {
	right: 0px;
}

.bcc-post .bcc-image .bcc-gift .tag_gift {
	color: #197db9 !important;
	font-size: 20px !important;
}

.bcc-post .bcc-image .bcc-brands {
	left: -30px;
	top: -20px;
	position: absolute;
	display: none;
}

.bcc-post .bcc-image .bcc-brands img {
	max-height: 70px;
	max-width: 100px;
}

.bcc-post .bcc-image .bcc-stock {
	position: absolute;
	bottom: 0;
	left: -30px;
}

.bcc-post .bcc-image .bcc-stock li {
	display: block;
	text-align: left;
}

.bcc-post .bcc-image > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.bcc-post .bcc-image > span:after {
	content: " ";
	display: table;
	clear: both;
}

.bcc-post .bcc-image > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 285px;
}

.bcc-post .bcc-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.bcc-post .bcc-image .bcc-image-img {
	max-width: 180px;
}

.bcc-post .bcc-image .second_image {
	display: none;
}

.bcc-post:hover .bcc-image.has_second .first_image {
	display: none;
}

.bcc-post:hover .bcc-image.has_second .second_image {
	display: inline;
}

.bcc-post .bcc-title {
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 334px;
	left: 0;
}

.bcc-post .bcc-title a {
	color: inherit;
	text-decoration: none;
}

.bcc-post .bcc-title > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.bcc-post .bcc-title > span:after {
	content: " ";
	display: table;
	clear: both;
}

.bcc-post .bcc-title > span > span {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	height: 60px;
}

.bcc-post .bcc-price {
	width: 100%;
	position: absolute;
	bottom: 190px;
	left: 0;
}

.bcc-post .bcc-price > ul {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	color: #000;
}

.bcc-post .bcc-price > ul > li {
	float: left;
	margin-left: 20px;
}

.bcc-post .bcc-price > ul > li:first-child {
	margin-left: 0;
}

.bcc-post .bcc-price .old {
	display: inline-block;
	position: relative;
}

.bcc-post .bcc-price .old:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(127, 127, 127, 0.7);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.bcc-post .bcc-sales {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bcc-post .bcc-button {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 140px;
}

.bcc-post .bcc-button > ul {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.bcc-post .bcc-button > ul > li {
	float: left;
	margin-left: 8px;
}

.bcc-post .bcc-button > ul > li:first-child {
	margin-left: 0;
}

.bcc-post .bcc-button .button {
	width: 106px;
}

.bcc-post .bcc-anons {
	font-size: 13px;
	line-height: 19px;
	width: 100%;
	height: 83px;
	overflow: hidden;
	position: absolute;
	bottom: 61px;
	left: 0;
}

.bcc-post .bcc-avail {
	font-size: 11px;
	line-height: 17px;
	font-family: "GothaProMed";
	color: #a0a0a0;
	width: 100%;
	height: 51px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bcc-post .bcc-avail .color-green, .bcc-post .bcc-avail .color-orange {
	border-color: inherit;
}

.bcc-post .bcc-avail p {
	margin: 0 0 3px;
}

.bcc-banner {
	float: left;
	width: 332px;
	position: relative;
	text-align: center;
	margin: 10px 0;
}

.bcc-banner.bcc-banner-blog {
	padding: 0 10px !important;
}

.bcc-banner.bcc-video {
	padding: 0 10px !important;
}

.bcc-banner .video-review {
	border: 1px solid #e5e7e9;
	width: 100%;
	padding: 25px 30px;
	text-align: left;
}

.bcc-banner .video-review .video-review-title {
	font-size: 15px;
	font-family: "GothaProMed";
}

.bcc-banner .video-review ul {
	display: inline-block;
	width: 100%;
	padding-bottom: 21px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e7e9;
}

.bcc-banner .video-review ul li {
	display: inline-block;
	width: 100%;
	margin-top: 21px;
}

.bcc-banner .video-review ul li a {
	display: inline-block;
	text-decoration: none;
	color: #000;
}

.bcc-banner .video-review ul li a:hover span {
	text-decoration: underline;
}

.bcc-banner .video-review ul li a .img {
	width: 49px;
	height: 37px;
	margin-right: 10px;
	display: inline-block;
}

.bcc-banner .video-review ul li a > span {
	display: inline-block;
	max-width: 191px;
	margin-top: -3px;
}

.bcc-banner .video-review .video-review-more {
	display: inline-block;
	width: 100%;
	position: relative;
	font-family: "GothaProMed";
	text-decoration: none;
}

.bcc-banner .video-review .video-review-more:hover {
	text-decoration: underline;
}

.bcc-banner .video-review .video-review-more .video-review-more-title {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	height: 43px;
	background-color: #eff5f9;
	position: relative;
	z-index: 2;
	width: 90%;
	font-size: 13px;
	padding: 0 0 0 27px;
	line-height: 1.3;
	color: #000;
}

.bcc-banner .video-review .video-review-more .video-review-more-title:after {
	content: " ";
	display: table;
	clear: both;
}

.bcc-banner .video-review .video-review-more .video-review-more-title .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.bcc-banner .video-review .video-review-more .icon-more {
	position: absolute;
	right: 0;
	top: 0;
	height: 43px;
	width: 66px;
}

.bcc-banner .video-review .video-review-more .icon-more .bg_more {
	font-size: 66px;
	top: -12px;
}

.bcc-banner .bcc-inner {
	width: 100%;
	height: 610px;
	margin: 0 auto;
	position: relative;
}

.bcc-banner .bcc-inner > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.bcc-banner .bcc-inner > span:after {
	content: " ";
	display: table;
	clear: both;
}

.bcc-banner .bcc-inner > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 610px;
}

.bcc-banner img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.bcc-space {
	clear: both;
	height: 1px;
	background-color: #cbd0d4;
}

.bcc-space.bcc-space-fixed {
	display: inline-block;
	width: 100%;
}

.bc-monobrand-des {
	border-top: 1px solid #cbd0d4;
	border-bottom: 1px solid #cbd0d4;
	height: 88px;
	clear: both;
	display: table;
	width: 100%;
}

.bc-monobrand-des ul {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.bc-monobrand-des ul li {
	font-size: 13px;
	font-family: "GothaProMed";
	padding: 0 10px;
	display: inline-block;
	text-align: left;
}

.bc-monobrand-des ul li .icon {
	display: inline-block;
	margin-right: 10px;
	color: #000;
}

.bc-monobrand-des ul li .title {
	display: inline-block;
	vertical-align: middle;
}

.bc-c-delivery {
	background: url("../images/bc-delivery.png") center center no-repeat;
	border-top: 1px solid #cbd0d4;
	border-bottom: 1px solid #cbd0d4;
	clear: both;
}

.bc-c-delivery.no-border {
	border: 0 !important;
}

.bc-c-delivery .delivery-title {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	padding: 30px 0;
	text-align: center;
}

.bc-more {
	border-top: 2px solid #cbd0d4;
	padding-top: 26px;
	padding-bottom: 26px;
	text-align: center;
}

.bc-more a {
	display: inline-block;
}

.bcc-subscribe {
	float: left;
	width: 332px;
	text-align: center;

	position: relative;
	/*  padding-top: 20px;
  padding-bottom: 50px;*/
	margin: 10px 0;

}

.bcc-subscribe .bcc-inner {
	display: inline-block;
	background-image: url("/design/images/bcc-subscribe.png");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	width: 254px !important;
	padding: 110px 20px 10px 20px;
	height: 610px;
	background-color: #157fbe;
	color: #fff;
	margin-right: 0 !important;
	margin-left: 5px;
}

.bcc-subscribe .subscribe-title {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	margin-bottom: 19px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
}

.bcc-subscribe .form-group {
	margin-bottom: 27px;
	padding: 0 10px;
}

.bcc-subscribe .form-group .input-text {
	border: 1px solid #0b5fa5;
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}

.bcc-subscribe .form-group > ul > li {
	font-size: 13px;
	line-height: 19px;
	line-height: 18px;
	padding-left: 32px;
	position: relative;
	margin-top: 18px;
}

.bcc-subscribe .form-group > ul > li:first-child {
	margin-top: 0;
}

.bcc-subscribe .form-group .control {
	position: absolute;
	top: 0;
	left: 0;
}

.bcc-subscribe .form-submit {
	padding: 0 10px;
}

.bcc-subscribe .button-primary {
	background-color: #2492d3;
}

.bcc-subscribe .other-info {
	margin-top: 28px;
	padding: 0;
	font-size: 13px;
	color: #9dcdea;
}

.bc-c-product {
	border-top: 1px solid #e5e7e9;
	padding-top: 35px;
	text-align: center;
}

.bc-c-product.responsive {
	border: none;
}

.bc-c-product.responsive .product-list {
	display: block;
	overflow: hidden;
	border: none;
	margin-bottom: 17px;
}

.bc-c-product.responsive .product-list .product-content {
	display: block;
}

.bc-c-product.responsive .product-title {
	margin-bottom: 0;
}

.bc-c-product.responsive .bcc-post {
	width: 20%;
}

.bc-c-product.responsive .bcc-post:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bc-c-product .product-title {
	font-family: "GothaProMed";
	font-size: 21px;
	line-height: 24px;
	color: #000;
	margin-bottom: 29px;
}

.bc-c-product .product-tab {
	margin-bottom: 10px;
}

.bc-c-product .product-tab > ul {
	display: inline-block;
	overflow: hidden;
}

.bc-c-product .product-tab > ul > li {
	float: left;
	width: 120px;
}

.bc-c-product .product-tab > ul > li:first-child > span {
	border-left: 1px solid #d8dbde;
}

.bc-c-product .product-tab > ul > li > span {
	display: block;
	font-size: 13px;
	line-height: 19px;
	color: #000;
	cursor: pointer;
	border: 1px solid #d8dbde;
	border-left: none;
	padding: 7px 0;
}

.bc-c-product .product-tab > ul > li > span.active {
	background-color: #157fbe;
	border-color: #157fbe;
	color: #fff;
	cursor: default;
}

.bc-c-product .product-list {
	border-bottom: 1px solid #cbd0d4;
	margin-bottom: 50px;
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.bc-c-product .product-list:after {
	content: " ";
	display: table;
	clear: both;
}

.bc-c-product .product-list .product-content {
	display: inline-block;
}

.bc-c-product .product-list .product-content .tab {
	display: none;
}

.bc-c-single {
	padding-top: 20px;
}

.bc-c-single h1 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 12px;
}

.bc-c-single h1 .bc-cost {
	color: #889eaf;
}

.bc-c-single .product-load {
	position: relative;
	padding-top: 25px;
	margin-bottom: 55px;
	text-align: center;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
}

.bc-c-single .product-load .button-up {
	position: absolute;
	top: 15px;
	left: 0;
}

.bc-c-single .bc-c-brandcompany {
	margin-bottom: 10px;
}

.bc-c-single .category-list {
	overflow: hidden;
	margin-bottom: 10px;
}

.bc-c-single .category-list > ul {
	width: 1650px;
	overflow: hidden;
}

.bc-c-single .category-list > ul > li {
	float: left;
	width: 308px;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProBol";
	line-height: 20px;
	color: #738ea2;
	border: 1px solid #ced7e1;
	margin-right: 15px;
	margin-bottom: 10px;
}

.bc-c-single .category-list > ul > li a {
	display: block;
	padding: 9px 30px 9px 11px;
	background-color: #f2f4f6;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}

.bc-c-single .category-list > ul > li a:before {
	font-family: "svg";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	top: 13px;
	right: 5px;
}

.bc-c-single .category-list > ul > li strong {
	color: #262a2d;
}

.bc-c-single .product-title {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	line-height: 20px;
	color: #3d3a3b;
	padding: 12px 28px;
	margin-bottom: 5px;
	background-color: #f2f4f6;
}

.bc-c-single .single-product {
	border-bottom: 2px solid #cbd0d4;
	margin-bottom: 40px;
	background: #fff;
}

.bc-c-single .single-product.single-history {
	border-width: 1px;
}

.bc-c-single .single-product.single-history.last {
	border-width: 2px;
	margin-bottom: 0;
}

.bc-c-single .single-product.single-history .product-list:before {
	display: none;
}

.bc-c-single .product-list {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	position: relative;
}

.bc-c-single .product-list:after {
	content: " ";
	display: table;
	clear: both;
}

.bc-c-single .product-list:before {
	display: block;
	content: "";
	width: 360px;
	height: 100%;
	background: url("../images/shadow.png") center left no-repeat;
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.bc-c-single .product-list .product-content {
	display: inline-block;
}

.bc-c-single .product-list .bcc-post {
	width: 320px;
}

.bc-c-single .product-list .product-more {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -45px;
	z-index: 20;
}

.bc-c-single .product-list .product-more a {
	display: block;
	color: #484848;
	text-decoration: none;
	position: relative;
}

.bc-c-single .product-list .product-more strong {
	display: block;
	font-size: 17px;
	line-height: 20px;
	position: absolute;
	top: 36px;
	left: 35px;
	z-index: 20;
}

.bc-page-offer {
	padding-top: 20px;
	margin-bottom: 60px;
}

.bc-page-offer h1 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 15px;
}

.bc-page-offer .button-transparent {
	background-color: #f2f4f6;
}

.bc-page-offer .button-transparent:hover {
	border-color: #ced7e1;
	color: #6a8194;
}

.bc-page-offer .offer-column {
	overflow: hidden;
	margin-bottom: 15px;
}

.bc-page-offer .offer-column .offer-column-text {
	float: left;
	max-width: 720px;
}

.bc-page-offer .offer-column .offer-column-text p {
	margin: 0 0 12px;
}

.bc-page-offer .offer-column .offer-column-button {
	float: right;
}

.bc-page-offer .offer-list {
	text-align: center;
}

.bc-page-offer .offer-list .offer-list-row {
	overflow: hidden;
}

.bc-page-offer .offer-list .offer-list-row.last {
	border-bottom: 1px solid #cbd0d4;
}

.bc-page-offer .offer-list .offer-post {
	float: left;
	width: 30%;
	height: 510px;
	border-top: 1px solid #cbd0d4;
	border-left: 1px solid #cbd0d4;
	padding: 25px;
	position: relative;
}

.bc-page-offer .offer-list .offer-post-long {
	float: left;
	width: 40%;
	border: 1px solid #cbd0d4;
	border-bottom: none;
	padding: 8px;
}

.bc-page-offer .offer-list .offer-post-long.last {
	border-bottom: 1px solid #cbd0d4;
	padding-bottom: 7px;
}

.bc-page-offer .offer-list .offer-post-long .post-photo {
	height: auto;
	margin-bottom: 20px;
}

.bc-page-offer .offer-list .offer-post-long .post-title {
	color: #b8a37b;
}

.bc-page-offer .offer-list .offer-post-long .post-inner {
	color: #000;
	height: 493px;
	background-color: #f2f4f6;
	position: relative;
}

.bc-page-offer .offer-list .offer-post-long .post-submit {
	bottom: 15px;
}

.bc-page-offer .offer-list .post-photo {
	height: 244px;
}

.bc-page-offer .offer-list .post-photo img {
	display: inline-block;
	max-width: 100%;
}

.bc-page-offer .offer-list .post-title {
	font-size: 18px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	padding-bottom: 8px;
}

.bc-page-offer .offer-list .post-text {
	font-size: 13px;
	line-height: 19px;
}

.bc-page-offer .offer-list .post-submit {
	width: 100%;
	position: absolute;
	bottom: 23px;
	left: 0;
}

.bc-page-offer .offer-list .post-submit .button {
	width: 285px;
}

.bc-page-offer .offer-list .list-fixed {
	width: 60%;
	position: relative;
}

.bc-page-offer .offer-list .list-fixed_left {
	float: left;
}

.bc-page-offer .offer-list .offer-list-row .offer-post-long:last-child {
	border-bottom: 1px solid #cbd0d4;
}

.bc-page-offer .offer-list .list-fixed:before {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #cbd0d4;
	position: absolute;
	top: 0;
	right: -1px;
}

.bc-page-offer .offer-list .list-fixed:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #cbd0d4;
	position: absolute;
	bottom: 0;
	right: 0;
}

.bc-page-offer .offer-list .list-fixed .offer-post {
	width: 50%;
	border-bottom: 1px solid #cbd0d4;
}

.bc-page-offer .offer-list .offer-post-line {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	padding: 24px;
	border-left: 1px solid #cbd0d4;
}

.bc-page-offer .offer-list .offer-post-line:after {
	content: " ";
	display: table;
	clear: both;
}

.bc-page-offer .offer-list .offer-post-line.long {
	padding-top: 150px;
	padding-bottom: 150px;
}

.bc-page-offer .offer-list .offer-post-line .line-col {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.bc-page-offer .offer-list .offer-post-line .line-col .post-photo {
	height: auto;
}

.bc-page-action .action-promo {
	width: 100%;
	height: 587px;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

.bc-page-action .action-promo .promo-control {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bc-page-action .action-promo .promo-control .container {
	position: relative;
	max-width: 1600px;
	padding-left: 0;
	padding-right: 0;
}

.bc-page-action .action-promo .control-prev, .bc-page-action .action-promo .control-next {
	width: 90px;
	height: 90px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	padding-top: 24px;
	position: absolute;
	top: 248px;
	z-index: 50;
}

.bc-page-action .action-promo .control-prev .icon, .bc-page-action .action-promo .control-next .icon {
	color: #fff;
}

.bc-page-action .action-promo .control-prev {
	float: left;
	left: 0;
}

.bc-page-action .action-promo .control-next {
	float: right;
	right: 0;
}

.bc-page-action .action-promo .slide {
	float: left;
	width: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top right;
}

.bc-page-action .action-promo .slide .container {
	height: 587px;
	position: relative;
}

.bc-page-action .action-promo .promo-item {
	float: left;
	width: 415px;
	border: 2px solid #524f4d;
	text-align: center;
	padding: 40px 50px;
	margin: 120px 0 0 160px;
}

.bc-page-action .action-promo .item-type {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #fff;
	margin-bottom: 19px;
}

.bc-page-action .action-promo .item-title {
	font-family: "GothaProMed";
	font-size: 32px;
	line-height: 42px;
	color: #f4dfb7;
	margin-bottom: 15px;
}

.bc-page-action .action-promo .item-text {
	font-size: 15px;
	line-height: 21px;
	color: #fff;
}

.bc-page-action .action-promo .item-text p {
	margin: 0 0 15px;
}

.bc-page-action .action-content {
	padding-top: 40px;
}

.bc-page-action .action-content h2 {
	font-family: "GothaProMed";
	font-size: 21px;
	line-height: 24px;
	color: #000;
	margin-bottom: 27px;
	text-align: center;
}

.bc-page-action .action-content .action-row {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	border: 1px solid #e5e7e9;
	padding: 9px;
	margin-bottom: 48px;
}

.bc-page-action .action-content .action-row:after {
	content: " ";
	display: table;
	clear: both;
}

.bc-page-action .action-content .action-row.double {
	padding: 0;
}

.bc-page-action .action-content .action-row.row-center {
	position: relative;
}

.bc-page-action .action-content .action-row.row-center .row-text {
	vertical-align: middle;
}

.bc-page-action .action-content .action-row.row-center:before {
	display: block;
	content: "";
	width: 29px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -14px;
}

.bc-page-action .action-content .action-row.row-center:after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e5e7e9;
	position: absolute;
	top: 0;
	left: 50%;
}

.bc-page-action .action-content .action-row .row-photo {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 50%;
	/*padding: 70px 70px 70px 90px;*/
	padding-right: 9px;
}

.bc-page-action .action-content .action-row .row-photo img {
	display: inline-block;
	max-width: 100%;
}

.bc-page-action .action-content .action-row .row-text {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	background-color: #f2f4f6;
	padding: 70px 70px 70px 90px;
}

.bc-page-action .action-content .action-row .row-text p {
	margin: 0 0 15px;
}

.bc-page-action .action-content .action-row .row-text ul {
	padding: 13px 0;
}

.bc-page-action .action-content .action-row .row-text li {
	font-size: 13px;
	line-height: 19px;
	position: relative;
	padding-left: 23px;
	margin-top: 6px;
}

.bc-page-action .action-content .action-row .row-text li:first-child {
	margin-top: 0;
}

.bc-page-action .action-content .action-row .row-text li:before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #dbe2e7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 6px;
	left: 0;
}

.bc-page-action .action-content .action-row .text-working {
	text-align: center;
	padding: 33px 0 48px 0;
}

.bc-page-action .action-content .action-row .text-working img {
	display: inline-block;
	max-width: 100%;
}

.bc-page-action .action-content .action-row .text-video {
	padding: 20px;
}

.bc-page-action .action-content .action-row .text-video img, .bc-page-action .action-content .action-row .text-video iframe, .bc-page-action .action-content .action-row .text-video video {
	display: inline-block;
	max-width: 100%;
}

.bc-page-action .action-content .action-row .app-photo {
	padding: 60px 24px 30px 24px;
}

.bc-page-action .action-content .action-row .app-photo img {
	display: inline-block;
	max-width: 100%;
}

.bc-page-action .action-content .action-row .app-table {
	border-top: 1px solid #e5e7e9;
	padding: 20px;
}

.bc-page-action .action-content .action-row .app-table img {
	display: inline-block;
	max-width: 100%;
}

.search-noresult .s-head {
	background-color: #eff5f9;
	padding-bottom: 40px;
}

.search-noresult .s-head h1 {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 26px;
	margin-bottom: 35px;
}

.search-noresult .s-head p {
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin: 0 0 5px;
}

.search-noresult .s-head ul {
	margin-bottom: 24px;
}

.search-noresult .s-head ul > li {
	font-size: 13px;
	line-height: 19px;
	line-height: 18px;
	position: relative;
	padding-left: 18px;
	margin-top: 4px;
}

.search-noresult .s-head ul > li:before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #738ea2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 5px;
	left: 0;
}

.search-noresult .s-head ul > li:first-child {
	margin-top: 0;
}

.search-noresult .s-head .search {
	width: 368px;
}

.search-noresult .s-need {
	padding-top: 45px;
	padding-bottom: 15px;
}

.search-noresult .s-need h2 {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 30px;
}

.search-noresult .need-list {
	overflow: hidden;
}

.search-noresult .need-col-1 {
	float: left;
	width: 35%;
}

.search-noresult .need-col-1 .cols {
	float: left;
	width: 50%;
}

.search-noresult .need-col-2 {
	float: left;
	width: 65%;
}

.search-noresult .col-title {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 20px;
}

.search-noresult .alphabet {
	position: relative;
	margin-bottom: 40px;
}

.search-noresult .col-alphabet > ul > li {
	float: left;
	width: 25%;
}

.search-noresult .alphabet-title {
	font-size: 21px;
	line-height: 24px;
	font-family: "GothaProMed";
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.search-noresult .alphabet-list {
	padding-left: 30px;
}

.search-noresult .alphabet-list > ul > li, .search-noresult .col-list > ul > li {
	font-size: 13px;
	line-height: 19px;
	color: #7f7f7f;
	margin-top: 11px;
}

.search-noresult .alphabet-list > ul > li a, .search-noresult .col-list > ul > li a {
	display: inline-block;
	font-family: "GothaProMed";
	text-decoration: none;
	position: relative;
}

.search-noresult .alphabet-list > ul > li a:hover:before, .search-noresult .col-list > ul > li a:hover:before {
	display: none;
}

.search-noresult .alphabet-list > ul > li a:before, .search-noresult .col-list > ul > li a:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #dce0e4;
	position: absolute;
	bottom: 2px;
	left: 0;
}

.search-noresult .alphabet-list > ul > li:first-child, .search-noresult .col-list > ul > li:first-child {
	margin-top: 0;
}

.search-noresult .col-list > ul {
	margin-bottom: 11px;
}

.product-column {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	margin-bottom: 20px;
}

.product-column:after {
	content: " ";
	display: table;
	clear: both;
}

.product-column .col-content {
	float: left;
	width: 1100px;
}

.product-column .col-media {
	float: left;
	width: 660px;
}

.product-column .col-media .product-gallery {
	height: 620px;
	position: relative;
	margin-top: 30px;
}

.product-column .col-media .product-gallery .product-gift {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.product-column .col-media .product-gallery .product-gift .icon {
	font-size: 22px;
	color: #197db9;
	cursor: pointer;
}

.product-column .col-media .product-gallery .product-gift__popup {
	display: none;
	width: 419px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	padding: 20px 0px 0px 0px;
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 98;
	margin-right: -375px;
}

.product-column .col-media .product-gallery .product-gift__popup span {
	padding-top: 2px;
	font-size: 21px;
	line-height: 1;
	font-family: "GothaProMed";
	padding-left: 60px;
	padding-bottom: 20px;
}

.product-column .col-media .product-gallery .product-gift__popup hr {
	border: 0;
	margin: 0;
	padding: 0 0px 20px 0px;
	border-bottom: 1px solid #cecfd3;
}

.product-column .col-media .product-gallery .product-gift__popup p {
	font-size: 13px;
	padding: 0 30px 20px 30px;
}

.product-column .col-media .product-gallery .product-gift__popup img {
	width: 100%;
}

.product-column .col-media .product-fullsize {
	width: 510px;
	height: 600px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.product-column .col-media .product-fullsize:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.product-column .col-media .product-fullsize .fullsize {
	position: relative;
	display: inline-block;
	width: 100%;
}

.product-column .col-media .product-fullsize .fullsize .product-size {
	font-family: "GothaProMed";
	position: absolute;
	top: 58px;
	right: 0;
}

.product-column .col-media .product-fullsize .fullsize > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	table-layout: fixed;
}

.product-column .col-media .product-fullsize .fullsize > span:after {
	content: " ";
	display: table;
	clear: both;
}

.product-column .col-media .product-fullsize .fullsize > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 600px;
}

.product-column .col-media .product-fullsize .fullsize img, .product-column .col-media .product-fullsize .fullsize iframe, .product-column .col-media .product-fullsize .fullsize video {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.product-column .col-media .product-prev {
	position: relative;
	z-index: 10;
}

.product-column .col-media .product-prev .button {
	width: 86px;
	text-align: left;
	padding-left: 30px;
}

.product-column .col-media .product-prev .button .icon {
	color: #fff;
	position: absolute;
	top: 13px;
	left: 13px;
}

.product-column .col-media .product-thumb {
	width: 86px;
	text-align: center;
	padding-top: 13px;
	position: relative;
	z-index: 10;
}

.product-column .col-media .product-thumb .thumb-carousel {
	height: 475px;
	overflow: hidden;
	margin-top: 14px;
	margin-bottom: 4px;
}

.product-column .col-media .product-thumb ul {
	height: 1000px;
}

.product-column .col-media .product-thumb ul > li {
	width: 106px;
	height: 95px;
}

.product-column .col-media .product-thumb .thumb-item {
	width: 86px;
	height: 86px;
	background-color: #fff;
	cursor: pointer;
}

.product-column .col-media .product-thumb .thumb-item > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.product-column .col-media .product-thumb .thumb-item > span:after {
	content: " ";
	display: table;
	clear: both;
}

.product-column .col-media .product-thumb .thumb-item > span > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #e5e7e9;
	padding: 2px;
	width: 100%;
	height: 80px;
}

.product-column .col-media .product-thumb .thumb-item.active {
	-moz-box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	-webkit-box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
}

.product-column .col-media .product-thumb .thumb-item.active > span > span {
	border: 3px solid #157fbe;
	padding: 0;
}

.product-column .col-media .product-thumb .thumb-item img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.product-column .col-media .watched-more {
	text-align: center;
	padding-top: 7px;
}

.product-column .col-media .watched-more > ul {
	display: inline-block;
	overflow: hidden;
}

.product-column .col-media .watched-more > ul > li {
	float: left;
	width: auto;
	height: auto;
	margin-left: 12px;
}

.product-column .col-media .watched-more > ul > li:first-child {
	margin-left: 0;
}

.product-column .col-media .watched-more .button {
	height: 40px;
}

.product-column .col-media .watched-more .old {
	display: inline-block;
	color: #abd4ed;
	position: relative;
}

.product-column .col-media .watched-more .old:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #abd4ed;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.product-column .col-media .product-watched {
	margin-bottom: 5px;
}

.product-column .col-media .product-watched .watched-title {
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin-bottom: 16px;
}

.product-column .col-media .product-watched .watched-content {
	position: relative;
}

.product-column .col-media .product-watched .watched-content .control-prev {
	position: absolute;
	top: 50%;
	left: 0;
}

.product-column .col-media .product-watched .watched-content .control-next {
	position: absolute;
	top: 50%;
	right: 0;
}

.product-column .col-media .product-watched .watched-list {
	overflow: hidden;
	width: 610px;
	margin: 0 auto;
}

.product-column .col-media .product-watched .watched-list > ul {
	width: 10000px;
}

.product-column .col-media .product-watched .watched-list > ul > li {
	float: left;
	width: 190px;
	margin-left: 20px;
}

.product-column .col-media .product-watched .watched-list > ul > li:first-child {
	margin-left: 0;
}

.product-column .col-media .product-other {
	padding: 18px 0;
}

.product-column .col-media .product-other > ul {
	overflow: hidden;
	padding: 22px 0;
	border-top: 1px solid #e5e7e9;
}

.product-column .col-media .product-other > ul > li {
	float: left;
	width: 315px;
	margin-left: 30px;
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #536e84;
	margin-top: 9px;
}

.product-column .col-media .product-other > ul > li:nth-child(2n+1) {
	margin-left: 0;
}

.product-column .col-media .product-other > ul > li .other-item a {
	color: inherit;
	text-decoration: none;
}

.product-column .col-media .product-other > ul > li .other-item a:hover u {
	border: none;
}

.product-column .col-media .product-other > ul > li .other-item a u {
	text-decoration: none;
	border-bottom: 1px solid #d4dbe0;
}

.product-column .col-media .product-other > ul > li .other-item a span {
	font-family: "svg";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.product-column .col-media .product-other > ul > li .other-item a span:before {
	content: "";
	font-size: 12px;
}

.product-column .col-media .product-other .other-item {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.product-column .col-media .product-other .other-item:after {
	content: " ";
	display: table;
	clear: both;
}

.product-column .col-media .product-other .item-photo {
	display: table-cell;
	vertical-align: middle;
}

.product-column .col-media .product-other .item-photo .photo {
	width: 100px;
	margin-right: 8px;
}

.product-column .col-media .product-other .item-photo .photo img {
	display: inline-block;
	max-width: 100%;
}

.product-column .col-media .product-other .item-text {
	display: table-cell;
	/*vertical-align: middle;*/
	vertical-align: top;
	width: 500px;
	padding-top: 30px;
}

.product-column .col-media .brand-col {
	overflow: hidden;
	border-top: 1px solid #e5e7e9;
	padding-top: 29px;
	margin-bottom: 40px;
}

.product-column .col-media .brand-col .col-table {
	float: left;
	width: 420px;
}

.product-column .col-media .brand-col .table-col {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.product-column .col-media .brand-col .brand-photo {
	display: table-cell;
	vertical-align: top;
}

.product-column .col-media .brand-col .brand-photo .photo-item {
	width: 100px;
	margin-right: 8px;
}

.product-column .col-media .brand-col .brand-photo .photo-item img {
	display: inline-block;
	max-width: 100%;
}

.product-column .col-media .brand-col .brand-list {
	display: table-cell;
	vertical-align: middle;
	width: 500px;
}

.product-column .col-media .brand-col .brand-list > ul > li {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #536e84;
	margin-top: 9px;
}

.product-column .col-media .brand-col .brand-list > ul > li:first-child {
	margin-top: 0;
}

.product-column .col-media .brand-col .brand-list > ul > li a {
	color: inherit;
	text-decoration: none;
}

.product-column .col-media .brand-col .brand-list > ul > li a:hover u {
	border: none;
}

.product-column .col-media .brand-col .brand-list > ul > li a u {
	text-decoration: none;
	border-bottom: 1px solid #d4dbe0;
}

.product-column .col-media .brand-col .brand-list > ul > li a span {
	font-family: "svg";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.product-column .col-media .brand-col .brand-list > ul > li a span:before {
	content: "";
	font-size: 12px;
}

.product-column .col-media .brand-col .share {
	float: right;
	width: 213px;
}

.product-column .col-media .product-video {
	border-top: 1px solid #e5e7e9;
	border-bottom: 1px solid #e5e7e9;
	padding-top: 22px;
	padding-bottom: 19px;
	margin-bottom: 19px;
}

.product-column .col-media .product-video .video-title {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	margin-bottom: 14px;
}

.product-column .col-media .product-video > ul {
	overflow: hidden;
}

.product-column .col-media .product-video > ul > li {
	float: left;
	margin-left: 9px;
}

.product-column .col-media .product-video > ul > li:first-child {
	margin-left: 0;
}

.product-column .col-media .product-video > ul > li a {
	display: block;
	width: 120px;
	position: relative;
}

.product-column .col-media .product-video > ul > li a img {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.product-column .col-media .product-video > ul > li a .center {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	position: relative;
	z-index: 1;
}

.product-column .col-media .product-video > ul > li a .center:after {
	content: " ";
	display: table;
	clear: both;
}

.product-column .col-media .product-video > ul > li a .center > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 90px;
}

.product-column .col-media .product-video .product-more {
	display: block;
	width: auto;
	color: #484848;
	text-decoration: none;
	position: relative;
}

.product-column .col-media .product-video .product-more strong {
	display: block;
	font-size: 17px;
	line-height: 20px;
	position: absolute;
	top: 36px;
	left: 35px;
	z-index: 20;
}

.product-column .col-media .product-blog {
	overflow: hidden;
}

.product-column .col-media .product-blog .blog-user {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	margin-bottom: 22px;
}

.product-column .col-media .product-blog .blog-user:after {
	content: " ";
	display: table;
	clear: both;
}

.product-column .col-media .product-blog .blog-user .user-pic {
	display: table-cell;
	vertical-align: middle;
}

.product-column .col-media .product-blog .blog-user .user-pic a {
	display: inline-block;
}

.product-column .col-media .product-blog .blog-user .user-pic img {
	display: block;
	width: 55px;
	height: 55px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
}

.product-column .col-media .product-blog .blog-user .user-title {
	display: table-cell;
	vertical-align: middle;
	width: 1000px;
	font-family: "GothaProMed";
	font-size: 21px;
	line-height: 24px;
	color: #000;
	padding-left: 17px;
}

.product-column .col-media .product-blog .blog-user .user-title a {
	color: inherit;
	text-decoration: none;
}

.product-column .col-media .product-blog .blog-list {
	width: 700px;
}

.product-column .col-media .product-blog .blog-post {
	float: left;
	width: 314px;
	height: 482px;
	margin-right: 32px;
	margin-bottom: 20px;
}

.product-column .col-media .product-blog .post-photo {
	width: 314px;
	height: 314px;
	margin-bottom: 21px;
}

.product-column .col-media .product-blog .post-photo a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
	text-align: center;
}

.product-column .col-media .product-blog .post-photo div {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
	text-align: center;
}

.product-column .col-media .product-blog .post-photo a:hover > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 10;
}

.product-column .col-media .product-blog .post-photo a:hover > div > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	background-color: rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 10;
}

.product-column .col-media .product-blog .post-photo a:hover > span:after {
	content: " ";
	display: table;
	clear: both;
}

.product-column .col-media .product-blog .post-photo a:hover > div > span:after {
	content: " ";
	display: table;
	clear: both;
}

.product-column .col-media .product-blog .post-photo a:hover > span:before {
	display: block;
	content: "";
	width: 288px;
	height: 287px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 11px;
	left: 10px;
}

.product-column .col-media .product-blog .post-photo a:hover > div > span:before {
	display: block;
	content: "";
	width: 288px;
	height: 287px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 11px;
	left: 10px;
}

.product-column .col-media .product-blog .post-photo a > span {
	display: none;
}

.product-column .col-media .product-blog .post-photo a > div > span {
	display: none;
}

.product-column .col-media .product-blog .post-photo a > div > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 314px;
}

.product-column .col-media .product-blog .post-photo a > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 314px;
}

.product-column .col-media .product-blog .post-photo img {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.product-column .col-media .product-blog .post-photo u {
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.product-column .col-media .product-blog .post-title {
	font-family: "GothaProMed";
	font-size: 17px;
	line-height: 21px;
	color: #000;
}

.product-column .col-media .product-blog .post-title a {
	color: inherit;
	text-decoration: none;
}

.product-column .col-media .product-blog .post-time {
	font-size: 11px;
	line-height: 17px;
	line-height: 12px;
	color: #536e84;
}

.product-column .col-media .product-blog .post-anons {
	font-size: 13px;
	line-height: 19px;
	padding-top: 16px;
}

.product-column .col-text {
	float: right;
	width: 380px;
	margin-right: 30px;
}

.product-column .col-text h1 {
	font-size: 21px;
	line-height: 25px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 26px;
	margin-bottom: 16px;
}

.product-column .col-text .product-description {
	border: 1px solid #e5e7e9;
}

.product-column .col-text .product-available {
	background-color: #f2f4f6;
	padding: 22px 28px;
}

.product-column .col-text .product-available .available-title {
	font-size: 27px;
	line-height: 27px;
	font-family: "GothaProMed";
	color: #292929;
	padding-top: 8px;
	margin-bottom: 12px;
}

.product-column .col-text .product-available p {
	font-size: 13px;
	line-height: 20px;
	color: #535353;
	margin: 0 0 10px;
}

.product-column .col-text .product-available .available-form {
	padding-top: 21px;
	padding-bottom: 14px;
}

.product-column .col-text .product-available .available-form .form-group {
	position: relative;
}

.product-column .col-text .product-available .available-form .form-group .control {
	margin-right: 114px;
}

.product-column .col-text .product-available .available-form .form-group input {
	height: 42px;
}

.product-column .col-text .product-available .available-form .form-group .button {
	width: 111px;
	position: absolute;
	top: 0;
	right: 0;
}

.product-column .col-text .product-collapse {
	background-color: #f2f4f6;
	padding: 22px 28px;
}

.product-column .col-text .product-collapse .a-dashed {
	display: inline-block;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	line-height: 14px;
	color: #536e84;
	border-bottom: 1px dashed #a2b1bd;
	margin-top: 14px;
}

.product-column .col-text .product-collapse .a-dashed:hover {
	border: none;
	padding-bottom: 1px;
}

.product-column .col-text .product-collapse p {
	margin: 0 0 12px;
}

.product-column .col-text .product-collapse small {
	display: inline-block;
	font-size: 11px;
	line-height: 17px;
	font-family: "GothaProMed";
	color: #7f7f7f;
}

.product-column .col-text .product-relative {
	padding: 20px 28px;
}

.product-column .col-text .product-control .control-size {
	margin-bottom: 18px;
}

.product-column .col-text .product-control .control-size strong {
	display: block;
	font-size: 11px;
	line-height: 17px;
	color: #536e84;
	margin-bottom: 7px;
}

.product-column .col-text .product-control .control-size > ul {
	overflow: hidden;
	margin-left: -7px;
}

.product-column .col-text .product-control .control-size > ul > li {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
}

.product-column .col-text .product-control .control-price {
	margin-bottom: 20px;
}

.product-column .col-text .product-control .control-price .price-delivery {
	font-size: 11px;
	line-height: 17px;
	font-family: "GothaProMed";
	color: #7f7f7f;
	margin-bottom: 11px;
}

.product-column .col-text .product-control .control-price > ul {
	overflow: hidden;
}

.product-column .col-text .product-control .control-price > ul > li {
	float: left;
	font-size: 24px;
	line-height: 26px;
	margin-left: 25px;
}

.product-column .col-text .product-control .control-price > ul > li:first-child {
	margin-left: 0;
}

.product-column .col-text .product-control .old {
	display: inline-block;
	position: relative;
}

.product-column .col-text .product-control .old:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(127, 127, 127, 0.7);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.product-column .col-text .product-control .control-button {
	padding-bottom: 14px;
}

.product-column .col-text .product-control .control-button > ul {
	overflow: hidden;
}

.product-column .col-text .product-control .control-button > ul > li {
	float: left;
	width: 145px;
	margin-left: 12px;
}

.product-column .col-text .product-control .control-button > ul > li:first-child {
	margin-left: 0;
}

.product-column .col-text .product-control .control-button .button {
	font-size: 15px;
	line-height: 18px;
}

.product-column .col-text .product-control .control-location {
	font-size: 11px;
	line-height: 17px;
	padding-top: 18px;
}

.product-column .col-text .product-control .control-location .color-green u {
	border-bottom: 1px dotted #49be15;
}

.product-column .col-text .product-control .control-location .color-green:hover u {
	border: none;
}

.product-column .col-text .product-control .control-location .color-orange u {
	border-bottom: 1px dotted #dd9400;
}

.product-column .col-text .product-control .control-location .color-orange:hover u {
	border: none;
}

.product-column .col-text .product-control .control-location u {
	font-family: "GothaProMed";
	text-decoration: none;
}

.product-column .col-text .product-control .control-location .icon {
	font-size: 14px;
	color: inherit;
}

.product-column .col-text .product-control .control-store {
	padding-top: 14px;
	border-top: 1px solid #e5e7e9;
}

.product-column .col-text .product-control .control-store > ul {
	overflow: hidden;
	padding-bottom: 6px;
}

.product-column .col-text .product-control .control-store > ul.full > li {
	float: none;
	display: block;
	margin-top: 10px;
}

.product-column .col-text .product-control .control-store > ul.full > li:first-child {
	float: none;
	margin-top: 0;
}

.product-column .col-text .product-control .control-store > ul.full > li .button {
	width: 100%;
}

.product-column .col-text .product-control .control-store > ul > li {
	float: right;
	font-size: 24px;
	line-height: 26px;
}

.product-column .col-text .product-control .control-store > ul > li:first-child {
	float: left;
	margin-top: 6px;
}

.product-column .col-text .product-control .control-store .button {
	width: 160px;
}

.product-column .col-text .product-control .control-store .size-xs {
	line-height: 13px;
}

.product-column .col-text .product-control .control-store .icon {
	color: inherit;
}

.product-column .col-text .product-control .control-store .icon.pin_blue {
	font-size: 14px;
}

.product-column .col-text .product-control .control-store .color-green u {
	border-bottom: 1px dotted #49be15;
}

.product-column .col-text .product-control .control-store u {
	text-decoration: none;
}

.product-column .col-text .product-payment {
	padding: 14px 0 19px 0;
}

.product-column .col-text .product-payment > ul {
	padding: 11px 0;
	border-top: 1px solid #e5e7e9;
	border-bottom: 1px solid #e5e7e9;
	overflow: hidden;
}

.product-column .col-text .product-payment > ul > li {
	float: left;
}

.product-column .col-text .product-payment > ul > li span {
	display: inline-block;
}

.product-column .col-text .product-payment .icon-mastercard {
	width: 32px;
	height: 20px;
	margin: 3px 0 0;
}

.product-column .col-text .product-payment .icon-mastercard .payment_mastercard {
	font-size: 30px;
	top: -6px;
}

.product-column .col-text .product-payment .icon-visa {
	width: 40px;
	height: 15px;
	margin: 0 0 0 16px;
}

.product-column .col-text .product-payment .icon-visa .payment_visa {
	font-size: 36px;
	top: -10px;
}

.product-column .col-text .product-payment .icon-webmoney {
	width: 80px;
	height: 20px;
	margin: 2px 0 0 15px;
}

.product-column .col-text .product-payment .icon-webmoney .payment_payment_webmoney {
	font-size: 70px;
	top: -25px;
}

.product-column .col-text .product-payment .icon-yandex {
	width: 74px;
	height: 20px;
	margin: 3px 0 0;
}

.product-column .col-text .product-payment .icon-yandex .payment_yandex {
	font-size: 72px;
	top: -26px;
}

.product-column .col-text .product-payment .icon-qiwi {
	width: 25px;
	height: 25px;
	margin: 2px 0 0 16px;
}

.product-column .col-text .product-payment .icon-qiwi .payment_qiwi {
	font-size: 25px;
	top: 0;
}

.product-column .col-text .product-link {
	padding-bottom: 19px;
}

.product-column .col-text .product-link.available {
	padding-top: 10px;
	padding-bottom: 0;
}

.product-column .col-text .product-link.available > ul {
	border-top: 1px solid #e5e7e9;
	padding-top: 22px;
	margin-bottom: 0;
}

.product-column .col-text .product-link > ul {
	margin-bottom: 22px;
}

.product-column .col-text .product-link > ul > li {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	margin-top: 11px;
	padding-left: 38px;
	position: relative;
}

.product-column .col-text .product-link > ul > li .icon {
	position: absolute;
	top: 0;
	left: 0;
}

.product-column .col-text .product-link > ul > li:first-child {
	margin-top: 0;
}

.product-column .col-text .product-link > ul > li.active {
	color: #484848;
}

.product-column .col-text .product-link > ul > li.active a {
	color: inherit;
	text-decoration: none;
}

.product-column .col-text .product-link > ul > li.active .favorit_active {
	color: #f06c5f;
}

.product-column .col-text .product-link .button {
	line-height: 16px;
	border: 1px solid #ced7e1;
}

.product-column .col-text .product-accordion {
	padding-top: 8px;
}

.product-column .col-text .product-accordion h2 {
	background-color: #f2f4f6;
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	padding: 15px 20px;
	margin-bottom: 2px;
	position: relative;
	cursor: pointer;
}

.product-column .col-text .product-accordion h2.active span:after {
	display: none;
}

.product-column .col-text .product-accordion h2 span {
	display: block;
	width: 27px;
	height: 27px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -14px;
}

.product-column .col-text .product-accordion h2 span:before, .product-column .col-text .product-accordion h2 span:after {
	display: block;
	content: "";
	background-color: #8e8e8e;
	position: absolute;
	top: 50%;
}

.product-column .col-text .product-accordion h2 span:before {
	width: 11px;
	height: 1px;
	right: 8px;
}

.product-column .col-text .product-accordion h2 span:after {
	width: 1px;
	height: 11px;
	right: 13px;
	margin-top: -5px;
}

.product-column .col-text .product-accordion h4 {
	background-color: #f2f4f6;
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	padding: 15px 20px;
	margin-bottom: 2px;
	position: relative;
	cursor: pointer;
}

.product-column .col-text .product-accordion h4.active span:after {
	display: none;
}

.product-column .col-text .product-accordion h4 span {
	display: block;
	width: 27px;
	height: 27px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -14px;
}

.product-column .col-text .product-accordion h4 span:before, .product-column .col-text .product-accordion h4 span:after {
	display: block;
	content: "";
	background-color: #8e8e8e;
	position: absolute;
	top: 50%;
}

.product-column .col-text .product-accordion h4 span:before {
	width: 11px;
	height: 1px;
	right: 8px;
}

.product-column .col-text .product-accordion h4 span:after {
	width: 1px;
	height: 11px;
	right: 13px;
	margin-top: -5px;
}

.product-column .col-text .product-accordion .show {
	display: none;
	padding: 20px;
}

.product-column .col-text .product-accordion .show p {
	font-size: 13px;
	line-height: 19px;
	color: #484847;
	margin: 0 0 12px;
}

.product-column .col-text .product-accordion .show table {
	width: 100%;
	margin-bottom: 9px;
}

.product-column .col-text .product-accordion .show table th {
	font-size: 15px;
	line-height: 21px;
	color: #000;
	text-align: left;
	padding: 5px 10px 4px 0;
}

.product-column .col-text .product-accordion .show table td {
	padding: 5px 0 4px 0;
}

table.service {
	width: 100%;
	margin-bottom: 9px;
}

table.service th {
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 5px 10px 4px 0;
	border: 1px solid #E5E7E9;
}

table.service td {
	padding: 5px 0 4px 0;
	border: 1px solid #E5E7E9;
}

.product-column .col-text .product-accordion .show table td .a-dashed {
	display: inline-block;
	/*font-family: "GothaProMed";*/
	line-height: 14px;
	color: #536e84;
	border-bottom: 1px dashed #a2b1bd;
}

.product-column .col-sidebar {
	float: right;
}

.product-column .col-sidebar .product-similar {
	float: left;
	width: 200px;
	margin-left: 50px;
	padding-top: 57px;
	text-align: center;
}

.product-column .col-sidebar .product-similar .similar-list {
	margin-bottom: 5px;
}

.product-column .col-sidebar .product-similar .similar-list .control-prev {
	padding-bottom: 12px;
}

.product-column .col-sidebar .product-similar .similar-list .control-next {
	padding-top: 12px;
}

.product-column .col-sidebar .product-similar .similar-content {
	height: 870px;
	overflow: hidden;
}

.product-column .col-sidebar .product-similar ul {
	height: 1000px;
}

.product-column .col-sidebar .product-similar ul > li {
	border-bottom: 1px solid #e5e7e9;
}

.product-column .col-sidebar .product-similar .similar-title {
	font-size: 15px;
	line-height: 21px;
	font-family: "GothaProMed";
	color: #000;
	white-space: nowrap;
	border-bottom: 3px solid #e5e7e9;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.product-column .col-sidebar .product-similar .post {
	height: 289px;
	position: relative;
}

.product-column .col-sidebar .product-similar .post-photo .photo > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.product-column .col-sidebar .product-similar .post-photo .photo > span:after {
	content: " ";
	display: table;
	clear: both;
}

.product-column .col-sidebar .product-similar .post-photo .photo > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 180px;
}

.product-column .col-sidebar .product-similar .post-title {
	width: 100%;
	color: #000;
	position: absolute;
	bottom: 44px;
	left: 0;
}

.product-column .col-sidebar .product-similar .post-title a {
	color: inherit;
	text-decoration: none;
}

.product-column .col-sidebar .product-similar .post-price {
	width: 100%;
	font-family: "GothaProMed";
	color: #000;
	position: absolute;
	bottom: 22px;
	left: 0;
}

.product-watched {
	padding-top: 30px;
	margin-bottom: 30px;
}

.product-watched .watched-content {
	border-top: 1px solid #e5e7e9;
	padding-top: 22px;
	text-align: center;
}

.product-watched .watched-title {
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin-bottom: 46px;
}

.product-watched .watched-list > ul {
	overflow: hidden;
}

.product-watched .watched-list > ul > li {
	float: left;
	width: 235px;
	margin-left: 38px;
}

.product-watched .watched-list > ul > li:first-child {
	margin-left: 0;
}

.product-watched .watched-list .post {
	font-size: 11px;
	line-height: 17px;
	color: #000;
	height: 190px;
	position: relative;
}

.product-watched .watched-list .post-photo > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.product-watched .watched-list .post-photo > span:after {
	content: " ";
	display: table;
	clear: both;
}

.product-watched .watched-list .post-photo > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 120px;
}

.product-watched .watched-list .post-photo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.product-watched .watched-list .post-title {
	width: 100%;
	display: inline-block;
	left: 0;
}

.product-watched .watched-list .post-title a {
	max-height: 49px;
	color: inherit;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
}

.product-watched .watched-list .post-price {
	width: 100%;
	font-family: "GothaProMed";
	display: inline-block;
}

.product-set {
	margin-bottom: 40px;
	text-align: center;
}

.product-set h1 {
	font-size: 21px;
	line-height: 25px;
	font-family: "GothaProMed";
	color: #000;
	padding-top: 26px;
	margin-bottom: 17px;
}

.product-set .set-table {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	border: 1px solid #cbd0d4;
	position: relative;
	margin-bottom: 24px;
}

.product-set .set-table:after {
	content: " ";
	display: table;
	clear: both;
}

.product-set .st-row-cell {
	float: left;
	width: 25%;
	height: 679px;
	position: relative;
}

.product-set .st-row-center {
	float: left;
	width: 50%;
	height: 679px;
	position: relative;
	border-left: 1px solid #cbd0d4;
	border-right: 1px solid #cbd0d4;
}

.product-set .st-block {
	height: 339px;
	position: relative;
}

.product-set .st-block.last {
	border-top: 1px solid #cbd0d4;
	height: 340px;
}

.product-set .st-block .st-photo > span > span {
	height: 337px;
}

.product-set .st-block .st-photo img {
	max-height: 160px;
}

.product-set .st-title {
	width: 100%;
	position: absolute;
	top: 32px;
	left: 0;
}

.product-set .st-title h3 {
	font-size: 21px;
	line-height: 24px;
	color: #131313;
	padding: 0 10px;
}

.product-set .st-photo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.product-set .st-photo > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.product-set .st-photo > span:after {
	content: " ";
	display: table;
	clear: both;
}

.product-set .st-photo > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 677px;
}

.product-set .st-photo img {
	display: inline-block;
	max-width: 100%;
	max-height: 440px;
}

.product-set .st-price {
	width: 100%;
	position: absolute;
	bottom: 16px;
	left: 0;
}

.product-set .st-price .price-cost {
	font-size: 24px;
	font-family: "GothaProMed";
	color: #262626;
	margin-bottom: 16px;
}

.product-set .st-price .price-button .button {
	width: 200px;
}

.product-set .set-table-more {
	border-bottom: 1px solid #e5e7e9;
	padding-bottom: 24px;
	margin-bottom: 17px;
}

.product-set .set-table-more .button {
	width: 324px;
}

.product-set .set-table-more .button strong {
	display: block;
	font-size: 15px;
	margin-bottom: 17px;
}

.product-set .set-table-more .button span {
	font-size: 24px;
}

.product-set .set-table-more .button .old {
	display: inline-block;
	color: #abd4ed;
	position: relative;
}

.product-set .set-table-more .button .old:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #abd4ed;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.product-set .set-post {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	border: 1px solid #e5e7e9;
	text-align: left;
	padding: 20px;
	margin-bottom: 20px;
}

.product-set .set-post:after {
	content: " ";
	display: table;
	clear: both;
}

.product-set .set-post .product-gallery {
	float: left;
	width: 1093px;
	height: 620px;
	position: relative;
}

.product-set .set-post .product-fullsize {
	width: 100%;
	height: 600px;
	padding-left: 126px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.product-set .set-post .product-fullsize .fullsize {
	overflow: hidden;
	position: relative;
}

.product-set .set-post .product-fullsize .fullsize .product-size {
	font-family: "GothaProMed";
	position: absolute;
	top: 4px;
	right: 0;
}

.product-set .set-post .product-fullsize .fullsize > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.product-set .set-post .product-fullsize .fullsize > span:after {
	content: " ";
	display: table;
	clear: both;
}

.product-set .set-post .product-fullsize .fullsize > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 600px;
}

.product-set .set-post .product-fullsize .fullsize img, .product-set .set-post .product-fullsize .fullsize iframe, .product-set .set-post .product-fullsize .fullsize video {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.product-set .set-post .product-prev {
	position: relative;
	z-index: 10;
}

.product-set .set-post .product-prev .button {
	width: 86px;
	text-align: left;
	padding-left: 30px;
}

.product-set .set-post .product-prev .button .icon {
	color: #fff;
	position: absolute;
	top: 13px;
	left: 13px;
}

.product-set .set-post .product-thumb {
	width: 86px;
	text-align: center;
	padding-top: 13px;
	position: relative;
	z-index: 10;
}

.product-set .set-post .product-thumb .thumb-carousel {
	height: 475px;
	overflow: hidden;
	margin-top: 14px;
	margin-bottom: 4px;
}

.product-set .set-post .product-thumb ul {
	height: 1000px;
}

.product-set .set-post .product-thumb ul > li {
	width: 106px;
	height: 95px;
}

.product-set .set-post .product-thumb .thumb-item {
	width: 86px;
	height: 86px;
	background-color: #fff;
	cursor: pointer;
}

.product-set .set-post .product-thumb .thumb-item > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.product-set .set-post .product-thumb .thumb-item > span:after {
	content: " ";
	display: table;
	clear: both;
}

.product-set .set-post .product-thumb .thumb-item > span > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #e5e7e9;
	padding: 2px;
	width: 100%;
	height: 80px;
}

.product-set .set-post .product-thumb .thumb-item.active {
	-moz-box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	-webkit-box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
	box-shadow: 0 0 7px rgba(21, 127, 190, 0.2);
}

.product-set .set-post .product-thumb .thumb-item.active > span > span {
	border: 3px solid #157fbe;
	padding: 0;
}

.product-set .set-post .product-thumb .thumb-item img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.product-set .product-desc {
	float: right;
	width: 424px;
	border: 1px solid #e5e7e9;
}

.product-set .product-desc .desc-inner {
	padding: 20px 49px;
}

.product-set .product-desc .post-price {
	padding-top: 18px;
	margin-bottom: 20px;
}

.product-set .product-desc .post-price > ul {
	overflow: hidden;
}

.product-set .product-desc .post-price > ul > li {
	float: left;
	font-size: 24px;
	line-height: 26px;
	margin-left: 25px;
}

.product-set .product-desc .post-price > ul > li:first-child {
	margin-left: 0;
}

.product-set .product-desc .post-price .old {
	display: inline-block;
	position: relative;
}

.product-set .product-desc .post-price .old:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(127, 127, 127, 0.7);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.product-set .product-desc .post-button {
	padding-bottom: 31px;
	border-bottom: 1px solid #e5e7e9;
}

.product-set .product-desc .post-table {
	padding-top: 31px;
}

.product-set .product-desc .post-table table {
	width: 100%;
}

.product-set .product-desc .post-table th, .product-set .product-desc .post-table td {
	width: 50%;
	vertical-align: top;
	font-size: 13px;
	line-height: 19px;
	color: #000;
	padding: 5px 0;
}

.product-set .product-desc .post-table td {
	font-family: "GothaProMed";
}

.master {
	width: 100%;
	min-width: 768px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 210;
}

.master-content {
	background-color: #fff;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	margin: 0 auto;
}

.master-content .mc-row-panel {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
	height: 42px;
	position: relative;
}

.master-content .mc-row-panel:after {
	content: " ";
	display: table;
	clear: both;
}

.master-content .mc-row-panel:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e5e7e9;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.master-content .mc-link {
	float: left;
	width: 196px;
	border-left: 1px solid #e5e7e9;
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
}

.master-content .mc-link:first-child {
	border-left: none;
}

.master-content .mc-link > a, .master-content .mc-link > span {
	display: block;
	height: 42px;
	text-decoration: none;
	padding-top: 11px;
}

.master-content .mc-link.last {
	width: 176px;
	text-align: right;
	font-family: "GothaProReg";
	padding-right: 15px;
}

.master-content .mc-link.active {
	position: relative;
}

.master-content .mc-link.active:before {
	display: block;
	content: "";
	border: 8px solid transparent;
	border-color: #157fbe transparent transparent transparent;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
}

.master-content .mc-link.active > a {
	background-color: #157fbe;
	border-color: #157fbe;
	color: #fff;
}

.master-content .mc-wish {
	float: left;
	width: 322px;
	height: 42px;
	position: relative;
}

.master-content .mc-wish .wish-list {
	width: 322px;
	height: 61px;
	border: 1px solid #e5e7e9;
	border-bottom: none;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
	left: 0;
}

.master-content .mc-wish .wish-list ul li {
	height: 60px;
	width: 64px;
	text-align: center;
	float: left;
}

.master-content .mc-wish .wish-list ul li.visible-sm {
	display: none;
}

.master-content .mc-wish .wish-list ul li a {
	text-align: center;
}

.master-content .mc-wish .wish-list ul li img {
	width: auto;
	height: 85%;
	margin-top: 5px;
}

.master-content .mc-wish .more {
	width: 64px;
	color: #535454;
	border-left: 1px solid #e5e7e9;
	text-align: center;
}

.master-content .mc-wish .more a {
	display: block;
	height: 64px;
	color: inherit;
	padding-top: 15px;
	background-color: #eff5f9;
	text-decoration: none;
}

.master-content .mc-wish .more small {
	display: block;
	font-size: 11px;
	line-height: 17px;
	font-family: "GothaProMed";
}

.master-content .mc-wish .more strong {
	display: block;
	font-size: 17px;
	line-height: 20px;
}

.master-content .mc-compare {
	float: left;
	width: 116px;
	height: 42px;
	padding-top: 11px;
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	text-align: center;
}

.master-content .mc-compare > a, .master-content .mc-compare > span {
	text-decoration: none;
}

.master-content .mc-order {
	float: right;
	width: 298px;
	height: 42px;
	background-color: #157fbe;
	font-size: 13px;
	line-height: 19px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.master-content .mc-order-basket {
	float: left;
	position: relative;
	padding-left: 32px;
	padding-right: 38px;
	margin-left: 20px;
	margin-top: 11px;
}

.master-content .mc-order-basket u {
	text-decoration: none;
}

.master-content .mc-order-basket .icon {
	position: absolute;
	top: -3px;
	left: 0;
}

.master-content .mc-order-basket .basket-cost,
.header-cell .basket-cost {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	font-family: "GothaProBol";
	line-height: 28px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background-color: #00598e;
	text-align: center;
	position: absolute;
	top: -4px;
	right: 0;
}

.master-content .mc-order-summ {
	float: left;
	max-width: 130px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
	margin-top: 11px;
}

.master-content .mc-order-summ u {
	text-decoration: none;
}

.master-content .mc-history {
	display: none;
}

.master-content .history {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.master-content .history .mc-delete {
	position: absolute;
	top: 15px;
	right: 20px;
}

.master-content .history .history-list {
	float: left;
	overflow: hidden;
	margin-left: 18px;
}

.master-content .history .history-list > ul {
	width: 100%;
}

.master-content .history .history-list > ul > li {
	float: left;
	width: 220px;
	height: 266px;
	margin-left: 52px;
	position: relative;
}

.master-content .history .history-list > ul > li:first-child {
	margin-left: 0;
}

.master-content .history .history-list .post-photo .photo-cell {
	padding-top: 20px;
}

.master-content .history .history-list .post-photo .photo-cell > span {
	display: table;
	width: 100%;
	*zoom: 1;
	zoom: 1;
	*display: inline;
}

.master-content .history .history-list .post-photo .photo-cell > span:after {
	content: " ";
	display: table;
	clear: both;
}

.master-content .history .history-list .post-photo .photo-cell > span > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 120px;
}

.master-content .history .history-list .post-photo img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.master-content .history .history-list .post-title {
	width: 100%;
	position: absolute;
	bottom: 98px;
	left: 0;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

.master-content .history .history-list .post-title a {
	color: inherit;
	text-decoration: none;
}

.master-content .history .history-list .post-price {
	width: 100%;
	position: absolute;
	bottom: 80px;
	left: 0;
	font-size: 11px;
	line-height: 17px;
	font-family: "GothaProMed";
	color: #000;
}

.master-content .history .history-list .post-price a {
	color: inherit;
	text-decoration: none;
}

.master-content .history .history-list .post-button {
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
}

.master-content .history .history-list .post-button > ul {
	overflow: hidden;
}

.master-content .history .history-list .post-button > ul > li {
	float: left;
	width: 106px;
	margin-left: 8px;
}

.master-content .history .history-list .post-button > ul > li:first-child {
	margin-left: 0;
}

.master-content .history .history-more {
	float: right;
	white-space: nowrap;
	margin-top: 40px;
	margin-right: 50px;
}

.master-content .history .history-more .more-title {
	font-size: 87px;
	line-height: 80px;
	font-family: "GothaProBla";
	color: #738ea2;
}

.master-content .history .history-more .more-text {
	font-size: 13px;
	line-height: 19px;
	font-family: "GothaProMed";
	color: #738ea2;
}

.master-content .history .history-more .more-button {
	padding-top: 18px;
}

.master-content .history .history-more .more-button .button {
	width: 153px;
}

.tile-page h2 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed";
	color: #000;
	text-align: center;
	margin-bottom: 23px;
}

.tile-fixed {
	background-color: #eff5f9;
	margin-bottom: 40px;
	padding-top: 25px;
	padding-bottom: 50px;
}

.tile {
	position: absolute;
	left: 0;
	top: 0;
}

#pos1 {
	position: relative;
	width: 100%;
	height: 961px;
	overflow: hidden;
}

#pos2 {
	position: relative;
	width: 100%;
	height: 641px;
	overflow: hidden;
}

#pos3 {
	position: relative;
	width: 100%;
	height: 641px;
	overflow: hidden;
}

.vertical_rectangle {
	width: 320px;
	height: 640px;
}

.horizontal_rectangle {
	width: 640px;
	height: 320px;
}

.small_square {
	width: 320px;
	height: 320px;
}

.big_square {
	width: 640px;
	height: 640px;
}

#pos1 .tile-1900__pos_1 {
	top: 0;
	left: 0;
}

#pos1 .tile-1900__pos_2 {
	top: 640px;
	left: 0;
}

#pos1 .tile-1900__pos_3 {
	left: 320px;
	top: 0;
}

#pos1 .tile-1900__pos_4 {
	top: 320px;
	left: 320px;
}

#pos1 .tile-1900__pos_5 {
	top: 0;
	left: 960px;
}

#pos1 .tile-1900__pos_6 {
	top: 320px;
	left: 960px;
}

#pos1 .tile-1900__pos_7 {
	top: 640px;
	left: 960px;
}

#pos1 .tile-1900__pos_8 {
	top: 0;
	left: 1280px;
}

#pos1 .tile-1900__pos_9 {
	top: 640px;
	left: 1280px;
}

#pos1 .tile-1340__pos_1 {
	top: 0;
	left: 0;
	width: 325px;
	height: 650px;
}

#pos1 .tile-1340__pos_2 {
	top: 650px;
	left: 0;
	width: 325px;
	height: 325px;
}

#pos1 .tile-1340__pos_3 {
	left: 325px;
	top: 0;
	width: 650px;
	height: 325px;
}

#pos1 .tile-1340__pos_4 {
	left: 325px;
	top: 325px;
	width: 650px;
	height: 650px;
}

#pos1 .tile-1340__pos_5 {
	left: 975px;
	top: 0;
	width: 325px;
	height: 325px;
}

#pos1 .tile-1340__pos_6 {
	left: 975px;
	top: 325px;
	width: 325px;
	height: 325px;
}

#pos1 .tile-1340__pos_7 {
	left: 975px;
	top: 650px;
	width: 325px;
	height: 325px;
}

#pos1 .tile-1024__pos_1 {
	top: 0;
	left: 0;
	width: 322px;
	height: 644px;
}

#pos1 .tile-1024__pos_2 {
	top: 644px;
	left: 0;
	width: 322px;
	height: 322px;
}

#pos1 .tile-1024__pos_3 {
	top: 0;
	left: 322px;
	width: 642px;
	height: 322px;
}

#pos1 .tile-1024__pos_4 {
	top: 322px;
	left: 322px;
	width: 642px;
	height: 644px;
}

#pos1 .tile-728__pos_1 {
	top: 340px;
	left: 0;
	width: 340px;
	height: 680px;
}

#pos1 .tile-728__pos_2 {
	top: 340px;
	left: 340px;
	width: 340px;
	height: 340px;
}

#pos1 .tile-728__pos_3 {
	top: 680px;
	left: 340px;
	width: 340px;
	height: 680px;
}

#pos1 .tile-728__pos_4 {
	top: 0;
	left: 0;
	width: 680px;
	height: 340px;
}

#pos2 .tile-1900__pos_1 {
	top: 0;
	left: 0;
}

#pos2 .tile-1900__pos_2 {
	top: 0;
	left: 320px;
}

#pos2 .tile-1900__pos_3 {
	top: 320px;
	left: 0;
}

#pos2 .tile-1900__pos_4 {
	top: 0;
	left: 640px;
}

#pos2 .tile-1900__pos_5 {
	top: 320px;
	left: 640px;
}

#pos2 .tile-1900__pos_6 {
	top: 320px;
	left: 960px;
}

#pos2 .tile-1900__pos_7 {
	top: 0;
	left: 1280px;
}

#pos2 .tile-1340__pos_1 {
	top: 0;
	left: 0;
	width: 325px;
	height: 325px;
}

#pos2 .tile-1340__pos_2 {
	top: 0;
	left: 325px;
	width: 325px;
	height: 325px;
}

#pos2 .tile-1340__pos_3 {
	top: 325px;
	left: 0;
	width: 650px;
	height: 325px;
}

#pos2 .tile-1340__pos_4 {
	top: 0;
	left: 650px;
	width: 650px;
	height: 325px;
}

#pos2 .tile-1340__pos_5 {
	top: 325px;
	left: 650px;
	width: 325px;
	height: 325px;
}

#pos2 .tile-1340__pos_6 {
	top: 325px;
	left: 975px;
	width: 325px;
	height: 325px;
}

#pos2 .tile-1024__pos_1 {
	top: 0;
	left: 0;
	width: 322px;
	height: 322px;
}

#pos2 .tile-1024__pos_2 {
	top: 322px;
	left: 0;
	width: 644px;
	height: 322px;
}

#pos2 .tile-1024__pos_3 {
	top: 0;
	left: 322px;
	width: 644px;
	height: 322px;
}

#pos2 .tile-1024__pos_4 {
	top: 322px;
	left: 644px;
	width: 322px;
	height: 322px;
}

#pos2 .tile-728__pos_1 {
	top: 0;
	left: 0;
	width: 340px;
	height: 340px;
}

#pos2 .tile-728__pos_2 {
	top: 340px;
	left: 0;
	width: 340px;
	height: 340px;
}

#pos2 .tile-728__pos_3 {
	top: 0;
	left: 340px;
	width: 340px;
	height: 340px;
}

#pos2 .tile-728__pos_4 {
	top: 340px;
	left: 340px;
	width: 340px;
	height: 340px;
}

#pos3 .tile-1900__pos_1 {
	top: 0;
	left: 0;
}

#pos3 .tile-1900__pos_2 {
	top: 320px;
	left: 0;
}

#pos3 .tile-1900__pos_3 {
	top: 0px;
	left: 320px;
}

#pos3 .tile-1900__pos_4 {
	top: 320px;
	left: 640px;
}

#pos3 .tile-1900__pos_5 {
	top: 0px;
	left: 960px;
}

#pos3 .tile-1900__pos_6 {
	top: 320px;
	left: 960px;
}

#pos3 .tile-1900__pos_7 {
	top: 0;
	left: 1280px;
}

#pos3 .tile-1900__pos_8 {
	top: 320px;
	left: 1280px;
}

#pos3 .tile-1340__pos_1 {
	top: 0;
	left: 0;
	width: 325px;
	height: 325px;
}

#pos3 .tile-1340__pos_2 {
	top: 325px;
	left: 0;
	width: 650px;
	height: 325px;
}

#pos3 .tile-1340__pos_3 {
	top: 0px;
	left: 325px;
	width: 650px;
	height: 325px;
}

#pos3 .tile-1340__pos_4 {
	top: 325px;
	left: 650px;
	width: 325px;
	height: 325px;
}

#pos3 .tile-1340__pos_5 {
	top: 0;
	left: 975px;
	width: 325px;
	height: 325px;
}

#pos3 .tile-1340__pos_6 {
	top: 325px;
	left: 975px;
	width: 325px;
	height: 325px;
}

#pos3 .tile-1024__pos_1 {
	top: 0;
	left: 0;
	width: 322px;
	height: 322px;
}

#pos3 .tile-1024__pos_2 {
	top: 322px;
	left: 0;
	width: 644px;
	height: 322px;
}

#pos3 .tile-1024__pos_3 {
	top: 0;
	left: 322px;
	width: 644px;
	height: 322px;
}

#pos3 .tile-1024__pos_4 {
	top: 322px;
	left: 644px;
	width: 322px;
	height: 322px;
}

#pos3 .tile-728__pos_1 {
	top: 0;
	left: 0;
	width: 340px;
	height: 340px;
}

#pos3 .tile-728__pos_2 {
	top: 0;
	left: 340px;
	width: 340px;
	height: 340px;
}

#pos3 .tile-728__pos_3 {
	top: 340px;
	left: 0;
	width: 680px;
	height: 340px;
}

#pos3 .tile-728__pos_4 {
	top: 680px;
	left: 0;
	width: 340px;
	height: 340px;
}

#pos3 .tile-728__pos_5 {
	top: 680px;
	left: 340px;
	width: 340px;
	height: 340px;
}

#pos4 {
	width: 1600px;
	height: 510px;
	margin: 0 0 45px 0px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-top: 1px solid #f3f7fb;
	border-right: 1px solid #f3f7fb;
}

#pos4 .post-uniq {
	border-left: 1px solid #f3f7fb;
	border-bottom: 1px solid #f3f7fb;
	padding: 29px 0 0 40px;
	position: relative;
	overflow: hidden;
}

#pos4 .post-uniq.lg {
	height: 510px;
}

#pos4 .post-uniq.md {
	height: 170px;
}

#pos4 .post-uniq.sm {
	height: 128px;
}

#pos4 .post-uniq .uniq-photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#pos4 .post-uniq .uniq-photo img {
	width: auto !important;
	float: right;
}

#pos4 .post-uniq .uniq-title {
	font-family: "GothaProMed";
	font-size: 15px;
	line-height: 21px;
	color: #32424f;
	position: relative;
	z-index: 10;
	line-height: 1;
}

#pos4 .post-uniq .uniq-title a {
	color: inherit;
}

#pos4 .post-uniq .uniq-list {
	position: relative;
	z-index: 10;
	padding-top: 10px;
}

#pos4 .post-uniq .uniq-list li {
	font-size: 13px;
	line-height: 19px;
	line-height: 35px;
	font-size: 13px;
}

#pos4 .post-uniq .uniq-list li:first-child {
	margin-top: 0;
}

#pos4 .uniq-tile {
	display: inline-block;
	position: absolute;
}

#pos4 .vertical_rectangle {
	width: 400px;
	height: 510px;
}

#pos4 .small_square {
	width: 400px;
	height: 170px;
}

#pos4 .horizontal_rectangle {
	width: 400px;
	height: 128px;
}

#pos4 .uniq-tile-1900__pos_1 {
	top: 0;
	left: 0;
}

#pos4 .uniq-tile-1900__pos_2 {
	top: 0;
	left: 400px;
}

#pos4 .uniq-tile-1900__pos_3 {
	top: 0px;
	left: 800px;
}

#pos4 .uniq-tile-1900__pos_4 {
	top: 170px;
	left: 800px;
}

#pos4 .uniq-tile-1900__pos_5 {
	top: 340px;
	left: 800px;
}

#pos4 .uniq-tile-1900__pos_6 {
	top: 0;
	left: 1200px;
}

#pos4 .uniq-tile-1900__pos_7 {
	top: 128px;
	left: 1200px;
}

#pos4 .uniq-tile-1900__pos_8 {
	top: 256px;
	left: 1200px;
}

#pos4 .uniq-tile-1900__pos_9 {
	top: 384px;
	left: 1200px;
	height: 126px !important;
	overflow: hidden;
}

#pos4 .uniq-tile-1900__pos_9 .post-uniq {
	height: 126px;
}

#pos4 .uniq-tile-1340__pos_1 {
	top: 0;
	left: 0;
	width: 325px !important;
}

#pos4 .uniq-tile-1340__pos_1 .uniq-photo {
	margin-left: 70px;
}

#pos4 .uniq-tile-1340__pos_2 {
	top: 0;
	left: 325px;
	width: 325px !important;
}

#pos4 .uniq-tile-1340__pos_2 .uniq-photo {
	margin-left: 15px;
}

#pos4 .uniq-tile-1340__pos_3 {
	top: 0px;
	left: 650px;
	width: 325px !important;
}

#pos4 .uniq-tile-1340__pos_3 .post-uniq {
	height: 170px !important;
}

#pos4 .uniq-tile-1340__pos_3 .uniq-photo {
	margin-left: 60px;
}

#pos4 .uniq-tile-1340__pos_4 {
	top: 170px;
	left: 650px;
	width: 325px !important;
}

#pos4 .uniq-tile-1340__pos_4 .post-uniq {
	height: 170px !important;
}

#pos4 .uniq-tile-1340__pos_4 .uniq-photo {
	margin-left: 50px;
}

#pos4 .uniq-tile-1340__pos_5 {
	top: 340px;
	left: 650px;
	width: 325px !important;
}

#pos4 .uniq-tile-1340__pos_5 .post-uniq {
	height: 170px !important;
}

#pos4 .uniq-tile-1340__pos_5 .uniq-photo {
	margin-left: 47px;
}

#pos4 .uniq-tile-1340__pos_6 {
	top: 0;
	left: 975px;
	width: 325px !important;
}

#pos4 .uniq-tile-1340__pos_6 .post-uniq {
	height: 128px !important;
}

#pos4 .uniq-tile-1340__pos_6 .uniq-photo {
	margin-left: 50px;
}

#pos4 .uniq-tile-1340__pos_7 {
	top: 128px;
	left: 975px;
	width: 325px !important;
}

#pos4 .uniq-tile-1340__pos_7 .post-uniq {
	height: 128px !important;
}

#pos4 .uniq-tile-1340__pos_7 .uniq-photo {
	margin-left: 55px;
}

#pos4 .uniq-tile-1340__pos_8 {
	top: 256px;
	left: 975px;
	width: 325px !important;
}

#pos4 .uniq-tile-1340__pos_8 .post-uniq {
	height: 128px !important;
}

#pos4 .uniq-tile-1340__pos_8 .uniq-photo {
	margin-left: 55px;
}

#pos4 .uniq-tile-1340__pos_9 {
	top: 384px;
	left: 975px;
	width: 325px !important;
}

#pos4 .uniq-tile-1340__pos_9 .post-uniq {
	height: 128px !important;
}

#pos4 .uniq-tile-1340__pos_9 .uniq-photo {
	margin-left: 50px;
}

#pos4 .uniq-tile-1024__pos_1 {
	top: 0;
	left: 0;
	width: 321px !important;
}

#pos4 .uniq-tile-1024__pos_1 .uniq-photo {
	margin-left: 90px;
}

#pos4 .uniq-tile-1024__pos_2 {
	top: 0;
	left: 321px;
	width: 321px !important;
}

#pos4 .uniq-tile-1024__pos_2 .uniq-photo {
	margin-left: 20px;
}

#pos4 .uniq-tile-1024__pos_3 {
	top: 0;
	left: 642px;
	width: 321px !important;
}

#pos4 .uniq-tile-1024__pos_3 .uniq-photo {
	margin-left: 70px;
}

#pos4 .uniq-tile-1024__pos_3 .post-uniq {
	height: 170px !important;
}

#pos4 .uniq-tile-1024__pos_4 {
	top: 170px;
	left: 642px;
	width: 321px !important;
}

#pos4 .uniq-tile-1024__pos_4 .uniq-photo {
	margin-left: 45px;
}

#pos4 .uniq-tile-1024__pos_4 .post-uniq {
	height: 170px !important;
}

#pos4 .uniq-tile-1024__pos_5 {
	top: 340px;
	left: 642px;
	width: 321px !important;
}

#pos4 .uniq-tile-1024__pos_5 .uniq-photo {
	margin-left: 70px;
}

#pos4 .uniq-tile-1024__pos_5 .post-uniq {
	height: 170px !important;
}

#pos4 .uniq-tile-1024__pos_6 {
	top: 510px;
	left: 0px;
	width: 241px !important;
}

#pos4 .uniq-tile-1024__pos_6 .uniq-photo {
	margin-left: 70px;
}

#pos4 .uniq-tile-1024__pos_6 .uniq-photo img {
	float: left !important;
	margin-left: -150px;
}

#pos4 .uniq-tile-1024__pos_7 {
	top: 510px;
	left: 241px;
	width: 241px !important;
}

#pos4 .uniq-tile-1024__pos_7 .uniq-photo {
	margin-left: 0px;
}

#pos4 .uniq-tile-1024__pos_7 .uniq-photo img {
	float: left !important;
	margin-left: -51px;
}

#pos4 .uniq-tile-1024__pos_8 {
	top: 510px;
	left: 482px;
	width: 241px !important;
}

#pos4 .uniq-tile-1024__pos_8 .uniq-photo {
	margin-left: 70px;
}

#pos4 .uniq-tile-1024__pos_8 .uniq-photo img {
	float: left !important;
	margin-left: -120px;
}

#pos4 .uniq-tile-1024__pos_9 {
	top: 510px;
	left: 723px;
	width: 241px !important;
}

#pos4 .uniq-tile-1024__pos_9 .uniq-photo {
	margin-left: 70px;
}

#pos4 .uniq-tile-1024__pos_9 .uniq-photo img {
	float: left !important;
	margin-left: -150px;
}

#pos4 .uniq-tile-728__pos_1 {
	top: 0;
	left: 0;
	width: 243px !important;
}

#pos4 .uniq-tile-728__pos_1 .uniq-photo {
	margin-left: 120px;
}

#pos4 .uniq-tile-728__pos_2 {
	top: 0;
	left: 243px;
	width: 243px !important;
}

#pos4 .uniq-tile-728__pos_2 .uniq-photo {
	margin-left: 50px;
}

#pos4 .uniq-tile-728__pos_3 {
	top: 0;
	left: 486px;
	width: 243px !important;
}

#pos4 .uniq-tile-728__pos_3 .uniq-photo {
	margin-left: 120px;
}

#pos4 .uniq-tile-728__pos_3 .post-uniq {
	height: 170px !important;
}

#pos4 .uniq-tile-728__pos_4 {
	top: 170px;
	left: 486px;
	width: 243px !important;
}

#pos4 .uniq-tile-728__pos_4 .uniq-photo {
	margin-left: 100px;
}

#pos4 .uniq-tile-728__pos_4 .post-uniq {
	height: 170px !important;
}

#pos4 .uniq-tile-728__pos_5 {
	top: 340px;
	left: 486px;
	width: 243px !important;
}

#pos4 .uniq-tile-728__pos_5 .uniq-photo {
	margin-left: 100px;
}

#pos4 .uniq-tile-728__pos_5 .post-uniq {
	height: 170px !important;
}

#pos4 .uniq-tile-728__pos_6 {
	top: 510px;
	left: 0px;
	width: 365px !important;
	height: 128px !important;
}

#pos4 .uniq-tile-728__pos_6 .uniq-photo {
	margin-left: 60px;
}

#pos4 .uniq-tile-728__pos_6 .post-uniq {
	height: 128px !important;
}

#pos4 .uniq-tile-728__pos_7 {
	top: 510px;
	left: 365px;
	width: 365px !important;
	height: 128px !important;
}

#pos4 .uniq-tile-728__pos_7 .uniq-photo {
	margin-left: 30px;
}

#pos4 .uniq-tile-728__pos_7 .post-uniq {
	height: 128px !important;
}

#pos4 .uniq-tile-728__pos_8 {
	top: 638px;
	left: 0px;
	width: 365px !important;
	height: 128px !important;
}

#pos4 .uniq-tile-728__pos_8 .uniq-photo {
	margin-left: 60px;
}

#pos4 .uniq-tile-728__pos_8 .post-uniq {
	height: 128px !important;
}

#pos4 .uniq-tile-728__pos_9 {
	top: 638px;
	left: 365px;
	width: 365px !important;
	height: 128px !important;
}

#pos4 .uniq-tile-728__pos_9 .uniq-photo {
	margin-left: 50px;
}

#pos4 .uniq-tile-728__pos_9 .post-uniq {
	height: 128px !important;
}

#pos5 {
	max-width: 1328px;
	height: 997px;
	margin: 0 auto 45px auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

#pos5 .post-vertical.small {
	height: 332px;
}

#pos5 .post-vertical.small .post-photo > span > span {
	height: 332px;
}

#pos5 .vertical_rectangle .post-vertical {
	height: 664px;
}

#pos5 .vertical_rectangle .post-vertical .post-photo > span > span {
	height: 664px;
}

#pos5 .tile {
	display: inline-block;
	position: absolute;
}

#pos5 .vertical_rectangle {
	width: 332px;
	height: 664px;
}

#pos5 .small_square {
	width: 332px;
	height: 332px;
}

#pos5 .horizontal_rectangle {
	width: 664px;
	height: 332px;
	border-left: 1px solid #cbd0d4;
	/*position: relative;*/
}

#pos5 .horizontal_rectangle .post-vertical {
	border-left: none;
}

#pos5 .horizontal_rectangle .post-vertical .post-photo > span > span {
	padding: 20px;
}

#pos5 .horizontal_rectangle .post-line {
	width: 155px;
	height: 1px;
	background-color: #e0e0e0;
	position: absolute;
	top: 169px;
	right: 80px;
}

#pos5 .big_square {
	width: 664px;
	height: 664px;
}

#pos5 .big_square .post-vertical {
	height: 664px;
}

#pos5 .tile-1900__pos_1 {
	top: 0;
	left: 0;
}

#pos5 .tile-1900__pos_2 {
	top: 664px;
	left: 0;
}

#pos5 .tile-1900__pos_3 {
	top: 0;
	left: 332px;
}

#pos5 .tile-1900__pos_4 {
	top: 332px;
	left: 332px;
}

#pos5 .tile-1900__pos_5 {
	top: 0;
	left: 996px;
}

#pos5 .tile-1900__pos_6 {
	top: 332px;
	left: 996px;
}

#pos5 .tile-1900__pos_7 {
	top: 664px;
	left: 996px;
}

#pos5 .tile-1340__pos_1 {
	top: 0;
	left: 0;
}

#pos5 .tile-1340__pos_2 {
	top: 650px;
	left: 0;
}

#pos5 .tile-1340__pos_3 {
	top: 0;
	left: 325px;
}

#pos5 .tile-1340__pos_4 {
	top: 325px;
	left: 325px;
}

#pos5 .tile-1340__pos_5 {
	top: 0;
	left: 975px;
}

#pos5 .tile-1340__pos_6 {
	top: 325px;
	left: 975px;
}

#pos5 .tile-1340__pos_7 {
	top: 650px;
	left: 975px;
}

#pos5 .tile-1024__pos_1 {
	top: 0;
	left: 0;
}

#pos5 .tile-1024__pos_2 {
	top: 644px;
	left: 0;
}

#pos5 .tile-1024__pos_3 {
	top: 0;
	left: 322px;
}

#pos5 .tile-1024__pos_4 {
	top: 322px;
	left: 322px;
}

#pos5 .tile-1024__pos_5 {
	top: 966px;
	left: 0;
}

#pos5 .tile-1024__pos_6 {
	top: 966px;
	left: 322px;
}

#pos5 .tile-1024__pos_7 {
	top: 966px;
	left: 644px;
}

#pos5 .tile-728__pos_1 {
	top: 340px;
	left: 0;
}

#pos5 .tile-728__pos_2 {
	top: 1020px;
	left: 0;
}

#pos5 .tile-728__pos_3 {
	top: 1360px;
	left: 0;
}

#pos5 .tile-728__pos_4 {
	top: 1020px;
	left: 340px;
}

#pos5 .tile-728__pos_5 {
	top: 0;
	left: 0;
}

#pos5 .tile-728__pos_6 {
	top: 1700px;
	left: 0;
}

#pos5 .tile-728__pos_7 {
	top: 1700px;
	left: 340px;
}

#pos6 {
	max-width: 1328px;
	height: 665px;
	margin: 0 auto 45px auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

#pos6 .post-vertical.small {
	height: 332px;
}

#pos6 .post-vertical.small .post-photo > span > span {
	height: 332px;
	padding: 20px 20px 80px 20px;
}

#pos6 .vertical_rectangle .post-vertical {
	height: 664px;
}

#pos6 .vertical_rectangle .post-vertical .post-photo > span > span {
	height: 664px;
}

#pos6 .tile {
	display: inline-block;
	position: absolute;
}

#pos6 .vertical_rectangle {
	width: 332px;
	height: 664px;
}

#pos6 .small_square {
	width: 332px;
	height: 332px;
}

#pos6 .horizontal_rectangle {
	width: 664px;
	height: 332px;
	border-left: 1px solid #cbd0d4;
}

#pos6 .horizontal_rectangle .post-vertical {
	border-left: none;
}

#pos6 .tile-1900__pos_1 {
	top: 0;
	left: 0;
}

#pos6 .tile-1900__pos_2 {
	top: 0;
	left: 332px;
}

#pos6 .tile-1900__pos_3 {
	top: 332px;
	left: 0;
}

#pos6 .tile-1900__pos_4 {
	top: 0;
	left: 664px;
}

#pos6 .tile-1900__pos_5 {
	top: 332px;
	left: 664px;
}

#pos6 .tile-1900__pos_6 {
	top: 332px;
	left: 996px;
}

#pos6 .tile-1340__pos_1 {
	top: 0;
	left: 0;
}

#pos6 .tile-1340__pos_2 {
	top: 0;
	left: 325px;
}

#pos6 .tile-1340__pos_3 {
	top: 325px;
	left: 0;
}

#pos6 .tile-1340__pos_4 {
	top: 0;
	left: 650px;
}

#pos6 .tile-1340__pos_5 {
	top: 325px;
	left: 650px;
}

#pos6 .tile-1340__pos_6 {
	top: 325px;
	left: 975px;
}

#pos6 .tile-1024__pos_1 {
	top: 0;
	left: 0;
}

#pos6 .tile-1024__pos_2 {
	top: 0;
	left: 322px;
}

#pos6 .tile-1024__pos_3 {
	top: 322px;
	left: 0;
}

#pos6 .tile-1024__pos_4 {
	top: 322px;
	left: 644px;
}

#pos6 .tile-728__pos_1 {
	top: 0;
	left: 0;
}

#pos6 .tile-728__pos_2 {
	top: 0;
	left: 340px;
}

#pos6 .tile-728__pos_3 {
	top: 340px;
	left: 0;
}

#pos6 .tile-728__pos_4 {
	top: 680px;
	left: 0;
}

#pos6 .tile-728__pos_5 {
	top: 680px;
	left: 340px;
}

#pos6 .tile-728__pos_6 {
	top: 1020px;
	left: 0;
}

#pos7 {
	max-width: 1328px;
	height: 665px;
	margin: 0 auto 45px auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

#pos7 .post-vertical.small {
	height: 332px;
}

#pos7 .post-vertical.small .post-photo > span > span {
	height: 332px;
	padding: 20px 20px 80px 20px;
}

#pos7 .vertical_rectangle .post-vertical {
	height: 664px;
}

#pos7 .vertical_rectangle .post-vertical .post-photo > span > span {
	height: 664px;
}

#pos7 .tile {
	display: inline-block;
	position: absolute;
}

#pos7 .vertical_rectangle {
	width: 332px;
	height: 664px;
}

#pos7 .small_square {
	width: 332px;
	height: 332px;
}

#pos7 .horizontal_rectangle {
	width: 664px;
	height: 332px;
	border-left: 1px solid #cbd0d4;
}

#pos7 .horizontal_rectangle .post-vertical {
	border-left: none;
}

#pos7 .tile-1900__pos_1 {
	top: 0;
	left: 0;
}

#pos7 .tile-1900__pos_2 {
	top: 332px;
	left: 0;
}

#pos7 .tile-1900__pos_3 {
	top: 0;
	left: 332px;
}

#pos7 .tile-1900__pos_4 {
	top: 332px;
	left: 664px;
}

#pos7 .tile-1900__pos_5 {
	top: 0;
	left: 996px;
}

#pos7 .tile-1900__pos_6 {
	top: 332px;
	left: 996px;
}

#pos7 .tile-1340__pos_1 {
	top: 0;
	left: 0;
}

#pos7 .tile-1340__pos_2 {
	top: 325px;
	left: 0;
}

#pos7 .tile-1340__pos_3 {
	top: 0;
	left: 325px;
}

#pos7 .tile-1340__pos_4 {
	top: 325px;
	left: 650px;
}

#pos7 .tile-1340__pos_5 {
	top: 0;
	left: 975px;
}

#pos7 .tile-1340__pos_6 {
	top: 325px;
	left: 975px;
}

#pos7 .tile-1024__pos_1 {
	top: 0;
	left: 0;
}

#pos7 .tile-1024__pos_2 {
	top: 322px;
	left: 0;
}

#pos7 .tile-1024__pos_3 {
	top: 0;
	left: 322px;
}

#pos7 .tile-1024__pos_4 {
	top: 322px;
	left: 644px;
}

#pos7 .tile-728__pos_1 {
	top: 0;
	left: 0;
}

#pos7 .tile-728__pos_2 {
	top: 0;
	left: 340px;
}

#pos7 .tile-728__pos_3 {
	top: 340px;
	left: 0;
}

#pos7 .tile-728__pos_4 {
	top: 680px;
	left: 0;
}

#pos7 .tile-728__pos_5 {
	top: 680px;
	left: 340px;
}

#pos7 .tile-728__pos_6 {
	top: 1020px;
	left: 0;
}

#pos8 {
	position: relative;
	height: 665px;
	overflow: hidden;
	margin-bottom: 45px;
}

#pos8 .tile {
	display: inline-block;
	position: absolute;
}

#pos8 .post-vertical {
	height: 664px;
}

#pos8 .post-vertical .post-photo > span > span {
	height: 664px;
	padding: 20px;
}

#pos8 .post-vertical.small {
	height: 332px;
}

#pos8 .post-vertical.small .post-photo > span > span {
	height: 332px;
}

#pos8 .vertical_rectangle {
	width: 332px;
	height: 664px;
}

#pos8 .small_square {
	width: 332px;
	height: 664px;
}

#pos8 .horizontal_rectangle {
	width: 664px;
	height: 332px;
	border-bottom: 1px solid #cbd0d4;
}

#pos8 .horizontal_rectangle .post-vertical {
	border-left: none;
}

#pos8 .big_square {
	width: 664px;
	height: 664px;
	border-right: 1px solid #cbd0d4;
}

#pos8 .tile-1900__pos_1 {
	top: 0;
	left: 664px;
}

#pos8 .tile-1900__pos_2 {
	top: 0;
	left: 0;
}

#pos8 .tile-1900__pos_3 {
	top: 332px;
	left: 664px;
}

#pos8 .tile-1900__pos_4 {
	top: 332px;
	left: 996px;
}

#pos8 .tile-1900__pos_5 {
	top: 664px;
	left: 664px;
}

#pos8 .tile-1340__pos_1 {
	top: 0;
	left: 0;
}

#pos8 .tile-1340__pos_2 {
	top: 342px;
	left: 0;
}

#pos8 .tile-1340__pos_3 {
	top: 0;
	left: 683px;
}

#pos8 .tile-1340__pos_4 {
	top: 342px;
	left: 683px;
}

#pos8 .tile-1340__pos_5 {
	top: 684px;
	left: 683px;
}

#pos8 .tile-1024__pos_1 {
	top: 0;
	left: 0;
}

#pos8 .tile-1024__pos_2 {
	top: 346px;
	left: 0;
}

#pos8 .tile-1024__pos_3 {
	top: 1038px;
	left: 0;
}

#pos8 .tile-1024__pos_4 {
	top: 1038px;
	left: 346px;
}

#pos8 .tile-728__pos_1 {
	top: 0;
	left: 0;
	width: 228px;
}

#pos8 .tile-728__pos_2 {
	top: 228px;
	left: 0;
	width: 228px;
}

#pos8 .tile-728__pos_3 {
	display: none;
	top: 684px;
	left: 0;
}

#pos8 .tile-728__pos_4 {
	top: 684px;
	left: 0;
}

#pos9 {
	position: relative;
	height: 333px;
	overflow: hidden;
}

#pos9 .post-vertical {
	height: 332px;
}

#pos9 .vertical_rectangle {
	width: 332px;
	height: 664px;
}

#pos9 .small_square {
	width: 332px;
	height: 332px;
	border-bottom: 1px solid #cbd0d4;
}

#pos9 .horizontal_rectangle {
	width: 664px;
	height: 332px;
}

#pos9 .big_square {
	width: 664px;
	height: 664px;
}

#pos9 .tile-1900__pos_1 {
	top: 0;
	left: 0;
}

#pos9 .tile-1900__pos_2 {
	top: 0;
	left: 996px;
}

#pos9 .tile-1900__pos_3 {
	top: 0;
	left: 332px;
}

#pos9 .tile-1340__pos_1 {
	top: 0;
	left: 0;
}

#pos9 .tile-1340__pos_2 {
	top: 342px;
	left: 0;
}

#pos9 .tile-1340__pos_3 {
	top: 0;
	left: 342px;
}

#pos9 .tile-1340__pos_4 {
	top: 342px;
	left: 342px;
}

#pos9 .tile-1340__pos_5 {
	top: 342px;
	left: 684px;
}

#pos9 .tile-1024__pos_1 {
	top: 0;
	left: 0;
}

#pos9 .tile-1024__pos_2 {
	top: 0;
	left: 346px;
}

#pos9 .tile-1024__pos_3 {
	top: 346px;
	left: 0;
}

#pos9 .tile-1024__pos_4 {
	top: 692px;
	left: 0;
}

#pos9 .tile-1024__pos_5 {
	top: 692px;
	left: 346px;
}

#pos9 .tile-728__pos_1 {
	top: 0;
	left: 0px;
}

#pos9 .tile-728__pos_2 {
	top: 456px;
	left: 0;
}

#pos9 .tile-728__pos_3 {
	top: 912px;
	left: 0;
	width: 456px;
}

#pos9 .tile-728__pos_4 {
	top: 1140px;
	left: 0;
}

#pos9 .tile-728__pos_5 {
	top: 1596px;
	left: 0;
}

#pos10 {
	position: relative;
	height: 333px;
	overflow: hidden;
}

#pos10 .post-vertical {
	height: 332px;
}

#pos10 .vertical_rectangle {
	width: 332px;
	height: 664px;
}

#pos10 .small_square {
	width: 332px;
	height: 332px;
	border-bottom: 1px solid #cbd0d4;
}

#pos10 .horizontal_rectangle {
	width: 664px;
	height: 332px;
}

#pos10 .big_square {
	width: 664px;
	height: 664px;
}

#pos10 .big_square {
	width: 664px;
	height: 664px;
}

#pos10 .tile-1900__pos_1 {
	top: 0;
	left: 0px;
}

#pos10 .tile-1900__pos_2 {
	top: 0;
	left: 996px;
}

#pos10 .tile-1900__pos_3 {
	top: 0;
	left: 332px;
}

#pos10 .tile-1340__pos_1 {
	top: 0;
	left: 0;
}

#pos10 .tile-1340__pos_2 {
	top: 342px;
	left: 0;
}

#pos10 .tile-1340__pos_3 {
	top: 342px;
	left: 342px;
}

#pos10 .tile-1340__pos_4 {
	top: 0;
	left: 684px;
}

#pos10 .tile-1340__pos_5 {
	top: 342px;
	left: 684px;
}

#pos10 .tile-1024__pos_1 {
	top: 0;
	left: 0;
}

#pos10 .tile-1024__pos_2 {
	top: 0;
	left: 346px;
}

#pos10 .tile-1024__pos_3 {
	top: 346px;
	left: 0;
}

#pos10 .tile-1024__pos_4 {
	top: 692px;
	left: 0;
}

#pos10 .tile-1024__pos_5 {
	top: 692px;
	left: 346px;
}

#pos10 .tile-728__pos_1 {
	top: 0;
	left: 0px;
}

#pos10 .tile-728__pos_2 {
	top: 456px;
	left: 0;
}

#pos10 .tile-728__pos_3 {
	top: 912px;
	left: 0;
	width: 456px;
}

#pos10 .tile-728__pos_4 {
	top: 1140px;
	left: 0;
}

#pos10 .tile-728__pos_5 {
	top: 1596px;
	left: 0;
}

.shop-list-wrapper .shop-list:last-child {
	float: left;
}

.footer .f-shop .f-left-banner {
	margin: 21px 30px 0 7px;
}

.footer .f-shop .f-social-list {
	margin-top: 50px;
}

@media screen and (max-width: 1680px) {
	/*.footer .f-shop .shop-list .shop-cell*/
	/*{*/
	/*width: 370px;*/
	/*}*/
}

@media screen and (max-width: 1660px) {
	#pos4 {
		width: 1300px;
		margin-left: 0;
	}

	.navbar .navbar-city {
		margin-top: 8px;
	}

	.navbar .navbar-city .your-city-row {
		font-size: 11px;
		line-height: 17px;
	}

	.navbar .navbar-shop {
		left: 234px;
	}

	.navbar .navbar-menu {
		margin-top: 12px;
	}

	.navbar .navbar-menu > ul > li {
		font-size: 11px;
		line-height: 17px;
	}

	.header-cell .container {
		position: relative;
	}

	.header-cell .cell-logo {
		width: 405px;
	}

	.header-cell .cell-callme {
		margin-left: 0;
	}

	.header-cell .cell-search {
		width: 224px;
	}

	.header-cell .cell-search.active .search-content {
		position: absolute;
		right: 0;
		width: 354px;
	}

	.header-cell .cell-search .search-result {
		width: 412px;
		left: auto;
		right: -29px;
	}

	.nav .nav-menu > li {
		font-size: 15px;
	}

	.nav .nav-menu > li:hover:first-child .shadow {
		width: 161px;
		margin-left: -20px;
	}

	.nav .nav-menu > li:hover:first-child > a b {
		width: 20px;
		left: -20px;
	}

	.nav .nav-menu > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}

	.nav .nav-menu > li.current a b {
		width: 20px !important;
		left: -20px !important;
	}

	.nav .submenu.submenu-3 .level-1 .container {
		overflow: hidden;
	}

	.nav .submenu.submenu-3 .level-1 .level-1-list > li {
		width: 200px;
		padding-right: 30px;
	}

	.nav .submenu.submenu-3 .level-2 .container {
		overflow: hidden;
	}

	.nav .submenu.submenu-3 .level-1 .level-1-list > li {
		width: 200px;
	}

	.nav .submenu.submenu-3 .level-2 .level-2-list > li {
		width: 200px;
		/*padding-right: 40px;*/
	}

	.nav .submenu.submenu-5 .level-1 .level-1-list > li {
		width: 200px;
	}

	.nav .submenu.submenu-5 .level-2 .level-2-list > li {
		width: 200px;
	}

	.nav .submenu.submenu-6 .level-1 .level-1-list > li {
		width: 200px;
	}

	.nav .submenu.submenu-6 .level-2 .level-2-list > li {
		width: 200px;
		padding-right: 40px;
	}

	.footer .f-info .info-cell {
		width: 319px;
		margin-left: 8px;
		padding-right: 30px;
	}

	.footer .f-info .info-cell:first-child {
		margin-left: 0;
	}

	.footer .f-menu .f-menu-list {
		width: 665px;
	}

	.footer .f-menu .f-menu-list > ul > li:first-child {
		width: 250px;
		margin-right: 70px;
	}

	.footer .f-menu .f-feedback {
		margin-right: 75px;
	}

	.footer .f-shop .shop-list .shop-cell {
		width: 319px;
		margin-left: 8px;
	}

	.footer .f-shop .shop-list .shop-cell:first-child {
		margin-left: 0;
	}

	.footer.is-light .f-shop .shop-online {
		width: 602px;
	}

	.footer.is-light .f-shop .blog-shop .list-hidden {
		width: 668px;
	}

	.bcc-post {
		width: 25%;
		min-width: 250px;
	}

	.bcc-post .bcc-inner .bcc-gift {
		right: 0;
		top: -30px;
	}

	.bcc-post .bcc-inner .bcc-take {
		left: 0;
		top: -30px;
		position: absolute;
	}

	.bcc-post .bcc-inner .bcc-stock {
		left: 0;
	}

	.bcc-post .bcc-inner .bcc-brands {
		left: 0;
		top: -30px;
	}

	.bcc-post.post-long {
		width: 50%;
	}

	.bcc-banner {
		width: 25%;
		padding: 0 20px;
	}

	.bcc-banner .video-review {
		padding: 25px 15px;
	}

	.bcc-banner .video-review ul li a > span {
		max-width: 146px;
	}

	.bcc-banner.post-long {
		width: 50%;
	}

	.product-column .col-sidebar {
		width: 200px;
	}

	.product-column .col-sidebar .product-similar {
		float: none;
		margin-left: 0;
	}

	.product-watched .watched-list > ul > li {
		width: 185px;
	}

	.product-set .set-post .product-gallery {
		width: 793px;
	}

	.bcc-subscribe {
		width: 257px;
	}

	.bcc-subscribe .bcc-inner {
		width: 238px;
	}

	.bcc-subscribe.post-long {
		width: 516px;
	}

	.master .history .history-list {
		max-width: 1036px;
	}

	.master .history .history-list > ul {
		width: 1400px;
	}

	.master-content .mc-link {
		width: 194px;
	}

	.bc-c-single .category-list > ul {
		width: 1350px;
	}

	.bc-c-single .category-list > ul > li {
		margin-right: 14px;
		width: 250px;
	}

	.bc-c-single .product-list .bcc-post {
		width: 260px;
	}

	.bc-c-product.responsive .product-content {
		display: block;
		width: 2000px;
	}

	.bc-c-product.responsive .bcc-post {
		width: 325px;
	}

	.bc-c-product.responsive .bcc-post .post-inner {
		width: 325px;
	}

	.home-navbar ul > li {
		margin-left: 0px;
	}

	.home-navbar ul > li:first-child {
		width: 160px;
		margin-left: 0;
		margin-right: 30px;
		padding-right: 0;
	}

	#pos1 {
		height: 976px;
	}

	#pos2, #pos3 {
		height: 651px;
	}

	#pos4 .vertical_rectangle {
		width: 325px;
	}

	#pos4 .small_square {
		width: 325px;
	}

	#pos4 .big_square {
		width: 325px;
	}

	#pos4 .horizontal_rectangle {
		width: 650px;
	}

	#pos5 {
		height: 976px;
	}

	#pos5 .vertical_rectangle {
		width: 325px;
	}

	#pos5 .post-vertical {
		height: 650px;
	}

	#pos5 .post-vertical.small {
		height: 325px;
	}

	#pos5 .post-vertical.small .post-photo > span > span {
		height: 325px;
	}

	#pos5 .post-vertical .post-photo > span > span {
		height: 650px;
	}

	#pos5 .small_square {
		width: 325px;
	}

	#pos5 .big_square {
		width: 650px;
		height: 650px;
	}

	#pos5 .big_square .post-vertical {
		width: 650px;
		height: 650px;
	}

	#pos5 .big_square .post-vertical .post-photo > span > span {
		height: 650px;
	}

	#pos5 .horizontal_rectangle {
		width: 650px;
	}

	#pos6 {
		height: 651px;
	}

	#pos6 .vertical_rectangle {
		width: 325px;
	}

	#pos6 .post-vertical {
		height: 325px;
	}

	#pos6 .post-vertical.small {
		height: 325px;
	}

	#pos6 .post-vertical.small .post-photo > span > span {
		height: 325px;
	}

	#pos6 .post-vertical .post-photo > span > span {
		height: 325px;
	}

	#pos6 .small_square {
		width: 325px;
	}

	#pos6 .big_square {
		width: 325px;
		height: 650px;
	}

	#pos6 .big_square .post-vertical {
		width: 650px;
		height: 650px;
	}

	#pos6 .big_square .post-vertical .post-photo > span > span {
		height: 650px;
	}

	#pos6 .horizontal_rectangle {
		width: 650px;
	}

	#pos7 {
		height: 651px;
	}

	#pos7 .vertical_rectangle {
		width: 325px;
	}

	#pos7 .post-vertical {
		height: 325px;
	}

	#pos7 .post-vertical.small {
		height: 325px;
	}

	#pos7 .post-vertical.small .post-photo > span > span {
		height: 325px;
	}

	#pos7 .post-vertical .post-photo > span > span {
		height: 325px;
	}

	#pos7 .small_square {
		width: 325px;
	}

	#pos7 .big_square {
		width: 325px;
		height: 650px;
	}

	#pos7 .big_square .post-vertical {
		width: 650px;
		height: 650px;
	}

	#pos7 .big_square .post-vertical .post-photo > span > span {
		height: 650px;
	}

	#pos7 .horizontal_rectangle {
		width: 650px;
		height: 325px;
	}

	#pos8 {
		width: 1026px;
		height: 1027px;
	}

	#pos8 .horizontal_rectangle {
		width: 684px;
		height: 342px;
		border-left: 1px solid #cbd0d4;
	}

	#pos8 .small_square {
		width: 342px;
		height: 342px;
	}

	#pos8 .big_square {
		width: 684px;
		height: 684px;
		border-right: none;
	}

	#pos8 .post-vertical {
		height: 684px;
	}

	#pos8 .post-vertical.small {
		height: 342px;
	}

	#pos8 .post-vertical.small .post-photo > span > span {
		height: 342px;
	}

	#pos9 {
		height: 685px;
	}

	#pos9 .horizontal_rectangle {
		width: 685px;
		height: 342px;
	}

	#pos9 .post-vertical {
		height: 342px;
	}

	#pos9 .small_square {
		width: 343px;
		height: 342px;
	}

	#pos10 {
		height: 685px;
	}

	#pos10 .horizontal_rectangle {
		width: 685px;
		height: 342px;
	}

	#pos10 .post-vertical {
		height: 342px;
	}

	#pos10 .small_square {
		width: 343px;
		height: 342px;
	}

	.tile-page .post-vertical {
		height: 650px;
	}

	.tile-page .post-vertical.small {
		height: 325px;
	}

	.home-carousel .post {
		width: 514px;
	}

	.home-carousel .post-text {
		padding: 0 50px;
	}

	.home-blog .blog-item .blog-post {
		width: 310px;
		margin-right: 20px;
	}

	.home-blog .blog-item .post-photo {
		height: 176px;
	}

	.home-blog .blog-item .post-photo a:hover > span:before {
		width: 284px;
		height: 149px;
	}

	.home-blog .blog-item .post-photo a > span > span {
		height: 176px;
	}

	.all-shops .home-blog .blog-item .blog-post {
		margin-right: 49px;
	}

	.content-page .option-order-payment .payment-content {
		width: 930px;
	}

	.content-page .option-order-payment .payment-sidebar {
		width: 330px;
	}

	.page-faq .search, .page-faq .faq-column .column-content {
		width: 990px;
	}

	.page-faq .faq-column .column-sidebar {
		width: 270px;
	}

	.b-long {
		width: 987px;
	}

	.tech-page .content {
		padding: 0 120px;
	}

	.tech-page .product-blog .blog-post {
		margin-right: 37px;
	}

	.page-shop .shop-head .head-left {
		width: 980px;
	}

	.page-shop .shop-item .item-content {
		width: 854px;
	}

	.offer-shop .offer-column .offer-t > span > span {
		height: 395px;
	}

	.page-help .list-content {
		overflow: hidden;
	}

	.page-help .c-block {
		width: 1300px;
	}

	.page-help .c-item {
		width: 241px;
	}

	.page-brands .brands-cell > ul {
		width: 1340px;
	}

	.page-brands .brands-cell > ul > li {
		width: 130px;
	}

	.page-brands .brands-cell > ul > li .center > span {
		height: 73px;
	}

	.page-brands .alphabet-list .list {
		width: 1350px;
	}

	.page-brands .alphabet-list .list-item {
		width: 195px;
	}

	.page-shipping .shipping-row .row .shop {
		position: static;
		padding-top: 10px;
	}

	.page-shipping .shipping-row .row .shop li {
		float: left;
		margin-left: 19px;
		margin-top: 0;
	}

	.page-shipping .shipping-row .row .shop li:first-child {
		margin-left: 0;
	}

	.compare-header .product-fixed {
		width: 1065px;
	}

	.compare-header .product-fixed .product {
		width: 267px;
	}

	.compare-body td {
		width: 267px;
	}

	.blog-last .last-list {
		width: 1298px;
	}

	.blog-last .post {
		margin-right: 14px;
	}

	.blog-last .post-slider {
		width: 970px;
		margin-right: 14px;
	}

	.blog-last .post-slider .post-product {
		width: 290px;
	}
}

@media screen and (max-width: 1346px) {
	#pos4 {
		width: 963px;
		margin: 0 0 0px 0;
		height: 638px !important;
	}

	#pos4 .post-uniq {
		padding-left: 30px;
	}

	.footer .f-info .info-cell:first-child .info-title {
		width: 110%;
	}

	.navbar .navbar-shop {
		left: 180px;
	}

	.navbar .navbar-shop .button-select {
		width: 112px;
		padding-left: 15px;
	}

	.header-cell .cell-logo {
		width: 310px;
		margin-top: 22px;
	}

	.header-blog .header-cell .cell-logo {
		width: auto;
		margin-right: 30px;
	}

	.header-cell .cell-logo .icon-logo.lg {
		width: 162px;
		height: 36px;
	}

	.header-cell .cell-logo .icon-logo.lg .logo {
		font-size: 162px;
		top: -63px;
	}

	.header-cell .cell-callme {
		margin-left: 0;
	}

	.header-cell .cell-callme .button {
		width: auto;
		padding: 9px 11px;
	}

	.header-cell .cell-callme span {
		display: none;
	}

	.header-cell .cell-callme span.icon {
		font-size: 18px;
		display: inline-block !important;
	}

	.header-cell .cell-phone > ul > li {
		width: 200px;
		margin-left: 20px;
	}

	.header-cell .cell-phone > ul > li:first-child {
		margin-left: 0;
	}

	.header-cell .cell-search {
		width: 125px;
		border-left: 1px solid #e4e7e9;
	}

	.header-blog .header-cell .cell-search {
		width: auto;
	}

	.nav .nav-menu > li {
		font-size: 13px;
	}

	.nav .nav-menu > li:hover:first-child .shadow {
		width: 125px;
		margin-left: -10px;
	}

	.nav .nav-menu > li:hover:first-child > a b {
		width: 10px;
		left: -10px;
	}

	.nav .nav-menu > li:first-child > a {
		padding-left: 0;
		text-align: left;
	}

	.nav .nav-menu > li:first-child > a:hover b, .nav .nav-menu > li:first-child > a.active b {
		width: 10px;
		left: -10px;
	}

	.nav .nav-menu > li > a {
		padding-left: 9px;
		padding-right: 9px;
	}

	.nav .nav-menu > li > a span {
		display: inline-block;
	}

	.nav .nav-menu > li u {
		display: none;
	}

	.nav .nav-menu > li .button-brands {
		width: 102px;
		font-size: 13px;
	}

	.nav .nav-menu > li.current a b {
		width: 10px !important;
		left: -10px !important;
	}

	.nav .submenu.submenu-1 .level-1 .level-1-list > li:last-child, .nav .submenu.submenu-1 .level-1 .level-1-list > li.last {
		width: 290px;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list {
		padding-right: 0;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li {
		margin-bottom: 32px;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li.lg {
		display: none;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li.sm {
		display: inline-block;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li.sm li:first-child {
		margin: 0;
		line-height: 1;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li.sm li:first-child strong {
		margin: 0;
		line-height: 1;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li:last-child {
		width: 100%;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li:last-child li {
		display: inline-block;
		width: 190px;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li:last-child li:first-child {
		width: 100%;
	}

	.nav .submenu.submenu-2 {
		padding-bottom: 60px;
	}

	.nav .submenu.submenu-2 .level-2 .level-2-list > li {
		width: 220px;
		margin-right: 50px;
	}

	.nav .submenu.submenu-2 .level-2 .level-2-list > li.last {
		float: right;
		margin-right: 0;
	}

	.nav .submenu.submenu-2 .level-2 .level-2-list > li.last a {
		position: absolute;
		left: 0;
		bottom: -40px;
	}

	.nav .submenu.submenu-3 .level-1 .container {
		overflow: hidden;
	}

	/*.nav .submenu.submenu-3 .level-1 .level-1-list {
    width: 1000px;
  }*/
	.nav .submenu.submenu-3 .level-1 .level-1-list > li {
		width: 200px;
	}

	.nav .submenu.submenu-3 .level-2 .container {
		overflow: hidden;
	}

	/* .nav .submenu.submenu-3 .level-2 .level-2-list {
    width: 1350px;
    padding-right: 0;
  }*/
	.nav .submenu.submenu-3 .level-2 .level-2-list.lg {
		display: none;
	}

	.nav .submenu.submenu-3 .level-2 .level-2-list.md {
		display: block;
	}

	.nav .submenu.submenu-3 .level-2 .level-2-list.sm {
		display: none;
	}

	.nav .submenu.submenu-3 .level-2 .level-2-list > li {
		width: 200px;
		margin-right: 8px;
	}

	.nav .submenu.submenu-4 .level-2 .level-2-list > li:last-child {
		float: right;
		width: 260px;
	}

	.nav .submenu.submenu-4 .level-2 .level-2-list > li:last-child a {
		width: 260px;
		float: left;
		height: 320px;
		/*background-image: url("../uploads/294.png");*/
	}

	.nav .submenu.submenu-5 .level-2 .level-2-list.lg {
		display: none;
	}

	.nav .submenu.submenu-5 .level-2 .level-2-list.md {
		display: block;
	}

	.nav .submenu.submenu-5 .level-2 .level-2-list.sm {
		display: none;
	}

	.nav .submenu.submenu-6 .level-2 .level-2-list.lg {
		display: none;
	}

	.nav .submenu.submenu-6 .level-2 .level-2-list.md {
		display: block;
	}

	.nav .submenu.submenu-6 .level-2 .level-2-list.sm {
		display: none;
	}

	.nav .submenu.submenu-7 .level-2 .level-2-list > li {
		display: inline-block;
		width: 33.33%;
	}

	.nav-article {
		font-size: 15px;
		line-height: 18px;
	}

	.footer .f-info .info-cell {
		width: 235px;
		margin-left: 8px;
		padding-right: 10px;
	}

	.footer .f-info .info-cell:first-child {
		margin-left: 0;
	}

	.footer .f-menu .f-menu-list {
		width: 495px;
	}

	.footer .f-menu .f-menu-list > ul > li {
		width: 150px;
	}

	.footer .f-menu .f-menu-list > ul > li:first-child {
		width: 135px;
		margin-right: 130px;
	}

	.footer .f-menu .f-feedback {
		width: 235px;
		margin-right: 0;
	}

	.footer .f-shop .shop-list .shop-cell {
		width: 235px;
		height: 78px;
		margin-left: 8px;
	}

	.footer .f-shop .shop-list .shop-cell:first-child {
		margin-left: 0;
	}

	.footer .f-shop .shop-list .shop-cell a {
		font-size: 15px;
		line-height: 21px;
		background-size: contain;
	}

	.footer .f-shop .shop-list .shop-cell a > span > span {
		height: 78px;
	}

	.footer .f-shop .f-left-banner {
		width: 241px;
	}

	.footer .f-shop .f-left-banner img {
		height: 78px;
	}

	.footer .f-shop .f-social-list {
		width: 450px;
	}

	.footer .f-shop .f-social-list > span {
		font-size: 12px;
	}

	.footer.is-light .f-shop .shop-online {
		width: 454px;
	}

	.footer.is-light .f-shop .shop-online a {
		font-size: 15px;
		line-height: 21px;
	}

	.footer.is-light .f-shop .shop-online a > span > span {
		height: 173px;
	}

	.footer.is-light .f-shop .blog-shop .list-hidden {
		width: 490px;
	}

	.footer.is-light .f-shop .blog-shop .list-hidden .shop-list {
		width: 700px;
	}

	.footer.is-light .f-shop .blog-shop .list-hidden li {
		margin-right: 20px;
	}

	.bc-c-sort .sort-level-1 {
		float: none;
		border-bottom: 1px solid #e4e6e9;
		padding-bottom: 16px;
		margin-bottom: 12px;
	}

	.bc-c-sort .sort-level-2 {
		float: none;
		margin-left: 0;
	}

	.bc-c-sort .sorting-popular .popular-button,
	.bc-c-sort .sorting-collection .collection-button,
	.bc-c-sort .sorting-pager .pager-button {
		font-size: 13px;
		line-height: 19px;
	}

	.bc-c-sort .sorting-pager .pager-button .pager-active {
		font-family: "GothaProMed";
	}

	.bc-c-sort .pagination-inline > ul {
		margin: 0 30px;
	}

	.bc-c-sort .pagination-inline > ul > li > a, .bc-c-sort .pagination-inline > ul > li > span {
		font-size: 13px;
		line-height: 19px;
	}

	.bc-c-sort .pagination-inline .prev, .bc-c-sort .pagination-inline .next {
		line-height: 16px;
	}

	.bcc-post {
		width: 50%;
	}

	.bcc-post .bcc-inner .bcc-gift {
		right: -30px;
		top: -20px;
	}

	.bcc-post .bcc-inner .bcc-take {
		left: -30px;
		top: -20px;
		position: absolute;
	}

	.bcc-post .bcc-inner .bcc-stock {
		left: -30px;
	}

	.bcc-post .bcc-inner .bcc-brands {
		left: -30px;
		top: -20px;
	}

	.bcc-post.post-long {
		width: 100%;
	}

	.bcc-banner {
		width: 50%;
	}

	.bcc-banner .video-review ul li a > span {
		max-width: 205px;
	}

	.bcc-subscribe {
		width: 346px;
	}

	.bcc-subscribe .bcc-inner {
		width: 320px;
		margin-right: 10px;
	}

	.product-column .col-content {
		width: 744px;
	}

	.product-column .col-media {
		width: 420px;
	}

	.product-column .col-media .product-gallery {
		height: 482px;
	}

	.product-column .col-media .product-fullsize {
		width: 334px;
		height: 482px;
	}

	.product-column .col-media .product-fullsize .fullsize > span > span {
		height: 482px;
	}

	.product-column .col-media .product-watched .watched-list {
		width: 420px;
	}

	.product-column .col-media .product-prev .button {
		width: 66px;
		font-size: 11px;
		line-height: 17px;
		padding-left: 0;
		text-align: center;
	}

	.product-column .col-media .product-prev .button .icon {
		display: none;
	}

	.product-column .col-media .product-thumb {
		width: 66px;
	}

	.product-column .col-media .product-thumb .thumb-carousel {
		height: 300px;
	}

	.product-column .col-media .product-thumb ul > li {
		width: 66px;
		height: 75px;
	}

	.product-column .col-media .product-thumb .thumb-item {
		width: 66px;
		height: 66px;
	}

	.product-column .col-media .product-thumb .thumb-item > span > span {
		height: 60px;
	}

	.product-column .col-media .product-other > ul {
		padding: 10px 0;
	}

	.product-column .col-media .product-other > ul > li {
		width: 205px;
		margin-left: 10px;
		font-size: 13px;
		line-height: 19px;
	}

	.product-column .col-media .product-other > ul > li:first-child {
		margin-left: 0;
	}

	.product-column .col-media .product-other .item-photo .photo {
		width: 80px;
	}

	.product-column .col-media .brand-col {
		padding: 10px 0;
		margin-bottom: 20px;
	}

	.product-column .col-media .brand-col .col-table {
		width: 200px;
	}

	.product-column .col-media .brand-col .brand-photo {
		display: block;
		margin-bottom: 14px;
	}

	.product-column .col-media .brand-col .brand-list > ul > li {
		font-size: 13px;
		line-height: 19px;
		margin-top: 0;
	}

	.product-column .col-media .brand-col .share {
		width: 189px;
	}

	.product-column .col-media .brand-col .share p {
		font-size: 11px;
		line-height: 17px;
		line-height: 14px;
		margin-right: 0;
	}

	.product-column .col-media .brand-col .share .share-inline > ul > li {
		margin-left: 3px;
	}

	.product-column .col-media .brand-col .share .share-inline > ul > li:first-child {
		margin-left: 0;
	}

	.product-column .col-media .product-video > ul > li.hidden-md {
		display: none;
	}

	.product-column .col-media .product-blog .blog-user {
		margin-bottom: 16px;
	}

	.product-column .col-media .product-blog .blog-user .user-title {
		font-size: 17px;
		line-height: 21px;
	}

	.product-column .col-media .product-blog .blog-list {
		width: 440px;
	}

	.product-column .col-media .product-blog .blog-post {
		width: 189px;
		height: 218px;
		overflow: hidden;
		margin-right: 22px;
		margin-bottom: 10px;
	}

	.product-column .col-media .product-blog .post-photo {
		width: 189px;
		height: 108px;
		margin-bottom: 14px;
	}

	.product-column .col-media .product-blog .post-photo a:hover > span:before {
		width: 163px;
		height: 83px;
	}

	.product-column .col-media .product-blog .post-photo a > span > span {
		font-size: 15px;
		height: 108px;
	}

	.product-column .col-media .product-blog .post-title {
		font-size: 15px;
		line-height: 21px;
	}

	.product-column .col-media .product-blog .post-anons {
		font-size: 11px;
		line-height: 13px;
		padding-top: 7px;
	}

	.product-column .col-text {
		width: 304px;
		margin-right: 0;
	}

	.product-column .col-text .product-collapse {
		padding: 10px 20px;
	}

	.product-column .col-text .product-collapse .a-dashed {
		font-size: 11px;
		line-height: 17px;
	}

	.product-column .col-text .product-available .available-form .form-group .control {
		margin: 0 0 10px;
	}

	.product-column .col-text .product-available .available-form .form-group .button {
		width: 100%;
		position: relative;
	}

	.product-column .col-text .product-relative {
		padding: 20px;
	}

	.product-column .col-text .product-control .control-price > ul > li {
		font-size: 17px;
		line-height: 21px;
	}

	.product-column .col-text .product-control .control-button > ul > li {
		width: 125px;
	}

	.product-column .col-text .product-control .control-button .button {
		font-size: 13px;
	}

	.product-column .col-text .product-control .control-location {
		padding-top: 12px;
	}

	.product-column .col-text .product-control .control-store > ul > li {
		float: none;
		font-size: 17px;
		line-height: 21px;
		margin-top: 15px;
	}

	.product-column .col-text .product-control .control-store > ul > li:first-child {
		float: none;
		margin-top: 0;
	}

	.product-column .col-text .product-control .control-store .button {
		width: 100%;
	}

	.product-column .col-text .product-accordion .show table th {
		font-size: 11px;
		line-height: 17px;
	}

	.product-column .col-text .product-accordion .show table td {
		font-size: 11px;
		line-height: 17px;
	}

	.product-column .col-sidebar .product-similar .post-title, .product-column .col-sidebar .product-similar .post-price {
		font-size: 13px;
		line-height: 19px;
	}

	.product-watched .watched-list > ul > li {
		width: 168px;
		margin-left: 31px;
	}

	.product-watched .watched-list > ul > li:first-child {
		margin-left: 0;
	}

	.product-watched .watched-list > ul > li.hidden-md {
		display: none;
	}

	.product-set .st-row-cell {
		width: 33%;
	}

	.product-set .st-row-center {
		width: 34%;
	}

	.product-set .set-post .product-gallery {
		width: 501px;
	}

	.product-set .set-post .product-desc {
		width: 380px;
	}

	.product-set .set-post .product-desc .desc-inner {
		padding: 20px 29px;
	}

	.master .history .history-list {
		max-width: 710px;
	}

	.master .history .history-list > ul > li {
		margin-left: 25px;
	}

	.master .history .history-list > ul > li:first-child {
		margin-left: 0;
	}

	.master-content .mc-link {
		width: 185px;
	}

	.master-content .mc-link.last {
		width: 128px;
	}

	.master-content .mc-wish {
		width: 194px;
	}

	.master-content .mc-wish .wish-list {
		width: 194px;
	}

	.master-content .mc-wish .wish-list ul li.hidden-sm {
		display: none;
	}

	.master-content .mc-wish .wish-list ul li.visible-sm {
		display: block;
	}

	.master-content .mc-compare {
		width: 96px;
	}

	.master-content .mc-order-basket {
		padding-left: 22px;
	}

	.master-content .mc-order-basket u {
		display: none;
	}

	.master-content .mc-order {
		width: 176px;
	}

	.master-content .mc-order-summ {
		max-width: 90px;
		margin-left: 10px;
	}

	.master-content .mc-order-summ u {
		display: none;
	}

	.bc-page-offer .offer-column .offer-column-text {
		max-width: 650px;
	}

	.bc-page-offer .offer-list .post-photo {
		height: 220px;
	}

	.bc-page-offer .offer-list .post-submit .button {
		width: auto;
	}

	.bc-page-action .action-promo .promo-item {
		margin: 40px 0 0;
	}

	.bc-c-single .category-list > ul {
		width: 1000px;
	}

	.bc-c-single .category-list > ul > li {
		margin-right: 16px;
		width: 229px;
	}

	.bc-c-single .product-list .bcc-post {
		width: 321px;
	}

	.bc-c-single .product-list .bcc-post.hidden-sm {
		display: none;
	}

	.bc-c-product.responsive .bcc-post {
		width: 321px;
	}

	.bc-c-product.responsive .bcc-post .post-inner {
		width: 321px;
	}

	.home-navbar ul > li {
		width: 175px;
		text-align: center;
		padding-left: 0;
		margin-left: 0px;
	}

	.home-navbar ul > li:first-child {
		width: 110px;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
	}

	.home-navbar ul > li:last-child {
		float: right;
		width: auto;
	}

	.home-navbar ul > li .icon {
		display: none;
	}

	#pos1 {
		height: 967px;
	}

	#pos2, #pos3 {
		height: 645px;
	}

	#pos4 {
		height: 676px;
	}

	#pos4 .post-uniq.md {
		height: 213px;
	}

	#pos4 .vertical_rectangle {
		width: 322px;
	}

	#pos4 .small_square {
		width: 322px;
	}

	#pos4 .big_square {
		width: 322px;
		height: 249px;
	}

	#pos4 .horizontal_rectangle {
		width: 644px;
	}

	#pos5 {
		height: 1289px;
	}

	#pos5 .tile-1024__pos_5 {
		border-left: 1px solid #cbd0d4;
	}

	#pos5 .post-vertical {
		height: 644px;
	}

	#pos5 .post-vertical .post-photo > span > span {
		height: 644px;
	}

	#pos5 .post-vertical.blog {
		border-right: none;
	}

	#pos5 .post-vertical.small {
		height: 322px;
	}

	#pos5 .post-vertical.small .post-photo > span > span {
		height: 322px;
	}

	#pos5 .vertical_rectangle {
		width: 322px;
		height: 644px;
	}

	#pos5 .vertical_rectangle .post-vertical {
		height: 644px;
	}

	#pos5 .vertical_rectangle .post-vertical .post-photo > span > span {
		height: 644px;
	}

	#pos5 .small_square {
		width: 322px;
		height: 322px;
	}

	#pos5 .big_square {
		width: 644px;
		height: 644px;
	}

	#pos5 .big_square .post-vertical {
		width: 644px;
		height: 644px;
	}

	#pos5 .big_square .post-vertical .post-photo > span > span {
		height: 644px;
	}

	#pos5 .horizontal_rectangle {
		width: 644px;
		height: 322px;
	}

	#pos6 {
		height: 645px;
	}

	#pos6 .tile-1024__pos_5 {
		border-left: 1px solid #cbd0d4;
	}

	#pos6 .post-vertical {
		height: 644px;
	}

	#pos6 .post-vertical .post-photo > span > span {
		height: 644px;
	}

	#pos6 .post-vertical.blog {
		border-right: none;
	}

	#pos6 .post-vertical.small {
		height: 322px;
	}

	#pos6 .post-vertical.small .post-photo > span > span {
		height: 322px;
	}

	#pos6 .vertical_rectangle {
		width: 322px;
		height: 644px;
	}

	#pos6 .vertical_rectangle .post-vertical {
		height: 644px;
	}

	#pos6 .vertical_rectangle .post-vertical .post-photo > span > span {
		height: 644px;
	}

	#pos6 .small_square {
		width: 322px;
		height: 322px;
	}

	#pos6 .big_square {
		width: 644px;
		height: 644px;
	}

	#pos6 .big_square .post-vertical {
		width: 644px;
		height: 644px;
	}

	#pos6 .big_square .post-vertical .post-photo > span > span {
		height: 644px;
	}

	#pos6 .horizontal_rectangle {
		width: 644px;
		height: 322px;
	}

	#pos7 {
		height: 645px;
	}

	#pos7 .post-vertical {
		height: 644px;
	}

	#pos7 .post-vertical .post-photo > span > span {
		height: 644px;
	}

	#pos7 .post-vertical.blog {
		border-right: none;
	}

	#pos7 .post-vertical.small {
		height: 322px;
	}

	#pos7 .post-vertical.small .post-photo > span > span {
		height: 322px;
	}

	#pos7 .vertical_rectangle {
		width: 322px;
		height: 644px;
	}

	#pos7 .vertical_rectangle .post-vertical {
		height: 644px;
	}

	#pos7 .vertical_rectangle .post-vertical .post-photo > span > span {
		height: 644px;
	}

	#pos7 .small_square {
		width: 322px;
		height: 322px;
	}

	#pos7 .big_square {
		width: 644px;
		height: 644px;
	}

	#pos7 .big_square .post-vertical {
		width: 644px;
		height: 644px;
	}

	#pos7 .big_square .post-vertical .post-photo > span > span {
		height: 644px;
	}

	#pos7 .horizontal_rectangle {
		width: 644px;
		height: 322px;
	}

	#pos8 {
		width: 692px;
		height: 1385px;
	}

	#pos8 .horizontal_rectangle {
		width: 692px;
		height: 346px;
		border-left: 1px solid #cbd0d4;
	}

	#pos8 .small_square {
		width: 346px;
		height: 346px;
	}

	#pos8 .big_square {
		width: 692px;
		height: 692px;
		border-right: none;
	}

	#pos8 .post-vertical {
		height: 692px;
	}

	#pos8 .post-vertical.small {
		height: 346px;
	}

	#pos8 .post-vertical.small.blog {
		border-left: 1px solid #cbd0d4 !important;
		border-right: none;
	}

	#pos8 .post-vertical.small .post-photo > span > span {
		height: 346px;
	}

	#pos9 {
		width: 692px;
		height: 1039px;
	}

	#pos9 .horizontal_rectangle {
		width: 692px;
		height: 346px;
	}

	#pos9 .small_square {
		width: 346px;
		height: 346px;
	}

	#pos9 .post-vertical {
		height: 692px;
	}

	#pos9 .post-vertical.small {
		height: 346px;
	}

	#pos9 .post-vertical.small.blog {
		border-left: 1px solid #cbd0d4 !important;
		border-right: none;
	}

	#pos9 .post-vertical.small .post-photo > span > span {
		height: 346px;
	}

	#pos10 {
		width: 692px;
		height: 1039px;
	}

	#pos10 .horizontal_rectangle {
		width: 692px;
		height: 346px;
	}

	#pos10 .small_square {
		width: 346px;
		height: 346px;
	}

	#pos10 .post-vertical {
		height: 692px;
	}

	#pos10 .post-vertical.small {
		height: 346px;
	}

	#pos10 .post-vertical.small.blog {
		border-left: 1px solid #cbd0d4 !important;
		border-right: none;
	}

	#pos10 .post-vertical.small .post-photo > span > span {
		height: 346px;
	}

	.tile-page .post-vertical {
		height: 644px;
	}

	.tile-page .post-vertical.small {
		height: 322px;
	}

	.tile-page .post-vertical.blog {
		border-right: 1px solid #cbd0d4;
	}

	.home-carousel .post {
		width: 692px;
	}

	.home-blog .blog-item .blog-post {
		margin-right: 17px;
	}

	.home-blog .blog-item .blog-post.hidden-xs {
		display: none;
	}

	.all-shops .home-blog .blog-item .blog-post {
		margin-right: 72px;
	}

	.content-page .options-order-product .product-cell {
		width: 50%;
	}

	.content-page .options-order-product .product-cell > span > span {
		height: 250px;
	}

	.content-page .option-order-payment .payment-content {
		width: 624px;
	}

	.content-page .option-order-payment .payment-sidebar {
		width: 300px;
	}

	.page-faq .search, .page-faq .faq-column .column-content {
		width: 654px;
	}

	.page-faq .faq-column .column-sidebar {
		width: 270px;
	}

	.b-long {
		width: 671px;
	}

	.tech-page .content {
		padding: 0 30px;
	}

	.tech-page .tech-head .tech-name {
		margin-left: 100px;
	}

	.tech-page .product-blog .blog-post {
		margin-right: 43px;
	}

	.page-shop .shop-head .head-left {
		width: 660px;
	}

	.page-shop .shop-item .item-content {
		width: 660px;
	}

	.page-shop .shop-item .item-sidebar {
		width: 246px;
	}

	.page-shop .shop-item .c-tel {
		font-size: 21px;
		line-height: 24px;
	}

	.page-shop .shop-item .transition .transition-step > ul > li {
		width: 241px;
	}

	.offer-shop .offer-column .offer-t > span > span {
		height: 260px;
		padding: 0 20px;
	}

	.offer-shop .offer-column .offer-t .t-title {
		width: 100%;
	}

	.offer-shop .offer-column .offer-t .t-text {
		width: 100%;
	}

	.offer-shop .offer-column .offer-t .t-more {
		width: 100%;
	}

	.page-subscribe .item-category {
		overflow: hidden;
	}

	.page-subscribe .item-category > ul {
		width: 1200px;
	}

	.page-brands .brands-cell > ul {
		width: 1000px;
	}

	.page-brands .brands-cell > ul > li {
		width: 138px;
	}

	.page-brands .brands-cell > ul > li .center > span {
		height: 73px;
	}

	.page-brands .alphabet-head > ul > li {
		padding-left: 25px;
	}

	.page-brands .alphabet-head > ul > li:first-child {
		padding-left: 0;
	}

	.page-brands .alphabet-list .list {
		width: 1000px;
	}

	.page-brands .alphabet-list .list-item {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 215px;
		margin-bottom: 30px;
	}

	.p-pickup {
		width: 964px;
		margin-left: -482px;
	}

	.compare-header .product-fixed {
		width: 729px;
	}

	.compare-header .product-fixed .product {
		width: 243px;
	}

	.compare-body td {
		width: 243px;
	}

	.assortment-shop .cat-hidden {
		width: 1300px;
	}

	.assortment-shop .cat {
		width: 241px;
	}

	.search-noresult .need-col-1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.search-noresult .col-list ul {
		float: left;
		width: 50%;
	}

	.search-noresult .need-col-2 {
		width: 100%;
	}

	.blog-promo .promo-left {
		display: block;
	}

	.blog-promo .promo-center {
		padding-right: 240px;
	}

	.blog-promo .promo-right {
		display: block;
		width: 240px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	.blog-last .last-list {
		width: 964px;
	}

	.blog-last .post {
		width: 308px;
		margin-right: 20px;
	}

	.blog-last .post-slider {
		width: 636px;
		margin-right: 20px;
	}

	.blog-last .post-slider .post-product {
		width: 269px;
	}

	.blog-last .post-photo .photo-row .photo-cell {
		height: 322px;
	}

	.home-slider .slide {
		height: 304px;
	}

	.home-slider .post {
		height: 332px;
		margin-top: -15px;
	}

	.home-slider .post-fixed {
		padding-top: 130px;
	}

	.home-slider .post-title {
		font-size: 22px;
		line-height: 28px;
	}

	.home-slider .post-title p {
		max-width: 320px;
		margin: 0 auto;
	}

	.home-slider .post-text {
		display: none;
	}

	.home-slider .post-button {
		bottom: 42px;
	}

	.bc-monobrand-des {
		height: 120px;
	}

	.bc-monobrand-des ul li {
		width: 45%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 1023px) {
	.bc-monobrand-des {
		height: 110px;
	}

	.bc-monobrand-des ul li {
		width: 49%;
		font-size: 13px;
		padding: 5px 0;
		font-size: 12px;
	}

	.bc-monobrand-des ul li .icon {
		display: none;
	}

	.wrapper {
		overflow: hidden;
	}

	.ts-brands-s.visible-sm, .ts-social.visible-sm {
		display: block;
	}

	.navbar .navbar-city .your-city-row {
		font-size: 11px;
		line-height: 17px;
	}

	.navbar .navbar-shop {
		float: left;
		margin-top: 9px;
		margin-left: 18px;
		position: relative;
		top: 0;
		left: 0;
	}

	.navbar .navbar-shop .button-select {
		width: auto;
		padding: 0;
		background-color: transparent;
		font-size: 11px;
		line-height: 17px;
		color: #536e84;
	}

	.navbar .navbar-shop .button-select .icon {
		font-size: 7px;
		color: #738ea2;
		position: relative;
		top: -1px;
		right: 0;
		margin-left: 4px;
	}

	.navbar .navbar-shop .button-select .icon:before {
		content: "";
	}

	.navbar .navbar-shop .button-select:hover {
		background-color: transparent;
		color: #8099ab;
	}

	.navbar .navbar-city, .navbar .navbar-shop {
		margin-top: 0;
	}

	.navbar .navbar-menu {
		float: none;
		margin-left: 212px;
	}

	.navbar .navbar-menu > ul, .home-navbar ul {
		display: block;
		text-align: justify;
		text-justify: newspaper;
		zoom: 1;
	}

	.navbar .navbar-menu > ul:after, .home-navbar ul:after {
		width: 100%;
		content: '';
		display: inline-block;
	}

	.home-navbar ul > li {
		float: none;
		display: inline-block !important;
		vertical-align: top;
	}

	.navbar .navbar-menu > ul > li {
		font-size: 11px;
		line-height: 17px;
		float: none;
		display: inline-block;
	}

	.navbar .navbar-menu > ul > li:before {
		left: -3vw;
	}

	.navbar .navbar-menu > ul > li.hidden-sm {
		display: none;
	}

	.header-cell .cell-logo {
		width: 185px;
	}

	.header-cell .cell-logo .icon-logo.lg {
		width: 162px;
		height: 36px;
	}

	.header-cell .cell-logo .icon-logo.lg .logo {
		font-size: 162px;
		top: -63px;
	}

	.header-cell .cell-callme {
		margin-left: 0;
	}

	.header-cell .cell-phone {
		margin-top: 20px;
	}

	.header-cell .cell-phone > ul > li {
		width: 150px;
		margin-left: 30px;
	}

	.header-cell .cell-phone > ul > li:first-child {
		margin-left: 0;
	}

	.header-cell .cell-phone > ul > li > a {
		font-size: 15px;
		line-height: 26px;
	}

	.header-cell .cell-phone > ul > li u {
		display: none;
	}

	.header-cell .cell-callme {
		margin-left: 0;
	}

	.header-cell .cell-callme span {
		display: none;
	}

	.header-cell .cell-callme span.icon {
		display: inline-block !important;
		font-size: 18px;
	}

	.header-cell .cell-search {
		width: 140px;
		border-left: 1px solid #e4e7e9;
	}

	.nav .nav-menu {
		text-align: justify;
		text-justify: newspaper;
		zoom: 1;
	}

	.nav .nav-menu:after {
		width: 100%;
		content: '';
		display: inline-block;
	}

	.nav .nav-menu > li {
		line-height: 17px;
		float: none;
		display: inline-block;
	}

	.nav .nav-menu > li:hover:first-child .shadow {
		width: 91px !important;
	}

	.nav .nav-menu > li.item-6 a, .nav .nav-menu > li.item-7 a, .nav .nav-menu > li.item-4 a {
		padding-top: 24px;
		padding-bottom: 20px;
	}

	.nav .nav-menu > li.item-6 a .icon, .nav .nav-menu > li.item-7 a .icon {
		display: inline-block;
	}

	.nav .submenu.submenu-7 .level-2 .alphabet-list > ul > li a {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.nav .nav-menu > li > a {
		text-align: left;
		padding: 14px 13px 13px 13px;
	}

	.nav .nav-menu > li > a > span {
		display: block;
	}

	.nav .nav-menu > li .button-brands {
		width: 110px;
	}

	.nav .submenu.submenu-1 .submenu-rel {
		position: relative;
		padding-bottom: 70px;
	}

	.nav .submenu.submenu-1 .level-1 .container {
		position: static;
	}

	.nav .submenu.submenu-1 .level-1 .level-1-list > li {
		float: left;
		width: 188px;
		font-size: 13px;
		line-height: 19px;
	}

	.nav .submenu.submenu-1 .level-1 .level-1-list > li:last-child, .nav .submenu.submenu-1 .level-1 .level-1-list > li.last {
		width: 164px;
	}

	.nav .submenu.submenu-1 .level-2 {
		padding: 0;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list {
		padding-right: 0;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li {
		width: 170px;
		margin: 15px 0;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li:last-child {
		width: 100%;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li:last-child li {
		display: inline-block;
		width: 170px;
	}

	.nav .submenu.submenu-1 .level-2 .level-2-list > li:last-child li:first-child {
		width: 100%;
	}

	.nav .submenu.submenu-2 .level-2 .level-2-list {
		width: 800px;
	}

	.nav .submenu.submenu-2 .level-2 .level-2-list > li {
		width: 100%;
		margin-right: 25px;
	}

	.nav .submenu.submenu-2 .level-2 .level-2-list > li.last {
		float: none;
		clear: both;
		display: inline-block;
		margin-top: 40px;
	}

	.nav .submenu.submenu-2 .level-2 .level-2-list > li li {
		display: inline-block;
		width: 225px;
		margin-top: 8px !important;
		vertical-align: top;
	}

	.nav .submenu.submenu-2 .level-2 .level-2-list > li li strong {
		margin-bottom: 0;
	}

	/*
  .nav .submenu.submenu-3 .level-2 .level-2-list.lg {
    display: none;
  }
  .nav .submenu.submenu-3 .level-2 .level-2-list.md {
    display: none;
  }
  .nav .submenu.submenu-3 .level-2 .level-2-list.sm {
    display: block;
  }
  .nav .submenu.submenu-3 .level-2 .level-2-list > li {
    margin-right: 10px;
    width: 220px;
  }*/
	.nav .submenu.submenu-4 .level-2 .level-2-list > li:last-child {
		width: 100%;
	}

	.nav .submenu.submenu-5 .level-2 .level-2-list.lg {
		display: none;
	}

	.nav .submenu.submenu-5 .level-2 .level-2-list.md {
		display: none;
	}

	.nav .submenu.submenu-5 .level-2 .level-2-list.sm {
		display: block;
	}

	.nav .submenu.submenu-6 .level-2 .level-2-list.lg {
		display: none;
	}

	.nav .submenu.submenu-6 .level-2 .level-2-list.md {
		display: none;
	}

	.nav .submenu.submenu-6 .level-2 .level-2-list.sm {
		display: block;
	}

	.nav .submenu .submenu-rel {
		position: relative;
	}

	.nav .submenu .choose {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 100;
		border-top: 1px solid #f2f4f6;
		padding: 20px 20px 10px 20px;
	}

	.nav-article {
		font-size: 13px;
		line-height: 16px;
	}

	.footer .f-info .info-cell {
		width: 50%;
		height: 130px;
		margin-left: 0;
		padding-right: 45px;
	}

	.footer .f-menu .f-menu-list {
		width: 230px;
	}

	.footer .f-menu .f-menu-list > ul > li {
		float: none;
		width: 100%;
	}

	.footer .f-menu .f-menu-list > ul > li:first-child {
		width: 100%;
		margin-right: 0;
	}

	.footer .f-menu .f-menu-list > ul > li > ul > li {
		margin-top: 1px;
	}

	.footer .f-menu .f-menu-list > ul > li.level-1 {
		margin-bottom: 15px;
	}

	.footer .f-menu .f-menu-list > ul > li.level-2 strong {
		display: none;
	}

	.footer .f-menu .f-feedback {
		width: 219px;
		margin-right: 12px;
	}

	.footer .f-shop {
		text-align: center;
	}

	.footer .f-shop .shop-list .shop-cell {
		width: 172px;
		height: 74px;
	}

	.footer .f-shop .shop-list .shop-cell a > span > span {
		height: 74px;
	}

	.shop-list-wrapper .shop-list:last-child {
		float: none;
	}

	.footer .f-shop .f-left-banner {
		margin: 30px 30px 0 0;
	}

	.footer .f-social {
		padding-top: 28px;
	}

	.footer .f-social .f-social-list .name {
		display: none;
	}

	.footer .f-social .f-social-list > ul {
		margin-left: 0;
	}

	.footer .f-social .f-social-list > ul > li .icon {
		font-size: 32px;
	}

	.footer .f-copyright .copyright-text {
		max-width: 460px;
	}

	.footer .f-copyright .copyright-text span {
		display: block;
	}

	.footer.is-light .f-shop .shop-online {
		width: 344px;
	}

	.footer.is-light .f-shop .shop-online a {
		font-size: 15px;
		line-height: 21px;
	}

	.footer.is-light .f-shop .shop-online a > span > span {
		height: 165px;
	}

	.footer.is-light .f-shop .blog-shop .list-hidden {
		width: 364px;
	}

	.footer.is-light .f-shop .blog-shop .list-hidden .shop-list {
		width: 400px;
	}

	.bcc-post, .bcc-subscribe {
		/*width: 228px;*/
		width: 50% !important;
	}

	.bcc-post.post-long {
		width: 456px;
	}

	.bcc-post .bcc-inner {
		width: 210px;
	}

	.bcc-post .bcc-inner .bcc-gift {
		right: 0;
		top: -30px;
	}

	.bcc-post .bcc-inner .bcc-take {
		left: 0;
		top: -30px;
		position: absolute;
	}

	.bcc-post .bcc-inner .bcc-stock {
		left: 0;
	}

	.bcc-post .bcc-inner .bcc-brands {
		left: 0;
		top: -30px;
	}

	.bcc-post .bcc-button .button {
		width: 90px;
	}

	.bcc-banner {
		/*width: 228px;*/
		width: 50%;
	}

	.bcc-banner .video-review {
		padding: 25px 15px;
	}

	.bcc-banner .video-review ul li a > span {
		max-width: 117px;
	}

	.bcc-banner .video-review-more-title {
		padding-left: 4px !important;
	}

	.bcc-banner .bcc-inner {
		width: 210px;
	}

	.bcc-subscribe {
		width: 228px;
	}

	.bcc-subscribe .bcc-inner {
		width: 218px;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.product-column {
		display: block;
	}

	.product-column .col-content {
		float: none;
		display: table;
		width: 100%;
		*zoom: 1;
		zoom: 1;
		*display: inline;
	}

	.product-column .col-content:after {
		content: " ";
		display: table;
		clear: both;
	}

	.product-column .col-text {
		width: 284px;
	}

	.product-column .col-text .product-control .control-button > ul > li {
		width: 115px;
	}

	.product-column .col-text .product-link > ul > li {
		font-size: 11px;
		line-height: 17px;
	}

	.product-column .col-text .product-link .button {
		font-size: 11px;
		line-height: 17px;
	}

	.product-column .col-sidebar {
		width: 100%;
	}

	.product-column .col-sidebar .product-similar {
		float: none;
		width: 100%;
		padding-top: 20px;
	}

	.product-column .col-sidebar .product-similar .similar-title {
		color: #000;
	}

	.product-column .col-sidebar .product-similar .control-prev, .product-column .col-sidebar .product-similar .control-next {
		display: none;
	}

	.product-column .col-sidebar .product-similar .similar-content {
		height: auto;
	}

	.product-column .col-sidebar .product-similar .similar-content > ul {
		width: 10000px;
		height: auto;
		overflow: hidden;
	}

	.product-column .col-sidebar .product-similar .similar-content > ul > li {
		float: left;
		width: 224px;
		margin-left: 28px;
		border: none;
	}

	.product-column .col-sidebar .product-similar .similar-content > ul > li:first-child {
		margin-left: 0;
	}

	.product-column .col-sidebar .product-similar .post {
		border-bottom: none;
	}

	.product-watched .watched-list {
		overflow: hidden;
	}

	.product-watched .watched-list > ul {
		width: 1000px;
	}

	.product-watched .watched-list > ul > li {
		width: 224px;
		margin-left: 28px;
	}

	.product-watched .watched-list > ul > li:first-child {
		margin-left: 0;
	}

	.product-watched .watched-list > ul > li.hidden-sm {
		display: none;
	}

	.product-set .set-post .product-gallery {
		width: 360px;
		height: 482px;
	}

	.product-set .set-post .product-gallery .fullsize > span > span {
		height: 482px;
	}

	.product-set .set-post .product-thumb {
		width: 66px;
	}

	.product-set .set-post .product-thumb .thumb-carousel {
		height: 295px;
	}

	.product-set .set-post .product-thumb ul > li {
		width: 66px;
		height: 75px;
	}

	.product-set .set-post .product-thumb .thumb-item {
		width: 66px;
		height: 66px;
	}

	.product-set .set-post .product-thumb .thumb-item > span > span {
		height: 60px;
	}

	.product-set .set-post .product-desc {
		width: 284px;
	}

	.product-set .set-post .product-desc .desc-inner {
		padding: 10px 20px;
	}

	.product-set .set-post .product-desc .post-price > ul > li {
		font-size: 17px;
		line-height: 21px;
	}

	.product-set .set-post .product-desc .post-button > ul > li {
		width: 125px;
	}

	.product-set .set-post .product-desc .post-button .button {
		font-size: 13px;
	}

	.product-set .set-post .product-desc .post-table th, .product-set .set-post .product-desc .post-table td {
		font-size: 11px;
		line-height: 17px;
	}

	.master .container {
		padding-left: 0;
		padding-right: 0;
	}

	.master .history .history-list {
		max-width: 492px;
	}

	.master .history .history-list > ul > li {
		margin-left: 52px;
	}

	.master-content .mc-row-panel {
		height: 52px;
	}

	.master-content .mc-link {
		width: 98px;
		text-align: left;
	}

	.master-content .mc-link > a, .master-content .mc-link > span {
		height: 52px;
		font-size: 11px;
		line-height: 17px;
		font-family: "GothaProReg";
		line-height: 13px;
		padding-left: 15px;
		padding-top: 13px;
	}

	.master-content .mc-link > a b, .master-content .mc-link > span b {
		display: block;
		font-family: "GothaProReg";
	}

	.master-content .mc-link.last {
		width: 98px;
		padding-left: 0;
		text-align: center;
	}

	.master-content .mc-link.last > a, .master-content .mc-link.last > span {
		padding-top: 20px;
	}

	.master-content .mc-link.last strong {
		display: none;
	}

	.master-content .mc-wish {
		height: 52px;
	}

	.master-content .mc-compare {
		width: 90px;
		height: 52px;
		padding-top: 18px;
		font-size: 11px;
		line-height: 17px;
		font-family: "GothaProReg";
	}

	.master-content .mc-order-basket {
		padding-left: 22px;
	}

	.master-content .mc-order-basket u {
		display: none;
	}

	.master-content .mc-order {
		width: 190px;
		height: 52px;
		padding-top: 5px;
	}

	.master-content .mc-order-summ {
		max-width: 90px;
		margin-left: 10px;
	}

	.master-content .mc-order-summ u {
		display: none;
	}

	.hidden-sm {
		display: none;
	}

	.bc-page-offer .offer-column .offer-column-text {
		max-width: 420px;
		font-size: 13px;
		line-height: 19px;
	}

	.bc-page-offer .offer-list .post-photo {
		height: 200px;
	}

	.bc-page-offer .offer-list .post-submit .button {
		width: auto;
	}

	.bc-page-offer .offer-list .list-fixed {
		width: 100%;
	}

	.bc-page-offer .offer-list .list-fixed .post-photo {
		height: 240px;
	}

	.bc-page-action .action-content .action-row.row-center:before {
		display: none;
	}

	.bc-page-action .action-content .action-row.row-center:after {
		display: none;
	}

	.bc-page-action .action-content .action-row.row-center .row-text {
		padding: 30px;
		text-align: left;
	}

	.bc-page-action .action-content .action-row .row-photo {
		display: block;
		width: 100%;
		padding-bottom: 9px;
	}

	.bc-page-action .action-content .action-row .row-text {
		display: block;
		width: 100%;
	}

	.bc-c-single .category-list > ul {
		width: 800px;
	}

	.bc-c-single .category-list > ul > li {
		width: 232px;
	}

	.bc-c-single .product-list .bcc-post {
		width: 242px;
	}

	.bc-c-product.responsive .bcc-post {
		width: 364px;
	}

	.bc-c-product.responsive .bcc-post .post-inner {
		width: 364px;
	}

	.home-navbar ul {
		padding-top: 19px;
	}

	.home-navbar ul > li {
		width: 120px;
		margin-left: 6px;
		font-size: 11px;
		line-height: 17px;
		line-height: 14px;
		font-family: "GothaProMed";
	}

	.home-navbar ul > li.hidden-xs {
		display: none;
	}

	.home-navbar ul > li.visible-xs {
		display: block;
	}

	.home-navbar ul > li:first-child {
		width: 90px;
		margin-left: 0;
	}

	.home-navbar ul > li u {
		display: block;
	}

	.home-navbar ul > li:last-child {
		float: left;
		width: 120px;
	}

	#pos1, #pos2, #pos3 {
		width: 680px;
		margin: 0 auto 45px auto;
	}

	#pos2, #pos3 {
		height: 681px;
	}

	#pos1 {
		height: 1021px;
	}

	#pos1 .small_square {
		height: 340px;
	}

	#pos1 .big_square {
		height: 340px;
	}

	#pos1 .big_square .post-vertical {
		height: 340px;
	}

	#pos1 .big_square .post-photo {
		height: 340px;
	}

	#pos1 .big_square .post-photo > span > span {
		height: 340px;
	}

	#pos4 {
		max-width: 729px;
		margin-left: -4px;
		height: 766px !important;
		margin: 0 auto;
	}

	#pos4 .post-uniq.lg {
		height: 510px;
	}

	#pos4 .post-uniq.md {
		height: 255px;
	}

	#pos4 .post-uniq.sm {
		height: 170px;
	}

	#pos4 .post-vertical {
		height: 680px;
	}

	#pos4 .post-vertical .post-photo > span > span {
		height: 510px;
	}

	#pos4 .post-vertical.blog {
		border-right: none;
	}

	#pos4 .post-vertical.small {
		height: 340px;
	}

	#pos4 .post-vertical.small .post-photo > span > span {
		height: 340px;
	}

	#pos4 .vertical_rectangle {
		width: 340px;
		height: 510px;
	}

	#pos4 .vertical_rectangle .post-vertical {
		height: 510px;
	}

	#pos4 .vertical_rectangle .post-vertical .post-photo > span > span {
		height: 510px;
	}

	#pos4 .big_square {
		width: 340px;
		height: 255px;
	}

	#pos4 .small_square {
		width: 340px;
		height: 170px;
	}

	#pos4 .horizontal_rectangle {
		width: 680px;
		height: 340px;
	}

	#pos5 {
		max-width: 680px;
		height: 2041px;
		margin: 0 auto 45px auto;
	}

	#pos5 .tile-728__pos_3 {
		border-left: 1px solid #cbd0d4;
	}

	#pos5 .post-vertical {
		height: 680px;
	}

	#pos5 .post-vertical .post-photo > span > span {
		height: 680px;
	}

	#pos5 .post-vertical.blog {
		border-right: none;
	}

	#pos5 .post-vertical.small {
		height: 340px;
	}

	#pos5 .post-vertical.small .post-photo > span > span {
		height: 340px;
	}

	#pos5 .vertical_rectangle {
		width: 340px;
		height: 680px;
	}

	#pos5 .vertical_rectangle .post-vertical {
		height: 680px;
	}

	#pos5 .vertical_rectangle .post-vertical .post-photo > span > span {
		height: 680px;
	}

	#pos5 .small_square {
		width: 340px;
		height: 340px;
	}

	#pos5 .big_square {
		width: 680px;
		height: 680px;
	}

	#pos5 .big_square .post-vertical {
		width: 680px;
		height: 680px;
	}

	#pos5 .big_square .post-vertical .post-photo > span > span {
		height: 680px;
	}

	#pos5 .horizontal_rectangle {
		width: 680px;
		height: 340px;
	}

	#pos6 {
		max-width: 680px;
		height: 1361px;
		margin: 0 auto 45px auto;
	}

	#pos6 .tile-728__pos_3 {
		border-left: 1px solid #cbd0d4;
	}

	#pos6 .post-vertical {
		height: 680px;
	}

	#pos6 .post-vertical .post-photo > span > span {
		height: 680px;
	}

	#pos6 .post-vertical.blog {
		border-right: none;
	}

	#pos6 .post-vertical.small {
		height: 340px;
	}

	#pos6 .post-vertical.small .post-photo > span > span {
		height: 340px;
	}

	#pos6 .vertical_rectangle {
		width: 340px;
		height: 680px;
	}

	#pos6 .vertical_rectangle .post-vertical {
		height: 680px;
	}

	#pos6 .vertical_rectangle .post-vertical .post-photo > span > span {
		height: 680px;
	}

	#pos6 .small_square {
		width: 340px;
		height: 340px;
	}

	#pos6 .big_square {
		width: 680px;
		height: 680px;
	}

	#pos6 .big_square .post-vertical {
		width: 680px;
		height: 680px;
	}

	#pos6 .big_square .post-vertical .post-photo > span > span {
		height: 680px;
	}

	#pos6 .horizontal_rectangle {
		width: 680px;
		height: 340px;
	}

	#pos7 {
		max-width: 680px;
		height: 1361px;
		margin: 0 auto 45px auto;
	}

	#pos7 .tile-728__pos_3 {
		border-left: 1px solid #cbd0d4;
	}

	#pos7 .post-vertical {
		height: 680px;
	}

	#pos7 .post-vertical .post-photo > span > span {
		height: 680px;
	}

	#pos7 .post-vertical.blog {
		border-right: none;
	}

	#pos7 .post-vertical.small {
		height: 340px;
	}

	#pos7 .post-vertical.small .post-photo > span > span {
		height: 340px;
	}

	#pos7 .vertical_rectangle {
		width: 340px;
		height: 680px;
	}

	#pos7 .vertical_rectangle .post-vertical {
		height: 680px;
	}

	#pos7 .vertical_rectangle .post-vertical .post-photo > span > span {
		height: 680px;
	}

	#pos7 .small_square {
		width: 340px;
		height: 340px;
	}

	#pos7 .big_square {
		width: 680px;
		height: 680px;
	}

	#pos7 .big_square .post-vertical {
		width: 680px;
		height: 680px;
	}

	#pos7 .big_square .post-vertical .post-photo > span > span {
		height: 680px;
	}

	#pos7 .horizontal_rectangle {
		width: 680px;
		height: 340px;
	}

	#pos8 {
		height: 1141px;
		max-width: 456px;
	}

	#pos8 .horizontal_rectangle {
		width: 456px;
		height: 228px;
	}

	#pos8 .big_square {
		width: 456px;
		height: 456px;
	}

	#pos8 .big_square .post-vertical .post-photo > span > span {
		padding: 100px 20px;
	}

	#pos8 .small_square {
		width: 456px;
		height: 456px;
	}

	#pos8 .small_square .post-vertical.small {
		height: 456px;
	}

	#pos8 .small_square .post-vertical.small .post-photo > span > span {
		height: 456px;
	}

	#pos8 .post-vertical {
		height: 456px;
	}

	#pos8 .post-vertical.small, #pos8 .post-vertical.blog {
		height: 228px;
	}

	#pos8 .post-vertical.small .post-photo > span > span, #pos8 .post-vertical.blog .post-photo > span > span {
		height: 228px;
	}

	#pos8 .post-vertical .post-photo > span > span {
		height: 456px;
	}

	#pos9 {
		height: 2053px;
		max-width: 456px;
	}

	#pos9 .horizontal_rectangle {
		width: 456px;
		height: 228px;
	}

	#pos9 .big_square {
		width: 456px;
		height: 456px;
	}

	#pos9 .big_square .post-vertical .post-photo > span > span {
		padding: 100px 20px;
	}

	#pos9 .small_square {
		width: 456px;
		height: 456px;
	}

	#pos9 .small_square .post-vertical.small {
		height: 456px;
	}

	#pos9 .small_square .post-vertical.small .post-photo > span > span {
		height: 456px;
	}

	#pos9 .post-vertical {
		height: 456px;
	}

	#pos9 .post-vertical.small, #pos9 .post-vertical.blog {
		height: 228px;
	}

	#pos9 .post-vertical.small .post-photo > span > span, #pos9 .post-vertical.blog .post-photo > span > span {
		height: 228px;
	}

	#pos9 .post-vertical .post-photo > span > span {
		height: 456px;
	}

	#pos10 {
		height: 2053px;
		max-width: 456px;
	}

	#pos10 .post-vertical .post-price.up {
		bottom: 360px;
	}

	#pos10 .horizontal_rectangle {
		width: 456px;
		height: 228px;
	}

	#pos10 .big_square {
		width: 456px;
		height: 456px;
	}

	#pos10 .big_square .post-vertical .post-photo > span > span {
		padding: 100px 20px;
	}

	#pos10 .small_square {
		width: 456px;
		height: 456px;
	}

	#pos10 .small_square .post-vertical.small {
		height: 456px;
	}

	#pos10 .small_square .post-vertical.small .post-photo > span > span {
		height: 456px;
	}

	#pos10 .post-vertical {
		height: 456px;
	}

	#pos10 .post-vertical.small, #pos10 .post-vertical.blog {
		height: 228px;
	}

	#pos10 .post-vertical.small .post-photo > span > span, #pos10 .post-vertical.blog .post-photo > span > span {
		height: 228px;
	}

	#pos10 .post-vertical .post-photo > span > span {
		height: 456px;
	}

	.tile-page .post-vertical {
		height: 680px;
	}

	.tile-page .post-vertical.small {
		height: 340px;
	}

	.home-carousel .post {
		width: 456px;
		height: 314px;
	}

	.home-carousel .post-text {
		top: 50px;
	}

	.home-blog .blog-item {
		width: 680px;
		margin: 0 auto;
	}

	.home-blog .blog-item .blog-list {
		width: 800px;
	}

	.home-blog .blog-item .blog-post {
		width: 314px;
		margin-right: 52px;
	}

	.home-blog .blog-item .post-photo {
		height: 178px;
	}

	.home-blog .blog-item .post-photo a:hover > span:before {
		width: 288px;
		height: 151px;
	}

	.home-blog .blog-item .post-photo a > span > span {
		height: 178px;
	}

	.all-shops .home-navbar {
		height: auto;
		text-align: center;
		width: 450px;
	}

	.all-shops .home-navbar > ul {
		padding: 20px 0 0;
		display: inline-block;
		overflow: hidden;
	}

	.all-shops .home-navbar > ul > li {
		float: left;
		width: 33.33%;
		height: 60px;
	}

	.all-shops .home-navbar > ul > li:first-child, .all-shops .home-navbar > ul > li:last-child {
		float: left;
		width: 33.33%;
	}

	.all-shops .home-blog .blog-item {
		width: 456px;
		height: auto;
	}

	.all-shops .home-blog .blog-item .blog-list {
		width: 700px;
	}

	.all-shops .home-blog .blog-item .blog-post {
		width: 218px;
		height: 280px;
		margin-right: 20px;
	}

	.all-shops .home-blog .blog-item .post-photo {
		height: 124px;
	}

	.all-shops .home-blog .blog-item .post-photo a:hover > span:before {
		width: 192px;
		height: 97px;
	}

	.all-shops .home-blog .blog-item .post-photo a > span > span {
		height: 124px;
	}

	.content-page .option-order-payment .payment-content {
		width: 458px;
	}

	.content-page .option-order-payment .payment-sidebar {
		width: 250px;
		font-size: 13px;
		line-height: 19px;
	}

	.page-faq .search, .page-faq .faq-column .column-content {
		width: 100%;
	}

	.page-faq .faq-column .column-sidebar {
		float: none;
		width: 100%;
		margin: 30px 0 0;
	}

	.page-faq .faq-column .column-sidebar .sidebar-content {
		border: none;
		background-color: #f2f4f6;
		overflow: hidden;
	}

	.page-faq .faq-column .column-sidebar .sidebar-content ul {
		float: left;
		width: 520px;
		padding: 10px 20px;
	}

	.page-faq .faq-column .column-sidebar .sidebar-content ul li {
		float: left;
		width: 25%;
		margin: 10px 0;
	}

	.page-faq .faq-column .column-sidebar .sidebar-content ul li:first-child {
		margin: 10px 0;
	}

	.page-faq .faq-column .column-sidebar .sidebar-content .question {
		float: right;
		width: 205px;
		padding: 20px;
		margin-top: 10px;
	}

	.page-shop .shop-head .head-left {
		width: 440px;
	}

	.page-shop .shop-item .item-content {
		width: 440px;
	}

	.page-shop .shop-item .column > li {
		display: block;
		float: left;
		width: 50%;
	}

	.page-shop .shop-item .category > ul > li {
		float: none;
		margin-left: 0;
		margin-top: 11px;
	}

	.page-shop .shop-item .category > ul > li:first-child {
		margin-top: 0;
	}

	.page-shop .shop-item .transition .transition-step > ul > li {
		width: 182px;
	}

	.page-shop .shop-item .transition .step {
		padding: 0;
	}

	.page-shop .shop-item .transition .step-text {
		padding: 10px;
	}

	.offer-shop .offer-column .offer-t > span > span {
		height: 285px;
	}

	.b-long {
		width: 100%;
	}

	.tech-page.tech-post .tech-content .ts-banner {
		display: inline-block;
		width: 100%;
	}

	.tech-page.tech-post .tech-content .ts-banner img {
		width: 100%;
	}

	.tech-page.tech-post .tech-sidebar > div {
		display: none;
	}

	.tech-page.tech-post .tech-sidebar .visible-sm {
		display: block;
	}

	.tech-page .tech-sidebar {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}

	.tech-page .tech-sidebar .b-menu {
		width: 100%;
		border: none;
		overflow: hidden;
		padding: 17px 0 0;
	}

	.tech-page .tech-sidebar .b-menu .menu-1 {
		float: left;
		width: 94%;
		padding: 0 0px 19px 0px;
		margin: 0 3%;
		position: relative;
	}

	.tech-page .tech-sidebar .b-menu .menu-1 > ul > li {
		display: inline-block;
		width: 32%;
		padding: 5px 0;
		margin: 0 3px;
	}

	.tech-page .tech-sidebar .b-menu .menu-1 > ul > li > ul {
		position: absolute;
		width: 99%;
		margin-top: 5px;
		left: 3px;
		padding: 0;
		text-align: left;
	}

	.tech-page .tech-sidebar .b-menu .menu-1 > ul > li > ul.col-1:before {
		left: 14%;
	}

	.tech-page .tech-sidebar .b-menu .menu-1 > ul > li > ul.col-2:before {
		left: 46%;
	}

	.tech-page .tech-sidebar .b-menu .menu-1 > ul > li > ul.col-3:before {
		left: 80%;
	}

	.tech-page .tech-sidebar .b-menu .menu-1 > ul > li > ul:before {
		display: block;
		content: "♦";
		font-family: monospace;
		font-size: 37px;
		line-height: 52px;
		color: #fff;
		text-align: center;
		position: absolute;
		overflow: hidden;
		width: 50px;
		height: 50px;
		clip: rect(0px, 50px, 25px, 0px);
		text-shadow: 0 1px 1px #000;
		top: -25px;
	}

	.tech-page .tech-sidebar .b-menu .menu-1 > ul > li > ul > li {
		width: 32%;
		display: inline-block;
		font-weight: normal;
		border: 0;
		margin: 0 3px;
		padding: 0px 0px 0px 10px;
	}

	.tech-page .tech-sidebar .b-menu .menu-1 > ul > li a {
		padding-left: 14px;
		padding-right: 14px;
		text-align: left;
	}

	.tech-page .tech-sidebar .b-menu .share {
		display: none;
	}

	.tech-page .product-blog .blog-post {
		width: 314px;
		height: 330px;
		margin-right: 40px;
	}

	.tech-page .product-blog .post-photo {
		height: 178px;
	}

	.tech-page .product-blog .post-photo a:hover > span:before {
		width: 288px;
		height: 151px;
	}

	.tech-page .product-blog .post-photo a > span > span {
		height: 178px;
	}

	.page-about .about-space {
		height: 1349px;
		max-width: 728px;
	}

	.page-about .about-space .space.space-1 {
		width: 728px;
	}

	.page-about .about-space .space.space-2 {
		width: 728px;
		margin-left: 0;
		margin-top: 343px;
	}

	.page-about .about-space .space.space-3 {
		width: 350px;
		margin-left: 0;
		margin-top: 696px;
	}

	.page-about .about-space .space.space-4 {
		width: 350px;
		margin-left: 378px;
		margin-top: 696px;
	}

	.page-about .about-space .space.space-5 {
		width: 350px;
		margin-left: 0;
		margin-top: 1049px;
	}

	.page-about .about-space .space.space-6 {
		width: 350px;
		margin-left: 378px;
		margin-top: 1049px;
	}

	.page-about .about-space .space-title span {
		display: block;
	}

	.page-about .about-cols > ul > li {
		width: 230px;
		margin-left: 19px;
	}

	.page-about .about-cols > ul > li > span > span {
		font-size: 13px;
		line-height: 19px;
	}

	.page-about .about-cols > ul > li:first-child {
		margin-left: 0;
	}

	.page-about .about-document {
		max-width: 728px;
	}

	.page-about .about-document .row {
		margin: 0 -10px;
	}

	.page-about .about-document .cell {
		width: 187px;
		height: 224px;
		padding: 0 10px;
	}

	.page-about .about-document .cell img {
		width: 100%;
	}

	.page-about .about-shop .maps-row .row-container {
		max-width: 728px;
	}

	.page-subscribe .item-category {
		overflow: hidden;
	}

	.page-subscribe .item-category > ul {
		width: 100%;
	}

	.page-subscribe .item-category > ul > li {
		float: none;
		margin-top: 25px;
	}

	.page-subscribe .item-category > ul > li:first-child {
		margin-top: 0;
	}

	.page-brands .brands-cell > ul {
		width: 728px;
	}

	.page-brands .brands-cell > ul > li {
		width: 145px;
	}

	.page-brands .brands-cell > ul > li .center > span {
		height: 73px;
	}

	.page-brands .alphabet-list .list {
		width: 800px;
	}

	.page-brands .alphabet-list .list-item {
		width: 210px;
	}

	.page-shipping .shipping-row .row .shop li {
		float: none;
		margin-left: 0;
		margin-top: 19px;
	}

	.page-shipping .shipping-row .row .shop li:first-child {
		margin-top: 0;
	}

	.page-shipping .table-responsive th {
		white-space: normal;
	}

	.page-shipping .table-responsive .button {
		font-size: 13px;
		line-height: 18px;
		width: 126px;
	}

	.p-pickup {
		width: 728px;
		margin-left: -364px;
	}

	.compare-header .product-fixed {
		width: 493px;
	}

	.compare-header .product-fixed .product {
		width: 246px;
	}

	.compare-body td {
		width: 246px;
	}

	.blog-last .last-list {
		width: 728px;
	}

	.blog-last .post {
		width: 314px;
		margin-right: 100px;
	}

	.blog-last .post-slider {
		width: 314px;
		margin-right: 100px;
	}

	.blog-last .post-slider .slider-carousel {
		margin: 0 20px;
	}

	.blog-last .post-slider .post-product {
		width: 272px;
	}

	.blog-last .post-slider .post-name {
		padding: 0 20px;
	}

	.blog-last .post-slider .post-text {
		padding: 0 20px;
	}

	.blog-last .post-photo .photo-row .photo-cell {
		height: 328px;
	}
}

@media screen and (max-width: 950px) {
	.home-slider .slide {
		height: 265px;
	}
}

@media screen and (max-width: 850px) {
	.home-slider .post {
		margin: -10px 0 0;
	}
}

@media screen and (max-width: 640px) {
	.js-modal-is-open {
		overflow: inherit !important;
	}
}

.hidden {
	display: none;
}

.maxheight .jq-selectbox__dropdown ul {
	max-height: 286px;
}

.blog_wrapper input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

.blog_wrapper input[type='radio'] {
	-webkit-appearance: radio;
}

.blog-right-column .bcc-post {
	width: 100%;
}

.body-blog .blog-post .blog-post-content i, .body-blog .blog-post .blog-post-content em {
	font-style: italic;
}

.body-blog .blog-post .blog-post-content ol {
	list-style-type: decimal;
	padding-left: 20px;
}

.body-blog .blog-post .blog-post-content ul {
	list-style-type: disc;
	padding-left: 20px;
}

.body-blog .blog-post .blog-post-content table td {
	padding: 5px 10px;
	border: 1px solid;
}

.item-contacts .c-photo ul {
	margin-top: 20px;
}

.item-contacts .c-photo ul li {
	display: none;
}

.item-contacts .c-photo ul li:first-child {
	display: block;
	padding-left: 0px;
}

.item-contacts .c-photo {
	position: relative;
}

.item-contacts .c-photo img {
	cursor: pointer;
}

.item-contacts .c-photo .control-prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -39px;
	z-index: 200;
	padding: 10px;
	-webkit-border-radius: 39px;
	-moz-border-radius: 39px;
	border-radius: 39px;
	border: 1px solid #fff;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
}

.item-contacts .c-photo .control-next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -39px;
	z-index: 200;
	padding: 10px;
	-webkit-border-radius: 39px;
	-moz-border-radius: 39px;
	border-radius: 39px;
	border: 1px solid #fff;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.item-contacts .c-photo .control-prev:hover,
.item-contacts .c-photo .control-next:hover {
	background: rgba(255, 255, 255, 0.75);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.feedback_form {
	width: 650px;
	padding: 15px 50px 0 50px;
	margin: 0px auto;
}

.feedback_form .form-row {
	display: table;
	width: 100%;
}

.feedback_form .form-row p {
	color: #484848;
	margin: 7px 0 0;
}

.feedback_form .form-row label {
	font-size: 13px;
	line-height: 19px;
	color: #484847;
	margin-top: 12px;
}

.feedback_form .form-input {
	position: relative;
	margin-right: 50px;
}

.feedback_form .button_block {
	margin-top: 25px;
	position: relative;
	z-index: 10;
}

.feedback_form .button_block ul {
	position: relative;
	z-index: 100;
}

.webim_button .webim_button_online,
.webim_button .webim_button_offline {
	display: none;
}

.feedback_form .form-input.select .jq-selectbox {
	width: 100%;
	max-width: 499px;
}

.feedback_form .form-input.select .jq-selectbox__select {
	color: #484848;
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	height: 35px;
	padding: 0px 45px 0 10px;
	border: 1px solid rgba(115, 142, 162, 0.5);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

.feedback_form .form-input.select .jq-selectbox__trigger {
	border: none;
}

.feedback_form .form-input.select .jq-selectbox__trigger-arrow {
	border: 4px solid transparent;
	border-color: #738ea2 transparent transparent transparent;
}

.feedback_form .form-input.select .jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}

.feedback_form .form-input.select .jq-selectbox.dropdown.opened .jq-selectbox__trigger-arrow {
	border-color: transparent transparent #738ea2 transparent;
	margin-top: -4px;
}

.feedback_form .form-input.select .jq-selectbox li.selected {
	background-color: #eff5f9;
	color: #231F20;
}

.feedback_form .form-input.select .jq-selectbox li:hover {
	color: #3ba0db;
	background: none;
}

.webim_button {
	color: #008000;
}

.webim_button:hover {
	color: #379b37;
}

.ext_brands .brand_button {
	display: inline-block;
	font-weight: bold;
	padding: 6px 10px;
	border: 1px solid #e5e7e9;
	margin: 10px 0;
	cursor: pointer;
}

.add_brands {
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	padding: 20px 7px;
	display: none;
	border-top: 1px solid #e5e7e9;
}

.item-list {
	margin-bottom: 20px;
}

.item_youtube {
	text-align: center;
	margin-bottom: 20px;
}

.page-shop .item-contacts .c-more {
	width: 350px;
}

.page-shop .item-contacts .c-more .button.button-block:after {
	content: '';
	display: inline-block;
	width: 89px;
	height: 23px;
	vertical-align: middle;
	margin: 0 0 0 18px;
	background: url(../images/how_get.png) 0 0 no-repeat;
}

.action-content h1 {
	font-size: 21px;
	line-height: 26px;
	font-family: "GothaProMed", sans-serif;
	color: #000;
	margin-bottom: 12px;
}

.catalog-short.home-text span.tick::before {
	display: block;
	content: '';
}

.salon-discount {
	position: absolute;
	right: 45px;
	top: -10px;
	z-index: 101;
}

.salon-discount__popup {
	display: none;
	position: absolute;
	max-width: 280px;
	top: -25px;
	right: -50px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-family: "GothaProMed", sans-serif;
	text-align: center;
	padding: 65px 30px 10px;
	z-index: 100;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.salon-discount__popup-header {
	padding: 0 0 10px;
	font-size: 18px;
}

.salon-discount__popup-bottom {
	padding: 0 0 10px;
}

.salon-discount__popup-bottom a {
	font-size: 18px;
	white-space: nowrap;
	text-decoration: none;
	color: #FF6915;
}

.salon-discount:hover + .salon-discount__popup,
.salon-discount:focus + .salon-discount__popup {
	display: block;
}

.salon-discount__popup:hover,
.salon-discount__popup:focus {
	display: block;
}

.promo_banner {
	display: flex;
	align-items: center;
	background-color: #f3f4f8;
	max-width: 1200px;
	margin: 30px auto;
	padding: 20px 20px 20px 30px;
}

.promo_banner p {
	margin: 0;
}

.promo_banner-list {
	margin: 0 0 10px 0;
	padding: 0;
}

.promo_banner-title {
	color: #000;
	font-weight: normal;
	font-size: 42px;
	margin-right: 45px;
}

#eski-root .shop-item .item-sidebar .item-contacts > ul li .icon.icon_whatsapp_s_black:before {
	content: 'WhatsApp';
	font-family: GothamPro;
}

#eski-root .shop-item .item-sidebar .item-contacts > ul li .icon.icon_viber_s_black:before {
	content: 'Viber';
	font-family: GothamPro;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

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

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

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

.slick-prev:before,
.slick-next:before {
	font-family: 'svg';
	color: rgba(94, 105, 113, 0.5);
	font-size: 20px;
	line-height: 1;

	opacity: .75;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev::before {
	content: "\e62b"
}

.slick-next::before {
	content: "\e62e";
}

.slick-prev {
	left: -35px;
}

.slick-next {
	right: -35px;
}

.brands-info-table {
	margin: 12px 0;
}

.brands-info-table td {
	vertical-align: middle;
	padding: 10px 50px 10px 0;
}

.brands-info-table td img {
	max-width: 92px;
	max-height: 50px;
}

.post-photo-3-items a {
	display: inline-block;
	max-width: 32%;
}

.post-photo-3-items img {
	display: block;
	max-width: 100%;
}

.quotation {
	position: relative;
	border-top: 5px solid #e0ebf2;
	border-bottom: 5px solid #e0ebf2;
	padding: 30px 30px 30px 90px;
	max-width: 680px;
	margin: 20px auto;
	font-size: 18px;
	line-height: 1.4;
	font-family: "GothaProLig", sans-serif;
}

.quotation::before {
	content: "\201C";
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	background-color: #157fbe;
	width: 50px;
	height: 50px;
	font-family: serif;
	font-size: 50px;
	line-height: 1.35;
	text-align: center;
	border-radius: 50%;
}

.quotation p {
	margin: 0 0 10px;
	line-height: 1.4;
	font-family: "GothaProLig", sans-serif;
}
.quotation__footer {
	margin-top: 20px;
	font-size: 13px;
	color: #9b9b9b;
}