/*!
Theme Name: modulmebel
Theme URI: http://underscores.me/
Author: Sergii Volkov
Author URI: http://softway.com.ua
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: modulmebel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

modulmebel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

@import url("fonts/montserrat/stylesheet.css");

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: 0;
	font-weight: bold;
	font-size: 48px;
	display: block;
	text-transform: uppercase;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-family: Montserrat, 'Open Sans', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h2{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000000;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}
a.button:visited {
	color: #fff;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	/*outline: thin dotted;*/
	outline: none;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

.mobile-menu .sub-menu{
	display: none;
}
.mobile-menu .sub-menu.open{
	display: block;
}

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

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

input:focus {
	outline:none;
}

/* Site
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.wrapper {
	max-width: 1250px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* Кнопки */
input[type="submit"], .button{
	background: linear-gradient(180deg, #F5B14A 0%, #E47444 100%);
	box-shadow: 0px 8px 20px rgba(66, 59, 113, 0.25);
	border-radius: 0;
	color: #fff;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	max-height: 140px;
	padding: 0 35px;
	font-weight: normal;
	border: none;
	font-size: 24px;
	height: 53px;
	min-width: 250px;
	cursor: pointer;
	text-align: center;
	/*display: block;*/
}
a.button{
	padding: 10px 35px;
	height: auto;
	display: inline-block;
}

/* Нулевой экран главной страницы */
.title-screen{
    width: 100%;
	height: calc(100vh - 100px);
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

.title-screen .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	line-height: 1;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: -100px;
	text-align: center;
}
.title-screen .text-1{
	font-weight: 600;
	font-size: 18px;
}
.title-screen .text-2{
	font-weight: bold;
	font-size: 72px;
	letter-spacing: 2px;
	margin-top: 6px;
}
.title-screen .text-3{
	text-transform: none;
	font-size: 36px;
	margin-top: 70px;
}
@media screen and (max-width: 800px) {
	.title-screen {
		height: calc(100vh - 80px);
	}
	.title-screen .content{
		margin-top: -80px;
	}
	.title-screen .text-1{
		font-size: 14px;
	}
	.title-screen .text-2{
		font-size: 36px;
	}
	.title-screen .text-3{
		font-size: 24px;
		max-width: 250px;
	}
	a.button {
		padding-top: 10px;
	}
}

/* Header
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
header.site-header{
	background: #010101;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	height: 100px;
}

header .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
.block-1,.block-2,.block-3{
	width: 100%;
	height: inherit;
}
header .block-1 {
	display: flex;
	align-items: center;
}
header .block-2{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .block-3{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right:24px;
}
header .block-3 a{
	margin-left: 30px;
}
header .block-2 img.small {
	display: none;
}
nav.woocommerce-breadcrumb{
	display: none;
}
#cart-button{
	margin-top: 16px;
	display: block;
}
a.sv-cart {
	color: #fff;
}
.sv-cart{
	font-size: 10px;
	background-color: #F1931D;
	border-radius: 11px;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.6;
	width: 15px;
	height: 15px;
	position: relative;
	top: -25px;
	left: 14px;
}
.title {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
.scroll-down{
	position: absolute;
	/*bottom: 30px;*/
	top: 12.5%;
}

/* adaptive menu ----------------------------------------------------------*/

a#hamburger-button-link{
	color: #fff;
	display: flex;
	cursor: pointer;
}
#hamburger-button{
	width: 28px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	/*cursor: pointer;*/
	display: block;
	margin-right: 24px;
}
#hamburger-button span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#hamburger-button.open{
}
#hamburger-button.open span{
	background-color: #E67844;
}
#hamburger-button span:nth-child(1) {top: 0;}
#hamburger-button span:nth-child(2) {top: 8px;}
#hamburger-button span:nth-child(3) {
	top: 16px;
	width: 19px;
}
#hamburger-button.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#hamburger-button.open span:nth-child(2) {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#hamburger-button.open span:nth-child(3) {
	opacity: 0;
	left: -60px;
}
nav.mobile-menu{
	color: #fff;
	width: 55%;
	position: fixed;
	background-color: #fff;
	height: calc(100vh - 100px);
	z-index: 99;
	transform: translateX(-120%);
	transition: transform 0.6s;
	padding-top: 0;
	/*overflow: hidden;*/
	top: 100px;
	/*transform: translateX(0);*/
	background: linear-gradient(135deg, #3A3A3A 0%, #000000 100%);
}
.menu-container{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	width: 95%;
	height: 100%;
}
.menu-container .search-submit{
	display: none;
}
.menu-container label {
	position: relative;
}
.menu-container label:before {
	content: "";
	position: absolute;
	left: 10px;
	top: -3px;
	bottom: 0;
	width: 24px;
	height: 24px;
	background: url("./images/ic_lens.svg") center / contain no-repeat;
}
.menu-container input {
	margin-top: 50px;
	padding: 10px 0 30px 50px;
	background-color: transparent;
	height: 37px;
	width: 100%;
	border: none;
	border-bottom: 2px rgba(255, 255, 255, 0.17) solid;
	border-radius: 0;
	font-weight: 600;
	font-size: 22px;
	line-height: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.27);
}
.menu-container input[type="search"]:focus {
	color: rgba(255, 255, 255, 0.67);
}
.menu-container form{
	width: 90%;
}
.menu-container-right{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	justify-content: space-between;
	padding-bottom: 40px;
	width: 65%;
	min-width: 400px;
	max-width: 600px;
}

.menu-glavnoe-menyu-container{
	width: 90%;
	max-height: 440px;
	/*overflow: auto;*/
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;  /* IE and Edge */
}
.menu-glavnoe-menyu-container::-webkit-scrollbar{
	display: none;
}
.menu-footer{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.menu-footer .lang{
	width: 100%;
}
.menu-footer .menu-social{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	min-width: 120px;
}
.menu-social-links{
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 15px;
	justify-content: space-between;
}
.mobile-menu .lang a{
	margin-right: 10px;
}

nav.mobile-menu.show{
	transform: translateX(0);
}

.mobile-menu ul{
	list-style: none;
	margin: 0 auto;
	padding-inline-start: 0;
}
.mobile-menu ul ul{
	margin-left: 40px;
}
.mobile-menu li{
	font-size: 24px;
	line-height: 1;
	padding: 10px 0;
}
.mobile-menu a{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mobile-menu li.current_page_item > a{
	color: #E67844;
	border-left: 4px #E67844 solid;
	padding-left: 16px;
}
.mobile-menu a:hover{
	color: #E67844;
}
.menu-menu-1-container, .menu-menu-2-container{
	width: 100%;
}
.close_button{
	width: 100%;
	text-align: right;
	display: none;
}
.close_button img{
	margin: 20px 20px 0 0;
	cursor: pointer;
}
#primary-menu{
	display: flex;
	/*justify-content: center;*/
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	height: 100%;
	transform: translateX(0);
}
#secondary-menu{
	margin-top: 120px;
	text-align: center;
}
.mobile-menu #secondary-menu li{
	padding: 5px 0;
}
.mobile-menu #secondary-menu li a{
	padding: 5px 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
}

@media screen and (max-width: 800px) {
	.menu-container{
		flex-direction: column;
	}
	nav.mobile-menu {
		height: 100vh;
		top: 0;
		width: 100%;
	}
	.menu-glavnoe-menyu-container {
		max-height: 340px;
		overflow: auto;
	}
	.mobile-menu ul ul {
		margin-left: 20px;
	}
	.close_button{
		display: flex;
		justify-content: flex-end;
	}
	.menu-container input {
		margin-top: 20px;
		padding: 10px 0 20px 50px;
	}
	.menu-container {
		height: 95%;
	}
	.menu-container-right {
		width: 90%;
		min-width: 0;
		max-width: 800px;
	}
	.mobile-menu li {
		padding: 5px 0;
	}
	#secondary-menu {
		margin-top: 10px;
	}
	.mobile-menu li {
		font-size: 16px;
	}
	header.site-header {
		min-height: 0;
		height: 80px;
	}
	header .block-2 img {
		max-height: 60px;
	}
	header .block-3 {
		margin-right: 0;
	}
	header .block-3 img {
		min-height: 24px;
		max-width: 24px;
	}
	header .block-3 a {
		margin: 0 0 0 13px;
	}
	header .block-2 img.small {
		display: block;
	}
	header .block-2 img.big {
		display: none;
	}
	#hamburger-button {
		margin-right: 24px;
	}
}

/* HEADER PAGE ----------------------------------------------------------------------------*/
header.cover{
	width: 100%;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-size: cover;
}
header.cover h1{
	color: #fff;
}
header.cover .content{
	text-align: center;
	font-size: 12px;
	color: #C4C4C4;
}
.yoast-breadcrumbs a{
	color: #F1931D;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #F1931D;
}
.yoast-breadcrumbs span.breadcrumb_last{
	color: #fff;
}
@media screen and (max-width: 800px) {
	header.cover{
		height: 80px;
	}
	.yoast-breadcrumbs{
		display: none;
	}
	header.cover h1{
		font-size: 24px;
	}
}


/* PRODUCT SLIDER ----------------------------------------------------------------------------*/
.block-slider{
	margin: 0 0 30px 0;
}
.product-item {
	max-width: 90%;
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	background: #FFFFFF;
	box-shadow: 2px 1px 6px -2px rgba(0, 0, 0, 0.21);
	border-radius: 6px;
	margin: auto;
}
.product-item-image {
	height: 253px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.product-item .title {
	margin: 4px 0 15px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.product-item .title a:hover, .product-item .title a:focus, .product-item .title a:active {
	text-decoration: underline;
}
.product-item .price{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.product-item .description{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #C4C4C4;
	margin-bottom: 14px;
	max-height: 36px;
	overflow: hidden;
}
.product-item .description p{
	padding: 0;
	margin: 0;
}
.product-item-content{
	padding: 14px;
}

/*SLIDER BUTTONS*/
.slick-prev, .slick-next {
	width: 73px;
	height: 100%;
}
.slick-next::before {
	content:url('images/ic_arrow_next.svg');
}
.slick-prev::before {
	content:url('images/ic_arrow_prev.svg');
	transform: rotate(-180deg);
}
.slick-next {
	right: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
}
.slick-prev{
	z-index: 1;
	left:0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
}
.slick-next:hover, .slick-next:focus {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
}
.slick-prev:hover, .slick-prev:focus {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	opacity: 0;
	display: none;
}
.slick-dots li button::before {
	font-size: 14px;
	opacity: 1;
	content:url('images/ic_dot.svg');
}
.slick-dots li {
	margin: 0 2px;
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	content:url('images/ic_dot_active.svg');
}
.slick-dots {
	bottom: -65px;
}

/* HEADER BLOCK */
.header-sect{
	font-family: 'Open Sans', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
	font-style: normal;
	font-weight: bold;
	font-size: 120px;
	color: #F4F4F4;
	text-transform: uppercase;
	overflow: hidden;
	line-height: 100%;
	white-space: nowrap;
}
.header-sub-sect{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	top:-44px;
}

.header-sub-sect .content{}
.header-sub-sect .text{
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	color: #000000;
	z-index: 1;
	display: block;
	position: relative;
	text-transform: uppercase;
}
.header-sub-sect .rect{
	position: relative;
	top: -44px;
	right: -50px;
	width: 123px;
	height: 31px;
	background: linear-gradient(180deg, #F5B14A 0%, #E47444 99.99%, rgba(241, 147, 29, 0) 100%);
	border-radius: 6px;
	float: right;
}
@media screen and (max-width: 800px) {
	.header-sect {
		font-size: 48px;
		overflow: hidden;
	}
	.header-sub-sect .text{
		font-size: 24px;
	}
	.header-sub-sect .rect {
		right: -45px;
	}
	.scroll-down {
		max-width: 43px;
	}
}

/* SLIDER SECTION */
.section-slider{
	margin: 84px 0 71px 0;
}

/* ПРЕИМУЩЕСТВА */
.section-advantage{
	padding: 50px 0;
}
.section-advantage .block-slider {
	display: none;
	margin: 0;
}
.section-advantage .block-slider .cell {
	height: 260px;
	width: 91%;
	margin-left: 3%;
}

.section-advantage .slick-next, .section-advantage .slick-prev {
	background: transparent;
}

.grid{
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-content:stretch;
	flex-wrap: wrap;
}
.cell{
	height: 200px;
	background: linear-gradient(117.38deg, #F5F5F5 0%, rgba(236, 236, 236, 0) 100.51%);
	padding: 34px 27px 24px 43px;
	width: 24%;
	margin-bottom: 1%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cell .text{
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.cell .number{
/*	background: -webkit-linear-gradient(#F1931D, #E67844);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: italic;
	font-weight: 900;
	font-size: 64px;
	line-height: 78px;
	position: absolute;
	bottom: 5px;
	right: 10px;*/
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media screen and (max-width: 1020px) {
	.cell {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media screen and (max-width: 800px) {
	.cell {
		width: 49%;
		margin-bottom: 2%;
	}
}
@media screen and (max-width: 550px) {
	.cell {
		width: 100%;
	}
	.section-advantage .block-slider {
		display: block;
	}
	.section-advantage .grid {
		display: none;
	}
	.cell .text {
		text-align: center;
	}
}

/*FOOTER*/
footer.footer-site{
	background: linear-gradient(135deg, #3A3A3A 0%, #000000 100%);
	padding: 90px 0;
	font-weight: 300;
}
.site-footer{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.site-footer .contacts{
	width: 16%;
}
.site-footer .content{
	margin-top: 60px;
}
.site-footer .content, .site-footer .content a{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
.site-footer .content span{
	display: block;
}
.site-footer .links{
	width: 34%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}
.site-footer .links li{
	margin-bottom: 20px;
	line-height: 1;
}
.site-footer ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.site-footer a{
	font-size: 16px;
	color:#fff;
}
.site-footer a:hover{
	color: #E67844;
}
.site-footer .newsletter{
	width: 27%;
}
.newsletter .title{
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.site-footer .social{
	width: 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 260px;
}
.social .title{
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
	transform: rotate(-90deg);
	display: block;
	width: 230px;
	margin-bottom: 115px;
}

/* Newsletter Form*/
.site-footer #mailpoet_form_1 {
	border: none;
	border-radius: 0;
	background: transparent;
}
.site-footer #mailpoet_form_1 form.mailpoet_form{
	padding: 0;
}
.mailpoet_form_hide_on_success .mailpoet_paragraph input.mailpoet_submit,
.site-footer .mailpoet_paragraph input.mailpoet_submit{
	background: linear-gradient(180deg, #F5B14A 0%, #E47444 100%);
	box-shadow: 0px 8px 20px rgba(66, 59, 113, 0.25);
	border-radius: 0px !important;
	color: #fff !important;
	border-top-left-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	height: 40px !important;
	max-height: 40px !important;
	padding: 0 35px !important;
	font-weight: 500 !important;
}
.site-footer .mailpoet_paragraph input.mailpoet_text{
	background: rgba(255, 255, 255, 0.2) !important;
	border: 1px solid rgba(255, 255, 255, 0.6) !important;
	border-radius: 4px !important;
	max-height: 43px !important;
	color: #fff !important;
}

@media screen and (max-width: 800px) {
	footer.footer-site{
		padding: 30px;
	}
	.site-footer{
		flex-direction: column;
	}
	.site-footer .contacts{
		width: 100%;
	}
	.site-footer .content {
		margin-top: 30px;
		margin-bottom: 60px;
		line-height: 200%;
	}
	.site-footer .links{
		display: none;
	}
	.site-footer .newsletter{
		width: 100%;
	}
	.site-footer .social{
		margin: 50px 0 10px 0;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		height: auto;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.social .title {
		width: 100%;
		transform: rotate(0);
		margin-bottom: 20px;
	}
	.site-footer .social a{
		margin-right: 20px;
	}
}

/* Modal Login */
.modal-login, .modal-filter{
	margin: 0 auto;
	top: 50%;
	left: 50%;
	position: fixed;
	background-color: #fff;
	padding: 30px 20px 20px 20px;
	width: 50%;
	min-width: 419px;
	max-width: 419px;
	height: auto;
	max-height: 80%;
	z-index: 99;
	transform-origin: right;
	transform: translate(150%, -200%)  scale(0.1) rotate(90deg);
	/*transform: translate(-50%, -50%);*/
	transition: transform 0.6s;
	overflow: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	border-radius: 6px;
}
.modal-login.show{
	transform: translate(-50%, -50%) ;
}
.site-overlay {
	position:absolute;
	width:100%;
	height:1000%;
	z-index:1;
	opacity:0.7;
	background-color: #000;
	top: 0;
	left: 0;
	/*display: none;*/
	/*transform: scale(0);*/
	transform: translate(0, -100%) ;
	transition: transform 0.6s;
}
.site-overlay.show {
	display: block;
	/*transform: scale(1) ;*/
	transform: translate(0%, 0%);
}
.modal-login .title{
	color: #000;
	font-style: normal;
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	max-width: 300px;
	padding-bottom: 20px;
}
.modal-login .menu-container{
	flex-direction: column;
}
.head-block{
	display: flex;
	align-items: flex-end;
	width: 100%;
}
.modal-login .close_button{
	width: 100%;
}
.modal-login .close_button img {
	margin: 0;
}
.error-text{
	color:#f00;
}
.modal-login .close_button{
	display: block;
}
.modal-login input[type="text"], .modal-login input[type="password"]{
	width: 100%;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 14px;
	line-height: 17px;
	color: #C4C4C4;
	height: 43px;
	padding: 14px;
	margin-bottom: 33px;
}
.login-content{
	text-align: center;
}
.register-content{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.register-content a {
	font-size: 14px;
	text-decoration-line: underline;
	color: #000;
}
@media screen and (max-width: 800px) {
	.modal-login{
		min-width: 300px;
		width: 96%;
	}
}

/* Дизайн */
.section-design{
	padding: 50px 0;
}
.section-slider-2, .section-slider-3, .section-slider-4 {
	padding: 50px 0;
}
.section-slider-4{
	padding-bottom: 100px;
}
.slider-items-5 .product-item-image {
	height: 210px;
}
.slider-items-5 .product-item {
	max-width: 85%;
	border-radius: 0;
}

/*Связный слайдер*/
/* 1 */
.slider-for-design .product-item {
	max-width: 100%;
	border-radius: 0;
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.slider-for-design .txt {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin: 73px 0 0 45px;
	display: inline-block;
	line-height: 28px;
}
.section-single-design .title._title{
	text-align: center;
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	padding: 0 0 50px 0;
	line-height: 26px;
}
.slider-for-design .slick-prev, .slider-for-design .slick-next {
	background: transparent;
}
.slider-for-design .product-item-content{
	width: 100%;
	height: 162px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.slider-for-design a.title{
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin: 73px 0 0 45px;
	display: block;
	line-height: 28px;
}

/* 2 */
.slider-nav-design .product-item {
	height: 101px;
	max-width: 100%;
	border-radius: 0;
	background-color: #000;
}
.slider-nav-design .product-item-image {
	height: 101px;
}
.slider-nav-design .slick-current{
	height: 130px;
}
.slider-nav-design .slick-current .product-item {
	height: 115px;
}
.slider-nav-design .slick-current .product-item-image {
	margin-top: -15px !important;
	height: 130px;
}

.slider-nav-design .slick-slide .product-item-image {
	margin-top: 15px;
}
.slider-nav-design.slick-slider{
	background-color: #000;
	max-height: 115px;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.slider-nav-design{
		display: none;
	}
	.slider-for-design .product-item {
		height: 600px;
	}
}
@media screen and (max-width: 600px) {
	.slider-for-design .product-item {
		height: 400px;
	}
	.slider-for-design a.title {
		font-size: 24px;
	}
	.slider-for-design .txt {
		font-size: 24px;
	}
}

/*SLIDER DESIGN FRONT*/
.section-design-front{
	background-color: #F9F9F9;
	padding: 30px 0;
}
.section-design-front .product-item {
	height: 40vh;
	max-width: 100%;
	border-radius: 0;
	background-color: #000;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
}
.section-design-front .product-item-image {
	height: 40vh;
}

.section-design-front .slick-slide {
	margin-top: 4vh;
}

.section-design-front .slick-current, .section-design-front .slick-current .product-item, .section-design-front .slick-current .product-item-image{
	height: 50vh;
}
.section-design-front .slick-current{
	margin-top: -10px;
	max-width: 210%;
	width: 120%;
}
.section-design-front .slick-current .product-item {
	max-width: 110%;
	width: 110%;
	z-index: 1;
}
.section-design-front .slick-current .product-item-image {
	margin-top: -15px !important;
}
.section-design-front .product-item-content {
	padding: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.section-design-front .title{
	font-weight: 600;
	font-size: 36px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
}
.section-design-front .product-item .title {
	margin: 0;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 800px) {
	.section-design-front .title {
		font-size: 28px;
	}
	.header-sect {
		white-space: nowrap;
		height: 90px;
	}
	.header-sub-sect {
		top: -27px;
	}
	.section-design-front{
		padding: 20px 0 50px 0;
	}
	.section-slider {
		margin: 30px 0 50px 0;
	}
	.section-slider .header-sect {
		height: 80px;
	}
	.section-slider .slick-dots {
		bottom: -34px;
	}
	.section-slider .block-slider, .section-slider .slick-dotted.slick-slider {
		margin: 0;
	}
	.section-advantage {
		padding: 0 0 50px 0;
	}
	.page-template-page-o-nas .section-advantage {
		padding: 30px 0 50px 0;
	}
	.section-design {
		padding: 35px 0 20px 0;
	}
	.section-slider-2, .section-slider-3, .section-slider-4 {
		padding: 0 0 50px 0;
	}
	.section-slider-2 .slick-dots, .section-slider-3 .slick-dots, .section-slider-4 .slick-dots {
		bottom: -30px;
	}
}

.slider-nav-design .slick-slide .product-item-image {
	margin-top: 15px;
}
.slider-nav-design.slick-slider{
	background-color: #000;
	max-height: 115px;
	overflow: hidden;
}

.slider-products .slick-dots {
	bottom: -25px;
}

/*SINGLE PRODUCT */

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
	width: 50%;
}
.product .summary {
	margin: 0;
	width: 50%;
}
.single-product div.product .wrapper {
	display: flex;
	align-items: flex-start;
	position: relative;
	flex-wrap: wrap;
}
.woocommerce-tabs{
	width: 100%;
	margin: 60px 0;
}

.section-slider-items{
	width: 100%;
	margin: 0;
}
.section-slider-items .title{
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	margin-bottom: 50px;
	line-height: 100%;
}
.section-product-description{
	background-color: #F9F9F9;
	padding: 0;
}
.woocommerce-tabs.wc-tabs-wrapper{
	display: flex;
	justify-content: space-between;
}
.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel--additional_information{
	width: 48%;
}
.woocommerce-Tabs-panel--description{
	/*margin-top: 50px;*/
}
.woocommerce-tabs .title{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.woocommerce-Tabs-panel--description p{
	font-size: 14px;
	line-height: 17px;
	color: #818181;
}

@media screen and (max-width: 800px) {
	.woocommerce-tabs.wc-tabs-wrapper{
		flex-direction: column-reverse;
	}
	.woocommerce-Tabs-panel--description,
	.woocommerce-Tabs-panel--additional_information{
		width: 100%;
	}
}

/* My Account*/
.woocommerce-MyAccount-content{
	font-size: 14px;
	line-height: 17px;
	color: #818181;
	padding: 70px;
}

.woocommerce-MyAccount-content input[type="submit"], .woocommerce-MyAccount-content .button {
	float: right;
}
.account-header{
	width: 100%;
}
.account-header a{
	font-weight: normal;
	font-size: 16px;
	color: #818181;
}
.account-header .is-active a{
	font-weight: bold;
	color: #010101;
}
.account-header ul{
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.account-header ul li{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #C4C4C4;
	padding: 25px 0;
}
.account-header ul li.is-active{
	border-bottom: 3px solid #f1931d;
}
.account-header a{
	width: 100%;
	line-height: 100%;
}
.account-footer{
	display: flex;
	align-items: center;
	border-top: 1px solid #C4C4C4;
}
.account-footer a{
	display: block;
	width: 100%;
	font-size: 14px;
	text-decoration-line: underline;
	color: #202020;
	text-align: center;
	padding: 24px 0;
}
.woocommerce-account.logged-in article .woocommerce{
	margin: 42px 0;
	background: #FFFFFF;
	border: 0.25px solid #C4C4C4;
	box-sizing: border-box;
	box-shadow: 2px 1px 6px -2px rgba(0, 0, 0, 0.21);
	border-radius: 6px;
}
.contact-info{
	display: flex;
	justify-content: space-between;
}
.contact-info .block{
	width: 100%;
	display: flex;
	margin-bottom: 6%;
	justify-content: space-between;
}
.contact-info .block-1{
	width: 46%;
	display: flex;
	flex-wrap: wrap;
}
.filler{
	width: 100%;
	border-bottom: 1px dotted #818181;
}
.contact-info .content{
	display: flex;
}
.contact-info .content label{
	width: 100%;
}
.contact-info .woocommerce-Input{
	width: 100%;
}

.woocommerce-orders-table, .woocommerce-MyAccount-content .button {
	float: none;
}

@media screen and (max-width: 800px) {
	.contact-info .block-1 {
		width: 100%;
	}
	.contact-info {
		flex-direction: column;
	}
	.woocommerce-MyAccount-content{
		padding: 30px 10px;
	}
	.account-header ul {
		flex-direction: column;
	}
	.account-footer {
		flex-direction: column;
	}
	.contact-info .block.for-input {
		flex-direction: column;
	}
	.woocommerce-MyAccount-content input[type="submit"], .woocommerce-MyAccount-content .button {
		float: none;
	}
	.woocommerce-Input{
		width: 100%;
	}
}

/*notices */
.woocommerce-notices-wrapper, .woocommerce-NoticeGroup{
	color: #fff;
}
.woocommerce-notices-wrapper ul, .woocommerce-NoticeGroup ul{
	margin: 0;
	list-style: none;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	padding: 5px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	clear: both;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-noreviews, .woocommerce p.no-comments {
	background-color: #fff;
}
.woocommerce-message, .woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: #777 !important;
	clear: both;
}
.product .button.wc-forward{
	font-size: 14px;
	padding: 5px 15px;
	min-width: 200px;
	margin-right: 10px;
}

.woocommerce  #comments .woocommerce-noreviews {
	background-color: #fff !important;
}

/* number button  */
.woocommerce-cart button{
	padding: 10px 10px 10px 10px;
}
input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.number-input {
	border: 0;
	display: inline-flex;
}
.number-input,
.number-input * {
	box-sizing: border-box;
}
.number-input button {
	outline:none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	position: relative;
}
.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 8px;
	height: 1px;
	background-color: #212121;
	transform: translate(-50%, -50%);
}
.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
	padding: 1px 0 0 0;
	height: 40px;
	text-align: center;
	border-radius: 0;
	border: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 56px;
}
button.plus, button.minus{
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	min-width: 32px;
}
.number-input{
	border: 1px solid #ccc;
	border-radius: 4px;
}
input.qty{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	min-width: 54px;
}

/*cart */
.cart-items-header{
	display: flex;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 24px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #818181;
	justify-content: space-between;
}
.cart-item-row{
	display: flex;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #818181;
	justify-content: space-between;
}

.product-image{
	width: 10%;
	display: flex;
	min-width: 90px;
}
.product-content{
	width: 85%;
	display: flex;
	justify-content: space-between;
}
.product-remove{
	width: 5%;
	display: flex;
	align-items: center;
	min-width: 40px;
	justify-content: flex-end;
	padding-right: 5px;
}
.product-remove a{
	display: block;
}

.product-name{
	width: 40%;
	display: flex;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #C4C4C4;
	flex-direction: column;
	justify-content: space-between;
}
.product-price{
	width: 30%;
	display: flex;
	align-items: center;
}
.cart-item-row .product-price{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #C4C4C4;

}
.product-quantity{
	width: 20%;
	display: flex;
	align-items: center;
}
.product-subtotal{
	display: flex;
	align-items: center;
	width: 10%;
}
.cart-item-row .product-subtotal{
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.product-image img{
	max-width: 80px;
	max-height: 80px;
}
.product-name a{
	margin-top: 10px;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}
.mobile-text{
	margin: 24px 0 10px 0;
	width: 100%;
	display: none;
	font-size: 14px;
	line-height: 17px;
	color: #818181;
}

button[name="update_cart"] {
	background: red;
	display: none;
}

.order-total{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	margin: 24px 0 50px 0;
}
.order-total .wc-proceed-to-checkout{
	margin-top: 27px;
}
.cart-collaterals{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-right: 24px;
}
.order-total .title{
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.order-total .price{
	margin-top: 10px;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

@media screen and (max-width: 800px) {
	.cart-items-header{
		display: none;
	}
	.product-content{
		width: 60%;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.product-name{
		width: 100%;
	}
	.product-remove {
		align-items: flex-start;
		justify-content: center;
	}
	.mobile-text{
		display: block;
	}
	.product-price{
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
	}
	.product-name a{
		font-weight: bold;
		font-size: 14px;
		line-height: 17px;
		color: #000000;
		text-transform: uppercase;
		margin: 0 0 16px 0;
	}
	.product-quantity{
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
	}
	.product-subtotal {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.order-total {
		align-items: center;
	}
	.cart-collaterals{
		display: block;
		margin-right: 0;
	}
}

/*chekout*/
.woocommerce-checkout .woocommerce .block-size-100{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}
.woocommerce-checkout .woocommerce .block-1{
	width: 65%;
	border: 0.25px solid #C4C4C4;
	box-sizing: border-box;
	box-shadow: 2px 1px 6px -2px rgba(0, 0, 0, 0.21);
	border-radius: 6px;
}
.woocommerce-checkout .woocommerce .block-2{
	width: 30%;
}
#order_review_heading{
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 10px;
}
.checkout-review-order .row{
	width: 100%;
	display: flex;
	padding: 16px 0;
	border-bottom: 1px solid #C4C4C4;
}
.checkout-review-order .subrow{
	width: 75%;
	display: flex;
	flex-direction: column;
}
.checkout-review-order .product-image{
	width: 25%;
}
.checkout-review-order .product-name-price{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.checkout-review-order .product-name {
	width: 65%;
	line-height: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}
.checkout-review-order .product-subtotal {
	width: 35%;
	line-height: 100%;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
.checkout-review-order .product-price {
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	color: #C4C4C4;
	margin-top: 28px;
}
.checkout-review-order .product-quantity{
	margin-top: 19px;
	font-size: 14px;
}
.order_review_heading{
	font-size: 16px;
	color: #818181;
}
.woocommerce-form__label {
	font-size: 12px;
	line-height: 100%;
}
.woocommerce-terms-and-conditions-wrapper{
	font-size: 12px;
	margin-top: -30px;
	display: none;
}
.woocommerce-privacy-policy-text{
	font-size: 12px;
}
label[for=billing_shipping_method], label[for=billing_payment_method], label[for=shipping_shipping_method], label[for=shipping_payment_method], label[for=shipping_city]{
	display: none;
}
#ship-to-different-address{
	display: none;
}
#billing_city_field, #billing_shipping_method_field, #billing_payment_method_field{
	display: none;
	width: 100%;
}
.select2-container{
	width: 100% !important;
	font-size: 14px;
	line-height: 17px;
}
.select2-selection__placeholder{
	font-size: 14px;
	color: #C4C4C4;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #C4C4C4;
	padding-top: 7px;
	height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}
.block-size-100 input::-webkit-input-placeholder, .block-size-100 textarea::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 17px;
	color: #C4C4C4;
}
.block-size-100 input{
	font-size: 14px;
	line-height: 17px;
	height: 43px;
	padding-left: 10px;
}
.block-size-100 textarea{
	padding: 10px;
}

.content-tabs{
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.content-tabs input{
	width: 100%;
}
.content-tab-1, .content-tab-2{
	width: 49%;
}
.woocommerce-billing-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.content-tab-1 p{
	width: 48%;
}
.content-tab-1{
	width: 100%;
}
.content-tab-2{
	display: none;
}
.content-tab-2 textarea{
	height: 200px;
}

@media screen and (max-width: 1000px) {
	.product-name-price{
		flex-direction: column;
	}
	.product-name-price .product-subtotal{
		margin-top: 10px;
	}
}

@media screen and (max-width: 800px) {
	.woocommerce-checkout .woocommerce .block-size-100 {
		flex-direction: column;
	}
	.woocommerce-checkout .woocommerce .block-1{
		width: 100%;
	}
	.woocommerce-checkout .woocommerce .block-2{
		margin-top: 20px;
		width: 100%;
	}
	.woocommerce-checkout .product-quantity {
		flex-direction: row;
	}
	.woocommerce-checkout .product-name{
		width: 100%;
	}
	.woocommerce-checkout .product-subtotal{
		width: 100%;
	}
	.woocommerce-checkout-payment{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.woocommerce-checkout .woocommerce-MyAccount-navigation{
		display: none;
	}
	#billing_city_field, #billing_shipping_method_field, #billing_payment_method_field, .content-tab-2{
		display: block;
	}
	.content-tab-2{
		width: 100%;
	}
	.content-tabs {
		flex-direction: column;
	}
	.content-tab-1 p {
		width: 100%;
	}
}


/* SINGLE PRODUCT IMAGES */
.product.status-publish .wrapper{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.gallery-block{
	width: 40%;
	display: flex;
	align-items: flex-start;
}
.product .summary {
	margin: 0;
	width: 55%;
}
.gallery-block-1{
	margin-right: 20px;
	margin-top: 44px;
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gallery-block-1 a.youtube{
	margin-top: 30px;
	display: block;
}
.gallery-block-2{
	width: 100%;
}
.gallery-block-3{
	width: 100%;
}
.slick-vertical{
	width: 80px;
}

.slick-vertical .slick-prev::before {
	content: url('images/ic_arrow_slider_up.svg');
}
.slick-vertical .slick-next::before {
	content: url('images/ic_arrow_slider_down.svg');
}
.slick-vertical .slick-prev, .slick-vertical .slick-next {
	width: 100%;
	height: auto;
	background: transparent;
}
.slick-vertical .slick-prev{
	top: -15px;
}
.slick-vertical .slick-next {
	top: 105%;
	z-index: 1;
}
.slick-vertical .slick-current.slick-active img, .slick-horizontall .slick-current.slick-active img{
	 border: 1px solid #E67844;
 }

.slider-for-vertical{
	width: 80%;
}
.slider-for-vertical img {
	width: 100%;
}
.sku_wrapper{
	margin-top: 10px;
	font-size: 14px;
	line-height: 17px;
	color: #C4C4C4;
	display: block;
}
.product_title.entry-title{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.woocommerce-product-details__short-description{
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.gallery-block-3{
	display: none;
}
.slick-horizontall .slick-prev, .slick-horizontall .slick-next {
	width: 30px;
	height: 30px;
	background: transparent;
}
.slick-horizontall .slick-next::before {
	content: url('images/ic_slider_hor_next.svg');
}
.slick-horizontall .slick-prev::before {
	content: url('images/ic_slider_hor_prev.svg');
}

@media screen and (max-width: 800px) {
	.slick-vertical {
		display: none;
	}
	.gallery-block-1{
		display: none;
	}
	.gallery-block-3{
		display: block;
	}
	.slider-for-vertical {
		width: 100%;
	}
	.single-product div.product .wrapper {
		flex-direction: column;
		margin-top: 10px;
	}
	.gallery-block{
		width: 100%;
		flex-direction: column;
	}
	.product .summary{
		width: 100%;
	}
}

/* VARIABLES */
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	background: #F9F9F9;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: none;
	font-size: 12px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
	box-shadow: none !important;
	border: 1px solid #F1931D;
}
.button-variable-item span{
	font-size: 12px !important;
	height: 25px;
	min-width: 56px;
	padding: 4px 15px !important;
}

.section-slider-items.related .product-item .title{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}

.single_variation_wrap .quantity{
	display: none !important;
}

.woocommerce-variation-price{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.woocommerce-Price-currencySymbol{
	margin-left: 5px;
}
.single_add_to_cart_button.button{
	margin-top: 10px;
}

.cart-items dl.variation{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cart-items dl.variation dd{
	margin: 0;
	margin-left: 10px;
	width: 45%;
	display: block;
}
.cart-items dl.variation dt{
	width: 34%;
	display: block;
}
.cart-items dl.variation p{
	margin: 0;
}
@media screen and (max-width: 500px) {
	.cart-items dl.variation {
		flex-direction: column;
	}
}

/* rewievs */
#reviews{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#comments, #review_form_wrapper{
	width: 48%;
	font-size: 14px;
	line-height: 17px;
	color: #818181;
}
.woocommerce .star-rating span::before {
	color: #F1931D;
}
.woocommerce p.stars:hover a::before {
	color: #F1931D;
}
.woocommerce p.stars.selected a.active::before, .woocommerce p.stars.selected a:not(.active)::before {
	color: #F1931D;
}

#reviews .title, #reviews .comment-reply-title{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	text-transform: uppercase;
}
#reviews ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-review__published-date{
	font-size: 12px;
	color: #C4C4C4;
	margin-left: 10px;
}
.woocommerce-review__author{
	font-weight: 600;
	font-size: 14px;
	color: #000000;
}
#reviews .description p{
	font-size: 14px;
	line-height: 17px;
	color: #818181;
}
.comment-form-author label[for=author], .comment-form-comment label[for=comment], .comment-form-email label[for=email]  {
	display: none;
}
#review_form textarea, #review_form input{
	padding: 5px 10px;
	font-size: 14px;
	width: 100%;
}
#commentform{
	display: flex;
	flex-direction: column-reverse;
}
#commentform .form-submit{
	order: -1;
}
#commentform p{
	margin: 10px 0;
}
p.comment-form-author{
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
p.comment-form-email{
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
.comment-form-rating{
	display: flex;
	align-items: center;
}
#commentform p.stars{
	margin-left: 10px;
}
.comment_container{
	border-bottom: 1px solid #C4C4C4;
}
#commentform input#submit{
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
}

@media screen and (max-width: 800px) {
	#reviews {
		flex-direction: column;
	}
	#comments{
		width: 100%;
	}
	#review_form_wrapper{
		width: 100%;
		margin-top: 40px;
	}
}

/* CONTACTS */
.section-contact{
	margin: 60px 0;
}
.section-contact .wrapper{
	display: flex;
	justify-content: space-between;
}
.left-col{
	width: 35%;
	display: block;
}
.right-col{
	width: 60%;
	background-position: center center;
	background-size: cover;
	display: block;
}
.text-contacts-city, .accordion-1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	color: #000000;
}
.section-contact  a{
	font-size: 18px;
	color: #F1931D;
	text-decoration: underline;
	margin-top: 30px;
	display: block;
}
.text-contacts-address {
	font-size: 18px;
	color: #000000;
	margin: 20px 0 20px 0;
}
.block-contacts{
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
}
.accordion {
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.accordion-block{
	width: 100%;
	display: none;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.accordion-1{
	width: 60%;
}
.accordion-2{
	width: 20%;
	background-image: url("images/ic_accordion_down.svg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	display: block;
}
.accordion.active .accordion-2{
	background-image: url("images/ic_accordion_up.svg");
}
.accordion.active .block-contacts{
	display: block;
}
.google-map{
	display: none;
}
.text-contacts-city{
	cursor: pointer;
}
.text-contacts-city.active{
	color: #F1931D;
}

@media screen and (max-width: 800px) {
	.section-contact .wrapper{
		flex-direction: column;
	}
	.left-col{
		width: 100%;
	}
	.right-col{
		margin-top: 30px;
		width: 100%;
		min-height: 375px;
	}
	.text-contacts-city{
		display: none;
	}
	.accordion-block{
		display: flex;
	}
	.block-contacts{
		display: none;
	}
	.google-map{
		display: block;
		margin-top: 30px;
		height: 200px;;
	}
	.right-col{
		display: none;
	}
}

.woocommerce-product-attributes{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	color: #818181;
}
.woocommerce-product-attributes-item{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}
.woocommerce-product-attributes .content{
	display: flex;
}
.woocommerce-product-attributes .content p{
	width: auto;
	display: flex;
	white-space: nowrap;
	margin: 0;
}

/* catalog */
.shop-catalog{
	display: flex;
	justify-content: space-between;
	margin-top: 19px;
}
.shop-filter{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	margin-top: 30px;
}
.filter-options{
	width: 74%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shop-filter .woocommerce-result-count{
	display: none;
}
.shop-filter .woocommerce-notices-wrapper{
	display: none;
}
.woof_products_top_panel {
	overflow: hidden;
	line-height: 32px;
	margin: 0;
	z-index: 0;
	/*clear: both;*/
	width: 98%;
	background-color: #fff;
	max-width: 1230px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.woof_products_top_panel_ul li a{
	background: #F9F9F9;
	border-radius: 15px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding: 5px 20px;
	/*width: 100%;*/
}
.woof_products_top_panel_ul li ul > :first-child{
	display: none;
}

.button.woof_reset_search_form{
	display: none;
}

.top-filters{
	display: flex;
	/*width: 100%;*/
	width: 281px;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 7px 15px;
	border-radius: 6px;
	border: 1px solid #E67844;
	margin-top: 10px;
	margin-right: 10px;
}
.top-filters .block-1{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	width: 50%;
}
.top-filters .block-2{
	width: auto;
	display: flex;
	align-items: center;
}

.shop-filter select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* Remove default arrow */
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	background-image: url('images/ic_select_down.svg');
	background-position: center right;
	background-position-x: 95%;
	background-repeat: no-repeat;
	background-color: #fff;
	box-shadow: none;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 3px 0 3px 10px;
	height: 33px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

a.woof_front_toggle.woof_front_toggle_opened, a.woof_front_toggle.woof_front_toggle_closed{
	background-image: url("images/ic_filter_down.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 15px;
	height: 9px;
}
a.woof_front_toggle.woof_front_toggle_closed{
	background-image: url("images/ic_filter_up.svg");
}

@media screen and (max-width: 1160px) {.top-filters{width: 246px;}}
@media screen and (max-width: 1060px) {.top-filters{ width: 230px;}}
@media screen and (max-width: 960px) {.top-filters{ width: 210px;}}
@media screen and (max-width: 900px) {.top-filters{ width: 190px;}}
@media screen and (max-width: 860px) {.top-filters{ width: 170px;}}



.woof_redraw_zone{
	display: flex;
	flex-direction: column;
}
.woof_container_inner.woof_container_inner_{
	width: 100%;
}
.shop-header .woof_container{
	width: 100%;
}
.shop-header.woof {
	padding: 0 30px 0 0;
}
.woof_container_inner {
	box-shadow: 2px 1px 6px -2px rgba(0, 0, 0, 0.21);
	border-radius: 6px;
	padding: 5px 20px 15px 20px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
.woof_container_inner.woof_container_inner_ h4{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}
.woof_sid_auto_shortcode {
    /*
	background: #fff;
	border: none;
	border-radius: 3px;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	margin-bottom: 11px;
	clear: both;
    */
}
ul.woof_list {
	margin: 0 !important;
	list-style: none !important;
	padding: 0 0 0 15px;
}

.shop-catalog .button.add_to_cart_button, .shop-catalog .product_type_variable{
	display: none !important;
}
.shop-catalog li.product{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	background: #FFFFFF;
	box-shadow: 2px 1px 6px -2px rgba(0, 0, 0, 0.21);
	border-radius: 0;
	margin: auto;
}
.shop-catalog .attachment-woocommerce_thumbnail{
	width: 100%;
}
.shop-catalog .woocommerce-loop-product__title{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding: 12px 10px 0 10px;
}
.shop-catalog span.price{
	display: block;
	width: 100%;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}
.product_description_loop{
	padding: 10px 10px 0 10px;
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #C4C4C4;
}

.shop-filter .woof_remove_ppi{
	background-image: url('images/ic_x.svg');
	background-size: 10px 11px;
	background-repeat: no-repeat;
	background-position: right;
}
.shop-filter a:focus {
	outline: none;
}
.woof_products_top_panel_ul > li{
	margin: 5px 0 0 2px  !important;
}

ul.products li.product {
	height: 392px;
	border: 1px #fff solid;
}
ul.products li.product:hover {
	border: 1px #F1931D solid;
	height: 392px;
}
ul.products li.product:hover .woocommerce-loop-product__title{
	text-decoration: underline;
}
.woocommerce-pagination{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.woocommerce-pagination .page-numbers{
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.woocommerce-pagination .next, .woocommerce-pagination .prev{
	color: #F1931D;
}
.woocommerce-pagination .page-numbers li{
	display: block;
	min-width: 30px;
}
.woof_list li {
	margin: 0 3px 0 3px !important;
	display: flex;
	align-items: center;
	width: 100%;
}
.icheckbox_square-orange, .iradio_square-orange {
	width: 24px;
}
.woof_list label {
	width: 70%;
}
.shop-header{
	width: 23%;
}
.shop-content-items{
	width: 74%;
}

/* Костыли */
li.woof_term_15{
	display: none;
}
.woof_products_top_panel li span:hover {
	background-size: 12px 12px;
}


/*Видео Блок*/
.section-video{
	/*padding-top: 65px;*/
	width: 100%;
	/*height: 100vh;*/
	height: calc( 100vh - 100px);
	display: block;
}
.section-video-main{
	width: 100%;
	/*height: 80vh;*/
	height: calc(80vh - 100px);
	background-size: cover;
	background-position: center center;
	background-color: rgba(248, 247, 216, 0.7);
}
.section-video-buttons{
	width: 100%;
	height: 20vh;
	background-color: #000;
}
.section-video .title{
	padding-top: 90px;
	font-weight: bold;
	font-size: 64px;
	line-height: 100%;
	color: #FFFFFF;
}
.section-video .text{
	padding-top: 10px;
	font-weight: 500;
	font-size: 36px;
	line-height: 100%;
	color: #FFFFFF;
}
.section-video-buttons .wrapper{
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}
.section-video .js-videoPoster{
	width: 24%;
	max-height: 150px;
	height: 100%;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	border: 1px solid #000;
}
.section-video .js-videoPoster:hover{
	border: 1px solid #F1931D;
}
.section-video-main .wrapper{
	display: block;
}
.section-video .video2{
	height: 100px;
	background: #F9F9F9;
	width: 100%;
	position: relative;
	display: none;
}
.section-video .video2 .video_wrapper_full {
	padding-top: 80vh;
}
.home .advantage{
	display: block;
	position: relative;
	padding-top: 75px;
}
.woocommerce-product-attributes .content p {
	max-width: 160px;
	overflow: hidden;
}
@media screen and (max-width: 600px) {
/*	.section-video{
		padding-top: 0;
		height: 250px;
	}*/
	.section-video {
		height: calc( 100vh - 80px);
	}
	.section-video-main {
		/*height: 200px;*/
		/*height: 90vh;*/
		height: calc( 90vh - 80px );
	}
	.section-video-buttons{
		/*height: 50px;*/
		height: 10vh;
	}
	.section-video .title {
		padding-top: 18px;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
	}
	.section-video .text {
		font-weight: normal;
		font-size: 11px;
		line-height: 13px;
	}
	.section-video .video2 .video_wrapper_full {
		padding-top: 200px;
	}
	.home .advantage {
		padding-top: 35px;
	}
}

/* breadcumbs */
.product .yoast-breadcrumbs{
	font-size: 12px;
	line-height: 15px;
	color: #C4C4C4;
	margin-bottom: 25px;
}
.product .yoast-breadcrumbs a {
	color: #F5B14A;
	border-bottom: 1px solid #F5B14A;
}
.product .yoast-breadcrumbs span.breadcrumb_last {
	color: #C4C4C4;
}

/* section-seo */
.section-seo{
	padding: 50px 0;
	margin-top: 80px;
	background-color: #F9F9F9;
}
.section-seo .description{
	font-size: 14px;
	line-height: 17px;
	color: #818181;
}
@media screen and (max-width: 800px) {
	.section-seo{
		padding: 30px 0;
		margin-top: 10px;
	}
	ul.products li.product {
		max-width: 280px;
	}
}

/* modal filter */
.modal-filter{
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-width: 100%;
	border-radius: 0;
	z-index: 100;
	max-height: 100%;
}
.modal-filter.show{
	transform: translate(0%, 0%) ;
}
.modal-filter .title{
	color: #000;
	font-style: normal;
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	max-width: 300px;
	padding-bottom: 20px;
}
.modal-filter .menu-container{
	flex-direction: column;
}
.modal-filter .close_button{
	width: 100%;
}
.modal-filter .close_button img {
	margin: 0;
}
.modal-filter .close_button{
	display: block;
}
.modal-filter .top-filters{
	margin-bottom: 15px;
}
.modal-filter .head-block {
	margin-bottom: 15px;
}
.woocommerce-ordering {
	z-index: 1;
}


@media screen and (max-width: 800px) {
	.modal-filter{
		min-width: 300px;
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.shop-header{
		display: none;
	}
	.shop-content-items{
		width: 100%;
	}
	.top-filters{
		width: 100%;
	}
	.filter-options{
		margin-top: 15px;
		width: 100%;
		flex-direction: column-reverse;
	}
	.shop-filter {
		flex-direction: column;
	}
	.woocommerce-ordering{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}


/*variations */
/*span.woo-selected-variation-item-name{
	display: none !important;
}
label[for="pa_xl-podsvetka"], label[for="pa_size"], label[for="pa_fasad"]{
	display: none !important;
}
ul[data-attribute_name="attribute_pa_xl-podsvetka"]{
	display: none !important;
}*/

/* --------------------------------------------------------------------------------------*/
/* SQUARED ONE */
.xl_container{
	margin: 20px 0;
}
.squaredOne input[type=checkbox] {
	visibility: hidden;
}
.squaredOne {
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px #000 solid;
	/*	margin: 20px auto;*/
	position: relative;
}
span.xl{
	font-size: 8px;
	line-height: 10px;
	color: #818181;
	display: block;
	margin: 8px 10px 0 24px;
}
.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 300px;
	height: 20px;
	left: 4px;
	top: -3px;
	padding-left: 20px;
	background-color: transparent;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #000000 !important;
}
.squaredOne label:after {
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 5px;
	left: -4px;
	background: linear-gradient(180deg, #F1931D 0%, #E67844 100%);
	border-radius: 2px;
}
.squaredOne label:hover::after {
	/*	filter: alpha(opacity=30);
        opacity: 0.3;*/
}
.squaredOne input[type=checkbox]:checked + label:after {
	filter: alpha(opacity=100);
	opacity: 1;
}
.woo-variation-swatches.wvs-show-label .variations .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations label {
	display: inline-block;
	margin: 0 2px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin-right: 10px;
}
.woof_list li {
	display: block;
}
.woof_childs_list {
	margin: 0;
}

a.variation-button {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #E67844;
	border-bottom: 1px solid #E67844;
	margin-right: 10px;
}
.modal{
	margin: 0 auto;
	top: 50%;
	left: 50%;
	position: fixed;
	background-color: #fff;
	padding: 30px 20px 20px 20px;
	width: 80%;
	min-width: 310px;
	max-width: 1100px;
	z-index: 99;
	transform-origin: right;
	transform: translate(150%, -200%)  scale(0.1) rotate(90deg);
	/*transform: translate(-50%, -50%);*/
	transition: transform 0.6s;
	overflow: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	border-radius: 6px;
	height: 100%;
	max-height: 90vh
}
.modal.show{
	transform: translate(-50%, -50%) ;
}
.close_button_v {
	width: 100%;
	text-align: right;
}
.variation-container .title{
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.woocommerce .modal .image-variable-wrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	max-height: 50vh;
	overflow-y: scroll;
}
.modal .variable-item:not(.radio-variable-item) {
	width: 21%;
	min-width: 200px;
	min-height: 211px;
	margin: 1% 0 !important;
}
.modal [data-wvstooltip]:hover::before {
	bottom: 30%;
}
.modal [data-wvstooltip]::before {
	bottom: 30%;
}
a.reset_variations{
	display: none;
}
.single_variation_wrap{
	margin-top: 50px;
}
.modal  [data-wvstooltip]:hover::after, [data-wvstooltip]:hover::before {
	visibility: hidden;
}
.modal-footer{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 38px;
}
a.variation{
	height: 53px;
	padding: 20px 35px;
	max-width: 250px;
}
.variation-container{
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.variation-container label{
	margin-right: 10px;
}
.fasad-content{
	padding: 0 20px 20px 20px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-start;
}
.fasad-content a{
	background: #F9F9F9;
	border-radius: 15px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding: 5px 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.fasad-content a.active{
	border: 1px solid #E67844;
}
label[for="pa_czokol"], label[for="pa_fasad"], label[for="pa_dsp"], label[for="pa_ruchki"], label[for="pa_size"], label[for="pa_stoleshnicza"]{
	display: none !important;
}
.pa_size span.woo-selected-variation-item-name{
	display: none !important;
}
.variation-container.pa_xl-podsvetka{
	display: none;
}
.product .summary p.price{
	display: none;
}
.xl-2-container{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.variation-container.pa_size{
	width: 40%;
}
.xl_container{
	width: 60%;
}

@media screen and (max-width: 600px) {
	.squaredOne label {
		width: 200px;
	}
	.modal{
		width: 100%;
		border-radius: 0;
		height: 100vh;
		max-height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
	}
	.woocommerce .modal .image-variable-wrapper {
		padding: 0;
	}
	.modal .variable-item:not(.radio-variable-item) {
		width: 49%;
		min-width: 90px;
		min-height: 160px;
		max-width: 100%;
	}
	.woocommerce .modal .image-variable-wrapper {
		max-height: 80vh;
	}
	.variation-container .title {
		margin-bottom: 20px;
	}
	.xl-2-container {
		flex-direction: column-reverse;
	}
	.variation-container.pa_size, .xl_container{
		width: 100%;
	}
	.fasad-content {
		padding: 0 0 20px 0;
		font-size: 12px;
		line-height: 15px;
	}
	a.variation-button {
		border-bottom: none;
		text-decoration: underline;
	}
}

@media screen and (max-width: 330px) {
	.modal .variable-item:not(.radio-variable-item) {
		min-height: 120px;
		max-width: 100%;
	}
}

/* order */
.woocommerce-order .product-name {
	width: 100%;
	display: block;
}
.woocommerce-order ul{
	list-style: none;
	margin: 0;
}
.woocommerce-order .wc-item-meta li{
	display: flex;
	align-items: center;
}
.woocommerce-order .wc-item-meta li p{
	margin: 0 0 0 20px;
}
.woocommerce-order .product-name {
	padding-top: 20px;
}

/* section-single-design */
.section-single-design{
	padding: 0 0 70px 0;
}
img.full-screen{
	width: 100%;
}

/* screen-front-page animate */
.section-design-front.screen{
	/*height: 100vh;*/
	height: calc(100vh - 100px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.moduls.screen{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.entry-content p{
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #818181;
}
article{
	padding-top: 30px;
	padding-bottom: 30px;
}

/* ORDER */
.order-item{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.order-item ul.wc-item-meta {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-order-received .product-content{
	width: 90%;
}
.woocommerce-order-received .product-subtotal{
	width: 15%;
}
.woocommerce-order-received .product-name {
	padding-top: 0;
}
.woocommerce-order-received .product-name a{
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 0;
}
.woocommerce-order-received .product-content p {
	font-size: 14px;
}
.woocommerce-order-details__title{
	margin-top: 50px;
}
.order-total-row{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.woocommerce-order-received .woocommerce-table{
	width: auto;
}
.woocommerce-order-received .woocommerce-table th{
	font-weight: normal;
	text-align: left;
}
.woocommerce-order-received .woocommerce-table td{
	font-weight: bolder;
	text-align: left;
}
ul.woocommerce-thankyou-order-details{
	margin: 0;
	padding: 0;
	padding-left: 2px;
}
.woocommerce-cart .entry-content p.cart-empty {
	color: #fff;
}
/* Modal Login */
.modal-order{
	margin: 0 auto;
	top: 50%;
	left: 50%;
	position: fixed;
	background-color: #fff;
	padding: 40px;
	width: 50%;
	min-width: 419px;
	max-width: 600px;
	height: auto;
	max-height: 80%;
	z-index: 99;
	transform-origin: right;
	transform: translate(150%, -200%)  scale(0.1) rotate(90deg);
	/*transform: translate(-50%, -50%);*/
	transition: transform 0.6s;
	overflow: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	border-radius: 6px;
}
.modal-order.show{
	transform: translate(-50%, -50%) ;
}
.modal-order .title{
	color: #000;
	font-style: normal;
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	max-width: 300px;
	padding-bottom: 20px;
}
.modal-order .menu-container{
	flex-direction: column;
}
.modal-order .close_button{
	width: 100%;
}
.modal-order .close_button img {
	margin: 0;
}
.modal-order .close_button{
	display: block;
}
.login-content{
	text-align: center;
}
.order-content{
	display: flex;
	flex-direction: column;
}
.order-content-img{
	text-align: center;
	margin-bottom: 30px;
}
.constructor-block img{
	max-width: 28px;
	max-height: 28px;
}

.section-materials{
	width: 100%;
	 padding: 60px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow-x: hidden;
	/* height: 100vh; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.container-materials{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
}
.material_item {
	height: 16.4vw;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.material_item:hover{
	transform: scale(1.38);
	z-index: 2;
	align-items: stretch;
	justify-content: center;

}
.material_item:hover > .material_bottom_title{
	display: none;
}
.material_item:hover > .material_links{
	display: flex;
}
.material_bottom_title {
	padding-bottom: 20px;
	padding-left: 25px;
	font-weight: 600;
	font-size: 30px;
	line-height: 47px;
	color: #ffffff;
}
.material_links {
	justify-content: center;
	flex-direction: column;
	display: none;
	align-items: center;
}
a.material_link {
	display: inline-block;
	font-weight: 600;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
a.material_link::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: white;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
a.material_link:hover::after {
	width: 100%;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.section-modul {
	padding: 60px 0;
	overflow-x: hidden;
}
.section-modul .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
a.modul_item {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modul_img {
	display: block;
	height: auto;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.modul_img:hover {
	transform: scale(1.1);
}
.modul_title {
	height: 80px;
	font-size: 20px;
	line-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
	text-transform: uppercase;
}
a.modul_item:hover > .modul_title{
	color: #E67844;
}

.section-materials-front-page{
	min-height: calc(100vh - 100px);
	padding: 10px 0 60px 0;
}
.section-materials-front-page {
	justify-content: center;
}

.section-universal-moduls{
	height: calc(100vh - 100px);
	background-size: cover;
	background-position: center center;
}
.section-universal-moduls .wrapper{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.universal-title{
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 100%;
	/*text-shadow: 1px 1px 1px #ffffff;*/
}
.universal-text {
	margin-top: 5%;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #000;
	max-width: 640px;
	/*text-shadow: 2px 2px 2px #ffffff;*/
}
a.go_to_constructor{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #F5B14A 0%, #E47444 100%);
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0px 8px 20px rgba(66, 59, 113, 0.25);
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: #fff;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	height: 40px;
	max-height: 40px;
	padding: 0 35px;
	font-weight: 500;
}



@media screen and (max-width: 800px) {
	.material_bottom_title {
		font-size: 20px;
	}
	.modal-order{
		min-width: 300px;
		width: 96%;
	}
	.woocommerce-order-received .product-quantity {
		flex-direction: column;
	}
	.woocommerce-order-details__title{
		margin-top: 0;
	}
	.constructor-block img{
		max-width: 24px;
	}
}

@media screen and (max-width: 550px) {

	.section-universal-moduls{
		height: calc(100vh - 80px);
	}
	.universal-title{
		font-size: 34px;
	}
	.universal-text {
		font-size: 18px;
	}
	.section-design-front.screen {
		height: calc(100vh - 80px);
	}

	.section-materials-front-page{
		height: calc(100vh - 80px);
	}
	a.modul_item {
		width: 90%;
	}
	.section-modul .wrapper {
		justify-content: center;
	}
	.container-materials{
		grid-template-columns: 1fr;
		grid-template-rows: repeat(5, auto);
		grid-gap: 4px 0;
	}
	.section-materials {
		padding: 5px 0;
	}
	.material_item {
		height: 19vw;
	}
	.material_bottom_title {
		padding-bottom: 15px;
		padding-left: 25px;
	}
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}
header.sticky + header.cover, main.front-page {
	margin-top: 100px;
}
header.sticky + main.site-main {
	padding-top: 100px;
}

@media screen and (max-width: 800px) {
	header.sticky + header.cover, main.front-page {
		margin-top: 80px;
	}
}



