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

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

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

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

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


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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	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;
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	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;
}

a:visited {
 
}

a:hover,
a:focus,
a:active {
	color: #191970;
	transition: 0.2s;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/


@media print {


header,
#breadcrumbs,
.slider.slider-nav,
.new_buttons,
.up-sells.upsells.products,
.related.products,
.homepage_map,
footer,
.go_to_shop,
.product_sert,
div.product_sert a,
.product_tags a:before,
.product_tags p:before,
.variations tr[data-attribute="pa_color"],
.tags_list .tags_item:before,
.spoiler_block .list p:before {
	display: none!important;
}


.single_product.container {
	margin-top: 20px!important;
}

.product_desc  {
	margin-top: 20px!important;
}

.spoiler_block {
	padding: 0!important;
}

.product_bottom,
.single_product.container {
	margin: 0;
}


.single_product.container {
	/* page-break-after: always; */
}




.spoiler_content {
	display: block!important;
}



.spoiler_block .product_attributes_list,
.tags_list,
.marking,
.spoiler_block .list
 {
	gap: 5px!important;
}

.spoiler_block h4 {
	margin-bottom: 10px;
}

.spoiler_block {
	padding-bottom: 0;
}

.product_attributes_list .attributes_list_item {
	grid-template-columns: auto 1fr;
    gap: 5px;
}

.single_product_left {
	max-height: 400px;
}


}



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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
	display: flex;
	gap: 4px;
	/* align-items: center; */
}

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




.last_block {
	    display: grid;
    grid-template-columns: 1fr 1fr;
}


/* верстка мобильная адаптация
--------------------------------------------- */

@media (max-width: 768px) {



form .wpcf7-acceptance span.wpcf7-list-item {
	font-size: 12px;
}
	
.free_consult_form p {
	font-size: 14px;
	text-align: center;
}	
	
	
.home section {
	padding: 0 10px;
}	
	
.menu_toggle {
	position: relative;
}


.fixed-page .menu_toggle {
    position: absolute;
    width: 40px;
    height: 35px;
    display: block;
    margin-left: 10px;
    z-index: 2;
    top: 10px;
    right: 10px;
	
	
 
    /* top: 35px; */
    /* right: 20px;	 */
	
   }
   
   
.menu_toggle span, .menu_toggle:after, .menu_toggle:before{
	height: 3px;
	width: 38px;
	position: absolute;
	background: #BB7223;
	margin: 0 auto;
	right: 0;
	transition: 0.2s;
}
.menu_toggle span {
    width: 28px;
    right: 0;
    top: 16px;
}
.menu_toggle:after, .menu_toggle:before{
	content: '';
}
.menu_toggle:after{
	bottom: 5px;
}
.menu_toggle:before{
	top: 5px;
}
.menu_toggle.active span {
	opacity:0; 
    transition: 0.2s; 
}
.menu_toggle.active:before {
    transform: rotate(45deg);
    top: 16px;
    transition: 0.2s;
    width: 20px;
	background: #767676;
}
.menu_toggle.active:after {
    transform: rotate(-45deg);
    bottom: 16px;
    transition: 0.2s;
    width: 20px;
	background: #767676;
}


.header_menu_mobile .header_adress_full {
	display: grid;
    text-align: left;
	gap: 8px;
}


.header_menu_mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.header_menu_mobile ul#primary-menu-mobile > li  {
	position: relative;
}


.header_menu_mobile ul#primary-menu-mobile > li.open .toggle-menu {
	transform: rotate(180deg);
	text-align: left;
	
}

.header_menu_mobile ul#primary-menu-mobile > li span.toggle-menu {
    position: absolute;
    right: 0;
    top: 0;
    /* transition: 0.2s; */
    width: 50px;
    text-align: right;
	cursor: pointer;
}

.header_menu_mobile ul li.menu-item-has-children  .sub-menu {
	display: none;
}


.header_menu_mobile ul li.menu-item-has-children.open  .sub-menu {
    display: flex!important;
    margin-top: 10px;
    gap: 12px;
}

.header_menu_mobile ul li.menu-item-has-children.open  .sub-menu li a {
	color: #292D32;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
}

.header_menu_mobile ul#primary-menu-mobile li.menu-item-has-children > a  {
	/* pointer-events: none; */
	display: flex;
    align-items: center;
	cursor: pointer;
 
}

.header_menu_mobile ul#primary-menu-mobile > li > a
{
	text-transform: uppercase;	
	color: #292D32;
	text-decoration: none;
	font-weight: 700;
}

.menu_toggle {
	cursor: pointer;
	}

.header_menu_mobile .header_adress_full p {
	margin: 0;
}

.header_menu_mobile ul li.menu-item-has-children > span:after {
     content: url(/wp-content/themes/lev/img/chevron.svg);
    width: 20px;
    height: 20px;
    transition: 0.2s;	
	display: inline-flex;
}

.header_menu_mobile ul li.menu-item-has-children.open > a:after {
    transform: rotate(180deg);
 
 
}


.header_menu_mobile .menu-main-container {
	margin-bottom: 40px;
}


.header_menu_mobile strong {
	color: #292D32;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.header_menu_mobile span {
	color: #767676;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.header_menu_mobile > div {
	text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
	gap: 8px;
}

.header_menu_mobile > div .top_phone {
 
}
 
.header_menu_mobile .top_mail {
	display: block;
	margin-top: 30px;
}

.header_menu_mobile  .to_call {
    height: 40px;
    border-radius: 0;	
}


.contact_map .call_request {
	display: flex;
    font-size: 14px;
	width: 100%;
}


.free_consult_form textarea,
.free_consult_form input#name, 
.free_consult_form input#phone {
	font-size: 14px;
}


.free_consult_form .col_2 {
	flex-direction: column;
}

.modal__close  {
	right: 15px!important;
}


.call_request_form .col_2 {	
	grid-template-columns: 1fr;
}


.call_request_form .col_2 input {
	max-width: 100%;
}

.contact_map p,
.contact_map a.to_mail {
    font-size: 16px;
}


#colophon {
	margin-top: 60px;
 
}


.site-main {
    padding: 25px 0 0 0;
 
}


.homepage_slider .slick-initialized .slick-slide {
	padding: 30px 20px 40px 20px;
}	
	


.homepage_slider .go_link {
	width: 100%;
}

.first_slider.left_block {
	display: grid;
	overflow: hidden;
}

#colophon .call_request {
	font-weight: 700;
    padding: 6px 0;
}

.download {
	font-weight: 700;
}

#colophon a.to_mail {
	margin-top: 10px;
}


#colophon p {
    margin: 0;
}	

#menu-footer_1 .sub-menu a {

    font-size: 14px;

}	

#menu-footer_2 a, #menu-footer_1 > li > a {
	font-size: 16px;
}


.footer_first > div {
	margin-top: 6px;
}

 

.footer_first .footer_contacts {
	padding: 0 10px;
    margin: 10px 0;
    display: grid;
    gap: 10px;
	order: 1;
}

.footer_first .footer_contacts p {
	margin: 0;
}


.footer_second div {
	width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

#colophon .footer_first .col_2_last {
	display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
	padding: 0 10px;
}

.last_block {
    width: 100%;
    text-align: left;
	grid-template-columns: 1fr;
	padding: 0 10px;
}


#colophon {
	padding: 20px 0!important;
}

.homepage_free_consult_in {
	border-radius: 20px;
}

#colophon .footer_first {
    display: flex;
    flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}


#colophon .footer_menu {
	display: inline-flex;

 

    padding: 0 10px;
}

#colophon .footer_first .col_2 {
	align-items: center;
    grid-template-columns: auto 1fr;
	padding: 0 10px;
}

#colophon .footer_first .col_2 img {
	max-width: 100px;
}

#colophon .footer_first .col_2 div {
	    max-width: 160px;
}

.homepage_map_in:after {
	background-image: url(/wp-content/uploads/2025/03/kapantex.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 400px;
    border-radius: 20px;
    background-size: cover;
    display: block;
    width: 100%;
    content: "";
    position: relative;
    top: -85px;
    z-index: -1;
    margin-bottom: -85px;
}


.free_consult_form {
    padding: 40px 20px;
	width: 100%;
    margin: 0;
}


.contact_map {
	padding: 30px 20px;
}


.homepage_about_in p {

	font-size: 14px;

}




.homepage_about_in img {
    max-width: 100%;
    max-height: 240px;
    object-fit: none;
    border-radius: 20px;
	width: 100%;
}


.homepage_about_in {
    grid-template-columns: 1fr;
    gap: 20px;
}

	
.homepage_application_in p {

    font-size: 16px;

}


.homepage_application_in > div img {
	max-width: 40px;
	max-height: 40px;
}


.homepage_application_in {
    grid-template-columns: 1fr;
	gap: 20px;
}	

.homepage_categories_in img {
	max-height: 230px;
    object-fit: contain;
}


.homepage_categories_in p {
 
    font-size: 14px;
 
}


.homepage_categories_in div h3 {
    font-size: 20px;
	text-decoration: none;
}	


 

.cat_count {
	font-size: 14px;
}	
	
	
.homepage_categories_in div {
	padding: 20px 20px 0 20px;
}	
	
	
.homepage_categories_in {
    grid-template-columns: 1fr;

}	
	

.homepage_stats_in {
	flex-direction: column;
	gap: 20px;
}

.homepage_stats span {
	color: #292D32;
}


section.homepage_stats {

    color: #237a33;	
 
}


.home .site-main  {
 
    gap: 60px;	
}


.homepage_advantages_in {

	grid-template-columns: 1fr;
    gap: 20px;
}



.homepage_services_in > div h3 {
 
	font-size: 20px;
 	
}


.homepage_services_in > div p {
 
	font-size: 14px;
 
}	


.homepage_services_in {
 
    grid-template-columns: 1fr;
 
}


.homepage_services_in > div {
	flex-direction: column;
    gap: 20px;
}


.homepage_services_in > div img {
	max-height: 240px;
    width: auto;
    object-fit: contain;
    background: #fff;
	border: 2px solid #F1F1F1;
}

.homepage_services_in > div div {

}

	
.home section h2 {
	font-size: 24px;
	margin: 0 0 30px 0;
}	
	
.header_menu_mobile  .menu-main-container ul#primary-menu > li > a{
	color: #292D32;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	text-decoration: none;
}	


.header_menu_mobile .header__nav {
	padding: 0 20px;
}
	
	
.site-branding img.logo {
	width: 100px;
}

.site .site-header {
	padding: 10px;
}


.homepage_slider {
    grid-template-columns: 1fr;
    height: auto;
}	
	
.header_content .header_top,
.header_content .download,
.header_bot .main-navigation {
	display: none;
}	
	
.site-header,
.header_bot {
	flex-direction: column;
}	
	
.site-branding {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}	
	
.header_bot .search_form {
	max-width: 100%;
}	
	
.site-header {
	gap: 10px;
} 
	
	
	
	
	
	
	
	
	
	
	
	
}










/* бургер меню
--------------------------------------------- */

 






/* верстка десктоп
--------------------------------------------- */

.header_bot .header_menu_mobile {
     display: flex;
    position: fixed;
    right: 0;
    max-width: 260px;
    background: #fff;
    z-index: 1;
    top: 0;
    padding: 40px 0 0 0;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
	text-align: left;
	right: -999px;
	
	
-webkit-box-shadow: -3px 0px 8px 0px rgba(34, 60, 80, 0.08);
-moz-box-shadow: -3px 0px 8px 0px rgba(34, 60, 80, 0.08);
box-shadow: -3px 0px 8px 0px rgba(34, 60, 80, 0.08);
opacity: 0;
transition: 0.3s;
}

.header_bot .header_menu_mobile.open {
    display: flex;
    position: fixed;
    right: 0;
    max-width: 260px;
    background: #fff;
    z-index: 1;
    top: 0;
    padding: 60px 0 0 0;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
	text-align: left;
	opacity: 1;
	transition: 0.3s;
	
 
	
}


body {
	font-family: 'Ubuntu', sans-serif;
}

section,
#colophon {
 
}


.about_content div {
	border-radius: 20px;
}

.about_content > div:first-child {
 
    background: #237A33;
    color: #fff;	
}

.about_content > div:first-child h2 {
    font-family: Ubuntu;
 
    font-style: normal;
    font-weight: 700;
    line-height: normal;	
}


.about_content p {
	    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px 0;
}

.about_content img {
	height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
	max-width: 100%;
}


 

div.about_stats div {
    justify-content: center;
    align-items: center;
    background: #BB7223;
    border-radius: 20px;
    color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
}


div.about_stats div h4 {
font-family: Ubuntu;
font-style: normal;
font-weight: 700;
line-height: normal;	
margin: 0;
}

.about_stats img {
 
	object-fit: cover;
    object-position: center;
	border-radius: 20px;
}

.about_history_in .first {
	display: grid;
 
}

.about_history_in .second {	
	display: grid;
 
}



.about_history_in .first .right {
	display: grid;
	background: transparent;
	padding: 0;
}

.about_history_in .first .right div {
	background: #F7F6F5;
	border-radius: 10px;
	gap: 20px;
	display: grid;
}


.about_history_in .first .left div {
	display: flex;
    gap: 30px;
}
 

.about_history_in h3 {
    color: #237A33;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -19.76px;
    margin: 0px;
	position: relative;
	max-height: 220px;
}

.about_history_in strong {
	color: #292D32;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    height: 100%;
}

.about_history_in .first > div:nth-child(1)  {
    background: transparent;
    padding: 0;	
	display: flex;
    flex-direction: row;
    gap: 30px;
 
}

.about_history_in {
	display: flex;
    flex-direction: column;
 
}

.about_history_in .first > div,
.about_history_in .second div {
    border-radius: 10px;
    background: #F7F6F5;
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px;
	position: relative;

}

.about_history_in span {
	color: #767676;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    display: block;
}

.about_history_in h4 {
	margin: 0;
	color: #BB7223;
font-family: Ubuntu;
font-style: normal;
font-weight: 700;
line-height: normal;
}


.pruduct_sku span {
	color: #7A7A7A;

font-family: Ubuntu;
font-style: normal;
font-weight: 400;
line-height: normal;
}

h1.product_title {
color: #292D32;
font-family: Ubuntu;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 0;	
}


.product_tags a,
.product_tags p {
	display: inline-flex;
	color: #292D32;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	gap: 12px;
	align-items: center;
	margin: 0;
}

.product_tags p {
    text-transform: math-auto;
}

.product_tags a:before,
.product_tags p:before {
content: '';
display: inline-flex;
width: 8px;
height: 8px;
align-items: center;
background: #BB7223;
border-radius: 50%;
}

.product_tags {
	display: flex;
 
}


.catalog_seo p {
	margin-top: 0;
}



.wpgs-wrapper .wpgs-thumb.slick-vertical .slick-prev,
.wpgs-wrapper .wpgs-thumb.slick-vertical .slick-next {
	display: none;
}

.woocommerce-result-count {
	display: none!important;
}

.page-template-template-catalog .site-main {
	display: grid;
}


.product_attr {
	display: grid;

	gap: 16px;
}

.page-template-template-service h2 {
	color: #292D32;
    font-family: Ubuntu;
	margin-top: 0;
}

 
.page-template-template-service b {
	color: #237A33;

font-family: Ubuntu;
font-style: normal;
font-weight: 700;
line-height: 130%;
}

.page-template-template-service h4 {
	color: #292D32;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}



.site-main.services {
display: grid;	
}


.services .slick-slide img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
 
}

 
{
	
}

#anchor1 {
	overflow: hidden;
}


.anchor2.first ul {
	margin: 0;
    padding: 0 0 0 20px;
}

 
.anchor2.first div {
 
    border-radius: 10px;
    background: #F7F6F5;
    font-weight: 400;
    line-height: 130%;	 
 }
 
.anchor2.second .first {
	overflow: hidden;
}


.anchor2.second .second p {
    margin: 0;
    color: #FFF;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: #237A33;
    display: inline-grid;
    width: 100%;

}

.anchor2.second .second {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

 
.search-results .products.columns-4 {
	gap: 20px;
}


@media (min-width: 768px) and (max-width: 1024px){
.homepage_advantages_in {
    grid-template-columns: 1fr 1fr;
}	
	
	
}

@media (min-width: 1024px){

.homepage_advantages_in {
grid-template-columns: 1fr 1fr 1fr 1fr; 
}

}




@media (min-width: 768px) {
	
#primary aside {
	max-width: 320px;

}

.search-results .products.columns-4 {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


.archive .site-main {
	display: grid;
	gap: 120px;
}


	
#anchor3 > div > div > div {
 
    padding: 20px 80px 20px 30px;
}
	
	

#anchor4 > div > div {
    padding: 30px;
}
	
#anchor3 > div {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
}	
	
	
#anchor4 > div {
	display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
	gap: 20px;
}	
	
	
	
.anchor4_slider  {
	padding: 0 90px;
}

	
.anchor2.second .second p {
	padding: 20px 25px;

}	
	
	
.page-template-template-service h4 {
	margin: 40px 0 20px 0;
}


.anchor2.second .second p {

	max-width: 340px;

}


.services .slick-slide {
	margin: 0 10px;	
}


.anchor2.second {
    display: grid;
    grid-template-columns: 55% 40%;
    align-items: center;
    gap: 5%;
}

.anchors_nav a {
    padding: 20px 25px;
}

.anchor2.first div {
	padding: 30px;
}


.anchor2.first {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
	
.services .slick-list 	{
     width: calc(100% + 20px);
    margin-left: -10px;
	}	
	

.page-template-template-service b {
	font-size: 20px;
}

	
.site-main.services {
gap: 120px;
}

.page-template-template-service h2 {
    font-size: 36px;
}

.anchors_nav {
	font-size: 20px;
    gap: 20px;
}

.product_attr {
 
    grid-template-columns: 1fr 1fr;
 
}


.load_more_btn {
	width:30%;
	margin-top: 60px;
}


.archive ul.products  {
 
    grid-template-columns: 1fr 1fr 1fr;
 
}


.woocommerce-pagination {
	margin-top: 30px;
}

.page-template-template-catalog .site-main {
 
	gap: 120px;
}


h3.berocket_ajax_group_filter_title {
font-size: 24px;
margin: 0 0 30px 0;
 
}
	
.archive .woocommerce-products-header__title,
.search .woocommerce-products-header__title,
.error404 .woocommerce-products-header__title  {
    margin: 25px 0 60px 0;
	font-size: 40px; 
}	

	
	
.site-main .subcategory {
	grid-template-columns: 1fr 4fr;
	gap: 120px;
}
	
	
	
.product_new_tabs {
	gap: 20px;
}


.product_bottom.container {
	margin-top: 60px;
}
	
.single .homepage_map {
	margin-top: 60px;
}	

.spoiler_block h4,
div.product_sert b {
	font-size: 20px;
}

.tags_list .tags_item .name,
.tags_list .tags_item .value,
.marking .name,
.marking .value {
	font-size: 16px;
}
	
.product_new_tabs {
	margin: 0 0 60px 0;
}	
	
.go_to_shop {
	width: 275px;
    margin: 0 auto;
}	
	
.product_request,
a.print_page
{
    width: 280px;	
} 	
	
.new_buttons {
	gap: 20px;	
}	
	
.product_tags {
    gap: 30px;
}	
	
	
.xt_woovs-swatches-wrap table.variations tbody tr {
 
    width: 50%;
 
}
	
	
.banner-slider {
    display: grid;
    grid-template-columns: 100px 1fr;
    max-width: 100%;
    gap: 30px;
}


.wpgs-thumb .slick-track {
	display: flex;
	flex-direction: column;
	gap: 28px;
	height: 355px!important;
}

.wpgs-thumb img {
    height: 100px;
    width: 100px;
    border: 0px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.wpgs-thumb .slick-track,
.wpgs-thumb .slick-list {
	height: 355px!important;	
}

.single_product.container {
    grid-template-columns: 1fr 1.4fr;
    gap: 5%;
	margin-top: 40px;
}


.product_new_tabs {
	grid-template-columns: 1fr 1fr 1fr;
}

.woocommerce-shop main {
	display: flex;
	flex-direction: column;
	gap: 120px;
}

	
.single_product .product_sku span {
font-size: 16px;	
}	
	
	
.product_tags {
	margin-bottom: 40px;
}


h1.product_title {
font-size: 36px;	
}

.product_sku span {
font-size: 16px;	
}

.product_sku,
.product_attr  {	
	margin-bottom: 40px;
}
	
 .requisites_in a.download_requisites {
 display: none;
}
	
.contacts_table_item a.download_requisites  {
	display: flex;
}

	
.contacts_and_requisites h2 {
	margin: 0; 
}	
	
.contacts_and_requisites .contacts a {
	font-size: 20px;
}


.contacts_table_item {
    grid-template-columns: 1fr 1fr;
}
	
.contacts_and_requisites .contacts h2,
.contacts_and_requisites h2 {
	font-size: 24px;
}	
	
.contacts_and_requisites .requisites {
    padding: 40px;
}


.contacts_and_requisites .contacts div {
	padding: 40px 40px 0 40px;
}
	
.contacts_and_requisites .contacts {
    grid-template-columns: 1fr 1fr;
    gap: 20px;	
}	
	
.contacts_and_requisites {
 
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}	
	
	
.contacts_map iframe {
	height: 600px;
}	
	
.download_route {
	width: 280px;
    padding: 16px 20px;

}	
	
	
.contacts_address {
    gap: 130px;
}	
	
.contacts_address p {
	margin: 0 0 20px 0;
}	
	
.contacts_address h2 {
	font-size: 24px;
	margin: 0 0 20px 0;
}	
	
.contacts_address {
	grid-template-columns: 1fr 1fr;
}
	
	
	
#page h1.entry-title,
#page h2.entry-title {
    margin: 0 0 60px 0;
}	
	
	
.homepage_advantages_in > div img {
	height: 60px;
	width: 60px;
}	
	
	
.about_history_in,
.about_history_in .first .right,
.about_history_in .first,
.about_history_in .second,
.about_stats   {
    gap: 20px;	
}

div.about_stats div {
	gap: 1vh;
}
	
	
.about_history_in h4 {
	font-size: 24px;
}	

.about_history_in span {
	font-size: 16px;
}
	
	
.about_history_in .first .right div {
	padding:  30px;
}	
	
.about_stats {
	display: grid;
 
}	
	
	
.about_history_in {
    gap: 40px;
}	
	
	
.about_history_in strong {
    font-size: 24px;
	padding: 0 15% 0 0;
	align-items: end;
}

 

.about_history_in h3 {
    font-size: 247px;
	bottom: 20px;
}

.about_history_in .second {	
    grid-template-columns: 1fr 1fr 1fr 1fr; 
}


.about_history_in .first > div  {
    /* max-height: 220px; */
}


.about_history_in .first .right {
    grid-template-columns: 1fr 1fr;
}

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

.about_content > div:first-child {
    padding: 40px 60px;	
}

.about_history_in .first {
    grid-template-columns: 1.5fr 2fr;
}

	
#breadcrumbs {
    margin: 30px auto 25px auto;
}

 

div.about_stats div h4 {
	margin: 0;	
	font-size: 48px;	
}

div.about_stats div span {
	margin: 0;	
	font-size: 20px;
}


div.about_stats div {
	padding: 0 45px;
 
 
}


.about_stats {
    grid-template-columns: 1fr 1fr;

}

	
.about_content p {
    font-size: 16px;
}	


.about_content {
	display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}


.about_content > div:first-child h2 {
    font-size: 24px;	
	margin: 0 0 20px 0;
}
 

	
#page h1.entry-title,
#page h2.entry-title {
	color: #292D32;
	font-family: Ubuntu;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
 
}	
	

.page-template-template-about .site-main {
 
	gap: 120px;
}


.contact_map .call_request {
	display: inline-flex;
	width: fit-content;
}


form .wpcf7-acceptance span.wpcf7-list-item {
	font-size: 14px;
}

.call_request_form .col_2 input {
	max-width: 100%;
}

.call_request_form .col_2 {
    grid-template-columns: 1fr 1fr;	
}

#colophon a.to_mail {
    margin-top: 10px;
    display: inline-block;
}


.contact_map p,
.contact_map a.to_mail {
    font-size: 20px;
}

#colophon {
	margin-top: 120px;
 
}

.contact_map {
    margin: 55px 120px 55px auto;
}


.home .site-main {
    padding: 50px 0 0 0;
 
}


.homepage_slider .go_link {
    width: 305px;
}

	
.homepage_slider .slick-initialized .slick-slide {
	padding: 30px 40px;
}	
	
	
.download {
    font-weight: 400;

}	
	

#colophon .call_request {
	padding: 6px 34px;

}	
	
#colophon p {
    margin: 0 0 10px 0;
}	
	
	
#menu-footer_1 .sub-menu a {

    font-size: 16px;

}	
	
#menu-footer_2 a {
    font-size: 20px;
	
}	
	
	
#menu-footer_1 > li > a {
    font-size: 20px;
}


.footer_first > div:last-child {
    text-align: right;
}

#colophon {
	padding: 30px 0;
}


.homepage_map {
    background-image: url(/wp-content/uploads/2025/03/kapantex.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    border-radius: 20px;
    background-size: cover;
	position: relative;
}


.contact_map {
	padding: 40px;
}


.free_consult_form p {
	font-size: 16px;
 
}	

.free_consult_form {
	max-width: 600px;
    padding: 80px 35px;
	margin-left: 100px;
}


.homepage_about_in p {
	font-size: 16px;
}

.homepage_about_in {
    grid-template-columns: 2fr 1fr;
    gap: 60px;
}

	
.homepage_application_in p {
    font-size: 20px;
}	
	
.homepage_application_in > div img {
	max-width: 60px;
	max-height: 60px;
}
	
	
	
.homepage_application_in {
    grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
}	
	
.homepage_categories_in p {
    font-size: 16px;
}	
	
.homepage_categories_in div h3 {
    font-size: 24px;
	text-decoration: none;
}	
	
	
.cat_count { 
	font-size: 16px;
}	


.homepage_categories_in div {
 	padding: 40px 40px 0 40px;
 
}


.homepage_categories_in {
    grid-template-columns: 1fr 1fr 1fr;
}

section.homepage_stats {
    background: #237a33;
    color: #fff;	 
}


.home .site-main  {
    gap: 120px;	
}

.homepage_advantages_in {
 
    gap: 1vw;
}


.homepage_services_in > div h3 {
	font-size: 24px;	
}
	
.homepage_services_in > div p {
	font-size: 16px;
}	
	
	
.homepage_services_in {
    grid-template-columns: 1fr 1fr;	
}	
	
	
.homepage_services_in > div div {
  width: 100%;
  overflow: hidden;
}


.home section h2 {
	font-size: 36px;
	margin: 0 0 45px 0;
}

img.logo {
	width: 140px;
}

.site-branding a.logo {
	height: 100%;
    padding: 10px 0 0 0;
    display: block;
}


.homepage_slider	{
	grid-template-columns: 2fr 1fr;
	height: 500px;
	}	
	
.site-branding .social,
.site-branding .menu_toggle {
	display: none;
}	

.site-header {
	gap: 40px;	
}
	
	
	
}



.container {
	max-width: 1420px;
	margin: auto;
	width: 100%;
}

.site-header {
	display: flex;
 
    justify-content: space-between;
	padding: 0 10px;
	align-items: center;
}

.header_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
    text-align: center;
    justify-content: center;
}


.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 0px;
}

.main-navigation {
	display: inline-flex;
    width: auto;
}

.main-navigation ul {
	display: flex;
    justify-content: space-between;
	/* gap: 50px; */
	align-items: center;
}

.header_bot {
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.header_adress span {
	color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;	
	cursor: pointer;
	gap: 5px;
}

.top_mail {
	color: #BB7223;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.top_mail:hover {
	color: #955816;
}


.top_phone:hover {
color: #247D39;	
}


.top_phone {
	color: #292D32;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
    text-decoration: none;
}

.to_call {
	display: flex;
 
    padding: 6px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #BB7223;
    text-decoration: none;
}

.to_call:hover {
	background: #955816;
	color: #fff;
}

.header_adress .header_adress_full {
	opacity: 0;
	transition: 0.2s;
	position: absolute;
    left: 0;
    z-index: 1;
    width: 295px;
    border-radius: 8px;
    border: 1px solid rgba(118, 118, 118, 0.20);
    background: #FFF;
    padding: 16px;
	margin-top: 5px;
	z-index: -1;
	pointer-events: none;
	text-align: left;
}

.header_adress.open .header_adress_full p {
	margin: 0;
}

.header_adress.active .header_adress_full {
	display: block;	
}

.header_adress {
	position: relative;
}

.main-navigation ul li a {
	color: #292D32;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.main-navigation ul li a:hover {
	color: #247D39;
}

.main-navigation  ul.sub-menu a {
	color: #292D32;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
   text-transform: none;
}

.main-navigation  ul.sub-menu {
	border-radius: 8px;
    border: 1px solid rgba(118, 118, 118, 0.20);
    background: #FFF;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
	text-align: left;
}

.header_top:after {
    content: "";
    height: 1px;
    width: 100%;
    display: flex;
    background: #D9D9D9;
    position: absolute;
    bottom: 0px;
}


.download {
	color: #FFF;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
 
    line-height: normal;
    display: flex;
    height: 32px;
    padding: 6px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #237A33;
    text-decoration: none;
}

.download:hover {
	background: #144C1F;
	color: #fff;
}

.download:after {
	content: url(/wp-content/themes/lev/img/download.svg);
	width: 12px;
	height: 12px;
}

input.search-field {
	border-radius: 2px;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25) inset;
    color: #6B6B6B;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 32px;
    padding: 0 16px;
    border: none;
}

input.search-field:focus {
	
}

.header_adress span:after {
	content: url(/wp-content/themes/lev/img/chevron.svg);
	width: 20px;
	height: 20px;
	transition: 0.2s;
}

.header_adress.open .header_adress_full {
	z-index: 1;
	opacity: 1;
	pointer-events: all;
}

.header_adress.open span:after {
	transform: rotate(180deg);
}

.main-navigation li.menu-item-has-children:after {
 
}

.main-navigation li.menu-item-has-children:hover:after {
	transform: rotate(180deg);	
}

 

.home .site-main  {
    display: flex;
    flex-direction: column;
 
}

.search_form .probox {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25) inset;
}

.search_form {
    max-width: 340px;
    width: 100%;
}

.search_form  .innericon {
	margin-right: 6px;
}

.header_bot > div {
	display: flex;
    gap: 16px;
    align-items: center;
	justify-content: end;
	width: 100%;
}

.main-navigation {
	width: 100%;
}


.slick-dots li button {
    background: #ffffff;
    border-radius: 100px;
    width: 10px;
    height: 10px;
	padding: 0;
	text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background: #00843D;	
}

.slick-dots  {
	bottom: 20px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.homepage_slider {
    position: relative;
    display: grid;
 
	gap: 20px;
 
}

.homepage_slider .slick-initialized .slick-slide {
    height: 500px;
    background-size: cover;
    background-position: center;	
	display: flex;
    justify-content: end;
    flex-direction: column;
 
 
}


.homepage_slider .slick-list.draggable {
	border-radius: 20px;
}

.homepage_slider .slick-initialized .slick-slide img {
	border-radius: 20px;
}

.first_slider.left_block  {
	max-width: 940px;
	overflow: hidden;
	height: 500px;
}

.first_slider .slick-list {
	height: 500px;
    display: flex;
    justify-content: end;
    flex-direction: column;	
}

.first_slider.right_block {
	max-width: 460px;	
}

.first_slider .slick-arrow {
    height: 50%;
    width: 25%;
    opacity: 0;
}


.homepage_slider h2 {
	color: #FFF;
	font-family: Ubuntu;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;	
    border-radius: 20px;
	text-shadow: 2px 1px 5px #333;
}

.homepage_slider .go_link {
	color: #fff;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    border-radius: 4px;
    background: #237A33;
    display: flex;
 
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
	transition: 0.2s;
}

.homepage_slider .go_link:hover {
	background: #144C1F;
}

ul.slick-dots {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    bottom: 30px;
}

.homepage_slider  .right_block {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.homepage_slider  .right_block div a {
    height: 240px;
 
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
	padding: 32px;
	gap: 10px;
	text-decoration: none;
}

.homepage_slider  .right_block div {
    border-radius: 20px;	
	transition: 0.2s;
}

.homepage_slider  .right_block div:hover {
opacity: 0.95;
}

.homepage_slider .right_block p {
	margin: 0;
	max-width: 212px;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.homepage_slider .right_block h4 {
	max-width: 212px;
	font-family: Ubuntu;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
	    margin: 0;
}

.homepage_slider .right_block div:nth-child(1) {
    background: #237A33;
    position: relative;
    /* background-image: url(/wp-content/uploads/2023/12/new.png); */
    background-repeat: no-repeat;
    background-position: right;
	background-size: contain;
}

.homepage_slider .right_block div:nth-child(2) {
	background: #BB7223;
    position: relative;
    /* background-image: url(/wp-content/uploads/2023/12/hit.png); */
    background-repeat: no-repeat;
    background-position: right;
	background-size: contain;
}

.homepage_slider .right_block div:nth-child(1) span {
    color: #237A33;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #FFF;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 20px 0;	
	text-transform: uppercase;
}

.homepage_slider .right_block div:nth-child(2) span {
    color: #BB7223;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #FFF;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 20px 0;	
	text-transform: uppercase;
}

.header_top .right_block {
	flex-direction: row;
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}

section.homepage_stats {
 	
    margin: -40px auto;
}

.homepage_stats_in {
    max-width: 1420px;
    margin: auto;
    display: flex;
	padding: 60px 0 50px 0;
	justify-content: space-between;
}

.homepage_stats_in div {
 
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.homepage_stats h4 {
font-family: Ubuntu;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;	
margin: 0;	
}

.homepage_stats span {
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0;	
}


.home section h2 {
	font-family: Ubuntu;
 
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.homepage_categories_in {
    display: grid;
 
	gap: 20px;
}



.home section  {
	width: 100%;
	padding: 0 10px;
}

.homepage_categories_in div {
	border-radius: 20px;
	background: #F6F6F5;
 
	display: flex;
    flex-direction: column;
}

.homepage_categories_in div h3 {
	color: #237A33;
    font-family: Ubuntu;
 
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: auto;
	width: 100%;
    display: block;
}

.homepage_categories_in p {
	color: #767676;
    font-family: Ubuntu;
 
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.cat_count {
	color: #767676;
	font-family: Ubuntu;
 
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}


.homepage_categories_in img {
	margin: auto;
    max-width: 300px;
    width: 100%;
    display: block;
}

.homepage_advantages_in > div {
	display: flex;
	gap: 20px;
	align-items: center;
}



.homepage_advantages_in {
	width: 100%;
    /* display: flex; */
	display: grid;
    justify-content: space-between;
 
 
}

.homepage_services_in {
    display: grid;
 
    gap: 20px;	
}

.homepage_services_in > div {
	display: flex;
    border-radius: 20px;
    background: #F7F6F5;
	align-items: center;
	padding: 5%;
	gap: 3vh;
}
.homepage_services_in > div img {
    border-radius: 18px;
    border: 2px solid #F7F6F5;
    height: fit-content;
    max-height: 220px;
    overflow: hidden;
    max-width: 200px;
    width: 100%;
}

 

.homepage_services_in > div h3 {
	margin: 0 0 20px 0;
	font-family: Ubuntu;
 
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
}

.homepage_services_in > div p {
	margin: 0;
	font-family: Ubuntu;
 
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.homepage_services_in > div:nth-child(2) h3,
.homepage_services_in > div:nth-child(3) h3 {
	color:#237A33;
}

.homepage_services_in > div:nth-child(1) h3,
.homepage_services_in > div:nth-child(4) h3 
{
	color: #BB7223;
}

.homepage_categories_in div:hover h3 {
	color: #fff;	
}

.homepage_application {
	
}

.homepage_application_in {
	display: grid;
    justify-content: space-between;	
 
}

 
.homepage_application_in > div {
	display: flex;
	gap: 20px;
	align-items: center;
}

 

.homepage_about_in {
    display: grid;
 
}

.homepage_about_in p {
	margin-top: 0;
	color: #292D32;
	font-family: Ubuntu;
 
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.free_consult_form {
 
    border-radius: 20px;
    background: #237A33;
 
    color: #fff;
 
}

.free_consult_form input#name,
.free_consult_form input#phone{
	padding: 0 20px;
    height: 60px;
	width: 100%;
}

.free_consult_form textarea {
	padding: 20px;
	height: 110px;
}

section .free_consult_form h2 {
	text-align: center;
	margin: 0;
	color: #fff;
}

.free_consult_form p {
	margin: 0;
}

.free_consult_form .col_2 {
	display: flex;
    gap: 20px;
}

.free_consult_form form {
	display: flex;
    flex-direction: column;
    gap: 20px;
	position: relative;
}

form .wpcf7-acceptance span.wpcf7-list-item {
	margin-left: 0px;
 
}

form .wpcf7-submit {
	width: 100%;
    height: 60px;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
	border: none;	
	background: #BB7223;
	color: #fff;
	font-weight: 700;
}

form [type="checkbox"] {
	width: 16px;
    height: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	margin: 0;
	
	
	position: absolute;
    background: #237a33;
    padding: 20px;
}

.wpcf7-spinner {
	display: none;
}

form .wpcf7-acceptance span.wpcf7-list-item label {
	display: flex;
    align-items: center;
    gap: 10px;
}

.homepage_application_in p {
    color: #292D32;
    font-family: 'Inter', sans-serif;
 
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}


.homepage_free_consult_in {
	background-image: url(/wp-content/uploads/2024/03/cf7.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

 

.contact_map {
	background: #fff;
    max-width: 460px;
    width: 100%;
 
 
	border-radius: 20px;
	border: 4px solid #BB7223;
	display: grid;
    gap: 14px;
}

.homepage_map .homepage_map_in h2 {
	margin-bottom: 0;
}

.call_request,
.to_call {
	cursor: pointer;
}

.homepage_map .col_2 {
	display: flex;
    gap: 20px;
 
}

.contact_map p {
    margin: 0 0 8px 0;
    color: #292D32;
    font-family: Ubuntu;
 
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact_map span {
	color: #767676;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
	margin: 0 0 8px 0;
	display: inline-block;
}

.contact_map a.to_mail {
	margin: 0 0 8px 0;
    color: #bb7223;
    font-family: Ubuntu;

    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    display: block;
}


.contact_map .call_request {
	height: 40px;
	padding: 6px 34px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: #237A33;
	color: #fff;
	text-decoration: none;
}

.contact_map .call_request:hover {
	background: #144C1F;
}

a.whatsapp:before {
	content: url(/wp-content/themes/lev/img/wa-red.svg);
}

a.telegram:before {
	content: url(/wp-content/themes/lev/img/tg-red.svg);	
}

.footer_first {
    display: grid;
    grid-template-columns:1fr 2fr 1fr 1fr;
    max-width: 1420px;
    margin: auto;
}


#colophon {
	border-top: 2px solid #BB7223;
 
 
}

.footer_first ul {
	list-style: none;
    padding: 0;
	width: max-content;
    margin: auto;
}

.footer_first .col_2  {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
	align-items: flex-start;
}

.footer_first div {
	position: relative;
}


.footer_first .col_2 div:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
    position: absolute;
	
}

.footer_first .col_2 div span {
    padding-left: 10px;
    display: inline-block;
    line-height: normal;
}

#menu-footer_1 > li > a {
    color: #434343;
    font-family: Ubuntu;
 
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;

}


#menu-footer_1 .sub-menu a {
	color: #434343;
    font-family: Ubuntu;
 
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
	margin-bottom: 5px;
    display: inline-block;
}

#menu-footer_2 a {
    color: #434343;
    font-family: Ubuntu;
 
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;	
}

#colophon p {
	color: #434343;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
 
}

#colophon span {
	color: #737373;

font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#colophon a.to_mail {
color: #BB7223;

font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;	
text-decoration: none;
}

 

#colophon .call_request {
	display: inline-flex;
 
	height: 40px;
 
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	background: #237A33;
	color: #fff;
	text-decoration: none;
}

.footer_second {
 
    max-width: 1420px;
    margin: auto;
}

.footer_second  div {
	display: inline-flex;
    flex-direction: column;
    gap: 20px;	
}

.footer_second .privacy {
	color: #434343;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

#colophon .call_request:hover,
.contact_map a.call_request:hover {
	background: #144C1F;
}

#colophon a:hover {
	/* color: #247D39; */
}

form .wpcf7-submit:hover {
	background: #955816;
	cursor: pointer;
}

#colophon a.to_mail:hover {
	color: #955816;
}

.footer_menus {
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.homepage_categories_in div:hover {
	background: #BB7223;
 
	transition: 0.3s;
}

.homepage_categories_in div {
	transition: 0.3s;	
}

.homepage_categories_in div a {
	text-decoration: none;
}

.homepage_categories_in div:hover p,
.homepage_categories_in div:hover span {
	color: #fff;
}

#header_sticky {
	width: 100%;
    z-index: 2;
    background: #fff;
	
	left: 0;
	right: 0;
}

.fixed-page {
	overflow: hidden;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.modal__container {
  background-color: #fff;
  padding: 50px 5%;
  max-width: 700px;
  max-height: 100vh;
  border-radius: 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
	background: url(/wp-content/themes/lev/img/x.svg);
    border: 0;
    right: 35px;
    position: absolute;
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
}

.modal__close:focus-visible {
	outline: none;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {

  line-height: 1.5;
  color: rgba(0,0,0,.8);
}


.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

 

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.homepage_about_in img {
max-width: 100%;
border-radius: 20px;
}

.call_request_form form {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.call_request_form form h2 {
	color:#292D32;
text-align: center;
font-family: Ubuntu;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
    margin: 0;
}

.call_request_form form p {
	margin: 0 0 10px 0;
	
	color: #292D32;
    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.call_request_form form div {
	max-width: 500px;
}


.call_request_form .col_2 {
    display: grid;
 
    gap: 20px;	
}

.call_request_form .col_2 input {
 
	padding: 20px;
	width: 100%;
}

.call_request_form span {
	color: #767676;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


 

.swal2-icon.swal2-error  {
	display: none!important;
}

.swal2-modal .swal2-title strong {
	color: #292D32;
    text-align: center;
    font-family: Ubuntu;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.swal2-modal .swal2-content {
	color: #292D32;
text-align: center;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.swal2-container.swal2-shown {
 
}

.swal2-show {
    max-width: 700px;
    width: 100%!important;
    border-radius: 20px;
    margin: 0 auto;
    min-height: 420px!important;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	gap: 20px;
}

.swal2-icon  {
	display: none!important;
}

.swal2-modal .swal2-close {
	background-image: url(/wp-content/themes/lev/img/x.svg);
    background-size: contain;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    right: 35px;
    font-size: 0px;
}

.contact_map .col_2 a {
	margin: 0 0 8px 0;
    color: #292D32;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	text-decoration: none;
}

.col_2_last a {
	color: #434343;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	text-decoration: none;
}


#breadcrumbs {
	display: flex;
    align-items: center;
 
}

#breadcrumbs img {
    margin: 0 3px 3px 3px;
}

#breadcrumbs a {
	color: #292D32;
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
}

#breadcrumbs strong {
	color: #BB7223;

font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.page-template-template-about .site-main {
	display: flex;
    flex-direction: column;
 
}

section {
	width: 100%;
}

.contacts_address {
    display: flex;
 
}

.contacts_address h2 {

	color: #292D32;
    font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

 


.contacts_address div {

}

.download_route:hover {
	color: #fff;
}

.download_route {
 
	font-size: 16px;
	
    font-family: Inter, sans-serif;		
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 4px;
    background: #237A33;
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts_map iframe {
	border-radius: 20px;
 
}

.page-template-template-contacts .site-main {
	display: flex;
    flex-direction: column;
    gap: 40px;
}

.download_route:hover {
	background: ##144C1F;
}

.contacts_and_requisites {
	display: grid;
 
}

.contacts_and_requisites .contacts {
	display: grid;
 
}

.contacts_and_requisites .contacts div {
	border-radius: 20px;
    background: #F7F6F5;
 
}

.contacts_and_requisites .requisites {
	border-radius: 20px;
    background: #F7F6F5;
 
	position: relative;
}

.contacts_table_item {
	display: grid;

    justify-content: space-between;
    border-bottom: 1px solid #BEBEBE;
    padding: 20px 0;
	align-items: center;
	gap: 20px;
 
}

.contacts_and_requisites  h2 {
 
	color: #292D32;
	font-family: Ubuntu;
 
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.contacts_and_requisites a.download_requisites {
	color: #FFF;

	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 4px;
	background: #BB7223;
 
	width: 280px;
	padding: 16px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.contacts_and_requisites .contacts h2 {
	font-family: Ubuntu;
 
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0 0 20px 0;
	border-bottom: 1px solid #BEBEBE;
}

.contacts_and_requisites .contacts span {
	color: #292D32;
text-align: right;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 20px;
display: inline-block;
 
}


.contacts_and_requisites .contacts a {
 
	
	display: flex;
	color: #237A33;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
    padding: 20px 0 0 0;
	margin: 0;
 
}

.contacts_and_requisites .contacts a.social {
	display: inline-flex;

}

.open_requisites_form .contacts_table_item {
	padding: 5px 0;
}

.open_requisites_form .contacts_table_item h2 {
	margin: 0;
}

.open_requisites {
	color: #237A33;

font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
margin: 30px 0;
cursor: pointer;
display: flex;
}

.contacts_and_requisites .social img {
	height: 48px;
	width: 48px;
}


.single_product {
    width: 100%;
    display: grid;
    position: relative;
    overflow: hidden;
 
}

.single_product_left {
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery {
	width: 100%;
}

.wpgs-thumb .slick-track:before, 
.wpgs-thumb .slick-track:after,
.wpgs-thumb .thumbnail_image:before {
	display: none;
}



.images.wpgs-wrapper {
	padding-bottom: 0px!important;
}

.wpgs-image .slick-slide img {
    max-height: 100%;
    height: 355px;
    margin: auto;
    object-fit: contain;
    object-position: center;
    display: flex;
    align-items: center;	
}

.fancybox-image {
	border-radius: 20px;
}

.wpgs-wrapper .slick-prev, 
.wpgs-wrapper .slick-next {
	border-radius: 50px;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item  {
	height: 75px;
    width: 75px;
    border-radius: 10px!important;
    border: 2px solid #F1F1F1;
	padding: 0;
}


.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span, .woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
    border-radius: 10px!important;
}


.product_request {
    display: inline-flex;
 
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #237A33;
    color: #fff;
	height: 42px;
	cursor: pointer;
	font-weight: 700;
}

.product_request:hover {
	color: #fff;
	background: #144C1F;
}

a.print_page {
	color: #BB7223;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
 
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 2px solid #BB7223;
    height: 42px;
	cursor: pointer;
}

.print_page:hover {
	background: #BB7223;
	color: #fff;
}

.woocommerce-variation-add-to-cart.variations_button {
	display: flex;
	gap: 20px;
}

 

.product_bottom {
 
	display: flex;
	flex-direction: column;
	gap: 60px;
}

table.variations th.label {
	margin-bottom: 16px;
}

.product_desc {
	color: #292D32;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; 
}

.homepage_map {
	display: flex;
    flex-direction: column;
}


.tags_list .tags_item {
	display: inline-block;
    /* grid-template-columns: auto 1fr; */
    /* align-items: center; */
}

.xt_woovs-selected {
	
}


.xt_woovs-disabled {
	display: none!important;
}

.product_new_tabs {
	display: grid;
 
}

.product_attributes_list .attributes_list_item  {
    display: grid;
    grid-template-columns: 1fr 1fr;	
}

.product_attributes_list p,
.spoiler_block p,
.spoiler_block h4 {
	margin: 0;
}

 

.product_attributes_list a {
	color: #292D32;
	text-decoration: none;
	pointer-events: none;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;

    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}

.spoiler_block {
	padding: 13px 20px;
	border-radius: 10px;
	background: #F7F6F5;
}

.spoiler_block h4 {
	color: #292D32;   
	font-family: Ubuntu;
 
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	transition: 0.2s;
}

.spoiler_block h4:after{
    background-image: url(/wp-content/themes/lev/img/chevron.svg);
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
	transition: 0.2s;
}


.spoiler_block h4:hover {
	color: #237A33;
}

.spoiler_block h4[aria-expanded="true"]:after{
	transform: rotate(180deg);
}



.spoiler_header ~ .spoiler_content {
	display: none;
		padding: 20px 0;
}

.spoiler_header[aria-expanded="true"] ~ .spoiler_content {
	display: block;
		padding: 20px 0;
 

}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	background: #237A33;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

div.product_sert {
	padding: 13px 0 13px 20px;
    display: flex;
    justify-content: space-between;
}

div.product_sert b {
	color: #292D32;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

}

div.product_sert a {
	border-radius: 4px;
	background: #BB7223;
	text-decoration: none;
	display: flex;
	color: #fff;
	width: 170px;
	padding: 9px 0px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

div.product_sert a:hover {
	background: #955816;
}

.spoiler_block .product_attributes_list {
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.variations tr[data-attribute="pa_color"] {  
    display: flex!important;
    flex-direction: column;
    gap: 10px!important;
    width: 100%!important;
	margin-top: 20px;
}

.xt_woovs-swatches-wrap table.variations {
	margin-bottom: 30px;
}

.xt_woovs-single-product .xt_woovs-swatches:not(.xt_woovs-select-container) {
	padding-bottom: 0px!important;
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label {
	min-width: auto!important;
    box-shadow: none!important;
    padding: 0;
    margin: 0!important;
	
color: #292D32!important;
font-family: Ubuntu;
font-size: 16px!important;
font-style: normal;
font-weight: 500;
line-height: normal!important;	
pointer-events: none;
	
}

.xt_woovs-single-product .xt_woovs-swatches:not(.xt_woovs-select-container) {
	gap: 10px;
}

.xt_woovs-swatches-wrap table.variations tbody tr {
    display: inline-grid;
    grid-template-columns: auto 1fr;
 
    float: left;
    gap: 12px;
}

.label .xt_woovs-attribute-value {
	display: none!important;
}

td.label label:after {
    content: ':';
    margin-left: -3px;
}

form.variations_form  {
	display: flex;
    flex-direction: column;
	gap: 30px;
}

.new_buttons {
	display: flex;
 
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations .label,
.product_attr span.name {
    min-width: auto;
    width: auto;
    color: #7A7A7A;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
	padding-right: 0;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap .variations {
	display: flex;
    margin: 0;
}

ul.xt_woovs-swatches li:first-child {
 
}

ul.xt_woovs-swatches li {
 
}

tr[data-attribute="pa_color"] .label label {
 
	color: #292D32;
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

}

tr[data-attribute="pa_color"] td.label {
	 margin-bottom: 0px!important;
 }
 
.swatch-inner.swatch-label-inner,
.product_attributes_list .value,
.product_attr span.value {
    text-transform: lowercase;	 
	font-weight: 500;
	color: #292D32;	
 }
 
.tags_list .tags_item .name {
color: #292D32;
font-family: Ubuntu;
 
font-style: normal;
font-weight: 700;
line-height: normal;	
display: inline-block;
} 

.tags_list .tags_item .value {
color: #292D32;
font-family: Ubuntu;
font-style: normal;
font-weight: 400;
line-height: normal;	
}

.tags_list {
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.tags_list .tags_item {
 
}

.tags_list .tags_item:before {
	content: '';
	background: #BB7223;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px 2px 0;
}

.spoiler_block .list {
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.spoiler_block .list p:before {
	content: '';
	background: #BB7223;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px 2px 0;	
}

.xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label.xt_woovs-selected,
.xtfw-no-touchevents .xt_woovs-single-product .xt_woovs-swatches .swatch.swatch-label:not(.xt_woovs-selected):not(.xt_woovs-disabled):hover {
	background-color: transparent!important;
}

.xt_woovs-single-product .xt_woovs-swatches-wrap.xt_woovs-attr-label-inherit .variations [data-attribute="pa_color"] .value {
	display: flex;
    align-items: center;
}

a.reset_variations  {
	text-decoration: none;
    color: #7A7A7A;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;	
}

.single-product ul.products,
.woocommerce-shop  .woocommerce ul.products {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.archive ul.products  {
 display: grid;
    gap: 20px;	
}


.slick-next {
	background: #BB7223;	
}


.slick-prev, .slick-next {
	border-radius: 50px;
	background: #BB7223;
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 54px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
	position: absolute;
    top: 50%;
    display: block;
	font-size: 0;
	
	transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	
}

.slick-prev:before, .arrow-prev:before, .arrow-next:before, .slick-next:before {
    display: block;
    width: 100%;
    height: 100%;
	opacity: 1;
	content: "";
	filter: brightness(100);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.slick-prev:before {
    background-image: url(/wp-content/themes/lev/img/chevron.svg);
    transform: rotate(90deg);
}

.slick-next:before {
    background-image: url(/wp-content/themes/lev/img/chevron.svg);
    transform: rotate(-90deg);
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background-color: #237A33;
}

.products .product .product_sku span {
color: #BEBEBE;

font-family: Ubuntu;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.single_product .product_sku span {
color: #7A7A7A;

font-family: Ubuntu;
 
font-style: normal;
font-weight: 400;
line-height: normal;	
}

.products .product .product_sku {
	margin-bottom: 30px;
}

.products .product .woocommerce-loop-product__title {
color: #292D32;
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;	
margin: 10px 0 10px 0;
 
}

.products .product {
    border-radius: 10px;
    padding: 0 10px;
    position: relative;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
}

.products .product a {
	text-decoration: none;	
}

.products .product img {
	width: 100%;
    max-height: 340px;
    object-fit: contain;
    margin: auto;
	border-radius: 10px 10px 0 0;
}

.products .product .get_more_link { 
	border-radius: 4px 4px 10px 10px;
	background: #237A33;
	display: flex;
	width: 100%;
	padding: 9px 40px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-weight: 700;
    font-family: Ubuntu;
}

.products .product .get_more_link:hover {
	background: #144C1F;
}

.go_to_shop {
	color: #FFF;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
 
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #BB7223;
    text-decoration: none;
    margin: 0 auto;
	}

.go_to_shop:hover {
	background: #955816;
	color: #fff;
}

section.products h2 {
	color: #000;
	font-family: Ubuntu;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 40px 0;	
}

 

.woocommerce-product-gallery  .flex-viewport img {
    /* height: 355px; */
    /* max-width: 100%; */
    /* margin: auto; */
    /* display: block; */
    /* width: 100%; */
    /* object-fit: cover; */
}

.woocommerce-product-gallery {
	/* display: grid; */
}

.single_product_left {
 
}

.product_slider_thumb img {
 
}

.item-slick.slick-slide.slick-current.slick-active {
	outline: none!important  
}

.product_slider {
  margin-bottom: 0;
}

.product_slider img {
    width: 100%;
    min-height: 100%;
    height: 355px;
    margin: auto;
    object-fit: contain;
}

.product_slider_thumb {
  margin: auto;
}

.product_slider_thumb .item-slick {
  width: 100px;
  height: 100px;
  outline: none!important;
  cursor: pointer;
}

.product_slider_thumb .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center; 
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -12px; 
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0; 
}

.product_slider_thumb .slick-track,
.product_slider .slick-track {
 
}


/* слайдер */








/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width: 100%;
    padding-right: 0;
}
.banner-slider .slider.slider-nav {
    max-width: 100px;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: right;
    overflow: hidden;
}
.banner-slider .slider.slider-nav {

    overflow: hidden;
    max-width: 100px;
	height: 360px;

}
.slider-banner-image {
    height: 360px;
}
.banner-slider .slider.slider-nav {

}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 100px;
    height: 100px;
    margin: 0 auto;

}
.slider-banner-image img {
    height: 100%;
    width:100%;
    object-fit: contain;	
}



.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {

}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slick-track:before, .slick-track:after {
	display: none;
}

/*End USE CSS for Slider*/

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

	.banner-slider .slider.slider-for,
	.banner-slider .slider.slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.banner-slider .slider.slider-nav {
		height: auto;
	}
	.slider-banner-image {
	    height: 500px;
	} 
	.slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.slick-arrow {
		padding: 0;
	    width: 40px;
	    height: 40px;
	    top: 50%;
	    bottom: 0;

	}
	.slick-prev {
	    left: 0;
	    right: unset;
	}
	.slick-next {
	    left: unset;
	    right: 0;

	}
	.vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.bid-tag {
    	padding: 10px 0 15px;
	}
	.slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.slider-banner-image {
	    height: 360px;
	}
	
	.slider.slider-nav.thumb-image {
    order: 1;
    padding: 0;
    margin: 0;
	}
	
	.slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 100px;
		height: 100px;
	}

	.slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
	    height:360px;
	}
	
 
	
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
	    height:280px;
	}
	
	
.search-results .products.columns-4 {
	display: grid;
    grid-template-columns: 1fr;
}	
	
	
.anchor4_slider {
	width: calc(100% + 20px);
    margin-left: -10px;
}	


.anchor4_slider .slick-prev {
	left: -10px;
}

.anchor4_slider .slick-next {
	right: -10px;
}
	
	
.products .product {
	padding: 0!important;
}	
	
	
}


.slick-vertical .slick-slide {
	border: none;
	margin: 15px 0;
}

.marking .name {
    color: #292D32;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;	
}

.marking .value {
    color: #292D32;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    line-height: normal;	
}

.marking {
	display: flex;
    flex-direction: column;
    gap: 16px;
}

.banner-slider .slick-arrow {
    background-color: #237A33;
}

.homepage_map .homepage_map_in h2 {
	margin-top: 0px;
}

.site-main .subcategory {
	display: grid;
 
}



.archive .woocommerce-products-header__title {
	color: #292D32;
font-family: Ubuntu;
font-style: normal;
font-weight: 700;
line-height: normal;
}

h3.berocket_ajax_group_filter_title {
	color: #000;
font-family: Ubuntu;
 
font-style: normal;
font-weight: 700;
line-height: normal;
 
}

.lev_filters .bapf_head h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	
	margin: 0;
    padding: 10px 20px 10px 0;
}


.bapf_head {
	cursor: pointer;
}

.lev_filters .bapf_head .bapf_colaps_smb.fa-chevron-up:before {
	content: "";
	display: flex;
	background: url(/wp-content/themes/lev/img/chevron-red.svg);
	height: 20px;
	width: 20px;
	
	transform: rotate(180deg); 
	
	transition: 0.2s;
}


.lev_filters .bapf_head  .bapf_colaps_smb {
	position: absolute;
    right: 0;	
}

.lev_filters .bapf_head .bapf_colaps_smb.fa-chevron-down:before {
 
	content: "";
	display: flex;
	background: url(/wp-content/themes/lev/img/chevron-red.svg);
	height: 20px;
	width: 20px;
	
 
	
	transition: 0.2s;
}

.lev_filters .bapf_body {
 
}

.lev_filters .bapf_head[aria-expanded="true"] ~ .bapf_body  {
	display: block;
	transition: 0.2s;
}

 .bapf_sfilter {
	margin-bottom: 0px;
}

.lev_filters .bapf_body>ul {
padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 10px 0!important;
}

.lev_filters .bapf_colaps_smb, .lev_filters .bapf_desci {
    font-size: 0;
    font-weight: lighter;
    color: #bb7223;
 }
 
.lev_filters input[type=checkbox] {
 
  }
 
 
.lev_filters input[type=checkbox] ~ label:before {
  
	content: "";
	display: flex!important;
	background: url(/wp-content/themes/lev/img/no_checked.svg);
	height: 20px;
	width: 20px;
	
 }
 
 
  
.lev_filters input[checked=checked] ~ label:before {
 
	content: "";
	display: flex!important;
	background: url(/wp-content/themes/lev/img/checked.svg);
	height: 20px;
	width: 20px;
		
	}
	
	
.lev_filters label {
    display: grid!important;
    gap: 12px;
    color: #000!important;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    grid-template-columns: 20px 1fr;
	}
	
.lev_filters .bapf_body>ul {
		
	}
	
ul.page-numbers {
	display: flex;
    list-style: none;
    gap: 60px;
    justify-content: center;
    margin: auto;
    padding: 0;
}

div.nav-links {
display: flex;
    list-style: none;
    gap: 60px;
    justify-content: center;
    padding: 0;
}

ul.page-numbers .page-numbers.current,
.nav-links .page-numbers.current {
	color: #292D32;	
}

ul.page-numbers .page-numbers.current:hover,
.nav-links .page-numbers.current:hover {
	color: #292D32;	
}


ul.page-numbers .page-numbers,
.nav-links .page-numbers {

	color: #E1E1E1;

font-family: Ubuntu;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration: none;

    display: inline-flex;
	    align-items: center;
}

ul.page-numbers .page-numbers:hover {
	color: #BB7223;
}

ul.page-numbers .prev,
ul.page-numbers .next,
.nav-links .prev,
.nav-links .next {
 
	text-indent: -99999px;
}



ul.page-numbers .prev:before,
.nav-links .prev:before {
	content: "";

	display: block;
	background: url(/wp-content/themes/lev/img/pagination_arrow.svg);
	height: 20px;
	width: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

ul.page-numbers .next:before,
.nav-links .next:before {

	content: "";

	display: block;
	background: url(/wp-content/themes/lev/img/pagination_arrow.svg);
	height: 20px;
	width: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	
	transform: rotate(180deg);

}

 .catalog_featured {
	 overflow: hidden;
 }
 
.load_more_btn {
	font-weight: 700;
}

.product_badge.featured {
	border-radius: 0px 4px 4px 0px;
    background: #237A33;
    color: #fff;
    width: 60px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 25px;
	
	text-transform: uppercase;
	
	
	
color: #FFF;

font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.woocommerce-ordering {
	display: none;
}

.berocket_single_filter_widget.open {
 
}

.anchors_nav {
    display: flex;
    justify-content: space-between;
 
}

.anchors_nav a {
 
    border-radius: 10px;
    background: #F7F6F5;
    color: #292D32;
    text-decoration: none;
 
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	transition: 0.2s;	
	position: relative;
}

.anchors_nav a:hover {
	color: #fff;
	background: #237A33;
}


.page-template-template-service img {
	border-radius: 10px;
 
 
}



main.services img {
	max-height: 340px;
	border: 2px solid #F1F1F1;
}
 
 
main.services .homepage_free_consult  {
	 padding: 0!important;
 }

#anchor3 > div > div > div {
	border-radius: 10px;
    background: #F7F6F5;
 
}



#anchor4 {
	overflow: hidden;
}

 

#anchor4 > div > div {
overflow: hidden;
 
    border-radius: 10px;
    background: #F7F6F5;
}

 

.lev_filters .bapf_stylecolor input[type=checkbox] ~ label:before {
	display: none!important;
}

.lev_filters .bapf_stylecolor label{
	grid-template-columns: 1fr!important;
}

.lev_filters .bapf_attr_product_cat > .bapf_body > ul > li > label:before {
	display: none!important;
}

.lev_filters .bapf_attr_product_cat > .bapf_body > ul > li > label:after {
 
}

.lev_filters .bapf_attr_product_cat > .bapf_body > ul > li > label {
 	
	/* pointer-events: none; */
	grid-template-columns: 1fr!important;
    align-items: center;
    gap: 12px;
    position: relative;
    margin: 0;
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 20px;
}

.lev_filters .bapf_attr_product_cat > .bapf_body > ul > li {
 
	/* display: grid; */
}

.bapf_sfilter .bapf_body ul li ul {
	margin-left: 0;
    padding: 0;
	    display: flex;
    flex-direction: column;
    gap: 12px;
 
}
.fa-list-ul:before {
	color: #237a33;
}
 

.lev_filters .bapf_stylecolor .bapf_body>ul {
	display: block;
}

.wpcf7-response-output {
	display: none;
}

.related_slider  .slick-list,
.featured_slider  .slick-list {
	display: grid;
}

.products_list {
	overflow: hidden;
}

.iconic-woothumbs-pswp div.pswp__bg {
	background: rgb(0 0 0 / 20%)!important;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	border-radius: 20px;
}

.iconic-woothumbs-zoom-prev,
.iconic-woothumbs-zoom-next {
	background-color: #237a33;
    max-height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 45%!important;
}

.iconic-woothumbs-zoom-prev:hover svg {
	margin-left: 10px!important;
	opacity: 0.9;
}

.iconic-woothumbs-zoom-next:hover svg {
	margin-right: 10px!important;	
	opacity: 0.9;
}

.zm-viewer {
	/* display: block!important; */
}

.pswp__scroll-wrap button {
    background-color: #237a33!important;
    max-height: 40px;
    width: 40px!important;
    border-radius: 50%;
    top: 45%!important;
    margin: 0;
    height: 40px!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.iconic-woothumbs-pswp .pswp__button--arrow--prev .pswp__icn {
	left:0!important;
}

.iconic-woothumbs-pswp .pswp__button--arrow--next .pswp__icn {
	right: 0!important;
}

.menu-main-container {
	width: 100%;
}

.iconic-woothumbs-images__arrow, .iconic-woothumbs-zoom-next, .iconic-woothumbs-zoom-prev,
.iconic-woothumbs-fullscreen,
.zm-viewer {
	z-index: 1!important;
}

#bapf_7_185_label span.bapf_clr_span  {
	border: 1px solid #333;
}

#bapf_7_280_label span.bapf_clr_span {
	background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}

.main-navigation li.menu-item-has-children > span:after {
	content: url(/wp-content/themes/lev/img/chevron.svg);
	width: 20px;
	height: 20px;
	transition: 0.2s;		
}

#primary-menu li.menu-item-has-children {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 20px;
 }
 
 #primary-menu li.menu-item-has-children > span {
	 display: flex;
	 transition: 0.3s;
 }
 
 .rotate-icon {
    transform: rotate(180deg);
}

#primary-menu li.menu-item-has-children:hover .toggle-menu {
    transform: rotate(180deg);
transition: 0.3s;	
}

.bapf_reset {
	width: 100%;
    background: #237a33;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 15px 0;
}

th.label span.woo-selected-variation-item-name {
	display: none!important;
}

.footer_first .col_2_last div {
	width: 100%;
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

/* Стилизация полосы прокрутки */
::-webkit-scrollbar {
  width: 10px; /* Ширина полосы прокрутки */
}

/* Стилизация трека (фон) полосы прокрутки */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Цвет фона */
}

/* Стилизация бегунка (ползунка) полосы прокрутки */
::-webkit-scrollbar-thumb {
  background: #237A33; /* Цвет бегунка */
}

/* Стилизация бегунка при наведении */
::-webkit-scrollbar-thumb:hover {
  background: #144C1F; /* Цвет бегунка при наведении */
}

.modal .error-message {
	font-size: 14px;
    color: red;
    margin-top: 10px;
	font-family: Ubuntu;
}


section .error-message {
	font-size: 14px;
    color: yellow;
    margin-top: 10px;
	font-family: Ubuntu;
} 

.iconic-woothumbs-all-images-wrap--thumbnails-left .iconic-woothumbs-thumbnails-wrap--sliding .slick-slide {
	min-height: 0px!important;
}

.iti__selected-dial-code {
	display: none;
}