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

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

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

.site, .woocommerce {
	font-family: 'Raleway', arial, sans-serif;
}

.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: 10px;
    padding: 40px 30px;
}
.post_other_img {
    width: 25%;
	margin-top: 5px;
}
.post_other_content {
    padding-left: 15px;
	padding-top: 4px;
	width: 70%;
}
.post_others h3 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.side_post_title a {
    font-size: 14px;
	line-height: 1.2;
    display: block;
}
.side_post_date {
    color: #B8B8B8;
    font-size: 13px;
	margin-top: 5px;
}
.post_other {
    margin-bottom: 15px;
}
.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: #008dd0;
    background: #008dd0;
    color: #fff;
    font-weight: 600;
    padding: 1em 2em;
	cursor: pointer;
}
.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: 400;
	
}
ul.list_check li {
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 50px;	
}
ul.list_check {
    list-style: none;
    margin-left: 0;
	padding: 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/2025/04/sub.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	padding: 40px 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;
	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: #008dd0;
	transition: all .2s;
}
.site a:hover {
	text-decoration: none;
	color: #159fe1;
}
.subheader_3 {
    margin-bottom: 30px;
}
.breadcrumbs {
    padding-top: 20px;
    font-size: 13px;
    margin-bottom: 15px;
	color: #959595;
}
.site .breadcrumbs a {
    color: #959595;
}
.breadcrumbs span.breadcrumb_last {
    color: #333;
}
h1.sub-title {
    font-size: 30px;
    font-weight: 400;
}
.header-logo img {
    max-height: 80px;
    width: auto;
}
.header-top{
	position: relative;
	padding:10px 0;
}
.header-info-item, .header-info-item a {
	color: #3d3d3c;
}

.header-bottom {
	width:100%;
	background-color:#def4ff;
	box-shadow:0 7px 16px 0px rgba(0,0,0,.09);
	z-index:111;
	position:relative;
}
.header-top .container {
	position: relative;
    z-index: 2;
}
.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-inner > div {
	position: relative;
	margin: 7px 0;
}
.header-info {
	font-size: 14px;
	padding-left: 60px;
}
.header-mail {
	font-size: 14px;
	padding-left: 60px;
}
.header-phones {
	text-align: left;
    padding-left: 60px;
	font-weight: 500;
}
.logo-img img {
    padding: 8px 12px;
}
a.custom-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.logo-text {
    text-align: left;
}
.logo-text-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: rgb(29,36,65);
	margin-bottom: 3px;
}
.logo-text-span {
    color: rgba(29,36,65,.6);
    font-size: 13px;
    line-height: 18px;
}
.header-phones a.header-link {
	display: block;
	color: #1d90f1;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    transition: .2s;
}
.header-phones a.header-link:hover {
	color: #1d2441;
}

.header-info::before, .header-mail::before, .header-phones::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(29,144,241,.1);
    transform: translateY(-50%);
}
.header-info::after, .header-mail::after, .header-phones::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    width: 18px;
    height: 18px;
    background-size: cover;
    transform: translateY(-50%);
}
.header-info::after {
	background-image: url(/wp-content/uploads/2024/10/address.svg);
}
.header-mail::after {
	background-image: url(/wp-content/uploads/2024/10/email.svg);
}
.header-phones::after {
	background-image: url(/wp-content/uploads/2024/10/phone.svg);
}
a.header-tel {
    font-family: 'Arial', sans-serif;
	font-size: 21px;
}
@media screen and (min-width:992px) and (max-width:1199px){
	a.header-tel {
		font-size: 18px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.header-inner .header-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.header-inner .header-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.header-inner .header-mail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.header-inner .header-phones {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (min-width:992px){
	.header-inner .header-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}
	.header-inner .header-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}
	.header-inner .header-mail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22%;
		flex: 0 0 22%;
		max-width: 22%;
	}
	.header-inner .header-phones {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22%;
		flex: 0 0 22%;
		max-width: 22%;
	}
}
@media screen and (min-width:768px){
	.header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li {
        transition: all .3s;
    }
}
@media screen and (max-width:767px){
	.header-logo img {
		margin-top: 10px;
	}
	.header-bottom .container {
		padding: 0;
	}
	.header-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
	.header-bottom {
		background-color: #1d90f1;
	}
}
@media screen and (min-width:470px) and (max-width:540px){
	.header-inner > div {
		width: 100%;
	}
}

.header-menu #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 {
	line-height: 1.4;
	padding: 12px 10px 12px 10px;
}

.site h2 {
	font-size: 24px;
    margin: 20px 0 15px;
}
.site h3 {
    font-size: 20px;
    margin: 25px 0 15px;
}
.site h2.text-center {
    margin: 20px 0 35px;
    color: #2e2e2e;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0px;
	position: relative;
}
h2.text-center:before {
    background-color: #1d90f1;
    content: "";
    height: 2px;
    top: 50px;
    position: absolute;
    width: 7%;
    right: 25%;
    left: 46%;
}
@media only screen and (max-width: 767px) {
	.site h2.text-center {font-size: 24px; margin: 10px 0 5px;line-height: 1.2;}
	h2.text-center:before {display: none;}
}

.b-top {
    background-image: linear-gradient(90.26deg, #D9D9D9 0.2%, rgba(217, 217, 217, 0) 97.9%), var(--top-bg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}
.top__text {
    max-width: 564px;
}
.site h1.top__title {
	color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    padding-top: 88px;
    margin: 0 0 14px;
}
.top__descr {
	color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 41px;
    font-weight: 600;
}
.top__btns {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
}
a.btn-main {
	position: relative;
	display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    background-color: #1d90f1;
    border: 1px solid #1d90f1;
    color: #fff;
    border-radius: 4px;
    padding: 20px 16px;
    text-align: center;
    min-width: 200px;
	transition: all .2s;
	overflow:hidden;
}
a.btn-main:hover {
    background-color: #197ed3;
    color: #fff;
	border: 1px solid #1d90f1;
}
.t-btn_wrap-effects{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translateX(-85px);-ms-transform:translateX(-85px);transform:translateX(-85px);-webkit-animation-name:flash;animation-name:flash;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.t-btn_effects{background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.4)));background:-webkit-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,.4));background:-o-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,.4));background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.4));width:45px;height:100%;position:absolute;top:0;left:30px;-webkit-transform:skewX(-45deg);-ms-transform:skewX(-45deg);transform:skewX(-45deg)}
@-webkit-keyframes flash{20%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}
@keyframes flash{20%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}
a.btn-secondary {
	display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, .8);
    color: #1d90f1;
    border: 1px solid #1d90f1;
    border-radius: 4px;
    padding: 20px 16px;
    text-align: center;
    min-width: 200px;
	margin-left: 20px;
	transition: all .2s;
}
a.btn-secondary:hover {
    background-color: rgba(255, 255, 255, .9);
    color: #1d90f1;
}
@media only screen and (max-width: 767px) {
	.site h1.top__title {font-size: 26px;}
	a.btn-main, a.btn-secondary {
		font-size: 14px;
		min-width: auto;
		padding: 15px 10px;
	}
}
.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"] {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #343A40;
    border: 1px solid #343A40;
    box-sizing: border-box;
    padding: 15px 40px;
    background: none;
    text-align: center;
    margin: 0;
    outline: none;
    background: #343A40 !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;}
}

.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: 2em 0 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;
}
.attr-price {
    font-size: 20px;
}
span.woocommerce-Price-amount.amount {
    font-size: 22px;
}

.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: 14px 10px;
	margin-bottom: 0;
	width: 100%;
}

.add_to_cart_and_consultation button {
	font-size: 1em;
    padding: 8px 15px;
    margin: 0 0 7px;
    color: #fff;
    outline: 0;
	cursor: pointer;
    background: #008dd0;
    border: 0;
}

.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;
}
.product_meta, .product_meta span a {
    font-size: .9em;
    color: #878787;
    margin-top: 15px;
}
@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: 15%;
		margin-right: 5%;
		margin-top: .4em;
	}

	.single_add_to_cart_button.button.alt {
		width: 50%;
		background-color: #008dd0;
		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: 767px) {
	.add_to_cart_and_consultation form {
		width: 50%;
	}
	.add_to_cart_and_consultation .quantity input {
		padding: 10px 10px;
	}
	.consultation_btn {
		margin-left: 0;
	}
	.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%;
	}
	.woocommerce .shop_product div.product div.images img {
		width: 70% !important;
		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;}
}

ul.products li {
	text-align: center;
}

ul.products li img {
	max-width: 100%;
	height: auto;
}

ul.products li a {
	color: #1a253d;
	transition: all .3s;
}

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

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
    color: #2b6393;
}

ul.products li a span.price {
	color: var(--std_color);
	font-size: 1.1em;
}

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

section.shop_woocommerce_product_loop_start {
	width: 100%;
	height: auto;
	padding: .5em;
	margin-bottom: .8em;
}

section.shop_woocommerce_product_loop_start p {
	margin: 0;
	line-height: 2.5;
	color: #8d8d8d;
    font-size: 14px;
}

section.shop_woocommerce_product_loop_start form {
	margin-left: auto;
}

section.shop_woocommerce_product_loop_start select {
	margin: 0;
	color: #8d8d8d;
    font-size: 14px;
}
.shop_product ul.products {
	flex-wrap: wrap;
	align-items: stretch;
}
@media (max-width: 991px) {
	ul.products li.product {
		width: 31% !important;
		margin: 0 1% 2em !important;
	}

	ul.products li.product.first {
		clear: none;
	}
}
@media (max-width: 767px) {
	.container {
		overflow: hidden;
	}	

	section.shop_woocommerce_product_loop_start {
		display: block !important;
	}

	ul.products li.product {
		width: 100% !important;
	}

 ul.products li.product  {
		width: 48% !important;
	}
ul.products li.product.first {
    clear: none;
}
	h2.block_title span {
		padding: 0;
	}
}
@media (max-width: 577px) {
 ul.products li.product  {
		width: 100% !important;
	}

	section#breadcrumbs h1.title_page {
		font-size: 25px;
	}
}

ul.products li.product img {
    max-width: 150px;
}
ul.products li.product .woocommerce-loop-product__title {
	font-size: 20px;
	margin-top: 5px;
    padding-bottom: 45px;
	text-transform: none;
}
.price-left {
    margin-top: 10px;
    margin-bottom: 20px;
}
.price-one {
    font-size: 18px;
}
.price-wrap {
    padding: 0 15px 0;
}
.quantity input[type="number"] {
    width: 50px;
	border-radius: 8px;
}
.price-plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.price-plus a.add_to_cart_button {
    display: block;
    background: #5ab1ae;
    background: linear-gradient(223.45deg, #56c7c3 -2.85%, #5ab1ae 100%);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: background-color .25s ease-in-out;
    padding: 10px 25px;
    height: 40px;
    font-size: 16px;
    line-height: 1;
}
.price-plus a.add_to_cart_button:hover {
    background: #66cdc9;
    background: linear-gradient(223.45deg, #5db9b5 -2.85%, #008dd0 100%);
    color: #fff;
}
.price-plus a.added_to_cart {
    width: 100%;
    position: absolute;
    bottom: 15px;
}
ul.products li .btn-catalog a {
    font-size: 15px;
    color: #707892;
    display: inline-block;
    background: #ccffd8;
    padding: 5px 15px;
    border-radius: 36px;
	transition: all .3s;
}
ul.products li .btn-catalog a:hover {
    background: #199ac2;
    color: #fff;
}
.columns-4 ul.products li.product, .shop_product ul.products li.product {
	box-shadow: 0px 25px 70px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	transition: all .3s;
}
.columns-4 ul.products li.product:hover, .shop_product ul.products li.product:hover {
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
	transition: all .3s;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img:hover {
	transform: scale(1.05);
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #008dd0;
  opacity: .7;
  color: white;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 4px;
  transition: all .2s;
}
#myBtn:hover {
  background-color: #555;
}


@media (min-width: 768px) {
    .col-md-c5 {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}
#Footer {
    background-color: #273e50;
	color: #fff;
}
#Footer .foot-title{font-size:16px;font-weight:600;min-height:20px;margin-bottom:15px;color: #fff;}
#Footer ul.foot-menu{list-style:none;padding:0;margin:0}
#Footer ul.foot-menu li{margin-bottom:5px;list-style-image:none}
#Footer ul.foot-menu li a,#Footer a{font-size:14px;color:#fff;text-decoration:none;border-bottom:none}
#Footer ul.foot-menu li a:hover,#Footer a:hover{color:#c1cbd8}
.foot-info {
    font-size: 13px;
	margin-bottom: 20px;
}
.foot-info p {
    margin-bottom: 7px;
}
#Footer a.newbtn {
	font-size: 13px;
    background: transparent;
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
    color: #fff;
    transition: all .2s;
    text-align: center;
}
#Footer a.newbtn:hover {
	background: #fff;
	color: #333;
}
#Footer .footer-content a {
    font-size: 13px;
}
.footer-copyright {
    font-size: 13px;
}
@media screen and (max-width:767px){
	#Footer .foot-title{min-height:auto;margin-top:20px}
}
@media only screen and (max-width: 767px) {
	#Footer ul {-ms-flex-wrap: wrap;flex-wrap: wrap;}
	#Footer ul li { margin: 0 30px 10px 0; }
}


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: #008dd0;
    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;
	}
}



.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;
}
.col_item-img {
    text-align: center;
}
.col_item-img img {
    max-height: 150px;
    border: 1px solid #e7e7e7;
}
.col_item-title {
    color: #1a253d;
    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);
}

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 #008dd0;
	}
	.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;
	}
	#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;
	}
}

.etap .col-12 {
    border: 1px solid #e1e1e1;
}
.block_etap {
    padding: 0.5rem 0 2rem;
    background-color: #fff;
}
.block_etap img {
    display: block;
	margin-top: 1.5rem;
}
.text_etap {
	margin-top: 1rem;
	flex-grow: 1;
	padding: 0 .5rem;
}
.etap-num {
    font-size: 20px;
    font-weight: 700;
    color: #53637d;
}
@media screen and (max-width: 1199px) {
	.block_etap {padding: 1.5rem;}
}

.site .faq #accordion h3 {
	margin: 0;
}
.faq #accordion .btn {
    text-align: left;
    white-space: normal;
	padding: 10px 20px;
	width: 100%;
 }
.faq #accordion .btn-link {
    font-weight: 600;
    color: #333;
}
.faq #accordion .card-header {
	padding: 0;
	background: #fff;
}
.faq #accordion .card {
    margin-bottom: 1rem;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 0;
	transition: all .3s;
}
.faq #accordion .card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.faq #accordion .card button, .faq #accordion .card:hover button {
    text-decoration: none;
}
.faq #accordion .card > p {
    margin-bottom: 10px;
}
.faq #accordion .btn br {
    display: none;
}
.faq #accordion .card button {
    position: relative;
	padding-left: 50px;
}
.faq #accordion .card button::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	left: 25px;
	position: absolute;
    margin-right: 5px;
	transition: all .3s;
	transform: rotate(90deg);
	color: #1d90f1;
}
.faq #accordion .card button.collapsed::before {
    transform: rotate(0deg);
}

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

/* potolki */
.subheader div#breadcrumbs {
    text-align: left;
    font-size: 14px;
    margin: 25px 0 25px;
}
.sidebar-menu {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    background-color: #F1F1F1;
}
.side-menu .widget_text {
    margin-bottom: 0;
}
.side-menu .widget_nav_menu {
    padding: 10px 0;
    margin-bottom: 0;
}
.side-menu ul.menu {
	list-style: none;
	padding: 0 0 0 10px;
}
.side-menu ul.menu a {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    text-decoration: none;
}
.side-menu ul.menu a:hover {
	text-decoration: none;
	color: #3c3c3c;
}
.side-menu ul.menu li:last-child a {
    border-bottom: none;
}

.service-image {
	width: 100%;
	border-radius: 8px;
	min-height: 300px;
	height: 100%;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.service-title h1 {
    margin: 0 0 25px;
}
.service-short {
    font-size: 1em;
}
.service-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-price {
    font-size: 24px;
    text-align: left;
}
.service-price span {
    font-size: 32px;
}
.service-description {
    margin-top: 30px;
}
.service-btn {
    display: flex;
    justify-content: flex-end;
}
a.content-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 180px;
    max-width: 280px;
    min-height: 35px;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    border: 0;
    cursor: pointer;
	color: #fff;
    background-color: #428bca;
    box-shadow: 0px 4px 0 #387db9;
	transition: all .3s;
}
a.content-button:hover {
	color: #fff;
	background-color: #387db9;
	box-shadow: 0px 4px 0 #29689f;
}
@media screen and (max-width: 767px) {
	.service-content {
		margin-top: 30px;
	}
	.service-short {
		margin-top: 20px;
	}
	.service-price {
		font-size: 18px;
		line-height: 1.4;
	}
	a.content-button {
		min-width: auto;
		width: auto;
		font-size: 14px;
	}
}

.service-preim_text {
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
	font-weight: 700;
	margin: 0 0 0 10px;
}
.service-preim_img {
    background-size: auto 50px !important;
    height: 50px;
    width: 50px;
}
.service-preim-after {
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
}
.preim1 {
	background: url(/wp-content/uploads/2024/09/ico1.png) no-repeat center top;
}
.preim2 {
	background: url(/wp-content/uploads/2024/09/ico2.png) no-repeat center top;
}
.preim3 {
	background: url(/wp-content/uploads/2024/09/ico3.png) no-repeat center top;
}
.preim4 {
	background: url(/wp-content/uploads/2024/09/ico4.png) no-repeat center top;
}
.service-preim-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
	.service-preim_item {
		margin-bottom: 15px;
	}
}

.logos-item {
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.logos-name {
    font-size: 18px;
    margin: 10px 0;
    color: #008dd0;
    font-weight: 600;
}

.review-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.review-left {
    width: 30%;
	padding-top: 25px;
}
.review-right {
    width: 70%;
    padding: 25px;
    font-size: 14px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blago-text {
    margin-bottom: 20px;
}
.blago-name {
    text-align: right;
	font-style: italic;
	color: #878787;
}
.site h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.table-responsive {
	box-shadow: 0 0 10px rgba(0, 0, 0, .09);
}
table.price-table {margin: 0;}
table.price-table th {
    border-bottom: solid 2px #0177b4;
    padding: 10px 10px;
	font-weight: 600;
}
table.price-table td {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}
td.th {
    text-align: center;
    font-size: 16px;
    background: #F1F1F1;
}
.art--item {
    text-align: center;
    margin: 0 10px;
}
.art--item h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.art--cat {
    gap: 5px;
}
.art--cat a, .art-img img {
    transition: all .3s;
}
.art--cat a:hover, .art-img a:hover img {
    transform: scale(1.05);
}
.art {
    text-align: center;
    font-size: 16px;
    border: 1px solid #c3c3c3;
}
p.art-p {
    margin: 15px 0 10px;
}
.art-img {
    overflow: hidden;
}
.art_menu a {
    display: inline-block;
    padding: 3px 8px;
    background: #4cafde;
    color: #fff;
    margin: 3px;
    border-radius: 3px;
}
.art_menu a:hover {
    background: #5cbeed;
    color: #fff;
}
.art_menu {
    margin-bottom: 15px;
}
.videoContent object {
	width: 100% !important;
}

.faktura-info p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 3px;
}
.faktura-text {
    font-size: 14px;
}
.faktura-text h3 {
    font-size: 20px;
    margin: 15px 0 10px;
}
.faktura-image {
    width: auto;
    border-radius: 8px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
a.portfolio-item .portfolio-title {
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 3px;
}
.portfolio-img {
    display: inline-block;
    max-height: 130px;
    overflow: hidden;
    border-radius: 5px;
	border: 2px solid transparent;
	transition: all .3s;
}
a.portfolio-item:hover .portfolio-img {
    border: 2px solid #008dd0;
}
.portfolio-img img {
    height: 100%;
    min-height: 130px;
    object-fit: cover;
    transition: all .3s;
}
.captcha {
    clear: both;
}
.captcha .cf7sr-g-recaptcha > div {
    margin: 0 auto;
}

.row--parent ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.row--parent ul li {
    display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}
.row--parent ul li a {
	display: inline-block;
    padding: 20px 30px;
    color: #333;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transition: all .2s;
}
.row--parent ul li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	color: #333;
}

.row.garant-row {
	background-image: url(/wp-content/uploads/2024/10/dogovor.png);
    background-repeat: no-repeat;
    background-position: right top;
	padding-bottom: 100px;
}
.contract_punkt img{float:left;}
.contract_punkt{clear:both;background:#edf2f3;border-radius:43px;overflow:auto;margin-bottom:35px;padding-right:25px;}
.contract_punkt p{padding-top:20px;font-size:16px;padding-left:150px;}
@media only screen and (max-width: 767px) {
	.contract_punkt p {
		padding-left: 90px;
		font-size: 12px;
	}
	.contract_punkt img {
		max-width: 70px;
	}
	.row.garant-row {background-image:none !important}
}


.box-info-custom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 280px;
	padding: 35px 20px;
	box-shadow: inset 300px 0 500px rgba(0, 0, 0, 0.8);
	color: #fff;
}
.box-info-custom a, .box-info-custom a:focus, .box-info-custom a:active {
	color: #fff;
	transition: 0.3s all;
	text-decoration: none;
}
.box-info-custom a:hover {
	color: #1d90f1;
}
h5.box-info-custom-title {
	position: relative;
	font-size: 1.5rem;
	padding-bottom: 0;
}
.box-info-custom {
    position: relative;
    overflow: hidden;
}
.box-info-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
	z-index: 2;
}
.box-info-image img {
	width: 100%;
	height: 100%;
    object-fit: cover;
	transition: all .5s;
}
.box-info-custom-inner {
	display: block;
	position: relative;
	z-index: 3;
	color: #fff;
}
.box-info-custom:hover .box-info-image img {
	transform: scale(1.05);
}
.box-info-custom * + p {
	margin-top: 20px;
	font-size: 14px;
}

.bt-name {
    margin: 0 0 20px 0;
    color: #001424;
    font-size: 21px;
    line-height: 24px;
    -o-transition: color .2s;
    transition: color .2s;
}
.bt-name:hover {
    color: #e30611;
}
.bt-text {
    color: #6e7782;
    font-size: 15px;
    line-height: 22px;
}
.bt-show {
    display: block;
	margin-top: 25px;
    position: relative;
    color: #0097fd;
    font-size: 15px;
    line-height: 1.4;
    -o-transition: color .2s;
    transition: color .2s;
}
.bt-show a {
    display: inline-block;
    margin-right: 7px;
    border-bottom: 1px dotted #ffffff;
    margin-bottom: 3px;
	transition: all .3s;
}
.bt-show a:hover {
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}
@media screen and (min-width: 576px) {
	.box-info-custom {
		padding: 30px;
	}
}
@media screen and (min-width: 768px) {
	.box-info-custom {
		padding: 30px 50px;
	}
}
@media screen and (min-width: 992px) {
	.box-info-custom {
		padding: 30px 50px;
	}
}

.ourDetails table tr td {
    padding-bottom: 10px;
}
.ourDetails table {
    background: url(/wp-content/uploads/2020/05/stamp-1.png) no-repeat right bottom 0px;
}
.ourDetails table tr td:first-child {
    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 {
    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;
    }
}

.section-inzhener {
    background: #f0f4f6;
	padding: 40px 0;
}
a.inzh-item, div.inzh-item {
	background: #fff;
	color: #333;
    border: 1px solid #eee;
    display: inline-block;
	padding: 0 0 20px;
	transition: all 0.2s ease;
	border-radius: 3px;
	text-align: center;
	font-weight: 600;
	font-size: 0.9rem;
	box-shadow: 2px 2px 35px rgba(200, 203, 209, .4);
}
a.inzh-item:hover, div.inzh-item:hover {
	border: 1px solid #c0c0c0;
	box-shadow: 2px 2px 35px rgba(200, 203, 209, .2);
}
.inzhener br, .inzhener p {
    display: none;
}
.inzh-inner {
	margin: 15px 10px 0px;
}
.inzhener .col-6 {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.inzh-inner {font-size: 14px;}
}

.question_answer_block{margin-top:30px;margin-bottom:0;}
.question_answer_block .question_answer-left{background-image:url(/wp-content/uploads/2024/11/question-answer.webp);background-repeat:no-repeat;background-size:cover}
@media (min-width:992px){.question_answer_block .question_answer-left div{min-height:408px;max-height:408px}}
.question_answer_block .question_answer_block_for_flex{display:flex;flex-wrap:wrap}
.question_answer_block .question_answer_block_for_flex .question_answer_block_for_flex2{width:100%;margin: 0 !important;}
@media (min-width:992px){.question_answer_block .question_answer_block_for_flex .question_answer_block_for_flex2{max-height:453px}}
.question_answer_block .question_answer_block_for_flex #form-question_answer-title{flex:100%;margin-bottom:25px}
.question_answer_block .question_answer_block_for_flex .question_answer-left{padding:25px 30px 20px 20px}
.question_answer_block .question_answer_block_for_flex .question_answer-left div{display:flex;flex-direction:column;height:100%}
.question_answer_block .question_answer_block_for_flex .question_answer-left div .question_answer-left-call{margin-top:auto}
.question_answer_block .question_answer_block_for_flex .question_answer-left div .question_answer-left-title{font-size:26px;line-height:28.6px}
.question_answer_block .question_answer_block_for_flex .question_answer-left div .question_answer-left-desc{font-size:16px;color:#5b5b5b}
.question_answer_block .question_answer_block_for_flex .question_answer-left div a.question_answer-left-call{background-color:#1d90f1;color:#fff;border-radius:3px;border:none;font-size:16px;height: auto;padding: 15px 0;line-height: 1.4;text-align: center;}
.question_answer_block .question_answer_block_for_flex .question_answer-left div a.question_answer-left-call:hover{text-decoration:none;}
.question_answer_block .question_answer_block_for_flex .question_answer-right{max-height:100%;overflow-y:scroll}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar{border-radius:2px;width:5px!important}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar-thumb{border-radius:2px;background-color:#1d90f1;width:5px!important}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar-thumb:hover{background-color:#7cc934;cursor:pointer}
.question_answer_block .question_answer_block_for_flex .question_answer-right::-webkit-scrollbar-track{border-radius:2px;background-color:rgba(29,144,241,.3);width:5px!important}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion{margin-bottom:0}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default{border-radius:unset;padding:10px 15px;-webkit-box-shadow:0 0 16px -2px rgba(0,0,0,.2);-moz-box-shadow:0 0 16px -2px rgba(0,0,0,.2);box-shadow:0 0 16px -2px rgba(0,0,0,.2)}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-body{padding:10px 15px;font-size: 16px;}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default:not(:last-child){margin-bottom:10px}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading{background-color:#fff;border-color:#fff;padding:0 15px;position:relative}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a{text-decoration:none!important;color:#222;display:block;padding-right:30px;font-size:16px}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a h2{margin-top:7px}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-heading a:not(.collapsed) .btn-close{transform:rotate(225deg)}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .panel-collapse .panel-body{border-top:none}
.question_answer_block .question_answer_block_for_flex .question_answer-right #accordion .panel-default .btn-close{position:absolute;display:block;width:22px;height:22px;border-bottom:3px solid #1d90f1;border-right:3px solid #1d90f1;right:30px;top:-30%;transform:rotate(45deg);transition:transform .5s ease-in-out}
.promotion__wrapper{margin-right:auto;margin-left:auto;display:table}
.promotion__wrapper{margin-right:auto;margin-left:auto;display:table}
.promotion__text{text-align:center}
.promotion-slider{margin-top:10px}
.header-info-right .header-info__contacts .phone.link{white-space:nowrap}
@media (max-width:1280px){.promotion-slider{padding:0 30px}}
@media (max-width:768px){.promotion-slider{padding:0 45px}
.header-info-right .header-info__contacts{display:none}
.why-we--mainpage{margin-bottom:40px!important}
.question_answer_block .question_answer_block_for_flex2{display:flex;flex-direction:column-reverse}
.question_answer_block .question_answer-right{padding:0;padding-right:5px;margin-bottom:40px;min-height:420px!important;max-height:420px!important}
.question_answer_block #accordion h2{font-size:20px}
.question_answer_block #accordion .panel-heading h2{padding-right:20px}
.question_answer_block #accordion .panel-heading .btn-close{width:18px!important;height:18px!important;top:40%!important;right:0!important}
.question_answer-left-call{margin-top:0}}

.owl-logos .product-thumb {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    border-radius: 2px;
}
.owl-logos .product-thumb .image-logos {
    position: relative;
    text-align: center;
    margin: 0 auto;
	padding: 15px;
}
.owl-logos .product-thumb .caption {
	height: 40px;
    background-color: #fcfcfc;
    padding: 10px;
    margin: 0;
    text-align: center;
    display: grid;
    border-top: 1px solid #f5f5f5;
}
.owl-logos .product-thumb h4 {
	color: #0076AF;
	font-size: 15px;
	line-height: 18px;
    margin-top: 0;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}
.owl-carousel .owl-nav button {
	outline: 0;
	position: absolute;
	cursor: pointer;
    opacity: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0px !important;
	top: 45%;
}
.owl-carousel .owl-nav .owl-next {
    right: 0px !important;
	top: 45%;
}
.owl-carousel .owl-nav button i {
    font-size: 30px;
	margin: -20px 0 0;
}
.owl-carousel:hover .owl-nav button {
    opacity: 0.7;
}
.owl-carousel .owl-nav button i:hover {
	color: #36A2D7;
}
@media screen and (max-width: 567px) {
	.owl-carousel .owl-item img {
		width: auto !important;
		margin: auto;
	}
}

.delivery-payment {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 60px;
}
.delivery-payment .group {
  padding-top: 34px;
  padding-bottom: 33px;
  position: relative;
  z-index: 10;
}
.delivery-payment .group_delivery {
  width: 40%;
  background: #636363 url('/wp-content/uploads/2024/11/bg_8.png') no-repeat center right;
  color: #fff;
  padding-left: 6px;
}
.delivery-payment .group_delivery .group__title {
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
.delivery-payment .group_delivery .group__content li {
  margin-bottom: 25px;
  font-size: 14px;
}
.delivery-payment .group_payment {
  width: 60%;
  padding-left: 30px;
  background: #eee;
}
.delivery-payment .group_delivery .group__wrap {
    padding-left: 20px;
}
.delivery-payment .group__title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  color: #000;
  text-align: left;
}
.delivery-payment .group__content {
  font-size: 16px;
}
.delivery-payment .group__content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.delivery-payment .group__content li {
  margin: 0 0 13px 0;
  padding-left: 35px;
  position: relative;
  color:#fff;
  min-height: 15px;
  background: url('/wp-content/uploads/2024/11/icon_list-1.png') no-repeat center left;
  font-size: 18px;
}
.delivery-payment .group__content li:last-of-type {
  margin-bottom: 0;
}
.deliv-flex img {
    height: auto;
	margin-right: 12px;
}
.deliv-flex {
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.deliv-flex > div {
    width: 50%;
	display: -ms-flexbox;
    display: flex;
	align-items: center;
    margin-bottom: 10px;
}
.deliv-info {
    font-size: 12px;
}
.deliv-flex > div > div {
    font-weight: 400;
	line-height: 1.4;
}
.deliv-span span {
    display: block;
	margin-top: 5px;
    font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
}
.pay-text {
    margin-bottom: 20px;
}
.delivery-payment .group_payment .group__wrap {
    padding-right: 20px;
}
.montazh-text {
    margin-top: 20px;
    padding-right: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 991px){
	.delivery-payment {display: block;}
	.delivery-payment .group_delivery {width:100%;}
	.delivery-payment .group_payment {width:100%;padding-left: 15px;}
	.deliv-flex > div,.deliv-flex {width:100%;display: block;padding: 0 15px 0 0;}
	.deliv-flex img { margin-right: 10px; float: left; vertical-align: middle; }
}
.deliv-item img {
    height: 100px;
}
.deliv-text {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.row.sertrow {
    border: 1px solid #09F;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 10px 0;
}
.aktrow-item {
    padding: 20px;
    /*border: 1px solid #bcecff;*/
	border: 1px solid #e1e1e1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 8px;
	height: 100%;
}
.aktrow-item p {
    margin-bottom: 0;
}
.aktrow-item h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.aktrow-text {
    margin-top: 10px;
}
.site h2.price-title {
    text-align: center;
    margin: 40px 0 20px;
}

/* NEW */
.gal .gallery-icon {
    overflow: hidden;
    padding: 0 20px 0 0;
}
.gal .gallery-item a {
    display: inline-block;
    max-height: 350px;
    overflow: hidden;
	border-radius: 0;
}
.gal .gallery-item a img {
    height: 100%;
    min-height: 350px;
    object-fit: cover;
	transition: all .3s;
}
.gal .gallery-item a:hover img {
    transform: scale(1.05);
}
@media screen and (max-width: 767px) {
	.gallery-columns-4 .gallery-item, .gallery-columns-6 .gallery-item {
		max-width: 50%;
	}
}

.reviews__image {
    width: auto;
    padding: 0 15px;
}
.reviews__image img {
    width: 100px;
    min-width: 60px;
}
.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f3f3f3;
    padding: 20px 10px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}
.reviews__title {
    font-weight: 700;
    margin-bottom: 10px;
}
.reviews--clients, .reviews--clients .column, .reviews--clients .column_attr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
	.reviews__image img {width: 60px;border-radius: 5px;}
	.review {display: block;}
	.reviews__image {margin-bottom: 15px;}
}

span.title-mega {
    display: block;
    min-height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #008dd0;
    text-transform: uppercase;
    margin-top: 10px;
}
span.title-mega a {
    color: #008dd0;
}
@media only screen and (max-width:767px) {
	span.title-mega {min-height: auto; margin-top: 0;}
}

a.elem_border_btm {
    color: #159fe1;
    border-bottom: 1px dotted #159fe1;
}
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}
#cities ul {
    list-style: none;
    padding: 0;
}
#cities ul a {
    color: #333;
}
@media screen and (min-width:992px){#fancybox-content #cities{max-width:none !important}#cities ul{columns:5;-webkit-columns:5;-moz-columns:5}#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}}