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

.slick-dots,
.products-list,
.color-list,
.shop-list,
.rating-list,
.instagram-list,
.personal-list,
.post-list,
.featured-list,
.details-list,
.press-list,
.site-tools,
.item-list,
.featured-area-list
.nav,
.bottom-nav,
.footer-nav,
.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.gallery-slider .holder:after,
#header .header-holder: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: #272727;
	background: #fff;
	font: 16px/1.2 "Maison Neue", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.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;
	letter-spacing: 3px;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
}

a:hover {
	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"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #373737;
	padding: .4em .7em;
}

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

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #373737;
}

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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #373737;
}

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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #373737;
}

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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #373737;
}

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

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;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	border: 1px solid #53585a;
	padding: 12px 25px 10px;
	letter-spacing: 2.5px;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	color: #373737;
	font-size: 14px;
	line-height: 1.2;
	background: none;
	outline: none;
	text-transform: uppercase;
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
	text-decoration: none;
	background: #53585a;
	color: #fff;
}

button.btn-white,
input[type="button"].btn-white,
input[type="reset"].btn-white,
input[type="submit"].btn-white,
.btn.btn-white {
	border-color: #fff;
	color: #fff;
}

button.btn-white:hover,
input[type="button"].btn-white:hover,
input[type="reset"].btn-white:hover,
input[type="submit"].btn-white:hover,
.btn.btn-white:hover {
	background: #fff;
	color: #373737;
}

button.btn-green,
input[type="button"].btn-green,
input[type="reset"].btn-green,
input[type="submit"].btn-green,
.btn.btn-green {
	border-color: #146f38;
	color: #146f38;
}

button.btn-green:hover,
input[type="button"].btn-green:hover,
input[type="reset"].btn-green:hover,
input[type="submit"].btn-green:hover,
.btn.btn-green:hover {
	background: #146f38;
	color: #fff;
}

button.btn-big,
input[type="button"].btn-big,
input[type="reset"].btn-big,
input[type="submit"].btn-big,
.btn.btn-big {
	padding: 21px 35px 19px;
}

button.min-width,
input[type="button"].min-width,
input[type="reset"].min-width,
input[type="submit"].min-width,
.btn.min-width {
	min-width: 183px;
}

/* Slider */

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

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	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);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

/*.gallery {
	display: none;
}*/

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

.slick-arrow {
	width: 15px;
	height: 26px;
	position: absolute;
	top: 50%;
	z-index: 100;
	margin-top: -22px;
	line-height: 26px;
	font-size: 0;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	color: #1a1a1b;
	padding: 0;
}

.slick-arrow:hover {
	background: none;
	color: inherit;
}

.slick-arrow:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 48px;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-prev:before {
	content: "\f104";
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-arrow.slick-next:before {
	content: "\f105";
}

.slick-dots {
	font-size: 0;
	text-align: center;
	padding: 30px 0;
}

.slick-dots li {
	display: inline-block;
	padding: 0 6px;
}

.slick-dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	text-indent: -9999px;
	border-radius: 50%;
	background: #ebe5dc;
	border: none;
}

.slick-dots button:hover {
	background: #cba876;
}

.slick-dots .slick-active button {
	background: #cba876;
}

html {
	height: 100%;
}

.msie body {
	height: 100%;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.center {
	text-align: center;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.scroll-page .w1 {
	padding-top: 78px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.container {
	width: 100%;
	max-width: 1460px;
	padding: 0 30px;
	position: relative;
	margin: 0 auto;
}

.container.container-medium {
	max-width: 1630px;
}

.promo-items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 85vh;
	margin-bottom: 60px;
	min-height: 470px;
	position: relative;
	color: #fff;
	letter-spacing: 2px;
	font-size: 24px;
	line-height: 1.2;
}

.promo-items .promo-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	position: relative;
	z-index: 20;
}

.promo-items .promo-container:after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, .38) 50%, rgba(0, 0, 0, .38) 100%);
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, .38) 50%, rgba(0, 0, 0, .38) 100%);
	/*background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, .38) 50%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, .38) 50%, rgba(0, 0, 0, .75) 100%);*/
}

.promo-items .items-holder {
	width: 100%;
	padding: 55px 65px;
	position: relative;
	z-index: 100;
}

.promo-items h6 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 12px;
}

.promo-items p {
	letter-spacing: 4px;
	margin: 0 0 20px;
}

.promo-items .left-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 3px;
	color: #53585a;
	text-transform: uppercase;
}

.promo-items .left-panel .text {
	padding-bottom: 195px;
	width: 100px;
}

.promo-items .left-panel p {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 0;
	white-space: nowrap;
}

.promo-items .left-panel a {
	color: #53585a;
}

.promo-items .left-panel a:hover {
	color: #146f38;
}

.promo-items .promo-info {
	width: 100%;
}

.promo-items h2 {
	color: #fff;
	display: none;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	z-index: 100;
	font: 60px/1em "Superior", "Helvetica Neue", "Helvetica", sans-serif;
}

.text-slogan {
	position: absolute;
	width: 957px;
	height: 122px;
	top: 50%;
	margin: -95px 0 0 -537px;
	left: 50%;
	text-align: center;
	z-index: 100;
}

.text-slogan img {
	display: inline-block;
}

.main-gallery {
	width: 100%;
}

.main-gallery .slides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.main-gallery .slick-list,
.main-gallery .slick-track {
	height: 100%;
}

.rotate-gallery img {
	width: 100%;
}

.section-products {
	margin-bottom: 105px;
}

.all-items {
	width: 100%;
	background: #373737;
	margin: 0 0 15px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 3px;
	font-weight: normal;
	display: none;
}

.all-items a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 44px 15px;
}

.all-items span {
	display: inline-block;
	padding: 0 27px 0 0;
	background: url(../images/ico-arrow-white.svg) no-repeat 100% 4px;
	background-size: 18px 7px;
}

.products-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
}

.products-list li {
	width: 33.3%;
	padding: 0 3px;
}

.product-slider .products {
	width: 100%;
	background: #f7f6f5;
	height: 585px;
	display: block;
	padding: 25px 35px;
	position: relative;
}

.products h4 {
	font-size: 14px;
	position: relative;
	z-index: 10;
	padding-bottom: 13px;
	text-transform: uppercase;
	color: #373737;
	display: inline-block;
	letter-spacing: 1px;
}

.products h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 4px;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	background: url(../images/hover-wavy.png) repeat-x;
}

.products .bg-stretch {
	z-index: 1;
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.products .bg-hover {
	opacity: 0;
}

.products:hover .bg {
	opacity: 0;
}

.products:hover .bg-hover {
	opacity: 1;
}

.products:hover h4 {
	color: #fff;
}

.products:hover h4:before {
	background: url(../images/hover-wavy-white.png) repeat-x;
}

.products .price-holder {
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.products .price {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 2px;
}

.product-slider .slides {
	padding: 0 3px;
}

.title-product {
	font-size: 14px;
	position: relative;
	z-index: 20;
	padding-bottom: 13px;
	text-transform: uppercase;
	color: #373737;
	display: inline-block;
	letter-spacing: 1px;
}

.title-product:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 4px;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	background: url(../images/hover-wavy.png) repeat-x;
}

.head {
	padding: 15px 0;
}

.head h4 {
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	letter-spacing: 4px;
	margin: 0;
}

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

.section-story {
	width: 100%;
	margin-bottom: 215px;
}

.section-story h1 {
	font-size: 60px;
	line-height: 1.4em;
	font-weight: normal;
}

.section-story .head-intro {
	padding: 0 90px;
}

.section-story .head-intro a {
	color: #272727;
	border-bottom: 3px solid #fff;
}

.section-story .head-intro a:hover {
	border-color: #cba876;
}

.materials-block {
	width: 620px;
	height: 620px;
	position: absolute;
	bottom: 295px;
	right: -20px;
	z-index: 10;
}

.circle-materials {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.circle-materials.active {
	opacity: 1;
}

.circle-materials img {
	display: block;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 0 50px rgba(0, 0, 0, .6);
	overflow: hidden;
}

.heading {
	margin-bottom: 30px;
}

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

.heading.center.wave {
	padding-bottom: 17px;
	position: relative;
}

.heading.center.wave:before {
	left: 50%;
	margin-left: -56px;
}

.heading h4 {
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.heading.medium h4 {
	font-size: 16px;
}

.wave {
	padding-bottom: 17px;
	position: relative;
}

.wave:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 105px;
	height: 7px;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	background: url(../images/hover-wavy02.png) repeat-x;
}

.wave.center:before {
	left: 50%;
	margin-left: -52px;
}

.story {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 32px;
	line-height: 1.6;
}

.story .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 44%;
	position: relative;
}

.story .description {
	padding: 0 55px;
	margin-top: 270px;
}

.story .description-holder {
	max-width: 545px;
}

.color-list {
	font-size: 0;
	margin: 0 -17px 60px;
	padding: 10px 0 0;
}

.color-list li {
	padding: 5px 17px;
	display: inline-block;
}

.color-list a {
	display: block;
	width: 77px;
	height: 77px;
	position: relative;
}

.color-list a:hover {
	opacity: .8;
}

.section-shop {
	width: 100%;
	position: relative;
	margin-bottom: 180px;
}

.section-shop .headings {
	padding-left: 385px;
}

.section-shop h2 {
	font: bold 42px/1.2 "Superior", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
}

.shop-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.shop-list .box-item {
	width: 50%;
	padding: 10px;
}

.shop-list .box-item .item-holder {
	position: relative;
	height: 795px;
}

.shop-list .box-item.small .item-holder {
	height: 390px;
}

.shop-list .box-item:nth-child(2) {
	margin-top: -115px;
}

.shop-list a {
	display: block;
	position: relative;
}

.shop-list a:hover .box-hover {
	width: 93%;
	height: 94%;
	opacity: 1;
}

.section-gallery {
	width: 100%;
	margin-bottom: 195px;
	background: url(../images/bg-gallery.png) repeat-x 0 35%;
}

.gallery-slider {
	max-width: 1170px;
	margin: 0 auto;
}

.gallery-slider .holder {
	max-width: 900px;
	margin: 0 auto;
	font-size: 21px;
	line-height: 1.6;
}

.gallery-slider .holder .images {
	float: left;
	position: relative;
}

.gallery-slider .holder .images img {
	width: 100%;
}

.gallery-slider .holder .img.img-author {
	position: absolute;
	top: 17px;
	right: -125px;
}

.gallery-slider .description {
	overflow: hidden;
	position: relative;
	top: 147px;
	left: 0;
	padding: 0 0 0 90px;
}

.gallery-slider .author {
	display: block;
	font-weight: bold;
}

.rating-list {
	font-size: 0;
	text-align: right;
	margin-bottom: 12px;
	padding: 0 30px 0 0;
}

.rating-list li {
	display: inline-block;
	padding: 0 5px;
	color: #cba876;
	font-size: 12px;
}

.section-social {
	width: 100%;
	min-height: 440px;
	padding: 95px 0;
	margin-bottom: 60px;
	background: url(../images/bg-leaf.png) repeat-x;
}

.ttl-ins {
	font-size: 19px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 41px;
	padding: 0 20px;
}

.ttl-ins a {
	color: #272727;
}

.ttl-ins .fa {
	font-size: 36px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.ttl-ins em {
	font-size: 25px;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}

.section-social {
	width: 100%;
}

.section-social .container {
	max-width: 1135px;
}

.instagram-list {
	font-size: 0;
}

.instagram-list li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.instagram-list li:nth-child(1),
.instagram-list li:nth-child(2),
.instagram-list li:nth-child(3),
.instagram-list li:nth-child(4) {
	display: inline-block;
}

.instagram-list a {
	display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 270px;
}

.section-advice {
	margin-bottom: 155px;
}

.block-advice {
	background: #53585a;
	padding: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.block-advice .advice-holder {
	border: 2px solid #fff;
	padding: 32px;
}

.block-advice .text {
	max-width: 715px;
	margin: 0 auto;
	padding: 0 0 17px;
}

.block-advice p {
	margin-bottom: 30px;
}

.block-advice h3 {
	font: bold 24px/1.2 "Superior", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1px;
}

.title-h {
	margin-bottom: 20px;
	text-align: center;
}

.title-h img,
.title-h p {
	display: inline-block;
	vertical-align: middle;
}

.title-h img {
	margin: 0 25px;
}

.title-h p {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 4px;
	font-weight: bold;
	margin: 0;
}

.top-heading {
	padding: 150px 0 80px;
}

.top-heading .titles {
	font-size: 46px;
	line-height: 1.2;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0;
}

.top-heading.add {
	padding: 130px 0 15px;
}

.top-heading.add .titles {
	padding-left: 60px;
}

.visual-promo {
	width: 100%;
	height: 675px;
	position: relative;
}

.visual-video {
	width: 100%;
	position: relative;
	height: 700px;
}

.visual-video .block-video {
	width: 100%;
	height: 100%;
}

.section-info {
	background: #f7f6f5;
	padding: 90px 0;
	/* margin-bottom: 135px; */
}

.section-info .text {
	font-size: 38px;
	line-height: 1.45;
	padding: 0 115px;
}

.section-info.add {
	padding: 125px 0;
}

.section-info.add .text {
	padding: 0;
}

.section-info .heading {
	margin-bottom: 50px;
}

.section-personal {
	width: 100%;
	/* margin-bottom: 150px; */
}

.personal-list, .featured-area-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
}

.personal-list li {
	width: 50%;
	padding: 3px;
}
.featured-area-list li {
	width: 33.3333%;
	padding: 10px 20px;
	text-align: center;
	list-style: none;
}

@media (max-width: 666px) {
	width: 100%;
}

.personal-list li:nth-child(even) .personal-holder {
	text-align: right;
}

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

.personal .personal-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 28px 40px;
	z-index: 10;
}

.personal .personal-holder:before {
	content: "+";
	color: #fff;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -11px;
	font-size: 19px;
	line-height: 1.2;
	display: none;
}

.personal img {
	width: 100%;
}

.personal h4 {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 6px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.personal .hover {
	display: block;
}

.personal .hover.custom-hover .personal-hover {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.personal.active .personal-holder:before {
	content: "-";
}

.personal .office {
	font-size: 10px;
	line-height: 1;
	color: #8f9d9d;
	display: none;
	letter-spacing: 2px;
	padding-top: 5px;
	text-transform: uppercase;
}

.personal-hover {
	background: #373737;
	padding: 55px;
	line-height: 1.85;
	min-height: 310px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	color: #fff;
	overflow: hidden;
}

.personal-hover.slide {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: none;
	transition: none;
}

.section-post {
	width: 100%;
	margin-bottom: 100px;
}

.post-list li {
	padding-bottom: 30px;
}

.post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 600;
}

.post .images {
	margin: 0 0 0 auto;
	position: relative;
	max-width: 584px;
}

.post .ttl-img {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 25px;
	left: 25px;
}

.post .description {
	max-width: 820px;
	padding: 50px 130px 0 115px;
}

.post .btn-frame {
	padding-top: 30px;
}

.post h2 {
	font: bold 42px/1.2 "Superior", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
	margin: 0;
}

.post .head {
	margin-bottom: .7em;
}

.post .author {
	display: block;
	color: #146f38;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section-featured {
	padding: 170px 0;
}

.section-featured .heading {
	margin-bottom: 0;
}

.featured-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.featured-list li {
	padding: 50px;
}

.featured-list .hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.featured-list a {
	display: block;
	position: relative;
}

.featured-list a:hover img {
	opacity: 0;
}

.featured-list a:hover .hover {
	opacity: 1;
}

.featured-list img {
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

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

.intro {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
}

.intro h1 {
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2;
}

.intro p {
	margin-bottom: 1.8em;
}

.title-logo {
	display: block;
	margin-bottom: 38px;
}

.section-desktop {
	background: #f8f7f7;
	padding: 75px 0 50px;
	text-align: center;
	margin-bottom: 170px;
}

.title {
	font: bold 42px/1.2 "Superior", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
	margin-bottom: 1.2em;
}

.section-next-featured {
	width: 100%;
	margin-bottom: 70px;
	text-align: center;
}

.logo-featured {
	padding: 12px 0 70px;
}

.logo-featured .hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.logo-featured a {
	display: inline-block;
	position: relative;
}

.logo-featured a:hover img {
	opacity: 0;
}

.logo-featured a:hover img.hover {
	opacity: 1;
}

.logo-featured img {
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.pagination {
	font-size: 0;
}

.pagination .page {
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.pagination a {
	color: #373737;
}

.pagination a:hover {
	opacity: .9;
}

.page-item {
	width: 36px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	border: 1px solid #53585a;
}

.page-item.page-prev {
	background: url(../images/ico-prev.svg) no-repeat 50% 50%;
	background-size: 15px 6px;
}

.page-item.page-prev:hover {
	background: #146f38 url(../images/ico-prev-white.svg) no-repeat 50% 50%;
	background-size: 15px 6px;
}

.page-item.page-next {
	background: url(../images/ico-next.svg) no-repeat 50% 50%;
	background-size: 15px 6px;
}

.page-item.page-next:hover {
	background: #146f38 url(../images/ico-next-white.svg) no-repeat 50% 50%;
	background-size: 15px 6px;
}

.page-item.page-all {
	background: url(../images/ico-page-all.png) no-repeat 50% 50%;
}

.page-item.page-all:hover {
	background: #146f38 url(../images/ico-page-all-white.png) no-repeat 50% 50%;
}

.page-item:hover {
	background-color: #146f38;
	border: 1px solid #146f38;
}

.datails-visual {
	width: 100%;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

.datails-visual .title-details {
	padding-bottom: 80px;
}

.datails-visual .title-details h4 {
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font: 500 18px/1.2 "Superior", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 7px;
}

.section-details {
	width: 100%;
	margin-bottom: 160px;
}

.details-list .img {
	text-align: center;
	margin-top: -375px;
	background: #fff;
	position: relative;
}

.personal-list-mobile {
	display: none;
}

.details-list-mobile {
	display: none;
}

.details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.details .col {
	width: 50%;
	padding: 0 50px;
}

.details .col-description {
	background: #53585a;
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
}

.details .col-visual {
	background: #fff;
}

.details .holder {
	max-width: 600px;
	height: 505px;
	padding: 40px 40px;
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.details .text {
	padding-bottom: 30px;
}

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

.details .visual-holder {
	padding-top: 80px;
	max-width: 640px;
}

.details .visual-holder h2 {
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0;
	font-weight: normal;
	margin-bottom: 42px;
}

.details .visual-holder .image {
	position: relative;
	z-index: 100;
	width: 100%;
	margin-left: -50px;
}

.details .materials-circle {
	width: 620px;
	height: 620px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin: -310px 0 0 -310px;
}

.details-img-mobile {
	display: none;
	position: relative;
	padding: 0 0 10px;
	background: #fff;
}

.details-img-mobile .hold {
	position: relative;
	overflow: hidden;
	padding: 10px;
}

.details-img-mobile .img-right {
	width: 58%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.ttl {
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.circle-items {
	width: 151px;
	height: 151px;
	overflow: hidden;
	position: relative;
	margin: 0 60px 0 auto;
	cursor: pointer;
	border-radius: 50%;
}

.circle-items .plus-holder {
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.circle-items .bg-stretch {
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.circle-items .plus {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 24px/1 "Proxima";
}

.circle-items:hover .bg-stretch {
	opacity: .9;
}

.section-advices {
	width: 100%;
	margin-bottom: 120px;
}

.advices {
	max-width: 770px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}

.advices h2 {
	font: bold 42px/1.2 "Superior", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 45px;
	letter-spacing: 0;
}

.press-list {
	padding: 0 0 35px;
}

.photo-author {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
}

.press-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.press-block .box {
	width: 33.3%;
	padding: 5px;
	min-height: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.press-block .box .box-holder {
	width: 100%;
	position: relative;
}

.press-block .box .box-holder:hover .box-hover {
	width: 92.5%;
	height: 92.5%;
	opacity: 1;
}

.press-block .box .box-holder:hover .photo-author {
	opacity: 0;
}

.press-block .box .box-frame {
	width: 100%;
	height: 100%;
	position: relative;
}

.press-block .box.box-info {
	text-align: center;
}

.press-block .box.box-info .holder {
	background: #f7f6f5;
	width: 100%;
	height: 100%;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.press-block .box.box-info .text {
	padding: 0 0 40px;
	line-height: 2;
	max-width: 400px;
	margin: 0 auto;
}

.press-block .box.box-visual .box-holder {
	height: 100%;
}

.press-block .products-list li {
	width: 100%;
}

.press-block .products-list .products {
	height: 320px;
}

.press-block .products-list .images {
	position: relative;
	float: right;
}

.press-block .photo-author {
	padding: 15px 25px;
}

.box-product {
	width: 100%;
	display: block;
	position: relative;
	height: 320px;
	padding: 0 0 10px;
}

.box-product.medium {
	height: 585px;
}

.box-product:last-child {
	padding-bottom: 0;
}

.box-product .bg-stretch {
	z-index: 10;
}

.box-product .box-content {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 25px 35px;
	overflow: hidden;
}

.box-product:hover .bottom-order {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.box-hover {
	width: 100%;
	height: 100%;
	padding: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: .5s all;
	transition: .5s all;
	background-color: rgba(255, 255, 255, .9);
}

.box-hover div {
	border: 1px solid #53585a;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box-hover h3 {
	font-size: 21px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #272727;
	text-align: center;
	margin: 0;
}

.box-hover.hover-absolute {
	position: absolute;
	top: 0;
	left: 0;
}

.bottom-order {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #373737;
	padding: 24px;
	z-index: 20;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.bottom-order .ttl-price {
	display: block;
	letter-spacing: 2.5px;
}

.arrow-next {
	width: 20px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 30px;
	text-indent: -9999px;
	background: url(../images/ico-arrow-gold.svg) no-repeat;
	background-size: 20px 8px;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: none !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.responsive-show {
	display: none;
	padding: 15px 0;
	position: relative;
}

.responsive {
	display: none;
}

.decor-mobile {
	display: none;
}

.hidden {
	opacity: 0;
}

.visible {
	opacity: 1;
}

.active .slide {
	display: block;
}

.btn-mobile {
	display: none;
}

.box-video {
	width: 100%;
	position: relative;
	height: 375px;
	overflow: hidden;
	display: none;
}

.box-video .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.box-video .bg-stretch {
	z-index: 10;
}

.box-video.active-play .bg-stretch {
	z-index: -1;
}

.btn-play {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin: -40px 0 0 -40px;
	background: url(../images/btn-play.png) no-repeat;
	background-size: 80px 80px;
	text-indent: -9999px;
	cursor: pointer;
}

/* Preloader */

.cls-c1 {
	fill: none;
	stroke-width: 3px;
}

.cls-c2 {
	fill: #555759;
}

.cls {
	opacity: 0;
}

#header {
	width: 100%;
	padding: 24px 0;
	background: #fff;
	position: relative;
	z-index: 200;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	min-height: 90px;
}

#header .header-holder {
	width: 100%;
	max-width: 1450px;
	height: 100%;
	margin: 0 auto;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

#header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	padding: 10px 0;
	min-height: inherit;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .1);
}

#header.sticky .logo {
	position: relative;
	top: 0;
	left: 0;
	width: 32px;
	height: 35px;
}

#header.sticky .logo.logo-small {
	left: 0;
}

.home-page #header {
	padding: 34px 0;
}

.home-page #header.sticky {
	padding: 10px 0;
	min-height: 55px;
}

.logo {
	display: block;
	position: absolute;
	top: 17px;
	left: -50px;
}

.logo.logo-small {
	width: 32px;
	height: 35px;
	position: relative;
	top: 0;
	left: 0;
}

.logo.logo-small .site-logo {
	width: 32px;
	height: 35px;
}

.logo.logo-small a:hover .site-logo {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.logo a {
	display: block;
}

.logo img:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: .70s;
	transition: .70s;
}

.site-tools {
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -10px;
}

.site-tools li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px;
}

.site-tools li.offcanvas-menu-button {
	padding-right: 0;
}

.site-tools a {
	color: #3f3e3e;
}

.site-tools a:hover {
	text-decoration: none;
}

.tools_button .shopping_bag_items_number {
	font-size: 13px;
}

.site-logo.svg {
	width: 162px;
	height: 162px;
	display: block;
	-webkit-transition: height .3s ease;
	transition: height .3s ease;
}

#header.sticky .logo-home .site-logo.svg {
	display: none;
}

#header.sticky .logo-small .site-logo.svg {
	width: 32px;
	height: 35px;
}

#header.sticky .site-logo-h {
	width: 32px;
	height: 35px;
	margin: 0;
	position: relative;
	top: inherit;
	left: inherit;
}

.logo a:hover .site-logo {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: .70s;
	transition: .70s;
}

.logo .cls-2 {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.sticky .logo img:hover {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.logo a:hover .svg path {
	fill: #146f38;
}

.site-logo-h {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 58px;
	height: 62px;
	margin: -31px 0 0 -29px;
}

/* button mobile */

.button-container {
	cursor: pointer;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	display: block;
	width: 29px;
	height: 21px;
	cursor: pointer;
	z-index: 100;
	position: relative;
}

.offcanvas-menu-button:hover {
	opacity: 1 !important;
}

.block-menu-open .button-container .top {
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-ms-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(8px) translateX(0) rotate(45deg);
	background: #caa876;
}

.block-menu-open .button-container.st-pusher-after {
	position: fixed;
}

.block-menu-open .button-container .middle {
	opacity: 0;
	background: #146f38;
}

.block-menu-open .button-container .bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
	background: #caa876;
}

.button-container span {
	background: #146f38;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	cursor: pointer;
}

.button-container-main:hover {
	-webkit-animation: 20s wave linear infinite;
	animation: 20s wave linear infinite;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKQSURBVEhL7ZVJaBRBFIY7CopLlpnuziKKCtGDSw4ZZ6p6CCYXISKoIBHRgyIomKSrZkY0iGIQ3EBQVDyIEi+CAReECAZciXgRRD0oIkpQweUgKOLd7/VUEiN4D5Ifiqr316u/aqb+V+39X/D35CvdcAy93pSGnZmZLhpF3e6mWXQV5WgMYWfrbDccj8BG2wOjvtV0RvMdJajwje4PjH7gdXRMdZxXVdRp+OG01fsclcC3qs23+lc6zmlHQZooy8TJwKr3LNqL2AfiXaFRG+gHfKMG2fiybEK/SQ6CyBv4Q8SvA6vPkbeW9QfgP5NXpP9S1lKL2FWfJzgcdmbrZUOEW1h8QU6eNrq7MW6fLqd3wldofYitltzKrqzPBgfhrpF/OihlFwufKmSXknOWtl/iSUwQpHoy1X5Bb3HhKFImWpa2SrlwFOKc+rgldGEZmAFjbGU0vj6kkHDDTdoPbn6Ho7267txC3PEO/mNtUS93dCKOHb8zN4TnqxIScfgztJ/MHYcpb4IlT4kAExfDom5k/JJNnrD4FnNfQ6u2+XFunYzJuY0lHzE3LL+M3BPE4v3r9FIbg35Xfg55D+FeoWO8INatSUGMgJOkbD4KY93+519QbVtr0katoh5Wer1Lpjnak8oPCrk1tUY1OSpBUNDN6GZcOImJALlYbv7e328/XBG3HHNhGWJJo6/ikuTRG0GdVQvIvR8Umhsc5Xlzi3qGb6P1CMkzPcDN3xELioOIexL7Wf0c/qhYUF5MYl5PLGn0J9pmcRi5beTwfKsbzL8I4ygvB5GieUzSkNhVvl4iKolucX+qtGJeQykTML7k6uUt7YhYVb4lCN5FkPdfPUVjoxxaqpn4GXxf8ism8W943m+UrdcQKTfoyQAAAABJRU5ErkJggg==);
}

.button-container-main:hover span {
	display: none;
}

.button-container span:nth-of-type(2) {
	top: 9px;
}

.button-container span:nth-of-type(3) {
	top: 18px;
}

/* end button mobile */

/* menu */

.block-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .8s, visibility 1s;
	transition: opacity .8s, visibility 1s;
}

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

.block-menu .block-content {
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
}

.block-menu .button-container {
	position: absolute;
	top: 30px;
	right: 50px;
}

.block-menu .offcanvas_content_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
}

.block-menu .social-list {
	margin-left: 40px;
	padding: 50px 0;
	opacity: 0;
}

.block-menu .social-list a:hover {
	color: #cba876;
}

.block-menu .logo-mobile {
	position: absolute;
	top: 20px;
	left: 20px;
}

.logo-mobile {
	display: none;
}

.block-menu-open {
	overflow: hidden;
}

.block-menu-open .block-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.block-menu-open .button-container {
	cursor: pointer;
	-webkit-transition: all .45s ease;
	transition: all .45s ease;
	display: block;
	width: 29px;
	height: 25px;
	cursor: pointer;
	z-index: 100;
	background: none;
}

.block-menu-open .button-container-main {
	opacity: 0;
}

.block-menu-open .site-tools {
	z-index: 1001;
	position: fixed;
	top: 40px;
}

.block-menu-open .site-tools a {
	color: #000;
}

#mobiles-menu-offcanvas {
	width: 33.5%;
	padding: 220px 6% 100px;
	margin: 0 0 0 auto;
	background-color: rgba(39, 39, 39, .95);
}

.menu-content {
	width: 66.5%;
	overflow: hidden;
	background-color: rgba(247, 246, 245, .95);
	padding: 140px 0 50px;
}

.menu-content .holder {
	max-width: 755px;
	padding: 0 30px;
	margin: 0 11% 0 auto;
}

.menu-content h2 {
	font-size: 46px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 40px;
}

.item-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item-list > li {
	width: 50%;
	padding: 5px;
}

.item-list > li.first {
	width: 100%;
}

.item-list a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	color: #272727;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.item-list a:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, .3);
}

.item-list a:hover h4:before {
	opacity: 1;
}

.item-list .item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
}

.item-list .item-content h4 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}

.item-list .item-content h4:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	background: url(../images/hover-wavy.png) repeat-x;
}

.nav {
	margin-bottom: 10px;
}

.nav li {
	padding: 22px 0;
	opacity: 0;
}

.nav a {
	color: #fff;
	font-size: 46px;
	line-height: 1.2;
	vertical-align: middle;
	padding: 0;
	letter-spacing: 2px;
}

.nav a:hover {
	color: #cba876;
}

.nav .num {
	padding: 5px 30px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	color: #8f9d9d;
}

.nav-bottom {
	width: 100%;
}

.bottom-nav {
	margin-left: 30px;
	opacity: 0;
	padding: 25px 0;
}

.bottom-nav li {
	display: inline-block;
	padding: 0 20px;
	text-transform: none;
	border-left: 1px solid #fff;
}

.bottom-nav li:first-child {
	border: none;
}

.bottom-nav a {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
}

.bottom-nav a:hover {
	color: #cba876;
}

.logo-mobile {
	display: none;
}

#footer {
	width: 100%;
	background: #f7f6f5;
	padding: 50px 0 20px;
}

#footer .footer-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0 0 10px;
}

#footer .widget {
	padding: 10px 15px;
	max-width: 305px;
	width: 100%;
}

#footer .widget .textwidget {
	margin-bottom: 23px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.8;
}

#footer .widget.widget_menu {
	max-width: 230px;
}

#footer .widget .widget-ttl {
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #8f9d9d;
	margin: 0 0 15px;
}

#footer .widget.last {
	margin: 0 0 0 auto;
}

#footer .form-submit .btn {
	padding: 12px 15px 10px;
}

.footer-nav li {
	margin-bottom: 21px;
}

.footer-nav li a {
	font: bold 21px/1.2 "Superior", "Helvetica Neue", "Helvetica", sans-serif;
	color: #373737;
}

.footer-nav li a:hover {
	text-decoration: underline;
	color: #146f38;
}

.footer-bottom {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-bottom .holder {
	max-width: 305px;
	width: 100%;
}

.footer-bottom .holder.holder-social {
	max-width: 275px;
}

.footer-bottom .social-list a {
	font-size: 34px;
}

.footer-bottom .copyright {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2.6px;
	display: block;
}

.footer-bottom .social-list a {
	color: #231f20;
}

.footer-bottom .social-list a:hover {
	color: #146f38;
}

.social-list {
	margin: 0 -10px;
}

.social-list li {
	padding: 0 10px;
	display: inline-block;
}

.social-list a {
	color: #53585a;
	font-size: 30px;
	padding: 0;
}

/* form animation */

/* form animation */

.input {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 350px;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0 !important;
	width: 60%;
	border: none;
	border-radius: 0;
	background: none !important;
	border: none !important;
	color: #272727;
	font: bold 14px/1.2 "Maison Neue" !important;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	text-transform: uppercase;
	color: #272727;
	font: bold 14px/1.2 "Maison Neue";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.input--nariko {
	overflow: hidden;
	margin-bottom: 13px;
}

.input--filled.input--nariko {
	padding-top: 1em;
}

.input--filled.input__label-content--nariko {
	padding: 0;
}

.input__field--nariko {
	width: 100%;
	background: transparent;
	opacity: 0;
	margin: 0 !important;
	padding: .5em 0 !important;
	height: 2.5rem !important;
	z-index: 100;
	color: #272727;
	border: none;
}

.input__label--nariko {
	width: 100%;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

.input:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2em;
	bottom: -3px;
	left: 0;
	border-bottom: 2px solid #272727;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}

.input__label-content--nariko {
	padding: .8em 0;
	font-weight: bold;
	letter-spacing: 4px;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: -webkit-transform .4s, color .4s;
	transition: transform .4s, color .4s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
}

.input__field--nariko:focus,
.input--filled .input__field--nariko {
	cursor: text;
	opacity: 1;
	-webkit-transition: opacity 0s .4s;
	transition: opacity 0s .4s;
}

.input__field--nariko:focus + .input__label--nariko::before,
.input--filled .input__label--nariko::before {
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transform: translate3d(0, -3.3em, 0);
	transform: translate3d(0, -3.3em, 0);
}

.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
.input--filled .input__label-content--nariko {
	color: #272727;
	-webkit-transform: translate3d(0, -2.3em, 0) scale3d(.81, .81, 1);
	transform: translate3d(0, -2.3em, 0) scale3d(.81, .81, 1);
}

/* fonts */

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-Demi.woff2") format("woff2"), url("../fonts/MaisonNeue-Demi.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-Medium.woff2") format("woff2"), url("../fonts/MaisonNeue-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-BoldItalic.woff2") format("woff2"), url("../fonts/MaisonNeue-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-Mono.woff2") format("woff2"), url("../fonts/MaisonNeue-Mono.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-LightItalic.woff2") format("woff2"), url("../fonts/MaisonNeue-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-BookItalic.woff2") format("woff2"), url("../fonts/MaisonNeue-BookItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-Light.woff2") format("woff2"), url("../fonts/MaisonNeue-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-DemiItalic.woff2") format("woff2"), url("../fonts/MaisonNeue-DemiItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-Book.woff2") format("woff2"), url("../fonts/MaisonNeue-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-MediumItalic.woff2") format("woff2"), url("../fonts/MaisonNeue-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-MonoItalic.woff2") format("woff2"), url("../fonts/MaisonNeue-MonoItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Maison Neue";
	src: url("../fonts/MaisonNeue-Bold.woff2") format("woff2"), url("../fonts/MaisonNeue-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Superior";
	src: url("../fonts/SuperiorTitle-Bold.woff2") format("woff2"), url("../fonts/SuperiorTitle-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Superior";
	src: url("../fonts/SuperiorTitle-Regular.woff2") format("woff2"), url("../fonts/SuperiorTitle-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Superior";
	src: url("../fonts/SuperiorTitle-Medium.woff2") format("woff2"), url("../fonts/SuperiorTitle-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Polaris";
	src: url("../fonts/polaris-webfont.woff2") format("woff2"), url("../fonts/polaris-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Proxima";
	src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Shopkeeper-Icon-Font";
	src: url("../fonts/Shopkeeper-Icon-Font.woff2?m6hrwj") format("woff2"), url("../fonts/Shopkeeper-Icon-Font.ttf?m6hrwj") format("truetype"), url("../fonts/Shopkeeper-Icon-Font.woff?m6hrwj") format("woff"), url("../fonts/Shopkeeper-Icon-Font.svg?m6hrwj#Shopkeeper-Icon-Font") format("svg");
	font-weight: normal;
	font-style: normal;
}

i {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "Shopkeeper-Icon-Font";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.spk-icon-naver-line-logo:before {
	content: "\e91f";
}

.spk-icon-close-thin-large:before {
	content: "\e91a";
}

.spk-icon-down-arrow-thin-large:before {
	content: "\e91b";
}

.spk-icon-left-arrow-thin-large:before {
	content: "\e91c";
}

.spk-icon-right-arrow-thin-large:before {
	content: "\e91d";
}

.spk-icon-up-arrow-thin-large:before {
	content: "\e91e";
}

.spk-icon-menu-filters:before {
	content: "\e919";
}

.spk-icon-down-small:before {
	content: "\e914";
}

.spk-icon-left-small:before {
	content: "\e915";
}

.spk-icon-right-small:before {
	content: "\e916";
}

.spk-icon-up-small:before {
	content: "\e917";
}

.spk-icon-video-player:before {
	content: "\e911";
}

.spk-icon-minus-circle:before {
	content: "\e912";
}

.spk-icon-plus-circle:before {
	content: "\e913";
}

.spk-icon-load-more:before {
	content: "\e90e";
}

.spk-icon-reload:before {
	content: "\e90f";
}

.spk-icon-loader-arrow:before {
	content: "\e910";
}

.spk-icon-diamond:before {
	content: "\e90d";
}

.spk-icon-coupon:before {
	content: "\e909";
}

.spk-icon-spk_error:before {
	content: "\e90b";
}

.spk-icon-spk_check:before {
	content: "\e90c";
}

.spk-icon-warning:before {
	content: "\e900";
}

.spk-icon-close:before {
	content: "\e918";
}

.spk-icon-arrow-left:before {
	content: "\e901";
}

.spk-icon-arrow-right:before {
	content: "\e902";
}

.spk-icon-view:before {
	content: "\e903";
}

.spk-icon-heart-full:before {
	content: "\e904";
}

.spk-icon-heart:before {
	content: "\e905";
}

.spk-icon-cart-shopkeeper:before {
	content: "\e908";
}

.spk-icon-menu:before {
	content: "\e906";
}

.spk-icon-search:before {
	content: "\e907";
}

.spk-icon-user-account:before {
	content: "\e90a";
}

@media (max-width: 1679px) {
	.materials-block {
		width: 350px;
		height: 350px;
		top: 50%;
		bottom: inherit;
		margin-top: -175px;
	}
}

@media (max-width: 1614px) {
	.container {
		max-width: 100%;
	}

	#header .header-holder {
		position: static;
		max-width: 100%;
	}

	#header.sticky .logo {
		left: 0;
	}

	.logo {
		left: 20px;
		top: 50px;
	}

	.site-tools {
		right: 30px;
	}
}

@media (max-width: 1599px) {
	.section-products {
		padding-left: 70px;
	}
}

@media (max-width: 1399px) {
	.text-slogan {
		margin: -95px 0 0 0;
		left: 200px;
	}

	.nav a {
		font-size: 36px;
	}
}

@media (max-width: 1279px) {
	.text-slogan {
		width: 675px;
		height: 86px;
		left: 50%;
		margin: -48px 0 0 -355px;
	}

	.products {
		height: 400px;
	}

	.section-story {
		margin-bottom: 105px;
	}

	.section-story h1 {
		font-size: 40px;
	}

	.materials-block {
		width: 250px;
		height: 250px;
	}

	.story .image {
		width: 35%;
	}

	.section-shop {
		margin-bottom: 90px;
	}

	.section-shop .headings {
		padding-left: 0;
	}

	.shop-list .box-item:nth-child(2) {
		margin-top: 0;
	}

	.section-gallery {
		margin-bottom: 90px;
	}

	.section-social {
		padding: 30px 0;
	}

	.top-heading {
		padding: 100px 0 60px;
	}

	.top-heading.add {
		padding: 100px 0 60px;
	}

	.visual-promo {
		height: 475px;
	}

	.visual-video {
		height: 450px;
	}

	/* .section-info {
		margin-bottom: 80px;
	} */

	.section-info .text {
		padding: 0;
		font-size: 32px;
	}

	.section-info .text br {
		display: none;
	}

	/* .section-personal {
		margin-bottom: 80px;
	} */

	.section-post {
		margin-bottom: 20px;
	}

	.post {
		font-size: 16px;
	}

	.post .description {
		padding: 0;
		margin: 0 30px 0 0;
	}

	.post h2 {
		font-size: 32px;
	}

	.section-featured {
		padding: 80px 0;
	}

	.intro h1 {
		font-size: 32px;
	}

	.section-desktop {
		margin-bottom: 80px;
	}

	.title {
		font-size: 32px;
	}

	.datails-visual {
		height: 240px;
	}

	.datails-visual .title-details {
		padding-bottom: 40px;
	}

	.section-details {
		margin-bottom: 80px;
	}

	.details .col {
		padding: 0 30px;
	}

	.details .col-description {
		font-size: 16px;
	}

	.details .holder {
		padding: 50px 0;
		height: 445px;
	}

	.details .text {
		padding-bottom: 15px;
	}

	.details .visual-holder {
		padding-top: 40px;
	}

	.details .visual-holder .image {
		margin-left: -30px;
	}

	.details .materials-circle {
		width: 310px;
		height: 310px;
		margin: -155px 0 0 -155px;
	}

	.circle-items {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.section-advices {
		margin-bottom: 80px;
	}

	.advices h2 {
		font-size: 32px;
		margin-bottom: 21px;
	}

	.box-product.medium {
		height: 420px;
	}

	br {
		display: none;
	}

	#mobiles-menu-offcanvas {
		width: 40%;
	}

	.menu-content .holder {
		margin-right: 0;
	}
}

@media (max-width: 1023px) {
	button.btn-big,
	input[type="button"].btn-big,
	input[type="reset"].btn-big,
	input[type="submit"].btn-big,
	.btn.btn-big {
		padding: 12px 25px 10px;
	}

	.promo-items {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		font-size: 17px;
		min-height: inherit;
		margin: 0;
	}

	.promo-items .promo-container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.promo-items .items-holder {
		padding: 40px 30px;
		text-align: center;
		position: absolute;
		bottom: 0;
	}

	.promo-items h6 {
		font-size: 12px;
	}

	.promo-items .left-panel {
		display: none;
	}

	.promo-items .left-panel a {
		color: #fff;
	}

	.promo-items h2 {
		display: block;
		margin: 0 0 16%;
	}

	.text-slogan {
		display: none;
	}

	.section-products {
		margin-bottom: 50px;
		padding-left: 0;
	}

	.all-items {
		display: block;
	}

	.products-list li {
		width: 50%;
		padding: 5px 3px;
	}

	.products-list li:last-child {
		width: 100%;
	}

	.products {
		height: 350px;
		padding: 15px;
	}

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

	.section-story {
		margin-bottom: 80px;
	}

	.section-story h1 {
		font-size: 26px;
	}

	.section-story .head-intro {
		padding: 0;
	}

	.story {
		font-size: 18px;
	}

	.story .description {
		margin-top: 10px;
	}

	.color-list {
		margin: 0 -10px 35px;
	}

	.color-list li {
		padding: 5px 10px;
	}

	.color-list a {
		width: 46px;
		height: 46px;
	}

	.section-shop {
		margin-bottom: 75px;
	}

	.section-shop h2 {
		font-size: 31px;
	}

	.shop-list .box-item .item-holder {
		height: 390px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.shop-list a:hover .box-hover {
		width: auto;
		height: auto;
	}

	.section-gallery {
		margin-bottom: 50px;
	}

	.gallery-slider .holder {
		font-size: 16px;
	}

	.gallery-slider .description {
		padding: 0 0 0 45px;
	}

	.gallery-slider .author {
		font-size: 14px;
	}

	.section-social {
		min-height: inherit;
		background-size: auto 260px;
	}

	.ttl-ins {
		padding: 0;
		margin-bottom: 25px;
	}

	.section-advice {
		margin-bottom: 0;
	}

	.block-advice {
		margin: 0 -30px;
		padding: 20px;
	}

	.block-advice .advice-holder {
		padding: 20px 35px;
		border-width: 1px;
	}

	.title-h img,
	.title-h p {
		display: block;
	}

	.title-h img {
		margin: 0 auto 18px;
	}

	.top-heading .titles {
		font-size: 31px;
	}

	.top-heading.add .titles {
		padding-left: 15px;
	}

	.visual-promo {
		height: 375px;
	}

	.visual-video {
		height: 375px;
		display: none;
	}

	.section-info {
		padding: 60px 0;
		/* margin-bottom: 50px; */
	}

	.section-info .text {
		font-size: 16px;
	}

	.section-info.add {
		padding: 60px 0;
	}

	.section-info .heading {
		margin-bottom: 30px;
	}

	/* .section-personal {
		margin-bottom: 50px;
	} */

	.personal-list li:nth-child(even) .personal-holder {
		text-align: left;
	}

	.personal .personal-holder {
		background: #373737;
		position: relative;
		margin-top: -2px;
		padding: 20px 30px;
	}

	.personal .personal-holder:before {
		display: block;
	}

	.personal h4 {
		font-size: 13px;
		letter-spacing: 4px;
	}

	.personal .office {
		display: block;
	}

	.personal-hover {
		padding: 30px 30px 85px;
		min-height: initial;
	}

	.post {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post .images img {
		width: 100%;
	}

	.post .images {
		max-width: 100%;
		width: 100%;
	}

	.post .description {
		max-width: 100%;
		width: 100%;
		margin: 0 0 50px;
	}

	.featured-list li {
		padding: 30px 15px;
		width: 50%;
		text-align: center;
	}

	.section-desktop {
		margin-bottom: 50px;
	}

	.datails-visual {
		height: auto;
	}

	.datails-visual .title-details {
		padding: 75px 0;
	}

	.datails-visual .title-details h4 {
		text-align: center;
		margin-bottom: 0;
		font-size: 16px;
		letter-spacing: 4px;
	}

	.details-list .img {
		margin: 0;
		display: none;
	}

	.personal-list-desktop,
	.details-list-desktop {
		display: none;
	}

	.personal-list-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.details-list-mobile {
		display: block;
	}

	.details .col {
		width: 100%;
		padding: 0;
	}

	.details .col-description {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.details .holder {
		padding: 40px;
		margin: 0;
		height: auto;
		max-width: 100%;
	}

	.details .visual-holder {
		max-width: 100%;
		padding: 0;
	}

	.details .visual-holder h2 {
		font-size: 26px;
		margin: 0;
	}

	.details .visual-holder .image {
		display: none;
	}

	.details .head-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding: 20px 30px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #d7d8d1;
	}

	.details-img-mobile {
		display: block;
	}

	.circle-items {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0;
		width: 120px;
		height: 120px;
	}

	.advices {
		font-size: 16px;
	}

	.press-list .box-hover {
		position: relative;
	}

	.press-block .box {
		width: 100%;
		padding: 3px 0;
		min-height: 325px;
	}

	.press-block .box .box-holder:hover .box-hover {
		width: auto;
		height: auto;
	}

	.press-block .box .box-frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.press-block .box .box-frame .box-product {
		width: 50%;
		padding: 0 0 0 6px;
	}

	.press-block .box .box-frame .box-product:first-child {
		padding: 0;
	}

	.press-block .box.box-info .text {
		padding: 0 0 10px;
	}

	.press-block .box.box-visual .box-frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.press-block .photo-author {
		display: none;
	}

	.box-product.medium {
		height: 375px;
	}

	.box-product .box-content {
		padding: 15px;
	}

	.box-hover {
		opacity: 1;
		width: auto;
		height: auto;
		position: relative;
		padding: 7px;
	}

	.box-hover div {
		padding: 10px 40px;
	}

	.box-hover h3 {
		font-size: 16px;
	}

	.box-hover.hover-absolute {
		position: relative;
		display: inline-block;
	}

	.bottom-order {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	.responsive-show {
		display: block;
	}

	.desktop {
		display: none;
	}

	.responsive {
		display: block;
	}

	.btn-desktop {
		display: none;
	}

	.btn-mobile {
		display: block;
	}

	.box-video {
		display: block;
	}

	.preloader svg {
		width: 120px;
		height: 120px;
	}

	#header {
		padding: 20px 0;
		min-height: inherit;
	}

	#header .header-holder {
		padding: 0 20px;
	}

	#header.sticky {
		width: 100%;
		padding: 20px 0;
	}

	.home-page #header {
		padding: 20px 0;
	}

	.home-page #header.sticky {
		padding: 20px 0;
		min-height: inherit;
	}

	.logo {
		display: none;
	}

	.site-tools {
		right: 20px;
	}

	.block-menu-open .button-container.st-pusher-after {
		top: 25px;
		right: 20px;
		position: fixed;
	}

	.button-container-main:hover {
		background: none;
	}

	.button-container-main:hover span {
		display: block;
	}

	.block-menu .block-content {
		background-color: rgba(39, 39, 39, .95);
	}

	.block-menu .social-list {
		padding: 15px 0;
		margin-left: 27px;
	}

	.block-menu-open .site-tools {
		top: 50%;
		position: absolute;
	}

	#mobiles-menu-offcanvas {
		width: 100%;
		padding: 110px 55px 50px;
		float: none;
		position: absolute;
		top: 0;
		background: none;
	}

	.menu-content {
		display: none;
	}

	.nav li {
		padding: 20px 0;
	}

	.nav a {
		font-size: 38px;
		color: #000;
	}
	.bottom-nav a {
		color: #000;
	}

	.nav .num {
		padding-right: 15px;
	}

	.bottom-nav {
		margin-left: 18px;
	}

	.bottom-nav a {
		font-size: 22px;
	}

	.logo-mobile {
		display: block;
	}

	#footer .widget {
		max-width: 100%;
		width: 50%;
		margin-bottom: 30px;
	}

	#footer .widget.widget_menu {
		max-width: 100%;
	}

	#footer .widget.last {
		margin: 0 0 30px;
	}

	.footer-nav li {
		margin-bottom: 10px;
	}

	.footer-bottom .holder {
		max-width: 100%;
	}

	.footer-bottom .holder.holder-copy {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 10px 0 0;
	}
}

@media (max-width: 767px) {
	.promo-items h2 {
		font-size: 45px;
	}

	.products-list li {
		width: 100%;
	}

	.section-story .head-intro a:hover {
		border: none;
	}

	.materials-block {
		right: inherit;
		left: 200px;
		width: 280px;
		height: 280px;
		margin-top: -80px;
	}

	.wave {
		padding-bottom: 7px;
	}

	.wave:before {
		background: url(../images/hover-wavy.png) repeat-x;
		width: 65px;
		height: 6px;
	}

	.wave.center:before {
		margin-left: -32px !important;
	}

	.story {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.story .image {
		width: 100%;
	}

	.story .description {
		padding: 0 30px;
		width: 100%;
	}

	.shop-list {
		margin: 0 -30px;
	}

	.shop-list .box-item {
		width: 100%;
		padding: 0 0 10px;
	}

	.section-gallery {
		background-position: 0 80%;
		background-size: auto 130px;
	}

	.gallery-slider .holder .images {
		width: 100%;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.gallery-slider .holder .img {
		float: left;
		width: 75%;
	}

	.gallery-slider .holder .img.img-author {
		width: 25%;
		right: 0;
		top: 0;
		position: relative;
	}

	.gallery-slider .description {
		top: 0;
		padding: 30px 0 0;
	}

	.ttl-ins {
		font-size: 14px;
	}

	.ttl-ins .fa {
		font-size: 28px;
	}

	.ttl-ins em {
		font-size: 18px;
	}

	.block-advice {
		font-size: 14px;
	}

	.block-advice h3 {
		font-size: 28px;
		line-height: 1.4;
		margin-bottom: 25px;
	}

	.post .description {
		margin: 0 0 30px;
	}

	.datails-visual .title-details h4 {
		font-size: 14px;
		letter-spacing: 2px;
	}

	.decor-mobile {
		display: block;
	}

	.decor-desktop {
		display: none;
	}

	.btn-hidden {
		display: none;
	}

	.footer-bottom .social-list a {
		font-size: 28px;
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 144dpi) {
	.wave:before {
		background: url(../images/hover-wavy@2x.png) repeat-x;
		background-size: 15px 4px;
	}
}

@media (max-width: 666px) {
	.materials-block {
		left: 50%;
		margin-left: -140px;
		margin-top: -20px;
	}

	.shop-list .box-item .item-holder {
		height: 220px;
	}

	.shop-list .box-item.small .item-holder {
		height: 220px;
	}

	.section-social {
		background-size: auto 240px;
	}

	.instagram-list li {
		width: 50%;
		display: none;
	}

	.personal-list {
		margin: -50px -30px 0;
	}

	.personal-list li {
		width: 100%;
		padding: 0;
	}

	.details .col-description {
		font-size: 14px;
		line-height: 1.6;
	}

	.details .visual-holder h2 {
		max-width: 160px;
	}

	.press-block .box .box-frame .box-product {
		width: 100%;
		padding: 0;
	}

	.press-block .box .box-frame .box-product:first-child {
		padding: 0 0 6px;
	}

	.box-hover h3 {
		font-size: 12px;
	}

	#footer .widget {
		width: 100%;
	}

	.footer-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-nav li {
		width: 50%;
	}

	.footer-nav li a {
		font-size: 26px;
	}
	.instagram-list a {
		height: 160px;
	}
}

@media (max-width: 479px) {
	.products h4 {
		font-size: 12px;
	}

	#mobiles-menu-offcanvas {
		padding: 110px 30px 50px;
	}
	.instagram-list a {
		height: 130px;
	}
}

@media (max-width: 369px) {
	.color-list {
		margin: 0 -3px 35px;
	}

	.color-list li {
		padding: 5px 3px;
	}
}

@-webkit-keyframes wave {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 500px 0;
	}
}

@keyframes wave {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 500px 0;
	}
}
