/*!
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: 'Inter';
    src: url('fonts/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff'),
        url('fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

.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/2024/09/water-bottle.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: 130px;
    width: auto;
}
.header-top{position: relative;padding:10px 0;}
.header-top .inner{display:flex;align-items:center;justify-content:space-between}
.header-info p{color:#000;font-size:16px;font-weight:400;margin-bottom:8px}
.header-phones a:before{content:"";background-image:url(/wp-content/uploads/2024/10/phone-icon-new.png);width:16px;height:17px;position:absolute;top:7px;left:7px}
.header-info-item{margin-bottom:10px;color: #ffffff;}
.header-info-item:last-of-type{margin-bottom:0}
.header-bottom {
	width:100%;
	background-color:#ededed;
	/*background: linear-gradient(0deg, rgba(61,61,63,1) 0%, rgba(71,71,74,1) 100%);*/
	box-shadow:0 5px 3px rgba(0,0,0,.09);
	z-index:111;
	position:relative;
}
.header-top.header-dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72, 85, 108, 0);
    z-index: 1;
}
.header-top.header-dark .container {
	position: relative;
    z-index: 2;
}
.header-bottom:before {
    content: '';
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #fbfbfb;
    z-index: 112;
}
.header-bottom:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    width: 50%;
    background: #53aabd;
    z-index: 113;
	clip-path: polygon(7px 0, 100% 0, 100% 100%, 0% 100%);
	transition: all .8s;
}
.header-bottom:hover::after {
    width: 30%;
}
.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.header-phones a {
	position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    /*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
}
.header-tel a {
	position: relative;
    padding-left: 30px;
	text-decoration: underline;
}
.header-tel a:hover {
	text-decoration: none;
    color: #fff;
}
.header-btns .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 40px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    border: 0;
    cursor: pointer;
	transition: all .3s;
}
.header-btns a {
	background-color: #008dd0;
	font-size: 18px;
    color: #fff;
    border: 0;
}
.header-btns a:hover {
    background-color: #159fe1;
    color: #fff;
}
.header-btns {
    display: flex;
    flex-direction: column;
}
.header-info {
	font-size: 14px;
}
/*.header-info {
    background: rgba(72,85,108,.25);
    padding: 10px 15px;
    border-radius: 5px;
}*/
@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;
        border-bottom: 3px solid transparent;
		margin-bottom: -3px;
    }
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li:hover, .header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current_page_item {
        border-bottom: 3px solid #53aabd;
    }
	/*.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li a:hover:after, .header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current_page_item a:after {
		opacity: 1;
	}
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li a:after {
		width: 100%;
		content: "";
		border-bottom: 3px solid #82aa0b;
		opacity: 0;
		position: absolute;
		bottom: -1.5px;
		left: 0;
		transition: all .3s;
	}*/
}
@media screen and (max-width:767px){
	.header-bottom .container {
		padding: 0;
	}
	.header-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		padding-bottom: 10px;
	}
	.header-info, .header-btns {
		width: 100%;
	}
	.header-phones {
		padding-top: 10px;
	}
	.header-info {
		margin-bottom: 15px;
	}
	.header-btns a {
		margin: 0 auto;
	}
}
@media screen and (max-width:576px){
	.header-info p{font-size:14px;margin-bottom:4px}
	.header-info a{font-size:14px}
	.header-info a:before{top:0}
	.header-top{padding:10px 0}
	.header-logo{width:100px}
}

.header-top {
	background-image: none;
}
.logo-img img {
    padding: 8px;
}
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: 0px;
}
.logo-text-span {
    color: rgba(29,36,65,.6);
    font-size: 13px;
    line-height: 18px;
}
.tophead-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tophead-btns a.btn {
    background: rgb(83, 170, 189);
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 20px;
	transition: all .3s;
}
.tophead-btns a.btn:hover {
    background: rgb(72, 147, 164);
}
.tophead-btns a.tophead-btn-sec {
    margin-left: 15px;
	background: linear-gradient(rgb(137, 193, 236) 0%, rgb(113, 166, 219) 100%);
}
.tophead-btns a.tophead-btn-sec:hover {
	background: rgb(113, 166, 219);
}
@media screen and (min-width:768px){
	.header-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 27%;
		flex: 0 0 27%;
		max-width: 27%;
	}
	.tophead-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (max-width:767px){
	.header-inner > div {
		width: 100%;
	}
	.header-inner > div {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.tophead-links {
		margin: 15px 0;
	}
}

.tophead-link.tophead-link-1 {
    margin-right: 15px;
}
.tophead-link a {
	font-size: 14px;
    color: rgb(24, 29, 41);
	text-decoration: underline;
}
.tophead-link a span {
    margin-left: 8px;
}
.tophead-info {
    text-align: right;
}
.tophead-info-item.tophead-tel {
    font-size: 21px;
}
.tophead-info-item.tophead-adr {
    font-size: 12px;
}



.site h2 {
	font-size: 24px;
    margin: 20px 0 15px;
}
.site h3 {
    font-size: 20px;
    margin: 25px 0 15px;
}

/*owl*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 6px;
	font-size: 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#owl-slider {
	overflow: hidden;
	box-shadow: 0 3px 5px 2px rgba(167, 175, 182, 0.05);
}

#owl-slider .owl-slide {
	padding: 0;
}

#owl-slider .owl-slide img {
	width: 100%;
	display: block;
    /* max-height: 333px;
    width: auto; */
    margin: 0 auto;
}


#owl-slider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

#owl-slider .owl-nav {
	position: absolute;
	top: 50px;
	right: 30px;
	line-height: 0;
}

#owl-slider .owl-nav button:focus {
	outline: none;
}

#owl-slider .av-btn {
	color: #ffffff;
}

#owl-slider .av-btn:hover {
	color: #223c50;
}

#owl-slider .owl-slide__title {
	margin-bottom: 20px;
}
#owl-slider .owl-slide__title {
	color: #fff;
}

@media (min-width: 720px) {
	#owl-slider {
		margin-bottom: 20px;
	}

	#owl-slider .owl-slide__title {
		margin-bottom: 30px;
	}
}

@media (min-width: 1280px) {
	#owl-slider .owl-slide__title {
		font-size: 36px;
		line-height: 42px;
	}
}
.owl-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
}
.slider_wrap {
	background: #f3f1f2;
}
.slider_wrap .owl-theme .owl-controls {
	margin-top: 0 !important;
}
.owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

a.slider_btn_one {
	font-size: 18px;
    background: #fff;
    color: #333;
	border-radius: 8px;
    padding: 12px 30px;
	border: 2px solid transparent;
    display: inline-block;
	transition: all .3s;
}
a.slider_btn_one:hover {
	border: 2px solid #fff;
    background: #1fa59f;
    color: #fff;
}
a.slider_btn_two {
    background: #878fb5;
    color: #fff;
}
a.slider_btn_two:hover {
    background: #6f779f;
    color: #fff;
}
@media only screen and (max-width: 567px) {
	.s-announce._legend .s-announce__content-title {font-size: 18px;}
	.s-announce._legend .s-announce__desc {font-size: 16px;}
	a.slider_btn_one {font-size: 16px; padding: 8px 20px;}
}
.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: #008dd0;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
    color: #fff;
    transition: all .2s;
    text-align: center;
}
#Footer a.newbtn:hover {
	background: #159fe1;
	color: #fff;
}
#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;
    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);
}

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

.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, .2);
    border-radius: 10px;
	transition: all .3s;
}
.faq #accordion .card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.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;
}

.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: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    background-color: #F1F1F1;
	background: linear-gradient(rgb(137, 193, 236) 0%, rgb(113, 166, 219) 100%);
}
.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: 14px;
}
.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: center;
    font-size: 14px;
    line-height: 1.2;
	margin: 10px 0 15px;
}
.service-preim_img {
    background-size: auto 70px !important;
	height: 70px;
}
.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;
}

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

.row.cont_all {
    margin-top: 30px;
}
.cont-block {
	margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}
.cont-block span {
    display: block;
    width: 100%;
    margin-bottom: 7px;
    font-size: 14px;
	text-align: center;
}
.cont-block a {
    transition: all .2s;
}
.cont-block a:hover {
    opacity: .85;
}
.cont-block img {
    border-radius: 5px;
}

.myvideo {
    min-height: 300px;
}
.panoram-title {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}
.panoram-img {
    max-height: 176px;
    overflow: hidden;
    border-radius: 10px;
}
.panoram-img img {
    height: 100%;
    object-fit: cover;
	transition: all .3s;
}
.panoram-img img:hover {
    transform: scale(1.02);
}

.service-portfolio .gallery-icon {
    overflow: hidden;
    padding: 0 20px 0 0;
}
.service-portfolio .gallery-item a {
    display: inline-block;
    max-height: 150px;
    overflow: hidden;
	border-radius: 5px;
}
.service-portfolio .gallery-item a img {
    height: 100%;
    min-height: 150px;
    object-fit: cover;
	transition: all .3s;
}
.service-portfolio .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%;
	}
}

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

/* CALC */
#calc-block .calc {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#calc-block .calc__item {
    width: 48%;
}
#calc-block .calc__name {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
    color: #50555f;
    text-align: left;
}
#calc-block .title-block {
    text-align: center;
    padding-bottom: 35px;
}
#calc-block hr {
    width: 159px;
    border-top: 1px solid #dedede;
    margin: 1px auto;
}
#calc-block .title-text {
    line-height: 1.8rem;
    letter-spacing: .1px;
    font-size: 16px;
    color: #7f7f7f;
	margin-top: 20px;
}
#calc-block h2.title-title {
    font-size: 35px;
    font-weight: 400 !important;
    text-align: center;
	margin-top: 40px;
    margin-bottom: 20px;
}
.calc-total {
    text-align: center;
}
.calc__price {
    font-weight: 600;
    color: #008dd0;
    font-size: 20px;
    line-height: 1;
    margin: 30px auto 15px;
}
.calc-total #price {
    font-size: 2.7rem;
    color: #008dd0;
    font-weight: 500;
	margin-bottom: 20px;
}
.calc__text {
    color: #7f7f7f;
}
#calc-block .polzunok {
    -webkit-appearance: none;
    height: 5px;
    width: 95%;
    margin-bottom: 5%;
   background:-webkit-linear-gradient(left ,#fb0068 0%,#fb0068 10%,#d5d3d3 10%, #d5d3d3 100%);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.30), 0 1px 0 rgba(255,255,255,1);
    transition: 0.5s;
    cursor: pointer;
	padding: 0;
    border: none;
}
#calc-block .polzunok:focus {
    box-shadow: none;
}
#calc-block .polzunok::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 30px;
    background: #f7f7f7;
    border:1px solid #999;
    cursor: pointer;
}
#calc-block #tubes {
    background:-webkit-linear-gradient(left ,#008dd0 0%,#008dd0 10%,#008dd0 10%, #008dd0 100%);
}
#calc-block #area {
    background:-webkit-linear-gradient(left ,#008dd0 0%,#008dd0 10%,#008dd0 10%, #008dd0 100%);
}
#calc-block #lights {
    background:-webkit-linear-gradient(left ,#008dd0 0%,#008dd0 10%,#008dd0 10%, #008dd0 100%);
}
#calc-block #angleses {
    background:-webkit-linear-gradient(left ,#008dd0 0%,#008dd0 10%,#008dd0 10%, #008dd0 100%);
}

#calc-block .polzunok::-moz-range-track {
    height: 7px;
    width: 345px;
    margin-bottom: 5%;
    background:-webkit-linear-gradient(left ,#d5d3d3 0%,#d5d3d3 10%,#d5d3d3 10%, #d5d3d3 100%);;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.30), 0 1px 0 rgba(255,255,255,1);
}
#calc-block .polzunok::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #f7f7f7;
    border:1px solid #999;
    cursor: pointer;
}
@media screen and (min-width:768px){
	#calc-block .container {
		background: #f3f3f3;
		padding: 30px;
	}
}
@media screen and (max-width:767px){
	#calc-block .calc__item {
		width: 100%;
	}
}



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

.colors--tabs ul.nav-tabs {
	margin-bottom: 20px;
	border-bottom: none;
}
.colors--tabs .nav-tabs li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.colors--tabs .nav-tabs li a {
	height: auto;
	padding: 14px 30px;
    margin-right: 15px;
    color: #023e7f;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border-width: 1px;
    border-radius: 30px;
    background-color: #f2f2f2;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.colors--tabs .nav-tabs li a:hover, .colors--tabs .nav-tabs li a.active {
    background-color: #878787;
    color: #ffffff;
}
.color--wrap {
    display: flex;
    flex-wrap: wrap;
}
.color--block {
    margin: 10px;
}
.color--block-item {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 3px 3px rgba(237,237,237,1);
    box-sizing: border-box;
    width: 125px;
    height: 80px;
	margin-bottom: 5px;
	background-repeat: repeat !important;
}
.color--block-info {
    color: #000000;
    font-size: 11px;
}
.color--block-info span {
    font-weight: 700;
}
.osv--img {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 12px;
}
.osv--img img {
    width: 100%;
}
.osv--info-title {
    color: #023e7f;
    font-size: 16px;
}
.osv--info-price {
	margin-top: 5px;
    color: #000000;
    font-size: 14px;
    text-align: right;
}
.osv--info {
    padding: 0 20px;
}
.section_dop h3 {
    color: #2e2e2e;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.colors--tabs .nav-tabs li a {margin-bottom: 10px;}
}
.zakaz-block {
    border-radius: 15px;
    background-color: #f7f7f7;
    padding: 30px 30px 15px 30px;
    font-size: 20px;
	line-height: 1.2;
}
.zakaz-inner {
    overflow: hidden;
}
.zakaz-item {
	width: 570px;
	margin-bottom: 20px;
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
	position: relative;
}
.zakaz-text {
    position: absolute;
    bottom: -25px;
    right: 25px;
    border-radius: 15px;
    background-color: #f7f7f7;
    width: 300px;
    padding: 20px;
    box-sizing: border-box;
}
.zakaz-text h3 {
    font-size: 20px;
    margin-bottom: 6px;
	margin-top: 0;
}
.zakaz-text div {
    font-size: 12px;
}
@media screen and (max-width: 419px) {
	.zakaz-text {right:200px;bottom: 0px;}
}
.osv--info.d-flex {
    justify-content: space-between;
}
.karniz-row .osv--img {
    max-height: 200px;
}
.page-template .fancybox-title-over #fancybox-title {
    display: none;
}

.pag {
    text-align: center;
}
.pag .page-numbers {
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .2s;
}
.pag .page-numbers.current, .pag .page-numbers:hover {
    background: #0091d1;
    color: #fff;
}

.gallery .wp-caption-text {
    color: #6e6e6e;
    line-height: 1.2;
    font-size: 14px;
    padding-top: 5px;
}

#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/wp-content/uploads/2025/05/mini4.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

@media only screen and (max-width: 767px) {
	#popup__toggle {
	bottom: 5px;
    right: 0px;
	-moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
	}
}

.gal {
    clear: both;
    margin: 10px auto 10px;
}
.gal label {
	line-height: 1.2;
}
.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;
}
a.pers {
    text-decoration: underline;
}