/*!
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.
 */
:root {
	--std_color: #62a22d;
	--std_color2: #62a22d;
	--button_text: #fff;
	--text_color: #333;
	--link_color: #333;
	--link_hover_color: #333;
}
/* Форма на главной */
.sert-form {
	background: #1180be;
    color: #fff;
	padding-top: 35px;
    padding-bottom: 0;
	line-height: 1.2;
	margin-top: 5rem;
}
.sert-form-title {
	font-size: 30px;
    font-weight: 600;
}
.text_logo {
	color: #595959;
	font-size:0.9rem;
}
.mytable th {
text-align:center;	
	padding:10px 0;
}
.mytable td {
	padding-left:5px;
	padding-top: 10px;
}
.newtable td, .newtable th {
	padding:10px;
		text-align:center;	
}

.sert-form-desk {
    font-size: 22px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}
.sert-form-small {
    font-size: 16px;
    margin-bottom: 30px;
}
.sert-form input {
    display: inline-block !important;
}
.sert-form input[type="text"], .sert-form input[type="tel"] {
    margin-right: 1rem;
	height: 50px;
    border-radius: 5px;
    box-shadow: -5px -4px 23px -5px rgba(0,0,0,0.45);
	font-size: 16px;
}
.sert-form input[type="submit"] {
	cursor: pointer;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 50px 1px 50px;
}
img.sert-form-img {
    position: absolute;
    bottom: 0;
    right: 100px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	img.sert-form-img {right: 0px;}
}
.sert-form-title h2 {
	   text-align: left;
    text-transform: none;
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 300;
}

h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 28px;
    font-weight: 300;
}

h2.title-5 {
	position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 28px;
    font-weight: 300;
}
h2.title-5 span {
    background-color: #fff;
    padding: 0 .4em;
    position: relative;
    z-index: 2;
}
h2.title-5:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% + 2px);
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
    z-index: 1;
}

#page {
    max-width: 1240px;
	background: #fff;
    margin: 0px auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
}
body {
	background-color: #ffffff;
	background-image: url();
    background-repeat: repeat;
    background-position: center top;
}

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 {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: none; /* 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;
}

/* 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,
select,
optgroup,
textarea {
	color:var(--text_color);
	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;
}


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%;
}
/*--------------------------------------------------------------
# Стили для контактной формы
--------------------------------------------------------------*/

textarea {
	width: 100%;
}
select {
	border: 1px solid #ccc;
}
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;
    width: 100%;
    display: block;
    margin-bottom: 20px;
	border: 1px solid #ccc;
    border-radius: 3px;
	color: #111;
    box-sizing: border-box;
    -webkit-appearance: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid var(--std_color);
    background-color: var(--std_color);
	border-radius: 3px;
    color: var(--button_text);
    padding: 1em 2em;
	font-size:0.8em;
	display: inline-block;
	width: auto;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	font-weight: 600;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
.entry-content h2 {margin-bottom:1rem;}
.skidka-popup {
    text-align: center;
line-height:110%;
}

.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%;
}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:visited {
	color:var(--link_hover_color);
}

a:focus, a:active {
	color: var(--link_hover_color);
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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




/*--------------------------------------------------------------
# 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 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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



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

article.article_post h2 a {
	color: #000;
}

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

article.article_post .article_post_link a {
	color: #000;
	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;
	}



}

@media (max-width: 768px) {
	body {
		padding-top: 1.7em;
	}

	
	article.project_photo .article_image img {
		width: 100%;
	}

	.drop_down_menu:before {content: '+';}
	.drop_down_menu_minus:before {content: '-';}
}

.portfolio_item .article_image {
height: auto !important;
}



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

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

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

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

/* NEW */
.site-header {
	font-family: "Roboto", Arial, Tahoma, sans-serif;
}
.site-header .top-web {
	width: 100%;
	text-align: center;
	display: inline;
}
.tel-top {
    font-size: 1.8em;
    line-height: 1.3;
       margin-bottom: 20px;

}
a.buttontop
{
    margin: 8px 0;
    padding: 12px 15px;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    background-color: #fff;
    border: 2px solid #62a22d;
    border-radius: 40px;
    text-decoration: none!important;
    transition: all .2s;
    }
    a.buttontop:hover {
	text-decoration: none;
	color: #fff;
	    background-color: #62a22d;
}
.tel-top a, .tel-top a:hover {
    color: #000;
    text-decoration: none;
}
.tel-top a span {
    font-size: 0.8em;
    font-weight: normal;
}
.zakaz-top {
    margin-top: 2px;
}

.head-adr span {
    display: block;
}
@media screen and (min-width: 992px) {
.site-header .top-web {
    font-size: 0.8rem;
    line-height: 1.2;
    align-self: center;
	text-align: left;
}
.site-header .top-web span {display: block;}
.head-adr {text-align: left;}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.tel-top {font-size: 1.6em;}
}

/* locks */
ul.locks__list{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:16px;list-style:none;padding:0;margin:0}
.locks__item{position:relative;text-align:center;padding:16px;border:1px solid #f2f2f2;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.locks__item:hover{background: #f9f9f9;-webkit-box-shadow:0 0 16px rgba(0,0,0,.05);box-shadow:0 0 16px rgba(0,0,0,.05)}
.locks__img{max-width:100px;height:auto}
.locks__name{text-align:center;font-weight:600}
@media screen and (min-width: 768px) {
	ul.locks__list{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr; margin-top:10x}
}
/* etap */
.etaps > ul.etap-list {
    list-style: none;
    padding: 0 2rem;
    margin: 0;
}
.etaps > ul.etap-list > li {
    font-size: 1em;
    line-height: 1.75em;
    border-top: 3px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#3ad554), to(#24ce22));
    -webkit-border-image: linear-gradient(to right, #3ad554 0%, #24ce22 100%);
    -o-border-image: linear-gradient(to right, #3ad554 0%, #24ce22 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#3ad554), to(#24ce22));
    border-image: linear-gradient(to right, #3ad554 0%, #24ce22 100%);
    border-image-slice: 1;
    border-width: 3px;
    margin: 0;
    padding: 25px 40px;
    counter-increment: section;
    position: relative;
    color: #34435e;
}
.etaps > ul.etap-list > li:before {
    content: counter(section);
	box-sizing: content-box;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 1.25em;
    width: 1.25em;
    background-color: #696969;
    text-align: center;
    line-height: 1.25em;
    color: #ffffff;
    font-size: 1em;
	top: 0;
    bottom: 0;
    margin: auto 0;
}
.etaps > ul.etap-list > li:nth-child(odd) {
    border-right: 3px solid;
    padding-left: 0;
}
.etaps > ul.etap-list > li:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

.etaps > ul.etap-list > li:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
.etaps > ul.etap-list > li:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

.etaps > ul.etap-list > li:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.etaps > ul.etap-list > li:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.etap-text ul {
    padding: 0 2rem;
    margin: 0;
}
.etap-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
/* reviews */
.reviews {
	font-family: "Roboto", Arial, Tahoma, sans-serif;
}
.reviews h2 {
	font-size: 32px;
    line-height: 44px;
    font-weight: 300;
	margin-bottom: 1rem;
}
.revcarousel {
	position: relative;
}
.b-review-slider__item {
    margin: 0 30px;
    border: 0px solid #DADADA;
    border-radius: 4px;
    padding: 50px 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.b-review-slider__aside {
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    width: 280px;
}
.b-review-slider__photo {
    margin-bottom: 20px;
}
.b-review-slider__name {
    color: #525969;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.b-review-slider__info {
    color: #525969;
    font-size: 14px;
}
.b-review-slider__main {
    -webkit-flex: 0 1 720px;
    -ms-flex: 0 1 720px;
    flex: 0 1 720px;
    padding-left: 20px;
    position: relative;
}
.b-review-slider__meta {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 80px;
    margin-right: -80px;
    border-bottom: 1px solid #DADADA;
}
.b-review-slider__avatar {
    display: inline-block;
    vertical-align: top;
}
.b-review-slider__avatar img {
    width: 32px;
}
.b-review-slider__header-info {
    display: inline-block;
    vertical-align: top;
}
.b-review-slider__title {
    color: #525969;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    padding-top: 3px;
}
.b-review-slider__date {
    display: inline-block;
    vertical-align: top;
    color: #525969;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    padding-top: 3px;
}
.b-review-slider__content {
    color: #0a0a0a;
    font-size: 14px;
}
.b-review-slider__content h4 {
    color: #525969;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.reviews .carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.reviews .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff00000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1280px) {
.b-review-slider__aside {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
}
.b-review-slider__aside {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
}
}
@media screen and (max-width: 790px) {
.b-review-slider__item {
    display: block;
    margin: 0;
}
.b-review-slider__aside {
    display: none;
    visibility: hidden;
}
.b-review-slider__main {
    width: auto;
    padding-left: 0;
}
.b-review-slider__meta {
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 15px;
}
.b-review-slider__avatar {
    float: left;
}
.b-review-slider__header-info {
    margin-left: 50px;
    display: block;
    position: relative;
    top: -5px;
}
.b-review-slider__title {
    display: block;
    padding-top: 0;
    font-size: 17px;
    margin: 0;
}
.b-review-slider__date {
    color: #B7B7B7;
    margin: 0;
    padding-top: 0;
}
.b-review-slider__content h4 {
    font-size: 16px;
}
}
@media screen and (max-width: 1020px) {
.b-review-slider__item {
    padding: 20px;
}
.b-review-slider__name {
    font-size: 16px;
}
.b-review-slider__aside {
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    width: 220px;
}
.b-review-slider__meta {
    margin-right: -20px;
    padding-right: 20px;
}
.reviews .carousel-control-prev {justify-content: flex-start;}
.reviews .carousel-control-next {justify-content: flex-end;}
}
@media screen and (max-width: 640px) {
.b-review-slider__item {
    padding: 15px 10px;
}
.b-review-slider__meta {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
}
.b-review-slider__photo img {
    border: 1px solid #ddd;
}
/* preim-home */
.preim-box {
    background: #f1f4ff;
}
.preims-item img {
    width: 50px;
}
@media (min-width: 768px) {
	.col-12.col-five {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (max-width: 767px) {
	.col-12.col-five {margin-bottom:20px;}
}
.preims-info {
    padding: 10px 20px;
    width: 100%;
}
/* preim */
.preim {
    margin: 3rem 0;
}
.preim .col-12 {
    border: 1px solid #e1e1e1;
}
.block_preim {
    text-align: center;
    align-items: center;
    padding: 2.5rem 1.5rem;
    background-color: #fff;
}
.block_preim img {
    display: block;
	align-self: center;
}
.text_preim {
	margin-top: 1rem;
	flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.preim .col-12 {margin-bottom: 2rem;}
}
/* contacts */
.contacts {
    padding: 1.5rem 0;
}
.contacts .col-12 {
    text-align: center;
    margin-bottom: 1rem;
}
.cont-title h2 {
	font-size: 50px;
	color: #1990CE;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.cont-title span {
	display: block;
	font-size: 30px;
	line-height: 1.4;
}
.cont-block span {
    display: block;
}
span.cont-one {
    font-size: 24px;
    margin-top: 20px;
}
span.cont-two {
	min-height: 100px;
	margin: 20px 0 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
span.tel-in {
	font-size: 30px;
}
span.adr-in {
    font-size: 20px;
    line-height: 1.6em;
}
span.clock-in {
    font-size: 20px;
    line-height: 1.6em;
}
.clock-in b {
    display: contents;
}
.cont-href a {
    color: #116089;
    font-size: 20px;
    position: relative;
	text-decoration: underline;
}
.cont-href a:hover {color: #116089;}
.cont-href a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
	margin-right: 6px;
}
.cont-block1 .cont-href a:before {
    background: url(/images/contact-2/inst-ico.png);
}
.cont-block2 .cont-href a:before {
    background: url(/images/contact-2/info-ico.png);
}
.cont-block3 .cont-href a:before {
    background: url(/images/contact-2/mail-ico.png);
}
@media screen and (min-width: 768px){
.cont-block {position: relative;}
.contacts > .cont-block1:after,.contacts > .cont-block2:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 60%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: rgba(196, 196, 196, 0.5);
}
}
@media screen and (max-width: 767px){
	span.tel-in {font-size: 26px;}
	span.cont-two {margin: 0;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	span.tel-in {font-size: 24px;}
	span.adr-in {font-size: 16px;}
	.cont-href a {font-size: 18px;}
}
/* page contact*/
.contact_form {
padding: 20px 40px;
border: 1px dotted #000000;
}
.contact_1_titleform, .contact_1_officename {	
font-size:1.25rem;
color:#333;
}
.column_map {
	margin-bottom: 40px;
}

hr.no_line {
	background: none;
	color: transparent;
}	
.contacts_info {
	color: #000;
}
.contacts_info a {
	color: #000;
}

 .soclinks {
	display: flex;
}
.soclinks a {
	color: #444 !important;
	width: 43px;
	height: 43px;
	font-size: 15px;
	line-height: inherit;
	text-align: center;
	margin: 0 4px 2px 0;
	border: 1px solid #e1dfdf;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
	line-height: 41px;
	overflow: hidden;
}
.soclinks a:hover > span:nth-child(1) {
	-moz-transform: translate(0px, -45px);
	-webkit-transform: translate(0px, -45px);
	-o-transform: translate(0px, -45px);
	-ms-transform: translate(0px, -45px);
	transform: translate(0px, -45px);
}
 .soclinks a:hover > span:nth-child(2) {
	-moz-transform: translate(0px, -42px);
	-webkit-transform: translate(0px, -42px);
	-o-transform: translate(0px, -42px);
	-ms-transform: translate(0px, -42px);
	transform: translate(0px, -42px);
}
 .soclinks a span {
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform .3s;
	width: 43px;
	height: 43px;
}
.soclinks a:nth-child(1) > span:nth-child(2) {
	background: #3a589b;
	color: #fff;
}

.soclinks a:nth-child(2) > span:nth-child(2) {
	background: #007bb6;
	color: #fff;
}
.soclinks a:nth-child(3) > span:nth-child(2) {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #fff;
}
	
.subheader_1 {
	 padding: 10px 0;
}
.subheader_1 .entry-title {
	text-align:center;
	color:#333;
}
.subheader_1 div#breadcrumbs, .subheader_1 div#breadcrumbs a {
    text-align: center;
    	color:#333;	
    margin-top: 0.625rem;
}

.gallery-home img {
    padding: 0 10px;
}

a.licenz {
    padding: 10px;
    display: inline-block;
    background: #24ce22;
    border-radius: 2px;
    color: #fff;
	transition: all .3s;
}
a.licenz:hover {
	background: #656565;
    text-decoration: none;
    color: #fff;
}
.blago{margin-top:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #c8351f}.blago:last-child{border-bottom:none}.blago-img img{border:1px solid rgba(0,0,0,.1)}
@media screen and (max-width:767px){.blago-text{margin-top:1rem}}
/* trubka */
#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/2020/12/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;}}
  
  /* NEW */
.advlist{
	overflow:hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}
.advlist .item{
	float:left;
	width:25%;
	padding:0 15px;
	line-height:1;
	color:#333;
	box-sizing:border-box;
	overflow:hidden;
	font-weight:400;
	min-height:50px;
}
.advlist .item .imgicon{
	float:left;
	margin-right:10px;
}
.advlist .item .nameitem{
	margin-top:0;
}
.advlist .item .imgicon img {
    width: 50px;
}
@media screen and (max-width: 991px) {
	.advlist .item {width:48%;margin-bottom:20px;min-height: 120px;}
	.advlist .item .imgicon {float: none;margin-bottom: 5px;}
}

.table_list td {
    font-weight: 400;
    padding: 10px;
}
.table_list th {
    font-weight: 600;
    padding: 10px;
}
.table_list p {margin-bottom:0;}

.otz{align-items:flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.otz .otz-item{display:-webkit-box;display:-ms-flexbox;display:flex}
.otz .otz-box{padding:20px;background:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.15));position:relative;height:100%;margin-bottom: 30px;}
.otz .otz-box:before{position:absolute;content:'';top:calc(100% - 10px);left:60px;width:0;height:0;border-style:solid;border-width:34px 34px 0 0;border-color:#fff transparent transparent}
.otz-bottom{margin-top:15px}
.block-otz{display:inline-block;padding:15px 0 0 30px}
.block-otz span{display:inline-block;vertical-align:middle;font-size:20px;font-weight:400;line-height:1.3}
.block-otz div{margin-top:.3rem;font-size:1rem;line-height:1.4;color:#6689ff}
.otz-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}
.otz img {
    display: inline-block;
    margin-top: 0.2rem;
    vertical-align: middle;
    border-radius: 50%;
    width: 68px;
}
@media screen and (min-width:768px) and (max-width:959px){
	.block-otz span{font-size:16px}
}
@media screen and (max-width:767px){
	.otz .otz-item{margin-bottom:40px !important}
}

#otziv span.acceptance-132 {
    vertical-align: middle;
}
#otziv input[type="text"], #otziv input[type="tel"] {
    width: 100%;
}
#otziv input[type="submit"] {
    margin-bottom: 1rem;
}
a.addotziv {
    display: inline-block;
    background: #026B0C;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px;
	transition: all .3s;
}
a.addotziv:hover {
	text-decoration: none;
	background: #0a7714;
	color: #fff;
}

a.addotziv.redbtn {
    background: #ca0000;
}
.city_select {
    color: #006a0b;
    border-bottom: 1px dashed #006a0b;
}
.city_select:hover {
    color: #088715;
    text-decoration: none;
}
.price-home-box {background: #f1f4ff;}
.price-home {
    padding: 30px;
    margin: 20px 0;
}
.price-home .table_list, .price-home .table_list td, .price-home .table_list th {
    border-width: 0px;
}
.price-home .table_list td, .price-home .table_list th {
	background: #fff;
    border-bottom: 10px solid #f1f4ff;
	font-size: 18px;
}
.price-home-table {
    padding: 0 5%;
}
.preimhome-title {
    font-size: 1.4rem;
    color: #3f464e;
    font-weight: 600;
    margin-bottom: 1rem;
}
.block-4-items {
    display: inline-block;
    padding: 0 0 1rem 3rem;
	font-size: 1rem;
    line-height: 1.4;
	position: relative;
}
.block-4-items:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/check.png) no-repeat;
	background-size: contain;
    width: 35px;
    height: 35px;
}
.preimhome img {
    display: inline-block;
	margin-top: .3rem;
}
@media screen and (max-width: 767px) {
.block-4-items span br {
    display: none;
}
}

.sert-form {
	background: #3dc56c;
    color: #fff;
	padding-top: 35px;
    padding-bottom: 0;
	line-height: 1.2;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.sert-form-title {
	font-size: 30px;
    font-weight: 600;
}
.sert-form-desk {
    font-size: 22px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 30px;
}
.sert-form-small {
    font-size: 16px;
    margin-bottom: 30px;
}
.sert-form input {
    display: inline-block !important;
}
.sert-form input[type="text"], .sert-form input[type="tel"] {
    margin-right: 1rem;
	height: 50px;
    border-radius: 5px;
    box-shadow: -5px -4px 23px -5px rgba(0,0,0,0.45);
	font-size: 16px;
}
.sert-form input[type="submit"] {
	cursor: pointer;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 50px 1px 50px;
}
img.sert-form-img {
    position: absolute;
    bottom: 0;
    right: 100px;
	max-width: 280px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	img.sert-form-img {right: 0px;}
}

a.service-block {
	text-decoration: none;
}
a.service-block:hover {
	text-decoration: none;
}
a.service-block span {
    font-size: 20px;
	display: inline-block;
    margin-left: 10px;
	border-bottom: #a4a4a4 1px dashed;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
a.service-block:hover span {
	color: #6ecf53;
    border-color: #6ecf53;
}
i.service-icon {
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
	-webkit-text-fill-color: transparent;
    font-size: 54px;
    background: -webkit-gradient(linear,left top,right top,color-stop(30%,#6ed344),color-stop(60%,#6eba9a));
    background: -webkit-linear-gradient(left,#6ed344 30%,#6eba9a 60%);
    background: -o-linear-gradient(left,#6ed344 30%,#6eba9a 60%);
    -webkit-background-clip: text;
    color: #6ecf53;
}
@font-face{font-family:icons;/*font-display:swap;*/src:url(fonts/icons.eot);src:url(fonts/icons.eot?#iefix) format("eot"),url(fonts/icons.woff2) format("woff2"),url(fonts/icons.woff) format("woff"),url(fonts/icons.ttf) format("truetype"),url(fonts/icons.svg#icons) format("svg")}
.icon:before{font-family:icons;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}
.icon-car:before{content:"\E001"}
.icon-check:before{content:"\E002"}
.icon-door:before{content:"\E003"}
.icon-marker:before{content:"\E004"}
.icon-marker1:before{content:"\E005"}
.icon-padlock:before{content:"\E006"}
.icon-phone:before{content:"\E007"}
.icon-pin:before{content:"\E008"}
.icon-safe:before{content:"\E009"}
.icon-user:before{content:"\E00A"}
.icon-watch:before{content:"\E00B"}
.icon-wrench:before{content:"\E00C"}
.icon-wrench_door:before{content:"\E00D"}

.contacts-home {
    background-color: #f4f4f4;
}
.cont-home > div {
    margin: 15px 0 15px;
    font-size: 20px;
    line-height: 1.4;
}
.cont-home img.svg-icon {
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
.cont-home span {
    font-size: 22px;
    vertical-align: middle;
}
.cont-home > div a, .cont-home > div strong {
    color: #222;
    font-size: 20px;
    font-weight: 600;
}
.cont-form-title{padding-left:10px;margin-bottom:15px;font-size:22px;font-weight:600}
.colform input[type=text],.colform input[type=tel]{margin-bottom:10px;padding:15px 10px}
.cont-form textarea{padding:18px 15px;border-radius:3px;height:205px}
.colform-btn input.wpcf7-submit {
    margin-bottom: 10px;
}

.types-item {
	background-color: #fff;
	padding: 9px;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 70px; 
}
.types-item:hover {
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.15); 
}
.types-item:hover .types-item-name {
	color: #DC3E30;
}
.types-item:hover .types-item-bottom {
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.15); 
}
.types-item:hover .types-item-btn {
	display: block; 
}
.types-item-img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover; }
.types-item-bottom {
	background-color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	padding: 0 9px 9px 9px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 100; }
.types-item-name {
	margin: 20px 0;
	font-size: 18px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s; }
.types-item-btn {
	width: 100%;
	background-color: #DC3E30;
	padding: 13px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: none;
}
.types-item-btn:hover {
	background-color: #3ECE66;
	color: #fff;
}
.hide {
    display: none;
}
.active .hide {
    display: block !important;
}
a.info-btn, a.city-show_btn {
	display: block;
	text-align:center;
	color: #026b0c;
	margin-top: 10px;
	margin-bottom: 25px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	outline:0;
}
a.info-btn span, a.city-show_btn span {
    border-bottom: 1px dashed;
}
a.info-btn:hover, a.info-btn:focus, a.city-show_btn:hover, a.city-show_btn:focus {
	color: #73c52f;
	text-decoration:none;
}


.locs {
    background-color: #ECECEC;
    padding: 50px 40px 25px;
}
.sub-district-title {
    background: #f4f4f4;
    font-size: 22px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.sub-district-title:before {
    content: '';
    background: url(/wp-content/uploads/2022/01/loc-icon.png) no-repeat center;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-right: 7px;
}
.sub-metro-title {
    background: #f4f4f4;
    font-size: 22px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.sub-metro-title:before {
    content: '';
    background: url(/wp-content/uploads/2022/01/metro-icon.png) no-repeat center;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-right: 7px;
}
.cities-item {
	background: url(/wp-content/uploads/2022/01/city.svg) no-repeat left;
    padding-left: 40px !important;
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
}
.cities-item a {
	color: #333333;
	transition: all .3s;
}
.cities-item a:hover {
	color: #DC3E30;
	text-decoration: none;
}
.team-wrap {
	background: #636363;
    color: #fff;
	padding: 20px 0;
}
.team-wrap h2 {
    color: #fff;
}
.team-info {
	padding: 30px 20px 10px 30px;
}
.team-info h2 {
    margin-bottom: 15px;
	text-align: left;
}
.team-who {
    padding: 30px 20px 20px;
}
.team-item-img img {
    width: 120px;
    height: auto;
	border-radius: 50%;
}
.team-item-title {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 700;
}
.team-item-text {
    font-size: 12px;
    line-height: 1.2;
}
@media screen and (max-width: 419px) {
	.team-who {
		text-align: center;
	}
}
.homeimg .homeimg-wrap {
    max-width: 475px;
}
.homeimg .homeimg-bg {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 128%;
    position: relative;
}
.homeimg .homeimg-bg::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: -20px;
    right: -20px;
    border: 3px solid #62a22d;
}
@media screen and (max-width: 767px) {
	.calcParamsFlex, .calcServWrap, .calcDistrictWrap, .calcResults {width: 100% !important;}
}

/* etap-6 */
#tree{
	padding: 72px 0px 78px;
	overflow: hidden;
	position: relative;
	background: #fff;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
}
#tree h2 {
	font-size: 32px;
    line-height: 44px;
    font-weight: 300;
	margin-bottom: 1rem;
}
#tree .treeListItemWrap.loaded .treeListItem{
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

#tree .treeListItemWrap.loaded .treeListItem {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

#tree .treeListItemWrap:nth-child(even).loaded .treeListItem {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

#tree .treeListItemWrap.loaded .treeListItem{
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
#tree.loaded .heading {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

#tree .heading{
	text-align: center;
}

#tree .headingDescription{
	text-align: center;
	margin-top: 6px;
	font-size: 18px;
}

#tree .treeListWrap{
	position: relative;
	margin: 54px auto 0;
	max-width: 1340px;
	width: 100%;
}

#tree .treeListWrap:before{
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 55px;
	bottom: 40px;
	width: 2px;
	margin-left: -1px;
	background: url("/wp-content/uploads/2022/04/dashVertical.png");
}

#tree .treeList{
	width: 50%;
}

#tree .treeListItemWrap{
	position: relative;
	text-align: right;
	margin-bottom: 24px;
}

#tree .treeListItemWrap:last-child{
	margin-bottom: 0;
}

#tree .treeListItemWrap:nth-child(even){
	transform: translate3d(100%,0,0);
	text-align: left;
}

#tree .treeListItemNum{
	position: absolute;
	z-index: 2;
	top: 50%;
	right: -26px;
	margin-top: -21px;
	padding: 6px 12px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	background: #fff;
}

#tree .treeListItemWrap:nth-child(even) .treeListItemNum{
	right: auto;
	left: -27px;
}

#tree .treeListItemNum span{
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #d2dfed;
	border-radius: 50%;
	color: #7792bb;
}

#tree .treeListItems .treeListItem{
	position: relative;
}

#tree .treeListItem{
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    opacity: 0;
}

#tree .treeListItemWrap:nth-child(even) .treeListItem{
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	opacity: 0;
}

#tree .bigHeading{
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	line-height: 40px;
	font-size: 50px;
	opacity: 0.06;
	right: 36px;
	top: -25px;
	pointer-events: none;
	color: #0078ff;
}

#tree .treeListItemWrap:nth-child(even) .bigHeading{
	left: 36px;
}

#tree .treeListItem .normalHeading{
	font-weight: 700;
	line-height: 32px;
	font-size: 24px;
}

#tree .itemDescription{
	font-size: 14px;
	line-height: 21px;
}

#tree .treeListItemTable{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#tree .treeListItemTableLeftColumn,
#tree .treeListItemTableRightColumn{
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

#tree .treeListItemWrap:nth-child(odd) .treeListItemTableRightColumn{
    padding-left: 34px;
	text-align: left;
    width: 185px;
}

#tree .treeListItemWrap:nth-child(even) .treeListItemTableLeftColumn{
	padding-right: 34px;
	text-align: right;
	width: 185px;
}

#tree .treeIconWrap{
	position: relative;
}

#tree .treeIconWrap:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
	background: url("/wp-content/uploads/2022/04/dashHorizontal.png") left center;
}

#tree .treeIcon{
	position: relative;
	display: inline-block;
	width: 72px;
	height: 72px;
	background: #62a22d;
	box-shadow: 0 0 0 9px #e5f1ff, 0 0 0 21px #fff;
	border-radius: 50%;
	overflow: hidden;
}

#tree .treeIcon .large{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#tree .small{
	display: none;
}
@media all and (max-width: 1400px){
#tree{
		padding: 42px 0 48px;
	}

	#tree .treeListWrap{
		margin-top: 42px
	}

	#tree .treeListItemWrap{
		margin-bottom: 6px;
	}

	#tree .treeListItem .normalHeading{
		font-size: 22px;
		line-height: 24px;
	}

	#tree .bigHeading{
		font-size: 40px;
		right: 18px;
	}

	#tree .treeListItemWrap:nth-child(even) .bigHeading{
		right: auto;
		left: 18px;
	}

	#tree .treeListItemWrap:nth-child(odd) .treeListItemTableRightColumn{
		width: 140px;
		padding-left: 24px;
	}

	#tree .treeListItemWrap:nth-child(even) .treeListItemTableLeftColumn{
		width: 140px;
		padding-right: 24px;
	}

	#tree .treeIcon{
		box-shadow: 0 0 0 9px #e5f1ff, 0 0 0 6px #fff;
	}

	#tree .treeListItemNum{
		right: -21px;
		padding: 6px;
	}

	#tree .treeListItemWrap:nth-child(even) .treeListItemNum{
		left: -21px;
	}
}
@media all and (max-width: 1200px){
#tree .treeListItemWrap:nth-child(even) .treeListItemTableLeftColumn{
		width: 55px;
		padding-right: 12px;
	}

	#tree .treeListItemWrap:nth-child(odd) .treeListItemTableRightColumn{
		width: 55px;
		padding-left: 12px;
	}

	#tree .treeIcon {
	   display: none;
	}

	#tree .treeListItem .normalHeading{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 6px;
	}

	#tree .bigHeading{
		font-size: 30px;
		top: -22px;
	}
}
@media all and (max-width: 1023px) {
#tree .treeList{
		width: 100%;
		font-size: 0;
	}

	#tree .treeListWrap:before{
		display: none;
	}

	#tree .treeListItemWrap:nth-child(n){
		text-align: center;
		transform: none;
		width: 44%;
		padding: 24px 12px;
		margin-bottom: 0;
		border-bottom: 1px solid #eee;
	}

	#tree .treeListItemWrap:nth-child(even) {
		border-left: 1px solid #eee;
	}
	#tree .treeListItemWrap:nth-last-child(2), #tree .treeListItemWrap:last-child {
		border-bottom: none;
	}

	#tree .treeListItemNum{
		display: none;
	}

	#tree .treeListItemTableLeftColumn, #tree .treeListItemTableRightColumn{
	    display: block;
	}

	#tree .treeListItemWrap:nth-child(even) .treeListItemTableLeftColumn{
		display: none;
	}

	#tree .treeListItemWrap:nth-child(odd) .treeListItemTableRightColumn{
		display: none;
	}

	#tree .small{
		display: block;
		margin: 0 auto 18px;
	}

	#tree .bigHeading{
		left: 0;
		right: auto;
		width: 100%;
	}

	#tree .treeListItemWrap .bigHeading{
		display: none;
	}

	#tree .treeListItems {
		display: flex;
		flex-wrap: wrap;
	}
}
@media all and (max-width: 475px) {
#tree .treeListItemWrap:nth-child(n){
		width: 100%;
	}
}
/* - */

.pay-block {
	text-decoration: none;
}
.pay-block span {
    font-size: 18px;
    line-height: 1.2;
	display: inline-block;
    margin-left: 10px;
	border-bottom: #a4a4a4 1px dashed;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
	align-self: center;
}
.pay-block:hover span {
	color: #6ecf53;
    border-color: #6ecf53;
}
.pay-block img {
    display: inline-block;
    vertical-align: middle;
}
/* footer */
.site-footer {
	border-top: 2px solid rgba(0, 0, 0, 0.05);
	background: #464646;
	color:#fff;
}
.site-info	{
	 padding-top: 25px;
    padding-bottom: 25px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #474747;
  color: white;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 4px;
  opacity: .7;
}
#myBtn:hover {
  background-color: #ec2c2f;
}
.sitefoot-info {
    opacity: .7;
}
.footer-nav-title {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.footer-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
ul.footer-nav-list.nav-list-block {
    display: block;
}
li.footer-nav-list-item {
	width: 50%;
	margin-bottom: 5x;
}
ul.footer-nav-list.nav-list-block li.footer-nav-list-item {
	width: 100%;
}
a.footer-nav-list-item-link {
	color: rgba(255, 255, 255, 0.7) !important;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s; 
}
a.footer-nav-list-item-link:hover {
	color: #fff !important;
}
/* faq */
.faq .card-header {
	background-color: #fff;
}
.faq .card-header button {
	color: #444;
	font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
	white-space: normal;
	text-align: left;
	padding: 0;
	display: flex;
}
.faq .card {
	margin-bottom: 10px;
	border-color: rgba(0,0,0,.4);
}
.faq .card-header button > .acc-icon-plus  {display: none;}
.faq .card-header button.collapsed > .acc-icon-plus {display: flex;}
.faq .card-header button.collapsed > .acc-icon-minus {display: none;}
.faq .card-header button i {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #62a22d;
	display: flex;
	align-self: center;
	flex-shrink: 0;
}
.faq .card-header button span {
    padding-top: .3rem;
    padding-left: .5rem;
}
.faq .card-header button i:before {
	color: #fff;
	margin: 0 auto;
    align-self: center;
}
/* -- */
.ourDetails table tr td {
    padding-bottom: 10px;
}
.ourDetails table {
   
}
.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: -4px;
    z-index: 11;
}
.ourDetails table tr td:last-child {
    width: 720px;
}
@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;
    }
}
.payblock-info {
    padding: 10px 20px;
    width: 100%;
}
.garant {
	background-image: url(/wp-content/uploads/2022/04/dogovor.png);
    background-repeat: no-repeat;
    background-position: right top;
	background-size: 550px;
}
.contract_punkt img{float:left;}
.contract_punkt{clear:both;background:#edf2f3;border-radius:43px;overflow:auto;margin-bottom:5px;padding-right:25px;}
.contract_punkt p{padding-top:30px;font-size:16px;padding-left:150px;}
@media only screen and (max-width: 767px) {
	.contract_punkt p {
		padding-left: 90px;
		font-size: 12px;
	}
	.garant {background-image:none !important}
}

/* newcalc */
.calc-wrap {
    height: 450px;
    padding: 0 40px 30px 27px;
    background: #474747;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.calc{color:#fff;font-size:25px;margin-bottom:10px;font-weight:600}
#calc .col {
    float: left;
    margin-top: 16px
}

#calc .col1 {
    width: 41.756919374248%;
    margin-right: 0
}

#calc .col2 {
    width: 34.175691937425%;
    margin-right: 0
}

#calc .col3 {
    width: 23.947051744886%;
    margin-left: 0
}

#calc .wrapper {
    position: relative;
    margin: 22px auto;
    background: #fff
}

#calc .wrapper, .wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#calc .wrapper {
    width: 150px;
    height: 150px
}

#calc .timer {
    position: relative;
    display: inline-block;
    height: 51px;
    z-index: 999;
    text-align: center;
    margin-top: 2px;
    color: #fff;
	font-size: 14px;
}

span.error {
    margin: 0;
    width: 260px;
    padding: 10px;
    font-style: italic;
    color: #a87878
}

#calc .wrapper .pie {
    width: 50%;
    height: 100%;
    -webkit-transform-origin: 100% 50%;
    position: absolute;
    background: #08c;
    background: #95caee;
    background: -moz-linear-gradient(top, #95caee 0, #839ae5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95caee), color-stop(100%, #839ae5));
    background: -webkit-linear-gradient(top, #95caee 0, #839ae5 100%);
    background: -o-linear-gradient(top, #95caee 0, #839ae5 100%);
    background: -ms-linear-gradient(top, #95caee 0, #839ae5 100%);
    background: linear-gradient(to bottom, #95caee 0, #839ae5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95caee', endColorstr='#839ae5', GradientType=0)
}

#calc .wrapper .spinner {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    z-index: 200;
    border-right: none;
    -webkit-animation: rota 5s linear infinite
}

#calc .wrapper:hover .filler, #calc .wrapper:hover .mask, #calc .wrapper:hover .spinner {
    -webkit-animation-play-state: running
}

#calc .wrapper .filler {
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    left: 50%;
    opacity: 0;
    z-index: 100;
    -webkit-animation: opa 5s steps(1, end) infinite reverse;
    border-left: none
}

#calc .wrapper .mask {
    width: 50%;
    height: 100%;
    position: absolute;
    background: inherit;
    opacity: 1;
    z-index: 300;
    -webkit-animation: opa 5s steps(1, end) infinite
}

@-webkit-keyframes rota {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes opa {
    0% {
        opacity: 1
    }
    100%, 50% {
        opacity: 0
    }
}

#calc .bitem {
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 8px;
    position: relative
}

#calc .titol {
    font: 700 18px/1.2px 'PT Sans', sans-serif;
    color: #dcdcdc;
    text-align: left;
    position: relative;
    margin: 0;
    margin-bottom: 20px
}

#calc .titol .number {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 15px;
    color: #898989;
    border: 4px solid #000;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    display: inline-block;
    border-radius: 50%;
    border-color: #898989
}
.hide, .time-clock, .error-hidden
{
    display: none
}

.time-clock > img {
    margin: 10px;
    padding-left: 50px
}

.time-pro p:first-child {
    height: 112px;
    background: #555;
    color: #6a6a6a;
    padding-top: 25px;
    border: 1px solid #d3e0e5;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: 700
}

.blink.active {
    border: none
}
.selSpos {
    float: left;
    width: 82.132564841499%;
    height: 285px;
    margin-left: -3px
}

.selSpos .item {
    width: 49.122807017544%;
    height: 131px;
    display: block;
    float: left;
    text-align: center;
    margin: 1px;
    cursor: pointer;
    padding: 21px 0 0;
    border: 1px solid #898989;
    border-radius: 3px
}

.selSpos .active, .selSpos .item:hover {
    border: 1px solid #d3e0e5;
    background: #dc3e30 !important
}

.selSpos .item:first-child img {
    margin-left: 20px
}

.selSpos .item a {
    color: #9a9a9a;
    text-decoration: none
}

.selSpos .gazitem {
    width: 165px;
    margin: 0 0 10px
}

.selSpos .active img, .selSpos .item:hover img {
    -webkit-filter: none;
    filter: none
}

.sposInf {
    float: right;
    width: 325px
}

.sposInf img {
    margin: 0 0 0 5px
}

.contcnt {
    float: right;
    width: 284px
}

.contcnt strong {
    display: block;
    font: 700 30px/30px Arial, sans-serif;
    color: #367aca;
    text-shadow: 0 -1px 0 #4d4d4d;
    margin: 0 0 8px
}

.step2 {
    height: 64px
}

.step2 .titol {
    float: left;
    width: 186px
}

.step3 .mini-menu {
    text-align: left;
    margin: 22px 0 45px
}

.step3 .mini-menu a {
    font: 14px/1.2 'PT Sans', sans-serif;
    color: #dcdcdc !important;
    text-decoration: none;
    padding: 12px 20px;
    border-bottom: none;
    position: relative;
    top: 6px
}
.step3 .mini-menu a:hover {color: #dcdcdc;}
.step3 .mini-menu a span {
    border-bottom: 1px dotted #000
}

.mini-menu a[value=mosc] {
    margin-left: 20px
}

.step3 .mini-menu a.active {
    position: relative;
    top: 6px;
    color: #fff;
    border: 2px solid #dc3e30;
    text-decoration: none;
    border: 2px solid #dc3e30
}

.step3 .mini-menu a.active span {
    border: none
}

.step4 .man img {
    margin-left: 84px
}

.step4 p {
    clear: both;
    margin: 0 0 4px
}

.step4 p i.price {
    background-position: 0 18px
}

.step4 p i {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 10px 0 20px
}

#calc .submit {
    cursor: pointer;
    display: block;
    vertical-align: middle;
    width: 208px;
	padding: 1em;
    background: #dc3e30;
    color: #dcdcdc !important;
    font: 700 16px/1.2 'PT Sans', sans-serif;
    text-align: center;
    border: none;
    width: 100%
}
.step4 .recalculate {
    padding-top: 11px
}
.mosc.rayon ul {
    padding: 0 20px
}

.mosc.rayon ul li {
    background: #555;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    width: 27%;
    margin: 2% 5% 2% 0;
    font-size: 16px;
    cursor: pointer
}

.mosc.rayon ul li.active {
    padding-left: 24px;
    background: url(/img/galka.png) no-repeat 0 6px;
    color: #dc3e30
}

.podmosc.rayon p {
    color: #939393
}

.podmosc.rayon .tsel {
    padding-left: 40px
}
.podmosc.rayon .tsel ul {
    padding-left: 0;
}
.podmosc.rayon ul li {
    width: 40%;
    margin: 10px 5% 0 0;
    display: inline-block;
    color: #fff;
    padding-left: 36px;
    background: url(/img/li-inactive.png) no-repeat;
    cursor: pointer;
    height: 24px;
    font-size: 16px
}

.podmosc.rayon ul li.active {
    background: url(/img/li-active.png) no-repeat
}
@media screen and (max-width: 991px) {
	 .calc-wrap {
        padding: 0 2%
    }
}
@media screen and (max-width: 821px) {
    .selSpos .item {
        height: 150px
    }

    .mini-menu a[value=mosc] {
        margin-left: 0
    }

    #calc .titol {
        line-height: normal
    }

    #calc .titol .number {
        line-height: 1.2px
    }
}
@media screen and (max-width: 767px) {
	 #calc .submit {
		min-width: 0
        background-image: none !important;
        padding-left: 0 !important;
        text-align: center
    }
	.calc-wrap {
        height: auto
    }

    .calc-wrap .col {
        width: 100% !important
    }

    .selSpos .item {
        display: inline-block
    }

    .calc-wrap {
        display: inline-block;
        text-align: center
    }

    #calc .col1 {
        margin-bottom: 20px
    }

    .selSpos {
        width: 100%
    }

    .step3 .mini-menu {
        text-align: center
    }

    #calc .submit {
        padding: 10px 5px;
        width: 100%;
        text-align: center
    }

    #calc h2 {
        right: 0;
        padding: 0 5px;
        width: 99%
    }
}

.main_zag_01 {
    font-size: 3.2rem;
}

/* brands auto */
.brand-box {
    margin-left: 5px;
    padding: 5px;
    display: inline-block;
}
.brand-box .nav {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.brand-box .nav li {
    margin: 0;
    float: left;
    opacity: .6;
    transition: opacity .3s ease;
    position: relative;
    display: block;
}
.brand-box .nav li:hover {
     opacity: 1;
}
.brand-box li {
    border: 1px solid #ebebeb;
}

a.brand-pop-anchor {
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
}
.brand-box .bg-pop-brand {
    background: none;
 	width: 151px;
    height: 105px;
   text-align: center;
    padding-bottom: 2px;
    opacity: .95;
    display: table-cell;
    vertical-align: middle;
}
.brand-box .nav p {margin: 0 0 5px;}
.bg-pop-brand div {
    text-align: center;
}
.brand-box span.brand-title {
    color: #2e2e2e;
    text-align: center;
}
.brand-box li:hover {
    border: 1px solid #3366cc;
}
@media screen and (min-width: 992px) {
	#fancybox-content #city {
		max-width: none !important;
	}
	#city .container > .row > div ul {
		columns: 6;
		-webkit-columns: 6;
		-moz-columns: 6;
	}
	#city .container > .row > div ul li {
		padding-right: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#city .container > .row > div ul {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
	}
}

.gal {
    clear: both;
    margin: 10px auto 10px;
	white-space: normal;
	font-size: 12px;
	line-height: 1.2;
}
.gal label {
	line-height: 1.3;
}
.gal.gal-400 {
    max-width: 400px;
}
.gal span.wpcf7-list-item {
    margin-left: 0;
}
.gal span.wpcf7-list-item-label {
    font-size: 12px;
	padding-left: 3px;
}
.gal span.wpcf7-list-item-label span {
	font-size: 12px;
	font-weight: 400;
}
a.pers {
    text-decoration: underline;
}
.gal span.wpcf7-form-control-wrap {
    width: auto;
}
.homeform .wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.3;
}
.su-form span.wpcf7-form-control-wrap input[type="checkbox"] {
    height: auto;
}