/*!
Theme Name: magic-dream
Theme URI: https://jump.team/
Author: Jump.team
Author URI: https://jump.team/
Description: Магия сна
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: magic-dream
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?dszj80');
  src:  url('fonts/icomoon.eot?dszj80#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?dszj80') format('truetype'),
    url('fonts/icomoon.woff?dszj80') format('woff'),
    url('fonts/icomoon.svg?dszj80#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
}

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

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

.icon-delivery-truck:before {
  content: "\e902";
}

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

.icon-feather:before {
  content: "\e904";
}

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

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

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

.icon-pillows:before {
  content: "\e908";
}

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

.icon-sky:before {
  content: "\e90a";
}

.icon-smartphone-call:before {
  content: "\e90b";
}

.icon-tick-sign:before {
  content: "\e90c";
}

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


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: #fff;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.inner {
	max-width: 1590px;
	margin: 0 auto
}

.header-inner {
	display: flex;
	align-items: center;
}

.header-inner .logo img {
	width: 280px;
	height: 70px
}

.header-inner .logo {
    width: 100%;
	text-align: left;
	max-width: 375px;
	margin-right: 15px
}

.header-inner .logo a {
	display: block
}

.site-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 20px 15px;
	background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  	background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  	background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
}

.slider {
	position: relative
}

.main-navigation li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 70px
}

.main-navigation {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    max-width: initial;
    padding: 0 30px;
}

.main-navigation li:last-child {
	margin-right: 0
}

.main-navigation li a {
	font-size: 22px;
	color: #404040
}

.site-header .phones {
	text-align: right
}

.site-header .phones a {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-right: 40px
}

.site-header .phones a:last-child {
	margin-right: 0
}

.site-header .phones a:hover {
	color: #8d8787;
}

.site-header .phones a>* {
	display: inline-block;
	vertical-align: middle
}

.site-header .phones a i {
	color: #8d8787;
	vertical-align: middle;
    font-size: 22px;
	margin-right: 10px
}

.block-title {
    position: relative;
    text-align: center;
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
    padding-top: 120px;
    color: #404040;
}

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

.block-title .sep {
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
	background: #878181;
	height: 2px;
	margin-bottom: 50px
}

.block-title .icon {
	font-size: 44px;
	color: #878181;
	margin-bottom: 15px;
}

.products {
	padding: 0 15px;
	padding-bottom: 100px;
}

.benefits {
	padding: 0 15px;
	background: url(/wp-content/uploads/2019/04/ben-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 120px;
}

.ben-inner {
	max-width: 780px;
	margin-left: auto;
}

.ben-inner .ben-item {
	display: flex;
	padding: 35px 60px 35px 60px;
	background: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 0 3px 11px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 11px 1px rgba(0,0,0,.2);
	box-shadow: 0 3px 11px 1px rgba(0,0,0,.2);
	margin-bottom: 30px
}

.ben-inner .ben-item:last-child {
	margin-bottom: 0
}

.ben-inner .ben-item .icon {
	font-size: 60px;
	color: #878181;
	margin-right: 30px
}

.benefits .block-title {
	padding-top: 120px
}

.ben-inner .ben-item .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px
}

.ben-inner .ben-item .text {
	max-width: 510px
}

.order {
	padding: 0 15px
}

.order .h-t-order-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.order .h-t-order-inner .item {
	max-width: 370px;
	margin-right: 30px
}

.order .h-t-order-inner .item:last-child {
	margin-right: 0
}

.order .h-t-order-inner .item .number {
	font-size: 40px;
	line-height: 40px;
	color: #baada5;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1efed;
	margin-bottom: 25px
}

.text-block {
    padding: 20px 15px;
    padding-bottom: 100px;
}

.text-block .text-inner {
    display: flex;
}

.text-block .text-inner .left {
    margin-right: 30px;
}

.site-footer {
	background: #362330;
	padding: 20px 0px;
}

.site-footer .inner {
	padding: 0 15px
}

.site-footer .line {
	width: 100%;
	height: 1px;
	background: #52414c;
	margin-top: 10px;
	margin-bottom: 20px
}

.site-footer .logo {
	text-align: center 
}

.site-footer .logo img {
	width: 240px;
	height: 60px
}

.site-footer a {
    color: #fff;
    font-size: 20px;
}

.site-footer .footer-phones {
    display: flex;
    justify-content: space-around;
}

.site-footer .footer-phones a>* {
    display: inline-block;
    vertical-align: middle;
}

.site-footer .footer-phones a .icon {
	margin-right: 10px;
}

.site-footer .footer-phones a i {
	color: #baada5;
	vertical-align: middle;
    font-size: 24px;
}

.site-footer .footer-phones a:hover {
	color: #baada5
}

.layer {
  background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
  opacity: 0.8;
  position: absolute;
  left: 0px;
  top: -18px;
  width: 1915px;
  height: 127px;
  z-index: 9;
}

.product-inner .tabs .inner {
	max-width: 1110px
}

.product-inner .tabs-in {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

.product-inner .tabs-in .tab {
	display: inline-block;
	padding: 10px 5px;
	border-right: 1px solid white;
    max-width: 220px;
	font-size: 20px;
    width: 100%;
    text-align: center;
	cursor: pointer
}

.product-inner .tabs-in .tab.active, .product-inner .tabs-in .tab:hover {
	color: #fff;
	background: #362330
}

.product-inner .specifications {
	color: #808080;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6
}

.spec-inner .title, .spec-inner .text {
	display: inline-block
}

.spec-inner .title {
	font-weight: 700;
    font-size: 20px;
	color: #362330;
	margin-right: 30px
}

.spec-inner i {
	color: #878181;
	margin-right: 15px
}

.spec-inner .text .item {
	display: inline-block;
	color: #000;
	margin-right: 60px;
	font-weight: 600;
}

.spec-inner .text .item:last-child {
	margin-right: 0px
}

.reviews {
	padding: 0 15px;
	margin-bottom: 140px
}

.sl-item {
	padding: 40px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 11px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 11px 1px rgba(0,0,0,.1);
	box-shadow: 0 3px 11px 1px rgba(0,0,0,.1);
	margin: 15px
}

.slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 4;
    font-size: 50px;
    line-height: 50px;
    color: #7f7f7f;
    cursor: pointer;
}

.slick-arrow.slick-prev-arr {
    left: -60px;
}

.slick-arrow.slick-next-arr {
    right: -60px;
}

.reviews .rev-outer .sl-item .ic-block {
	display: flex;
	align-items: center;
}

.reviews .rev-outer .sl-item .image img {
	display: block;
	width: 100px;
    border-radius: 50px;
	margin-right: 20px
}

.reviews .rev-outer .sl-item .text {
	margin-top: 30px
}

.reviews .rev-outer .sl-item .adress {
	font-style: italic;
	color: #808080
}

.reviews .rev-outer .sl-item .name {
	font-size: 18px;
	margin-bottom: 10px
}

.discount {
	padding: 120px 15px;
	background: url(/wp-content/uploads/2019/04/discount-bg-magic-son.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.discount .title {
	font-size: 78px;
	line-height: 78px;
    font-weight: bold;
	color: #362330;
	margin-bottom: 25px
}

.discount .after-title {
	font-size: 30px;
	color: #616161;
	margin-bottom: 25px
} 

.theme-button {
	width: 100%;
	max-width: 320px;
	padding: 16px 35px;
	font-size: 20px;
	color: #fff;
	background-color: #878181;
	border-color:  #878181;
	-webkit-box-shadow: 0 6px 18px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 6px 18px 2px rgba(0,0,0,.2);
	box-shadow: 0 6px 18px 2px rgba(0,0,0,.2);
	border-radius: 0;
	text-decoration: none;
	cursor: pointer
}

.theme-button:hover {
    color: #f5f5f5;
}

.slider .theme-button {
	padding: 16px 35px!important;
	font-size: 20px!important;
}

.site-header.stickytop {
	position: fixed;
    background: #fff;
    width: 100%;
	padding: 8px 15px;
	border-bottom: 1px solid #f2f2f2;
}

.stickytop .logo img {
    width: 140px;
    height: 35px;
}

.stickytop .main-navigation li a {
	font-size: 18px;
}

.site-header.stickytop  .phones a {
	font-size: 16px;
}

.site-header.stickytop  .phones a i {
	font-size: 16px;
}

.tab-cont-item {
    display: none;
}

.tab-cont-item.active {
    display: block;
}

.products-in {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.products-in .product-item {
    width: 25%;
    padding: 30px 15px;
}

.products-in .product-item:hover {
    -webkit-box-shadow: 0 6px 13px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 13px 2px rgba(0,0,0,.2);
    box-shadow: 0 6px 13px 2px rgba(0,0,0,.2);
}

.products .product-outer {
    padding: 0 15px;
}

.products-in .product-item .image .sale {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: #fff;
    background: #cd0074;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    border-radius: 50px;
	line-height: 2.6;
}

.products-in .product-item .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.products-in .product-item .title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #404040;
    margin-bottom: 15px;
}

.products-in .product-item .type {
	font-size: 18px;
	line-height: 14px;
	color: #808080;
	text-align: center;
    margin-bottom: 15px;
}

.products-in .product-item .material {
    font-size: 18px;
	line-height: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.products-in .product-item .material .grey {
    display: inline-block;
    margin-right: 4px;
    color: #808080;
}

.price-block {
    font-size: 28px;
    text-align: center;
    color: #362330;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-block.new-price .new-price {
    margin-right: 15px;
}

.price-block.new-price .price {
    font-size: 22px;
    color: #a6a6a6;
    font-weight: 600;
    text-decoration: line-through;
}

.products-in .product-item button {
    width: 100%;
	background: #878181;
    border-color: #878181;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
}

.products-in .product-item:hover button {
	background: #362330;
    border-color: #362330;
}


.form_bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000c2;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.main_pop_form {
    position: fixed;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    top: 50%;
    width: 100%;
    max-width: 425px;
    display: none;
    z-index: 9999;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.main_pop_form_fon {
    background-color: #fff;
    padding: 35px 30px 35px;
    position: relative;
}

.hide_main_pop_form {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    text-align: center;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    color: #4c4c4c;
    font-size: 18px;
    top: 10px;
    right: 10px;
    border: none;
    line-height: 21px;
    padding: 0;
}

.main_pop_form input {
	width: 100%
}

.main_pop_form input[type="submit"] {
	display: block;
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
    background: #878181;
    border-color: #878181;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
}

div.wpcf7 .ajax-loader {
	position: absolute
}

.form .item {
	display: flex;
	font-size: 18px;
    justify-content: space-between;
	align-items: center;
	color: #404040;
	margin-bottom: 20px
}

input[type="text"], input[type="tel"] {
	font-size: 18px;
	background: #ededed;
    border-color: #ededed;
    padding: 12px 25px;
    border-radius: 0px;
}

.form .item input.model, .form .item  input.compl, .form .item  input.price {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	pointer-events: none;
}

.form .item .titl {
	color: #808080;
	margin-right: 30px
}

.form .item span.titl {
	width: 30%
}

.form .item span.el {
	width: 70%
}

.form .item  input.price {
	font-size: 22px;
    color: #362330;
    font-weight: 700;
}

.show_menu, .mob-but {
    display: none;
}

.m_bm_hidden {
    display: none;
    text-align: center;
	background: rgba(255, 255, 255, 0.95);
    max-height: 500px;
    overflow-x: auto;
}

.mob-but button {
    background: transparent;
    border: none;
    border-radius: 0;
}

.m_bm_hidden .phones {
	max-width: 100%;
	margin-bottom: 25px
}

.m_bm_hidden .menu-mob {
	margin-bottom: 15px
}

.m_bm_hidden .phones a {
	font-size: 16px
}

.show_m_but span {
    width: 22px;
    height: 2px;
    display: block;
    background-color: #362330;
    margin: 4px 0;
    margin-left: auto;
}

.show_m_but.act>span {
    margin: -2px 0;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.show_m_but.act>span:first-child {
    transform: rotate(45deg);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.show_m_but.act>span:nth-child(2) {
    display: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.show_m_but.act>span:last-child {
    transform: rotate(-45deg);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.m_bm_hidden ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.m_bm_hidden ul.menu li {
    margin: 10px 20px;
}

.m_bm_hidden ul.menu li.current-menu-item a {
    color: rgb(229, 95, 115);
}

.m_bm_hidden ul.menu li a {
    display: block;
    text-decoration: none;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
}

.discount .counter {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
    max-width: 300px;
}

.time_circles > div > span {
	font-size: 36px!important;
	font-weight: 700!important;
	color: #e55f73;
	font-family: 'Montserrat', sans-serif!important;
	margin-bottom: 15px!important;
	line-height: 15px!important;
}

.time_circles > div > h4 {
	font-size: 10px!important;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 400!important;
}

.slider .counter {
	width: 300px;
	
}

.slider .counter .time_circles {
	width: 300px;
	max-width: 100%;
}

.type-of-fabric {
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.type-of-fabric .title {
	display: inline-block;
	color: #362330;
	margin-right: 30px;
	font-weight: 700;
    font-size: 20px;
}

.type-of-fabric .fabic-in {
	display: inline-block;
}

.type-of-fabric .fabic-in .item {
	display: inline-block;
	color: #000;
	margin-right: 60px;
	cursor: pointer;
}

.type-of-fabric .fabic-in .item:last-child {
	margin-right: 0px;
}

input[type="checkbox"] { 
	position: absolute; 
	opacity: 0; 
	z-index: -1; 
}

input[type="checkbox"]+span {
	font-size: 20px;
	padding-left: 30px;
    position: relative;
	color: #000;
	cursor: pointer;
}

input[type="checkbox"]+span:before { 
	font: 16pt icomoon;
    content: '';
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%,-50%);
}

input[type="checkbox"]:checked+span:before { 
	content: '\e90c';
	color: #362330;
	font-size: 15px;
	line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

input[type="checkbox"]:focus+span:before { 
	outline: 1px dotted #aaa; 
}

input[type="checkbox"]:disabled+span { 
	color: #999; 
}

input[type="checkbox"]:not(:disabled)+span:hover:before { 
	 
}

.pr_it_labels {
	position: absolute;
    left: 0;
    top: 23px;
    width: 110px;
}

.pr_it_labels div {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 4px 2px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    margin-bottom: 2px;
}

.new-prod {
    background-color: #ff0000;
}

.disc_prod {
    background-color: #ffb100;
}

#back-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#back-top .link-holder {
    width: 100px;
    height: 100px;
    position: relative;
}

#back-top a {
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    border: 2px solid #878181;
    text-align: center;
    text-decoration: none;
    color: #878181;
    font-size: 24px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#back-top a i {
    display: block;
    transform: rotate(-90deg);
    line-height: 48px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.product_sizes_btns{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 10px;
}
.products-in .product-item button.btn-size:hover{
	background: #cdcbcc;
	color: #000;
}
.products-in .product-item button.btn-size.active{
	background: #878181;
	color: #fff;
}
.products-in .product-item button.btn-size{
	width: initial;
    background: #fff;
    border: 1px solid #878181;
    color: #878181;
    flex-grow: 1;
    padding: 5px 5px;
    font-size: 16px;
	transition-duration: 0.2s;
}
.pr_in_icons{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-info-item img{
	    margin-right: 9px;
    margin-top: 5px;
}
.product-info-item{
    width: calc(50% - 10px);
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}
.product-info-text p{
	margin-bottom: 0;
	text-align: left;
}
.product-info-text-f{
	font-size: 14px;
	opacity: 0.7;
}
.itemDetail{
	display: none;
}
.product_cat_button:hover,
.product_cat_button.active{
	color: #fff;
    background: #362330;
}
.product_cat_button{
	display: inline-block;
    padding: 14px 10px;
    border: none;
    max-width: 220px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 0;
    width: initial;
}
.items_buts_inner {
    display: flex;
	max-width: 1110px;
	margin: 0 auto;
    justify-content: space-around;
    margin-bottom: 50px;
	flex-wrap: wrap;
}
.sub-menu{
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.cart-popup{
	width: 99%;
	max-width: 700px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	padding: 40px 30px 30px;
}
.product_cart_title{
	    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 18px;
}
.cart_product_item{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
input[type="text"].pci_inp_dis{
	padding: 0;
    width: initial;
    min-width: initial;
	background: transparent;
	border: none;
}
.cpi_img{
	width: 120px;
}
.cpi_total input[type="number"]::-webkit-outer-spin-button,
.cpi_total input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
.cpi_total input[type="number"]{
	width: 60px;
    text-align: center;
	
    -moz-appearance: textfield;
}
.cpi_info{
	padding: 0 10px 0 20px;
	flex-grow: 1;
}
.cpi_name{
	font-size: 20px;
	font-weight: 700;
}
.cpi_price,.cpi_total_price{
	padding: 0 10px;
	font-weight: 700;
}
.cpi_total{
	padding: 0 10px;
}
.cpi_remove{
	padding: 0 0 0 10px;
}
.removeFromCart:hover{
	opacity: 1;
}
.removeFromCart{
	cursor: pointer;
    padding: 0;
    font-size: 28px;
    color: red;
    background: transparent;
    border: none;
    font-weight: 700;
    opacity: 0.6;
}
.cart-totals span{
	font-size: 20px;
	font-weight: 700;
}
.cart-totals{
	text-align: right;
}
.userFields .form-group{
	width: calc(50% - 15px);
	margin-bottom: 15px;
}
.cart_btn{
	margin-top: 15px;
}
.btn-order:hover{
	background: #362330;
    border-color: #362330;
}
.btn-order{
	width: 100%;
    background: #878181;
    border-color: #878181;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
}

.btn-continue-shopping:hover{
	background: #362330;
    border-color: #362330;
}
.btn-continue-shopping{
	width: 100%;
    background: #878181;
    border-color: #878181;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
}
.userFields .form-group.error input{
	border: 1px solid red;
}
.userFields .form-group input{
	width: 100%;
	padding: 8px 19px;
}
.userFields{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.thank_pop{
	background: #fff;
    width: 99%;
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 15px 20px;
    position: relative;
}
.err-msg{
	text-align: center;
    color: red;
    font-weight: 700;
    margin-top: 5px;
    font-size: 18px;
}
.open_shopping_cart svg{
	display: block;
}
.open_shopping_cart{
	background: transparent;
	padding: 0;
	cursor: pointer;
	border:none;
}
.open_shopping_cart path{
	fill: #000;
}
.open_shopping_cart:hover path{
	fill: #362330;
}
.menu-item-cart{
	line-height: 1;
}
@media only screen and (max-width: 1600px) {
	.slick-arrow.slick-next-arr {
    	right: 0px;
	}
	
	.slick-arrow.slick-prev-arr {
    	left: 0px;
	}
}

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

@media only screen and (max-width: 1279px) {
	.main-navigation li {
		margin-right: 25px;
	}
}

@media only screen and (max-width: 1024px) {
	.slick-arrow.slick-next-arr {
    	right: 0px;
	}
	
	.slick-arrow.slick-prev-arr {
    	left: 0px;
	}
	
	.products-in .product-item {
		width: 33%;
	}
	
	.block-title {
		font-size: 30px;
		line-height: 30px
	}
	
	.discount .title {
    	font-size: 60px;
		line-height: 60px;
	}
	
	.reviews .rev-outer .sl-item .text {
    	font-size: 18px;
	}
	
	.product-inner .tabs-in .tab {
		font-size: 22px;
    	padding: 8px 0px;
	}
	
	.spec-inner .title {
		
	}
	
	.spec-inner .text .item {
		margin-right: 15px;
		font-weight: 400;
	}
	
	input[type="checkbox"]+span {
		
	}
	
	.type-of-fabric .title {

	}
	
	.products-in .product-item .image .sale {
    	height: 60px;
    	width: 60px;
    	line-height: 60px;
		font-size: 20px;
	}
	
	.order .h-t-order-inner .item {
		max-width: 280px;
	}
	
	.pr_it_labels div {
		font-size: 14px;
	}
	
	.price-block.new-price .new-price {
    	margin-right: 0;
	}
	
	.price-block {
		font-size: 24px;
	}
	
	.type-of-fabric .fabic-in .item {
		margin-right: 30px;
	}
	
}

@media only screen and (max-width: 990px) {
	.header-inner .main-navigation, .site-header .phones {
		display: none
	}
	
	.type-of-fabric .fabic-in .item {
		margin-right: 20px;
	}
	
	.order .h-t-order-inner .item {
		margin-bottom: 50px
	}
	
	.product-inner .tabs-in {
		display: block;
		text-align: center;
	}
	
	.spec-inner .text .item {
    	margin-right: 15px;
	}
	
	.m_bm_hidden .phones {
		display: block
	}
	
	.site-header .phones {
    	text-align: center;
	}
	
	.show_menu, .mob-but {
    	display: block;
		width: 100%;
    	text-align: right;
	}
	
	.header-inner .logo img {
    	width: 200px;
	}
	
	.benenfits .ben-inner .ben-item .title {
		font-size: 18px;
	}
	
	.products-in .product-item {
		width: 33%;
	}
	
	.tabs-in .tab {
		font-size: 18px;
	}
	
	.specifications .item .title {
		font-size: 18px;
	}
	
	.products-in .product-item .title {
		font-size: 18px;
	}
	
	.products-in .product-item button {
		font-size: 16px
	}
	
	.block-title {
		font-size: 24px
	}
	
	.discount .title {
    	font-size: 40px;
		line-height: 40px;
	}
	
	.theme-button { 
		font-size: 18px
	}
	
	.m_bm_hidden ul.menu li a {
		font-size: 20px
	}
	
}

@media only screen and (max-width: 800px) {
	.products-in .product-item {
    	width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.cpi_img,.cpi_info{
		width: 100%;
	}
	.cart_product_item>*{
		padding: 5px;
		text-align: center;
	}
	.cart_product_item{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.cart-popup{
		padding: 40px 15px 30px;
	}
	.userFields{
		flex-wrap: wrap;
	}
	.userFields .form-group {
		width: 100%;
		margin-bottom: 15px;
	}
	.cart_product_item {
		    margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.text-block .text-inner {
    	display: block;
	}
	
	.m_bm_hidden .phones a {
    	font-size: 16px;
    	display: block;
    	margin-right: 0;
	}
	
	.product-inner .tabs-in .tab {
    	padding: 0px 0px;
	}
	
	.type-of-fabric .title {
		margin-bottom: 15px
	}
	
	.spec-inner .title {
		margin-bottom: 15px
	}
	
	.specifications .item {
		margin-bottom: 15px
	}
	
	.site-header.stickytop .phones a {
		font-size: 22px;
		display: block;
		margin-right: 0;
		margin-bottom: 15px
	}
	
	.m_bm_hidden .phones a {
		font-size: 22px
	}
	
	.site-header.stickytop .phones a:last-child {
		margin-bottom: 0
	}
	
	.ben-inner .ben-item {
		padding: 25px 15px 25px 15px;
	}
	
	.order .h-t-order-inner .item {
		margin-right: 0
	}
	
	.text-block .text-inner .left {
    	margin-right: 0px;
		margin-bottom: 1.5em;
	}
	
	.block-title .title:before {
		right: 0;
	}
	
	.block-title .title:after {
		right: 0;
	}
	
	.tabs-in {
		display: block; 
	}
	
	.tabs-in .tab {
		width: 100%;
		margin-bottom: 10px
	}
	
	.specifications {
		display: block;
	}
	
	.specifications .item {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}
	
	.specifications .item:last-child { 
		margin-bottom: 0px
	}
	
	.products-in .product-item {
    	width: 50%;
		text-align: center
	}
	
	.specifications .item.second {
   	 	max-width: 100%;
	}
	
	.products-in .product-item .material {
		font-size: 16px;
	}
	
	.benenfits .ben-inner .ben-item {
    	max-width: 100%;
		width: 50%
	}
	
	.h-t-order-inner {
		display: block;
	}
	
	.benenfits .ben-inner .ben-item .title {
    	font-size: 16px;
	}
	
	.order {
		background-image: none;
	}
	
	.h-t-order-inner>* {
		max-width: 100%;
		margin-bottom: 30px;
	}
	
	.h-t-order-inner .item.third {
		margin-bottom: 0px;
	}
	
	.h-t-order-inner .second .number {
    	display: none
	}
	
	.h-t-order-inner .number {
		margin-bottom: 50px;
	}
	
	.h-t-order-inner .second .number.mob {
    	display: block;
    	margin-top: 0px;
    	margin-bottom: 50px;
	}
	
	.rev-outer .sl-item{
		padding: 30px 15px;
	}
	
	.site-footer .footer-phones {
		display: block;
	}
	
	.site-footer a {
		display: block;
		text-align: center;
		margin-bottom: 15px
	}
	
	.site-footer a:last-child {
		margin-bottom: 0
	}
	
	.text-block {
    	padding-bottom: 60px;
	}
	
	.discount .title {
		font-size: 30px;
	}
	
	.discount .after-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.products-in .product-item {
    	width: 100%;
		text-align: center
	}
}