/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

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

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 1240px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body {
	background: url("../images/bg-body.jpg") repeat-y 50% 0;
	font-family: "Descr";
	font-size: 14px;
}

#wrapper {
	overflow: hidden;
}

.main {
	width: 1240px;
	margin: 0 auto;
}

.header {
	background: #fff;
	border-bottom: 2px solid #f1edde;
	position: relative;
	z-index: 10;
}

.header__wrap {
	width: 1240px;
	margin: 0 auto;
}

.header__wrap:after {
	display: table;
	clear: both;
	content: "";
}

.header__wrap .logo {
	float: left;
	margin: 9px 75px 0 0;
}

.header__wrap .logo img {
	display: inline-block;
	vertical-align: top;
}

.header__wrap--phone {
	font-size: 17px;
	float: left;
	margin: 24px 78px 0 0;
}

.header__wrap--phone a {
	padding: 0 0 0 33px;
	background: url("../images/icon02.png") no-repeat 0 50%;
	color: #272727;
	font-size: 17px;
	display: block;
	margin: 0 0 7px;
}

.nav {
	float: left;
}

.nav > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "Descr";
	font-size: 18px;
}

.nav > ul:after {
	display: table;
	clear: both;
	content: "";
}

.nav > ul > li {
	float: left;
	margin: 0 0 0 35px;
}

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

.nav > ul > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 90px;
	border-bottom: 3px solid #fff;
	text-decoration: none;
	color: #313131;
	padding: 11px 4px 0;
}

.nav > ul > li > a:hover {
	border-color: #5684cb;
}

.nav > ul > li.drop > a {
	position: relative;
	padding: 11px 15px 0 4px;
}

.nav > ul > li.drop > a:before {
	background: url("../images/icon03.png") no-repeat 0 2px;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 13px;
	right: 0;
	content: "";
	z-index: 4;
}

.nav > ul > li.drop:hover .category__wrap {
	top: 100% !important;
}

.nav > ul > li.drop:hover .category__wrap:before {
	height: 2px;
	background: #f1edde;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 4;
}

.header__wrap--info {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header__wrap--info li {
	float: left;
	position: relative;
}

.header__wrap--info li.header__wrap--info--phone:hover .header__wrap--drop {
	display: block;
}

.header__wrap--info .header__wrap--drop {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 4;
	min-width: 185px;
	display: none;
}

.header__wrap--info .header__wrap--drop .close {
	position: absolute;
	top: -90px;
	right: 0;
	width: 62px;
	height: 90px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

.header__wrap--info .header__wrap--drop ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header__wrap--info .header__wrap--drop ul li {
	border-top: 1px solid #fff;
	float: none;
}

.header__wrap--info .header__wrap--drop ul li:first-child {
	border-top: none;
}

.header__wrap--info .header__wrap--drop ul li a {
	display: block;
	padding: 7px 20px;
	text-decoration: none;
	color: #272727;
	font-size: 17px;
	text-align: center;
}

.header__wrap--info .header__wrap--drop form {
	padding: 7px 15px;
	position: relative;
}

.header__wrap--info .header__wrap--drop form input {
	display: block;
	border: none;
}

.header__wrap--info .header__wrap--drop form .text {
	padding: 6px 30px 6px 10px;
	border: 1px solid #272727;
	width: 520px;
}

.header__wrap--info .header__wrap--drop form .button {
	background: #88cceb;
	color: #fff;
	display: block;
	text-decoration: none;
	background: url("../images/icon01.png") no-repeat -33px 50%;
	background-size: 92px 15px;
	text-indent: -9999px;
	width: 30px;
	height: 29px;
	position: absolute;
	top: 7px;
	right: 15px;
	padding: 0;
}

.header__wrap--info .header__wrap--drop form .button:hover {
	text-decoration: underline;
}

.header__wrap--info .header__wrap--info--phone > span,
.header__wrap--info .header__wrap--info--phone > a,
.header__wrap--info .header__wrap--info--search > span,
.header__wrap--info .header__wrap--info--search > a,
.header__wrap--info .header__wrap--info--like > span,
.header__wrap--info .header__wrap--info--like > a {
	background: url("../images/icon01.png") no-repeat;
	display: block;
	height: 90px;
	width: 62px;
	text-indent: -9999px;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.header__wrap--info .header__wrap--info--phone > span:hover,
.header__wrap--info .header__wrap--info--phone > a:hover,
.header__wrap--info .header__wrap--info--search > span:hover,
.header__wrap--info .header__wrap--info--search > a:hover,
.header__wrap--info .header__wrap--info--like > span:hover,
.header__wrap--info .header__wrap--info--like > a:hover {
	opacity: .7;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.header__wrap--info .header__wrap--info--phone span {
	background-position: 22px 50%;
	background-color: #f0f0f0;
}

.header__wrap--info .header__wrap--info--phone .header__wrap--drop {
	background-color: #f0f0f0;
}

.header__wrap--info .header__wrap--info--search > a {
	background-position: -38px 50%;
	background-color: #fefcf5;
}

.header__wrap--info .header__wrap--info--search .header__wrap--drop {
	background-color: #fefcf5;
}

.header__wrap--info .header__wrap--info--like > a {
	background-position: -95px 50%;
	background-color: #e0c8c8;
}

.like__wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(230, 227, 219, .7);
	display: none;
}

.like__wrap--holder {
	overflow: scroll;
	height: 100%;
}

.like__wrap--inner {
	background: #fff;
	width: 463px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 0 100px;
}

.like__wrap--inner:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 20px;
	content: "";
	z-index: 2;
}

.like__wrap--inner dl {
	margin: 0 0 10px;
	padding: 73px 43px 17px;
	overflow: hidden;
	border-bottom: 2px solid #e6debf;
	font-size: 26px;
	position: relative;
	z-index: 3;
	background: #fff;
}

.like__wrap--inner dl dt {
	float: left;
	padding: 0 13px 0 0;
	color: #4d4d4d;
}

.like__wrap--inner dl dd {
	overflow: hidden;
	margin: 0;
	color: #d0b74b;
}

.like__wrap--inner .close,
.like__wrap--inner .close-holder {
	position: absolute;
	background: url("../images/icon07.jpg") no-repeat;
	z-index: 4;
	text-indent: -9999px;
	display: block;
}

.like__wrap--inner .close-holder {
	top: 30px;
	right: 24px;
	height: 18px;
	width: 18px;
	background-size: 18px 18px;
	padding: 0 !important;
	display: none !important;
}

.like__wrap--inner .close {
	top: 65px;
	right: 55px;
	height: 25px;
	width: 25px;
}

.like__wrap--inner .like__wrap-list {
	list-style: none;
	padding: 4px 4px 110px 16px;
	margin: 0;
	position: relative;
	z-index: 3;
}

.like__wrap--inner .like__wrap-list li {
	float: none;
	position: relative;
}

.like__wrap--inner .like__wrap-list li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.like__wrap--inner .like__wrap-list li:hover .close-holder {
	display: block !important;
}

.like__wrap--inner .like__wrap-list a {
	display: block;
	text-decoration: none;
	padding: 15px 70px;
	color: #4d4d4d;
	text-align: left;
}

.like__wrap--inner .like__wrap-list h2 {
	font-size: 21px;
	line-height: 30px;
	margin: 0;
	font-family: "Descr";
}

.like__wrap--inner .image {
	margin: 0 0 2px;
}

.like__wrap--inner .image img {
	display: inline-block;
	vertical-align: top;
}

.like__wrap--inner .like__wrap--order {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 13px 0;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	z-index: 3;
}

.like__wrap--inner .like__wrap--order .button {
	background: #88cceb;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 18px 43px;
	font-size: 19px;
	text-decoration: none;
	font-family: "Descr";
}

.like__wrap--inner .like__wrap--order .button:hover {
	text-decoration: underline;
}

.item-photo {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 1240px;
	height: 178px;
}

.item-photo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.item-photo li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.item-photo li a {
	text-decoration: none;
	color: #000;
	height: 178px;
	padding: 10px 5px 0;
	width: 135px;
	display: block;
}

.item-photo li:hover {
	background-color: #ecc9c4;
}

.item-photo li:hover a {
	color: #fff;
}

.item-photo .image {
	background: url("../images/bg-category.png") no-repeat;
	width: 125px;
	height: 82px;
	margin: 0 0 8px;
	background-size: 1225px 155px;
}

.category01 .image {
	background-position: 32px 0;
}

.category01:hover .image {
	background-position: 32px -89px;
}

.category02 .image {
	background-position: -74px 0;
}

.category02:hover .image {
	background-position: -74px -89px;
}

.category03 .image {
	background-position: -172px 0;
}

.category03:hover .image {
	background-position: -172px -89px;
}

.category04 .image {
	background-position: -290px 0;
}

.category04:hover .image {
	background-position: -290px -89px;
}

.category05 .image {
	background-position: -433px 0;
}

.category05:hover .image {
	background-position: -433px -89px;
}

.category06 .image {
	background-position: -564px 0;
}

.category06:hover .image {
	background-position: -564px -89px;
}

.category07 .image {
	background-position: -669px 0;
}

.category07:hover .image {
	background-position: -669px -89px;
}

.category08 .image {
	background-position: -772px 0;
}

.category08:hover .image {
	background-position: -772px -89px;
}

.category09 .image {
	background-position: -882px 0;
}

.category09:hover .image {
	background-position: -882px -89px;
}

.category10 .image {
	background-position: -1003px 0;
}

.category10:hover .image {
	background-position: -1003px -89px;
}

.category11 .image {
	background-position: -1134px 0;
}

.category11:hover .image {
	background-position: -1134px -89px;
}

.item-photo-wrapper {
	white-space: nowrap;
}

.item-photo-wrapper h2 {
	margin: 0 0 0 7px;
	font-family: "Descr";
	font-size: 18px;
}

.item-photo-wrapper {
	position: absolute;
}

.item-photo img {
	max-width: 100%;
	height: 100%;
}

.slideshow {
	position: relative;
	height: 527px;
	overflow: hidden;
	width: 1240px;
	margin: 0 auto 124px;
	border-radius: 0 0 40em 40em/4em;
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.slideshow:after {
	content: "";
	position: absolute;
	bottom: 12px;
	left: 50%;
	width: 18px;
	height: 18px;
	background: url("../images/icon06.png") no-repeat;
	z-index: 3;
}

.slideshow h2 {
	font-family: "Title";
	margin: 0 0 2px;
	font-size: 65px;
	line-height: 85px;
}

.slideshow p {
	font-family: "Descr";
	margin: 0;
	font-size: 18px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .slide .owl-carousel {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.slideshow .slide > img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.slideshow .pagination {
	z-index: 3;
	position: absolute;
	bottom: 175px;
	right: 0;
	left: 0;
	padding: 0 20px;
}

.slideshow .pagination ul {
	list-style: none;
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}

.slideshow .pagination ul li {
	border: 3px solid #272727;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
}

.slideshow .pagination ul li:hover,
.slideshow .pagination ul li.active {
	background: #272727;
}

.slideshow .pagination ul li:hover a,
.slideshow .pagination ul li.active a {
	color: #fff;
}

.slideshow .pagination ul li a {
	color: #272727;
	text-align: center;
	width: 35px;
	height: 35px;
	display: block;
	text-decoration: none;
	font-size: 17px;
	padding: 7px 2px;
	font-family: "Descr";
}

.slideshow--inner {
	position: relative;
	overflow: hidden;
	height: 378px;
	width: 594px;
}

.slideshow--inner .slide-inner {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.slideshow--inner .slide-inner.active{
	z-index: 2;
}

.slideshow--inner .pagination-inner {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 3;
}

.slideshow--inner .slide.active {
	z-index: 2;
}

.slideshow--inner .pagination-inner {
	z-index: 3;
	position: absolute;
	bottom: 17px;
	right: 0;
	left: 0;
}

.slideshow--inner .pagination-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.slideshow--inner .pagination-inner ul li {
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}

.slideshow--inner .pagination-inner ul li:hover,
.slideshow--inner .pagination-inner ul li.active {
	background: #7a7a7a;
}

.slideshow--inner .pagination-inner ul li a {
	width: 8px;
	height: 8px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

.slide__wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 0 20px 0 0;
}

.slide__wrap--inner {
	width: 1240px;
	margin: 0 auto;
	padding: 51px 0 0;
}

.slide__wrap--inner:after {
	display: table;
	clear: both;
	content: "";
}

.slide__wrap--inner .text-holder {
	width: 605px;
	height: 370px;
	overflow: hidden;
	float: left;
	padding: 41px 20px 0 20px;
	margin-right: 20px;
}

.main {
	background: rgba(215, 215, 215, .85);
}

.category__wrap {
	background: #fff;
	border-bottom: 2px solid #eed0cb;
	position: absolute;
	top: -9999px;
	left: 0;
	right: 0;
	z-index: 40;
}

.category__wrap--inner {
	width: 1240px;
	margin: 0 auto;
}

.category__wrap--list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.category__wrap--list li {
	display: inline-block;
	vertical-align: top;
}

.separator {
	height: 260px;
	background: url("../images/bg-separator.png") no-repeat 50% 50%;
}

.promo__table--wrap {
	background: #eeedee;
	padding: 15px 11px 11px;
	margin: 0 0 29px;
}

.promo__table--wrap h3{
	text-align: center;
}

.promo__table--wrap td {
	border: 10px solid #eeedee;
	width: 25%;
}

.promo__table--wrap td img {
	display: inline-block;
	vertical-align: top;
}

.promo__table--wrap .image {
	position: relative;
}

.promo__table--wrap .image:hover .promo__table--text {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.promo__table {
	width: 100%;
	table-layout: fixed;
}

.promo__table--wrap .promo__table-box h4 {
	padding: 20px 30px;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 248px;
	text-decoration: none;
	text-align: center;
	align-items: center;
	margin: 0;
	font-family: "Title";
	font-size: 29px;
	line-height: 47px;
}

.promo__table--wrap .promo__table-box h4 span {
	display: block;
	color: #fff;
}

.promo__table--wrap .blue__box {
	background: #323ba4;
}

.promo__table--wrap .blue__box h4 {
	color: #fff;
}

.promo__table--wrap .green__box {
	background: #81c744;
}

.promo__table--wrap .green__box h4 {
	color: #1b2549;
}

.promo__table--wrap .purpule__box {
	background: #d84a8d;
}

.promo__table--wrap .purpule__box h4 {
	color: #1b2549;
}

.promo__table--wrap .orange__box {
	background: #b3652a;
}

.promo__table--wrap .orange__box h4 {
	color: #fff;
}

.promo__table--wrap .promo__table--text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	background: rgba(236, 201, 196, .7);
	color: #222;
	font-family: "Title";
	text-decoration: none;
	font-size: 40px;
}

.promo__table--wrap .promo__table--text:before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: "";
	border: 2px solid #222;
}

.title__wrap {
	overflow: hidden;
	padding: 0 16px 0 45px;
}

.title__wrap .view__all {
	float: right;
	margin: 51px 0 0 20px;
	font-family: "Descr";
	text-transform: uppercase;
	color: #292929;
	font-size: 14px;
}

.title__wrap h2 {
	font-family: "Title";
	font-size: 69px;
	line-height: 115px;
	margin: 0;
}

.promo__wrap {
	padding: 0 4px;
	margin: 0 0 64px;
}

.promo__wrap--inner {
	background: #EEEDEE;
	padding: 4px 6px;
}

.promo__new,
.promo__hits {
	width: 100%;
}

.promo__new a,
.promo__hits a {
	position: relative;
	display: block;
}

.promo__new a:hover p,
.promo__hits a:hover p {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.promo__new td,
.promo__hits td {
	border: 10px solid #EEEDEE;
}

.promo__new img,
.promo__hits img {
	display: inline-block;
	vertical-align: top;
}

.promo__new span,
.promo__hits span {
	position: absolute;
}

.promo__new p,
.promo__hits p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	background: rgba(236, 201, 196, .7);
	color: #222;
	font-family: "Title";
	text-decoration: none;
	font-size: 40px;
}

.promo__new p:before,
.promo__hits p:before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: "";
	border: 2px solid #222;
}

.promo__new .hits,
.promo__hits .hits {
	border-radius: 50%;
	width: 47px;
	height: 47px;
	background: #d9d27a;
	text-align: center;
	font-family: "Descr";
	font-size: 13px;
	line-height: 47px;
	color: #252525;
	top: 13px;
	right: 19px;
	z-index: 1;
}

.promo__new .new,
.promo__hits .new {
	background: #d9d27a;
	text-align: center;
	color: #252525;
	top: 20px;
	right: -2px;
	padding: 0 8px;
	line-height: 30px;
	height: 30px;
	display: block;
	font-family: "Descr";
	font-size: 13px;
	z-index: 1;
}

.promo__new .new:after,
.promo__hits .new:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(217, 210, 122, 0);
	border-right-color: #d9d27a;
	border-width: 15px;
	margin-top: -15px;
}

.callback__wrap {
	text-align: center;
	padding: 116px 40px 130px;
}

.callback__wrap p {
	color: #313131;
	margin: 0 0 28px;
	font-family: "Descr";
	font-size: 25px;
}

.callback__wrap a {
	background: #88cceb;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 18px 43px;
	font-size: 19px;
	text-decoration: none;
	font-family: "Descr";
}

.callback__wrap a:hover {
	text-decoration: underline;
}

.footer {
	background: #fff;
	text-align: center;
	padding: 80px 0;
}

.footer .footer__wrap {
	position: relative;
	width: 1240px;
	margin: 0 auto;
}

.footer .created {
	display: inline-block;
	vertical-align: top;
}

.footer .created img {
	display: inline-block;
	vertical-align: top;
}

.footer .created span {
	font-size: 13px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}

.footer .footer__wrap--nav {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
	font-family: "Descr";
	font-size: 17px;
}

.footer .footer__wrap--nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 19px;
}

.footer .footer__wrap--nav li a {
	color: #313131;
	text-decoration: none;
}

.footer .footer__wrap--nav li a:hover {
	text-decoration: underline;
}

.footer .anchor-top {
	background: url("../images/icon04.jpg") no-repeat 50% 50%;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -29px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.footer .anchor-top:hover {
	opacity: .6;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.footer .social__list {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}

.footer .social__list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 4px;
}

.fancybox-skin {
	padding: 0 !important;
}

.fancybox-nav span {
	background: url("../images/icon10.png") no-repeat;
	width: 60px;
	height: 60px;
}

.fancybox-nav span:hover:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1px;
	left: 0;
	opacity: .6;
	z-index: 2;
	background: #ccc;
}

.fancybox-nav.fancybox-next span {
	background-position: 100% 0;
}

.fancybox__wrap {
	width: 714px;
	padding: 37px 76px;
	background: #ecc9c4;
	z-index: 10;
	display: none;
}

.fancybox__wrap .close {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 25px;
	height: 25px;
	background: url("../images/icon05.jpg") no-repeat;
	display: block;
	text-indent: -9999px;
}

.fancybox__wrap h2 {
	text-align: center;
	margin: 0 0 19px;
	font-family: "Title";
	font-size: 57px;
	color: #313131;
}

.fancybox__wrap p {
	text-align: center;
	margin: 0 126px 26px;
	font-family: "Descr";
	font-size: 16px;
	line-height: 20px;
	color: #313131;
}

.fancybox__wrap form {
	overflow: hidden;
}

.fancybox__wrap .row {
	width: 50%;
	float: left;
	padding: 10px 10px 5px;
}

.fancybox__wrap .row input {
	display: block;
	width: 100%;
	border: none;
	font-family: "Descr";
	font-size: 16px;
	color: #313131;
	padding: 19px 28px;
	margin: 0;
}

.fancybox__wrap .row .button {
	background: #88cceb;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-family: "Descr";
}

.fancybox__wrap .row .button:hover {
	text-decoration: underline;
}

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	float: left;
}

.breadcrumbs__wrap {
	padding: 90px 20px 38px;
}

.breadcrumbs__wrap--inner {
	margin: 0 auto 25px;
	width: 1240px;
	overflow: hidden;
}

.breadcrumbs__wrap--inner .filter__form {
	float: right;
}

.breadcrumbs__wrap--inner .filter__form select {
	border-radius: none;
	font-family: "Descr";
	font-size: 16px;
	line-height: 17px;
	padding: 3px 8px;
	display: block;
	border: none;
}

.breadcrumbs__wrap--inner ul {
	list-style: none;
	padding: 6px 8px;
	margin: 0;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	color: #313131;
	border-radius: 2px;
	font-family: "Descr";
	font-size: 16px;
	line-height: 17px;
}

.breadcrumbs__wrap--inner ul li {
	display: inline-block;
	vertical-align: top;
	background: url("../images/icon08.jpg") no-repeat 0 50%;
	padding: 0 8px 0 10px;
}

.breadcrumbs__wrap--inner ul li:first-child {
	background: none;
}

.breadcrumbs__wrap--inner ul a {
	color: #a0a0a0;
	text-decoration: none;
}

.breadcrumbs__wrap--inner ul a:hover {
	text-decoration: underline;
}

.product__carousel--title {
	margin: 0 0 17px;
	padding: 0 240px;
	position: relative;
	text-align: center;
}

.product__carousel--title:before,
.product__carousel--title:after {
	position: absolute;
	top: 50%;
	left: 127px;
	width: 105px;
	height: 2px;
	background: #4f5053;
	content: "";
}

.product__carousel--title:before {
	left: auto;
	right: 127px;
}

.product__carousel--title h2 {
	font-family: "Title";
	font-size: 67px;
	margin: 0;
}

.product__carousel--wrap {
	background: #eeedee;
	margin: 0 0 90px;
	padding: 46px 26px;
}

.product__carousel--wrap .slide {
	position: relative;
	/*background-color: #fff;*/
	margin: 0 10px;
}

.product__carousel--wrap a {
	text-decoration: none;
	color: #313131;
	margin: 0 auto;
}

.product__carousel--wrap span {
	position: absolute;
}

.product__carousel--wrap .hits {
	border-radius: 50%;
	width: 47px;
	height: 47px;
	background: #d9d27a;
	text-align: center;
	font-family: "Descr";
	font-size: 13px;
	line-height: 47px;
	color: #252525;
	top: 13px;
	right: 35px;
	z-index: 1;
}

.product__carousel--wrap .sale {
	background: #d9d27a;
	text-align: center;
	color: #252525;
	top: 20px;
	right: 22px;
	padding: 0 8px;
	line-height: 30px;
	height: 30px;
	display: block;
	font-family: "Descr";
	font-size: 13px;
	z-index: 1;
}

.product__carousel--wrap .sale:after {
	right: 100%;
	top: 0;
	content: "";
	position: absolute;
	background: url("../images/icon09.png") no-repeat;
	width: 7px;
	height: 30px;
}

.product__carousel--wrap .new {
	background: #d9d27a;
	text-align: center;
	color: #252525;
	top: 20px;
	right: 22px;
	padding: 0 8px;
	line-height: 30px;
	height: 30px;
	display: block;
	font-family: "Descr";
	font-size: 13px;
	z-index: 1;
}

.product__carousel--wrap .new:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(217, 210, 122, 0);
	border-right-color: #d9d27a;
	border-width: 15px;
	margin-top: -15px;
}

.product__carousel--wrap .image {
	position: relative;
}

.product__carousel--wrap .image:after {
	position: absolute;
	top: 0;
	right: 0px;/*18px*/
	bottom: 0;
	left: 0px;
	opacity: 0;
	content: "";
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	background: rgba(236, 201, 196, .7);
}

.product__carousel--wrap .image:hover:after {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.product__carousel--wrap .image img {
	vertical-align: top;
	display: inline-block;
}

.product__carousel--wrap .text {
	/*background: rgba(248, 248, 248, .68);*/
	/*background-color: #fff;*/
	background-color: #EEEDEE!important;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0px;
	right: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 10px;
}

.product__carousel--wrap .text h3 {
	margin: 0 0 5px;
	font-family: "Descr";
	font-size: 16px;
	font-weight: normal;
}

.product__carousel--wrap .text h4 {
	margin: 0;
	font-family: "Descr";
	font-size: 15px;
	font-weight: normal;
}

.product__carousel--wrap .btn-prev,
.product__carousel--wrap .btn-next {
	position: absolute;
	top: 50%;
	left: -26px;
	width: 60px;
	height: 60px;
	background: url("../images/icon10.png") no-repeat;
	text-indent: -9999px;
	margin-top: -30px;
}

.product__carousel--wrap .btn-prev:hover:before,
.product__carousel--wrap .btn-next:hover:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1px;
	left: 0;
	opacity: .6;
	z-index: 2;
	background: #ccc;
}

.product__carousel--wrap .btn-next {
	left: auto;
	right: -26px;
	background-position: 100% 0;
}

.product__carousel--info .product__carousel--wrap {
	margin: 0 0 12px;
}

.product__wrap--info {
	overflow: hidden;
	padding: 9px 10px 0 15px;
}

.product__wrap--info h1 {
	font-family: "Title";
	font-size: 65px;
	line-height: 75px;
	margin: 0 0 20px;
	position: relative;
}

.product__wrap--info h1:before {
	bottom: 0;
	left: 0;
	background: #c0bfc0;
	width: 40px;
	height: 2px;
	content: "";
	position: absolute;
}

.product__wrap--info p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Descr";
}

.product__wrap--info dl {
	margin: 10px 0 10px;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	font-family: "Descr";
}

.product__wrap--info dl dt {
	float: left;
	padding: 0 13px 0 0;
	color: #a0a0a0;
}

.product__wrap--info dl dd {
	overflow: hidden;
	margin: 0 0 8px;
	color: #313131;
}

.product__wrap--info .product__wrap--like,
.product__wrap--info .product__wrap--order {
	background: #88cceb;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 15px 43px;
	font-size: 19px;
	text-decoration: none;
	font-family: "Descr";
	width: 348px;
	text-align: center;
}

.product__wrap--order.dec{
	cursor: pointer;
}

.product__wrap--info .small-btn .product__wrap--like,
.product__wrap--info .small-btn .product__wrap--order {
	width: 150px;
}

.product__wrap--info .small-btn .product__wrap--like{
	padding: 10px 33px;
}

.product__wrap--info .small-btn .product__wrap--order{
	padding: 20px 33px;
}

.small-btn{
	display: inline-block;
	width: 150px;
	height: 60px;
	margin-right: 45px;
}

.product__wrap--info .product__wrap--like:hover,
.product__wrap--info .product__wrap--order:hover {
	text-decoration: underline;
}

.product__wrap--info .product__wrap--order {
	margin: 0 0 17px;
}

.product__wrap--info .product__wrap--like {
	background: #e0c9c9;
	color: #313131;
	font-family: "Descr";
}

.product__wrap--info .product__wrap--like img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.product__wrap {
	background: #eeedee;
	padding: 25px 20px 15px;
	margin: 0 0 5px;
}

.product__wrap:after {
	content: "";
	clear: both;
	display: table;
}

.product__wrap .container {
	float: left;
	width: 748px;
}

.version__wrap {
	border: 3px solid #ebebec;
	background: #fff;
	padding: 21px 20px 0;
	margin: 0 0 5px;
}

.version__wrap h4 {
	margin: 0 0 10px;
	font-size: 18px;
	font-family: "Descr";
}

.version__wrap ul {
	list-style: none;
	margin: 0 -20px;
	padding: 0;
}

.version__wrap ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 20px 11px;
}

.version__wrap ul img {
	display: inline-block;
	vertical-align: top;
}

.version__wrap ul a {
	display: block;
	text-decoration: none;
	position: relative;
}

.version__wrap ul a.active:before,
.version__wrap ul a:hover:before {
	border: 2px solid #895224;
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: "";
}

.version__wrap .version__cloth a {
	display: block;
	text-decoration: none;
	position: relative;
}

.version__wrap .version__cloth a.active:before,
.version__wrap .version__cloth a:hover:before {
	border: 2px solid #ece9dd;
}

.tabset__wrap {
	position: relative;
	border: 12px solid #f9f8f9;
	padding: 14px;
}

.tabset__wrap em {
	text-align: center;
	display: block;
	font-family: "Title";
	font-size: 82px;
	font-style: normal;
	padding: 20px 0 40px;
}

.tabset__wrap .shipping {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 19px;
}

.tabset__wrap .shipping:after {
	position: absolute;
	top: 0;
	left: 41px;
	bottom: 0;
	content: "";
	width: 3px;
	background: #272727;
}

.tabset__wrap .shipping li {
	position: relative;
	padding: 5px 0 46px 120px;
}

.tabset__wrap .shipping li:before,
.tabset__wrap .shipping li:after {
	position: absolute;
	top: 0;
	left: 25px;
	content: "";
	width: 34px;
	height: 34px;
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
	background: #000;
	z-index: 2;
}

.tabset__wrap .shipping li:before {
	top: 10px;
	left: 35px;
	width: 14px;
	height: 14px;
	background: #fff;
	z-index: 3;
}

.tabset__wrap .shipping .shipping02 {
	padding: 10px 0 60px 120px;
}

.tabset__wrap .shipping .shipping02:after {
	top: 0;
	left: 18px;
	width: 48px;
	height: 48px;
}

.tabset__wrap .shipping .shipping02:before {
	top: 14px;
	left: 32px;
	width: 20px;
	height: 20px;
}

.tabset__wrap .shipping .shipping03 {
	padding: 20px 0 77px 120px;
}

.tabset__wrap .shipping .shipping03:after {
	top: 0;
	left: 10px;
	width: 64px;
	height: 64px;
}

.tabset__wrap .shipping .shipping03:before {
	top: 17px;
	left: 29px;
	width: 26px;
	height: 26px;
}

.tabset__wrap .shipping .shipping04 {
	padding: 30px 0 46px 120px;
}

.tabset__wrap .shipping .shipping04:after {
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
}

.tabset__wrap .shipping .shipping04:before {
	top: 24px;
	left: 25px;
	width: 34px;
	height: 34px;
}

.tabset__wrap .shipping-right:after {
	right: 41px;
	left: auto;
}

.tabset__wrap .shipping-right li {
	padding: 5px 120px 46px 0;
	text-align: right;
}

.tabset__wrap .shipping-right li:before,
.tabset__wrap .shipping-right li:after {
	left: auto;
	right: 25px;
}

.tabset__wrap .shipping-right li:before {
	left: auto;
	right: 35px;
}

.tabset__wrap .shipping-right .shipping02 {
	padding: 10px 120px 60px 0;
}

.tabset__wrap .shipping-right .shipping02:after {
	left: auto;
	right: 18px;
}

.tabset__wrap .shipping-right .shipping02:before {
	left: auto;
	right: 32px;
}

.tabset__wrap .shipping-right .shipping03 {
	padding: 22px 120px 77px 0;
}

.tabset__wrap .shipping-right .shipping03:after {
	left: auto;
	right: 10px;
}

.tabset__wrap .shipping-right .shipping03:before {
	left: auto;
	right: 29px;
}

.tabset__wrap .shipping-right .shipping04 {
	padding: 30px 120px 46px 0;
}

.tabset__wrap .shipping-right .shipping04:after {
	left: auto;
	right: 0;
}

.tabset__wrap .shipping-right .shipping04:before {
	left: auto;
	right: 25px;
}

.tabset__wrap-inner {
	background: #f9f8f9;
	padding: 77px 66px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset {
	position: relative;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0 66px 90px;
	font-family: "Descr";
	font-size: 39px;
	line-height: 40px;
}

.tabset:after {
	content: "";
	clear: both;
	display: table;
}

.tabset li {
	float: left;
	padding: 0 51px 0 0;
}

.tabset a {
	color: #dfdfdf;
	text-decoration: none;
	position: relative;
}

.tabset .active {
	color: #81c2dc;
	font-size: 48px;
}

.tabset .active:after {
	height: 3px;
	width: 126px;
	background: #81c2dc;
	position: absolute;
	top: 100%;
	content: 0;
	left: 50%;
	margin: 0 0 0 -63px;
	content: "";
}

.tab-content p {
	margin: 0 66px 11px;
	font-size: 18px;
	line-height: 26px;
}

.tab-content h2 {
	padding: 113px 20px;
	margin: 0;
	font-size: 34px;
	text-align: center;
	font-family: "Descr";
}

.tab-content h2 span {
	position: relative;
	color: #81c2dc;
}

.tab-content h2 span:after {
	height: 3px;
	width: 78px;
	background: #81c2dc;
	position: absolute;
	top: 100%;
	content: 0;
	left: 50%;
	margin: 0 0 0 -39px;
	content: "";
}

.payment {
	list-style: none;
	margin: 0;
	padding: 60px 66px 0;
	overflow: hidden;
}

.payment li {
	float: left;
	width: 50%;
	padding: 0 30px 0 0;
}

.payment li p {
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 19px;
}

.payment li img {
	vertical-align: top;
	display: inline-block;
}

.payment strong {
	display: block;
	position: relative;
	font-weight: normal;
	font-family: "Descr";
	font-size: 18px;
	margin: 0 0 35px;
}

.payment strong:after {
	height: 3px;
	width: 42px;
	background: #81c2dc;
	position: absolute;
	bottom: -18px;
	left: 0;
	content: "";
}

.payment .button-hollder {
	padding: 20px 0 0;
}
.payment .button {
	background: #88cceb;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-family: "Descr";
    padding: 15px 43px;
    font-size: 19px;
}

.payment .button&:hover {
	text-decoration: underline;
}

.payment .button:hover {
	text-decoration: none;
}

.error__wrap {
	background: url("../images/bg-404.jpg") no-repeat 50% -8px;
	height: 706px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.error__wrap h2 {
	margin: 0 0 52px;
	font-size: 41px;
	line-height: 61px;
	font-weight: normal;
	font-family: "ubuntulight";
}

.error__wrap a {
	border: 5px solid #88cceb;
	padding: 13px;
	color: #88cceb;
	text-decoration: none;
	font-size: 17px;
	width: 180px;
}

.error__wrap a:hover {
	background: #88cceb;
	color: #fff;
}

.catalog__list {
	list-style: none;
	margin: 0;
	padding: 11px;
	background: #eeedee;
}

.catalog__list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 8px;
	max-width: 33.3333%;
}

.catalog__list img {
	display: inline-block;
	vertical-align: top;
}

.catalog__list span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	background: rgba(236, 201, 196, .7);
	color: #222;
	font-family: "Title";
	text-decoration: none;
	font-size: 40px;
	z-index: 2;
}

.catalog__list span:before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: "";
	border: 2px solid #222;
}

.catalog__list a {
	position: relative;
	display: block;
	text-decoration: none;
}

.catalog__list a:hover span {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.about__wrap {
	padding: 14px;
}

.about__wrap--inner {
	overflow: hidden;
	padding: 14px 20px;
	background: rgba(255, 255, 255, .8);
}

.about__slideshow {
	float: left;
	position: relative;
	width: 625px;
	height: 520px;
}

.about__slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 0;
}

.about__slideshow .slide.active {
	z-index: 2;
}

.about__slideshow .slide > img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.about__slideshow .btn-prev,
.about__slideshow .btn-next {
	position: absolute;
	top: 50%;
	left: -26px;
	width: 60px;
	height: 60px;
	background: url("../images/icon10.png") no-repeat;
	text-indent: -9999px;
	margin-top: -30px;
	z-index: 2;
}

.about__slideshow .btn-prev:hover:before,
.about__slideshow .btn-next:hover:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1px;
	left: 0;
	opacity: .6;
	z-index: 2;
	background: #ccc;
}

.about__slideshow .btn-next {
	left: auto;
	right: -26px;
	background-position: 100% 0;
}

.about__wrap--text {
	padding: 10px 63px 0 27px;
	width: 541px;
	float: left;
}

.about__wrap--text .title {
	background: url("../images/icon12.png") no-repeat 50% 0;
	padding: 39px 0 0;
	text-align: center;
}

.about__wrap--text h1 {
	color: #91c7dc;
	font-family: "Descr";
	font-size: 54px;
	margin: 0 0 20px;
}

.about__wrap em {
	text-align: center;
	display: block;
	font-family: "Title";
	font-size: 82px;
	font-style: normal;
	padding: 0 0 2px;
}

.about__wrap p {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 26px;
}

.about__wrap p:last-child {
	margin: 0;
}

.about__wrap h2 {
	padding: 113px 20px;
	margin: 0;
	font-size: 34px;
	text-align: center;
	font-family: "Descr";
}

.about__wrap h2 span {
	position: relative;
	padding: 0 0 0 10px;
	color: #81c2dc;
}

.about__wrap h2 span:after {
	height: 3px;
	width: 78px;
	background: #81c2dc;
	position: absolute;
	top: 100%;
	content: 0;
	left: 50%;
	margin: 0 0 0 -39px;
	content: "";
}

.about__wrap .stap-work {
	list-style: none;
	background: url("../images/bg_about.png") no-repeat 50% 0;
	padding: 189px 40px 0;
	margin: 0 0 76px;
	overflow: hidden;
	font-size: 18px;
	line-height: 27px;
	font-family: "Descr";
}

.about__wrap .stap-work:last-child {
	margin: 0;
}

.about__wrap .stap-work li {
	float: left;
	width: 33.333%;
	padding: 0 40px 0 0;
}

.about__wrap .stap-work li:last-child {
	text-align: right;
	padding: 0;
}

.contact-title {
	margin: 0 auto;
	width: 1240px;
	padding: 53px 54px 23px;
}

.contact-title h2 {
	font-family: "Title";
	font-size: 65px;
	line-height: 73px;
	margin: 0;
}

.contact__wrap {
	border: 4px solid #88cceb;
	border-left: none;
	border-right: none;
	height: 505px;
}

.contact__wrap > ymaps {
	width: 100% !important;
	height: 497px !important;
}

.contact__wrap--inner {
	margin: 0 auto;
	width: 1240px;
	position: relative;
	z-index: 2;
	padding: 0 71px;
	text-align: center;
}

.contact__wrap--holder {
	position: relative;
}

.contact__wrap--text {
	background: #faf9f8;
	padding: 31px 7px;
	top: -433px;
	position: absolute;
	width: 255px;
}

.contact__wrap--text .map {
	font-family: "Descr";
	font-size: 18px;
	color: #88b4e2;
	display: inline-block;
	margin: 0 0 28px;
}

.contact__wrap--text strong {
	font-size: 20px;
	display: block;
	padding: 0 0 6px;
}

.contact__wrap--text address {
	display: block;
	font-style: normal;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 15px;
}

.contact__wrap--text ul {
	list-style: none;
	margin: 0;
	padding: 0 0 11px 26px;
	font-family: "Descr";
	font-size: 19px;
}

.contact__wrap--text ul li {
	background: url("../images/icon13.png") no-repeat 0 50%;
	padding: 0 0 0 27px;
	margin: 0 0 16px;
	text-align: left;
}

.contact__wrap--text ul li a {
	text-decoration: none;
	color: #3b3b39;
}

.contact__wrap--text .email {
	color: #3b3b39;
	font-size: 19px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px;
	text-decoration: none;
}

.contact__wrap--text .site {
	font-family: "Descr";
	font-size: 20px;
	color: #3b3b39;
	text-decoration: none;
}

.slider-pagination-furniture .slick-track {
	padding: 15px 39px;
}

.slider-pagination-furniture .slick-slide {
	cursor: pointer;
}

.slider-pagination-furniture .slick-current img {
	box-shadow: 0 0 15px 7px rgba(250, 212, 126, .9);
}

.slider-pagination-furniture .slick-next,
.slider-pagination-furniture .slick-prev {
	display: none;
}

.slider-nav {
	background: #eeedee;
}

.slider-nav .slick-track {
	padding: 20px 26px;
}

.slider-nav .slick-slide {
	cursor: pointer;
}

.slider-nav .slick-next,
.slider-nav .slick-prev {
	position: absolute;
	top: 50%;
	left: -26px;
	width: 60px;
	height: 60px;
	background: url("../images/icon10.png") no-repeat;
	text-indent: -9999px;
	margin-top: -30px;
	outline: 0;
	border: none;
	z-index: 2;
}

.slider-nav .slick-next:hover:before,
.slider-nav .slick-prev:hover:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1px;
	left: 0;
	opacity: .6;
	z-index: 2;
	background: #ccc;
}

.slider-nav .slick-current img {
	box-shadow: 0 0 15px 7px rgba(250, 212, 126, .9);
}

.slider-nav .slick-next {
	left: auto;
	right: -26px;
	background-position: 100% 0;
}

.slick-slide {
	outline: 0;
}






.category__wrap {
    background: #fff;
    border-bottom: 2px solid #eed0cb;
    position: absolute;
    /* top: -9999px; */
    left: 0;
    right: 0;
    z-index: 40;
    transition: all 0.4s linear;
    top: 100% !important;
    visibility: hidden;
}
li.drop:hover .category__wrap {
    top: 100% !important;
    transition: all 0.4s linear;
    /* background-color: white; */
    visibility: visible;
}

.visible_price img {
    max-height: 193px;
	width: auto;
}

.catalog__list.three .visible_price img{
	min-height: 271px;
}

.img-product {
    background-color: #fff;
}

.product-favorite dt.red-big{
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.price-text{
	float: left;
    margin: 0 20px 0 65px!important;
	line-height: 50px!important;
}

.three .price-text{
	float: left;
    margin: 0 20px 0 115px!important;
}

.price-text.discount{
	line-height: 75px!important;
}

.price{
	float: left;
}

.text.catalog-small.red-big.old-price, 
.text.catalog-small.red-big.new-price{
	text-align: left;
}	

.text.catalog-small.red-big.old-price {
    margin-bottom: 10px;
    margin-top: 5px;
	color: grey!important;
    text-decoration: line-through;
}

.size-select{
	width: 348px;
	margin-bottom: 15px;
}

.formBackCall .row{
	margin-right: 0;
	margin-left: 0;
}
.error-field{
	outline: -webkit-focus-ring-color auto 5px;
    outline-color: #d92020;
    outline-style: auto;
    outline-width: 5px;
}

.link-wrap{
	position: absolute;
	width: 1240px;
	height: 530px;
	z-index: 1;
}