/*!
Theme Name: tehnocity_theme
Theme URI: https://medialime.by
Author: Medialime
Author URI: https://medialime.by
Description: Уникальная тема Созданная вебстудией Medialime
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tehnocity_theme
Tags: Кофе, сон, печеньки, 3ий закон термодинамики, 2 том мертвых душ 

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

tehnocity_theme 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
========================================================================== */

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

 	scroll-behavior: smooth;
 	overflow-y: scroll;
 	overflow-x: hidden;
 }

 :root {
 	--main-color: #875191;
 	/*--main-color:  #ff0000;*/
 	--main-bg-color: #000;
 }

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

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

 	font-family: 'Montserrat', sans-serif;
 }

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

/**
 * 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;
}
:focus-visible {
	outline: none;
}
html {
	box-sizing: border-box;
}

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

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

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

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: #4169e1;*/
	text-decoration: none;
	color: #e31e24;
}

a:visited {
	/*color: #800080;*/
}

a:hover,
a:focus,
a:active {
	/*color: #191970;*/
}

a:focus {
	outline: thin dotted;
}

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: #2E333D;

	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,
body textarea:focus {
	color: #2E333D;
}

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;

	display: flex;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	justify-content: space-between;
	-ms-flex-positive: 1;
	flex-direction: row;
	flex-grow: 1;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
}

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*==========================*/




.container{
	/*max-width: 1200px;*/
	
	/*max-width: 1366px;*/
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}

/*#main,*/
#primary {
	max-width: 1200px;

	/*max-width: 1366px;*/
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	/*padding-bottom: 96px;*/

	min-height: 60vh;
}
.archive.woocommerce-page #main{
	/*max-width: 100%;*/
	/*padding: 0 0px;*/
}
.lazy{
	opacity: 0;
	filter: blur(50px);
	/* this is needed so Safari keeps sharp edges */
	transform: scale(1);
	transition: opacity 1s linear;
}
img:not(.lazy){
	opacity: 1;

	transition: opacity 1s linear;
	transform: scale(1);
}
/*.home #main,*/
.home  #primary, 
.page-template-page-servis #primary,
.woocommerce-shop #primary{
	padding: 0;
	max-width: none;
	padding-bottom: 0;

	/*background: #fafcfc;*/
}
body.change, html.change {
	overflow: hidden;
}
.home  #breadcrumbs{
	display: none;
}
.mone{
	/* background: url(assets/image/bg_4.jpg) no-repeat center; */
	background: url(assets/image/bg1.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	/*height: 80vh;*/
	height: 568px;


	/*padding-top: 14vh;*/
}
.page-template-page-servis .mone{
	background: url(assets/image/bg2.jpg) no-repeat center;
	background-size: cover;
}
.woocommerce-shop .mone{
	background: url(assets/image/bg3.jpg) no-repeat center;
	background-size: cover;
}
.topmen.header-l1{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	transition: all 0.3s;

	background: #FFFFFF;


	border-bottom: 1px	solid #e3e3e3;
	/*box-shadow: 0px 2px 6px rgb(16 18 68 / 8%);*/
}
.header-l1-in{
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	/*height: 48px; */
	/* height: 72px; */
	/*height: 64px; */
	/* border-bottom: 1px solid #BDBDBD; */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#masthead{
	position: relative;
	z-index: 999;

	/*height: 150px;*/
	height: 183px;

}
.header-time-t::before {
	content: 'Заказать звонок';
}
.main-navigation a{
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Цвет/Шрифт */

	color: #2E333D;




	padding-top: 20px;
	padding-bottom: 20px;
	/*padding-left: 20px;*/
	padding-left: 16px;
	/*padding-right: 20px;*/
	padding-right: 16px;
	display: block;
	position: relative;
	transition: all 0.3s;

	/* Шрифт */

	/*color: #141414;*/

	/*padding-top: 12px;*/
	/*padding-bottom: 12px;*/
}
.main-navigation a:hover{
	color: #E31E24;

}
.main-navigation li a:after{
	position: absolute;
	/*z-index: -1;*/
	right: 0;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background-color:   #E31E24;
	-webkit-transform: scalex(0);
	-ms-transform: scalex(0);
	transform: scalex(0);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.main-navigation li:hover a:after{
	-webkit-transform: scalex(1);
	-ms-transform: scalex(1);
	transform: scalex(1);
}
.site-branding{
	/*min-width: 107px;*/
	width: 206px;
	/*height: 46px;*/
}
.site-logo{
	height: 100%;
}
.site-logo img{
	height: 100%;
	width: auto;
}
.header-l1{
	background: #FFFFFF;
	/*background: #f0f0f0;*/
	/*background: #181818;*/
	/*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);*/
	position: relative;
	z-index: 100;

	padding-top: 20px;
	padding-bottom: 20px;


	/*background-color: #6049AB;*/
}
.header-l4{
	border-top: 1px solid  #E6E6E6;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;

	/*position: absolute;*/
	position: fixed;
	/*top: 87px;*/
	top: 119px;

	left: 0;
	width: 100%;
	background: white;
	z-index: 6;
}
.header-l4.change{
	display: block;
}
.topmen.header-l1 + .header-l4{
	top: 86px;
}
#menu_left{
	padding-left: 0;
	margin: 0;

	position: relative;


}
#menu_left:before{
	content: '';
	position: absolute;
	left: 310px;
	height: 70vh;

	width: 1px;
	background: #E6E6E6;
}
#menu_left > li > a:before{
	/*content: '';*/
	content: attr( data-text );

	position: absolute;
	left: 340px;
	top: 0;

	display: none;

	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	/* identical to box height, or 125% */
	width: 810px;

	/* Цвет/Шрифт */

	color: #2E333D;

	background: white;

	z-index: 3;

}
#menu_left > li:hover > a:before{
	display: block;
}
.header-top__menu{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */

	cursor: pointer;

	/* Цвет/Акцент-темный */

	color: #E31E24;


	border: 1px solid #E31E24;
	box-sizing: border-box;
	border-radius: 4px;

	padding: 10px;

	padding-left: 52px;
	padding-right: 24px;
	z-index: 100;

	position: relative;
}
.header-top__menu:hover{
	color: #ffffff;
	background: #E31E24;
}
.header-top__menu:hover .menu-btn-in,
.header-top__menu:hover .menu-btn-in:before,
.header-top__menu:hover .menu-btn-in:after{
	background: #ffffff;
}
.header-top__menu.change  .menu-btn-in{
	background: 0 0;
}
.header-top__menu.change .menu-btn-in:before {
	top: 0;
	-webkit-transform: rotate( 
		45deg
		);
	-ms-transform: rotate(45deg);
	transform: rotate( 
		45deg
		);

}
.header-top__menu.change .menu-btn-in:after {
	bottom: 0;
	-webkit-transform: rotate( 
		-45deg
		);
	-ms-transform: rotate(-45deg);
	transform: rotate( 
		-45deg
		);

}
.kategoriya-menu li{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 300px;
}
#menu_left > li  > ul > li{
	display: inline-block;
	vertical-align: top;
	width: 32%;
}
#menu_left > li#menu-item-257 > ul > li{
	display: block;
}
#menu_left > li#menu-item-230 > ul > li{
	display: block;
}
#menu_left > li#menu-item-233 > ul > li{
	display: block;
}

.kategoriya-menu{
	list-style: none;
	padding: 0;
	margin: 0;

	/*height: 80vh;*/
	height: calc(100vh - 128px);
}
.kategoriya-menu   li > a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Цвет/Шрифт */

	color: #2E333D;
	display: block;
	padding: 8px 16px;
}
.kategoriya-menu   li > a:hover{
	background: #F5F6FA;
	border-radius: 4px;

}
.kategoriya-menu > div > ul > li.menu-item-has-children:hover  > a 
{
	position: static;
}
.kategoriya-menu li:hover a{
	position: static;
}
.kategoriya-menu  .sub-menu{
	display: none;

	margin: 0;
	position: absolute;
	/*left: 325px;*/
	/*top: 64px;*/
	top: 0;

	padding-top: 64px;

	left: 280px;
	padding-left: 50px;

	/*padding-left: 0;*/
	width: calc(100% - 280px);

}
.kategoriya-menu  .sub-menu a{
	font-weight: 600;
	font-size: 16px;
}
.kategoriya-menu  .sub-menu a:hover{
	color: #E31E24;
}
.kategoriya-menu  .sub-menu  .sub-menu a{
	font-weight: normal;
	font-size: 16px;

	line-height: 18px;
}
.kategoriya-menu  .sub-menu .sub-menu{
	position: relative;
	display: block;
	padding-top: 0;
	left: 0;
	padding-left: 0;

	width: 100%;
}
.kategoriya-menu  .sub-menu .sub-menu li{
	width: 100%;
}
.kategoriya-menu li:hover .sub-menu{
	display: block;


}

#menu-item-229 .sub-menu{
	/*display: block;*/
}
.kategoriya-menu .sub-menu .sub-menu li:nth-child(1){
	display: block;
}
.kategoriya-menu .sub-menu .sub-menu li:nth-child(2){
	display: block;
}
.kategoriya-menu .sub-menu .sub-menu li:nth-child(3){
	display: block;
}
.kategoriya-menu .sub-menu .sub-menu li:nth-child(4){
	display: block;
}
.kategoriya-menu .sub-menu .sub-menu li:nth-child(5){
	display: block;
}
.kategoriya-menu .sub-menu .sub-menu li{
	display: none;
}
.kategoriya-menu .sub-menu .sub-menu.open li{
	display: block !important;
}
.kategoriya-menu .sub-menu .sub-menu .mpunkts-btn{
	display: inline-block;
}
.kategoriya-menu .sub-menu .sub-menu .mpunkts-btn:before{
	top: 6px;
	right: 3px;
	left: auto;
}
.kategoriya-menu .sub-menu .sub-menu .mpunkts-btn.open:before{
	display: none;
}
.mpunkts-btn{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */


	color: #A0A0A0;
	margin-bottom: 20px;

	position: relative;
	padding: 0px 16px;

	cursor: pointer;

	margin-top: 6px;

}
.mpunkts-btn:before{
	position: absolute;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid  #A0A0A0;
	border-bottom: 2px	solid  #A0A0A0;
	top: 5px;
	left: 58px;
	transform: rotate(
		45deg);
	transition: all .3s;
}
.mpunkts-btn.open{
	display: none;
}





#menu_left > li:hover > ul {
	/*height: 80vh;*/
	height: calc(100vh - 128px);
	/*overflow: auto;*/
	overflow-y: auto;
	overflow-x: hidden;
}
.header-l2{
	/*background: #F5F6FA;*/
	background: #e3e3e3;

	position: relative;
	z-index: 5;
}
.header-l3{
	/*display: none;*/

	background: #F5F6FA;

	position: fixed;
	height: 100vh;
	right: -50%;
	width: 0;
	z-index: 6;
	transition: all 1s ease;
	top: 0;

	padding-top: 120px;
	/*overflow: hidden;*/
}
.header-l3.change {
	right: 0;
	width: 50%;
}
.header-l3.change:before{
	content: '';
	position: absolute;
	left: -100%	;
	top: 0;
	width: 100%;	
	height: 100%;
	background: rgba(38, 36, 48, 0.7);
	z-index: 3;
}
.top-navigation{
	text-align: right;
}
.top-navigation  ul{
	margin: 0;
	margin-right: 40px;
}
.top-navigation  li{
	margin-bottom: 32px;
	list-style: none;
}
.top-navigation a{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.4;
	/* identical to box height, or 125% */

	text-align: right;

	color: #000000;
	position: relative;

}
.top-navigation a:hover{
	color: #e31e24;
}
.top-navigation a:after{
	content: '';
	height: 0;
	transition: all 0.3s;
}
.top-navigation a:hover:after{
	content: '';
	position: absolute;
	/*right: -55px;*/
	right: -15px;
	height: 36px;
	top: -7px;
	width: 4px;
	background: #e31e24;
}
.header-l3-in{
	max-width: 652px;
	margin: 0;
	padding: 0 15px;
	height: 100%;
	padding-top: 10%;
	/*border-right: 1px solid #464b54;*/
}
#breadcrumbs{
	/*margin-top: 26px;*/
	/*margin-bottom: 40px;*/

	margin-top: 20px;
	margin-bottom: 20px;
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
}
#breadcrumbs span{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height, or 114% */


	color: #A0A0A0;

}
#breadcrumbs a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	/* identical to box height, or 114% */


	color: #001133;

}


.btn-v1{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	text-align: center;
	display: inline-block;
	cursor: pointer;

	/* Цвет/Шрифт-Альтернативный */

	color: #FAFAFA;


	padding: 16px 32px; 

	background: #E31E24;
	border-radius: 2px;

}
.btn-v1:hover{
	/*background: linear-gradient(to top, #c99b67, #f2d5a2);*/
	/*background: #fff;*/
	/*color:  #7e57c2;*/
	background: #ff555a;
	/*box-shadow: 0 0px 0px rgb(0 0 0 / 16%), 0 0px 0px rgb(0 0 0 / 23%);*/
}
.mone-in{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	height: 100%;
	position: relative;
	z-index: 2;
	-ms-flex-align: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	/*width: 40%;*/
	width: 45%;
	text-align: left;
	margin-right: auto;
	padding-right: 3%;
	margin-top: 0;
}
.mone-l0{
	font-style: normal;
	/*font-weight: 600;*/
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */


	/* Цвет/Шрифт-Альтернативный */

	color: #FAFAFA;
	margin-bottom: 12px;
}
.mone-l1{
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 44px;
	/* or 122% */


	color: #FFFFFF;
	margin-bottom: 48px;
}
.mone-l1 h1{
	font-size: inherit;
	font-weight:  inherit;
	margin: 0;
}
.mone-l1 span{
	font-weight: bold;
}
.mone-l3{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	/* identical to box height, or 20px */


	/* Цвет/Шрифт-Альтернативный */

	color: #FAFAFA;
	margin-bottom: 20px;
}
.mone-ul{
	margin: 0;
	padding: 0;
}
.mone-ul li{
	position: relative;
	list-style: none;

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */


	/* Цвет/Шрифт-Альтернативный */

	color: #FAFAFA;
	margin-bottom: 16px;
	padding-left: 26px;
}
.mone-ul li:before{
	/*content: '';*/
	position: absolute;
	content: url(assets/image/ga.png);
	left: -2px;
	top: 1px;
}
.title-v1{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	/* or 125% */


	/* Цвет/Шрифт */

	color: #2E333D;
	margin-bottom: 48px;
}
.title-v2{

	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 40px;
	/* or 125% */


	/* Цвет/Шрифт */

	color: #2E333D;
}
.title-v2 span{
	font-weight: bold;
}
.sect{
	padding-top: 80px;
	padding-bottom: 80px;
}
.mtwo{

}
.mtwo-i{
	display: inline-block;
	vertical-align: top;
	width: 49%;


	background: #FFFFFF;
	/*border: 1px solid #F0F0F0;*/
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 4px;

	position: relative;

	overflow: hidden;
}
.mtwo-i__l{
	padding: 40px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.mtwo-in{
	display: flex;
	gap: 24px;
}
.mtwo-i__title{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height, or 120% */

	margin-bottom: 16px;

	/* Цвет/Шрифт */

	color: #2E333D;
}
.mtwo-i__text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */


	/* Цвет/Шрифт-Очень светлый */

	color: #808389;
	margin-bottom: 24px;
}
.mtwo-i__btn{

}
.mtwo-i__img{
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
.mthree-in{
	text-align: right;
}
.mthree .wpcf7-form-control-wrap  input[type="tel"]{
	margin-right: 6px;
	width: 310px;
}
.mthree-r{
	text-align: left;
	width: 50%;
	display: inline-block;
	vertical-align: top;	

}
.mthree-l{
	/*position: relative;*/
}
.mthree .container{
	position: relative;
}
.mthree-l__img{
	position: absolute;
	bottom: -87px;
	left: -5%;
}
.mthree{
	background: url(assets/image/bg4.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	/* height: 80vh; */
	height: 388px;
}
.mthree .title-v1{
	color: #FAFAFA;
	margin-bottom: 12px;
}
.mthree__text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Цвет/Шрифт-Альтернативный */

	color: #FAFAFA;

}
.mfour{

}
.mfour-in{
	display: flex;
	gap: 24px;
}
.mfour-l, .mfour-r{
	width: 50%;
	display: inline-block;
	vertical-align: top;	
}
.mfour-i{
	width: 49%;
	display: inline-block;
	vertical-align: top;	

	margin-bottom: 40px;
	padding-right: 5%;

}
.mfour-i__1{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	/* identical to box height, or 122% */


	/* Цвет/Акцент-Светлый */

	color: #E31E24;
	margin-bottom: 8px;
}
.mfour-i__2{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */


	/* Цвет/Шрифт */

	color: #2E333D;
}
.mfour__text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */


	/* Цвет/Шрифт-Очень светлый */

	color: #808389;
}
.mfive{
	background: #F5F6FA;
}

.art-st{
	/*background: #FFFFFF;*/
	/*border: 1px solid #E6E6E6;*/
	box-sizing: border-box;
	/*border-radius: 8px;*/
	display: inline-block;
	vertical-align: top;
	/*width: 32.3%;*/
	width: 23.7%;
	margin-bottom: 1%;
	position: relative;
	margin-right: 1%;
	transition: all 0.3s;
	overflow: hidden;
	box-shadow: 0 0px 0px #9e9e9e;

	background: #fff;
	/*border: 1px solid #E1E1E1;*/
	box-sizing: border-box;

	/*padding-bottom: 20px;*/

	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
	border-radius: 4px;
}
.art-st:hover{
	box-shadow: 0 3px 30px #9e9e9e;
}
.art-st-img{
	/*height: 208px;*/
	height: 200px;
	background-size: cover;
	/* position: relative; */
	background-repeat: no-repeat;
	background-position: center;
}
.art-down{
	/*padding: 25px 32px;*/
	padding: 16px 24px;
}
.anoter-content-date{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	/* identical to box height, or 143% */


	/* Цвет/Шрифт-Очень светлый */

	color: #808389;

}
.art-down .entry-header{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */


	/* Цвет_шрифта/Основной */

	color: #262626;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;

	margin-bottom: 12px;
}
/*---- map ----*/
.map-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	/*background: #171718;*/

	/*background: url(assets/image/map.jpg) no-repeat center;*/

	-webkit-background-size: cover;
	background-size: cover;

}

.ymap-container{
	position: relative;
	/* margin: 3em 0 2em 0; */
	overflow: hidden;
	cursor: pointer;
	height: 100%;
	/*background: url(../img/yandex-before-load.png) #ffffff no-repeat; */
	background-position: center 
}
.loader{
	position: absolute;
	z-index: 15;
	top: -100%;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #000000;
	transition: opacity .7s ease;
	opacity: 0;
}
.loader-default:after{
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
	content: '';
	animation: rotation 1s linear infinite;
	border: solid 8px #ffffff;
	border-left-color: transparent;
	border-radius: 50%;
}
#map-yandex{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: transparent;
}
@keyframes rotation {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(359deg);
	}
}

@keyframes blink {
	from {
		opacity: .5;
	}
	to {
		opacity: 1;
	}
}
/*---- /map ----*/
.ft-l {
	position: relative;
	background: #FCFCFC;
	max-width: 563px;
	padding: 40px 40px 40px 50px;
	z-index: 2;
	/*box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);*/
}
.foot-line2{
	/*background: #104AB8;*/
	background: #F5F6FA;
}
.unp{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */

	color: #4A4E57;

	/*color: #FFFFFF;*/

}
.razrab{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */

	color: #4A4E57;

	/*color: #FFFFFF;*/

}
.razrab:hover{
	color: #67C204;
}
.razrab span{
	color: #67C204;
	/*font-weight: bold;*/
}
.razrab img{
	height: 40px;
	vertical-align: middle;
}
.foot-line2-in {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 12px;
	padding-bottom: 12px;
	align-items: center;
}

.footer-title{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 125%;
	/* or 40px */


	/* Цвет/Шрифт */

	color: #2E333D;
	margin-bottom: 30px;

}
.footer-title span{
	display: block;
	font-weight: normal;
}
.site-info{
	position: relative;
}
.fmb8{
	margin-bottom: 8px;
}
.fmb18{
	margin-bottom: 18px;
}
.ft-ser{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	/* identical to box height, or 24px */


	/* Цвет/Шрифт-Очень светлый */

	color: #808389;
}
.ft-bk{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	/* or 24px */


	/* Цвет/Шрифт */

	color: #2E333D;
}
.ft-bkbr br{
	display: none;
}
.ft-bk b{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 125%;
	/* or 20px */


	/* Цвет/Шрифт */

	color: #2E333D;
}
.ft-i-wr{
	display: flex;
	gap: 10px;
}
.ft-i{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.ft-bk a{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	/* identical to box height, or 24px */


	/* Цвет/Шрифт */

	color: #2E333D;
	display: inline-block;
	margin-bottom: 8px;
}
.ft-bk a.header-viber{
	float: none;
	display: block;
}
.foot-line3-in{
	display: flex;
	gap: 4px;
}
.ft-i2{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-right: 3%;
}
.foot-line3{
	padding-top: 50px;

	padding-bottom: 50px;
	background: #FFFFFF;
}
.ft-tt2{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
	/* or 20px */


	/* Цвет/Шрифт-Очень светлый */

	color: #808389;
	max-width: 270px;
}
.ft-title{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */

	display: block;
	/* Цвет/Шрифт */

	color: #2E333D;
	margin-bottom: 24px;
}
.ft-title:hover{
	color: #e31e24;
}
.m-dfg-in{
	/*padding-top: 24px;*/
	margin-top: 24px;
}
.m-dfg-i{
	/*height: 100px;*/
	height: 64px;
	display: inline-block;

	margin-left: 20px;
	margin-right: 20px;
}

.marquee {
	position: relative;
	width: 100vw;
	max-width: 100%;
	/*height: 100px;*/
	height: 70px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.track {
	position: absolute;
	white-space: nowrap;
	will-change: transform;
	/*animation: marquee 32s linear infinite;*/
	/*animation: marquee 10s linear infinite;*/
	animation: marquee 300s linear infinite;
}

@keyframes marquee {
	/*from { transform: translateX(0); }*/
	/*to { transform: translateX(-50%); }*/

	from { transform: translateX(5vw); }

	to { transform: translateX(-220%); }
}
.msix-in{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.msix-i{
	display: inline-block;
	vertical-align: top;
	/* width: 32.3%; */
	/*width: 24.3%;*/
	/*flex: 1 1 25%;*/
	flex: 1 1 23%;
	width: calc(100% / 4  - 1%);

	margin: 0px 1% 10px 0%;
	flex-grow: 1;
	flex-shrink: 0;

	/*margin-bottom: 1%;*/
	position: relative;
	/*margin-right: 1%;*/
	transition: all 0.3s;
	overflow: hidden;
	box-shadow: 0 0px 0px #9e9e9e;

	text-align: center;

	background: #FFFFFF;
	/*border: 1px solid #F0F0F0;*/
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 4px;

	height: 340px;
}
.msix{
	padding-bottom: 0;
}
.msix-i:hover{
	box-shadow: 0px 4px 20px rgba(46, 51, 61, 0.06);
}
.msix-i:hover .msix-i__title{
	color: #E31E24;
}
.msix-i__img{

}
.msix-i__img img{

}
.msix-i__title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;

	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	/* or 120% */

	padding: 32px;

	/* Цвет/Шрифт */

	color: #2E333D;
}
.mseven-i{
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 4px;
	/*padding: 48px;*/

	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 1%;

	position: relative;

	margin-bottom: 18px;

	padding: 20px 20px;
}
.mseven-i__n{
	color:   #F0F0F0;
	position: absolute;
	top: 32px;
	right: 48px;

	font-style: normal;
	font-weight: 700;
	font-size: 72px;
	line-height: 1;
}
.mseven-i__title{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */


	/* Цвет/Шрифт */

	color: #2E333D;
	/*margin-top: 20px;*/
	margin-top: 6px;
	margin-bottom: 12px;
}
.mseven-i__text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */

	min-height: 48px;

	/* Цвет/Шрифт-Очень светлый */

	color: #808389;
}
.meight{
	background: #F5F6FA;
	position: relative;
}

.meight  .container{
	position: relative;
}
.meight-i__title{
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 4px 4px rgba(0,0,0,.25);
	margin-bottom: 10px;
	position: relative;

	padding: 15px 60px 15px 30px;

	cursor: pointer;

	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #444;


}
.meight-i__title:before{
	content: "";
	position: absolute;
	top: 28px;
	right: 30px;
	width: 14px;
	height: 2px;
	background: #E31E24;
}
.meight-i__title:after{
	content: "";
	position: absolute;
	top: 22px;
	right: 36px;
	width: 2px;
	height: 14px;
	background: #E31E24;
}
.meight-i__title:hover:before{

}
.meight-i__text{
	padding-left: 15px;

	text-align: left;
	text-align-last: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #444444;

	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.meight-i__title.open:after{
	display: none;
}
.meight-i {
	margin-bottom: 20px;
}
.meight-in{
	display: flex;

	gap: 64px;
}
.meight-l{
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.meight-r{
	width: 452px;
	display: inline-block;
	vertical-align: top;
}
.meight__bg1{
	position: absolute;
	/*left: 0;*/
	/*top: -10%;*/

	left: -234px;
	top: -21%;
}
.meight__bg2{
	position: absolute;
	right: 0;
	bottom: -200px;
}
.meight-form{
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	box-shadow: 0px 9px 20px rgba(46, 51, 61, 0.08);
	border-radius: 4px;

	padding: 64px 56px;
}
.meight-form__title{
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	/* or 114% */

	text-align: center;

	/* Цвет/Шрифт */

	color: #2E333D;
	margin-bottom: 16px;
}
.meight-form__subtitle{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */

	text-align: center;

	/* Цвет/Шрифт-Светлый */

	color: #4A4E57;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea

{
	background: #FFFFFF;
	/* Тень формы */

	box-shadow: inset 0px 4px 8px rgba(46, 51, 61, 0.04);
	border-radius: 4px;

	background: #FFFFFF;
	/* Тень формы */

	box-shadow: inset 0px 4px 8px rgba(46, 51, 61, 0.04);
	border-radius: 4px;
	padding: 12px 20px;
	/*padding:   16px 24px;*/

	width: 100%;
}
.wpcf7-form-control-wrap input.wpcf7-not-valid,
.wpcf7-form-control-wrap textarea.wpcf7-not-valid{
	border: 1px solid red !important;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid, .wpcf7-form-control-wrap textarea.wpcf7-not-valid{

}


.wpcf7-form-control-wrap textarea{
	width: 100%;
}
.meight-form .wpcf7-form-control-wrap textarea{
	height: 92px;
	color: #2E333D;
	/*background: #F8F8F8;*/
	/*border: 1px solid #F5F5F5;*/
	box-sizing: border-box;
	box-shadow: inset 0px 4px 8px rgb(46 51 61 / 4%);
	resize: none;
}
.meight .meight-form .wpcf7-form-control-wrap textarea{
	background: #FFFFFF;
	box-shadow: inset 0px 4px 8px rgb(46 51 61 / 4%);
	border-radius: 4px;
	border: 1px solid #ccc;
}
.meight .meight-form .wpcf7-form-control-wrap textarea:focus{
	color: #111;
}
.wpcf7-form label{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	/* identical to box height, or 143% */


	/* 180 */

	color: #B4B4B4;
	display: block;
}
.wpcf7-form-control-wrap{
	display: inline-block;
	padding-top: 8px;
}
.wpcf7-form .wpcf7-submit{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	color: #FAFAFA;
	padding: 16px 32px;
	background: #E31E24;
	border-radius: 2px;

	border: 0;



	vertical-align: top;
	margin-top: 8px;
}
.meight-form__downtitle{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	/* or 143% */

	text-align: center;

	color: #B4B4B4;

}
#wpcf7-f45-o2{

}
#wpcf7-f45-o2 .wpcf7-form-control-wrap{

	display: block;
}
#wpcf7-f45-o2 .wpcf7-form-control-wrap input{
	width: 100%;
	display: block;

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */



	color: #2E333D;

	/*background: #F8F8F8;*/
	/*border: 1px solid #F5F5F5;*/


	box-sizing: border-box;
	/* Тень формы */

	box-shadow: inset 0px 4px 8px rgba(46, 51, 61, 0.04);
	border-radius: 4px;

	padding: 12px 20px;
	/*padding: 16px 24px;*/
}
/*==========*/
#wpcf7-f45-o2 .wpcf7-form-control-wrap input::placeholder,
.meight-form .wpcf7-form-control-wrap textarea::placeholder,
{
	color: #A0A0A0;
}
#wpcf7-f45-o2 .wpcf7-form-control-wrap input::focus,
.meight-form .wpcf7-form-control-wrap textarea::focus{
	color: #2E333D;
}
/*==================*/
#wpcf7-f45-o2 .wpcf7-form-control-wrap,
#wpcf7-f45-o1 .wpcf7-form-control-wrap 
{
	/*margin-bottom: 12px;*/
	/*отключил по запросу заказчика*/
}
#wpcf7-f45-o2 .wpcf7-form .wpcf7-submit,
#wpcf7-f45-o1 .wpcf7-form .wpcf7-submit 
{
	margin-top: 12px;
	/* margin: 0 auto; */
	display: inline-block;
	margin-left: 25%;
}
.woocommerce div.product .product_title{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	/* or 125% */


	/* Цвет/Шрифт */

	color: #2E333D;
	margin-bottom: 32px;
}
.woocommerce-product-gallery__image{
	background: #FFFFFF;
	border: 1px solid #F5F5F5;
	box-sizing: border-box;
	box-shadow: 0px 2px 20px rgba(46, 51, 61, 0.06);
	border-radius: 4px;

	margin-bottom: 16px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	width: 24%;

	margin-right: 1%;
}
.woocommerce div.product div.summary{
	margin-top: 0;
}
.woocommerce table.shop_attributes th{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Цвет/Шрифт-Очень светлый */

	color: #808389;
}
.sku_wrapper {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Цвет/Шрифт-Очень светлый */

	color: #808389;
	width: 150px;
	display: inline-block;
}
.sold-info{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Цвет/Шрифт-Очень светлый */

	color: #808389;
	width: 150px;
	display: inline-block;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	/* identical to box height, or 125% */


	/* Цвет/Шрифт */

	color: #2E333D;


	display: flex;
	/*flex-direction: row-reverse;*/
	width: auto;
	/*justify-content: flex-end;*/
	gap: 20px;

	margin-bottom: 32px;
}
.woocommerce-tabs{
	display: none;
}
#colophon{
	clear: both;
}
.summary-cont{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */


	/* Цвет/Шрифт-Светлый */

	color: #4A4E57;


	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #F0F0F0;
}
.summary-cont__text{
	display: none;
}
.summary-cont__text.active{
	display: block;
}
.summary-sub-title-i{
	display: inline-block;
	margin-right: 16px;

	cursor: pointer;
	font-weight: 400;
}
.summary-sub-title-i.active{
	display: inline-block;
	margin-right: 16px;
	font-weight: 600;
	cursor: pointer;
}
.page-title{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	/* identical to box height, or 125% */


	/* Цвет/Шрифт */

	color: #2E333D;
	margin-bottom: 48px;
}
#secondary{
	width: 29%;
	padding-left: 15px;
	padding-right: 15px;
	/*float: left;*/

	display: inline-block;
	vertical-align: top;

	padding: 32px 26px 32px 32px;
	/*background: #fff;*/
	/*box-shadow: 0px 3px 3px rgba(0,0,0,.15);*/
	/*border-radius: 5px;*/

	background: #FFFFFF;
	/*border: 1px solid #F0F0F0;*/
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 4px;
	padding-bottom: 0;

	margin-bottom: 20px;
}
.mag-wr{
	/*padding-top: 58px;*/
}
.mag-wr-r{
	width: 70%;
	/*float: right;*/
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;


}
.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
	background: #FFFFFF;
	/*border: 1px solid #F5F5F5;*/
	border: 1px solid #e3e3e3;


	box-sizing: border-box;
	border-radius: 2px;
}
.woco-bl2{
	padding: 24px;
	padding-top: 0;
	padding-bottom: 0;

	background: #fff;
	position: relative;
	z-index: 7;
}
.woocommerce-loop-product__title{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */


	/* Цвет/Шрифт */

	color: #2E333D;
	margin-top: 0;
	margin-bottom: 16px;

	display: block;
	padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 0;
	margin-bottom: 16px;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover{
	box-shadow: 0px 4px 20px rgba(46, 51, 61, 0.06);
}
.woocommerce ul.products li.product .price{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height, or 120% */


	/* Цвет/Шрифт */

	color: #2E333D;
	margin-bottom: 12px;
}
.header-search input[type="search"] {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	

	color: #2E333D;


	/*background: #FFFFFF;*/
	/*border: 1px solid #CAD5DF;*/
	display: block;
	width: 100%;


	background: #F5F4F6;
	/* Тень формы */

	box-shadow: inset 0px 4px 8px rgba(46, 51, 61, 0.04);
	border-radius: 4px;



	padding: 10px 24px;
	width: 360px;
}
#searchform{
	position: relative;
}
.searchf{
	position: relative;
}
.header-zv1{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-left: 10px;
	/* identical to box height, or 120% */


	/* Цвет/Шрифт */

	color: #2E333D;
}
.header-search .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-color: transparent;
	border-radius: 0;
	background: none;
	cursor: pointer;
	width: 57px;
	background: url(assets/image/ico_5.svg) no-repeat center center;
}
.header-time{
	text-align: right;
}
.header-time-t{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	/* identical to box height, or 143% */

	text-align: right;

	/* Цвет/Шрифт */

	color: #2E333D;
}
.header-time-t:hover{
	color: #E31E24;
}
.header-viber{
	width: 40px;
	display: inline-block;
	float: left;
}
.header-viber img{
	width: 100%;

}
.mob-btn {
	cursor: pointer;

	position: relative;

	padding-right: 50px;

	margin-right: -5px;

	z-index: 100;
}
.mob-btn:hover .mob-btn-in{
	width: 28px;
	background: #e31e24;
}
.mob-btn span{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */


	/* Цвет/Шрифт */

	color: #2E333D;


}
.mob-btn-in{
	position: absolute;
	right: 5px;
	top: 12px;
	width: 28px;
	/*width: 16px;*/
	height: 2px;
	background: #2E333D;

	transition: all 0.3s ease;
}
.mob-btn-in:after{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	height: 2px;
	background: #2E333D;
	/*width: 16px;*/
	width: 16px;
	bottom: -8px;
	transition: all .3s ease;



	animation-duration: .5s;
	animation-delay: .15s;
}
.mob-btn-in:before {
	position: absolute;
	display: block;
	right: 0;
	width: 28px;
	height: 2px;
	background: #2E333D;
	/* width: 16px; */
	content: "";
	top: -8px;
	transition: all .3s ease;

	animation-duration: .5s;
	animation-delay: 0s;
}
.mob-btn.change .mob-btn-in:before {
	top: 0;
	-webkit-transform: rotate(
		45deg
		);
	-ms-transform: rotate(45deg);
	transform: rotate(
		45deg
		);
	background: #e31e24;
}
.mob-btn.change .mob-btn-in:after {
	bottom: 0;
	-webkit-transform: rotate(
		-45deg
		);
	-ms-transform: rotate(-45deg);
	transform: rotate(
		-45deg
		);
	background: #e31e24;
	width: 28px;
}
.mob-btn.change .mob-btn-in {
	background: 0 0;
}
.menu-btn-in{
	position: absolute;
	left: 14px;
	top: 21px;
	/* width: 28px; */
	width: 28px;
	height: 2px;
	background: #E31E24;
	/*transition: all 0.3s ease;*/
}
.menu-btn-in:after{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	height: 2px;
	background: #E31E24;
	/*width: 16px;*/
	width: 28px;
	bottom: -8px;
	transition: all .3s ease;



	animation-duration: .5s;
	animation-delay: .15s;
}
.menu-btn-in:before {
	position: absolute;
	display: block;
	right: 0;
	width: 28px;
	height: 2px;
	background: #E31E24;
	/* width: 16px; */
	content: "";
	top: -8px;
	transition: all .3s ease;

	animation-duration: .5s;
	animation-delay: 0s;
}
.woocommerce ul.products li.product .onsale{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */


	/* Цвет/Шрифт-Альтернативный */

	color: #FAFAFA;

	background: #E31E24;
	border-radius: 2px;

	padding: 6px;
	padding-left: 10px;

	min-height: auto;
	min-width: auto;

	top: auto;
	left: 24px;
	bottom: 0;
	right: auto;
}
.woocommerce ul.products li.product a img{
	margin: 0;
}
.woco-img{
	position: relative;
	height: 249px;
	margin: 0 0 1em;

}
.woocommerce ul.products li.product .price del{
	font-weight: normal;
	font-size: 16px;
}
.woocommerce span.onsale{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */


	/* Цвет/Шрифт-Альтернативный */

	color: #FAFAFA;

	background: #E31E24;
	border-radius: 2px;

	padding: 6px;
	padding-left: 10px;

	min-height: auto;
	min-width: auto;

	top: 5%;
	left: auto;

	right: -5px;
}
.widget-title{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	/* identical to box height, or 120% */


	/* Цвет/Шрифт */

	color: #2E333D;

	margin-bottom: 20px;
}
.product-categories{
	margin-left: 0;
	padding-left: 0;

	margin-bottom: 0;
}
.product-categories li{
	list-style: none;
}
#secondary .product-categories li.current-cat > a{
	color: #E31E24;
}
#secondary .product-categories li.current-cat-parent > a{
	/*color: #E31E24;*/
}

.product-categories a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */


	/* Цвет/Шрифт */
	/*color: #808389;*/
	color: #2E333D;
}
.product-categories .current-cat > a{
	color: #2E333D;
}
.product-categories .current-cat-parent > a{
	color: #2E333D;
}
.product-categories .children a{
	font-size: 16px;
}
.product-categories .children{
	padding: 0;
	margin-left: 0;
	padding-left: 20px;
	margin-top: 10px;
}
.product-categories li{
	margin-bottom: 12px;
}
.product-categories a:hover{
	color: #E31E24;
}
.woocommerce-widget-layered-nav-list__item .count{
	display: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
	position: relative;

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */


	/* Цвет/Шрифт */

	color: #2E333D;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 18px;
	transition: 0.3s;
	background-image: none;
	/*border: 1px solid #a0a0a0;*/
	background: #ffff;

	border: 1px solid #C8C8C8;
	box-sizing: border-box;
	border-radius: 2px;


}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{
	content: "";
	border: none;
	border-radius: 2px;
	/*background: #f0ac18 center;*/
	background: #E31E24 center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDMuNjI1TDUuNjE1MzggOEwxMyAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNCIvPgo8L3N2Zz4K);
	background-size: 78%;
	background-repeat: no-repeat;

}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	height: 28px;
	width: 28px;

	background: #FFFFFF;
	/* Цвет/Акцент-Светлый */

	border: 1px solid #E31E24;
	box-sizing: border-box;
	border-radius: 100px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	height: 1px;
	background: #DCDCDC;
}
.woocommerce-product-attributes-item--attribute_pa_proizvoditeli 
.woocommerce-product-attributes-item__value, .woocommerce-product-attributes-item--attribute_pa_proizvoditeli 
.woocommerce-product-attributes-item__value p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */


	/* Цвет/Шрифт */

	color: #2E333D;
	font-style: normal;
	/*background: #F5F6FA;*/
	/*border-radius: 2px;*/
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background: #E31E24;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	top: -12px;
}
.post-thumbnail {
	text-align: center;
	margin-bottom: 35px;
}
.entry-content {
	font-style: normal;
	font-weight: normal;

	font-size: 16px;


	line-height: 160%;
	/* or 32px */


	/* Цвет/Шрифт-Светлый */

	color: #4A4E57;



}
.entry-content a{
	text-decoration: underline;
}
.entry-title{
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	/* identical to box height, or 125% */


	/* Цвет/Шрифт */

	color: #2E333D;

}
.single-post .entry-title{
	text-align: center;
}
.single-post .entry-content{
	max-width: 800px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 160%;

}
.brand-ii__title{
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 100%;
	/* identical to box height, or 28px */


	/* Цвет/Шрифт */

	color: #2E333D;

	margin-bottom: 16px;
}
.brand-ii__title:hover{
	color: #e31e24;
}
.brand-ii{
	/*margin-bottom: 42px;*/
	margin-bottom: 20px;

	position: relative;
	padding-top: 26px;
	border-top: 1px solid #E6E6E6;
}
.drand-desc{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */


	/* Цвет/Шрифт */

	color: #2E333D;
	margin-bottom: 80px;
}
.brand-ii__text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	/* or 24px */


	/* Цвет/Шрифт */

	color: #2E333D;
	width: 90%;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.brand-ii__text p{
	margin: 0;
}
.navigation.pagination{
	margin-bottom: 50px;
}
.drand__wr-all{
	/*margin-bottom: 40px;*/
	/*border-bottom: 1px solid #E6E6E6;*/
}
.drand__search__title{
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	/* identical to box height, or 114% */


	/* Цвет/Шрифт */

	color: #2E333D;

	margin-bottom: 26px;
}
.drand__search{
	margin-bottom: 48px;
}
.drand__search .header-search input[type="search"]{
	width: 100%;
	border: 1px solid #E31E24;
}
.drand__search .header-search input[type="search"]::-webkit-input-placeholder { 

	color: #A0A0A0;
}
.drand__search .header-search input[type="search"]::-moz-placeholder { 

	color: #A0A0A0;
}
.drand__search .header-search .search-submit{
	background-color:  #E31E24;
	background-image: url(assets/image/ico_6.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.brand-ii_href{
	/*font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	 

	color: #E31E24;
 
	display: inline-block;
	 
	right: 0;
	top: 0;
	border-bottom: 1px  dashed  #E31E24;*/

	position: absolute;
	right: 0;
	top: 24px;

	width: 40px;
	height: 40px;


	background: #F0F0F0;

	border-radius: 100px;


}
.brand-ii_href:after{
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-right: 2px solid #2E333D;
	border-bottom: 2px solid #2E333D;
	transform: rotate( 
		-45deg
		);
	opacity: 1;
	transform: rotate( 
		-45deg
		) skew( 
		-5deg
		);
		position: absolute;
		left: 15px;
		top: 15px;
	}
	.brand-ii_href:hover{
		background: #e2e2e2;
		box-shadow: inset -1px -1px 4px 0px #00000040;
	}
	.brand-ii__cat{
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 100%;
		/* identical to box height, or 16px */


		/* Цвет/Шрифт */

		color: #2E333D;

		display: inline-block;
		margin-right: 12px;
		margin-bottom: 12px;

		padding: 8px 12px;

		background: #F8F8F8;
		border-radius: 4px;


	}
	.k-wr .entry-content{
		font-size: 16px;

	}
	.entry-content ul, 
	.entry-content ol{
		margin: 0 0 1.5em 0em;
	}
	.k-l{
		display: inline-block;
		vertical-align: top;
		width: 55%;

	}
	.k-r{
		display: inline-block;
		vertical-align: top;
		width: 44%;
		text-align: right;
	}
	.k-r .meight-r{
		text-align: left;
	}
	.k-r-dir{
		/*width: 60%;*/
		width: 100%;
		max-width: 715px;
		text-align: left;
	}
	.fo-iper{
		display: flex;
		gap: 10px;
	}
	.fo-iper + p >label{
		width: 100%;	
	}
	.wpcf7-form-control-wrap.textarea-682{
		display: block;
	}
	#wpcf7-f118-o1{

	}
	#wpcf7-f118-o1 .wpcf7-form .wpcf7-submit{
		margin-left: auto;
		/* margin-right: auto; */
		display: block;
	}
	#wpcf7-f119-o1 .wpcf7-form .wpcf7-submit{
		margin-left: auto;
		/* margin-right: auto; */
		display: block;
	}
	.fo-iper + .fo-iper{
		margin-top: 16px;
	}
	.page-template-page-vopros{

	}
	.woocommerce table.shop_attributes{
		border-top: 0;
	}
	.woocommerce table.shop_attributes th{
		padding-left: 0;
		text-align: left;
	}
	.woocommerce table.shop_attributes td,
	.woocommerce table.shop_attributes th{
		border-bottom: 0;
	}

	.wocof-btn{
		width: 100%;
		height: 0;
		overflow: hidden;
		/*transition: all 0.3s;*/
		padding: 0;
		display: none;
	}
	.woocommerce ul.products li.product .button.add_to_cart_button{
		display: none !important;
	}
	.woocommerce ul.products button.button.alt.clickBuyButton{
		width: 100%;
		height: 0;
		overflow: hidden;
		/*transition: all 0.3s;*/
		padding: 0;
		display: none;
		margin-top: 0;
	}
	.woocommerce ul.products li.product:hover .wocof-btn, 
	.woocommerce-page ul.products li.product:hover .wocof-btn,
	.woocommerce-page ul.products li.product:hover .button.button.alt,
	.woocommerce ul.products li.product:hover .button.button.alt


	{
		height: 52px;
		padding: 16px 32px;
		display: block;

		position: absolute;
		z-index: 2;
		left: 0;
	}
	.woco-bl2 .sku_wrapper{
		margin-bottom: 20px;
	}
	.woocommerce div.product p.price del, 
	.woocommerce div.product span.price del{
		font-weight: 400;
	}
	.summary-sub-title{
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
		/* identical to box height, or 120% */


		/* Цвет/Шрифт */

		color: #2E333D;
		margin-bottom: 24px;
	}
	.summary-sub-title a{
		display: inline-block;
		margin-left: 10px;
	}
	.ft-list{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.ft-list li{
		list-style: none;
		margin-bottom: 12px;
	}
	.ft-list li a{
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 100%;
		/* identical to box height, or 16px */


		/* Цвет/Шрифт */

		color: #2E333D;

	}
	.ft-list li a:hover{
		color: #e31e24;
	}
	.woocommerce div.product form.cart{
		display: none;
	}
	.woocommerce-page ul.products li.product.product-category {
		/*display: none;*/
	}
	.woocommerce ul.products li.first,
	.woocommerce-page ul.products li.first{
		clear: none;
	}
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
		/*margin-right: 0;*/
		margin: 0 3.8% 0.992em 	0;
	}
	.woocommerce ul.products.columns-3 li.product:nth-child(3n+3){
		margin-right: 0;
	}
	.woocommerce ul.products.columns-3 li.product, 
	.woocommerce-page ul.products.columns-3 li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		margin: 0 3.8% 0.992em 	0;
	}
	.woocommerce ul.products.columns-4 li.product, 
	.woocommerce-page ul.products.columns-4 li.product{
		margin: 0 2.8% 0.992em 	0;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		min-height: 60px;

		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	body .tablepress tfoot th,
	body  .tablepress thead th {
		background-color: #302D32;


		background: #302D32;

		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		/* identical to box height, or 125% */


		color: #FFFFFF;

		padding: 14px;
	}
	body  .tablepress td{
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		/* identical to box height, or 125% */


		/* Цвет/Шрифт */

		color: #2E333D;
		padding: 14px;
		background: #FAFAFA;

	}
	.tablepress{
		border-radius: 4px;
		overflow: hidden;
	}
	.mobile-panel__bottom,
	.mobile-panel__search-btn{
		display: none;
	}
	.header-l3 .menu-main_menu-container{
		display: none;
	}
	.kategoriya-menu > div > ul > li.menu-item-has-children > a{
		position: relative;
	}
	.kategoriya-menu > div > ul > li.menu-item-has-children > a:after{
/*	position: absolute;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid  #808389;
	border-bottom: 1px solid  #808389;
	top: 17px;
	/*right: 9px;*/
	left: 285px;

	transform: rotate( 
		-45deg);
	transition: all .3s;*/
}
.kategoriya-menu > div > ul > li.menu-item-has-children > a{
	background-image: url(assets/image/v16.svg);
	background-repeat: no-repeat;
	background-position-x: 287px;
	background-position-y: 15px;

	background-size: 8px;
}
.widget{
	position: relative;
	padding-bottom: 1.5em;

}
.widget:after{
	content: '';
	position: absolute;
	width: 335px;
	bottom: 0;
	height: 1px;
	/*background: #F0F0F0;*/
	background:#e3e3e3;
	left: -31px;
}


.widget.widget_product_categories{
	padding-bottom: 0.7em;
}


/*====================================*/
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.nav-links .page-numbers{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	text-align: center;

	/* Цвет/Шрифт */

	color: #2E333D;

	/*background: #F0F0F0;*/
	border-radius: 2px;

	margin-right: 8px;
	display: block;

	width: 40px;
	height: 40px;


	text-align: center;
	padding: 10px;


	background: #F0F0F0;
	border-radius: 2px;


}
.nav-links .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;

	position: relative;
}
.nav-links{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev
{
/*	font-size: 0;

	height: 48px;
	width: 48px;
	border-radius: 100px;
	z-index: 9;
	transition: all 0.3s;
	 
	background: none;
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
 
	cursor: pointer;
	color: transparent;
	border: 1px solid #4046B4;

	position: relative;*/
	/*width: auto;*/
	/*margin-left: 0;*/
	/*margin-right: 0;*/

	font-size: 0;
}
.post-type-archive .nav-links .page-numbers.next{
	margin-left: 0;
}
.post-type-archive  .nav-links .page-numbers.prev{
	margin-right: 12px;
}
.post-type-archive .nav-links .page-numbers.next,
.post-type-archive  .nav-links .page-numbers.prev{
	font-size: 0;
	width: 40px;
	height: 40px;

	position: relative;
}
.post-type-archive  .nav-links .page-numbers.next:before, 
.post-type-archive  .nav-links .page-numbers.prev:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #2E333D;
	border-bottom: 1px solid #2E333D;
	transform: rotate( 
		-45deg );
	opacity: 1;
	transform: rotate( 
		-45deg) skew( 
		-5deg);
		position: absolute;
		left: 15px;
		top: 16px;
	}
	.post-type-archive  .nav-links .page-numbers.prev:before {
		transform: rotate( 
			135deg) skew( 
			-5deg);
			position: absolute;
			left: 17px;
			top: 16px;
		}
		/*.nav-links .page-numbers.next:before,
		.nav-links .page-numbers.prev:before {
			content: ' ';
			display: inline-block;
			width: 9px;
			height: 9px;
			border-right: 2px solid #4046B4;
			border-bottom: 2px solid #4046B4;
			transform: rotate( 
				-45deg );
			opacity: 1;
			transform: rotate( 
				-45deg) skew( 
				-5deg);
				position: absolute;
				left: 16px;
				top: 18px;
				}*/
				.nav-links .page-numbers.next{
					margin-left: 0px;
				}
				.nav-links .page-numbers.prev{
					margin-right: 8px;
				}
				.nav-links .page-numbers.prev:before{
					transform: rotate( 
						135deg) skew( 
						-5deg);
						position: absolute;
						left: 20px;
						top: 18px;
					}
					.woocommerce nav.woocommerce-pagination ul li span{
						/*background: #FF367D;*/
						/*border-radius: 6px;*/

						/*color: #FDFDFD;*/

					}
					.woocommerce nav.woocommerce-pagination ul li span.current,
					.nav-links .page-numbers.current{

						border-radius: 2px;

						color: #FDFDFD;

						background: #E31E24;
					}
					.woocommerce nav.woocommerce-pagination ul,
					.woocommerce nav.woocommerce-pagination ul li{
						border: 0;
						border-right: 0;
					}
					.woocommerce nav.woocommerce-pagination{
						margin-bottom: 50px;
					}
					.woocommerce nav.woocommerce-pagination ul li a.next,
					.woocommerce nav.woocommerce-pagination ul li a.prev
					{
						height: 40px;
						width: 40px;
						border-radius: 100px;
						z-index: 2;
						transition: all 0.3s;
						/* box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); */
						background: none;
						font-size: 0;
						line-height: 0;
						display: block;
						padding: 0;

						/*transform: translate(0, -12%);*/
						cursor: pointer;
						color: transparent;


						position: relative;

						border: 1px solid #B4B4B4;
						box-sizing: border-box;
						border-radius: 2px;
						/*transform: matrix(-1, 0, 0, 1, 0, 0);*/
					}
					.woocommerce nav.woocommerce-pagination ul li a.next:before,
					.woocommerce nav.woocommerce-pagination ul li a.prev:before,
					.nav-links .page-numbers.next:before,
					.nav-links .page-numbers.prev:before
					{
						content: '';
						display: inline-block;
						width: 10px;
						height: 10px;
						border-right: 1px solid  #2E333D;
						border-bottom: 1px solid #2E333D;
						transform: rotate( -45deg );
						opacity: 1;
						transform: rotate(  	-45deg) skew( -5deg);
						position: absolute;
						left: 12px;
						top: 14px;


					}
					.woocommerce nav.woocommerce-pagination ul li a.next{
						/*margin-left: 24px;*/
					}
					.woocommerce nav.woocommerce-pagination ul li a.prev{
						/*margin-right: 24px;*/
					}
					.woocommerce nav.woocommerce-pagination ul li a.prev:before,
					.nav-links .page-numbers.prev:before
					{
						transform: rotate( 
							135deg) skew( 
							-5deg);
							position: absolute;
							left: 17px;
							top: 14px;
						}
						.woocommerce nav.woocommerce-pagination ul li a:hover, 
						.nav-links .page-numbers:hover{
							color: #e31e24;
						}

						.woocommerce nav.woocommerce-pagination ul li{
							overflow: visible;


						}



						/*====================================*/
						.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
							position: relative;
							z-index: 4;
						}
						.woocommerce ul.products li.product:hover, 
						.woocommerce-page ul.products li.product:hover{
							z-index: 5;
						}
						.woocommerce ul.products li.product:hover .woocommerce-loop-product__title, 
						.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__title{
							color: #E31E24;
						}
						.pum-content .wpcf7-form-control-wrap{
							width: 100%;
						}
						.wpcf7 form .wpcf7-response-output{
							margin-top: 0;
						}
						.pum-content .wpcf7-form .wpcf7-submit{
							display: block;
							margin: 0 auto;
							margin-top: 26px;
						}
						.pum-content p{
							margin-bottom: 0;
							margin-top: 0;
						}



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

						.mthree .wpcf7 .ajax-loader{
							display: none;
						}
						.mthree  .wpcf7 form.invalid  .wpcf7-response-output{
							display: none;
						}
						.mthree .wpcf7 p{
							margin-bottom: 0;
						}

						.mthree .wpcf7 form.invalid .wpcf7-response-output,
						.mthree .wpcf7 form.unaccepted .wpcf7-response-output{
							color: #fff;
						}
						.mthree  .wpcf7 form.sent .wpcf7-response-output{
							color: #fff;
							margin-top: 10px;
						}
						.woco-des__page-shop{
							padding-bottom: 40px;
						}
						#menu_left:not(:hover)   > li#menu-item-229 > ul{
							height: calc(100vh - 128px);
							display: block;

							/* overflow: auto; */
							overflow-y: auto;
							overflow-x: hidden;
						}
						#menu_left:not(:hover)  > li#menu-item-229 > a:before {
							display: block;
						}
						#menu_left > li:hover >  a{
							background: #F5F6FA;
							border-radius: 4px;
							color: #E31E24;
						}
						.woocommerce button.button.alt{
							font-style: normal;
							font-weight: normal;
							font-size: 16px;
							line-height: 20px;
							text-align: center;
							display: inline-block;
							cursor: pointer;
							color: #FAFAFA;
							padding: 16px 32px;
							background: #E31E24;
							border-radius: 2px;
						}
						#formOrderOneClick .button:hover,
						.woocommerce button.button.alt:hover{
							background: #ff555a;
						}
						#formOrderOneClick h2, body .pum-container .pum-title, 
						body.pum-theme-6 .pum-title, 
						body.pum-theme-lightbox .pum-title{
							font-style: normal;
							font-weight: bold;
							font-size: 28px;
							line-height: 32px;
							/* identical to box height, or 114% */

							text-align: center;

							/* Цвет/Шрифт */

							color: #2E333D;
							margin-bottom: 16px;
						}
						body #formOrderOneClick input[type="email"], 
						body #buyoneclick_form_order input[type="tel"],
						body #buyoneclick_form_order input[type="text"],
						body #formOrderOneClick textarea{
							background: #FFFFFF;
							/*box-shadow: inset 0px 4px 8px rgb(46 51 61 / 4%);*/
							border-radius: 4px;
							background: #FFFFFF;
							/*box-shadow: inset 0px 4px 8px rgb(46 51 61 / 4%);*/
							border-radius: 4px;
							/*padding: 12px 20px;*/
							padding: 9px 18px;
							height: auto;


							width: 100%;

							/*color: #666;*/
							color: #111;
							border: 1px solid #ccc;

							background: #F5F5F5;
							box-shadow: inset 0px 4px 8px rgb(46 51 61 / 4%);
							border-radius: 4px;
							/*color: #A0A0A0;*/
						}
						body #formOrderOneClick input[type="email"]:focus, 
						body #buyoneclick_form_order input[type="tel"]:focus,
						body #buyoneclick_form_order input[type="text"]:focus,
						body #formOrderOneClick textarea:focus{
							color: #111;
						}
						body #formOrderOneClick input[type="email"]::placeholder, 
						body #buyoneclick_form_order input[type="tel"]::placeholder,
						body #buyoneclick_form_order input[type="text"]::placeholder,
						body #formOrderOneClick textarea::placeholder{
							color: #A0A0A0;
						}

						body #formOrderOneClick textarea{
							font-family: inherit;
						}
						body  #formOrderOneClick input[type="checkbox"]{
							float: none;
							font-size: 15px;
							text-align: left;
						}
						#buyoneclick_form_order .table-wrap table td:nth-child(2){
							font-weight: bold;
							font-size: 16px;
						}
						.table-wrap__down p {
							margin-top: 0;
							margin-bottom: 0;

							line-height: 1.2;
							text-align: left;
						}
						body #formOrderOneClick .popup .close_order{
							right: 5px;
							font-size: 20px;
							color: #828282;
							font-weight: 600;
							/*font-family: cursive;*/
							background: transparent !important;
						}
						.woocommerce .widget_price_filter .price_slider_amount{
							display: flex;
							flex-direction: column-reverse;
						}
						.woocommerce .widget_price_filter .price_slider_amount{

						}
						.woocommerce .widget_price_filter .price_slider_amount .button{
							font-style: normal;
							font-weight: normal;
							font-size: 16px;
							line-height: 20px;
							text-align: center;
							display: inline-block;
							cursor: pointer;
							color: #FAFAFA;
							padding: 16px 32px;
							background: #E31E24;
							border-radius: 2px;
							display: none;
						}
						.woocommerce .widget_price_filter .price_slider_amount .button:hover{
							background: #ff555a;
						}
						.mega-reset{
							font-style: normal;
							font-weight: normal;
							font-size: 16px;
							line-height: 20px;
							text-align: center;
							display: inline-block;
							cursor: pointer;
							color: #E31E24;
							padding: 16px 28px;
							background: #F6E9E9;
							border-radius: 4px;
							display: block;
							margin: 0  auto;
						}
						#block-3{
							margin-bottom: 0;
							border-bottom: 0;
						}
						#block-3:after{
							display: none;
						}
						#fancybox-left span{
							left: 20px;
						}
						#fancybox-right span {
							left: auto;
							right: 20px;
						}
						.mpunkts-btn2{
							font-style: normal;
							font-weight: normal;
							font-size: 16px;
							line-height: 20px;
							/* identical to box height, or 125% */


							/* Цвет/Акцент-Светлый */

							color: #E31E24;

							cursor: pointer;

							margin-top: 10px;
						}
						.mpunkts-btn2.open{
							/*display: none;*/
						}
						.mpunkts-btn2:hover{
							color: #000;
						}
						.woocommerce .woocommerce-widget-layered-nav-list 
						.woocommerce-widget-layered-nav-list__item{
							display: none;
						}
						.woocommerce .woocommerce-widget-layered-nav-list 
						.woocommerce-widget-layered-nav-list__item:nth-child(1){
							display: block;
						}
						.woocommerce .woocommerce-widget-layered-nav-list 
						.woocommerce-widget-layered-nav-list__item:nth-child(2){
							display: block;
						}
						.woocommerce .woocommerce-widget-layered-nav-list 
						.woocommerce-widget-layered-nav-list__item:nth-child(3){
							display: block;
						}
						.woocommerce .woocommerce-widget-layered-nav-list 
						.woocommerce-widget-layered-nav-list__item:nth-child(4){
							display: block;
						}
						.woocommerce .woocommerce-widget-layered-nav-list 
						.woocommerce-widget-layered-nav-list__item:nth-child(5){
							display: block;
						}
						.woocommerce .woocommerce-widget-layered-nav-list 
						.woocommerce-widget-layered-nav-list__item:nth-child(6){
							display: block;
						}
						.woocommerce .woocommerce-widget-layered-nav-list 
						.woocommerce-widget-layered-nav-list__item:nth-child(7){
							display: block;
						}
						.woocommerce-widget-layered-nav-list.open  	.woocommerce-widget-layered-nav-list__item{
							display: block;
						}
						#buyoneclick_form_order .po-top-text{
							text-align: center;
						}
						li.product.type-product.product_tag-rekomenduem    .woco-img:after{
							content: 'Рекомендуем';
							/*content: url(assets/image/l1.svg);*/
							/*background-image: url(assets/image/l1.svg);*/
							/*background-size: 27px;*/
							position: absolute;
							left: 0;
							/*background-repeat: no-repeat;*/
							top: 0px;
							/*width: 40px;*/
							/*height: 40px;*/
							/*background-position: center;*/
							border-radius: 100px;
							/*border: 1px solid #e5e5e5;*/
							/*box-shadow: 1px 1px 4px 0px #e3e3e3;*/
							font-style: normal;
							font-weight: 600;
							font-size: 14px;
							line-height: 20px;
							/* identical to box height, or 143% */


							/* Цвет/Шрифт-Альтернативный */

							color: #FAFAFA;

							background: #E31E24;

							border-radius: 2px;
							padding: 6px 10px;
						}
						.woocommerce-product-gallery__image{
							position: relative;
						}
						.product_tag-rekomenduem .woocommerce-product-gallery__image:nth-child(1) a:after{
							content: 'Рекомендуем';
							/*content: url(assets/image/l1.svg);*/
							/*background-image: url(assets/image/l1.svg);*/
							/*background-size: 27px;*/
							position: absolute;
							left: 0;
							/*background-repeat: no-repeat;*/
							top: 0px;
							/*width: 40px;*/
							/*height: 40px;*/
							/*background-position: center;*/
							border-radius: 100px;
							/*border: 1px solid #e5e5e5;*/
							/*box-shadow: 1px 1px 4px 0px #e3e3e3;*/
							font-style: normal;
							font-weight: 600;
							font-size: 14px;
							line-height: 20px;
							/* identical to box height, or 143% */


							/* Цвет/Шрифт-Альтернативный */

							color: #FAFAFA;

							background: #E31E24;

							border-radius: 2px;
							padding: 6px 10px;
						}
						.woocommerce-tb-pl{
							float: left;
							display: inline-block;
							vertical-align: top;
							margin-top: 0;
							margin-right: 20px;
						}
						.woocommerce-tb{
							height: 40px;
							/*padding-top: 18px;*/
							/*padding-bottom: 18px;*/
							/*background: #0060af;*/
							padding: 10px;
							display: inline-block;
							vertical-align: top;
							cursor: pointer;
							border : 1px solid #A9A9A9;

							opacity: 0.5;
						}
						.woocommerce-tb-2 {

						}
						.woocommerce-tb.active{
							/*background: #e31e24;*/

							opacity: 1;
						}
						.woocommerce ul.products.columns-3.wotabl    li.product{
							width: 100%;
							margin-right: 0;
							margin-left: 0;
						}
						.woocommerce ul.products.columns-3.wotabl    li.product  .woco-img {
							width: 100px;
							height: auto;
							vertical-align: top;
							display: inline-block;
							margin-bottom: 0;
						}
						.woocommerce ul.products.columns-3.wotabl    li.product .price {
							position: absolute;

							margin-bottom: 12px;
							right: 16px;
							top: 5px;
						}
						.woocommerce ul.products.columns-3.wotabl   li.product .woocommerce-loop-product__title{
							margin-bottom: 4px;
							padding-right: 60px;
						}
						.woocommerce ul.products.columns-3.wotabl li.product  .wocof-btn,
						.woocommerce ul.products.columns-3.wotabl li.product  .wocof-btn, 
						.woocommerce ul.products.columns-3.wotabl li.product  .button.button.alt,
						.woocommerce ul.products.columns-3.wotabl li.product  .button.button.alt{
							right: 0;

							width: auto;
							height: 42px;
							padding: 7px 18px;
							/*display: block;*/
							position: absolute;
							z-index: 2;
							left: auto;
							bottom: 0;
						}
						.woocommerce ul.products.columns-3.wotabl    li.product .woco-bl2{
							display: inline-block;
							padding-top: 16px;
							vertical-align: top;

							width: calc(100% - 208px);
							z-index: 2;
						}
						.woocommerce ul.products.wotabl  li.product .woocommerce-loop-product__title{
							min-height: auto;
						}
						.po-top-text{
							/*font-style: normal;*/
							/*font-weight: normal;*/
							/*font-size: 14px;*/
							/*line-height: 20px;*/
							/* or 143% */

							/*text-align: center;*/

							/* Цвет/Шрифт-Очень светлый */

							/*color: #808389;*/

							margin-bottom: 32px;


							font-weight: normal;
							color: #2e333d;
						}
						.pum-content .wpcf7-form-control-wrap input{
							background: #F5F5F5;
							/* Тень формы */

							box-shadow: inset 0px 4px 8px rgba(46, 51, 61, 0.04);
							border-radius: 4px;
							color: #111;

						}
						.pum-content .wpcf7-form-control-wrap input:focus{
							color: #111;
						}

						/*=================================*/
						.pum-content .wpcf7-form-control-wrap input::placeholder{
							color: #A0A0A0;
						}
						/*=====================*/
						.pum-content .wpcf7 + p{
							font-weight: normal;
							color: #b1b1b1;

							text-align: center;
							font-size: 15px;
						}

						.page-id-87 #primary{
							position: relative;
						}
						.page-id-87 .meight__bg1{
							top: 0;
						}

						.popmake .wpcf7 .wpcf7-form.invalid .wpcf7-response-output{
							display: none;
						}
						body #formOrderOneClick>.popup{
							max-width: 700px;
						}
						body #formOrderOneClick .table-wrap{
							width: 50%;
						}
						body  #buyoneclick_form_order .table-wrap table thead tr{
							display: none;
						}
						body #buyoneclick_form_order .table-wrap table th,
						body  #buyoneclick_form_order .table-wrap table td {

							border-right: 0;
						}
						body   #buyoneclick_form_order .table-wrap table tr{
							display: flex;
							justify-content: center;
							flex-direction: column;
						}
						.table-wrap__down{
							width: 49%;
							vertical-align: top;
							display: inline-block;
						}
						body   #buyoneclick_form_order .table-wrap table tr,
						body   	#buyoneclick_form_order .table-wrap table{
							border: 0;
						}
						body #buyoneclick_form_order .table-wrap table tr img{
							width: 150px;
							height: 150px;
						}
						body #buyoneclick_form_order 	.form-message-result{
							font-size: 16px;
							color: red;
							text-align: center;
						}
						.misha_loadmore{
							display: block;
							margin: auto;
							width: 210px;
							margin-bottom: 40px;
							
						}
						.zakaz-i{
							display: inline-block;
							vertical-align: top;
							width: 100%;
							background: #FFFFFF;
							/* border: 1px solid #F0F0F0; */
							border: 1px solid #e3e3e3;
							box-sizing: border-box;
							border-radius: 4px;
							position: relative;
							padding: 20px;

							margin-bottom: 16px;
						}
						.zakaz-i__up{
							font-style: normal;
							font-weight: normal;
							font-size: 16px;
							line-height: 24px;
							padding-bottom:  2px;
							/*color: #2E333D;*/
							/*padding-top: 20px;*/
							/*padding-bottom: 20px;*/
							/* padding-left: 20px; */
							/*padding-left: 16px;*/
							/* padding-right: 20px; */
							/*padding-right: 16px;*/
							border-bottom:  1px solid #e3e3e3;
						}
						.zakaz-i__down{
							font-style: normal;
							font-weight: 600;
							font-size: 16px;
							line-height: 125%;
							color: #2E333D;
							padding-top: 12px;
						}

						.header-l3	hr{
							display: none;
						}
						.header-l0{
							text-align: center;
							background: #45464F;

							font-style: normal;
							font-weight: 400;
							font-size: 14px;
							line-height: 100%;
							/* identical to box height, or 14px */
							padding-top: 5px;
							padding-bottom: 5px;

							color: #FFFFFF;
							position: relative;
							z-index: 100;
						}
						.header-l0 a{
							color: #FFFFFF;
							background: #C4272E;
							border-radius: 4px;
							display: inline-block;
							padding: 4px;
						}
						.ser-price-podp{
							font-style: normal;
							font-weight: normal;
							font-size: 16px;
							line-height: 24px;
							color: #808389;
							margin-left: 16px;
							margin-top: 6px;
						}
						.title__a{
							position: absolute;
							right: 24px;
							/*top: 8px;*/
							top: 14px;
							/*font-size: 20px;
							font-weight: 600;
							font-size: 20px;
							*/
							color: #E31E24;

							text-decoration: none;
							color: #e31e24;
							font-style: normal;
							font-weight: normal;
							font-size: 16px;
							line-height: 24px;

						}
						.mfive .container{
							position: relative;
						}
						body .pum-theme-6 .pum-content,
						body  .pum-theme-lightbox .pum-content{
							font-weight: 400;
						}
						.woocommerce ul.products li.product .button{
							display: none;
						}
















						/*=========================*/


						/*=========================*/
						@media screen and (max-width: 1920px) { 

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

						} 


						@media screen and (max-width: 1440px) { 
							.container, #primary {
								/*max-width: 1170px;*/
							}
							.meight__bg2 {
								position: absolute;
								right: -100px;
								bottom: -200px;
							}
						} 

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

						} 
						@media screen and (max-width: 1200px) { 
							.main-navigation a{
								padding-left: 8px;
								padding-right: 8px;
								line-height: 1.2;
							}
						} 
						@media screen and (max-width: 1100px) { 
							.header-l1	.header-search input[type="search"]{
								width: 250px;
							}
							.mtwo-in{
								display: block;
							}
							.mtwo-i{
								width: 100%;
								margin-bottom: 20px;
							}
							.mone-l1{
								font-size: 30px;
								line-height: 1.4;
							}
							.mthree-r{
								width: 100%;
							}
							.mthree{
								height: auto;
								overflow: hidden;
								padding-bottom: 0 !important;
							}
							.mthree .container{
								padding-bottom: 400px;
							}
							.mthree-l__img{
								bottom: -16px;
							}

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

						} 

						@media screen and (max-width: 992px) { 
							.header-time-t::before {
								content: 'Заказать звонок';
							}
/* 							#header-zv1{
								display: none !important;
							} */
							#masthead{
								/*height: 86px;*/
								height: 120px;
							}
							.header-l1	.header-search  {
								display: none;
							}
							.header-l2{
								display: none;
							}
							.ft-l{
								max-width: none;
							}
							.map-bg{
								position: relative;
								height: 450px;
							}
							.woocommerce div.product .product_title, .entry-title, .page-title{
								font-size: 28px;
								line-height: 1.2;
								margin-bottom: 20px;
							}
							#menu_left > li > a:before{
								font-size: 28px;
								line-height: 1.2;
							}
							#secondary{
								width: 100%;
								display: none;
							}
							.mag-wr-r{
								padding-left: 0;
								width: 100%;
							}
							.title-v1{
								font-size: 26px;
								line-height: 1.2;
								margin-bottom: 20px;
							}
							.sect {
								padding-top: 40px;
								padding-bottom: 40px;
							}
							.mone-l1 {
								font-size: 26px;
								line-height: 1.4;
							}
							.msix-i{
								flex: 1 1 31%;
								width: calc(100% / 3 - 1%);
							}
							.meight-l{
								width: 100%;
							}
							.meight-i__title{
								font-size: 16px;
							}
							.meight-in{
								display: block;
							}
							.mseven-i{
								width: 48.5%;
							}
							.k-l{
								width: 100%;
							}
							.k-r{
								width: auto;
								display: inline-block;
							}
							.header-l1{
								border-bottom: 1px 		solid #e3e3e3;
							}
							.kategoriya-menu li{
								width: 100%;
							}
							#menu_left:before{
								display: none;
							}
							#menu_left > li{
								border-bottom: 1px solid #E6E6E6;
							}
							#menu_left > li:hover > ul{
								display: none;
							}
							#menu_left > li:hover > a:before{
								display: none;
							}
							.header-l3 .container{
								height: calc(100% - 15px);
								overflow-y: auto;
							}
							.header-l3 .menu-main_menu-container{
								display: block;
							}
							.mpunkts-btn2 {
								display: inline-block;
								position: absolute;
								z-index: 3;

								width: 47px;

								height: 41px;

								border-left: 1px solid #adadad;
								right: 0;
								top: 0;
							}
							.mpunkts-btn2:before{

								position: absolute;
								content: '';
								display: inline-block;
								width: 8px;
								height: 8px;
								border-right: 1.5px	solid #A0A0A0;
								border-bottom: 1.5px solid #A0A0A0;
								top: 10px;
								left: 20px;
								transform: rotate( 
									45deg);
								transition: all .3s;

							}
							.kategoriya-menu .sub-menu{
								left: 0;
								top: 0;
								position: relative;
								width: 100%;
								overflow: hidden;
								display: block;

								max-height: 0;
								height: auto;
								/* height: 0; */

								transition: all 0.3s;
								min-height: 0;
								float: none;
								padding-left: 0;
								padding-top: 0;
								display: block;
							}
							#menu_left > li:hover > ul{
								display: block;
								height: auto;
							}
							#menu_left > li > ul > li{
								width: 100%;
								position: relative;

								border-top: 1px	solid #E6E6E6;
							}
							.kategoriya-menu .sub-menu a {

								font-size: 14px;
							}
							.menu-header_menu_left-container{
								overflow: auto;
								height: 100%;
							}
							.mpunkts-btn2.open{
								background: #e31e24;
							}
							.mpunkts-btn2.open:before{
								border-right: 1.5px solid #fff;
								border-bottom: 1.5px solid #fff;

								top: 15px;
								transform: rotate(315deg);
							}
							.kategoriya-menu .sub-menu .sub-menu a {
								font-weight: normal;
								font-size: 15px;
								line-height: 1.2;


							}
							#menu_left:not(:hover)   > li#menu-item-229 > ul{
								display: none;
							}
							#menu_left:not(:hover)  > li#menu-item-229 > a:before {
								display: none;
							}
							.kategoriya-menu > div > ul > li.menu-item-has-children > a:after{
								display: none;
							}
							.kategoriya-menu li{
								position: relative;
							}
						}


						@media screen and (max-width: 768px) { 
							.header-time{
								display: flex;
								gap: 10px;
							}
							.header-time-t{
								max-width: 20px;
								margin-right: 30px;
								display: flex;
							}
							.header-viber{
								    width: 32px;
    								height: 32px;
							}
							.header-time-span{
								display: flex;
								justify-content: flex-end;
								gap: 7px;
							}
								.header-zv1 {
									font-size: 0;
									width: 32px;
									height: 32px;
									display: inline-block;
									vertical-align: middle;
									background-color: red;
									background-image: url(assets/image/tel2.svg);
									background-size: 51%;
									background-repeat: no-repeat;
									padding: 4px;
									border-radius: 100%;
									background-position: center;
									margin-left: 4px;
									margin-right: 4px;
								}
							.site-branding{
								/*width: 34px;*/
								/*overflow: hidden;*/
							}
							.site-branding img{
								/*width: 206px;*/
								/*max-width: none;*/
							}

							.mfour-l, .mfour-r{
								width: 100%;
								display: block;
							}
							.mfour-in{
								display: block;
							}
							.mfour-l{
								margin-bottom: 10px;
							}
							.art-st{
								width: 48%;
							}
							.ft-i2{
								width: 49%;
							}
							.foot-line3-in {

								flex-wrap: wrap;
							}
							.header-l3.change {
								right: 0;
								width: 85%;
							}
							
						} 

						@media screen and (max-width: 568px) { 
							#masthead{
								/*height: 58px;*/
								height: 106px;
							}
							/*.header-l1:not(.topmen) + .header-l4{
								top: 105px;
								}*/
								.header-l4{
									/*top: 58px;*/
									top: 105px;
								}
								.topmen.header-l1 + .header-l4 {
									top: 58px;
								}
								.mobile-panel__bottom{

									position: fixed;
									bottom: 0;
									width: 100%;
									left: 0;
									margin-left: 0;
									background: #FFFFFF;
									border-top: 1px	solid #F0F0F0;
									z-index: 99;
									display: block;
									height: 54px;

								}
								.
								.woocommerce div.product .product_title, .entry-title, .page-title{
									/*font-size: 25px;*/
									font-size: 22px;
									line-height: 1.2;
									margin-bottom: 20px;
								}
								#menu_left > li > a:before{
									font-size: 25px;
									line-height: 1.2;
								}
								.title-v1, .drand__search__title,
								.brand-ii__title{
									font-size: 20px;
									line-height: 1.2;
									margin-bottom: 16px;
								}
								.mone-l1{

									margin-bottom: 20px;
								}
								.mone-in{
									width: 100%;
								}
								.header-top__menu{
									position: fixed;
									left: 0px;
									bottom: 0px;

									width: 33%;


									border: 0px solid #E31E24;
									box-sizing: border-box;
									border-radius: 4px;
									padding: 0;
									padding-left: 0;
									padding-right: 0;

									font-style: normal;
									font-weight: 400;
									font-size: 10px;
									line-height: 100%;
									/* identical to box height, or 10px */

									display: block;

									align-items: center;
									text-align: center;

									color: #2E333D;

									padding-bottom: 8px;
									padding-top: 36px;
								}
								.mobile-panel__search-btn{
									position: fixed;
									left: 33%;
									bottom: 0px;

									width: 33%;
									text-align: center;
									padding-bottom: 8px;
									padding-top: 8px;
									z-index: 100;
									display: block;

									border-left: 1px solid #C4C4C4;					 
									border-right: 1px solid #C4C4C4;		
								}
								.mobile-panel__search-btn.active span{
									color: #e31e24;
								}
								.mobile-panel__search-btn span{
									font-style: normal;
									font-weight: 400;
									font-size: 10px;
									line-height: 100%;
									/* identical to box height, or 10px */

									display: block;

									align-items: center;
									text-align: center;

									color: #2E333D;
								}
								.mobile-panel__search-img{

								}
								.mobile-panel__search-btn.active .mobile-panel__search-img{
									opacity: 0.3;
								}
								.header-l1 .header-search{

									display: none;
									width: 100%;
									padding: 4px;
									background: #FFFFFF;
									border-top: 1px solid #F0F0F0;
									z-index: 99;
									position: fixed;
									left: 0;
									bottom: 54px;
								}
								.header-l1 .header-search.active{
									display: block;
								}
								.header-l1 .header-search input[type="search"]{
									width: 100%;
								}
								.menu-btn-in{
									left:  calc(50% - 14px);

									background: #2E333D;
								}
								.menu-btn-in:before,
								.menu-btn-in:after{
									background: #2E333D;
								}
								.header-top__menu.change .menu-btn-in:before,
								.header-top__menu.change .menu-btn-in:after{
									background: #e31e24;
								}
								.header-top__menu.change {
									color: #e31e24;
								}
								.mob-btn {
									position: fixed;
									right: 0px;
									bottom: 0px;

									display: flex;
									flex-direction: column-reverse;
									width: 33%;
									text-align: center;
									padding-right: 0;

									padding-bottom: 8px;
									padding-top: 36px;
								}
								.mob-btn-in{
									right:  calc(50% - 14px);
									top: 21px;
								}
								.mob-btn.change span{
									color:   #e31e24;
								}
								.mob-btn span{
									font-style: normal;
									font-weight: 400;
									font-size: 10px;
									line-height: 100%;
									/* identical to box height, or 10px */

									display: block;
									align-items: center;
									text-align: center;


									color: #2E333D;

								}
								.ymap-container{
									width: 1300px;
									margin-left: -860px;
								}
								.map-bg{
									overflow: hidden;
								}
								.mthree .wpcf7-form  .wpcf7-submit{
									font-size: 0;
									margin-top: -50px;
									position: relative;
									z-index: 4;
									margin-left: auto;
									margin-right: 0;
									float: right;

									background-image: url(assets/image/v17.svg);
									background-repeat: no-repeat;
									background-position-x: 26px;
									background-position-y: 15px;
									background-size: 10px;
									padding: 15px 32px;

								}
								.mthree  .wpcf7-form-control-wrap.mask-638{
									width: 100%;
								}
								.mthree .wpcf7-form-control-wrap input[type="tel"]{
									width: 100%;
								}
								.header-l1{
									padding-top: 6px;
									padding-bottom: 6px;
								}
								.mone-l1 {
									font-size: 22px;
									line-height: 1.4;
								}
								.mone{
									height: 400px;
									background-position-x: left;
								}
								.page-template-page-servis .mone, .woocommerce-shop .mone{
									background-position-x: left;
								}
								.page-template-page-servis .mone{
									height: 440px;
								}
								.sect {
									padding-top: 30px;
									padding-bottom: 30px;
								}
								.mtwo-i__l{
									width: 100%;
								}
								.mtwo-i__img{
									position: static;
									height: auto;
									display: none;
								}
								.msix-i{
									flex: 1 1 47%;
									width: calc(100% / 2 - 1%);
									height: auto;
								}
								.msix-i__title{
									position: relative;
									padding: 4px;
									padding-bottom: 8px;
									font-size: 16px;
									line-height: 1.2;
									display: block;
								}
								.meight-form{
									padding: 30px 20px;
								}
								.meight-form__title{
									font-size: 22px;
									line-height: 1.4;
								}
								.meight__bg2{
									display: none;
								}
								.meight__bg1{
									display: none;
								}
								.meight-r{
									width: 100%;
								}
								.mseven-i__n{
									top: 4px;
									right: 8px;
									font-style: normal;
									font-weight: 700;
									font-size: 30px;
								}
								.mseven-i{
									padding: 10px;
									margin-bottom: 6px;
									width: 48%;
								}
								.mseven-i__text{
									font-size: 14px;
									line-height: 1.4;
									min-height: 48px;
								}
								.mseven-i__title{
									margin-bottom: 4px;
								}
								.meight-i{
									margin-bottom: 4px;
								}
								.mfour-i__1{
									font-size: 22px;
									margin-bottom: 0;
									line-height: 1.4;
								}
								.mfour-i__2{
									font-size: 14px;
									line-height: 1.4;
								}
								.footer-title{
									font-size: 24px;
									margin-bottom: 10px;
								}
								.ft-l{
									padding: 10px;
								}
								.ft-i2{
									width: 49%;
								}
								.wpcf7-form .wpcf7-submit{
									margin-top: 10px;
								}
								.mthree .container {
									padding-bottom: 230px;
								}
								.mthree-l__img {

									max-width: 375px;
								}
								.fo-iper{
									display: block;
								}
								.single-post .entry-content{
									font-size: 16px;
									line-height: 1.4;
								}
								.art-st-img{
									height: 86px;
								}
								.header-l3{
									/*padding-top: 68px;*/
									padding-top: 110px;
								}
								.header-l3-in{
									padding-top: 10px;
								}
								.top-navigation ul{
									margin-right: 0;
								}
								.top-navigation li{
									margin-bottom: 8px;
								}
								.top-navigation a{
									font-size: 16px;
								}
								.woco-bl2 {
									padding: 10px;
									padding-top: 0;
								}
								.woco-bl2 .sku_wrapper{
									margin-bottom: 0;
								}
								.header-l3 .container {
									height: calc(100% - 70px);
									overflow-y: auto;
								}
								.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
									margin: 0 0 0.992em;
								}
								.header-l4 .mpunkts-btn2{
									width: 43px;
									height: 40px;
									border-left: 1px solid #e7e7e7;
									background: #f9f9f9;
									margin-top: 0;

								}
								.header-l4 .mpunkts-btn2:before{

									top: 14px;
									left: 17px;
								}
								.header-l4 .mpunkts-btn2.open:before{
									transform: rotate(225deg);
									border-right: 1.5px solid #A0A0A0;
									border-bottom: 1.5px solid #A0A0A0;
									top: 19px;
								}
								.kategoriya-menu .sub-menu a{
									font-weight: normal;	
								}
								.kategoriya-menu .sub-menu .sub-menu a{
									font-weight: 600;
								}
								body #formOrderOneClick .table-wrap, .table-wrap__down{
									width: 100%;
								}
								body #buyoneclick_form_order .table-wrap table td:nth-child(2){
									display: none;
								}
								body #buyoneclick_form_order .table-wrap table td:nth-child(3){
									display: none;
								}
								body #buyoneclick_form_order .table-wrap table td:before{
									display: none;
								}
								body #buyoneclick_form_order .table-wrap table td{
									text-align: center;
									border-bottom: 0;
								}
								body #formOrderOneClick input[type="email"], body #buyoneclick_form_order input[type="tel"], body #buyoneclick_form_order input[type="text"]{
									padding: 6px 12px;
								}
								.kategoriya-menu > div > ul > li.menu-item-has-children > a{
									background-image: none;
								}
								.woocommerce ul.products.columns-3.wotabl li.product .woocommerce-loop-product__title{
									padding-right: 0;
								}
								.woco-img{
									height: auto;
									min-height: 200px;
									margin: 0;
								}
								.woocommerce ul.products.columns-3.wotabl li.product .woco-img{
									min-height: auto;
								}
								#colophon{
									padding-bottom: 50px;
								}
								.foot-line3{
									display: none;
								}
								.header-l3-in hr{
									margin-bottom: 0.5em;
									display: block;
								}
								.kategoriya-menu > div > ul > li > a{
									font-weight: 600;
								}
								.summary-sub-title-i{
									margin-right: 12px;
								}
								.summary-sub-title-i.active{
									border-bottom: 1px solid #e31e24;
								}
								body 	#formOrderOneClick>.popup{
									top: 5%;

									transform: translate(-50%, 0%);
								}
								body #formOrderOneClick .popup .close_order{
									text-transform: uppercase;
								}
								.woocommerce ul.products button.button.alt.clickBuyButton{
									width: 100%;
									height: auto;
									padding: 9px 12px;
									display: block;
									margin-top: 0;

									font-size: 12px;
								}
								.woocommerce ul.products.columns-3.wotabl li.product .wocof-btn,
								.woocommerce ul.products.columns-3.wotabl li.product .wocof-btn,
								.woocommerce ul.products.columns-3.wotabl li.product .button.button.alt,
								.woocommerce ul.products.columns-3.wotabl li.product .button.button.alt{
									/*width: 100%;*/

									display: block;
									position: relative;

									width: auto;
									margin-left: auto;
									padding: 5px 8px;
									height: auto;
									margin-top: -36px;
									font-size: 12px;

								}
								.ft-bkbr br{
									/*display: block;*/
								}
								.woocommerce div.product p.price, .woocommerce div.product span.price{
									display: block;
								}
								.ser-price-podp{
									display: block;
								}
								.title__a{
									position: relative;
									top: 0;
									right: auto;
									font-size: 16px;
									display: inline-block;
									margin-bottom: 16px;
								}
/* 								.header-zv1 {
									font-size: 0;
									width: 32px;
									height: 32px;
									display: inline-block;
									vertical-align: middle;
									background-color: red;
									background-image: url(assets/image/tel2.svg);
									background-size: 51%;
									background-repeat: no-repeat;
									padding: 4px;
									border-radius: 100%;
									background-position: center;
									margin-left: 4px;
									margin-right: 4px;
								} */
								.header-viber{
									width: 32px;
									display: flex;
									float: none;
								}
								.header-viber img {
									width: 32px;
									height: 32px;
								}
								.site-branding img {
									width: 188px;
								}
/* 								.header-time {
									display: grid;
									justify-content: flex-end;
								} */
								.header-time-t {
									display: flex;
/* 									flex-direction: row-reverse;
									overflow: hidden; */
									width: 100%;
									margin-right: 50px;
									align-items: center;
								}
								.header-top__menu:hover {
									color: #2E333D;
									background: transparent;
								}
								.header-top__menu:hover .menu-btn-in,
								.header-top__menu:hover .menu-btn-in:before,
								.header-top__menu:hover .menu-btn-in:after {
									background: #2E333D;
								}
								.header-top__menu.change .menu-btn-in:before, .header-top__menu.change .menu-btn-in:after {
									background: #e31e24;
								}
								.header-top__menu.change {
									color: #e31e24;
								}
								.header-top__menu.change .menu-btn-in {
									background: 0 0;
								}
/* 							.header-zv1{
								display: none !important;
							} */
							.header-time-span{
								display: flex;
							}

							} 


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


							}

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




							}


