/*!
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: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Black.eot');
	src: local('Montserrat Black'), local('Montserrat-Black'),
		url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Black.woff') format('woff'),
		url('fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	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 */
}

/* Montserratactive
	 ========================================================================== */

/*
 * 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: #3a3a3c;
	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;
	/* 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%;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

.site, .woocommerce {
	font-family: 'Montserrat';
	font-size: 14px;
}

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

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul.sub-menu li {
    max-width: 300px;
	padding: 0;
}
.main-navigation ul.sub-menu {
	background-color: #ffffff;
	padding: 0 10px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.hover_color_wrapper h6 {
    margin: 0;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 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
--------------------------------------------------------------*/
.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;
}

/* default subheader */
div#breadcrumbs {
	text-align: center;
	color: rgba(59, 30, 15, 0.6);
	margin-top: 0.625rem;
}

div#breadcrumbs a {
	color: rgba(59, 30, 15, 0.6);
}

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

h1.entry-title {
	text-align: center;
	margin: 0;
	font-size: 2rem;
}

/* Отображение блога,портфолио и статей */
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;
	}
	.sect-banner .v-center h1, .page_one_header h1 {
		font-size: 2em !important;
	}

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

	.spis-price b {
		font-size: 1.3em !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 */
.single-post .sub-content {
    display: none;
}
.post_others {
    background: #F4F5FC;
    border-radius: 30px;
    padding: 40px 30px;
}
.post_other_img {
    width: 30%;
	margin-top: 5px;
}
.post_other_content {
    padding-left: 15px;
	width: 70%;
}
.post_others h3 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.side_post_title a {
    font-size: 14px;
	line-height: 1;
}
.side_post_date {
    color: #B8B8B8;
    font-size: 13px;
	margin-top: 5px;
}
.post_other {
    margin-bottom: 25px;
}
.post_other_img img {
    border-radius: 8px;
}
.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;
}
/* .con-anons {
    font-size: 1.2rem;
} */
.con-img img {
    border-radius: 14px;
}
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;
}
.plan-block {
    margin: 30px 0 40px;
}
.plan-header {
    font-size: 1.6rem;
    color: #0095ef;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.plan-list li {
	font-size: 1.15rem;
	color: #54595F;
    margin-bottom: 5px;
}
.plan-list li a {
    color: #54595F;
	font-size: 1.15rem;
	padding-left: 5px;
	transition: all .2s;
}
.plan-list li a:hover {
	color: #95ce5a;
    text-decoration: none;
}
.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: #0a7f0a;
    background: #0a7f0a;
    color: #fff;
    font-weight: 600;
    padding: 1em 2em;
	cursor: poMontserrat;
}
.skidka-popup {
    text-align: center;
	line-height:110%;
	max-width: 530px;
}

.skidka-popup img {
	width:230px;
	text-align: center;
}

.skidka-popup .telephon {
margin: 0 0 0 10%;
 width: 40%; 
float: left;
}
.skidka-popup .button_skidka {
float: left; 
margin: 0 0 0 5%;
width: 40%; 
text-align: left;
}

@media screen and (max-width: 767px) {
	.skidka-popup .telephon {
	margin: 0 0 5%;
	width: 100%; 
	text-align: center;
	}
	.skidka-popup .button_skidka {
	margin: 0 0 5%;
	width: 100%; 
	text-align: center;
	}
	.skidka-popup img {
	width:70%;
	}
}


ul.list_check li, li.list_check {
    background: url(/wp-content/uploads/2019/11/icon-ok-min.png) no-repeat 20px 5px;
    font-weight: 600;
	
}
ul.list_check li {
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 50px;	
}
ul.list_check {
    list-style: none;
    margin-left: 0;
}



/* Аккордион */

#accordion .btn {
    text-align: left;
    white-space: normal;
 }
#accordion .btn-link {
    font-weight: 600;
    color: #333;
}

.subheader_1 {
	background-image: url(/wp-content/uploads/2026/04/sect1-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
	background-size: cover;
	padding: 70px 0;
	position: relative;
}
.subheader_1:before {
    content: '';
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 40;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(194,163,131,0) 100%);
}
.subheader_1 h1.entry-title, .entry-header h1 {
	text-align:left;
	font-size: 24px;
	color: #333;
    font-weight: 400;
}
.subheader_1 div#breadcrumbs, .subheader_1 div#breadcrumbs a {
    text-align: left;
    color: #333;	
    margin-top: 0.625rem;
}
.entry-header.container {
    z-index: 50;
    position: relative;
}


/* NEW */
.site a {
	color: #277e7b;
}
.site a:hover {
	text-decoration: none;
	color: #2d9f9b;
}
.site-header {
    background: hsla(0, 0%, 100%, .5);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
	z-index: 999;
    position: relative;
}
.header-flexbox {
    padding-bottom: 15px;
    padding-top: 15px;
}
.header--fixed .header-flexbox {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 0;
    padding-top: 0;
}
.header-flexbox, .header-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.header--fixed .header-flexbox > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 7px;
    padding-top: 7px;
}
.header-flexbox, .header-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.header-right {
	gap: 20px;
}

.header--fixed .header-contacts {
    border-left: 1px solid #b4bccc;
    padding-left: 16px;
    padding-right: 32px;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
}
.header-contacts .header-phone a {
	font-size: 20px;
    line-height: 1.25;
    fill: #1a253d;
    color: #1a253d;
    font-weight: 500;
    text-decoration: none;
}
.header--fixed .header-auth {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header--fixed .header-auth .button {
    border: 2px solid #0a7f0a;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 14px;
}
a.button {
    border: 0;
    border-radius: 8px;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    padding: 6px 18px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a.button-blue, a.stroke-blue:hover {
    fill: #fff;
    background-color: #0a7f0a;
    color: #fff;
}
a.stroke-blue {
    border: 2px solid #0a7f0a;
	color: #0a7f0a;
}
.header-logo img {
    height: 60px;
	width: auto;
}
.header_navigation a:after {
	content: '';
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header_cart {
    display: inline-block;
    position: relative;
	cursor: poMontserrat;
}
.cart_count {
    background: #0a7f0a;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 15px;
    margin-right: -6px;
}

.cus-block {
    margin-bottom: 30px;
}
.cus-name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}
.homeform {
    padding: 0;
}
.homeform_item {
    margin: 0 0 20px 0;
}
.homeform_item label {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #343A40;
    display: block;
}
.homeform_item input.wpcf7-form-control.wpcf7-text {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #343A40;
}
.homeform_item input[type="checkbox"] {
    display: none;
}
.homeform_item label input[type="checkbox"] ~ span {
    background: url(/wp-content/uploads/2024/09/check-off.svg) 0 50% no-repeat;
}
.homeform_item label input[type="checkbox"]:checked ~ span {
    background: url(/wp-content/uploads/2024/09/check-on.svg) 0 50% no-repeat;
}
.homeform_item .wpcf7-acceptance label > span {
	padding: 10px 0 10px 40px;
	font-size: 14px;
	display: block;
}
.homeform_item span.wpcf7-list-item {
    margin: 0;
}
.homeform_item input[type="submit"] {
	cursor: pointer;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #343A40;
    border: 1px solid ##0a7f0a;
    box-sizing: border-box;
    padding: 15px 40px;
    background: none;
    text-align: center;
    margin: 0;
    outline: none;
    background: #0a7f0a !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.homeform_item input[type="text"]:focus {
	background: transparent;
}
.title_module {
    font-weight: 600;
    font-size: 50px;
    line-height: 72px;
    color: #343A40;
	margin-bottom: 30px;
}
.cus-block p {
    opacity: 0.7;
	font-size: 18px;
}
.tel-text {
	opacity: 0.7;
	margin-bottom: 5px;
}
.line_link {
    display: flex;
    align-items: center;
    padding: 0;
}
.line_link a {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    text-decoration: none;
}
.line_link a img {
    max-width: 100%;
}
.social_link {
    display: flex;
    margin: 15px 0 0 0;
}
.social_link a {
    display: flex;
    width: 32px;
    height: 32px;
    margin: 0 22px 0 0;
    border-radius: 100%;
}
.social_link a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px) {
	.title_module {font-size: 26px;}
}

.product_meta {
    font-size: .9em;
}
.product_meta a {
    color: #6d87a2;
}
span.sku_wrapper {
    display: block;
}	
	.descr {
    margin-top: 40px;
    display: block;
}
	.descr table
	{
	    width: 100%;
	}
	.descr table th {
    background: #ccc;
}
	.descr table th, .descr table td {
    text-align: left;
    border: none;
	padding: 10px;
}
	.descr table tr td:nth-child(2n) {
	text-align: left;
	}
	.consultation_btn {
	    margin-left: 15px;
    vertical-align: middle;
    margin-bottom: 8px;
    padding: 10px 10px;
		    background-color: #fff;
    border: 2px solid #D5D5D5;
    color: #404040;
    font-weight: 600;
	}
		.consultation_btn:hover {
	    background-color: #dfdcde;
    text-decoration: none;
  color: #404040;
	}
	.content_single_product {
	margin: .5em 0;
}

.content_single_product a {
	color: #1a253d;
}
	.content_single_product_tabs p.title_table_1 {
	font-family: 'Playfair Display SC', serif;
	text-transform: uppercase;
	font-size: 1.08em;
	font-weight: normal;
}

.content_single_product_tabs .nav-tabs .nav-link.active,
.content_single_product_tabs .nav-tabs .nav-item.show .nav-link,
.content_single_product_tabs .nav-tabs .nav-link:hover,
.content_single_product_tabs .nav-tabs .nav-link:focus {
	border-bottom: 2px solid var(--gold);
	border-right: none;
	border-left: none;
	border-top: none;
	color: var(--gold);
}

.content_single_product_tabs .nav-tabs li {
	margin-right: 1em;
}

.content_single_product_tabs .nav-tabs li a {
	color: #444;
	font-weight: bold;
	border-bottom: 2px solid transparent;
		border-right: none;
	border-left: none;
	border-top: none;
}

.content_single_product_tabs .tab-pane {
	padding: .5em .7em;
}

.title_page	{
	font-size: 35px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 0px;
	color: #ffffff;
	font-family: 'Playfair Display SC', serif;
	margin-bottom:10px;
	}
	
.h2_product {
	font-size: 125%;
	margin-top: 2em;
	text-transform: uppercase;
}
a.woocommerce-review-link {
    margin: 0 0 0 10px;
    font-size: 14px;
}
.price_and_installment {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.price_and_installment p.price {
	font-size: 1.8em;
}

.price_and_installment .installment {
	margin-left: auto;
	line-height: 1.7;
}

.price_and_installment .installment span:nth-child(1) {
	padding: 5px 1vw;
	border: 2px solid #DC99A0;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
}

.price_and_installment .installment span:nth-child(2) {
	padding: 3px 7px;
	margin-left: .5em;
	border-radius: 100%;
	background-color: #999;
	color: #fff;
}

.add_to_cart_and_consultation form {
	display: flex;
}

.add_to_cart_and_consultation .quantity {
	width: 75px;
	margin-right: 4px;
}

.add_to_cart_and_consultation .quantity label {
	display: none;
}

.add_to_cart_and_consultation .quantity input {
	padding: 10px;
	margin-bottom: 0;
	width: 100%;
}

.add_to_cart_and_consultation button {
	font-size: 1.03em;
	padding: 10px 15px;
	    margin: 0 0 7px;
		color: #fff;
}

.add_to_cart_and_consultation button.consultation_btn {
	background-color: transparent;
	color: #1a253d;
	border: 2px solid #ccc;
	font-size: .95em;
	margin-left: auto;
	font-weight: bold;
}

.page_product_calculate {
	display: flex;
	margin: .5em 0;
}

.page_product_calculate i {
	margin-right: 2%;
}

.page_product_calculate i:before {
	content: '';
	background-position: -510px -1px;
	background-position: -995px 0;
	width: 70px;
	height: 58px;
	display: inline-block;
	margin: 0 auto;
}

.page_product_calculate a {
	color: var(--gold);
	font-weight: bold;
}



section.related ul.products li.product {
	width: 31% !important;
	margin: 0 1%;
}

.content_single_product_metall_btn button {
	background-color: transparent;
	padding: 0;
	width: 45px;
}
@media (max-width: 1200px) {
	.price_and_installment p.price {
		font-size: 165%;
	}
}
@media (max-width: 992px) {
	.price_and_installment.d-flex,
  .add_to_cart_and_consultation.d-flex {
		display: block !important;
	}

	.add_to_cart_and_consultation .quantity {
		width: 45%;
		margin-right: 5%;
		margin-top: .4em;
	}

	.single_add_to_cart_button.button.alt {
		width: 50%;
		background-color: var(--std_color);
		margin-top: .4em;
	}

	.add_to_cart_and_consultation button.consultation_btn {
		width: 100%;
		margin-top: .6em;
	}
	.nav-link {padding: 0.5rem .2em;}
}

@media (max-width: 768px) {
	
	.add_to_cart_and_consultation form {
		width: 50%;
	}

	.price_and_installment.d-flex,
  .add_to_cart_and_consultation.d-flex {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}

	.add_to_cart_and_consultation button.consultation_btn {
		width: auto;
		margin-top: 0;
	}
}
@media (max-width: 577px) {
.price_and_installment.d-flex,
  .add_to_cart_and_consultation.d-flex {
  	display: block !important;
  }
  .add_to_cart_and_consultation form {
		width: 100%;
		margin-bottom: .4em;
	}
		.content_single_product_tabs .nav-tabs li {
		width: 100%;
		text-align: center;
	}

.content_single_product_tabs .nav-tabs li {
		margin-right: 0;
	}

	.d-flex.content_single_product_metall_btn {
		flex-wrap: wrap;
	}

	.content_single_product_metall_btn button {
		width: 20%;
	}
}
@media (max-width: 430px) {
	section.related ul.products li.product {width: 100% !important;}
	section.related ul.products li.product img {margin: 0 auto;}
}

@media (max-width: 430px) {
	section.related ul.products li.product {width: 100% !important;}
	section.related ul.products li.product img {margin: 0 auto;}
}

.woocommerce-pagination {
	padding: 1em 0;
}

.woocommerce-pagination ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	text-align: center;
}

.woocommerce-pagination ul li {
	display: inline-block;
}

.woocommerce-pagination ul li span {
	background-color: var(--std_color);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 0 .4em;
}

.woocommerce-pagination ul li a {
	background-color: #ccc;
	color: #1a253d;
	padding: 3.5px 8px;
	border-radius: 4px;
	margin: 0 .1em;
}

.woocommerce-pagination ul li a:hover {
	text-decoration: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0a7f0a;
  opacity: .7;
  color: white;
  cursor: poMontserrat;
  padding: 10px 18px;
  border-radius: 4px;
  transition: all .2s;
}
#myBtn:hover {
  background-color: #555;
}
footer#colophon {
    padding-bottom: 20px;
}
.copyright {
    margin-top: 20px;
}
.site-footer {
	border-top: solid 3px #0a7f0a;
    padding: 35px 0px;
    background-color: #1e1e1e;
    color: #fff;
}
.site-footer a {
    font-weight: 600;
    color: #fff;
}
.footer-col-1 img {
    max-width: 330px;
}
.site-info {
    padding-top: 30px;
    border-top: solid 3px #0a7f0a;
}
.site-footer .footer-links a {
    font-weight: 400;
}
.site-footer .footer-links {
    margin-top: 20px;
    margin-bottom: 20px;
}

h2.title_h {
    text-transform: uppercase;
	font-size: 24px;
	position: relative;
}
.how_it_works-block_1 {
    text-align: center;
	margin-bottom: 30px;
}
.how_it_works_1 {
    width: 180px;
    height: 180px;
    line-height: 178px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.how_it_works_1 img {
	border: 2px solid #c1c1c1;
    border-radius: 90px;
    padding: 5%;
	width:138px;
	height:138px;
}
.how_it_works_1 .number_1 {
    background: #0a7f0a;
    border-radius: 50px;
	position: absolute;
    bottom: 10%;
    left: 30%;
    margin-left: -17px;
	color:#fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 0 0 rgba(0,0,0,0) inset;
}
.how_it_works-block_1 .desc_1 {
	margin-top:0;
}
.has_border_1:after {
    content: "";
    display: block;
    width: 15%;
    height: 4px;
    background: #c1c1c1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: -40%;
    top: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.has_border_1:after {right: -25%;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.has_border_1:after {right: -5%;}
	.how_it_works-block_1 {padding: 0 !important;}
}
@media screen and (max-width: 767px) {
	.has_border_1:after {
		display: none;
	}
	.footer-block.footer-col-2 {
		margin-bottom: 20px;
	}
}

.col_item {
	width: 100%;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 0px 76px 0px rgba(0,0,0,.1);
    padding: 30px;
}
.col_item-stars .stars_wrap {
	text-align: right;
}
.col_item-stars .star-rating {
	display: inline-block;
    float: none;
    margin: 10px 0;
	overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}
.col_item-stars .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.col_item-stars .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.col_item-stars .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffd500;
}
.col_item-img {
    text-align: center;
}
.col_item-img img {
    max-height: 150px;
    border: 1px solid #e7e7e7;
}
.col_item-title {
    color: #1a253d000;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}
.col_item-text {
    position: relative;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
}
.col_item-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
	display:none !important;
}
.col_item-right {
    color: #252525;
    font-size: 18px;
    font-weight: 400;
}
.col_item-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 15px;
    background: url(/wp-content/uploads/2024/09/photo.svg);
}
.col_item-text span {
    padding-top: 30px;
    display: block;
}
a.rev-readmore {
    font-size: 12px;
    text-decoration: underline;
}
.gray {
    background-color: #fafafa;
}
.col-rev-form {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
	text-align: center;
}
.col-rev-form .wpcf7-spinner {
    width: 100%;
}

.about-block h2, .about-year {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-color: transparent;
    background-image: linear-gradient(250deg, #6EC9FA 0%, #74A4EF 100%);
    font-size: 36px;
    position: relative;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left;
    margin: 20px 0 15px;
}

h2.h2_dostavka_1 {
    font-size: 24px;
    text-align: left;
    margin: 15px 0 20px;
}
.dostavka_1_block {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    padding-top: 9px;
    text-align: center;
    max-width: 318px;
	color: #646464;
}
.delievery-item {
    max-width: 318px;
    min-height: 71px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.home-text h2 {
    text-align: left;
    font-size: 24px;
    margin: 30px 0 20px;
}
.home-text img {
    border-radius: 15px;
}
ul.checklist {
    list-style: none;
    padding: 0;
}
ul.checklist li {
	position: relative;
	margin-bottom: 5px;
    padding-left: 30px;
}
ul.checklist li:after {
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.955 4.26a1.25 1.25 0 0 1 0 1.767l-9.37 9.369a1.334 1.334 0 0 1-1.885 0l-4.655-4.654a1.25 1.25 0 1 1 1.767-1.768l3.83 3.83 8.545-8.545a1.25 1.25 0 0 1 1.768 0Z' fill='%236BD9B1'/%3E%3C/svg%3E");
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    top: 0;
    width: 20px;
}
.doc--item {
    padding: 10px 8px;
}
@media only screen and (min-width: 768px) {
	.site-header.header-sticky {
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
	.header_navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li {
		transition: all .3s;
		border-bottom: 2px solid transparent;
	}
	.header_navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:hover, .header_navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current_page_item {
		border-bottom: 2px solid #0a7f0a;
	}
	.slider_home_text {
		padding-right: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.header-navigation {
		order: 3;
	}
	.header-flexbox, .header-right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-flexbox > div {
		width: 100%;
		justify-content: center;
	}
	.header-logo {
		text-align: center;
		margin-bottom: 15px;
	}
	.header-right {
		margin-bottom: 15px;
	}
	.header-contacts {
		width: 100%;
		text-align: center;
	}
	.slider_home .row {
		padding: 40px 0;
	}
	h1.slider_home_title {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.slider_home_text {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.slider_home_btns a {
		font-size: 12px;
		padding: 6px 10px;
	}
	a.slider_btn_two.ml-3 {
		margin-left: 5px !important;
	}
	.slider_background {
		position: absolute;
		background-size: 100%;
		top: 90px;
		right: -30px;
	}
	.footer-col-1 {
		margin-bottom: 20px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		background: rgb(247,247,247);
		color: #333;
	}
	.row-about img {
		width: 200px;
	}
}

.razdel {
	margin: 50px 0 0;
	background: #dffff0;
}
.razdel > .container > .row {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.razdel h2 {
    text-align: left;
    margin: 20px 0;
    font-size: 28px;
    font-weight: 600;
}
.razdel p {
    margin-top: 1.25rem;
    font-size: 1.3rem;
    line-height: 1.54;
}
a.btn-razd {
	color: #fff;
    border-color: #0a7f0a;
    background-color: #0a7f0a;
	padding: 15px 30px;
    font-size: 1rem;
    line-height: 1.47;
    border-radius: 0.375rem;
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    font-weight: 700;
	transition: all 0.2s ease-in-out;
	box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
}
a.btn-razd:hover {
	color: #fff;
    border-color: #1fa59f;
    background-color: #1fa59f;
	box-shadow: none;
}
@media (max-width: 767px) {
		.razdel > .container > .row {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.faq #accordion .btn {
    text-align: left;
    white-space: normal;
	padding: .75rem 1.25rem;
	width: 100%;
 }
.faq #accordion .btn-link {
    font-weight: 600;
    color: #333;
}
.faq #accordion .card-header {
	padding: 0;
}
.faq #accordion .card {
    margin-bottom: 1rem;
}
.faq #accordion .card > p {
    margin-bottom: 0;
}

.help-list {
	padding: 5%;
	background-color: #f2f2f2;
}

.ourDetails table {
	width: 100%;
}
.ourDetails table tr td {
    padding-bottom: 10px;
}
.ourDetails table tr td:first-child {
	width: 30%;
    max-width: 440px;
    padding-right: 10px;
    position: relative;
}
.ourDetails table tr td:first-child span {
    background: #FFFFFF;
    z-index: 12;
    position: relative;
}
.ourDetails table tr td:first-child span:after {
    position: relative;
    display: block;
    width: 100%;
    content: '';
    border-bottom: 0.5px dotted;
    margin-top: -6px;
    z-index: -1;
}
.ourDetails table tr td:last-child {
    max-width: 720px;
	padding-bottom: 6px;
}
@media screen and (max-width: 680px) {
    .ourDetails table {
        background: none;
    }
}
@media screen and (max-width: 380px) {
	.ourDetails table tr td:first-child {
        vertical-align: top;
    }
    .ourDetails table tr td:first-child span:after {
        margin-top: -5px;
    }
    .ourDetails table tr td {
        font-size: 14px;
    }
}

.shop-slider-item {
    margin: 30px 0;
}
.shop-slider-item a {
    display: block;
	border: 1px solid #ededed;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: all .3s;
    padding: 25px 20px;
    text-align: center;
}
.shop-slider-item a:hover {
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.16);
}
.shop-slider-price {
    font-size: 18px;
    margin: 10px 0;
	color: #333;
}
.shop-slider-title {
	margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.product_title h2 {
    text-transform: none;
    text-align: left;
	margin: 0;
}
.product table.table-bordered {
    border: solid 1px #e8e9ea;
    box-shadow: 0 0 10px rgba(0, 0, 0, .09);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.product table.table-bordered tr:first-child {
    border-bottom: solid 2px #0a7f0a;
}
.product table.table-bordered td, .product table.table-bordered th {
    border: none;
	padding: 15px 20px;
	color: #333;
    font-size: 14px;
}
.product table.table-bordered td {
    border-bottom: 1px solid #f1f1f1;
}
@media screen and (min-width: 1200px) {
	.product .table-responsive {
		overflow: visible;
	}
}
.preforma-img img {
    border-radius: 50%;
    max-height: 250px;
}

/*  TEMP */
form.cart, .site-header .header_cart, .price-plus, .price-one, section.shop_woocommerce_product_loop_start, .price, .shop-slider-price {
    display: none !important;
}
a.consultation_btn {margin-left:0;}

/* NEW CSS */
.site h2 {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    margin: 30px 0 30px;
    color: #1e1e1e;
    font-weight: bold;
}
.top-toolbar {
 	background-color: #0a7f0a; 
	padding: 7px 0px;
	color: #fff;
}
.top-toolbar .fa {
	margin-right: 5px;
}
.top-toolbar a {
	margin-right: 10px;
  	color: #fff;
  	transition: all 0.3s;
}
.top-toolbar a:hover {
	color: #d0d0d0;
  	transition: all 0.3s;
}
.top-toolbar .container .row {
    align-items: center;
}
.navbar .logo {
    max-width: 240px;
    margin: 15px 0px;
}
.navbar .logo img {
    width: 100%;
}
.navbar {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.main-header nav {
  	padding: 0px;
    border-bottom: solid 5px #0a7f0a;
  	background-color: #fff;
}
.main-header nav .container {
    overflow: unset;
}
.mod_yatranslate .lang__link_select {
    align-items: flex-start;
    text-align: center;
    font-size: 0;
}
.mod_yatranslate .lang__img {
    width: 34px;
    height: 20px;
    flex-shrink: 0;
    font-size: 10px;
    display: block;
    transition: .3s all;
}
.main-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    background: #0a7f0a;
	border-radius: 7px;
}
.main-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
	margin: 0;
    padding: 0 5px;
}
div#navbarNavDropdown {
    padding: 0;
}
@media screen and (min-width: 1200px) {
	.main-header.fix {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	.main-header.fix .top-toolbar {
		display: none;
	}
}
@media screen and (max-width: 991px) {
    .top-toolbar .box-1, .top-toolbar .box-2, .top-toolbar .box-3, .top-toolbar .box-4 {
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 768px) {
    .main-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 29px 10px;
		line-height: 1;
		height: auto;
		transition: all .2s;
    }
	.main-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-item > a.mega-menu-link {
		background-color: #0a7f0a;
		color: #fff;
	}
	.main-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
		background-color: #0a8f0a;
		color: #fff;
	}
}

.sppb-row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    z-index: 1;
}
#section-id-1559626288221 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50%;
    box-shadow: 0px 0px 0px 0px #fff;
	position: relative;
}
#section-id-1559626288221 {
    padding-top: 160px;
    padding-right: 0px;
    padding-bottom: 160px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #fff;
}
#sppb-addon-1559626508200 .sppb-addon-header h1.sppb-addon-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 52px;
    letter-spacing: 0px;
}
#section-id-1559626288221>.sppb-row-overlay {
    background-color: rgba(0, 0, 0, 0.15)
}
#section-id-1559626288221>.sppb-row-overlay {
    mix-blend-mode: normal;
}
#section-id-1559626288221 .container {
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 767px) {
    #sppb-addon-1559626508200 .sppb-addon-header h1.sppb-addon-title {
		font-size: 32px;
	}
}

.section-bm {
    background-image: url(/wp-content/uploads/2026/04/bgr.jpg);
    background-size: cover;
    background-position: center right;
}
.bm-content {
    padding: 40px 0;
}
.bm-line {
    margin: 20px 0 25px;
}
.bm-line span {
    display: inline-block;
    background: #0a7f0a;
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
}
.bm-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bm-list ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 20px;
    padding-left: 16px;
}
.bm-list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0a7f0a;
}
.bm-ras {
    margin: 20px 0 0;
    font-size: 32px;
    font-weight: bold;
}
.bm-bottom {
    background: #0a7f0a;
	padding: 5px 0;
}
.bm-bottom_list ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 0;
	padding-left: 20px;
    margin: 0;
}
.bm-bottom_list ul li {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
	padding: 0 10px;
}
@media screen and (max-width: 767px) {
	.section-bm {
		background-position: center;
	}
    .bm-line span {
		font-size: 12px;
	}
	.bm-list ul li {
		font-size: 12px;
	}
	.bm-list ul li:before {
		top: 6px;
		width: 5px;
		height: 5px;
	}
	.bm-ras {
		font-size: 14px;
	}
	.bm-bottom_list ul {
		justify-content: flex-start;
	}
	.bm-bottom_list ul li {
		font-size: 12px;
		padding: 0 20px 0 0;
	}
	.bm-bottom_list {
		padding-left: 5px;
	}
}

.products .product {
    margin-bottom: 50px;
}
a.woocommerce-loop-product__link {
    height: 250px;
    display: block;
    overflow: hidden;
}
a.woocommerce-loop-product__link img {
    object-fit: cover;
    height: 100%;
}
.product-title {
    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: 700;
	line-height: 1.2;
}
.product-button a {
    display: inline-block;
    padding: 12px 40px 12px 40px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #0a7f0a;
    color: #FFFFFF;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    border-radius: 4px;
    transition: all .15s ease-in-out;
}
.product-button a:hover {
    background-color: #1e1e1e;
    color: #FFFFFF;
}
.shop-catalog-btn a.button {
    text-transform: uppercase;
    font-size: 21px;
    background-color: #0a7f0a;
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 30px 0;
	transition: all .2s;
}
.shop-catalog-btn a.button:hover {
    background-color: #1e1e1e;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .shop-catalog-btn a.button {
		padding: 15px 0;
	}
}

h1.product-single__title {
    margin-bottom: 30px;
    color: #0a7d0a;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}
.product__description {
    margin-bottom: 30px;
}
.product__price {
    color: #0a7f0a;
    font-weight: bold;
    font-size: 35px;
    line-height: 30px;
}
.product__price ins {
    background: transparent;
	display: block;
}
.product__price del {
    margin-bottom: 5px;
    font-size: 30px;
    display: block;
	text-decoration: none;
}
.product__price del span.woocommerce-Price-amount.amount {
    position: relative;
}
.product__price del span.woocommerce-Price-amount.amount:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: red;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.products .product__price {
    margin-bottom: 20px;
	font-size: 28px;
	display: flex;
    align-items: flex-end;
}
.products .product__price del {
    font-size: 22px;
	margin-bottom: 0;
}
span.nds {
    font-size: 16px;
    font-weight: bold;
    color: red;
	line-height: 1.4;
    padding-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	span.nds {display:none}
}
span.onsale {
    display: none;
}
.product__btn {
    margin-top: 30px;
}
a.x-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 40px 12px 40px;
    background-color: #0a7f0a;
    color: #FFFFFF;
    transform: skew(-15deg);
    transition: all 0.5s;
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
    border-radius: 4px;
}
a.x-btn:hover {
    background-color: #1e1e1e;
    color: #FFFFFF;
}
.shop_product h2 {
    text-align: left;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: solid 3px #0a7f0a;
    margin-bottom: 40px;
}
.product_description table tr {
    background: #f8f6ff;
    border: none;
}
.product_description table tr:nth-child(even) {
    background: #fff;
}
.product_description table th {
    color: #fff;
    background: rgb(10, 127, 10);
    border: none !important;
    padding: 16px 20px !important;
    font-size: 18px;
}
.product_description table td {
	color: grey;
    border: none !important;
    font-size: 16px;
    padding: 16px 20px !important;
}
.product_description table tr td:first-child {
    width: 40%;
}
.section.about-bottom {
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 0px 0px 0px #fff;
	padding: 60px 0;
}
.gallery .gallery-item {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0;
}
.about-photos-text {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
}
h3.sppb-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 44px;
    color: #0a7f0a;
    line-height: 1.2;
}
p.caption {
    margin: 30px 0px;
    font-size: 18px;
    font-weight: 700;
}
.gray {
	margin-top: 40px;
    background-color: #f6f6f6;
    padding: 20px 0 40px;
}
a.sppb-btn {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 8px 12px;
    text-align: center;
    font-size: 16px;
    background-color: #0a7f0a;
    color: #fff;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}
a.sppb-btn:hover {
    background-color: #1e1e1e;
    color: #fff;
}
.dop-img-title {
    margin: 10px 0 15px;
    font-size: 14px;
}
.dop-img-image {
    max-height: 240px;
    overflow: hidden;
}
.dop-img-image img {
    height: 100%;
    object-fit: cover;
}
.preim__inner_icon {
    text-align: center;
    color: #0a7f0a;
}
.preim__inner_icon i {
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.preim__inner_title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.preim__inner_text {
    text-align: center;
}
.section-content.black {
    background-color: #1e1e1e;
    color: #fff;
	padding-top: 60px;
    padding-bottom: 60px;
}
.section-content {
    margin-top: 60px;
}
.site .black h2 {
    color: #fff;
}
.razdel {
	margin: 2rem 0;
	background-color: #000;
	background-repeat: no-repeat;
    background-position: center 50%;
	background-size: cover;
	position: relative;
}
.razdel:before {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
	background-color: rgba(0, 0, 0, 0.4);
}
.razdel > .container > .row {
	padding-top: 60px;
	padding-bottom: 60px;
}
.razdel-info {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	margin-top: 20px;
}
h3.heading-decorated {
	font-size: 46px;
    line-height: 1.17;
	font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.heading-decorated::after {
	content: '';
    position: relative;
    display: block;
    height: 1px;
    width: 35px;
    margin-top: 15px;
    background: #80deea;
    will-change: transform, opacity;
    margin-left: auto;
    margin-right: auto;
}
a.button-raz {
	color: #fff;
    background-color: #008000;
    border-color: #fff;
	margin-top: 45px;
	display: inline-block;
    width: auto;
    max-width: 100%;
    border: 1px solid;
    border-radius: 0;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 17px;
	font-weight: 600;
	transition: .33s all ease;
    white-space: normal;
    text-transform: uppercase;
}
a.button-raz:hover {
	color: #fff;
    background-color: #000;
    border-color: #fff;
}
@media screen and (max-width: 767px) {
	h3.heading-decorated {
		font-size: 26px;
	}
}

.rev-col {
    background-color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.rev-col-img svg, .rev-col-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.rev-col-top {
    display: flex;
	align-items: center;
}
.rev-col-inner {
    padding-left: 10px;
}
.rev-col-date {
    font-size: 12px;
}
.rev-col-name {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px;
}
.rev-col-text {
    margin-top: 15px;
}
.page-content h2 {
    text-align: left;
}
.product__description ul, .deliv-text ul {
    padding-left: 15px;
}
.product__description ul li::marker, .deliv-text ul li::marker {
    color: #53a553;
}
.price_text_block {
    font-size: 16px;
    font-weight: bold;
    color: red;
    margin-top: 10px;
}

.gal span.wpcf7-list-item-label {
    font-size: 14px;
}
.gal {
    clear: both;
    margin: 10px auto 10px;
	white-space: normal;
	font-size: 12px;
}
.gal label {
	line-height: 1.3;
}
.gal.gal-400 {
    max-width: 400px;
}
.gal span.wpcf7-list-item {
    margin-left: 0;
}
.gal span.wpcf7-list-item-label {
    font-size: 12px;
	padding-left: 3px;
}
.gal span.wpcf7-list-item-label span {
	font-size: 12px;
	font-weight: 400;
}
a.pers {
    text-decoration: underline;
}
.gal span.wpcf7-form-control-wrap {
    width: auto;
}