/*!
Theme Name: mark agency
Theme URI: http://underscores.me/
Author: mifsul
Author URI: http://mark-agency.ru
Description: Wordpress тема от Web-студии MARK
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mark-agency
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 with others.

mark agency is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: local('ProximaNova Regular'), local('ProximaNova-Regular'),
        url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Light.eot');
    src: local('Manrope Light'), local('Manrope-Light'),
        url('fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Light.woff2') format('woff2'),
        url('fonts/Manrope-Light.woff') format('woff'),
        url('fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.eot');
    src: local('Manrope Regular'), local('Manrope-Regular'),
        url('fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope-Regular.woff2') format('woff2'),
        url('fonts/Manrope-Regular.woff') format('woff'),
        url('fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a, a:focus {
	background-color: transparent;
	outline: 0;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}
td {
    padding: 5px;
    font-size: 14px;
	word-break: break-word;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}
.site p, .woocommerce p {
    margin-bottom: 10px;
}
.site, .woocommerce {
	font-family: 'ProximaNova';
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.header #mega-menu-wrap-menu-1.mega-sticky {
    position: relative !important;
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.site-content {
    font-family: 'ProximaNova';
    color: #080808;
    font-size: 20px;
    line-height: 1.5;
}
.site-content h1, .site-content h2.content--title, .category_top h2 {
	font-size: 58px;
}
.site-content h1.product_title {
    font-size: 48px;
}
@media screen and (max-width: 767px) {
	.site-content {font-size: 16px;}
	.site-content h1, .site-content h1.product_title, .site-content h2.content--title, .category_top h2 {
		font-size: 26px;
	}
}
span#mysearch {
    cursor: pointer;
}
.overlay-new {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 998;
  backdrop-filter: blur(3px);
}
.overlay-new.show {
  display: block;
}

.menu_catalog {
    position: relative;
}
.open-menu {
    position: absolute;
    top: 80px;
    left: auto;
    width: auto;
    /*width: 540px;*/
	width: 380px;
    height: 0;
    background: #fff;
    z-index: 999;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.open-menu.open {
	height:auto;
}
.openmenu-content {
    padding: 20px;
}
.close-menu {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    background: #5F8D71;
    width: 45px;
    height: 45px;
}
.openmenu_title {
    font-size: 32px;
    line-height: 1.3;
}
.openmenu_list ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.openmenu_list ul a {
    font-size: 26px;
    line-height: 1.3;
}
.openmenu_list {
    margin: 15px 0;
}
.openmenu_contact_title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.openmenu_contact {
    display: flex;
}
.openmenu_right {
    margin-left: 40px;
}
.openmenu_contact_item {
    line-height: 1.4;
    font-size: 14px;
}
.openmenu_contact_item a {
    color: #000;
}

.search-wrap {
  position: fixed;
  width: 100%;
  top: -135px;
  left: 0;
  height: 135px;
  background: #fff;
  z-index: 999;
  transition: top 0.5s ease;
}

.search-wrap.open {
  top: 0;
}
.search-content {
    padding: 0;
}
.close-search {
    position: absolute;
    top: 32px;
    right: 18px;
    cursor: pointer;
    font-size: 26px;
    color: #666;
}
.header .aws-container .aws-search-form {
	height: 50px;
	max-width: 517px;
	margin: 40px auto;
}
.header .aws-container .aws-search-form .aws-wrapper {
	order: 1;
}
.header .aws-container .aws-search-form .aws-form-btn {
	order: 2;
	background: #5F8D71;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 99;
    border: none;
    opacity: 1;
    height: 36px;
    width: 36px;
	border-radius: 3px !important;
    transition: all .3s;
}
/*#Header .aws-container .aws-search-form.aws-focus .aws-form-btn {
	opacity: 0;
}*/
.header .aws-container .aws-search-form .aws-form-btn:hover, .header .aws-container .aws-search-form .aws-form-btn:active {
	background: #649f7b;
	border: none;
}
.header .aws-container .aws-search-field {
	border: 1px solid #E3E3E3;
	border-radius: 4px !important;
	padding-left: 15px;
	font-size: 16px;
}
.header .aws-container .aws-search-field, .header .aws-container .aws-search-field:focus {
    background: #F9F9F9 !important;
}
.header .aws-container .aws-search-form .aws-search-btn_icon {
	width: 36px;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
	.overlay-new {
		top: 0;
	}
	.open-menu {
		width: 340px;
		top: 20px;
		left: 20px;
		position: fixed;
	}
	.openmenu_title {
		font-size: 28px;
	}
	.openmenu_contact_title {
		font-size: 16px;
	}
	.openmenu_left {
		flex: 0 0 50%;
	}
	.openmenu_right {
		margin-left: 10px;
		flex: 0 0 50%;
	}
}

/* default subheader */
div#breadcrumbs {
    color: #000;
    font-size: 14px;
    padding: 25px 0;
	text-align: center;
}

div#breadcrumbs a {
	color: rgba(0, 0, 0, .4);
    font-size: 14px;
	padding-right: 10px;
    padding-left: 10px;
}

div#breadcrumbs span.kb_sep {
	font-size: 0.75rem;
	margin: 0 10px;
	opacity: .4;
	filter: alpha(opacity=40);
}
span.breadcrumb_last {
    padding-left: 10px;
}

h1.entry-title {
	text-align: left;
	margin: 0;
    font-size: 61px;
	line-height: 1.2;
    color: #080808;
}
.topp > .container > .row > .col-12 {
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

/* Отображение блога,портфолио и статей */
article.article_post h2 {
	font-size: 1.45em;
}

article.article_post h2 a {
	color: #1a253d;
}

article.article_post .article_post_link {
	background-color: rgba(0, 0, 0, 0.02);
}

article.article_post .article_post_link a {
	color: #1a253d;
	border-color: rgba(0, 0, 0, 0.08);
}

article.article_post .article_post_link a i {
	color: #a8a8a8;
}

article.project_photo {
	text-align: center;
}

article.project_photo .article_image {
	margin-bottom: .5em;
	width: 100%;
	height: 390px;
	overflow: hidden;
	display: inline-block;
}

article.project_photo .article_image img {
	height: 100%;
	width: 100%;
	transition: 3s;
}

article.project_photo:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

article.project_photo a {
	color: #333;
}

article.project_photo h2 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 1em;
}


.article_post_image {
	max-height: 20em;
	overflow: hidden;
}
.article_post_image img {
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
}
.article_post:hover .article_post_image img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	
}

@media (max-width: 450px) {
}

@media (max-width: 576px) {
	.article_post_image {margin-bottom: 1em;}
	article.project_photo .article_image {
		height: auto;
	}
	.page_one_header ul li {
		font-size: 1em;
	}

	.price-arch li {
		width: 33%;
		text-align: center;
		height: 82px;
		overflow: hidden;
	}

	.nav-link {
		font-size: .7em !important;
		padding: .2rem;
		height: 82px;
	}

	.nav-link br {
		display: none !important;
	}

	.nav-link img {
		display: block;
		margin: 0 auto;
	}

	.tab-content {
		padding-right: 0 !important;
	}
	.btn.btn-primary {
		width: 100%;
	}

	.slick-slide {
		width: 90vw !important;
		-webkit-transform: scale(1) !important;
		-moz-transform: scale(1) !important;
		-ms-transform: scale(1) !important;
		-o-transform: scale(1) !important;
		transform: scale(1) !important;
	}

	a.page_link_more {
		padding: 0.7em 0em !important;
		width: 100% !important;
	}
}

@media (max-width: 768px) {

	.slick-slide {
		min-height: auto !important;
	}
	
	article.project_photo .article_image img {
		width: 100%;
	}

	.drop_down_menu:before {content: '+';padding-right: 20px;}
	.drop_down_menu_minus:before {content: '-';padding-right: 20px;}
}

article.article_post h2 {
	font-size: 1.45em;
	text-align: left;
}
article.article_post h3 {
    font-size: 1.25em;
}
article.article_post h2 a {
	color: #1a253d;
}

article.article_post .article_post_link {
	background-color: rgba(0, 0, 0, 0.02);
}

article.article_post .article_post_link a {
	color: #1a253d;
	border-color: rgba(0, 0, 0, 0.08);
}

article.article_post .article_post_link a i {
	color: #a8a8a8;
}

article.project_photo {
	text-align: center;
}

article.project_photo .article_image {
	margin-bottom: .5em;
	width: 100%;
	height: 390px;
	overflow: hidden;
	display: inline-block;
}

article.project_photo .article_image img {
	height: 100%;
	width: 100%;
	transition: 3s;
}

article.project_photo:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

article.project_photo a {
	color: #333;
}

article.project_photo h2 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 1em;
}


.article_post_image {
    max-height: 300px;
    overflow: hidden;
    border-radius: 10px;
}
.article_post_image img {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	object-fit: cover;
}
.article_post:hover .article_post_image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
}
article.article_post h2 a:hover {
    text-decoration: none;
}

@media (max-width: 576px) {
	.article_post_image {margin-bottom: 1em;}
	article.project_photo .article_image {
		height: auto;
	}
}

/* article */
.post_weopen {
    margin-top: 30px;
}
.post_weopen_inner {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 15px;
}
a.open-icon {
    display: inline-block;
}
a.open-icon svg {
    width: 44px;
}
.post_weopen_inner span {
    font-size: 1rem;
    font-weight: 600;
}
article.article_post .article-row h2 {
	font-size: 1.45em;
	text-transform: uppercase;
    margin: 30px 0 15px;
	color: #0095ef;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
article.article_post .article-row h3 {
	font-size: 1.15em;
    color: #404040;
}
.article-row ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 20px;
}
.article-row ul li {
    padding-left: 22px;
    position: relative;
	line-height: 120%;
	margin-bottom: 8px;
	color: #252424;
}
.article-row ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
	background: #0095ef;
}
.nav-links a {
    display: inline-block;
    padding: 5px 10px;
    background: #0095ef;
    border-radius: 6px;
    color: #fff;
}
.nav-links a:hover {text-decoration:none}
.nav-previous {
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Стили для контактной формы
--------------------------------------------------------------*/
.wpcf7-form p {
margin-bottom:0;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 10px;
    outline: none;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: #5F8D71;
    background: #5F8D71;
    color: #fff;
    font-weight: 600;
    padding: 1em 2em;
	cursor: pointer;
}

/* NEW */
@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1420px !important;
    }
}
a {
	color: #333;
	transition: all .2s;
}
a:hover {
	text-decoration: none;
	color: #555;
}
.breadcrumbs {
    padding-top: 20px;
    font-size: 13px;
    margin-bottom: 15px;
	color: #959595;
}
.site .breadcrumbs a {
    color: #959595;
}
.breadcrumbs span.breadcrumb_last {
    color: #333;
}
header.header {
    border-bottom: 1px solid #f3f3f3;
}
.header-wrap {
    padding: 12px 0;
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
span.burgermenu {
    background: #5F8D71;
    color: #fff;
    border-radius: 2px;
    padding: 15px 20px;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
}
/*span.burgermenu svg {
    vertical-align: middle;
}*/
span.burgermenu_name {
    margin-left: 7px;
}
.top_phone a {
    font-size: 16px;
}
@media screen and (min-width: 768px) {
	.header-menu li#mega-menu-item-4986 {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.top_phone, .top_search, span.burgermenu_name, .menu_catalog{
		display: none;
	}
}

.row.mainfirst-row {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mainfirst-title {
    max-width: 800px;
}
.mainfirst-title h1 {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 0;
}
.mainfirst-title span {
    color: #5F8D71;
}
.mainfirst-text {
    font-size: 20px;
    line-height: 1.2;
}
.mainfirst-right {
    justify-content: space-between;
}
a.light, button.light, .lightbtn input[type="submit"] {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border: 1px solid #5F8D71;
    border-radius: 2px;
    max-width: 148px;
	background: #fff;
    color: #000;
    font-weight: 400;
	transition: all .3s;
}
a.light:hover, button.light:hover, .lightbtn input[type="submit"]:hover {
    color: #fff;
    background: #5F8D71;
}
.light svg, button.light svg {
    margin-left: 12px;
}
a.light svg path, button.light svg path {
    transition: all .3s;
}
a.light:hover svg path, button.light:hover svg path {
    stroke: #fff;
}

.section.section-mainimage {
    overflow: hidden;
    max-height: 578px;
}
.section.section-mainimage img {
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 2000px) {
	.section.section-mainimage {
		max-height: 660px;
	}
}
@media screen and (max-width: 767px) {
	.mainfirst-title h1 {
		font-size: 26px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.mainfirst-text {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
}

footer#Footer {
	font-family: 'ProximaNova';
    padding-bottom: 171px;
    background: #F9F9F9 url(/wp-content/uploads/2025/08/veneda.png) bottom center no-repeat;
}
.row.row-footer_links {
    margin-bottom: 30px;
}
ul.footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.footer_menu li {
    font-size: 16px;
    line-height: 1.5;
}
.footer_title {
    font-size: 18px;
    line-height: 1.1;
    margin: 10px 0;
}
.footer_item {
    margin-bottom: 15px;
}
.row.row-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_contact p {
    margin-bottom: 5px;
}
.footer_soc {
    display: flex;
    align-items: center;
    gap: 5px;
	margin-top: 20px;
}
.footer_soc a {
    display: inline-block;
    height: 28px;
}
.footer_soc img {
    height: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	footer#Footer {
		padding-bottom: 100px;
		background-size: contain !important;
	}
	.footer_title {
		font-size: 14px;
	}
	.footer_item, .footer_item a, .row.row-footer_links a {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	footer#Footer {
		padding-bottom: 60px;
		background-size: contain !important;
	}
}

.news-item {
    margin-bottom: 30px;
}
.news-item_inner {
    background: #F9F9F9;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
}
.news-img {
    max-height: 250px;
    overflow: hidden;
	border-radius: 5px;
}
.news-img img {
    object-fit: cover;
	transition: all 1s;
}
.news-title h3 {
    font-size: 24px;
    line-height: 1.2;
}
.news-more a {
    border-bottom: 1px solid;
    font-size: 15px;
}
.news-item:hover img {
    transform: scale(1.1);
}
@media screen and (min-width: 1200px) {
	.news-text {
		min-height: 130px;
	}
}

h2.title, .mainform_title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section.section-mainform {
    margin: 60px 0;
}
.mainform_text {
    font-size: 16px;
    margin-bottom: 20px;
}
.form--item {
    font-size: 15px;
}
.form--item input[type="tel"], .form--item input[type="text"], .form--item textarea {
	border: none;
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
}
.form--item label {
    margin-bottom: 0;
}
.form--item-check {
    font-size: 13px;
    margin: 15px 0;
}
.form--item-check input[type=checkbox] {
    margin-right: 3px;
    vertical-align: text-top;
}

.section.section-cenn {
    margin: 60px 0;
}
.cenn_text {
    max-width: 420px;
}
.cenn_text.cenn_text2 {
	max-width: 300px;
    margin-top: 20px;
}
.cenn_btn a.light {
    max-width: 200px;
}
.cenn_item_title {
    font-size: 28px;
    line-height: 1.2;
    margin: 15px 0;
}
.cenn_item_num {
    font-size: 18px;
}
.cenn_item {
    border-top: 1px solid #DFDFDF;
    padding-top: 20px;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.cenn_btn {
		margin-bottom: 40px;
	}
}


.section-video {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.mainvideo {
    max-width: 460px;
    color: #fff;
    padding: 300px 0 60px;
	font-size: 20px;
}
.mainvideo h2 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 20px;
}
a.playbtn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #5F8D71;
    background: #fff;
    padding: 10px;
    width: 200px;
    font-size: 16px;
}
@media screen and (min-width: 2000px) {
	.mainvideo {
		padding: 500px 0 100px;
	}
}
@media screen and (max-width: 767px) {
	.mainvideo {
		padding: 100px 0 40px;
		font-size: 16px;
	}
	.mainvideo h2 {
		font-size: 26px;
	}
	.mainform_img {
		margin-bottom: 30px;
	}
}

.sub_page {
    margin: 20px 0 50px;
}
.top-title {
    font-size: 58px;
    line-height: 1.1;
    color: #000;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
	margin-bottom: 30px;
}
.top-title span {
    color: #5F8D71;
}
.top-description {
    font-size: 20px;
    line-height: 1.1;
    color: #000;
    max-width: 410px;
    margin: 25px auto 35px;
    text-align: center;
}
.garant_list_item {
    display: flex;
    background: #F9F9F9;
    padding: 30px 20px 25px;
}
.garant_list_item_num {
    font-size: 24px;
	line-height: 1.2;
    color: #5F8D71;
}
.garant_list_item_info {
    font-size: 20px;
    line-height: 1.3;
    padding-left: 20px;
}
.garant_list_item_info span {
    color: #5F8D71;
}
.garant_list_img {
    width: 100%;
    overflow: hidden;
}
.garant_list_img img {
    width: 100%;
    object-fit: cover;
    max-height: 232px;
}

.cover-block {
	overflow: hidden;
}
img.cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.row.garant_uslov_row {
    margin-top: 60px;
    margin-bottom: 30px;
	justify-content: space-between;
}
.col-md-6.garant_uslov_item-right {
    max-width: 520px;
}
.garant_uslov_item h2 {
    font-size: 48px;
    line-height: 1.1;
}
.garant_blocks_item {
	width: 100%;
    padding: 20px;
	border: 1px solid #DFDFDF;
    border-radius: 5px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom: 30px;
	min-height: 330px;
}
.garant_blocks_item.garant_nobrd {
    border-color: transparent;
}
.garant_blocks_item.garant_gray {
    background: #F9F9F9;
	border-color: transparent;
}
.garant_blocks_img {
    display: flex;
    width: 100%;
    background-size: cover !important;
}
.proizv--title h1, .proizv-abs h2 {
    font-size: 58px;
    line-height: 1;
    color: #000;
    text-align: left;
	margin-bottom: 20px;
	max-width: 600px;
}
.proizv--title span, .proizv-abs span {
    color: #5F8D71;
}
.abs-description {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    max-width: 410px;
    margin: 25px 0 15px;
}
.proizv-section {
    margin-bottom: 60px;
}
.proizv-img img {
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.sub_page {
		margin: 10px 0 10px;
	}
	.top-title, .garant_uslov_item h2, .proizv--title, .proizv-abs h2 {
		font-size: 32px;
	}
	.top-description, .abs-description {
		font-size: 16px;
	}
	.garant_blocks_item {
		min-height: 200px;
	}
	.garant_blocks_img {
		min-height:250px;
		margin-bottom: 30px;
		border-radius: 5px;
	}
}

.faq-top {
    text-align: center;
    background: #F9F9F9;
    padding: 40px 20px;
	margin-bottom: 50px;
}
.faq-description {
    max-width: 648px;
    margin: 10px auto 0;
    font-size: 20px;
}
.faq_left_item {
    color: #5F8D71;
    font-size: 40px;
    line-height: 1.1;
	padding-bottom: 20px;
}
.faq .card-header {
	background-color: #fff;
	padding: 0;
	border: none;
}
.faq .card {
	padding: 0;
	border-radius: 0;
	border: none;
}
.faq .card button {
	padding: 20px 10px 15px 0;
    font-size: 28px;
    line-height: 1.3;
    color: #000;
	width: 100%;
	text-decoration: none;
	white-space: normal;
    text-align: left;
	border-top: 1px solid #DFDFDF;
}
.faq .card button > span {
    width: calc(100% - 35px);
    padding-right: 10px;
}
.faq .card button:hover {
	text-decoration: none;
}
.faq .card button br {
	display: none;
}
.faq .card-header:first-child {
	border-radius: 0;
}
.faq .card button .acc-icon-plus, .faq .card button .acc-icon-minus {
	color: #fff;
    float: right;
    position: relative;
    font-style: normal;
    background: #5F8D71;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	transition: all .3s;
}
.faq .card button[aria-expanded="false"] .acc-icon-minus {
	display:none;
}
.faq .card button[aria-expanded="true"] .acc-icon-plus {
	display:none;
}
.faq .card .card-body {
    padding: 10px 0 30px;
	color: #000;
    background: #fff;
}
.faq .card button i svg {
    vertical-align: middle;
}
.row.faq_row {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.faq .card button {font-size: 18px;}
	.faq .card .card-body {
		font-size: 14px;
	}
	.faq .card button i svg {
		height: 20px;
		width: 20px;
	}
	.faq_left_item {
		font-size: 24px;
	}
}

a.sert_item {
    background: #F9F9F9;
    padding: 15px;
    margin-bottom: 30px;
}
.sert_info {
	margin: 20px 0 40px;
    font-size: 20px;
    line-height: 1.1;
}
.sert_date {
    color: #A2A2A2;
    font-size: 14px;
}

.contact_item {
	width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 15px;
	flex-direction: column;
    justify-content: space-between;
	margin-bottom: 20px;
}
.contact_desc {
    color: #5F8D71;
    font-size: 14px;
    margin-top: 12px;
}
.contact_tel {
    font-size: 20px;
    line-height: 1.3;
	color: #000;
}
.contact_item.contact_right {
    background: #F9F9F9;
}

.row.brend-description {
    margin-bottom: 30px;
}
.brend-title {
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 40px;
}
span.brend-top_span1 {
    color: #5F8D71;
}
.brend-title, .row.brend-description {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
h2.brend_title {
    font-size: 48px;
    margin-bottom: 30px;
}
.row.history-row {
    margin-bottom: 20px;
}
.history-row .col-6, .history-row .history-info {
    display: flex;
    flex-direction: column;
}
.history-info {
    background: #F9F9F9;
    height: 100%;
    border-radius: 5px;
    padding: 25px;
	justify-content: space-between;
}
.history-bullets span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #E4E4E4;
    border-radius: 50%;
	margin-right: 5px;
}
.history-bullets span.h_active {
    background: #5F8D71;
}
.history-year {
    font-size: 40px;
    color: #5F8D71;
}
.history-text {
    max-width: 340px;
	font-size: 16px;
}
.section.brend-history {
    margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
	.brend-title span {
		display: block;
	}
	span.brend-top_span1 {
		padding-left: 100px;
	}
	span.brend-top_span2 {
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	.brend-title {
		font-size: 26px;
	}
	h2.brend_title {
		margin-top: 20px;
		font-size: 20px;
	}
	.history-info {
		padding: 10px;
	}
	.history-year {
		font-size: 20px;
	}
	.history-row .col-6:first-child {
		padding-right: 0;
	}
	.history-row .col-6:last-child {
		padding-left: 5px;
	}
	.history-text {
		font-size: 12px;
	}
	.history-img {
		display: flex;
		height: 100%;
		border-radius: 5px;
		overflow: hidden;
	}
	.history-img img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.history-bullets {
		margin-bottom: 10px;
	}
	.history-bullets span {
		width: 5px;
		height: 5px;
	}
}

.section.main-brend {
    margin: 80px 0 60px;
}
.main-brend .brend-title {
    font-size: 48px;
	max-width: 1020px;
}
.mainbrend-text {
    max-width: 460px;
    margin: 0 auto;
}
.mainbrend-btn a.light {
    max-width: 200px;
}
@media screen and (max-width: 767px) {
	.main-brend .brend-title {
		font-size: 26px;
	}
}

.shop_product {
    margin-top: 40px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 20% !important;
    box-sizing: border-box;
    padding: 5px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: none !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    border-radius: 5px;
}
.product-image .flex-viewport img {
    padding: 5px;
	border-radius: 10px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
}
.product_meta {
    font-size: 14px;
}
.product_price {
    font-size: 36px;
    margin: 10px 0;
}
.product_excerpt {
    margin: 20px 0;
}
@media screen and (max-width: 767px) {
	.product_price {
		font-size: 26px;
	}
	.product_buttons {
		margin-bottom: 10px;
	}
}

.order-form {
    font-family: 'ProximaNova' !important;
	padding: 0 20px 20px;
}
.modal .modal-header {
    border-bottom: none;
}
.modal .modal-header .close {
    padding: 0;
    box-sizing: content-box;
    background: #5F8D71;
    opacity: 1;
    margin-top: 5px;
    margin-right: 5px;
    width: 45px;
    height: 45px;
}
.order_title {
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
}
.order_text {
    text-align: center;
    font-size: 20px;
    margin: 15px 0 25px;
}
.order_item input, .order_item textarea {
    border: none !important;
    border-bottom: 1px solid #D6D6D6 !important;
	width: 100%;
}
.order_item textarea {
    height: 75px;
}
.order_item label {
    font-size: 16px;
	width: 100%;
}
.order_accept {
    font-size: 14px;
    margin: 10px 0;
	max-width: 500px;
}
.order_accept span.wpcf7-list-item {
    margin: 0;
}
.order_btn {
    text-align: center;
}
.order_btn input[type="submit"] {
    font-weight: normal;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
	}
}
@media screen and (max-width: 767px) {
	.order_title {
		font-size: 26px;
	}
	.order_text {
		font-size: 16px;
	}
}

.col-shop {
	margin-bottom: 30px;
}
h1.title_cat {
    text-align: center;
}
.product-title {
    font-size: 16px;
    line-height: 1.3;
    margin: 12px 0;
    text-transform: uppercase;
}
.col--cat {
    margin-bottom: 20px;
}
.col--cat_img {
	width: auto;
	overflow: hidden;
	display: inline-block;
	transition: all .3s;
}
.col--cat_name {
    margin-top: 5px;
}
.col--cat_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.col--cat a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.col--cat_img_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.col--cat a:hover .col--cat_img img {
    transform: scale(1.05);
}
@media screen and (min-width: 1200px) {
	.col-shop a.woocommerce-LoopProduct-link {
		display: block;
		max-height: 450px;
		overflow: hidden;
	}
    .col-shop a.woocommerce-LoopProduct-link img {
		object-fit: cover;
		height: 100%;
		width: 100%;
		min-height: 450px;
	}
}

ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
    width: 100%;
    justify-content: center;
}
ul.page-numbers li a, ul.page-numbers li span {
    display: flex;
    padding: 5px;
    border: 1px solid #5F8D71;
    border-radius: 5px;
    width: 40px;
    line-height: 1.4;
    margin: 0 5px;
    justify-content: center;
	font-size: 16px;
}
ul.page-numbers li span.current {
    background: #5F8D71;
    color: #fff;
}

.wrap-top-items > .container {
    text-align: center;
	margin-bottom: 20px;
}

.wrap-top-items ul {
	display: inline-block;
    list-style: none;
	margin:0;
	padding:0;
}
.wrap-top-items ul.menu li {
    display: inline-block;
}
.wrap-top-items ul.menu li a {
    background: #F7F8F8;
    display: inline-block;
    font-size: 16px;
    padding: 8px;
    margin: 0 5px 10px 0;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
}
.wrap-top-items ul.menu li a:hover, .wrap-top-items ul.menu li a:focus, .wrap-top-items ul.menu li.current-menu-item a {
    background: #5F8D71;
    color: #fff;
    text-decoration: none;
}

.price-right, .product_price {
    display: none;
}

.section.main--shop {
    margin-top: 60px;
}
.main--shop-title h2, .main--collect-title h2 {
    font-size: 42px;
    margin-bottom: 20px;
}
.mainfirst-link {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.mainfirst-link a.light {
    max-width: 250px;
}
@media screen and (max-width: 767px) {
	.main--shop-title h2, .main--collect-title h2 {
		font-size: 26px;
	}
}

.section.main--collect {
    margin-top: 90px;
}

.collect--row {
    display: flex;
    align-items: center;
	margin-bottom: 30px;
	gap: 15px;
}
.collect--info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex: 0 0 43%;
    max-width: 43%;
	height: 460px;
	padding: 30px;
    background: #F9F9F9;
    border-radius: 8px;
}
.collect--img {
    flex: 0 0 57%;
    max-width: 57%;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 460px;
	border-radius: 8px;
	transition: all 1s;
}
.collect--name {
    font-size: 40px;
    line-height: 1.3;
	margin-bottom: 10px;
}
.collect--text {
    font-size: 24px;
    line-height: 1.3;
}
.collect--btn a.light {
    max-width: 250px;
}
.collect--row:hover .collect--img {
    background-size: 105% !important;
}

@media screen and (max-width: 767px) {
	.collect--row {
		flex-wrap: wrap;
	}
	.collect--info, .collect--img {
		flex: 0 0 100%;
		max-width: 100%;
		height: 250px;
	}
	.collect--info {
		order: 2;
		margin-top: 10px;
	}
	.collect--text {
		font-size: 18px;
		line-height: 1.3;
	}
}

.category_image {
    overflow: hidden;
    max-height: 663px;
    border-radius: 8px;
}
img.category-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 663px;
}
.category_top {
    text-align: center;
    margin: 30px 0 40px;
}
.category_top h1, .category_top h2 {
    display: inline;
	color: #5F8D71;
}
.category_top {
    text-align: center;
    margin: 30px auto 40px;
    font-size: 52px;
    line-height: 1;
    color: #000000;
    max-width: 930px;
}
.section-cat_video {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-cat_video a.play-btn {
    padding: 320px 0;
}
@media screen and (min-width: 2000px) {
	.section-cat_video a.play-btn {
		padding: 550px 0;
	}
}
@media screen and (max-width: 767px) {
	.category_top {font-size: 26px;}
	.section-cat_video a.play-btn {
		padding: 120px 0;
	}
}

.section-cat_why {
    margin: 80px 0;
}
.why-h2 h2 {
    font-size: 42px;
    margin-bottom: 20px;
}
.why--row .col-md-3 {
    display: flex;
    width: 100%;
}
.why-block {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 15px;
	min-height: 300px;
	transition: all .5s;
	background: #fff;
	margin-bottom: 20px;
}
.why-block:hover {
    background: #5F8D71;
}
.why-title {
    color: #000;
    font-size: 28px;
    line-height: 1.1;
	transition: all .5s;
}
.why-icon {
    margin-bottom: 10px;
}
.why-text {
	position: relative;
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
	height: 0;
	bottom: -100%;
	transition: all .5s;
}
.why-block svg {
	transition: all .5s;
}
.why-block:hover .why-text {
	height: auto;
	bottom: 0;
}
.why-block:hover .why-title {
	color: #fff;
}
.why-block:hover svg, .why-block:hover svg path, .why-block:hover svg, .why-block:hover svg circle {
	stroke: white;
}
.why-block_4:hover svg path {
	fill: white;
}

.site-content .shop-subtop_right h1 {
    line-height: 1;
}
.col-12.subtop_bread {
    margin-bottom: 60px;
}

.cat_title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.cat_text {
    font-size: 20px;
}
.cat_img {
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.cat_title {font-size: 26px;}
}

.section-cat_slider {
    margin: 100px 0;
}
.cat_slider_title {
    font-size: 48px;
    line-height: 1.1;
    max-width: 352px;
    margin-bottom: 20px;
}
.cat_slider-item {
    display: flex;
}
.cat_slider-inner {
    display: flex;
    flex-direction: column;
}
.cat_slider-inner.cat_slider-info {
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    height: 344px;
    max-width: 382px;
    background: #F9F9F9;
    margin: 0 40px 0 20px;
    font-size: 20px;
    line-height: 1.26;
	border-radius: 5px;
}
.cat_slider-inner.cat_slider-info > p {
    display: none;
}
.cat_slider-top {
    font-size: 24px;
	margin-bottom: 10px;
}
.section-cat_slider .owl-nav {
    position: absolute;
    z-index: 9999;
    top: -60px;
    right: 0;
    width: 100px;
    height: 42px !important;
}
.section-cat_slider .owl-carousel .owl-nav button {
	width: 24px;
    height: 42px;
	outline: 0;
	position: absolute;
	cursor: pointer;
    opacity: 1;
    transition: all .3s ease;
}
.section-cat_slider .owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.section-cat_slider .owl-carousel .owl-nav .owl-next {
    right: 0;
}
.section-cat_slider .owl-carousel .prev-slide {
	margin: auto;
	width: 8px;
    height: 21px;
    background: url(owl-carousel/left.svg) no-repeat scroll 0 0;
    left: 33px;
    transition: none;
}
.section-cat_slider .owl-carousel .next-slide {
	margin: auto;
	width: 8px;
    height: 21px;
    background: url(owl-carousel/left.svg) no-repeat scroll 0 0;
    right: 33px;
    transition: none;
	transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
	.section-cat_slider {
		margin: 50px 0;
	}
	.cat_slider_title {
		font-size: 26px;
		max-width: 60%;
	}
	.cat_slider-inner.cat_slider-info {
		height: auto;
		max-width: none;
	}
	.cat_slider-inner.cat_slider-info {
		font-size: 14px;
		margin: 0;
	}
	.cat_slider-inner.cat_slider-img {
		display: none;
	}
}

.top-partner .top-title {
    max-width: 937px;
}
.top-partner .top-description {
    max-width: 518px;
}
.partner-section .cenn_item_title {
    font-size: 26px;
	margin: 25px 0 15px;
}
.cenn_preim {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
}
.cenn_preim span, .cenn_item_title span {
    color: #5F8D71;
}
.logo_partners {
    margin: 80px 0;
}
.top-partner {
    margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
	.partner-section.section-cenn {
		margin-top: 100px;
	}
	.partner-section .cenn_item_num {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.cenn_preim {
		font-size: 26px;
	}
	.partner-section .cenn_item_title {
		font-size: 20px;
	}
	h2.title, .mainform_title {
		font-size: 26px;
	}
}

.order_item_i {
    font-size: 16px;
    margin-top: 15px;
}
.vopros-form .order_text {
    max-width: 556px;
    margin: 20px auto 45px;
}
.order_item .wpcf7-radio label {
    display: flex;
}
.order_item .wpcf7-radio input[type=radio] {
    flex: 1;
}
.order_item .wpcf7-radio span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 20px;
}
.order_item .wpcf7-radio span.wpcf7-list-item-label {
    font-size: 16px;
    margin-left: 7px;
}

.top--news .top-title {
    max-width: 548px;
}

.video--block a {
    display: block;
    padding: 120px 0;
}
.video--block a svg {
    max-width: 60px;
}
@media screen and (max-width: 767px) {
	.video--block a {
		padding: 60px 0;
	}
}

.news-page-item {
    max-width: 834px;
	margin-bottom: 30px;
}
.news-content-title h1 {
    line-height: 1.1;
}
.news-content-tags > div {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #5F8D71;
    padding: 12px 15px;
    border-radius: 2px;
	text-transform: lowercase;
}
.news-content-tags {
    margin: 20px 0;
}
.news-links {
    border: 2px solid #DFDFDF;
    padding: 15px;
}
.news-links-title {
    font-size: 24px;
    color: #5F8D71;
    margin-bottom: 10px;
}
.post_other {
    margin-bottom: 15px;
}
.side_post_title a {
    font-size: 16px;
    line-height: 1.2;
    display: block;
}

ul.product-attributes {
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
	margin-bottom: 30px;
	/*columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 40px;*/
}
ul.product-attributes li {
	position: relative;
    display: flex;
    justify-content: space-between;
}
ul.product-attributes strong {
    font-weight: normal;
	background: #fff;
    z-index: 2;
	padding-right: 7px;
}
ul.product-attributes span {
    background: #fff;
    z-index: 2;
    padding-left: 7px;
}
ul.product-attributes li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.1);
    z-index: 1;
}
@media screen and (max-width: 767px) {
	ul.product-attributes {
		font-size: 14px;
	}
}

.product_title:before {display:none !important}
h1.woocommerce-products-title {
    font-size: 2em;
	margin-top: 20px;
	/*color: #5F8D71;*/
}
.categories--content h2 {
    font-size: 1.4em;
}
.section-cat_text .container {
	padding-left: 0;
	padding-right: 0;
}

a.elem_border_btm.fancybox {
    display: inline-block;
    font-size: 14px;
}
#cities ul {
    color: #5F8D71;
	padding-left: 20px;
}
.top_city i {
    font-size: 12px;
    color: #5f8d71;
    padding-right: 5px;
}
a.elem_border_btm span{display:inline !important;border-bottom: 1px dashed #5F8D71;color: #5F8D71;}
a.elem_border_btm:hover{text-decoration:none}
.city_inner{font-weight: 600;margin-bottom:10px}.city_wrap{padding:20px;width:auto;text-align:left}
@media screen and (min-width:992px){#fancybox-content #cities{max-width:none !important}#cities ul{columns:4;-webkit-columns:4;-moz-columns:4}#cities ul li{padding-right:15px}}
@media screen and (min-width:768px) and (max-width:991px){#cities ul{columns:3;-webkit-columns:3;-moz-columns:3}}
.header-wrap #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
    background: #5F8D71;
    padding: 0 10px;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	.header-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
		box-shadow: none;
	}
	.top_city {
		max-width: 120px;
		display: flex;
	}
	.header-logo {
		order: 1;
	}
	.top_city {
		order: 2;
	}
	.header-menu {
		order: 3;
	}
}