/*
  HTML5 Reset :: reset.css
  -------------------------------------------------------------------
  Подготовлен командой LiveHTML | by LiveHTML :: http://livehtml.ru
  -------------------------------------------------------------------
  Выражаем особую благодарность людям, чьи труды способствовали появлению данного ресета:
  We have learned much from/been inspired by/taken code where offered from:

  Eric Meyer          :: http://ericmeyer.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Сбрасываем значения по умолчанию для элементов | Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

header,
section,
footer {
	clear: both;
}

/* Всегда показывать полосу прокрутки (чтобы сайт не прыгал, когда на других страницах нет данной полосы)
   force a vertical scrollbar to prevent a jumpy page */
html {
	overflow-y: scroll;
}

/* Добавляем буллеты к UL и цифры к OL, т.к. в контенте могут использоваться стандартные списки
  we can use default ULs & OLs with bullets */
ul {
	list-style: outside disc;
	margin: 15px 0 15px 30px;
}

ol {
	list-style: outside decimal;
	margin: 15px 0 15px 30px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
td img {
	vertical-align: top;
}

/* Сбрасываем отступы у элементов форм
  Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
	margin: 0;
	outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input,
select {
	vertical-align: middle;
}

input[type=radio],
input[type=checkbox] {
	margin: 1px 4px 4px 0;
}

input[type=text],
input[type=password] {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
	border-radius: 0;
	-webkit-appearance: none;
}

/* Решение проблемы с обрезанием стилизованных кнопок в IE | make buttons play nice in IE */
button,
input[type=submit] {
	width: auto;
	overflow: visible;
}

.ie7 input[type=submit],
.ie7 input[type=reset],
.ie7 input[type=button] {
	filter: chroma(color=#000000);
}

/* Курсор-указатель на кликабельных элементах | hand cursor on clickable elements */
input[type=button],
input[type=submit],
button {
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

small {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* Стандартизируем моноширные элементы | standardize any monospaced elements */
pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
}

pre {
	white-space: pre;
	/* CSS2 */
	white-space: pre-wrap;
	/* CSS 2.1 */
	white-space: pre-line;
	/* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;
	/* IE */
}

/* Устанавливаем произвольный цвет для выделения (не забываем убрать тень для текста)
  Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
/* ::-moz-selection{ background:#fcd700; color:#fff; text-shadow:none; } */
/* ::selection { background:#fcd700; color:#fff; text-shadow:none; } */
/* Устанавливаем произвольный цвет подсветки ссылок на Apple устройствах: j.mp/webkit-tap-highlight-color */
/* a:link {-webkit-tap-highlight-color:#fcd700;} */
/* Правильный ресайз картинок в IE7
  scale images in IE7 more attractively */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/* Сброс float блоков | let's clear some floats */
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Coded in LiveHTML :: http://livehtml.io */
.hack {
	color: red;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

html {
	min-width: 0;
	width: auto;
	height: 100%;
}

body {
	font: normal normal 14px/1.5 'FuturaPT', arial, sans-serif;
	background: #000;
	color: #fff;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 320px;
	min-height: initial;
}

body input,
body textarea,
body button {
	font-family: 'FuturaPT', arial, sans-serif;
}

body *,
body *:before,
body *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100%;
	height: auto;
	max-width: 1220px;
	max-height: initial;
	min-width: 320px;
	min-height: initial;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.container {
		width: 768px;
		height: auto;
	}
}

.btn-pink {
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #db3088;
	background: rgba(219, 48, 136, 0.63);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	font-size: 18px;
	line-height: 49px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}

.btn-pink:hover {
	background: #db3088;
	color: #ffffff !important;
	text-decoration: none !important;
}

.btn-pink.block {
	display: block;
}

.btn-outlined {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	color: #cccccc !important;
	border: 1px solid #db3088;
	padding: 10px 23px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
}

.btn-outlined.block {
	display: block;
}

.btn-outlined.small {
	padding: 0 16px;
	font-size: 12px;
	line-height: 32px;
	font-weight: 500;
}

.btn-outlined:hover {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #db3088;
}

.btn-outlined.grey {
	border-color: #6b6b6b;
}

.btn-outlined.grey:hover {
	background: #6b6b6b;
}

.btn-center-wrap {
	text-align: center;
}

.btn-center-wrap.mb {
	margin: 0 0 63px;
}

@media (max-width: 767px) {
	.btn-center-wrap > * {
		display: block;
		width: 100%;
		height: auto;
	}
}

.top-line {
	background: #111;
	color: #fff;
}

@media (max-width: 767px) {
	.top-line {
		border-bottom: 1px solid #e5e2dd;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}

	.top-line:after {
		content: "";
		border-top: 8px solid #cccccc;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		display: block;
		width: 0;
		height: auto;
		position: absolute;
		top: 25px;
		right: 20px;
		bottom: auto;
		left: auto;
	}
}

.top-line--phone {
	text-decoration: none;
	color: #CCCCCC;
	padding: 0 12px 0 25px;
	font-size: 22px;
	line-height: 56px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: block;
}

.top-line--phone-icon {
	position: absolute;
	top: 19px;
	right: auto;
	bottom: auto;
	left: 0;
	display: block;
	font-size: 18px;
	line-height: 18px;
}

@media (max-width: 767px) {
	.top-line--phone-icon {
		margin: 0 7px 0 0;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
		line-height: 15px;
	}
}

a.top-line--phone:hover {
	color: #db3088;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.top-line--phone {
		padding: 0 10px 0 25px;
		font-size: 17px;
		line-height: 56px;
	}
}

@media (max-width: 767px) {
	.top-line--phone {
		text-align: center;
		padding: 11px 0 7px;
		font-size: 18px;
		line-height: 15px;
	}
}

.top-line--address {
	text-decoration: none;
	color: #cccccc;
	padding: 0 12px 0 21px;
	font-size: 20px;
	line-height: 56px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: block;
}

.top-line--address-icon {
	position: absolute;
	top: 19px;
	right: auto;
	bottom: auto;
	left: 0;
	display: block;
	font-size: 18px;
	line-height: 18px;
}

@media (max-width: 767px) {
	.top-line--address-icon {
		margin: 0 7px 0 0;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
		line-height: 15px;
	}
}

a.top-line--address:hover {
	color: #db3088;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.top-line--address {
		padding: 0 10px 0 18px;
		font-size: 16px;
		line-height: 56px;
	}
}

@media (max-width: 767px) {
	.top-line--address {
		text-align: center;
		padding: 0 0 10px;
		font-size: 16px;
		line-height: 15px;
	}
}

.top-line--choose {
	text-decoration: none;
	color: #db3088;
	padding: 0 0 0 12px;
	display: block;
	font-size: 15px;
	line-height: 56px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.top-line--choose:before {
	content: "";
	border-top: 4px solid #db3088;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	display: block;
	position: absolute;
	top: 27px;
	right: auto;
	bottom: auto;
	left: 0;
}

.top-line--link {
	text-decoration: none;
	padding: 0 22px 0 25px;
	color: #cccccc;
	font-size: 17px;
	line-height: 56px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	margin: 0;
}

.top-line--link-icon {
	position: absolute;
	top: 22px;
	right: 0;
	bottom: auto;
	left: auto;
	display: block;
	font-size: 15px;
	line-height: 15px;
}

.top-line--link-icon.icon-13 {
	font-size: 16px;
	line-height: 16px;
}

.top-line--link:hover {
	color: #db3088;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.top-line--link {
		padding: 0 22px 0 15px;
		font-size: 15px;
		line-height: 56px;
	}
}

.header {
	padding: 30px 0 27px;
	border-bottom: 0px solid #e5e2dd;
	z-index: 20;

	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

@media (max-width: 767px) {
	.header {
		padding: 0;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width: auto;
		height: 71px;
	}

	.header.fixed .header--in {
		position: fixed;
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
	}
}

.header--in {
	z-index: 30;
	background: #ffffff;
	padding: 10px 0 11px;
	border-bottom: 1px solid #e5e2dd;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.header--menu {
	background: #ffffff;
	list-style: none;
	margin: 0;
	padding: 17px 0;
	border-bottom: 1px solid #e5e2dd;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	bottom: auto;
	left: 0;
	display: none;
}

.header--menu-item {
	color: #cccccc;
	display: block;
}

.header--menu-item.active {
	color: #db3088;
}

.header--menu-item-l {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: inherit;
	display: block;
	font-size: 18px;
	line-height: 44px;
	font-weight: 500;
}

.header--logo {
	display: block;
	width: 154px;
	height: auto;
	position: relative;
	z-index: 1;
}

.header--logo-image {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.header--logo {
		margin: 0 auto;
		width: 118px;
		height: auto;
	}
}

.header--nav {
	display: block;
}

.header--links {
	list-style: none;
	margin: 0;
	padding: 0 0 3px;
	display: block;
	font-size: 0;
	line-height: 0;
}

.header--links-item {
	margin: 0 0 0 60px;
	text-transform: uppercase;
	color: #cccccc;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 16px;
	line-height: 61px;
	font-weight: 500;
}

.header--links-item:first-of-type {
	margin-left: 0;
}

.header--links-item.sub .header--links-link:after {
	content: "";
	border-top: 4px solid #cccccc;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: 0 0 0 -4px;
	width: 0;
	height: auto;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 12px;
	left: 50%;
}

.header--links-item.sub:hover .header--links-sub,
.header--links-item.sub:hover .header--links-arrow {
	display: block;
}

.header--links-item.complicated {
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.header--links-item:hover .header--links-link,
.header--links-item.active .header--links-link {
	color: #db3088;
}

.header--links-item:hover .header--links-link:after,
.header--links-item.active .header--links-link:after {
	border-top: 4px solid #db3088;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.header--links-item {
		margin-left: 22px;
	}
}

.header--links-link {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.header--links-icon {
	margin: 24px 0 0 7px;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
}

.header--links-arrow {
	z-index: 21;
	margin: 20px 0 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: 100%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 16px;
	height: 10px;
	display: none;
}

.header--links-arrow:before,
.header--links-arrow:after {
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

.header--links-arrow:before {
	border-bottom: 10px solid #f1f1f1;
}

.header--links-arrow:after {
	margin-top: 1px;
	border-bottom: 10px solid #ffffff;
}

.header--links-sub {
	padding: 30px 0 0;
	z-index: 20;
	display: none;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: 100%;
	right: auto;
	bottom: auto;
	left: 50%;
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
}

.header--links-sub.complicated {
	margin: -3px 0 0;
	padding: 30px 0 0;
	text-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: absolute;
	top: 100%;
	right: 20px;
	bottom: auto;
	left: 20px;
}

.header--links-sub-in,
.header--links-sub-wrap {
	background: transparent;
	border: 1px solid transparent;

	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.header--links-sub-in {
	list-style: none;
	margin: 0;
	padding: 11px 0;
}

.header--links-sub-i {
	color: #cccccc;
	display: block;
}

.header--links-sub-i:hover,
.header--links-sub-i.active {
	color: #db3088;
}

.header--links-sub-l {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
	padding: 0 22px;
	display: block;
}

.header--links-sub-wrap {
	padding: 0px 0px 0px 200px;
}

.header--links-sub-poster {
	width: 190px;
	height: auto;
	display: block;
}

.header--links-sub-poster-i {
	display: block;
	width: 100%;
	height: auto;
}

.header--links-sub-in2 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 185px;
	height: auto;
}

.header--links-sub-h {
	text-transform: uppercase;
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 11px;
	font-weight: 500;
	display: block;
}

.header--links-sub-i2 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	display: block;
}

.header--links-sub-l2 {
	text-decoration: none;
	color: #cccccc;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

.header--links-sub-l2:hover,
.header--links-sub-l2.more {
	color: #db3088;
}

.header--links-sub-i2.active .header--links-sub-l2 {
	color: #db3088;
}

.header--search {
	background: #ffffff;
	border-left: 1px solid #d8d5d1;
	padding: 29px 26px 29px 22px;
	position: absolute;
	top: -13px;
	right: 0;
	bottom: auto;
	left: auto;
	width: 448px;
	height: auto;
	display: none;
}

.header--search:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	bottom: -18px;
	left: 0;
}

.header--search-input {
	border: none;
	border-bottom: 1px solid #d8d5d1;
	text-transform: uppercase;
	padding: 0;
	display: block;
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	width: 100%;
	height: auto;
}

.header--search-button {
	border: none;
	padding: 0;
	background: none;
	color: #cccccc;
	position: absolute;
	top: 29px;
	right: 0;
	bottom: auto;
	left: auto;
	width: 26px;
	height: 28px;
}

.header--search-button:hover {
	color: #db3088;
}

.header--search-icon {
	margin: 7px 0 7px auto;
	font-size: 14px;
	line-height: 14px;
	display: block;
}

.title-search-result,
.header--search-box {
	margin: 17px 0 0;
	padding: 0 11px;
	background: #ffffff;
	border: 1px solid #d8d5d1;
	position: absolute;
	top: 100%;
	right: 0;
	bottom: auto;
	left: 0;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
}

.header--search-table {
	width: 100%;
	height: auto;
}

.header--search-table td {
	padding: 10px 0;
	vertical-align: middle;
	border-bottom: 1px solid #d8d5d1;
	font-size: 16px;
	line-height: 16px;
}

.header--search-table td.s1 {
	padding-right: 15px;
	padding-left: 4px;
	width: 59px;
	height: auto;
}

.header--search-table td.s2 {
	width: 270px;
	height: auto;
}

.header--search-table td.s3 {
	width: 94px;
	height: auto;
}

.header--search-table tr:last-of-type td {
	border: none;
}

.header--search-table-image {
	display: block;
	width: 100%;
	height: auto;
}

.header--search-table-title {
	text-decoration: none;
	color: #cccccc;
	display: inline-block;
	vertical-align: top;
}

.header--search-table-price {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}

.header--search-table-price span {
	font-weight: normal;
}

.header--search-table tr {
	cursor: pointer;
}

.header--search-table tr:hover .header--search-table-title {
	color: #db3088;
}

.header--search-more {
	text-decoration: none;
	color: #db3088;
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 57px;
}

.header--open {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 70px;
	height: 70px;
}

.header--open-icon {
	background: #cccccc;
	display: block;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 16px;
	width: 24px;
	height: 2px;
}

.header--open-icon:before,
.header--open-icon:after {
	content: "";
	background: #cccccc;
	display: block;
	width: 24px;
	height: 2px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
}

.header--open-icon:before {
	margin-top: -8px;
}

.header--open-icon:after {
	margin-top: 8px;
}

.header--profile {
	padding: 0 15px 0 0;
	text-decoration: none;
	text-align: right;
	color: #cccccc;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 70px;
	height: 70px;
	font-size: 24px;
	line-height: 70px;
}

.big-title {
	margin: 0 auto 50px;
	text-align: center;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	max-width: 640px;
	max-height: initial;
	display: block;
}

.big-title:before {
	content: "";
	background: transparent;
	display: block;
	position: absolute;
	top: auto;
	right: auto;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 330px;
	height: 1px;
}

@media (max-width: 1219px) {
	.big-title:before {
		width: auto;
		height: 1px;
		position: absolute;
		top: auto;
		right: 0;
		bottom: -1px;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.big-title:after {
	content: "";
	background: #db3088;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	position: absolute;
	top: auto;
	right: auto;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 54px;
	height: 3px;
}

.big-title--label {
	margin: -8px auto;
	text-transform: uppercase;
	text-align: center;
	padding: 1px 0 27px;
	min-width: 330px;
	min-height: initial;
	max-width: 500px;
	max-height: initial;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 28px;
	line-height: 33px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1219px) {
	.big-title--label {
		padding-left: 27px;
		padding-right: 27px;
		min-width: initial;
		min-height: initial;
		max-width: initial;
		max-height: initial;
		display: block;
	}
}

@media (max-width: 767px) {
	.big-title--label {
		padding-bottom: 17px;
		font-size: 24px;
		line-height: 30px;
	}
}

.big-title--dots {
	background: url(../img/big-title--dots.svg);
	background-size: auto 100%;
	width: 135px;
	height: 17px;
}

.big-title--dots.left {
	position: absolute;
	top: 8px;
	right: auto;
	bottom: auto;
	left: -155px;
}

@media (max-width: 1219px) {
	.big-title--dots.left {
		left: 0;
	}
}

.big-title--dots.right {
	position: absolute;
	top: 8px;
	right: -155px;
	bottom: auto;
	left: auto;
}

@media (max-width: 1219px) {
	.big-title--dots.right {
		right: 0;
	}
}

@media (max-width: 1219px) {
	.big-title--dots {
		width: 17px;
		height: 17px;
	}
}

.big-title--desc {
	text-align: justify;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #757575;
	margin: -10px 0 20px;
	max-width: 640px;
	max-height: 72px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 24px;
}

@media (max-width: 1219px) {
	.big-title--desc {
		max-width: initial;
		max-height: initial;
	}
}

@media (max-width: 767px) {
	.big-title--desc {
		margin-top: 0;
	}
}

@media (max-width: 1219px) {
	.big-title {
		max-width: initial;
		max-height: initial;
	}
}

.cat-filter {
	list-style: none;
	margin: -25px 0 50px;
	padding: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

@media (max-width: 767px) {
	.cat-filter {
		margin-bottom: 25px;
	}
}

.cat-filter--item,
.cat-filter--sep {
	color: #838383;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 16px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.cat-filter--item,
	.cat-filter--sep {
		font-size: 12px;
		line-height: 16px;
		font-weight: 500;
	}
}

.cat-filter--item {
	text-transform: uppercase;
	color: #838383;
}

.cat-filter--item.active,
.cat-filter--item:hover {
	color: #cccccc;
}

.cat-filter--sep {
	margin: 0 11px;
}

.cat-filter--link {
	color: inherit !important;
	text-decoration: none;
}

.cat-filter--link:hover {
	text-decoration: none !important;
	color: inherit !important;
}

.cat-filter.widget {
	margin: -3px 0 23px;
	text-align: left;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.cat-filter.widget {
		margin-left: 20px;
		text-align: center;
	}
}

.cats-list {
	margin: 0 0 60px;
	font-size: 0;
	line-height: 0;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.cats-list:after {
	content: "";
	background: url(../img/cats-list.png);
	width: 1132px;
	height: 31px;
	display: block;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: auto;
	right: auto;
	bottom: -31px;
	left: 50%;
}

@media (max-width: 767px) {
	.cats-list:after {
		background-position: center top;
		width: auto;
		height: 31px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		position: absolute;
		top: auto;
		right: -20px;
		bottom: -31px;
		left: -20px;
	}
}

.cats-list--item {
	text-transform: uppercase;
	color: #cccccc !important;
	border-right: 1px solid #e5e2dd;
	text-decoration: none;
	text-align: center;
	padding: 15px 20px 25px;
	font-size: 19px;
	line-height: 20px;
	width: 20%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.cats-list--item:last-of-type {
	border: none;
}

.cats-list--item:hover {
	text-decoration: none !important;
	color: #db3088 !important;
}

@media (max-width: 767px) {
	.cats-list--item {
		width: 50%;
		height: auto;
	}

	.cats-list--item:last-of-type {
		border-right: 1px solid #e5e2dd;
	}

	.cats-list--item:nth-child(2n+2) {
		border-right: none;
	}
}

.cats-list--image {
	margin: 0 auto 25px;
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
	max-height: initial;
}

.cats-list.three:after {
	background: #ffffff;
	width: auto;
	height: 1px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.cats-list.three .cats-list--item {
	border-bottom: 1px solid #e5e2dd;
	width: 33.333333%;
	height: auto;
}

.cats-list.three .cats-list--item:last-of-type {
	border-bottom: 1px solid #e5e2dd;
	border-right: 1px solid #e5e2dd;
}

.cats-list.three .cats-list--item:nth-child(3n+3) {
	border-right: none;
}

@media (max-width: 767px) {
	.cats-list.three .cats-list--item {
		border-bottom: none !important;
		width: 50%;
		height: auto;
	}

	.cats-list.three .cats-list--item:nth-child(3n+3) {
		border-right: 1px solid #e5e2dd;
	}

	.cats-list.three .cats-list--item:nth-child(2n+2) {
		border-right: none;
	}
}

.items-list {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 0;
	line-height: 0;
	margin: 0;
}

.items-list.mb {
	margin: 0 0 52px;
}
/*
.items-list:after {
	content: "";
	background: #ffffff;
	width: auto;
	height: 1px;
	display: block;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
*/
.items-list--item {
	text-align: center;

	color: #cccccc !important;
	text-decoration: none;
	padding: 0px 0px 0;
	font-size: 14px;
	line-height: 22px;
	display: block;
	vertical-align: top;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
	height: auto;
	background-color: #1f1f1f;
	margin-bottom: 5px;
}
.items-list--item.items-list--item-active {
	background-color: #e3007b;
	color: #111 !important;
}
.items-list--item.items-list--item-active:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 20px solid #e3007b;
}
.items-list--item:after {
	clear: both;
	content: "";
	display: table;
}
.items-list--item:nth-child(4n+4) {
	border-right: none;
}
.items-list--item a:hover,
.items-list--item:hover {
	text-decoration: none !important;
}

.items-list--item:hover .items-list--bookmark {
	display: block;
}

.items-list--item:hover .items-list--title {
	color: #db3088 !important;
}
.items-list--item.items-list--item-active:hover .items-list--title {
	color: #000 !important;
}
@media (min-width: 768px) and (max-width: 1219px) {
	.items-list--item {
		width: 33.333333%;
		height: 270px;
	}

	.items-list--item:nth-child(3n+3) {
		border-right: none;
	}

	.items-list--item:nth-child(4n+4) {
		border-right: 1px solid #e5e2dd;
	}
}

@media (max-width: 767px) {
	.items-list--item {
		border: none !important;
		border-bottom: 1px solid #e5e2dd !important;
		width: 100% !important;
	}
}

.items-list.triple .items-list--item {
	width: 33.333333%;
	height: 275px;
}

.items-list.triple .items-list--item:nth-child(4n+4) {
	border-right: 1px solid #e5e2dd;
}

.items-list.triple .items-list--item:nth-child(3n+3) {
	border-right: none;
}

.items-list--bookmark {
	color: #757575;
	text-align: left;
	padding: 0 0 0 27px;
	position: absolute;
	top: 5px;
	right: auto;
	bottom: auto;
	left: 9px;
	font-size: 10px;
	line-height: 13px;
	display: none;
}

.items-list--bookmark-icon {
	color: #757575;
	position: absolute;
	top: 3px;
	right: auto;
	bottom: auto;
	left: 0;
	font-size: 20px;
	line-height: 20px;
	display: block;
}

.items-list--bookmark.active {
	display: block;
}

.items-list--bookmark.active .items-list--bookmark-icon {
	color: #db3088;
}

.items-list--bookmark:hover {
	color: #db3088;
}

.items-list--badge {
	z-index: 2;
	position: absolute;
	top: 8px;
	right: 15px;
	bottom: auto;
	left: auto;
}

.items-list--image {
	margin: 0 auto 14px;
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.items-list--image {
		max-width: 256px;
		max-height: initial;
	}
}

.items-list--title {
	margin: 20px 0 0 10px;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 19px;
	float: left;
	min-width: 300px;
	text-align: left;
	flex: 3;
}

.items-list--title-in {
	/*position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);*/
}
.items-list--title-in span.items-list--title-in-name {
	font-size: 19px;
}
@media (min-width: 768px) and (max-width: 1219px) {
	.items-list--title {
		width: auto;
		height: 38px;
	}
}

.items-list--price {
	display: block;
	font-size: 18px;

	font-weight: 500;
	color: #d8d5d1;
	text-decoration: none;
	line-height: 100px;
	text-align: left;
}

.items-list--price:hover {
	text-decoration: none;
}

.items-list--price span {
	font-weight: normal;
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.items-list--price.old {
	color: #a2a2a2;
	text-decoration: line-through;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.brands-list {
	padding: 15px 0 0;
	margin: 0 0 60px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.brands-list:after {
	content: "";
	background: url(../img/cats-list.png);
	width: 1132px;
	height: 31px;
	display: block;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: auto;
	right: auto;
	bottom: -31px;
	left: 50%;
}

@media (max-width: 767px) {
	.brands-list:after {
		background-position: center top;
		width: auto;
		height: 31px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		position: absolute;
		top: auto;
		right: -20px;
		bottom: -31px;
		left: -20px;
	}
}

.brands-list--slide {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.brands-list--slide:after {
	content: "";
	background: #e5e2dd;
	width: 1px;
	height: auto;
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: auto;
}

.brands-list--slide.slick-current:before {
	content: "";
	background: #ffffff;
	width: 1px;
	height: auto;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
}

.brands-list--slide-l {
	text-align: center;
	padding: 24px 40px 0;
	display: block;
	width: auto;
	height: 157px;
	font-size: 0;
	line-height: 0;
}

.brands-list--slide-i {
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	max-height: initial;
}

.brands-list .slick-arrow {
	margin: 0;
	z-index: 2;
	color: #757575;
	cursor: pointer;
	font-size: 43px;
	line-height: 43px;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	border-radius: 43px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

@media (max-width: 767px) {
	.brands-list .slick-arrow {
		font-size: 30px;
		line-height: 60px;
	}
}

.brands-list .slick-arrow.slick-prev {
	position: absolute;
	top: 40px;
	right: auto;
	bottom: auto;
	left: -43px;
}

@media (max-width: 767px) {
	.brands-list .slick-arrow.slick-prev {
		left: 0;
	}
}

.brands-list .slick-arrow.slick-next {
	position: absolute;
	top: 40px;
	right: -43px;
	bottom: auto;
	left: auto;
}

@media (max-width: 767px) {
	.brands-list .slick-arrow.slick-next {
		right: 0;
	}
}

.brands-list .slick-arrow:hover {
	color: #db3088;
}

.brands-list.grid {
	padding: 0;
	margin: -10px 0 0;
	font-size: 0;
	line-height: 0;
}

.brands-list.grid:after {
	background: #ffffff;
	width: auto;
	height: 1px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.brands-list.grid .brands-list--slide {
	border-right: 1px solid #e5e2dd;
	border-bottom: 1px solid #e5e2dd;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: auto;
}

.brands-list.grid .brands-list--slide:after,
.brands-list.grid .brands-list--slide:before {
	display: none;
}

.brands-list.grid .brands-list--slide:nth-child(5n+5) {
	border-right: none;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.brands-list.grid .brands-list--slide {
		width: 33.333333%;
		height: auto;
	}

	.brands-list.grid .brands-list--slide,
	.brands-list.grid .brands-list--slide:nth-child(5n+5) {
		border-right: 1px solid #e5e2dd;
		border-bottom: 1px solid #e5e2dd;
	}

	.brands-list.grid .brands-list--slide:nth-child(3n+3) {
		border-right: none;
	}

	.brands-list.grid .brands-list--slide .brands-list--slide-l {
		padding: 24px 40px;
		width: auto;
		height: auto;
	}
}

@media (max-width: 767px) {
	.brands-list.grid .brands-list--slide {
		border-right: none !important;
		border-bottom: 1px solid #e5e2dd !important;
		width: 50%;
		height: auto;
	}

	.brands-list.grid .brands-list--slide-l {
		padding: 20px;
		width: auto;
		height: auto;
	}
}

.news-list {
	margin: 0 -11px 29px;
	font-size: 0;
	line-height: 0;
}

.news-list--item {
	padding: 0 11px;
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	height: auto;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.news-list--item .aside--widget-cat {
	right: 12px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.news-list--item {
		margin-bottom: 25px;
		width: 50%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.news-list--item {
		margin-bottom: 25px;
		width: 100%;
		height: auto;
	}
}

.news-list--date {
	background: #db3088;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 9px 0;
	z-index: 2;
	position: absolute;
	top: 1px;
	right: auto;
	bottom: auto;
	left: 12px;
	width: 49px;
	height: auto;
}

.news-list--date-top {
	padding: 2px 0 0;
	margin: 0 0 8px;
	font-size: 25px;
	line-height: 16px;
	font-weight: 500;
}

.news-list--date-bottom {
	font-size: 16px;
	line-height: 11px;
}

.news-list--image {
	display: block;
	width: 100%;
	height: auto;
}

.news-list--image-wrap {
	border: 1px solid #f1f1f1;
	margin: 0 0 18px;
	background: #db3088;
	z-index: 1;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.news-list--image-wrap:hover .news-list--image {
	opacity: 0.84;
}

.news-list--title {
	text-transform: uppercase;
	color: #cccccc !important;
	text-decoration: none;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
}

.news-list--title:hover {
	text-decoration: none !important;
	color: #db3088 !important;
}

.news-list--text {
	margin: 0 0 8px;
}

.news-list--comments {
	text-transform: uppercase;
	color: #cccccc !important;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.news-list--comments:hover {
	text-decoration: none !important;
	color: #db3088 !important;
}

.land--slider-box {
	z-index: 1;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.land--slider-item {
	padding: 105px 0 0;
	background: center center no-repeat;
	background-size: cover;
	width: auto;
	height: 616px;
}

@media (max-width: 767px) {
	.land--slider-item {
		padding: 0;
		width: auto;
		height: auto;
	}
}

.land--slider-wrap {
	background: rgba(255, 255, 255, 0.54);
	padding: 66px 47px 49px;
	text-align: center;
	width: 420px;
	height: auto;
}

@media (max-width: 767px) {
	.land--slider-wrap {
		padding: 40px 0 66px;
		margin: 0 -20px;
		width: auto;
		height: auto;
	}

	.land--slider-wrap .btn-pink {
		margin: 0 auto;
		width: 202px;
		height: auto;
		font-size: 11px;
		line-height: 46px;
	}
}

.land--slider-title {
	text-transform: uppercase;
	color: #db3088;
	margin: 0 0 34px;
	font-size: 37px;
	line-height: 25px;
	font-weight: 300;
}

@media (max-width: 767px) {
	.land--slider-title {
		margin: 0 0 20px;
		font-size: 23px;
		line-height: 25px;
		font-weight: 300;
	}
}

.land--slider-logo {
	margin: 0 auto 25px;
	display: block;
}

@media (max-width: 767px) {
	.land--slider-logo {
		margin-bottom: 17px;
		width: 195px;
		height: auto;
	}
}

.land--slider-tools {
	margin: -74px 0 0;
	background: rgba(255, 255, 255, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.71);
	z-index: 2;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.land--slider-tools-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.land--slider-tools-dot {
	margin: 0 60px 0 0;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 73px;
	font-weight: 500;
}

.land--slider-tools-dot:last-of-type {
	margin: 0;
}

.land--slider-tools-dot.active,
.land--slider-tools-dot:hover {
	color: #db3088;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.land--slider-tools-dot {
		margin: 0 30px 0 0;
	}
}

.land--slider-arrows {
	padding: 0 35px 0 0;
	font-size: 0;
	line-height: 0;
}

.land--slider-arrow {
	color: #cccccc;
	text-decoration: none;
	margin: 23px 0 0 29px;
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	line-height: 27px;
}

.land--slider-arrow:first-of-type {
	margin-left: 0;
}

.land--slider-arrow:hover {
	color: #db3088;
}

.land--slider .slick-dots {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 14px;
	left: 0;
}

.land--slider .slick-dots li {
	margin: 0 7px;
	display: inline-block;
	vertical-align: top;
}

.land--slider .slick-dots li button {
	border: 1px solid #db3088;
	background: #ffffff;
	width: 18px;
	height: 18px;
	font-size: 0;
	line-height: 0;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.land--slider .slick-dots li.slick-active button {
	background: rgba(219, 48, 136, 0.8);
}

.land--features-list {
	padding: 17px 0 15px;
	font-size: 0;
	line-height: 0;
}

@media (max-width: 1219px) {
	.land--features-list {
		padding: 30px 0 0;
	}
}

.land--features-item {
	padding: 42px 5px 0 40px;
	margin: 0 0 0 35px;
	transition: 300ms all ease;
	z-index: 1;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	width: calc(25% - 35px);
	height: 164px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

@media (max-width: 1219px) {
	.land--features-item {
		margin: 0 0 30px;
		padding: 0 10px 0 80px;
		width: 50%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.land--features-item {
		padding-left: 65px;
		width: 100%;
		height: auto;
	}
}

@media (min-width: 1220px) {
	.land--features-item:first-of-type {
		margin: 0;
		width: 25%;
		height: 164px;
	}
}

.land--features-item.active {
	z-index: 2;
}

.land--features-title {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

.land--features-icon {
	text-align: center;
	color: #db3088;
	border: 1px solid transparent;
	background: #ffffff;
	transition: 300ms all ease;
	z-index: 2;
	display: block;
	width: 65px;
	height: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: absolute;
	top: 46px;
	right: auto;
	bottom: auto;
	left: -33px;
}

@media (max-width: 1219px) {
	.land--features-icon {
		position: absolute;
		top: 0;
		right: auto;
		bottom: auto;
		left: 0;
	}
}

@media (max-width: 767px) {
	.land--features-icon {
		left: -15px;
	}
}

.land--features-icon.icon-20 {
	font-size: 38px;
	line-height: 63px;
}

.land--features-icon.icon-24 {
	font-size: 41px;
	line-height: 63px;
}

.land--features-icon.icon-25 {
	font-size: 45px;
	line-height: 63px;
}

.land--features-icon.icon-26 {
	font-size: 36px;
	line-height: 63px;
}

.land--features-more {
	background: #ffffff;
	border: 1px solid #e5e2dd;
	padding: 13px 10px 13px 40px;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	font-size: 14px;
	line-height: 18px;
	display: none;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.land--features-more {
		position: absolute;
		top: -14px;
		right: 0;
		bottom: auto;
		left: 39px;
	}
}

@media (max-width: 767px) {
	.land--features-more {
		padding-left: 49px;
		position: absolute;
		top: -14px;
		right: 0;
		bottom: auto;
		left: 15px;
	}
}

.land--features-more .land--features-title {
	margin-bottom: 7px;
}

.land--features-item.active .land--features-icon,
.land--features-item:hover .land--features-icon {
	border: 1px solid #e5e2dd;
}

.land--quotes {
	padding: 44px 0 44px;
	margin: 0 0 60px;
	background: #e0dace;
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 1219px) {
	.land--quotes {
		font-size: 18px;
		line-height: 28px;
	}
}

.land--quotes-left {
	width: 550px;
	height: auto;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.land--quotes-left {
		padding: 0 15px 0 0;
		width: 50%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.land--quotes-left {
		padding: 0 0 20px;
		width: 100%;
		height: auto;
	}
}

.land--quotes-right {
	width: 575px;
	height: auto;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.land--quotes-right {
		padding: 0 0 0 15px;
		width: 50%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.land--quotes-right {
		width: 100%;
		height: auto;
	}
}

.land--quotes-main {
	text-align: center;
	padding: 37px 0 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}

.inner {
	padding-top: 0px;
	padding-bottom: 60px;
}

.inner--page {
	width: auto;
	height: auto;
}

@media (max-width: 1219px) {
	.inner--page {
		margin: 0 0 40px;
		width: 100%;
		height: auto;
	}
}

.inner--page p {
	margin: 0 0 23px;
	font-size: 20px;
	line-height: 28px;
}

.inner--page h3 {
	color: #db3088;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 16px;
	font-weight: 400;
}

.inner--page a {
	color: #db3088;
	text-decoration: none;
}

.inner--page a:hover {
	text-decoration: underline;
}

.map-page ul.list,
.inner--page ul:not(.select--list):not(.cat-filter):not(.slick-slider):not(.items-list):not(.index-page-catalog) {
	list-style: none;
	margin: 0;
	padding: 0 0 13px;
}

.map-page ul.list li,
.inner--page ul:not(.select--list):not(.cat-filter):not(.slick-slider):not(.items-list):not(.index-page-catalog) li {
	margin: 0 0 22px;
	padding: 0 0 0 24px;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.map-page ul.list li:before,
.inner--page ul:not(.select--list):not(.cat-filter):not(.slick-slider):not(.items-list):not(.index-page-catalog) li:before {
	content: "";
	background: url(../img/vacancies-box--list-item.svg) no-repeat;
	background-size: 100% 100%;
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	top: 6px;
	right: auto;
	bottom: auto;
	left: 0;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.inner {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.inner {
		padding-bottom: 15px;
	}
}

.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0 0 28px;
	text-transform: uppercase;
	font-size: 0;
	line-height: 0;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.breadcrumbs {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	.breadcrumbs {
		margin: -6px 0 14px;
	}
}

.breadcrumbs--item {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 9px;
}

@media (max-width: 1219px) {
	.breadcrumbs--item {
		font-size: 13px;
		line-height: 21px;
	}
}

.breadcrumbs--arrow {
	margin: 0 13px;
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs--icon {
	color: #838383;
	display: block;
	font-size: 9px;
	line-height: 9px;
}

@media (max-width: 1219px) {
	.breadcrumbs--icon {
		font-size: 9px;
		line-height: 21px;
	}
}

.breadcrumbs--link {
	text-decoration: none;
	color: #cccccc;
}

.breadcrumbs--link:hover {
	color: #db3088;
}

.breadcrumbs--label {
	color: #cccccc;
}

.about-list {
	margin: 0 -10px;
	font-size: 0;
	line-height: 0;
}

.about-list--item {
	padding: 0 10px 20px;
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.about-list--item.two {
	width: 50%;
	height: auto;
}

.about-list--item.three {
	width: 33.333333%;
	height: auto;
}

@media (max-width: 767px) {
	.about-list--item {
		width: 100% !important;
	}

	.about-list--item:last-of-type {
		padding-bottom: 0;
	}
}

.about-list--link {
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #db3088;
	background: #db3088;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 24px;
	line-height: 50px;
}

.about-list--link:hover .about-list--image {
	opacity: 0.84;
}

.about-list--image {
	background: center center no-repeat;
	background-size: cover;
	display: block;
	width: auto;
	height: 275px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.about-list--image {
		width: auto;
		height: 225px;
	}
}

.about-list--label {
	background: rgba(255, 255, 255, 0.7);
	display: block;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.aside {
	width: auto;
	height: auto;
}

@media (max-width: 1219px) {
	.aside {
		width: 100%;
		height: auto;
	}
}

.aside--nav {
	list-style: none;
	margin: 0 0 40px;
	padding: 13px 0;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.aside--nav-item {
	color: #cccccc;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
}

.aside--nav-item.active,
.aside--nav-item:hover {
	color: #db3088;
}

.aside--nav-link {
	text-decoration: none;
	color: inherit;
	padding: 0 20px;
	display: block;
}

.aside--nav2 {
	margin: 0 0 40px;
	padding: 25px 20px 14px;
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.aside--nav2-title {
	text-transform: uppercase;
	padding: 0 0 15px;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 11px;
	font-weight: 500;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.aside--nav2-title:before {
	content: "";
	background: #d8d5d1;
	display: block;
	width: auto;
	height: 1px;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.aside--nav2-title:after {
	content: "";
	background: #db3088;
	border-right: 4px solid #f1f1f1;
	display: block;
	width: 87px;
	height: 1px;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

.aside--nav2-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aside--nav2-item {
	color: #cccccc;
	display: block;
}

.aside--nav2-item.active,
.aside--nav2-item:hover {
	color: #db3088;
}

.aside--nav2-link {
	text-decoration: none;
	color: inherit;
	padding: 5px 0;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.aside--nav2-count {
	color: #757575;
	position: absolute;
	top: 5px;
	right: 0;
	bottom: auto;
	left: auto;
}

.aside--banner {
	margin: 0 0 40px;
	display: block;
}

.aside--banner-image {
	display: block;
	width: 100%;
	height: auto;
}

.aside--widget {
	margin: 0 0 40px;
}

.aside--widget-title {
	text-transform: uppercase;
	padding: 0 0 15px;
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 11px;
	font-weight: 500;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.aside--widget-title:before {
	content: "";
	background: #e5e2dd;
	display: block;
	width: 250px;
	height: 1px;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

.aside--widget-title:after {
	content: "";
	background: #db3088;
	border-right: 4px solid #ffffff;
	display: block;
	width: 87px;
	height: 1px;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

.aside--widget-item {
	text-decoration: none;
	color: #db3088;
	background: #db3088;
	border: 1px solid #f1f1f1;
	margin: 0 0 20px;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.aside--widget-item:last-of-type {
	margin: 0;
}

.aside--widget-item:hover .aside--widget-image {
	opacity: 0.84;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.aside--widget-item {
		margin-left: 20px !important;
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 20px);
		height: auto;
	}
}

.aside--widget-cat {
	background: rgba(255, 255, 255, 0.7);
	padding: 0 10px 3px 25px;
	color: #db3088;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	font-size: 13px;
	line-height: 23px;
}

.aside--widget-cat-icon {
	color: #db3088;
	font-size: 10px;
	line-height: 10px;
	display: block;
	position: absolute;
	top: 7px;
	right: auto;
	bottom: auto;
	left: 10px;
}

.aside--widget-date {
	background: #db3088;
	color: #ffffff;
	text-align: center;
	padding: 7px 0 8px;
	text-transform: uppercase;
	z-index: 2;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 41px;
	height: auto;
}

.aside--widget-date-top {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 14px;
	font-weight: 500;
}

.aside--widget-date-bottom {
	font-size: 13px;
	line-height: 9px;
}

.aside--widget-image {
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.aside--widget-label {
	text-transform: uppercase;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	padding: 6px 0;
	z-index: 2;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 18px;
	line-height: 22px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.aside--widget {
		margin-left: -20px;
		font-size: 0;
		line-height: 0;
	}
}

.aside--filter {
	margin: 0 0 40px;
	padding: 25px 20px 22px;
	background: #1f1f1f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

@media (min-width: 1220px) {
	.aside--filter {
		display: block !important;
	}
}

.aside--filter-title {
	text-transform: uppercase;
	padding: 0 0 15px;
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 11px;
	font-weight: 500;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.aside--filter-title:before {
	content: "";
	background: transparent;
	display: block;
	width: auto;
	height: 1px;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.aside--filter-title:after {
	content: "";
	background: #db3088;
	border-right: 4px solid transparent;
	display: block;
	width: 87px;
	height: 1px;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

.aside--filter .checker {
	margin: 0 0 18px;
}

.aside--filter-checkers {
	padding: 0 0;
}

.aside--filter-checkers.l {
	padding: 0;
}

.aside--filter-checkers-more {
	display: none;
}

.aside--filter-more {
	text-decoration: none;
	font-style: italic;
	color: #757575;
	padding: 2px 0 18px 22px;
	font-size: 16px;
	line-height: 19px;
	display: none;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.aside--filter-more.active {
	display: block;
}

.aside--filter-more:before {
	content: "";
	background: #757575;
	display: block;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 11px;
	right: auto;
	bottom: auto;
	left: 4px;
}

.aside--filter-more:after {
	content: "";
	background: #757575;
	display: block;
	width: 2px;
	height: 10px;
	position: absolute;
	top: 7px;
	right: auto;
	bottom: auto;
	left: 8px;
}

.aside--filter-more:hover {
	color: #db3088;
}

.aside--filter-more:hover:before,
.aside--filter-more:hover:after {
	background: #db3088;
}

.aside--filter-colors {
	margin: 0 0 0 -11px;
	padding: 0 0 16px;
	font-size: 0;
	line-height: 0;
}

.aside--filter-color {
	margin: 0 0 13px 11px;
	border: 1px solid #d8d5d1;
	display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 27px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
}

.aside--filter-color.active {
	border: 1px solid #db3088;
}

.aside--filter-brand {
	margin: 0 0 18px;
	padding: 8px 0 8px 75px;
	text-decoration: none;
	color: #cccccc;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 16px;
	line-height: 18px;
}

.aside--filter-brand:last-of-type {
	margin: 0;
}

.aside--filter-brand:hover,
.aside--filter-brand.active {
	color: #db3088;
}

.aside--filter-brand-image {
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

.aside--filter-brand.active .aside--filter-brand-image {
	-webkit-box-shadow: 0 0 0 1px #db3088;
	-moz-box-shadow: 0 0 0 1px #db3088;
	box-shadow: 0 0 0 1px #db3088;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.aside--filter {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 0;
		line-height: 0;
	}
}

@media (min-width: 768px) and (max-width: 1219px) {
	.aside--filter-box {
		padding: 0 10px;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: auto;
	}

	.aside--filter-box.full {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 1219px) {
	.aside--filter .btn-outlined {
		margin: 0 10px;
	}
}

.aside--xs {
	width: 100%;
	height: auto;
}

.aside--nav2-xs {
	margin: -20px 0 40px;
	background: #1f1f1f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

@media (min-width: 1220px) {
	.aside--nav2-xs.alt {
		margin-top: 0;
	}
}

.aside--nav2-xs-head {
	text-transform: uppercase;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	line-height: 48px;
	font-weight: 500;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.aside--nav2-xs-head-icon {
	background: #cccccc;
	display: block;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	right: 20px;
	bottom: auto;
	left: auto;
	width: 24px;
	height: 2px;
}

.aside--nav2-xs-head-icon:before,
.aside--nav2-xs-head-icon:after {
	content: "";
	background: #cccccc;
	display: block;
	width: 24px;
	height: 2px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
}

.aside--nav2-xs-head-icon:before {
	margin-top: -8px;
}

.aside--nav2-xs-head-icon:after {
	margin-top: 8px;
}

.aside--nav2-xs-list {
	padding: 0 20px 10px;
	display: none;
}

.aside--nav2-xs-list.aside--filter {
	padding: 25px 20px 22px;
}

.aside--nav2-xs-list.aside--nav {
	padding: 0 0 10px;
}

.aside--nav2-xs-list.aside--filter-checkers {
	padding: 0 20px !important;
	font-size: 0;
	line-height: 0;
}

.aside--nav2-xs-list.aside--filter-checkers .aside--filter-brand {
	margin-bottom: 18px !important;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: auto;
}

@media (max-width: 767px) {
	.aside--nav2-xs-list.aside--filter-checkers .aside--filter-brand {
		width: 100%;
		height: auto;
	}
}

.history-box {
	margin: -17px 0 0;
}

.history-box--list {
	margin: 0 -8px;
	padding: 10px 0 0;
	font-size: 0;
	line-height: 0;
}

.history-box--item {
	padding: 0 8px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	height: auto;
}

@media (max-width: 767px) {
	.history-box--item {
		padding-bottom: 20px;
		width: 50%;
		height: auto;
	}

	.history-box--item:last-of-type {
		padding-bottom: 0;
	}
}

.history-box--item-poster {
	margin: 0 0 10px;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.history-box--item-image {
	display: block;
	width: 100%;
	height: auto;
}

.history-box--item-label {
	font-size: 18px;
	line-height: 20px;
}

.contacts-box--title {
	text-transform: uppercase;
	text-align: center;
	margin: -9px 0 37px;
	font-size: 24px;
	line-height: 16px;
}

.contacts-box--title.m {
	margin: 42px 0 33px;
}

@media (max-width: 767px) {
	.contacts-box--title {
		margin: -2px 0 30px;
		font-size: 24px;
		line-height: 30px;
	}

	.contacts-box--title.m {
		margin: 35px 0 26px;
	}
}

.contacts-box--field {
	padding: 0 0 0 25px;
	font-size: 20px;
	line-height: 31px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.contacts-box--field-icon {
	color: #cccccc;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	width: 17px;
	height: auto;
	display: block;
	position: absolute;
	top: 7px;
	right: auto;
	bottom: auto;
	left: 0;
}

.contacts-box--field-icon.icon-22 {
	font-size: 13px;
	line-height: 16px;
}

a.contacts-box--field {
	text-decoration: none;
	color: #db3088;
	display: inline-block;
	vertical-align: top;
}

.contacts-box--text {
	font-size: 20px;
	line-height: 31px;
}

.contacts-box--map {
	margin: 21px 0 38px;
	background: #e5e2dd;
}

.contacts-box--map-in {
	width: auto;
	height: 266px;
}

.contacts-box--form {
	margin: 0 -11px;
	font-size: 0;
	line-height: 0;
}

.contacts-box--form-f {
	padding: 0 11px;
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.contacts-box--form-f.two {
	width: 50%;
	height: auto;
}

.contacts-box--form-f.three {
	width: 33.333333%;
	height: auto;
}

.contacts-box--form-f.social {
	padding-right: 150px;
}

@media (max-width: 767px) {
	.contacts-box--form-f {
		width: 100% !important;
	}
}

.contacts-box--form-i,
.contacts-box--form-t {
	background: #f9f9f9;
	border: 1px solid #d8d5d1;
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.contacts-box--form-i {
	margin: 0 0 25px;
	padding: 0 11px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
}

.contacts-box--form-t {
	resize: none;
	margin: 0 0 40px;
	padding: 8px 11px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.contacts-box--form-s {
	position: absolute;
	top: 0;
	right: 11px;
	bottom: auto;
	left: auto;
}

.contacts-box--form-s-label {
	text-align: center;
	color: #757575;
	padding: 3px 6px 0 0;
	font-size: 16px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 767px) {
	.contacts-box--form .btn-center-wrap {
		padding: 0 11px;
	}
}

.contacts-box--left {
	width: 50%;
	height: auto;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.contacts-box--left {
		width: 55%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.contacts-box--left {
		margin: 0 0 15px;
		width: 100%;
		height: auto;
	}
}

.contacts-box--right {
	width: 50%;
	height: auto;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.contacts-box--right {
		width: 45%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.contacts-box--right {
		width: 100%;
		height: auto;
	}
}

.faq-box--item {
	margin: 0 0 35px;
}

.faq-box--item-h {
	background: #f1f1f1;
	padding: 14px 0 14px 50px;
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.faq-box--item-i {
	color: #cccccc;
	display: block;
	font-size: 27px;
	line-height: 27px;
	position: absolute;
	top: 14px;
	right: auto;
	bottom: auto;
	left: 12px;
}

.faq-box--item-t {
	padding: 0 0 0 50px;
	font-size: 18px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.faq-box--item-t {
		padding: 0;
	}
}

.faq-box--pagi {
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.faq-box--pagi-arrow {
	color: #cccccc !important;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	line-height: 21px;
}

.faq-box--pagi-arrow:hover {
	text-decoration: none !important;
	color: #db3088 !important;
}

.faq-box--pagi-arrow.disabled {
	cursor: default;
	color: #c2c2c2 !important;
}

.faq-box--pagi-items {
	margin: 0 25px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 21px;
}

.vacancies-box--quote {
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	padding: 18px 18px 16px 263px;
	margin: -8px 0 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

@media (max-width: 767px) {
	.vacancies-box--quote {
		background: none;
		border: none;
		padding: 0;
		margin: 0 0 30px;
	}
}

.vacancies-box--quote-photo {
	position: absolute;
	top: 18px;
	right: auto;
	bottom: auto;
	left: 15px;
	display: block;
	width: 182px;
	height: auto;
}

.vacancies-box--quote-icon {
	color: #d8d5d1;
	position: absolute;
	top: 22px;
	right: auto;
	bottom: auto;
	left: 216px;
	display: block;
	font-size: 29px;
	line-height: 29px;
}

@media (max-width: 767px) {
	.vacancies-box--quote-icon {
		position: absolute;
		top: 4px;
		right: auto;
		bottom: auto;
		left: 0;
		font-size: 20px;
		line-height: 20px;
	}
}

.vacancies-box--quote-text {
	margin: 0 0 27px;
	font-size: 18px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.vacancies-box--quote-text {
		margin: 0 0 10px;
	}

	.vacancies-box--quote-text:before {
		content: "";
		display: inline-block;
		vertical-align: top;
		width: 30px;
		height: 28px;
	}
}

.vacancies-box--quote-author {
	text-align: right;
	font-size: 18px;
	line-height: 26px;
}

.vacancies-box--quote-author span {
	font-weight: 500;
}

@media (max-width: 767px) {
	.vacancies-box--quote-author {
		text-align: left;
	}
}

.vacancies-box--title {
	text-transform: uppercase;
	margin: 0 0 29px;
	font-size: 20px;
	line-height: 14px;
}

.vacancies-box--title.center {
	text-align: center;
	margin: 0 0 25px;
	font-size: 24px;
	line-height: 16px;
}

@media (max-width: 767px) {
	.vacancies-box--title,
	.vacancies-box--title.center {
		font-size: 20px;
		line-height: 25px;
	}
}

.vacancies-box--text {
	margin: 0 0 33px;
	font-size: 18px;
	line-height: 28px;
}

.vacancies-box--city {
	margin: -3px 0 20px;
	font-size: 0;
	line-height: 0;
}

.vacancies-box--city-label {
	margin: 0 10px 0 0;
	font-size: 16px;
	line-height: 17px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 767px) {
	.vacancies-box--city-label {
		font-size: 16px;
		line-height: 23px;
	}
}

.vacancies-box--city-link {
	text-decoration: none;
	color: #cccccc !important;
	font-size: 16px;
	line-height: 17px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 767px) {
	.vacancies-box--city-link {
		font-size: 16px;
		line-height: 23px;
	}
}

.vacancies-box--city-link.active,
.vacancies-box--city-link:hover {
	text-decoration: none !important;
	color: #db3088 !important;
}

.vacancies-box--city-sep {
	margin: 0 5px;
	font-size: 16px;
	line-height: 17px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 767px) {
	.vacancies-box--city-sep {
		font-size: 16px;
		line-height: 23px;
	}
}

.vacancies-box--grid {
	margin: 0 -10px 14px;
	font-size: 0;
	line-height: 0;
}

.vacancies-box--grid-item {
	padding: 0 10px 20px;
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	height: auto;
}

.vacancies-box--grid-item-in {
	background: #f1f1f1;
	padding: 19px 0 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

@media (max-width: 767px) {
	.vacancies-box--grid-item-in {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1219px) {
	.vacancies-box--grid-item {
		width: 50%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.vacancies-box--grid-item {
		width: 100%;
		height: auto;
	}
}

.vacancies-box--grid-title,
.vacancies-box--grid-city {
	padding: 0 30px 0 40px;
	margin: 0 0 12px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 18px;
	line-height: 18px;
}

.vacancies-box--grid-title {
	font-weight: 500;
}

.vacancies-box--grid-city {
	min-width: initial;
	min-height: 36px;
}

.vacancies-box--grid-icon {
	color: #cccccc;
	text-align: center;
	width: 15px;
	height: auto;
	font-size: 16px;
	line-height: 16px;
	display: block;
	position: absolute;
	top: 2px;
	right: auto;
	bottom: auto;
	left: 14px;
}

.vacancies-box--grid-icon.icon-13 {
	font-size: 15px;
	line-height: 16px;
}

.vacancies-box--foot {
	letter-spacing: -0.5px;
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 28px;
}

.vacancies-box--foot-link {
	color: #db3088;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 767px) {
	.vacancies-box--foot {
		margin: 0 0 15px;
	}
}

.vacancies-box--phone {
	letter-spacing: -0.5px;
	padding: 0 0 0 25px;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.vacancies-box--phone-icon {
	color: #cccccc;
	font-size: 18px;
	line-height: 18px;
	display: block;
	position: absolute;
	top: 5px;
	right: auto;
	bottom: auto;
	left: 0;
}

.news-box {
	margin: -10px -11px 6px;
	font-size: 0;
	line-height: 0;
}

.news-box .news-list--item {
	margin: 0 0 25px;
	width: 50%;
	height: auto;
}

@media (max-width: 767px) {
	.news-box .news-list--item {
		width: 100%;
		height: auto;
	}
}

.news-item--poster {
	margin: 0 0 19px;
	border: 1px solid #f1f1f1;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.news-item--date {
	background: #db3088;
	color: #ffffff;
	text-align: center;
	padding: 7px 0 8px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 41px;
	height: auto;
}

.news-item--date-top {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 14px;
	font-weight: 500;
}

.news-item--date-bottom {
	font-size: 13px;
	line-height: 9px;
}

.news-item--image {
	display: block;
	width: 100%;
	height: auto;
}

.news-item--text {
	font-size: 18px;
	line-height: 28px;
}

.news-item--text.m {
	margin: 0 0 41px;
}

.comments-box--item {
	padding: 2px 0 11px 80px;
	margin: 0 0 15px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	min-width: initial;
	min-height: 63px;
}

.comments-box--item:after {
	content: "";
	background: #f1f1f1;
	width: auto;
	height: 1px;
	display: block;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 80px;
}

.comments-box--item.sub-1 {
	margin-left: 80px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-1 {
		margin-left: 30px;
	}
}

.comments-box--item.sub-2 {
	margin-left: 160px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-2 {
		margin-left: 60px;
	}
}

.comments-box--item.sub-3 {
	margin-left: 240px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-3 {
		margin-left: 60px;
	}
}

.comments-box--item.sub-4 {
	margin-left: 320px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-4 {
		margin-left: 60px;
	}
}

.comments-box--item.sub-max {
	margin-left: 400px;
}

@media (max-width: 767px) {
	.comments-box--item.sub-max {
		margin-left: 60px;
	}
}

.comments-box--avatar {
	border: 1px solid #f1f1f1;
	display: block;
	width: 63px;
	height: auto;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

.comments-box--avatar-image {
	display: block;
	width: 100%;
	height: auto;
}

.comments-box--tools {
	margin: 0 0 2px;
	color: #757575;
	font-size: 0;
	line-height: 0;
}

.comments-box--author {
	margin: 0 9px 0 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}

.comments-box--date {
	margin: 0 9px 0 0;
	padding: 0 0 0 16px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.comments-box--date-icon {
	color: #757575;
	display: block;
	position: absolute;
	top: 5px;
	right: auto;
	bottom: auto;
	left: 0;
	font-size: 11px;
	line-height: 11px;
}

.comments-box--answer {
	color: #db3088;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

.comments-box--text {
	font-size: 16px;
	line-height: 22px;
}

.stock-item--features {
	padding: 5px 0 10px;
}

.stock-item--left,
.stock-item--right {
	width: 50%;
	height: auto;
}

@media (max-width: 767px) {
	.stock-item--left,
	.stock-item--right {
		width: 100%;
		height: auto;
	}
}

.stock-item--triple {
	width: 33.333333%;
	height: auto;
}

@media (max-width: 767px) {
	.stock-item--triple {
		width: 100%;
		height: auto;
	}
}

.stock-item--field {
	margin: 0 0 10px;
	font-size: 0;
	line-height: 0;
}

.stock-item--field-l {
	color: #757575;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 25px;
	width: 140px;
	height: auto;
}

.stock-item--field-l.s1 {
	width: 85px;
	height: auto;
}

.stock-item--field-l.s2 {
	width: 150px;
	height: auto;
}

.stock-item--field-l.s3 {
	width: 130px;
	height: auto;
}

.stock-item--field-v {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 25px;
}

.stock-item--field-v.pink {
	color: #db3088;
}

.stock-item--field-v.strong {
	font-weight: 500;
}

.search-page--form {
	margin: 0 auto 41px;
	width: 488px;
	height: auto;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

@media (max-width: 1219px) {
	.search-page--form {
		width: calc(100% - 68px);
		height: auto;
	}
}

.search-page--form:before,
.search-page--form:after {
	content: "";
	background: url(../img/big-title--dots.svg);
	background-size: auto 100%;
	width: 135px;
	height: 17px;
}

@media (max-width: 1219px) {
	.search-page--form:before,
	.search-page--form:after {
		width: 17px;
		height: 17px;
	}
}

.search-page--form:before {
	position: absolute;
	top: 12px;
	right: auto;
	bottom: auto;
	left: -155px;
}

@media (max-width: 1219px) {
	.search-page--form:before {
		left: -34px;
	}
}

.search-page--form:after {
	position: absolute;
	top: 12px;
	right: -155px;
	bottom: auto;
	left: auto;
}

@media (max-width: 1219px) {
	.search-page--form:after {
		right: -34px;
	}
}

.search-page--form-input {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	border: 1px solid #d8d5d1;
	padding: 10px 18px;
	display: block;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 24px;
}

.search-page--form-button {
	border: none;
	padding: 0;
	background: none;
	color: #cccccc;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 48px;
	height: 46px;
}

.search-page--form-button:hover {
	color: #db3088;
}

.search-page--form-icon {
	margin: 13px auto;
	font-size: 20px;
	line-height: 20px;
	display: block;
}

.search-page--title {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 38px;
	font-size: 24px;
	line-height: 16px;
}

.client-box {
	margin: -20px 0 0;
}

.client-box--title {
	text-align: center;
	text-transform: uppercase;
	margin: 60px 0 25px;
	font-size: 24px;
	line-height: 16px;
}

.client-box--title.m {
	margin: 0 0 35px;
}

.client-box--title.l {
	margin: 0 0 30px;
}

.client-box--table {
	margin: 0 0 20px;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.client-box--table,
	.client-box--table tbody,
	.client-box--table tr,
	.client-box--table td {
		display: block;
	}
}

.client-box--table td {
	vertical-align: middle;
	padding: 14px 0;
	border-bottom: 1px solid #e5e2dd;
	font-size: 16px;
	line-height: 22px;
}

.client-box--table td.s1 {
	padding-right: 32px;
	padding-left: 6px;
	width: 102px;
	height: auto;
}

.client-box--table td.s2 {
	width: 293px;
	height: auto;
}

@media (max-width: 767px) {
	.client-box--table td.s2 {
		width: 100%;
		height: auto;
	}
}

.client-box--table td.s3 {
	width: 281px;
	height: auto;
}

@media (max-width: 767px) {
	.client-box--table td.s3 {
		width: 100%;
		height: auto;
	}
}

.client-box--table td.s4 {
	width: 144px;
	height: auto;
}

@media (max-width: 767px) {
	.client-box--table td.s4 {
		width: auto;
		height: auto;
		display: inline-block;
		vertical-align: top;
	}
}

.client-box--table td.s5 {
	width: 40px;
	height: auto;
}

@media (max-width: 767px) {
	.client-box--table td.s5 {
		width: auto;
		height: 29px;
		display: inline-block;
		vertical-align: top;
	}
}

.client-box--table td.s6 {
	width: 574px;
	height: auto;
}

@media (max-width: 767px) {
	.client-box--table td.s6 {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.client-box--table td {
		border: none !important;
		padding: 0 !important;
	}
}

.client-box--table tr {
	/* cursor: pointer; */
}

.client-box--table tr:hover .client-box--table-title {
	color: #db3088 !important;
}

.client-box--table tr:last-of-type td {
	border: none;
}

@media (max-width: 767px) {
	.client-box--table tr {
		border-bottom: 1px solid #e5e2dd;
		padding: 0 0 9px 90px;
		margin: 13px 0 0;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}

	.client-box--table tr:first-of-type {
		margin: 0;
	}
}

.client-box--table.b tr:last-of-type td {
	border-bottom: 1px solid #e5e2dd;
}

.client-box--table-title {
	text-decoration: none;
	color: #cccccc !important;
	display: inline-block;
	vertical-align: top;
}

.client-box--table-title:hover {
	text-decoration: none !important;
}

.client-box--table-address {
	padding: 0 0 0 17px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

@media (max-width: 767px) {
	.client-box--table-address {
		margin: 3px 0;
	}
}

.client-box--table-icon {
	color: #cccccc;
	display: block;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	top: 4px;
	right: auto;
	bottom: auto;
	left: 0;
}

.client-box--table-price {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.client-box--table-price span {
	font-weight: normal;
}

.client-box--table-price .old-price {
	color: #a2a2a2;
	text-decoration: line-through;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.client-box--table-price {
		padding: 0 10px 0 0;
		font-size: 18px;
		line-height: 29px;
		font-weight: 500;
	}
}

.client-box--table-image {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.client-box--table-image {
		width: 64px;
		height: auto;
		position: absolute;
		top: 9px;
		right: auto;
		bottom: auto;
		left: 0;
	}
}

.client-box--table .items-list--badge {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

@media (max-width: 767px) {
	.client-box--table .items-list--badge {
		transform-origin: 0 0;
		transform: scale(0.82, 0.82);
	}
}

.client-box .stock-item--features {
	margin: 0 0 20px;
}

.client-box--total {
	text-align: right;
	padding: 5px 50px 0 0;
	font-size: 0;
	line-height: 0;
}

@media (max-width: 767px) {
	.client-box--total {
		padding-right: 0;
	}
}

.client-box--total-label {
	margin: 0 17px 0 0;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 767px) {
	.client-box--total-label {
		margin-right: 10px;
		font-size: 15px;
		line-height: 19px;
	}
}

.client-box--total-price {
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}

.client-box--total-price span {
	font-weight: normal;
}

@media (max-width: 767px) {
	.client-box--total-price {
		font-size: 19px;
		line-height: 19px;
	}
}

.client-box .contacts-box--form {
	padding: 0 0 20px;
}

.client-box--halfer {
	padding: 0 0 45px;
}

.client-box--halfer .contacts-box--form-i {
	margin: 0 0 0 30px;
	width: 270px;
	height: auto;
}

@media (max-width: 767px) {
	.client-box--halfer .contacts-box--form-i {
		margin: 10px 0 5px 30px;
		width: calc(100% - 30px);
		height: auto;
	}
}

.client-box--left,
.client-box--right {
	width: 50%;
	height: auto;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.client-box--left,
	.client-box--right {
		width: 45%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.client-box--left,
	.client-box--right {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.client-box--left {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.client-box--right {
		padding: 0 0 0 30px;
	}

	.client-box--right .checker {
		margin: 0 0 10px;
	}
}

.checker {
	margin: 0 0 7px;
	display: block;
}

.checker--label {
	cursor: pointer;
	padding: 0 0 0 30px;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 16px;
	line-height: 19px;
	color: #ccc;
}

.checker--label:before {
	content: "";
	background: #1f1f1f;
	border: 1px solid #4f4f4f;
	display: block;
	position: absolute;
	top: 1px;
	right: auto;
	bottom: auto;
	left: 0;
	width: 17px;
	height: 17px;
}

.checker--label:hover:before {
	border: 1px solid #db3088;
}

.checker--icon {
	color: #db3088;
	display: none;
	position: absolute;
	top: 1px;
	right: auto;
	bottom: auto;
	left: 3px;
	font-size: 9px;
	line-height: 17px;
}

.checker--input {
	display: none;
}

.checker--input:checked + .checker--label:before {
	border: 1px solid #db3088;
}

.checker--input:checked + .checker--label .checker--icon {
	display: block;
}

.select {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.select--in {
	background: #222222;
	border: 1px solid #333;
	padding: 0 25px 0 11px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;

	line-height: 36px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.select--arrow {
	border-color: #757575 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	position: absolute;
	top: 16px;
	right: 6px;
	bottom: auto;
	left: auto;
	display: block;
	width: 0;
	height: auto;
}

.select--title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.select--list {
	background: #222;
	border: 1px solid #333;
	overflow-y: auto;
	list-style: none;
	z-index: 1000;
	margin: 5px 0 0;
	padding: 5px 0;
	display: none;
	position: absolute;
	top: 100%;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	height: auto;
	max-width: initial;
	max-height: 200px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.select--list li {
	padding: 0 11px 0 11px;
	cursor: pointer;
	font-size: 14px;
	line-height: 26px;
}

.select--list li:hover {
	background: #d8d5d1;
}

.catalog-box {
	margin: 0px;
}

.catalog-box .faq-box--pagi {
	margin: 20px 0 30px;
}

.catalog-box--text {
	color: #757575;
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 22px;
}

.catalog-box--text.hidden {
	display: none;
}

.catalog-box--more {
	color: #cccccc !important;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
}

.catalog-box--more:hover {
	text-decoration: none !important;
	color: #db3088 !important;
}

.brand-box--info {
	text-align: center;
	padding: 10px 0 0;
	width: 185px;
	height: auto;
}

@media (max-width: 767px) {
	.brand-box--info {
		margin: -10px 0 20px;
		width: 100%;
		height: auto;
	}
}

.brand-box--text {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #cccccc;
	width: calc(100% - 185px);
	height: auto;
	max-width: initial;
	max-height: 192px;
	font-size: 15px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.brand-box--text {
		width: 100%;
		height: auto;
	}
}

.brand-box--title {
	text-align: center;
	text-transform: uppercase;
	margin: 45px 0 48px;
	font-size: 24px;
	line-height: 16px;
}

.brand-box--image {
	margin: 0 auto 20px;
	display: block;
	width: 100%;
	height: auto;
	max-width: 108px;
	max-height: initial;
}

.brand-box--name {
	color: #cccccc;
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 18px;
}

.brand-box--link {
	text-decoration: none;
	color: #db3088;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 18px;
}

.popup {
	z-index: 2001;
	background: #1f1f1f;
	border: 1px solid #111;
	padding: 30px 85px 35px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 506px;
	height: auto;
	display: none;
	min-width: 320px;
	min-height: initial;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

}

@media (max-width: 767px) {
	.popup {
		border: none;
		padding: 52px 20px 20px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		height: auto;
	}
}

.popup--overlay {
	z-index: 2000;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

.popup--close {
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 16px;
	bottom: auto;
	left: auto;
	width: 20px;
	height: 20px;
}

@media (max-width: 767px) {
	.popup--close {
		position: absolute;
		top: 12px;
		right: 12px;
		bottom: auto;
		left: auto;
	}
}

.popup--close:before,
.popup--close:after {
	content: "";
	background: #cccccc;
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
}

.popup--close:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.popup--close:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.popup--close:hover:before,
.popup--close:hover:after {
	background: #db3088;
}

.popup--title {
	text-align: center;
	text-transform: uppercase;
	margin: 0 -85px 40px;
	padding: 0 0 29px;
	font-size: 28px;
	line-height: 19px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	color: #eee;
}

@media (max-width: 767px) {
	.popup--title {
		margin: 0 0 40px;
		font-size: 22px;
		line-height: 16px;
	}
}

.popup--title:before,
.popup--title:after {
	content: "";
	background: #444;
	display: block;
	width: 138px;
	height: 1px;
}

@media (max-width: 767px) {
	.popup--title:before,
	.popup--title:after {
		width: calc(50% - 29px);
		height: 1px;
	}
}

.popup--title:before {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 85px;
}

@media (max-width: 767px) {
	.popup--title:before {
		position: absolute;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}
}

.popup--title:after {
	position: absolute;
	top: auto;
	right: 85px;
	bottom: 0;
	left: auto;
}

@media (max-width: 767px) {
	.popup--title:after {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
	}
}

.popup--title-line {
	content: "";
	background: #db3088;
	display: block;
	position: absolute;
	top: auto;
	right: auto;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 46px;
	height: 3px;
}

.popup--form {
	margin: 0 -5px;
}

.popup--field {
	padding: 0 5px;
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.popup--field.m1 {
	margin: 0 0 14px;
}

.popup--field.m2 {
	margin: 0 0 26px;
}

.popup--field.m3 {
	margin: 0 0 40px;
}

.popup--field.s60 {
	width: 60%;
	height: auto;
}

.popup--field.s40 {
	width: 40%;
	height: auto;
}

.popup--field-i,
.popup--field-t {
	background: #222;
	color: #CCCCCC;
	border: 1px solid #444;
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.popup--field-i {
	padding: 0 11px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
}

.popup--field-t {
	resize: none;
	padding: 8px 11px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.popup--field.iconed {
		padding-left: 45px;
	}
}

.popup--icon {
	color: #cccccc;
	text-align: center;
	display: block;
	font-size: 25px;
	line-height: 25px;
	width: 25px;
	height: auto;
	position: absolute;
	top: 6px;
	right: auto;
	bottom: auto;
	left: -40px;
}

.popup--icon.icon-21 {
	font-size: 17px;
	line-height: 25px;
}

@media (max-width: 767px) {
	.popup--icon {
		left: 5px;
	}
}

@media (max-width: 767px) {
	.popup .btn-center-wrap {
		padding: 0 5px;
	}
}

.stocks-page {
	background: #db3088;
	color: #ffffff;
	padding: 0 0 40px;
}

.stocks-page--title {
	text-transform: uppercase;
	text-align: center;
	background: #db3088 url(../img/stocks-page--title.png) top center repeat-x;
	padding: 80px 0 0;
	width: auto;
	height: 145px;
	font-size: 34px;
	line-height: 23px;
	font-weight: 500;
}

.stocks-page--list {
	margin: 0 -10px;
}

.stocks-page--item {
	padding: 0 10px;
	margin: 0 0 20px;
	display: block;
}

.stocks-page--item.s1 {
	width: 716px;
	height: 470px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.stocks-page--item.s1 {
		width: 100%;
		height: 470px;
	}
}

@media (max-width: 767px) {
	.stocks-page--item.s1 {
		width: 100%;
		height: 200px;
	}
}

.stocks-page--item.s2 {
	width: 484px;
	height: 225px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.stocks-page--item.s2 {
		width: 50%;
		height: 225px;
	}
}

@media (max-width: 767px) {
	.stocks-page--item.s2 {
		width: 100%;
		height: 200px;
	}
}

.stocks-page--item.s3 {
	width: 600px;
	height: 400px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.stocks-page--item.s3 {
		width: 100%;
		height: 400px;
	}
}

@media (max-width: 767px) {
	.stocks-page--item.s3 {
		width: 100%;
		height: 200px;
	}
}

.stocks-page--item-link {
	background: #db3088;
	text-decoration: none;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100%;
	height: 100%;
}

.stocks-page--item-link:hover .stocks-page--item-image {
	opacity: 0.84;
}

.stocks-page--item-image {
	z-index: 1;
	background: center center no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100%;
	height: 100%;
}

.stocks-page--item-label {
	text-align: center;
	text-transform: uppercase;
	color: #db3088;
	background: rgba(255, 255, 255, 0.7);
	z-index: 2;
	display: block;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 24px;
	line-height: 49px;
}

.map-page {
	background: #e5e2dd;
	overflow: hidden;
	width: auto;
	height: calc(100vh - 326px);
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

@media (max-width: 767px) {
	.map-page {
		width: auto;
		height: calc(100vh - 130px);
	}
}

.map-page--box {
	z-index: 1;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
	height: 100%;
}

.map-page--filter {
	background: #ffffff;
	z-index: 2;
	padding: 6px 0;
	position: absolute;
	top: 16px;
	right: auto;
	bottom: auto;
	left: 13px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
	.map-page--filter {
		position: absolute;
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
	}
}

.map-page--filter-field {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.map-page--filter-field.p1 {
	padding: 0 7px 0 10px;
}

.map-page--filter-field.p2 {
	padding: 0 31px 0 0;
}

.map-page--filter-field.p3 {
	padding: 0 27px 0 0;
}

@media (max-width: 767px) {
	.map-page--filter-field.p3 {
		padding: 0 0 0 5px;
	}
}

.map-page--filter-box {
	background: #ffffff;
	margin: 6px 0 0;
	list-style: none;
	padding: 0 0 5px;
	display: none;
	position: absolute;
	top: 100%;
	right: -3px;
	bottom: auto;
	left: 0;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

.map-page--filter-box li {
	padding: 0 10px;
	cursor: pointer;
	font-size: 14px;
	line-height: 26px;
}

.map-page--filter-box li:hover {
	background: rgba(0, 0, 0, 0.05);
}

.map-page--filter-choose {
	text-decoration: none;
	color: #db3088;
	padding: 0 15px 0 0;
	display: block;
	font-size: 14px;
	line-height: 36px;
}

.map-page--filter-choose-icon {
	margin: 0 5px 0 0;
	font-size: 14px;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
}

.map-page--filter-input {
	background: #f9f9f9;
	border: 1px solid #d8d5d1;
	padding: 0 11px;
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
}

.map-page--filter .select--in {
	border: none;
	background: none;
	padding: 0 22px 0 11px;
}

.map-page--filter .select--list {
	margin: 8px 0 0;
	border: none;
	padding: 0 0 5px;
	background: #ffffff;
	white-space: nowrap;
	overflow-x: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: initial;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

.map-page--filter .select--list li {
	padding-right: 25px;
}

.map-page--filter .select--list li:hover {
	background: rgba(0, 0, 0, 0.05);
}

.map-page--info {
	background: #ffffff;
	overflow: auto;
	z-index: 2;
	padding: 0 0 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	width: 430px;
	height: auto;
	display: none;
}

@media (max-width: 767px) {
	.map-page--info {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		height: auto;
	}
}

.map-page--info-close {
	z-index: 2;
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	bottom: auto;
	left: auto;
	width: 50px;
	height: 50px;
}

.map-page--info-close:after {
	content: "";
	background: #ffffff;
	z-index: 2;
	width: 26px;
	height: 3px;
	display: block;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
}

.map-page--info-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.map-page--info-close-icon {
	margin: 15px 0 0 15px;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 20px;
	height: 20px;
}

.map-page--info-close-icon:before,
.map-page--info-close-icon:after {
	content: "";
	background: #ffffff;
	z-index: 1;
	width: 26px;
	height: 3px;
	display: block;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}

.map-page--info-close-icon:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.map-page--info-close-icon:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.map-page--info-slider {
	margin: 0 0 20px;
}

.map-page--info-slider .slick-arrow {
	color: #ffffff;
	margin: 0;
	z-index: 2;
	cursor: pointer;
	font-size: 31px;
	line-height: 31px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.map-page--info-slider .slick-arrow.slick-prev {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 15px;
}

.map-page--info-slider .slick-arrow.slick-next {
	position: absolute;
	top: 50%;
	right: 15px;
	bottom: auto;
	left: auto;
}

.map-page--info-field {
	padding: 0 0 0 45px;
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 21px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.map-page--info-photo {
	display: block;
	width: 100%;
	height: auto;
}

.map-page--info-icon {
	color: #cccccc;
	text-align: center;
	display: block;
	font-size: 21px;
	line-height: 21px;
	width: 19px;
	height: auto;
	position: absolute;
	top: 1px;
	right: auto;
	bottom: auto;
	left: 13px;
}

.map-page--info-icon.icon-14 {
	font-size: 18px;
	line-height: 18px;
}

.map-page--info-icon.icon-16 {
	font-size: 19px;
	line-height: 19px;
}

.map-page--info-half {
	width: 50%;
	height: auto;
}

@media (max-width: 767px) {
	.map-page--info-half {
		margin: 0 0 5px;
		width: 100%;
		height: auto;
	}
}

.map-page--info-stitle {
	margin: 0 0 1px;
	font-weight: 500;
}

.map-page--info-btn {
	padding: 15px 105px 0;
}

.map-page--info-btn.mt {
	padding-top: 36px;
}

@media (max-width: 767px) {
	.map-page--info-btn {
		padding: 15px 20px 0 !important;
	}
}

.badge--list {
	padding: 20px;
	font-size: 0;
	line-height: 0;
}

.badge--list .badge {
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}

.badge.sm {
	width: 30px;
	height: 35px;
}

.badge.md {
	width: 35px;
	height: 41px;
}

.badge.lg {
	width: 50px;
	height: 58px;
}

.badge:not(.text) {
	background: url(../img/badge-text--empty.svg) left top no-repeat;
	background-size: 100% 100%;
}

.badge--icon {
	color: #db3088;
	display: block;
}

.badge.sm .badge--icon {
	font-size: 35px;
	line-height: 35px;
}

.badge.md .badge--icon {
	font-size: 41px;
	line-height: 41px;
}

.badge.lg .badge--icon {
	font-size: 58px;
	line-height: 58px;
}

.badge.text {
	text-align: center;
	color: #db3088;
	background: center center no-repeat;
	background-size: 100% 100%;
}

.badge.text.empty {
	background-image: url(../img/badge-text--empty.svg);
}

.badge.text.half {
	background-image: url(../img/badge-text--half.svg);
}

.badge.text.full {
	color: #ffffff;
	background-image: url(../img/badge-text--full.svg);
}

.badge.text.sm {
	font-size: 11px;
	line-height: 35px;
	font-weight: 500;
}

.badge.text.md {
	font-size: 14px;
	line-height: 41px;
	font-weight: 500;
}

.badge.text.lg {
	font-size: 19px;
	line-height: 58px;
	font-weight: 500;
}

.item-slider {
	margin: -15px 0 0;
}

.item-slider--box .slide {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.item-slider--box .slide:after {
	content: "";
	background: #e5e2dd;
	width: 1px;
	height: auto;
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: auto;
}

@media (max-width: 767px) {
	.item-slider--box .slide:after {
		display: none;
	}
}

.item-slider--box .slide.slick-current:before {
	content: "";
	background: #ffffff;
	width: 1px;
	height: auto;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
}

@media (max-width: 767px) {
	.item-slider--box .slide.slick-current:before {
		display: none;
	}
}

.item-slider--box .slide .items-list--item {
	border: none;
	width: auto;
	display: block;
}

@media (max-width: 767px) {
	.item-slider--box .slide:last-of-type .items-list--item {
		border: none !important;
	}
}

.item-slider--box .slick-arrow {
	margin: 0;
	z-index: 2;
	color: #757575;
	cursor: pointer;
	font-size: 43px;
	line-height: 43px;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	border-radius: 43px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.item-slider--box .slick-arrow.slick-prev {
	position: absolute;
	top: 95px;
	right: auto;
	bottom: auto;
	left: -43px;
}

.item-slider--box .slick-arrow.slick-next {
	position: absolute;
	top: 95px;
	right: -43px;
	bottom: auto;
	left: auto;
}

.item-slider--box .slick-arrow:hover {
	color: #db3088;
}

.product {
	margin: 0 0 83px;
}

@media (max-width: 767px) {
	.product {
		margin: 0 0 40px;
	}
}

.product--left {
	width: 600px;
	height: auto;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.product--left {
		width: 47%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.product--left {
		width: 100%;
		height: auto;
	}
}

.product--right {
	width: 530px;
	height: auto;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.product--right {
		width: 50%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.product--right {
		margin: 20px 0 0;
		width: 100%;
		height: auto;
	}
}

.product--title {
	margin: -6px 0 22px;
	padding: 0 0 14px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.product--title:before {
	content: "";
	/*background: #d8d5d1;*/
	display: block;
	width: auto;
	height: 1px;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.product--title:after {
	content: "";
	background: #db3088;
	/*border-right: 4px solid #ffffff;*/
	display: block;
	width: 87px;
	height: 1px;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

.product--stitle {
	text-transform: uppercase;
	margin: 25px 0 15px;
	font-size: 22px;
	line-height: 26px;
}

.product--sizes {
	margin: 0 0 13px -12px;
	font-size: 0;
	line-height: 0;
}
.product--complect-item,
.product--sizes-item {
	margin: 0 0 12px 12px;
	border: 1px solid #333;
	text-align: center;
	text-decoration: none;
	color: #cccccc;
	transition: 200ms all ease;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	width: 67px;
	height: 67px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	font-size: 20px;
	line-height: 56px;
}
.product--complect-item:hover,
.product--complect-item.active,
.product--sizes-item:hover,
.product--sizes-item.active {
	border-color: #db3088;
}
.product--complect-item.active,
.product--sizes-item.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.product--sizes-icon {
	color: #757575;
	display: block;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: auto;
	right: auto;
	bottom: 7px;
	left: 50%;
}

.product--sizes-icon.icon-06 {
	font-size: 11px;
	line-height: 14px;
}

.product--sizes-icon.icon-17 {
	font-size: 14px;
	line-height: 14px;
}

.product--sizes-icon.none {
	overflow: hidden;
	width: 12px;
	height: 12px;
}

.product--sizes-icon.none:before,
.product--sizes-icon.none:after {
	content: "";
	background: #757575;
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
}

.product--sizes-icon.none:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.product--sizes-icon.none:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.product--price {
	margin: 0 17px 0 0;
	color: #db3088;
	font-size: 26px;
	line-height: 41px;
	font-weight: 500;
}

.product--price span {
	font-weight: normal;
}

.product--price-box {
	padding: 26px 0 26px;
}

.product--price.old {
	color: #757575;
	text-decoration: line-through;
	margin: 1px 0 -1px;
	font-size: 21px;
	line-height: 41px;
	font-weight: 400;
}

.product--badge {
	margin: 0 13px 0 0;
}

.product--available {
	background: #f1f1f1;
	padding: 10px 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.product--available-status {
	padding: 0 0 0 27px;
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
}

.product--available-status .product--sizes-icon {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	position: absolute;
	top: 9px;
	right: auto;
	bottom: auto;
	left: 0;
}

.product--available-field {
	padding: 0 17px 0 25px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 18px;
	line-height: 32px;
}

.product--available-field-icon {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 1px;
	display: block;
}

.product--available-field-icon.icon-10 {
	font-size: 15px;
	line-height: 32px;
}

.product--available-field-icon.icon-14 {
	font-size: 14px;
	line-height: 32px;
}

.product--available-field-icon.icon-radio-unchecked,
.product--available-field-icon.icon-radio-checked {
	font-size: 15px;
	line-height: 32px;
	top: 2px;
}

.product--available-field-icon.icon-radio-checked {
	color: #db3088;
}

.product--available-other {
	text-decoration: none;
	color: #db3088;
	padding: 0 0 0 12px;
	display: block;
	font-size: 15px;
	line-height: 32px;
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.product--available-other:before {
	content: "";
	border-top: 4px solid #db3088;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	display: block;
	position: absolute;
	top: 15px;
	right: auto;
	bottom: auto;
	left: 0;
}

.product--photo {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.product--photo .items-list--bookmark {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	display: block;
	width: 75px;
	height: auto;
}

.product--photo-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.product--brand {
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
}

.product--socials {
	font-size: 0;
	line-height: 0;
}

.product--socials-item {
	margin: 0 5px 0 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	display: inline-block;
	vertical-align: top;
}

.product--socials-item.vk {
	background: #41658b;
}

.product--socials-item.ok {
	background: #f4960f;
}

.product--socials-item.fb {
	background: #39579a;
}

.product--socials-item.tw {
	background: #00abf0;
}

.product--socials-item.gp {
	background: #be3308;
}

.product--socials-item:hover {
	opacity: 0.8;
}

.product--socials-icon.icon-19 {
	font-size: 18px;
	line-height: 40px;
}

.product--socials-icon.icon-12 {
	font-size: 20px;
	line-height: 40px;
}

.product--socials-icon.icon-09 {
	font-size: 23px;
	line-height: 40px;
}

.product--socials-icon.icon-18 {
	font-size: 18px;
	line-height: 40px;
}

.product--socials-icon.icon-39 {
	font-size: 20px;
	line-height: 40px;
}

.product--text {
	margin: -5px 0 15px;
	font-size: 16px;
	line-height: 22px;
}

.helper {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

.helper--title {
	border-bottom: 1px dashed;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.helper--title:hover {
	border-style: solid;
}

.helper--box {
	background: #ffffff;
	border: 1px solid #e5e2dd;
	padding: 12px 17px 14px;
	display: none;
	position: absolute;
	top: -11px;
	right: auto;
	bottom: auto;
	left: -9px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
	width: 280px;
	height: auto;
}

.helper--box-title {
	margin: 0 0 8px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.helper--box-text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}

.js-tabs--box {
	display: none;
}

.js-tabs--box.shown {
	display: block;
}

.footer {
	border-top: 1px solid #222;
}

.footer--lang {
	list-style: none;
	margin: 25px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--lang {
		margin: 22px 0 0;
	}
}

@media (max-width: 767px) {
	.footer--lang {
		margin: 0;
		padding: 10px 0;
		float: none;
		text-align: center;
	}
}

.footer--lang-item,
.footer--lang-sep {
	color: #838383;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--lang-item,
	.footer--lang-sep {
		font-size: 14px;
		line-height: 25px;
		font-weight: 500;
	}
}

.footer--lang-item.active,
.footer--lang-item:hover {
	color: #cccccc;
}

.footer--lang-sep {
	margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--lang-sep {
		margin: 0 5px;
	}
}

.footer--lang-link {
	text-decoration: none;
	color: inherit;
}

.footer--links {
	text-transform: uppercase;
	/*position: absolute;
	top: 25px;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 0;*/
	line-height: 50px;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--links {
		text-align: center;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		position: absolute;
		top: 23px;
		right: 170px;
		bottom: auto;
		left: 185px;
	}
}

@media (max-width: 767px) {
	.footer--links {
		text-align: center;
		padding: 0 0 15px;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

.footer--link {
	color: #cccccc;
	text-decoration: none;
	margin: 0 0 0 46px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 50px;
	font-weight: 500;
}

.footer--link:first-of-type {
	margin: 0 !important;
}

.footer--link:hover {
	color: #db3088;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--link {
		margin-left: 15px;
		font-size: 14px;
		line-height: 25px;
		font-weight: 500;
	}
}

@media (max-width: 767px) {
	.footer--link {
		margin: 0;
		display: block;
		font-size: 14px;
		line-height: 25px;
		font-weight: 500;
	}
}

.footer--socials {
	margin: 17px 0 24px;
	font-size: 0;
	line-height: 0;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--socials {
		margin: 17px 0;
	}
}

@media (max-width: 767px) {
	.footer--socials {
		margin: 0;
		padding: 0 0 20px;
		float: none;
		text-align: center;
	}
}

.footer--socials-item {
	margin: 0 0 0 4px;
	background: #909090;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none;
	width: 38px;
	height: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	display: block;
	vertical-align: top;
	font-size: 38px;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 5px;
}

.footer--socials-item:hover {
	text-decoration: none !important;
	background: #db3088;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--socials-item {
		width: 33px;
		height: 33px;
	}
}

.footer--socials-icon.icon-19 {
	font-size: 18px;
	line-height: 38px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--socials-icon.icon-19 {
		font-size: 15px;
		line-height: 33px;
	}
}

.footer--socials-icon.icon-12 {
	font-size: 20px;
	line-height: 38px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--socials-icon.icon-12 {
		font-size: 17px;
		line-height: 33px;
	}
}

.footer--socials-icon.icon-09 {
	font-size: 23px;
	line-height: 38px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--socials-icon.icon-09 {
		font-size: 20px;
		line-height: 33px;
	}
}

.footer--socials-icon.icon-18 {
	font-size: 18px;
	line-height: 38px;
}

@media (min-width: 768px) and (max-width: 1219px) {
	.footer--socials-icon.icon-18 {
		font-size: 15px;
		line-height: 33px;
	}
}

.footer--copy {
	background: #111;
}

.footer--copy-title {
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 16px;
	font-weight: 500;
}

.footer--copy-text {
	color: #757575;
	font-size: 15px;
	line-height: 16px;
}

.footer--copy-bitrix {
	margin: 0 0 7px;
	width: auto;
	height: 33px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.footer--copy-dev {
	text-decoration: none;
	color: #cccccc;
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
}

.footer--copy-dev:hover {
	color: #db3088;
}

.footer--left {
	padding: 14px 0 13px;
}

@media (max-width: 767px) {
	.footer--left {
		width: 100%;
		height: auto;
	}
}

.footer--right {
	padding: 12px 0 7px;
}

@media (max-width: 767px) {
	.footer--right {
		padding-top: 0;
		width: 100%;
		height: auto;
	}
}

body.pink-footer .footer {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	background: #db3088;
}

body.pink-footer .footer--lang-item,
body.pink-footer .footer--lang-sep {
	color: rgba(255, 255, 255, 0.6);
	font-weight: normal;
}

body.pink-footer .footer--lang-item.active,
body.pink-footer .footer--lang-item:hover {
	color: #ffffff;
}

body.pink-footer .footer--copy {
	color: rgba(255, 255, 255, 0.6);
	font-weight: normal;
}

body.pink-footer .footer--link {
	color: #ffffff;
	font-weight: normal;
}

body.pink-footer .footer--socials-item {
	background: rgba(255, 255, 255, 0.6);
	color: #db3088 !important;
}

body.pink-footer .footer--socials-item:hover {
	background: #ffffff;
}

body.pink-footer .footer--copy {
	background: rgba(255, 255, 255, 0.1);
}

body.pink-footer .footer--copy-title {
	color: #ffffff;
}

body.pink-footer .footer--copy-text {
	color: rgba(255, 255, 255, 0.6);
}

body.pink-footer .footer--copy-dev {
	color: rgba(255, 255, 255, 0.6);
}

body.pink-footer .footer--copy-dev:hover {
	color: #ffffff;
}

.visible-xs,
.visible-xs-ib,
.visible-sm,
.visible-sm-ib,
.visible-md,
.visible-md-ib {
	display: none;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block;
	}

	.visible-xs-ib {
		display: inline-block;
		vertical-align: top;
	}

	.hidden-xs {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1219px) {
	.visible-sm {
		display: block;
	}

	.visible-sm-ib {
		display: inline-block;
		vertical-align: top;
	}

	.hidden-sm {
		display: none;
	}
}

@media (min-width: 1220px) {
	.visible-md {
		display: block;
	}

	.visible-md-ib {
		display: inline-block;
		vertical-align: top;
	}

	.hidden-md {
		display: none;
	}
}
