/*!
Theme Name: oblreklama
Theme URI: https://medialime.by
Author: Medialime
Author URI: https://medialime.by
Description: Уникальная тема Созданная вебстудией Medialime
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oblreklama
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.

oblreklama 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.
 */





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


 	scroll-behavior: smooth;
 	overflow-y: scroll;
 	overflow-x: hidden;

 	font-family: 'Exo 2', sans-serif;
 }

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

 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	margin: 0;
 	padding: 0;
 }

 textarea {
 	resize: none;
 }
 input,
 select,
 button,
 textarea {
 	outline: none;
 }

 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
 	vertical-align: middle;
 }
 ul,
 li,
 a {
 	padding: 0 0;
 	margin: 0;
 	list-style-type: none;
 	color: #333;
 	text-decoration: none;
 }
 ul:hover,
 li:hover,
 a:hover {
 	text-decoration: none;
 	/* Убираем подчеркивание */
 	color: #333;
 }


/* 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,
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 3em;*/
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
	color: #FE0557;
}

a:visited {
	/*color: purple;*/
	/*color: #FE0557;*/
}

a:hover, a:focus, a:active {
	/*color: midnightblue;*/
	color: #FE0557;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
	color: #FE0557;
}

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 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;
}
/*==================================*/
#main{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	position: relative;
	z-index: 2;
	padding-bottom: 80px;
}
.home #main{
	padding: 0;
	max-width: none;
	padding-bottom: 0;
}

.container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}
#masthead{
	background: #191919;
	position: relative;
	z-index: 100;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
	height: 119px;
}

.header-l1-in{
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	height: 48px;
}
.header-l1{
	border-bottom: 1px solid #343434;
}
.header-vr{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	color: #7A7A7A;
}
/*.header-vr span{
	color: #F0F0F0;
	margin-left: 8px;
	}*/
	.header-vr .header-vrsp{
		color: #F0F0F0;
		margin-left: 8px;
	}
	.top_r .top_r-ul{
		height: 0;
		overflow: hidden;
		transition: all 0.3s;

		position: absolute;
		/* background: #313131; */
		z-index: 3;
		background: #fe0557;
	}
	.top_r-ul li:hover{
		background: #313131;
	}
	.header-tel-wr{
		display: flex;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		justify-content: flex-end;
		-ms-flex-positive: 1;
		flex-direction: row;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-grow: 1;
		width: 100%;
		height: 100%;

		padding-right: 40px;
	}
	.header-wr-r-i{
		border-left: 1px solid #343434;
		height: 100%;
		cursor: pointer;
	}
	.header-tel{
		margin-left: 26px;
	}
	.header-tel a{
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		/* identical to box height, or 125% */


		/* fo */

		color: #F0F0F0;
	}
	.header-tel a:hover{
		color: #FE0557;
	}
	.header-wr-r-i-vs img{
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 7px;
	}
	.top_r:hover .top_r-ul{
		height: 96px;
	}
	.top_r li{
		height: 48px;
		padding-left: 26px;
		padding-right: 20px;
		padding-top: 10px;
	}
	.top_r a{
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		/* identical to box height, or 125% */


		/* fo */

		color: #F0F0F0;
	}
	.top_r a:hover{
		color: #FE0557;	
	}

	.header-l2{
		height: 70px;
	}
	.header-wr{
		display: flex;
		-ms-flex-wrap: wrap;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		height: 100%;
	}
	.main-navigation{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; 
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		justify-content: space-around;
		-ms-flex-positive: 1;
		flex-direction: row;
		flex-grow: 1;
		width: 100%;
	}
	#primary-menu{
		width: 100%;
	}
	.main-navigation > div{
		width: 100%;
	}
	#primary-menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; 
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		justify-content: space-around;
		-ms-flex-positive: 1;
		flex-direction: row;
		flex-grow: 1;
		width: 100%;
	}
	.main-navigation a{
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		/* identical to box height, or 125% */

		text-transform: uppercase;

		/* fff */

		color: #FFFFFF;
	}
	.main-navigation a:hover{
		color: #FE0557;
	}
	.header-nav-obl{
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		/* identical to box height, or 125% */
		cursor: pointer;
		text-transform: uppercase;
		position: relative;
		/* fff */

		color: #FFFFFF;
		padding-right: 50px;
	}
	.header-nav-obl:hover{
		color: #FE0557;
	}
	.one-block-item{

	}
	.one-block{

	}
	.one-block-wr{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		overflow: hidden;
	}
	.one-block-item{
		width: 100%;
		position: relative;
		transition: all 0.3s;
		position: relative;
	}

	.one-block-item img{
		width: 100%;
	}
	.one-block-item-img2{
		display: none;
	}
	.one-block-item:hover{
		transform: scale(1.02);
		position: relative;
		z-index: 2;
		box-shadow: 0 0 15px 4px rgba(0,0,0,.3);
	}
	.one-block-item:hover .one-block-item-img{
		display: none;
	}
	.one-block-item:hover .one-block-item-img2{
		display: block;
	}
	.one-block-item-title{
		position: absolute;
		text-align: center;
		bottom: 0;
		left: 0;
		width: 100%;

		z-index: 3;

		font-style: normal;
		font-weight: bold;
		font-size: 40px;
		line-height: 100%;
		/* identical to box height, or 40px */

		text-align: center;
		letter-spacing: 0.15em;

		/* fff */

		color: #FFFFFF;
		margin-bottom: 8%;
	}
	.one-block-item-n{
		position: absolute;
		left: 25px;
		top: 25px;
		z-index: 3;
		font-style: normal;
		font-weight: bold;
		font-size: 40px;
		/*font-size: 28px;*/
		color: #707070a8;
	}
	.one-block-item-n:after{
		content: '';
		position: absolute;

		width: 64px;
		height: 1px;
		top: 50%;
		left: 110%;
		background: #FE0C56;
		transition: all 0.3s;
	}
	.sect-obl{
		padding-top: 112px;
		padding-bottom: 112px;
	}
	.title-v1{
		font-style: normal;
		font-weight: bold;
		font-size: 40px;
		line-height: 100%;
		/* identical to box height, or 40px */

		text-transform: uppercase;
		/* 45 */
		margin-bottom: 60px;

		color: #303030;
		position: relative;
	}
	.title-v1:before{
		content: '';
		position: absolute;

		width: 72px;
		height: 1px;
		top: 50%;
		left: -87px;
		background: #FE0C56;
	}
	.art-41{
		display: inline-block;
		width: 30%;
		margin-right: 3%;
		vertical-align: top;

		margin-bottom: 56px;
	}
	.art-img img{
		width: 100%;
	}
	.art-text-l1 a{
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		/* identical to box height, or 16px */


		color: #767676;
		margin-top: 18px;
		margin-bottom: 20px;
		display: inline-block;
	}
	.art-text-l1 a:hover{
		color: #FE0557;
	}
	.art-text-wrap{
		font-style: normal;
		font-weight: bold;
		font-size: 24px;
		line-height: 100%;
		/* or 24px */


		/* 45 */

		color: #303030;
		padding-bottom: 20px;
	}
	.art-text-text{
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 110%;
		/* or 18px */


		/* 45 */

		color: #303030;
	}
	.art-text-l1 a:first-child{
		display: none;
	}
	.art-text-bt{
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		/* identical to box height, or 16px */


		/* 45 */

		color: #303030;
		position: relative;
		margin-top: 36px;
		display: inline-block;
		width: 184px;
		border-bottom: 1px solid  #FE0557;
		padding-bottom: 6px;
	}
	.art-text-bt:after{
		content: '';
		position: absolute;

		width: 40px;
		height: 1px;
		bottom: -2px;
		left: 0;
		background: #FE0C56;
		transition: all 0.3s;
	}
	.art-text-bt span{
		font-size: 24px;
		float: right;
	}
	.art-41:hover .art-text-bt:after{
		width: 100%;
	}
	.art-img img{
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
	}
	.btn-v1{
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 100%;
		/* identical to box height, or 16px */

		text-align: center;

		/* fff */

		background: #FE0557;
		color: #fff;
		display: block;
		margin: 0 auto;
		/*margin-top: 70px;*/

		width: 100%;
		max-width: 312px;
		text-align: center;
		padding: 20px;
		transition: all 0.3s;
	}
	.btn-v1:hover{
		color: #fff;
		transform: scale(0.96);
	}
	input[type="submit"]{
		transition: all 0.3s;
	}
	input[type="submit"]:hover{
		transform: scale(0.96);
	}
	.three-block{
		background: #F5F5F5;

	}
	.three-block-item{
		display: inline-block;
		/*width: 16.6%;*/
		border: 1px solid  #DADADA;

	}
	.three-block-item img{
		width: 100%;
	}
	.three-block-wr{
	/*display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: end;
	align-content: flex-end;

	justify-content: center;*/
	display: grid !important;
	grid-template-columns: auto auto auto auto auto auto;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0;
	justify-items: stretch;
	align-items: stretch;

	border: 1px solid  #DADADA;
}
.si-l1{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */


	color: #767676;
	margin-top: 45px;
	margin-bottom: 16px;
}	
.si-l2{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	/* identical to box height, or 111% */

	letter-spacing: 0.03em;

	/* 45 */

	color: #303030;
	margin-bottom: 16px;
}
.site-info{
	position: relative;
}
.site-info-bg img{
	width: 100%;
}
.site-info-bg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.site-info .container{
	position: relative;
	z-index: 3;
}
.site-info-wr{
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.site-info-wr2{
	display: inline-block;
	width: 66%;
	vertical-align: top;
}
.si-l1.si-l1-1{
	margin-top: 0;
}

.site-info-wr2 .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap{
	width: 100%;
	display: inline-block;
	margin-bottom: 44px;
}
.site-info-wr2 p,
.wpcf7-form p{
	margin: 0;	
}
.site-info-wr2 .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap input{
	width: 100%;

	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	/* identical to box height, or 18px */

	background: none;
	color: #5F5F5F;
	border: 0;

	border-radius: 0;
	border-bottom:  1px solid  #303030;
	padding-bottom: 6px;
	transition: all 0.3s;

}
.foot-c-line .wpcf7-form-control-wrap{
	width: 46%;
	display: inline-block;
}
.site-info-wr2 .wpcf7-form-control-wrap.your-email{
	/*margin-right: 7%;*/
}

.site-info-wr2 .wpcf7-form-control-wrap select{
	width: 100%;

	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	/* identical to box height, or 18px */

	background: none;
	color: #5F5F5F;
	border: 0;

	border-radius: 0;
	border-bottom:  1px solid  #303030;
	padding-bottom: 6px;

}
.foot-c-line {
	display: flex;
	justify-content: space-between;
}
.site-info-wr2  input[type="submit"]{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */

	text-align: center;

	/* fff */

	color: #FFFFFF;

	background: #FE0557;
	padding: 24px 80px;
	border: 0;
	border-radius: 0;
	float: right;
	cursor: pointer;
}
.wpcf7-form input[type="submit"]{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */

	text-align: center;

	/* fff */

	color: #FFFFFF;

	background: #FE0557;
	padding: 20px;
	border: 0;
	border-radius: 0;
	/*float: right;*/
	width: 100%;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	max-width: 316px;
}
.site-info3{
	background: #191919;
	padding-top: 66px;
	padding-bottom: 66px;
	position: relative;
}
.site-info3:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 80px;
	top: -40px;
	left: 50%;
	background: #FE0557;
}
.site-info3-in{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-info3-item a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	/* or 16px */


	/* fff */

	color: #FFFFFF;
}
.site-info3-item a span{
	font-weight: bold;	
}
.ft-up{
	position: relative;

/*	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;*/

	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	display: inline-block;

	float: right;
	margin-left: 10px;
	margin-top: -7px;
}
.ft-up:before{
	content: "";
	position: absolute;
	top: 19px;
	left: 16px;
	width: 17px;
	height: 2px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ft-up:after{
	content: "";
	position: absolute;
	top: 19px;
	left: 5px;
	width: 17px;
	height: 2px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumbs{
	padding-top: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid #9A9A9A;
	margin-bottom: 80px;
}
.entry-title, .page-title{
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 60px;
	color: #303030;
	position: relative;
}
.entry-title:before, .page-title:before {
	content: '';
	position: absolute;
	width: 72px;
	height: 1px;
	top: 50%;
	left: -87px;
	background: #FE0C56;
}
.anoter-content-date{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	display: inline-block;
	/* identical to box height */

	letter-spacing: 0.03em;

	color: #767676;
	margin-left: 20px;
}
.anoter-content-cat{
	padding-right: 20px;
	display: inline-block;

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */

	letter-spacing: 0.03em;

	color: #767676;
	border-right: 1px solid #767676;
}
.shapka-page-img{
	margin-top: 40px;
}
.h5ab-print-button-container{
	display: inline-block;
	float: right;
	width: auto;
}
.h5ab-print-button-right{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: .03em;
	color: #404040;
	border: 1px solid #404040;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 10px 20px 14px;
}
.h5ab-print-button .fa-print.fa-lg+span{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: .03em;
	color: #404040;
}
.addtoany_content{
	display: inline-block;
}
.title-pos{
	
	margin-top: 100px;
	/*border-bottom: 1px solid  #999999;*/
}
.title-pos-li{
	height: 1px;
	background: #999999;
	margin-top: 40px;
}
#colophon{
	background: #F5F5F5;
}
.home #colophon{
	background: none;
}

.post-navigation{
	display: none;
}
.rekl-i1{

	width: 32%;
	margin-right: 1%;
	margin-bottom: 1%;

}
.rekl-i2{
	
	width: 65%;
	margin-right: 1%;
	margin-bottom: 1%;
	
}
.rekl-i3{
	width: 48.5%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.rekl-i{
	display: inline-block;
	
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.rekl-i img{
	width: 100%;
	transition: all 0.3s;
}
.rekl-i:hover img{
	transform: scale(1.05);
}
.rekl-i:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	background: linear-gradient(180.1deg, rgba(33, 33, 34, 0) 58.32%, rgba(33, 34, 34, 0.9) 90.54%);
}

.rekl-i:hover:before{
	top: 20%;
	/*background: linear-gradient(180.1deg, rgba(33, 33, 34, 0) 80.32%, rgba(33, 34, 34, 0.9) 90.54%);*/
}
.rekl-i-t{
	position: absolute;
	bottom: 8%;
	left: 6%;
	/*left: 0;*/
	/*padding-left: 6%;*/
	padding-right: 10%;
	width: 100%;
	z-index: 3;

	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 115%;
	/* identical to box height, or 21px */

	text-transform: uppercase;
	
	color: #FFFFFF;
	/*margin-bottom: 8%;*/
}
.rekl-i-t:before{
	content: '';
	position: absolute;
	width: 225px;
	height: 1px;
	bottom: -2px;
	left: 0;
	background: #FE0C56;
	transition: all 0.3s;
}
.rekl-i-t:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	bottom: -3px;
	left: 0;
	background: #FE0C56;
	transition: all 2s;
}
.rekl-i:hover .rekl-i-t:after{
	width: 225px;
}
.rekl-two{
	margin-top: 100px;
}
.rekl-i-two{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3);
	grid-template-rows: repeat(3);
	/*justify-content: center;*/
	justify-content: baseline;

	align-content: end;

	/*height: 280px;*/

	
}
.rekl-b-two{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3);
	grid-template-rows: repeat(3);
	/*justify-content: center;*/
	justify-content: baseline;

	align-content: end;
}
.rekl-i-i{
	/*background-color: #444;*/
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	height: 280px;
	background-color: #333;

	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}
.rekl-i-i:nth-child(1){
	grid-column:  1 / 3;
	grid-row: 1;

}
.rekl-i-i:nth-child(2){
	/*grid-column: 3;*/
	/*grid-row: 1;*/
	
}
.rekl-i-i:nth-child(3){
	/*background-color: red;*/
	grid-column:  1;
	grid-row: 2 / 4;
	height: auto;
}
.rekl-i-i:nth-child(4){

}
.rekl-i-i:nth-child(5){

}
.rekl-i-i:nth-child(6){
	
	grid-column:  2/4;
	grid-row: 3;
}
.map-ft{
	position: relative;
	z-index: 2;
	height: 560px;
}
.map-bild{
	height: 560px;
	background: #000;
	margin-top: 40px;
}
#main.bild_gorod{
	max-width:none;
	padding-left: 0;
	padding-right: 0;
}
.build-item,
.shvei-one-i{
	position: relative;
	display: inline-block;
	width: 32%;
	margin-right: 1%;
	vertical-align: top;

	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;


}
.build-item:hover .rekl-i-t:after,
.shvei-one-i:hover .rekl-i-t:after{
	width: 225px;
}
.build-item img{
	width: 100%;
	transition: all 0.3s;
}
.build-two{
	margin-top: 72px;
}


.build-item:hover img , .shvei-one-i:hover img{
	transform: scale(1.05);
}
.build-item:before,
.shvei-one-i:before{
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	background: linear-gradient(180.1deg, rgba(33, 33, 34, 0) 58.32%, rgba(33, 34, 34, 0.9) 90.54%);
}

.build-item:hover:before,
.shvei-one-i:hover:before{
	top: 0%;
	/*background: linear-gradient(180.1deg, rgba(33, 33, 34, 0) 80.32%, rgba(33, 34, 34, 0.9) 90.54%);*/
}
.shvei-one{
	display: flex
}
.shvei-one-i{
	position: relative;
}
.shvei-one-i{

}
.shvei-one-i:hover{
	
}
.shvei-one-i img{
	width: 100%;
	transition: all 0.3s;
}
.shvei-two{
	margin-top: 100px;
}
.shvei-two-l1{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	/* identical to box height, or 24px */

	color: #303030;
	margin-top: 50px;
	margin-bottom: 38px;
}
.shvei-two-l2{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */


	/* 45 */

	color: #303030;
	margin-bottom: 14px;
}
.shvei-two-l3{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */


	/* 45 */

	color: #303030;
}
.shvei-two-l4{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */

	display: table;
	/* 45 */

	color: #303030;
	margin-bottom: 8px;
}
.shvei-two-ll{
	width: 310px;
	background: #939393;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.shv-i{
	height: 600px;
	border-radius: 5px;

	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}
.shv-i-t{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	/* or 34px */

	text-align: center;
	text-transform: uppercase;

	/* fff */

	color: #FFFFFF;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 160px;
	z-index: 4;
}
.shv-mod{

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	/* or 22px */

	text-align: center;
	text-transform: uppercase;

	/* fff */

	color: #FFFFFF;

	position: absolute;
	left: 0;
	width: 100%;
	bottom: 140px;
	z-index: 4;
}
.build-item.shv-i:before{
	top: 0%;
}
.build-item.shv-i:hover:before{
	top: 10%;
}
.shv-mod-pr{
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 115%;
	/* identical to box height, or 28px */

	text-align: center;
	text-transform: uppercase;

	/* fff */

	color: #FFFFFF;

	position: absolute;
	left: 0;
	width: 100%;
	bottom: 100px;
	z-index: 4;
}
.sv-b-l{
	display: inline-block;
	vertical-align: top;
	/*width: 49%;*/
	width: 40%;
	margin-right: 1%;
}
.sv-b-l img{
	max-width: 100%;
}
.sv-b-r{
	display: inline-block;
	vertical-align: top;
	width: 58%;
	/*width: 49%;*/

	/*padding-left: 10%;*/
	padding-left: 6%;
}
.sv-b-r p{
	margin-bottom: 0.5em;
}
.sv-b-r1{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: #303030;

	margin-bottom: 38px;
}
.sv-b-r2{
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 100%;
	display: table;
	color: #303030;
	margin-bottom: 8px;
}
.sv-b-r .h5ab-print-button-container, 
.rekl-b-one .h5ab-print-button-container, 
.sv-b-r .addtoany_share_save_container,
.rekl-b-one .addtoany_share_save_container{
	display: none;
}
.sv-b-bt{
	background: #FE0557;
	display: inline-block;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */

	text-align: center;

	/* fff */

	color: #FFFFFF;

	padding: 20px;
	width: 100%;
	max-width: 328px;	
}
.sv-b-r3{
	margin-top: 50px;
}
.arend-three{
	margin-top: 60px;
}
.arend-three-i{
	margin-top: 40px;
	text-align: center;
}
.nav-obl-bt{
	position: absolute;
	right: 0;
	top: 10px;
	height: 1px;
	background: #FE0557;
	width: 32px;
}
.nav-obl-bt:before{
	position: absolute;
	display: block;
	right: 0;
	height: 1px;
	background: #FE0557;
	width: 16px;
	content: "";
	top: -8px;
	transition: all .3s ease;
}
.nav-obl-bt:after{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	height: 1px;
	background: #FE0557;
	width: 24px;
	bottom: -8px;
	transition: all .3s ease;
}
.header-nav-obl:hover .nav-obl-bt:after{
	width: 100%;
}
.header-nav-obl:hover .nav-obl-bt:before{
	width: 100%;
}
.rig-menu{
	position: fixed;
	height: 100vh;
	right: -50%;
	width: 0;
	z-index: 4;
	transition: all 1s ease;
	top: 0;
	background: #242424;
	padding-top: 120px;
	overflow: hidden;
}
.rig-menu.change{
	right: 0;
	width: 140px;
}
.rig-menu.change2{
	width: 50%;
}
.rig-menu-in{
	max-width: 628px;
	margin: 0;
	padding: 0 15px;
	height: 100%;
	padding-top: 10%;
	border-right: 1px solid #343434;
}
.rig-menu-item{
	font-style: normal;
	font-weight: 600;
	display: block;
	font-size: 24px;
	text-align: right;
	padding-left: 150px;
	line-height: 20px;
	/* identical to box height, or 83% */

	text-transform: uppercase;

	/* fff */

	color:  #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all 0.3s;
}
.rig-menu-num{
	/*float: left;*/
	position: absolute;
	left: 100px;
	transform: rotate(270deg);
	color: #FE0557;
	transition: all 0.3s;
}
.rig-menu-num:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	top: -66px;
	left: 50%;
	background: #FF0D59;
	transition: all 0.3s;
}
.rig-menu-item:hover .rig-menu-num{
	color: #fff;
}
.rig-menu-item:hover .rig-menu-num:before{
	background: #fff;
	top: -126px;
}
.header-nav-obl.change .nav-obl-bt{
	background: 0 0;
}
.header-nav-obl.change .nav-obl-bt:before{
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header-nav-obl.change .nav-obl-bt:after{
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header-l2.topmen{
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 22;

	background: #191919;
	z-index: 100;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.cont-l1{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */

	color:  #303030;
	margin-bottom: 10px;
}
.cont-l2{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height, or 125% */

	color:  #303030;
}
.cont-bb{
	margin-bottom: 40px;
}
.cont-l3.cont-bb{
	margin-bottom: 40px
}
.cont-l31{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */

	color: #303030;
	padding-left: 20px;
}
.cont-l3{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;

	color: #999999;
	margin-bottom: 6px;
}
.cont-l3 a{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */

	color: #303030;
	white-space: nowrap;
}
.cont-se{
	padding-top: 40px;
	padding-bottom: 40px;
}
.cont-two{
	background: #F4F4F4;
	margin-top: 20px;
}
.cont-l5{
	position: relative;

	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;

	color: #303030;
	margin-bottom: 30px;
}
.cont-l5:before{
	content: '';
	position: absolute;
	width: 225px;
	height: 1px;
	bottom: -19px;
	left: 0;
	background: #FE0C56;
	transition: all 0.3s;
}
.cont-l5:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: -21px;
	left: 0;
	background: #FE0C56;
	transition: all 2s;
}
.cont-l6{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #303030;
}
.cont-page ul{
	margin-top: 24px;
	margin-bottom: 24px;
}
.cont-page ul li{
	position: relative;
	/*padding-left: 24px;*/
}
.cont-page ul li:before{
	content: '';
	margin-right: 10px;
	border-radius: 100%;
	width: 6px;
	display: inline-block;
	height: 6px;
	background: #FE0C56;
	margin-bottom: 1px;
}
.svern-bt{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */
	cursor: pointer;
	display: inline-block;
	color: #6F6F6F;
	margin-top: 26px;
	border-bottom: 2px dashed #6F6F6F;
}

.cont-four, .cont-six{
	background: #F4F4F4;
}
.svern{
	height: 100px;
	overflow: hidden;
}
.svern.open{
	height: auto;
}
.ruk-item-img{
	display: inline-block;
	/*border-radius: 100%;*/
	border-radius: 10px;
	max-width: 256px;
	overflow: hidden;
	width: 49%;
}
.ruk-item{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin-bottom: 30px;
}
.ruk-item-r{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-left: 10px;
}
.ruk-item-title{
	margin-top: 20px;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;

	color: #303030;
}
.ruk-item-num-l{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #303030;
	width: 84px;
	display: inline-block;
}
.ruk-item-num{
	margin-top: 26px;
}
.ruk-item-dolj{
	margin-top: 14px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #303030;
}
.ruk-item-em{
	margin-top: 14px;
}
#map-yandex{
	position: relative;
	z-index: 7;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: transparent;
}
.shv-mod-bt-wr{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	z-index: 4;
}
.shv-mod-bt{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */

	text-align: center;
	color: #FFFFFF;
	/*position: absolute;
	left: 0;
	width: 100%;*/
	/*bottom: 20px;*/
	text-transform: uppercase;
	background: #FE0557;
	display: block;
	max-width: 312px;
	margin: 0 auto; 
	padding: 20px;
	transition: all 0.3s;
	z-index: 4;
}
.shv-mod-bt:hover{
	color: #fff;
	transform: scale(0.96);
}
.form-tit-up{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	/* or 24px */

	text-align: center;

	/* 45 */
	margin-bottom: 20px;
	margin-top: 20px;
	color: #303030;
}
.home .container{
	position: relative;
}
.home .container:before{
	content: '';
	/*width: 1px;*/
	/*position: absolute;*/
	left: 15px;
	top: -112px;
	height: 200%;
	/*background: #EAEAEA;*/


	width: 32.5%;
	position: absolute;
	z-index: -1;
	/*left: 0;*/
	/*top: 0;*/
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}
#masthead .container:before{
	content: none;
}
.site-info3 .container:before{
	content: none;
}

.site-info .container:before{
	content: none;
}

.home .container:after{
	content: '';
	
	right: 15px;
	top: -112px;
	height: 200%;
	/*background: #EAEAEA;*/


	width: 32.5%;
	position: absolute;
	z-index: -1;
	/*left: 0;*/
	/*top: 0;*/
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}
#masthead .container:after{
	content: none;
}
.site-info3 .container:after{
	content: none;
}

.site-info .container:after{
	content: none;
}


.home .sect-obl{
	position: relative;
}

.home .sect-obl:before{
	/*content: '';
	width: 1px;
	position: absolute;
	left: 34%;
	top: 0;
	border-left: 1px solid #EAEAEA;
	height: 100%; */
	/*background: #EAEAEA;*/
}
.rig-menu-in2{
	display: none;
}
.site-info-wr2 .wpcf7-form-control-wrap input:focus,
.wpcf7-form .wpcf7-form-control-wrap input:focus{
	/*padding-bottom: 8px;*/
	padding-left: 6px;
}


.one-block-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	background: linear-gradient(180.1deg, rgba(33, 33, 34, 0) 78.32%, rgba(33, 34, 34, 0.9) 100.54%);
}
.one-block-item:hover:before{
	top: 0%;
}
.one-block-item:hover .one-block-item-n:after{
	top: 83%;

	left: 2%;
}

.rekl-our-i{
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}
.three-block-item-na{
	text-align: center;
}
.slick-slide  .three-block-item-na img{
	width: auto;
	display: inline-block;
}

#partners .slick-next, #partners  .slick-prev{
	top: -90px;
}

#partners .slick-next{
	/*position: relative;*/
	right: 50px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 7;
}
#partners .slick-prev{
	/*position: relative;*/
	z-index: 7;
	right: 100px;
	left: auto;
	cursor: pointer;
	float: none;
	width: 35px;
	height: 35px;
}
#partners .slick-next:before{
	content: "";
	position: absolute;
	top: 24px;
	left: 15px;
	width: 17px;
	height: 2px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #191919;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#partners .slick-next:after{
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 17px;
	height: 2px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #191919;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#partners .slick-prev:before{
	content: "";
	position: absolute;
	top: 24px;
	left: 15px;
	width: 17px;
	height: 2px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #191919;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#partners .slick-prev:after{
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 17px;
	height: 2px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #191919;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.two-block .art-41{
	visibility: hidden;
	position: relative;
	animation-name: none;
	/*-webkit-animation-name: 'bounceInLeft';*/
	/*animation-name: 'bounceInLeft';*/
	animation-duration: 1s;
}
.two-block .art-41:first-child.active{
	visibility: visible;
	animation-duration: 1s;
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.two-block .art-41:nth-child(2).active{
	visibility: visible;
	animation-duration: 1s;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
.two-block .art-41:nth-child(3).active{
	visibility: visible;
	animation-duration: 1s;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}





.bounceInLeft {
	-webkit-animation-name: 'bounceInLeft';
	animation-name: 'bounceInLeft';
}

@-webkit-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);
	}

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

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

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

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

	to {
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes bounceInUp {
	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(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

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

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

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	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(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

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

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

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-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;
	}
}

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

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}






.write_us{
	display: inline-block;
	position: fixed;
	right: -47px;
	top: 50%;
	background: #191919;
	transform: rotate(-90deg);
	z-index: 20;
	padding: 5px 10px;
}
.write_us:hover{
	color: #fff;
}

.up_tomenu{
	position: fixed;
	right: -100px;
	bottom: 72px;
	z-index: 20;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-top: -7px;
	background: #191919;
	transition: all 0.3s;
}
.up_tomenu.active{
	right: 15px;
}
.up_tomenu:before{
	content: "";
	position: absolute;
	top: 19px;
	left: 16px;
	width: 17px;
	height: 2px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.up_tomenu:after{
	content: "";
	position: absolute;
	top: 19px;
	left: 5px;
	width: 17px;
	height: 2px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.up_tomenu:hover:after{
	background-color: #FE0557;
}
.up_tomenu:hover:before{
	background-color: #FE0557;
}

.zanyto-bil{
	background: #191919;

	padding: 10px 20px;
	/*float: right;*/
	margin-right: 40px;
	font-size: 20px;
}
.zanyto1{
	color: #43ff00;
}
.zanyto2{
	color: red;
}

.zanyto3{
	color: #ffcc00;

}

.zanyto{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;

	background: #191919;

	z-index: 20;
	padding: 5px 10px;
}
.zan1{
	color: #43ff00;
}
.zan2{
	color: red;
}
.zan3{
	color: #ffcc00;
}
.about-r{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-left: 3%;
}
.about-r-t{
	height: 360px;
	overflow: hidden;
}
.about-map{
	width: 100%;
	height: 450px;
	position: relative;
	z-index: 4;
}
.svern-bt2{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	cursor: pointer;
	display: inline-block;
	color: #6F6F6F;
	margin-top: 26px;
	border-bottom: 2px dashed #6F6F6F;
}
.svern2{
	height: 54px;
	overflow: hidden;
}
.svern2.open{
	height: auto;
}
.rekl-b-zanyto{
	text-align: right;
	margin-bottom: 20px;
}



























/*======================================*/

@media screen and (max-width: 1440px) { 
	.map-bild{
		height: 440px;
	}
} 

@media screen and (max-width: 1300px) { 
	.one-block-item-title{
		font-size: 34px;
	}
	.rekl-b-two{
		max-width: 992px;
		text-align: center;
		margin: 0 auto;
	}
} 


@media screen and (max-width: 1240px) { 
	.sect-obl{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.about-r{
		width: 100%;
	}
} 

@media screen and (max-width: 1040px) { 


}



@media screen and (max-width: 992px) { 
	#site-navigation{
		display: none;
	}
	.one-block-item-title{
		font-size: 24px;
	}
	.title-v1{
		font-size: 30px;
	}
	.header-tel-wr{
		display: none;
	}
	.sect-obl{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.breadcrumbs{
		margin-bottom: 40px;
	}
	.entry-title, .page-title{
		font-size: 30px;
	}
	.rekl-two{
		margin-top: 60px;
	}
	.shv-i{
		height: 400px;
	}
	.rig-menu-in1{
		display: none;
	}

	.rig-menu-in2{
		display: block;
	}
	.rig-menu{
		/*height: auto;*/
		padding-top: 80px;
		
	}
	.rig-menu-item{
		line-height: 6px;
	}

}

@media screen and (max-width: 768px) { 
	.one-block-item-title{
		font-size: 20px;
	}
	.art-41{
		width: 46%;
	}
	.three-block-wr{
		grid-template-columns: auto auto auto auto auto ;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	}
	.entry-title, .page-title{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.rekl-i1{
		width: 48%;
		/*margin-right: 0.5%;*/
	}
	.rekl-i2{
		width: 98%;
		margin-right: 0;
	}
	.build-two{
		margin-top: 20px;
	}
	.build-item, .shvei-one-i{
		width: 48%;
	}
	.rekl-i-i{
		height: 172px;
	}
	.shvei-two{
		margin-top: 50px;
	}
	.build-two{
		margin-top: 40px;
	}
	.shv-i{
		height: 400px;
	}
	.sv-b-l{
		width: 100%;
	}
	.sv-b-r{
		width: 100%;
	}
	.form-tit-up{
		font-size: 18px;
	}
	.rig-menu.change2{
		width: 90%;
	}



	.home .container:after{
		content: none;
	}
	.home .container:before{
		content: none;
	}
	.ruk-item{
		width: 100%;
		margin-bottom: 20px;
	}
	.ruk-item-r{
		width: 100%;
	}
}
@media screen and (max-width: 600px) { 
	
	.site-info-wr{
		width: 100%;
	}
	.site-info-wr2{
		width: 100%;
	}
	.site-info3-in{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.site-info3-item{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.three-block-wr{
		grid-template-columns: auto auto auto auto ;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
	}
	.sect-obl{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.rekl-i-t{
		font-size: 16px;
	}
	.rekl-i-t:before{
		width: 50%;
	}
	.rekl-i:hover .rekl-i-t:after{
		width: 50%;
	}
	.rekl-i-t{

	}
	.rekl-two{
		margin-top: 40px;
	}
	.entry-title, .page-title{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.map-bild{
		height: 400px;
	}
	.build-item:before, .shvei-one-i:before{
		top: 0;
		background: linear-gradient(180.1deg, rgba(33, 33, 34, 0) 6.32%, rgba(33, 34, 34, 0.9) 90.54%);
	}
	.map-ft{
		height: 400px;
	}
	.shvei-two{
		margin-top: 34px;
	}
	.build-two{
		margin-top: 20px;
	}
	.title-pos{
		margin-top: 20px;
	}
	.rig-menu.change2{
		width: 100%;
	}
	.rig-menu-num{
		left: 40px;
	}
	.rig-menu-item{
		font-size: 16px;
		padding-left: 70px;
	}
	.rig-menu.change{
		width: 78px;
	}
	.rig-menu.change2{
		width: 100%;
	}
	.rig-menu{
		right: -100%;
	}
	.one-block-item-title{
		font-size: 12px;
	}
	.rekl-our-i{
		height: 120px;
	}
	.shv-i-t{
		font-size: 14px;
	}
	.shv-mod-pr{
		font-size: 16px;
	}
	.shv-mod-bt{
		font-size: 14px;
		padding: 10px;
	}
	.shv-i{
		height: 240px;
		margin-bottom: 10px;
	}
	#partners .slick-next, #partners  .slick-prev{
		top: -31px;
	}
	#partners  .slick-prev{
		right: 50px;
	}
	#partners .slick-next{
		right: 0;
	}
	.site-info-bg{
		display: none;
	}
}




@media screen and (max-width: 480px) { 
	.title-v1{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.art-41{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.art-text-wrap{
		font-size: 18px;
	}
	.art-text-l1 a{
		margin-bottom: 10px;
	}
	.art-text-bt{
		margin-top: 10px;
	}
	/*.three-block-wr{
		grid-template-columns: auto auto auto ;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
		}*/
		.si-l1{
			margin-top: 20px;
		}
		.si-l2{
			font-size: 16px;
		}
		.site-info-wr2 .wpcf7-form-control-wrap{
			margin-bottom: 10px;
		}
		.foot-c-line{
			display: block;
		}
		.foot-c-line .wpcf7-form-control-wrap{
			width: 100%;
		}
		.site-info-wr2 input[type="submit"]{
			font-size: 14px;

			padding: 13px 30px;
		}
		.btn-v1{
			font-size: 14px;
			padding: 16px;
		}
		.rekl-i-t{
			line-height: 1;
			text-transform: lowercase;	
		}
		.rekl-i3{
			width: 48%;
		}
		.rekl-i-i{
			height: 86px;
		}
		#main{
			padding-bottom: 40px;
		}
		.shvei-two-l1{
			font-size: 20px;
		}
		.shvei-two-l1{
			margin-top: 18px;
			margin-bottom: 12px
		}
		.shvei-two-ll{
			width: 100%;
		}
		.shvei-two{
			margin-top: 24px;
		}
		.sv-b-bt{
			font-size: 14px;
			padding: 16px;
		}
		.header-vr span{
			display: none;
		}
		.header-vr .header-vrsp{
			display: block;
		}
		.header-l1-in{
			justify-content: space-between;
		}
		.write_us{
			/*display: none;*/
			right: auto;
			left: -50px;
		}
	}




















	/*======панель видящих===========*/
	/*-===============================*/

	.slstrongpanel{
		display: none;
		position: relative;
		z-index: 9999999999;
	}
	.slstrongpanel.slopenstrongpanel{
		display: block;
	}



	.soundfor{
		display: inline-block; 
		position: fixed;
		left: 20px;
		bottom: 20px;
		height: 40px;
		width: 40px;
		cursor: pointer;
		/*background-color:red;*/

		font-size: 26px;
		line-height: 40px;
		text-align: center;
		color: #fff;

		border-radius: 50%;
		border: 2px solid #fff;
		background: #029fc9;
		transition: all 0.3s;
		z-index: 9999999999;
		box-sizing: content-box;

	}
	.soundfor input{
		position: relative;
		z-index: 9999999999;
		cursor: pointer;
		width: 100%;
		font-size: 26px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		border-radius: 50%  !important;
		border: 0  !important;
		background: transparent;
		transition: all 0.3s;
		/*padding: 0;*/
		margin: 0;
		padding: 1px 0px;
	}
	.soundfor input:focus{
		border: 0;
		outline: 0;
	}
	.soundfor::before, .soundfor::after{
		content: '';
		position: absolute;
		border: 1px solid #29AEE3;
		left: -20px;
		right: -20px;
		top: -20px;
		bottom: -20px;
		border-radius: 50%;
		animation: pulse 1.8s linear infinite;
		opacity: 0;
	}
	.soundfor::after{
		animation-delay: .5s;
	}
	.soundfor:hover{
		transform: scale(1.1);
	}
	@keyframes pulse {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: scale(1.2);
			opacity: 0;
		}
	}

	.openstrongfull{
		display: inline-block; 
		position: fixed;
		left: 20px;
		bottom: 80px;
		height: 40px;
		width: 40px;
		cursor: pointer;
		/*background-color:red;*/

		font-size: 26px;
		line-height: 40px;
		text-align: center;
		color: #fff;

		border-radius: 50%;
		border: 2px solid #fff;
		background: #029fc9;
		transition: all 0.3s;
		z-index: 9999999999;
	}
	.slopenstrongpanel{
		padding: 15px 20px!important;
		color: black!important;
		background-color: #f8f8f8;
		top: 0!important;
		left: 0!important;
		right: 0!important;
		letter-spacing: 0!important;
		position: relative!important;
		text-shadow: none!important;
		line-height: normal!important;
		border: 0!important;
		font-size: 16px!important;
		z-index: 99999!important;
		moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.23);
		webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.23);
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.23);
	}

	.openstrongfull.active{
		background: red;
	}

	.sl-item{
		display: inline-block;
		width: 24%;

		margin-top: 5px;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		vertical-align: top;
		vertical-align: top;
	}
	.sl-item-s{
		display: inline-block;
		cursor: pointer;

		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		user-select: none;
		border: 1px solid #000;
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: 0;
		transition: color .15s;
		font-weight: 600;
		margin-bottom: 4px;
	}
	.sl-item_d{
		margin-top: 10px;
	}
	.sl-item-s:hover{
		background: #000;
		color: #fff;
	}
	.sl-item-bl{
		background: #000;
		color: #fff;
	}
	.sl-container{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
	.sl-item2{
		display: inline-block;
		width: 33%;
		text-align: center;
		vertical-align: top;
	}
	.sl-item-title{
		margin-top: 5px;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
	}
	.sl_lt1{
		padding-bottom: 20px;
	}

	.sl_lt2{
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #939393;
	}
	.sl_lt2{
		display: none;
	}
	.sl_lt2.active{
		display: block;
	}
	.sl-color1{
		color: black !important;
		background-color: white !important;
	}
	.sl-color2{
		color: white !important;
		background-color: black !important;
	}
	.sl-color3{
		color: #063462 !important;
		background-color: #9DD1FF !important;
	}
	.sl-color4{
		color: #4D4B43 !important;
		background-color: #F7F3D6 !important;
	}
	.sl-color5{
		color: #A9E44D !important;
		background-color: #3B2716 !important;
	}
	.sl-item3{
		width: 100%;
		text-align: right;
		margin-top: 20px; 
	}

	body[font-zasech='bezasech'] .soundfor, body[font-zasech='zasech'] .soundfor{
		display: inline-block;
	}
	.soundfor{
		display: none;
	}
	/*=========*/

	html body[sl-font='10'] *:not(.slnot):not(i){
		font-size: 10px !important;
	}
	html body[sl-font='11'] *:not(.slnot):not(i){
		font-size: 11px !important;
	}
	html body[sl-font='12'] *:not(.slnot):not(i){
		font-size: 12px !important;
	}
	html body[sl-font='13'] *:not(.slnot):not(i){
		font-size: 13px !important;
	}
	html body[sl-font='14'] *:not(.slnot):not(i){
		font-size: 14px !important;
	}
	html body[sl-font='15'] *:not(.slnot):not(i){
		font-size: 15px !important;
	}
	html body[sl-font='16'] *:not(.slnot):not(i){
		font-size: 16px !important;
	}
	html body[sl-font='17'] *:not(.slnot):not(i){
		font-size: 17px !important;
	}
	html body[sl-font='18'] *:not(.slnot):not(i){
		font-size: 18px !important;
	}
	html body[sl-font='19'] *:not(.slnot):not(i){
		font-size: 19px !important;
	}
	html body[sl-font='20'] *:not(.slnot):not(i){
		font-size: 20px !important;
	}
	html body[sl-font='21'] *:not(.slnot):not(i){
		font-size: 21px !important;
	}
	html body[sl-font='22'] *:not(.slnot):not(i){
		font-size: 22px !important;
	}
	html body[sl-font='23'] *:not(.slnot):not(i){
		font-size: 23px !important;
	}
	html body[sl-font='24'] *:not(.slnot):not(i){
		font-size: 24px !important;
	}
	html body[sl-font='25'] *:not(.slnot):not(i){
		font-size: 25px !important;
	}
	html body[sl-font='26'] *:not(.slnot):not(i){
		font-size: 26px !important;
	}
	html body[sl-font='27'] *:not(.slnot):not(i){
		font-size: 27px !important;
	}
	html body[sl-font='28'] *:not(.slnot):not(i){
		font-size: 28px !important;
	}
	html body[sl-font='29'] *:not(.slnot):not(i){
		font-size: 29px !important;
	}
	html body[sl-font='30'] *:not(.slnot):not(i){
		font-size: 30px !important;
	}
	html body[sl-font='31'] *:not(.slnot):not(i){
		font-size: 31px !important;
	}
	html body[sl-font='32'] *:not(.slnot):not(i){
		font-size: 32px !important;
	}
	html body[sl-font='33'] *:not(.slnot):not(i){
		font-size: 33px !important;
	}
	html body[sl-font='34'] *:not(.slnot):not(i){
		font-size: 34px !important;
	}
	html body[sl-font='35'] *:not(.slnot):not(i){
		font-size: 35px !important;
	}
	html body[sl-font='36'] *:not(.slnot):not(i){
		font-size: 36px !important;
	}
	html body[sl-font='37'] *:not(.slnot):not(i){
		font-size: 37px !important;
	}
	html body[sl-font='38'] *:not(.slnot):not(i){
		font-size: 38px !important;
	}
	html body[sl-font='39'] *:not(.slnot):not(i){
		font-size: 39px !important;
	}
	html body[sl-font='40'] *:not(.slnot):not(i){
		font-size: 40px !important;
	}
	/*========*/



	html body[sl-bgcolor='color1'] *:not(.slnot):not(i), html body[sl-bgcolor='color1']{
		background-color: #fff!important;
		background: #fff!important;
		background-image: none!important;
		box-shadow: none!important;
		text-shadow: none!important;
		border-color: #000!important;
		color: #000!important;
		fill: #000!important;
	}
	html body[sl-bgcolor='color2'] *:not(.slnot):not(i), html body[sl-bgcolor='color2']{
		background-color: #000!important;
		background: #000!important;
		background-image: none!important;
		box-shadow: none!important;
		text-shadow: none!important;
		border-color: #fff!important;
		color: #fff!important;
		fill: #fff!important;
	}
	html body[sl-bgcolor='color3'] *:not(.slnot):not(i), html body[sl-bgcolor='color3']{
		background-color: #9dd1ff!important;
		background: #9dd1ff!important;
		background-image: none!important;
		box-shadow: none!important;
		text-shadow: none!important;
		border-color: #063462!important;
		color: #063462!important;
		fill: #063462!important;
	}
	html body[sl-bgcolor='color4'] *:not(.slnot):not(i), html body[sl-bgcolor='color4'] {
		background-color: #f7f3d6!important;
		background: #f7f3d6!important;
		background-image: none!important;
		box-shadow: none!important;
		text-shadow: none!important;
		border-color: #4d4b43!important;
		color: #4d4b43!important;
		fill: #4d4b43!important;
	}
	html body[sl-bgcolor='color5'] *:not(.slnot):not(i), html body[sl-bgcolor='color5']{
		background-color: #3b2716!important;
		background: #3b2716!important;
		background-image: none!important;
		box-shadow: none!important;
		text-shadow: none!important;
		border-color: #a9e44d!important;
		color: #a9e44d!important;
		fill: #a9e44d!important;
	}
	#soundforyou{
		display: none;
	}
	/*=================*/
	.divimgoff{
		display: none;
	}
	html body[sl-img='chb'] img:not(.slnot){
		filter: url(data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='g…yscale'><feColorMatrixtype='saturate'values='0'/></filter></svg>#grayscale);
		-webkit-filter: grayscale(1); 
		filter: grayscale(1); 
		filter: gray;
	}
	html body[sl-img='standart'] img:not(.slnot){
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}



	html body[sl-img='off'] .divimgoff{
		border: 2px dashed!important;
		box-sizing: border-box!important;
		overflow: hidden!important;
		max-width: 100%!important;
		max-height: 100%!important;
		word-wrap: break-word!important;
		text-align: center!important;
		display: flex!important;
		align-items: center!important;
		justify-content: center!important;
	}
	html body[sl-img='off'] img{
		display: none !important;
	}

	/*=================*/

	html body[sl-msi='15'] *:not(.slnot){
		line-height: 1.5 !important;
	}
	html body[sl-msi='20'] *:not(.slnot){
		line-height: 2! important;
	}
	html body[sl-msi='25'] *:not(.slnot){
		line-height: 2.5 !important;
	}

	/*=================*/
	html body[sl-mbi='0'] *:not(.slnot){
		letter-spacing: 0 !important;
	}
	html body[sl-mbi='2'] *:not(.slnot){
		letter-spacing: 2px !important;
	}
	html body[sl-mbi='4'] *:not(.slnot){
		letter-spacing: 4px !important;
	}


	/*=================*/


	html body[font-zasech='bezasech'] *:not(.slnot):not(i){
		font-family: Arial,sans-serif;
	}

	html body[font-zasech='zasech'] *:not(.slnot):not(i){
		font-family: "Times New roman";
	}

	/*=================*/

	@media screen and (max-width: 480px) {
		.sl-item{
			width: 49%;
		}
		.sl-item2{
			width: 100%;
		}
	}

/*===================================*/