
/********** FAQ *************/
.fon {
  zoom: 1.25;
  /*  width: 100vw;  */
  /*  height: 100vh; */
  margin-left: 0%;
  /*   position: fixed;  */
  z-index: -1;
  background-position-x: left;
  background-position-y: center;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.4) 30%, rgb(255, 255, 255) 90%), url(/images/klava.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.img_centr {
  display: flex;
  justify-content: center;
}

.img_box {
  max-width: 100%;
  height: auto;
}

.fon p {
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
}


.faq-h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #EA6F15;
  font-size: 2.25em;
  line-height: 54px;
  line-height: 1.2;
}
.faq-p {
  color: #EA6F15;
}
.min-main{
	height: 900px;
}
.cont1 {
	display: flex;
	flex-direction: column; /* Слои, подобные торту */
	height: 100vh; /* Высота соответствует видимой области экрана */
  }
  
  .stretch1 {
	flex-grow: 1; /* Равномерное растяжение зазоров  */
  }
  
  /* Стилизованный список FAQ */

.num3{
content: counter(list);
  counter-increment: list;
  position: absolute;
/*  top: 6px; */
  left: -1em;
  width: 29px;
  height: 29px;
  margin-right: 25px;
  padding-top: 4px;
  color: #fff;
  background: #55D21B;
  text-align: center;
  border-radius: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 20px;
}
.myfaq p {
padding-left: 20px;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;

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

@font-face {
	font-family: 'Gotham';
	src: url('/assets/fonts/Gotham-Book.eot');
	src: url('/assets/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
	url('/assets/fonts/Gotham-Book.woff2') format('woff2'),
	url('/assets/fonts/Gotham-Book.woff') format('woff'),
	url('/assets/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: 'Gotham';
	src: url('/assets/fonts/Gotham-Medium.eot');
	src: url('/assets/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
	url('/assets/fonts/Gotham-Medium.woff2') format('woff2'),
	url('/assets/fonts/Gotham-Medium.woff') format('woff'),
	url('/assets/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: 'Gotham';
	src: url('/assets/fonts/Gotham-Light.eot');
	src: url('/assets/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
	url('/assets/fonts/Gotham-Light.woff2') format('woff2'),
	url('/assets/fonts/Gotham-Light.woff') format('woff'),
	url('/assets/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: optional;
}


body {
	margin: 0;

	font-family: 'Gotham';

	position: relative;
	overflow-x: hidden;
}

@keyframes scaledown {
	from {
		transform: scale(2);
	}

	to {
		transform: scale(1);
	}
}

body.page{
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
 main {
 	display: block;
 }

/**
 * 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;
 	height: 0;
 	overflow: visible;
 }

/**
 * 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;
 	font-size: 1em;
 }

/* 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;
 	text-decoration: underline;
 	text-decoration: underline dotted;
 }

/**
 * 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;
 	font-size: 1em;
 }

/**
 * 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;
 	font-size: 100%;
 	line-height: 1.15;
 	margin: 0;
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 button,
 input {
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
 	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;
 	color: inherit;
 	display: table;
 	max-width: 100%;
 	padding: 0;
 	white-space: normal;
 }

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

/**
 * 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;
 	outline-offset: -2px;
 }

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	margin: 10px;
}

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

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 5.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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	/*color: #4169e1;*/
	color: #17D768;
}

a:visited {
	/*color: #800080;*/
}

a:hover,
a:focus,
a:active {
	/*color: #191970;*/
	color: #17D768;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);*/
	/*line-height: 1;*/
	/*padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* 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;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 

{
	margin-bottom: 1em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*==========================*/

#main{
	/*max-width: 1280px;*/
	margin: 0 auto;
	/*padding: 0 15px;*/
	height: 100%;
	/*position: relative;*/
	/*z-index: 2;*/
	/*padding-bottom: 80px;*/
}
.container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}
#masthead{
	/*background: white;*/
	height: 72px;

	/*position: relative;*/
	z-index: 100;
	position: absolute;
	/*position: fixed;*/
	left: 0;
	width: 100%;
	top: 1em;
	z-index: 999;

}

/*----------*/

.btn-v1{

}
.btn-v1:before{

}

.btn-v1:after {

}
.btn-v1:hover{

}
.btn-v1:hover:after{

}
.btn-v1:hover:before{

}
.btn-v2:after{

}
.btn-v2{
/*	padding: 14px;
	width: 100%;
	max-width: 190px;
	padding-left: 20px;*/
	font-style: normal;
	font-weight: 500;
	/*font-size: 16px;*/
	font-size: 1em;
	/*line-height: 19px;*/
	line-height: 1.4;

	color: #FFFFFF;
	background: #00D359;
	border-radius: 60px;
	border: 1px solid  #00D359;
	padding: 1em 3.250em;
	cursor: pointer;

	display: inline-block;
}
.btn-v2:hover{
	background: #ffffff;
	background: #000;
	color: #FFFFFF;
}
.btn-v3{

}
.btn-v4{
	font-style: normal;
	font-weight: normal;

	font-size: 1em;

	line-height: 1.4;

	color: #00D359;
	/*background: #00D359;*/
	border-radius: 60px;
	border: 1px solid  #00D359;
	padding: 1em 3.250em;
	cursor: pointer;

	display: inline-block;
}
.btn-v3:before{

}

.btn-v3:after {

}
.btn-v4:hover{
	color: #fff;
	background: #00D359;
}
.btn-v3:hover{

}
.btn-v3:hover:after{

}
.btn-v3:hover:before{

}
.btn-v7{
	border: 1px solid #00D359;
	background-image: url(/assets/image/vek3.svg);


	width: 42px;
	height: 42px;
	position: relative;
	display: inline-block;
	border-radius: 100%;
	/* right: 10%; */
	transition: all 0.3s;
	z-index: 6;
	/*border: 1px solid #00D359;*/
	/*background-image: url(/assets/image/vek1.png);*/
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.btn-v7:before, .btn-v7:after {
	content: '';
	position: absolute;
	border: 1px solid #00D359;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: pulse2 2.8s linear infinite;
	opacity: 0;
}

.btn-v7:after {
	animation-delay: 1s;
}

@keyframes pulse2 {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes pulse3 {
	0% {

		transform: scale(1.2);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(0.5);
		opacity: 0;
	}
}

/*------------*/
.porel{
	position: relative;
	z-index: 2;

}
.title-v1{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	font-size: 2.250em;
	line-height: 43px;
	line-height: 1.2;

	margin-bottom: 56px;

	color: #FFFFFF;
}
.title-v1__black{
	color: #0A090A;
}
/*----------*/
.mone{
	position: relative;


	padding-top: 20vh;

	padding-bottom: 20vh;

}
.pone{
	position: relative;

	padding-top : 100px;

	/*padding-bottom: 20vh;*/
}
.mone .container:before{
	content: '';
	height:  200vh;
	width: 1px;
	background: rgba(255, 255, 255, 0.19);
	position: absolute;
	left: 30px;
	top: -20vh;

	animation-duration: 10s;
	animation-name: heightUP;
}
.mone .container:after{
	content: '';
	height:  100vh;
	width: 1px;
	background: rgba(255, 255, 255, 0.19);
	position: absolute;
	left: 56%;
	top: -20vh;
	/*animation-delay: 3s;*/
	animation-duration: 10s;
	animation-name: heightUP2;
}

@keyframes heightUP {
	from {
		height: 0;
	}
	10% {
		height: 0;
	}
	to {
		height:  200vh;
	}
}
@keyframes heightUP2 {
	from {
		height: 0;
	}
	0% {
		height: 0;
	}
	10% {
		height: 0;
	}
	30% {
		height: 0;
	}

	to {
		height:  100vh;
	}
}

.mone-bg2{
	position: absolute;
	/*top: 10%;*/
/*	top: 18vh;
	z-index: 3;
	right: 5%;*/

	/*top: 9vh;*/
	top: 7vh;
	z-index: 3;
	/*right: 15%;*/
	right: 10%;
}
.mone-bg3{
	position: absolute;

	z-index: 2;
/*	top: 31%;
right: 6%;*/

top: 10%;



left: 960px;
/*left: 50%;*/
}

@media screen and (max-width: 1700px){
	.mone-bg3{
		left: 55%;	
	}

	.mone-bg2{

		/*right: 5%;*/
		right: 0%;
	}
}
@media screen and (max-width: 1600px){
	.mone-bg2{

		top: 10vh;

	}


	.mone-bg3{

		top: 13%;
		left: auto;
		right: 3%;
	}
}
@media screen and (max-width: 1440px){
	.mone-bg2{

		top: 10vh;
		/*right: 5%;*/
		right: 0%;
	}
	.mone-bg3{

		top: 13%;
		right: 3%;
	}
}


.mone-bg4{
	position: absolute;
	right: 0;
	top: 44%;
}
.mone-bg{
	position: absolute;
	left: -1px;
	top: -1px;
	width: 100%;
}
.mone-l1{
	font-style: normal;
	font-weight: 500;
	/*font-size: 45px;*/
	font-size: 2.813em;
	/*line-height: 54px;*/
	line-height: 1.2;

	color: #FFFFFF;

	/*max-width: 680px;*/
	max-width: 700px;

	margin: 0;
}
.mone-l1 h1{
	font-weight: inherit;
	/*font-size: 45px;*/
	font-size:inherit;
}
.pone-l1{

	font-style: normal;
	font-weight: 500;
	/*font-size: 36px;*/
	/*line-height: 43px;*/

	color: #FFFFFF;


	font-size:  2.25em;
	/*line-height: 54px;*/
	line-height: 1.2;

	/*color: #FFFFFF;*/


	margin-bottom: 20px;
}
.mone-l2{
	font-style: normal;
	font-weight: 500;
	/*font-size: 18px;*/
	font-size: 1.125em;

	line-height: 80px;
	/* identical to box height, or 444% */

	letter-spacing: 0.345em;
	margin: 0;
	margin-bottom: 16px;

	/*background: linear-gradient(90deg, #BBFB1B -4.85%, #28DB61 50%);*/
	background:linear-gradient(90deg, #BBFB1B -4.85%, #28DB61 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mone-l3{
	font-style: normal;
	font-weight: 300;
	/*font-size: 16px;*/
	font-size: 1em;
	/*line-height: 26px;*/
	line-height: 1.65;
	/* or 162% */

	margin: 0;
	color: #FFFFFF;
	/*max-width: 555px;*/
	max-width: 530px;
	margin-bottom: 70px;
}
.pone-l3{
	font-style: normal;
	font-weight: 300;
	/*font-size: 16px;*/
	font-size: 1em;
	/*line-height: 26px;*/
	line-height: 1.65;
	/* or 162% */

	margin: 0;
	color: #FFFFFF;
	max-width: 845px;
	margin-bottom: 70px;
}
.mone-l4{
	font-style: normal;
	font-weight: 500;
	/*font-size: 18px;*/
	font-size: 1.125em;
	line-height: 22px;
	/* identical to box height */

	cursor: pointer;
	color: #00D359;
}
.mone-l4 .btn-v7{
	vertical-align: middle;
	margin-right: 20px;


}
.mone-l4:hover  .btn-v7:before, .mone-l4:hover  .btn-v7:after{
	animation: pulse3 2.8s linear infinite;
}
.mtwo{
	padding-bottom: 4.375em;

	position: relative;
	z-index: 3;
}
.mtwo-i{
	height: 315px;
	display: inline-block;
	vertical-align: top;

	margin-bottom: 2%;

	overflow: hidden;

	box-shadow: 0px 12px 20px rgba(10, 9, 10, 0.04), 0px 4.62222px 6.37037px rgba(10, 9, 10, 0.0242963), 0px 0.977778px 1.62963px rgba(10, 9, 10, 0.0157037);
	/*box-shadow: 0px 4px 4px rgba(0,0,0,.25);*/
	transition: box-shadow 0.3s;

	cursor: pointer;
}
.mtwo-i:hover{
	box-shadow: 0px 0px 0px  rgba(0,0,0,.25); 
}
.mtwo-i1{
	background: #FDBA00;

	/*width: 63.5%;*/
	width: 64.5%;
	margin-right: 2%;
	text-align: left;
}
.mtwo-i2{
	background: #2C4799;

	/*width: 30.5%;*/
	width: 32.5%;
	text-align: left;
}

.mtwo-i__text{
	font-style: normal;
	font-weight: 300;
	/*font-size: 16px;*/
	font-size: 1em;
	/*line-height: 26px;*/
	line-height: 1.65;
	/* or 162% */


	color: #000000;

	display: inline-block;
}
.mtwo-title{
	max-width: 400px;
	display: inline-block;
	vertical-align: top;
}
.mtwo-sub-title{
	font-style: normal;
	font-weight: 300;
	/*font-size: 16px;*/
	font-size: 1em;
	/*line-height: 26px;*/
	line-height: 1.65;
	/* or 162% */


	color: #646464;

	margin: 0;

	display: inline-block;
	vertical-align: top;
	max-width: 700px;

	float: right;
}
.mfour .mtwo-sub-title{
	color: #ababab;
}
.mtwo-i__title{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5em;
	line-height: 29px;
	line-height: 1.4;

	color: #000000;

	margin-bottom: 15px;
}

.mtwo-i1-bg{
	position: absolute;
	left: 0;
	bottom: 0;
}
.mtwo-i2-bg{
	position: absolute;
	/*right: -118px;*/
	/*top: -60px;*/
	right: 0;
	top: 0;
	width: 0; 

	overflow: hidden;
}
.mtwo-i.active .mtwo-i2-bg{
	/*animation: pos 1s;*/
	width: 260px;
	/*animation-duration:   5s ;*/
	/*animation-timing-function: steps(4, end);*/
	/*animation: pos 2s steps(3, end)  ;*/
	transition-delay: 2s;
	animation: pos 2s    ;

	animation-timing-function: step-end;
}

@keyframes pos{
	0%{
		width: 0;
	}
	33%{
		width: 60px;
	}
	66%{
		width: 150px;
	}

	100%{
		width: 260px;
	}
	/*from {width: 0;}*/
	/*to {width: 260px;}*/
}
.mtwo-i2-bg img{
	width: 260px;

	max-width: none;

	float: right;
}
.mtwo-i1, .mtwo-i2{
	padding-top: 90px;
	padding-left: 40px;
	padding-right: 60px;
}
.mtwo-i1 .mtwo-i__title{
	width: 340px;

	display: inline-block;

	text-align: left;
	float: right;
}

.mtwo-i1 .mtwo-i__text{
	float: right;

	width: 340px;
	clear: both;
}
.mtwo-i2 .mtwo-i__text{
	font-size: 0.875em;
	color: #FFFFFF;

	width: 180px;
	display: block;
}


.mtwo-i2 .mtwo-i__title{

	color: #FFFFFF;
	display: block;
}
.mtwo-i3-bg{
	position: absolute;
	right: 0;
	bottom: 0;
}
.mtwo-i3{

}
.mtwo-i4{

}
.mtwo-i3, .mtwo-i4{
	background: #FFFFFF;

	width: 25%;
	margin-right: 2%;
}
.mtwo-i3, .mtwo-i4, .mtwo-i5{
	/*padding-top: 50px;*/
	padding-top: 3.125em;
	/*padding-left: 28px;*/
	padding-left: 1.750em;
	padding-right:  1.750em;
}
.mtwo-i5{
	background: #FFFFFF;

	width: 45%;

	background: #343434;
	text-align: right;


}
.mtwo-i5 .mtwo-i__title{
	color: #FFFFFF;
	margin-bottom: 24px;
	display: inline-block;
	width: 288px;
	/*text-align: left;*/
	position: relative;
	z-index: 3;
}
.mtwo-i5 .mtwo-i__text{
	color: #FFFFFF;
	width: 288px;
	/*text-align: left;*/
	position: relative;
	z-index: 3;
}
.mtwo-i5{

}
.mtwo-i4-bg{
	position: absolute;
	left: 0;
	bottom: 0;
}
.mtwo-i3  .mtwo-i__text, .mtwo-i4  .mtwo-i__text{
	/*color: #9B9B9B;*/
}
.mtwo-i3  .mtwo-i__title, .mtwo-i4  .mtwo-i__title{
	margin-bottom: 20px;
	display: block;

}
.mtwo-i__see-all{
	margin: 0 auto;
	display: block;
	max-width: 214px;
	text-align: center;
	margin-top: 48px;
}
.mthree{
	/*padding-bottom: 4.375em;*/
	padding-top: 4.375em;

}
.mthree-bg{
	position: absolute;
	left: -1px;
	/*top: -23em;*/
	width: 100%;
	z-index: -1;

	top: -18vw;
}
.page-template-page-seo .mthree-bg{
	top: -182px;
}
.mthree-in{
	background: #0A090A;
}
.mthree-i{
	position: relative;


	/*padding: 50px;*/
	padding-left:  0px;
	/*padding-left:  180px;*/


}
.mthree-i .container{
	position: relative;
	padding: 50px;
	padding-left: 195px;
}
.mthree-i .container:before{

}
.mthree-i:before{
	content: '';
	width:  0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

	background: #FFFFFF;
	will-change: width;
	-webkit-transition: width 1.5s cubic-bezier(.4,0,0,1);
	transition: width 1.5s cubic-bezier(.4,0,0,1);
}
.mthree-i:hover{
	/*background: #FFFFFF;*/
}
.mthree-i:hover .mthree-i__title{

}
.mthree-i__btn{
	position: absolute;
	left: 700px;
	top: 70px;
}
.mthree-i:hover:before{
	width: 100%;
}
.mthree-i:hover  .container:before{
	color: #0A090A;
	/*background: transparent;*/
	/*-webkit-text-fill-color: #000;*/

	transition: all 0.3s;
	/*transition: all 10s;*/
}

.mthree-i:hover .mthree-i__title{
	color: #000000;
	transition: all  0.3s;
}
.mthree-i:hover .mthree-i__img{
	transition: all 0.3s;
	opacity: 1;
}
.mthree-i__title, .mthree-i__down ul li.mthree-i__title{
	font-style: normal;
	font-weight: 500;
	/*font-size: 22px;*/
	font-size: 1.375em;
	/*line-height: 26px;*/
	line-height: 1.2;

	color: #FFFFFF;
	margin-bottom: 20px;

	display: inline-block;
	transition: all 1s;
}
.mthree-i__price{
	transition: all 0.3s;

	font-style: normal;
	font-weight: normal;
	/*font-size: 22px;*/
	font-size: 1.375em;
	line-height: 1.2;

	color: #969696;
}
.mthree-vg .container2 .mthree-i__down-price{
	font-size: 0.775em;
	float: right;


	padding: 7px 14px;
}
.mthree-vg .container2  .mthree-i__down-btn{
	float: none;
	margin: 0 auto;
	display: block;
	width: 245px;

	text-align: center;
}
.mthree-i__img{
	position: absolute;
	right: 0;
	bottom: -28px;
	transition: all 0.3s;
	opacity: 0;
	z-index: 4;
}
.mthree-i .container:before{

	position: absolute;
	left: 15px;
	/*top: -12px;*/
	top: 40px;
	content: '';
	font-style: normal;
	font-weight: 500;
	/*font-size: 96px;*/
	font-size:  6em;
	/*line-height: 115px;*/
	line-height: 1 ;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	transition: all 3s;
	color: #969696;
	/*background: #FBFBFB;*/
	/*background: linear-gradient(180deg, #FBFBFB 0%, rgba(116, 114, 114, 0) 100%);*/
	/*-webkit-background-clip: text;*/
	/*-webkit-text-fill-color: transparent;*/



	/*background: linear-gradient(90deg, #BBFB1B -4.85%, #28DB61 50%)*/

	margin-right: 60px;
}
.mthree-i:after{
	content: '';

	background: rgba(255, 255, 255, 0.42);
	height: 1px;
	position: absolute;
	left: -50%;
	width: 200%;
	bottom: 0;

}
.mthree-i__1 .container:before{
	content: '01';
}
.mthree-i__2 .container:before{
	content: '02';
}
.mthree-i__3 .container:before{
	content: '03';
}
.mthree-i__4 .container:before{
	content: '04';
}
.mthree-i__5 .container:before{
	content: '05';
}

.mfour{
	padding-top: 84px;
	z-index: 1;
}
.mfour .container{

}
.mfour-bg{
	position: absolute;
	left: -1px;
	width: 100%;
	top: 0;
	font-size: 0;


}
.mfour-img{
	-webkit-animation: shake 4s infinite ease-in-out;
	animation: shake 4s infinite ease-in-out;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.mfour-c{
	display: flex;
	align-items: center;
	justify-content: center;


	position: relative;
}
.mfour-down{
	margin-top: 80px;

	position: relative;
	z-index: 3;
}
.mfour-i{
	display: inline-block;
	vertical-align: top;

	width: 33%;
}
.mfour-i__num{
	font-style: normal;
	font-weight: 500;
	/*font-size: 96px;*/
	font-size: 6em;
	line-height: 1.2;

	color: #0A090A;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}
.mfour-i__text{

	font-style: normal;
	font-weight: normal;
	/*font-size: 22px;*/
	font-size: 1.375em;
	line-height: 1.2;

	color: #969696;
	max-width: 290px;

	display: inline-block;
	vertical-align: top;
	margin-top: 32px;
}
.mfive{
	padding-top: 140px;
	padding-bottom: 60px;

	z-index: 5;
}
.mfive{

}
.mfive{

}
.mfive-title{
	color: #000000;
}
.mfive-bg{
	position: absolute;
	left: -10%;
	top: 124px;
}
.mfive-in{
	width: 50%;
	margin-left: auto;
}
.mfive-i{

}

.mfive-i__title{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */


	color: #000000;

	padding: 25px;
	padding-left: 50px;
	border-bottom: 1px solid #C4C4C4;


	cursor: pointer;
	position: relative;
}
.mfive-i__title:hover{
	color: #00d359;
}
.mfive-i__title:before{
	content: '+';

	position: absolute;
	left: 5px;
	top: 14px;

	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 1.2;

	color: #C4C4C4;
}
.mfive-i__text{
	padding: 25px;
	padding-top: 0px;
	padding-bottom: 0px;

	max-height: 0;
	overflow: hidden;
	transition: all .2s ease-out;
}
.question-v.open + .mfive-i__text{
	/*padding-top: 25px;*/
	/*padding-bottom: 25px;*/
	margin-top: 25px;
}
.question-v.open:before{
	content: '-';
	left: 10px;
}
.msix{
	padding-top: 140px;
}
.msix-bg{
	position: absolute;
	left: -1px;
	/* top: -23em; */
	width: 100%;
	z-index: -1;
	/*top: -16vw;*/
	top: -15vw;
	/*bottom: 27%;*/

}

.m_circle-wr{
	/*width: 1100px;*/
	width: 100%;
	height: 1100px;


	position: absolute;
	left: 0;
	/*top: 0;*/
	top: -120px;

	display: flex;
	align-items: center;
	justify-content: center;
}
.m_circle-wr.active .m_circle-i{
	opacity: 1;
	transform: scale(1);
}
/*.m_circle-wr.active2 .m_circle-i__child{
	animation: 22s linear 0s normal none infinite running rot2;
}

.m_circle-wr.active2 .m_circle-i{
	animation: 22s linear 0s normal none infinite running rot;
	transform-origin: 50% 50%;
}
.m_circle-wr.active2 .m_circle-i.m_circle-3 {
	animation: 32s linear 0s normal none infinite running rot;
}


.m_circle-wr.active2 .m_circle-i.m_circle-3 .m_circle-i__child{
	animation: 32s linear 0s normal none infinite running rot2;
}
.m_circle-wr.active2 .m_circle-i.m_circle-2 {
	animation: 45s linear 0s normal none infinite running rot;
}

.m_circle-wr.active2 .m_circle-i.m_circle-2 .m_circle-i__child{
	animation: 45s linear 0s normal none infinite running rot2;
	}*/

	.m_circle-wr.active2 .m_circle-i.m_circle-3 .m_circle-i__child{
		transform: rotate(-297deg);
	}
	.m_circle-wr.active2 .m_circle-i.m_circle-3{
		transform: rotate(297deg);
	}
	.m_circle-wr.active2 .m_circle-i.m_circle-2 .m_circle-i__child{
		transform: rotate(-200deg);
	}
	.m_circle-wr.active2 .m_circle-i.m_circle-2{
		transform: rotate(200deg);
	}
	.m_circle-wr.active2 .m_circle-i.m_circle-1 .m_circle-i__child{
		transform: rotate(-45deg);
	}
	.m_circle-wr.active2 .m_circle-i.m_circle-1{
		transform: rotate(45deg);
	}
	.m_circle-i{
		position: absolute;
		opacity: 0;
		transform: scale(0);

		transition: transform 1s  ease-in; 

		/*-webkit-animation: pulse 2s   ease-in-out;*/
		/*animation: pulse 2s   ease-in-out;*/
	}
	.m_circle-1{


		width: 415px;
		height: 415px;




		transition-duration: 0.6s;

		-webkit-animation-delay: .6s;
		animation-delay: 1s;


		transition-duration: 2s;
		transition-delay: 1s;
	}
	.m_circle-2{
		width: 600px;
		height: 600px;

		-webkit-animation-delay: 1.2s;
		animation-delay: 1.2s;

		transition-duration: 2s;
		transition-delay: 1.5s;
	}
	.m_circle-3{
		width: 835px;
		height: 835px;

		-webkit-animation-delay: 1.8s;
		animation-delay: 1.8s;


		transition-duration: 2s;
		transition-delay: 2s;
	}
	.m_circle-4{
		width: 1100px;
		height: 1100px;

		-webkit-animation-delay: 2.4s;
		animation-delay: 2.4s;

		transition-duration: 2s;
		transition-delay: 2.5s;
	}

	.m_circle-i img{
		width: 100%;
	}
	/*----------- animation ----------------*/
/*@-webkit-keyframes shake {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-2px);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-2px);
	}
	}*/

	@keyframes shake {
		0% {
			transform: scale(1);
		}
		25% {
			transform: scale(0.95);
		}
		50% {
			transform:scale(1);
		}
		75% {
			transform:scale(0.95);
		}
		100% {
			transform: scale(1);
		}
	}
/*	@-webkit-keyframes pulse {
		0% {
			transform: scale(0);
		}
		50% {
			transform: scale(1);
		}
		100% {
			transform: scale(1);
			opacity: 0;
		}
		}*/

		@keyframes pulse {
			0% {
				transform: scale(0);
			}
			50% {
				transform: scale(1);
			}
			100% {
				transform: scale(1);
				opacity: 1;
			}
		}
		/*----------------------------*/
		.msix-lime{
			position: absolute;
			/*top: 0;*/
			/*right: 0;*/

			top: -74%;
			right: 10%;
		}
		.msix-title{

			font-style: normal;
			font-weight: normal;
			font-size: 22px;
			line-height: 26px;

			color: #C5FD16;
			margin-bottom: 18px;
			margin-left: 15%;
		}
		.msix-sub-title{
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 22px;

			color: #969696;
			margin-bottom: 80px;

			margin-left: 15%;
		}
		.msix-in{
			background: #FFFFFF;
			box-shadow: 8px 4px 53px rgba(0, 0, 0, 0.08);

			padding: 40px;
		}
		.msix-i{
			width: 160px;
			height: 160px;
		}
		.msix-tt{
			font-style: normal;
			font-weight: 500;
			font-size: 24px;
			line-height: 29px;

			color: #000000;
			margin-bottom: 40px;
			width: 80%;

			padding-left: 80px;
		}
		.msix-i{
			display: inline-block;
		}
		.msix-sl_txt{
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 22px;

			color: #969696;
		}
		.footer-title{
			font-style: normal;
			font-weight: 500;
			font-size: 36px;
			line-height: 43px;



			color: #F5F5F5;
			padding-bottom: 70px;
		}
		#colophon{
			padding-top: 106px;
			background: #0A090A;
		}
		.footer-title span{
			color: #17d768;
			text-decoration: underline;
		}
		.footer-num{
			position: relative;
			padding-left: 110px;

			display: inline-block;

			max-width: 400px;


		}
		.footer-num:before{
			content: '4';
			font-style: normal;
			font-weight: 500;
			font-size: 144px;
			line-height: 1;
			position: absolute;
			left: 0;
			top: -15px;
			color: #F5F5F5;
		}
		.footer-num span{
			font-style: normal;
			font-weight: 500;
			font-size: 24px;
			line-height: 29px;
			/* identical to box height */


			/* Цвет шрифта */

			color: #F5F5F5;
			margin-top: 12px;
			display: block;
		}
		.foote-tel-g{
			margin-bottom: 40px;

			padding-bottom: 6px;
			border-bottom: 1px solid #515051; 

			display: inline-block;
		}
		.foote-tel-g span{
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 22px;
			/* identical to box height */


			color: #FFFFFF;
		}
		.foote-tel-g a{
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 22px;
			/* identical to box height */


			/* Цвет шрифта */

			color: #F5F5F5;

			position: relative;
			z-index: 3;
		}
		.foote-tel-g a:hover{
			color: #17d768;
		}
		.foote-tel{
			display: inline-block;
			vertical-align: top;
			width: 25%;
		}
		.site-info{

		}
		.site-info .container{
			position: relative;
		}
		.footer-shar{
			position: absolute;
		/*	right: 0;
			top: 0;
			*/

			/*right: -364px;*/
			/*top: -280px;*/

			right: -310px;
			top: -58px;
		}
		.site-info hr{
			background: #515051;
			height: 1px;
			margin-bottom: 50px;
			margin-top: 70px;
		}
		.footer-i{
			display: inline-block;
			vertical-align: top;
			width: 24.6%;
			padding-right: 5%;

		}
		.footer-i__title{
			font-style: normal;
			font-weight: 500;
			font-size: 18px;
			line-height: 30px;
			/* identical to box height, or 167% */


			color: #FFFFFF;

			margin-bottom: 25px;
		}
		.footer-i__mail{
			color: #17D768;
		}
		.footer-i__a{
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 30px;
			/* or 167% */


			color: #FFFFFF;
			display: block;
		}
		.footer-i__a:hover{
			color: #17d768;
		}
		.footer-i__a:after{

		}
		.footer-unp{
			font-style: normal;
			font-weight: 500;
			font-size: 18px;
			line-height: 22px;
			letter-spacing: 0.16em;

			color: #FFFFFF;
		}
		.footer-down{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
			padding-bottom: 40px;
		}
		.home .msix{
			/*margin-bottom: -320px;*/
			/*margin-bottom: -720px;*/
			margin-bottom: -630px;
		}
		.msix{

		}
		.home #colophon{
			/*padding-top: 446px;*/
			/*padding-top: 846px;*/
			padding-top: 756px;
		}
		.portfolio-cheker{
			font-size: 0;
			border: 1px solid #DCDCDC;
			box-sizing: border-box;

			display: flex;

			/*margin-bottom: 50px;*/
			margin-bottom: 32px;
			/*margin-bottom: 3.125em;*/
		}
		.rp-title{
			font-style: normal;
			font-weight: 500;
			/*font-size: 24px;*/
			font-size:  1.5em;
			line-height: 1.2;
			/* identical to box height */


			color: #0A090A;

		}
		.portfolio-cheker-i{
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			/* font-size: 1.125em; */
			line-height: 1.2;
			color: #969696;
			padding: 15px 32px;
			display: flex;
			cursor: pointer;
			/* display: inline-block; */
			/* width: 100%; */
			background: #FFFFFF;
			border-right: 1px solid #DCDCDC;
			align-items: center;
			justify-content: center;
		}
		.portfolio-cheker-i:last-child{
			border-right: 0;
		}
		.portfolio-cheker-i:hover{
			color: #00D359;
		}
		.portfolio-cheker-i.active{
			font-weight: 500;


			color: #00D359;

		}
		.m-port-i{


			display: inline-block;
			vertical-align: top;
			width: 32%;
			margin-bottom: 1%;
			position: relative;
			margin-right: 1%;
			transition: all 0.3s;
		}
		.m-port-i img{
			width: 100%;
			transition: all .3s;
		}
		.m-port-i:hover img {
			transform: scale(1.2);
			position: relative;
			z-index: 2;
		}

		.site-logo2{
			display: none;
		}

		.header-tel{
			font-style: normal;
			font-weight: 500;
			/*font-size: 16px;*/
			font-size: 1em;
			/*line-height: 19px;*/
			line-height: 1.2;

			color: #FFFFFF;
			display: inline-block;

			position: relative;
		}
		.header-tel:hover{
			color: #17D768;
		}
		.header-tel:after{


			position: absolute;
			content: '';
			display: inline-block;
			width: 8px;
			height: 8px;
			border-right: 1px solid #17D768;
			border-bottom: 1px solid #17D768;
			/* left: 15px; */
			top: 4px;
			right: -18px;
			transform: rotate(45deg);
			transition: all 0.3s;
		}
		.mob-btn {
			cursor: pointer;

			position: relative;

			padding-right: 50px;

			margin-right: -5px;

			z-index: 5;
		}
		.mob-btn span{
			font-style: normal;
			font-weight: normal;

			font-size: 1em;
			line-height: 1.2;
			color: #FFFFFF;


		}
		.mob-btn-in{
			position: absolute;
			right: 5px;
			top: 12px;
			/*width: 28px;*/
			width: 16px;
			height: 1px;
			background:  #17D768;

			transition: all 0.8s ease;
		}
		.mob-btn-in:after{
			content: "";
			position: absolute;
			display: block;
			right: 0;
			height: 1px;
			background:  #17D768;
			/*width: 16px;*/
			width: 28px;
			bottom: -8px;
			transition: all .3s ease;



			animation-duration: .5s;
			animation-delay: .15s;
		}
		.mob-btn-in:before {
			position: absolute;
			display: block;
			right: 0;
			width: 28px;
			height: 1px;
			background:  #17D768;
			/* width: 16px; */
			content: "";
			top: -8px;
			transition: all .3s ease;

			animation-duration: .5s;
			animation-delay: 0s;
		}
		.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;
			justify-content: space-between;

			position: relative;

		}
		.header-tel-wr{
			margin-left: auto;
			margin-right: 100px;
			position: relative;
			z-index: 70000;
		}


		.mob-btn:hover .mob-btn-in:after {
			animation-name: a;
		}

		.mob-btn:hover .mob-btn-in:before {
			animation-name: b;

		}
		.mob-btn:hover .mob-btn-in{
			width: 28px;
		}

		@keyframes a {
			0% {
				/*left: 0;*/
				width: 1px;	
			}
			to {
				/*left: -40px*/
			}
		}

		@keyframes b {
			0% {
				/*left: 25px;*/
				width: 1px;;
			}
			to {
				/*left: -15px*/
			}
		}

		.menu-btn__line {
			position: relative;
			overflow: hidden;
			height: 1px;
			margin-bottom: 7px;
			transform-origin: 100% 50%;
			transform: scaleX(0);
			transition: none
		}

		.menu-btn__line:first-child .menu-btn__line__inner {
			animation-duration: .5s;
			animation-delay: 0s;
			/* opacity: 0; */
		}

		.menu-btn__line:nth-child(2) .menu-btn__line__inner {
			animation-duration: .5s;
			animation-delay: 75ms
		}

		.menu-btn__line:nth-child(3) .menu-btn__line__inner {
			animation-duration: .5s;
			animation-delay: .15s
		}
		/*---------------------------------------*/
		.main-menu{
			/*height: 0px;*/
			height: 1px;
			position: absolute;
			right: 0;
			/*background: #0a090a;*/
			background: #121212;
			width: 100%;

			/*top: 25px;*/

			top: 40px;
			transition: all 0.3s linear;
			transition-delay: 1s;

			/*overflow-x:  visible;
			overflow-y: hidden;*/


			/*overflow: hidden;*/

			z-index: -1;

			/*display: none;*/
		}
		.main-menu.change .main-menu_hidden{
			height: 100%;
		}
		.main-menu_hidden{
			overflow: hidden;
			height: 0;
		}
		.main-menu.change{
			display: block;
			height: 100vh;
			border-bottom: 1px solid  #17D768;


			z-index: 2;
		}
		.main-menu.change2{
			overflow: visible;
		}
		.main-menu.change2 .main-menu__proect{
			height: 260px;
			bottom: 0;

			opacity: 1;

			
		}
		.main-menu.change  .main-menu__proect{
			z-index: 2;
		}
		.main-menu.change2 .main-menu__bottom-right{
			/*right: -499px;*/
			right: -501px;
		}
		.main-menu__proect{

		}
		.main-menu.change .main-menu__bottom-line{
			width: 100%;

		}
		.main-menu__bottom-line{
			position: absolute;
			/* left: 0; */
			right: 0;
			top: 0;
			z-index: 2;
			width: 0;
			height: 1px;
			background-color: #17D768;
			/*background-color: #ffffff;*/
			transform-origin: 100% 50%;


			transition: all 0.5s;
			transition-delay: 0.5s;
		}
		.mob-btn.change .mob-btn-in:after{

			bottom: -23px;
		}
		.main-menu__bottom-right{
			position: absolute;
			bottom: 0;
			/*right: 0;*/
			right: -510px;

			width: 500px;
			height: 0;

			/*background: red;*/
			/*background: #00D359;*/
			background: #121212;
			transition: all 0.5s;
			transition-delay: 1.5s;
		}
		.main-menu.change .main-menu__bottom-right{
			height: 100%;
			/*right: -520px;*/
		}
		.main-menu__bottom-left{
			position: absolute;
			bottom: 0;
			/*right: 0;*/
			/*right: -510px;*/
			left: -510px;

			width: 500px;
			height: 0;

			/*background: red;*/
			/*background: #00D359;*/
			background: #121212;

			transition: all 0.5s;
			transition-delay: 1.5s;
		}
		.main-menu.change .main-menu__bottom-left{
			height: 100%;
			/*right: -520px;*/
		}
		.main-menu.change2 .main-menu__bottom-left{
			/*left:  -499px;*/
			left:  -501px;
			transition-delay: 2.5s;
		}
		#masthead:after{
			content: '';
			width: 0%;
			height: 100%;
			position: absolute;
			left: 0;
			top: -1em;
			background: #121212;
			will-change: width;
			-webkit-transition: width 1s cubic-bezier(.4,0,0,1);
			transition: width 1s cubic-bezier(.4,0,0,1);
			/*transition-delay: 3s; */
			transition-delay: 1s; 
		}
		#masthead.change:after{
			width: 100%;
		}
		.v-lines {
			position: absolute;
			/*left: 50%;*/
			left: 25%;
			top: 0;
			height: 100%;
			/*width: 960px;*/
			width: 75%;
			/*transform: translate(-50%);*/
			pointer-events: none;

			border-left: 1px solid #000;
			border-right: 1px solid #000;
		}
		.v-lines__inner{
			margin: 0 auto;

			border-left: 1px solid #000;
			border-right: 1px solid #000;
			position: relative;
			width: 320px;

			top: 0;
			height: 100%;
		}
		.main-menu__T{
			font-size: 0;

			transition: all 0.3s;
			transition-delay: 1.5s;
		}
		.main-menu.change .main-menu__T{
			left: 10%;
			top: 38%;
			position: absolute;
			font-style: normal;
			font-weight: 600;

			font-size: 13.25em;

			line-height: 1.2;
			/* margin-bottom: 56px; */
			color: #000000;


		}
		.main-menu__list-col{
			display: inline-block;
			vertical-align: top;
			padding-top: 14%;
			padding-left: 2%;
			padding-right:  1%;
			width: 24.6%;
		}
		.main-menu__list-title{
			font-style: normal;
			font-weight: 500;
			/*font-size: 18px;*/
			font-size: 1.125em;


			line-height: 1.4;
			/* identical to box height, or 167% */


			color: #FFFFFF;
			margin-bottom: 26px;
			display: block;

			position: relative;
			z-index: 4;
		}
		.main-menu__list-title:hover{
			color: #17D768;
		}
		.main-menu__list-i:hover{
			color: #17D768;
		}
		.main-menu__list-i{
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 1.4;
			/* or 167% */
			margin-bottom: 6px;

			color: #FFFFFF;
			display: block;

			position: relative;
			z-index: 3;	


		}
		.nmser{
			color: #4e4e4e;
		}
		.main-menu__proect{
			/*position: relative;*/

			position: absolute;
			/*left: 0;*/
			/*left: calc((-100vw + 1260px) / 2);*/
			left: calc((-100vw + 1242px) / 2);
			/*bottom: 0;*/
			bottom: -260px;

			opacity: 0;

			/*width: 100%;*/
			width: 100vw;
			/*height: 260px;*/
			height: 0;
			padding: 0;
			cursor: pointer;
			border: none;
			background: none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;

			transition: all 0.3s;

			z-index: 0;
			overflow: hidden;
		}
		.shape-section-letter{
			top: 50%;
			right: 0;
			left: 0;
			-webkit-transform: translate3d(0,-50%,0);
			transform: translate3d(0,-50%,0);
			width: 100vw;
			font: 60px HelveticaBold,sans-serif;
			letter-spacing: .02em;
			text-align: center;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.main-menu__proect:hover .shape-section-material {
			width: 100%!important;
		}
		.shape-section-material{
			/*width: 50%;*/
			/*width: 51.4%;*/
			width: 50vw;
			height: 100%;
			top: 0;
			will-change: width;
			-webkit-transition: width 1s cubic-bezier(.4,0,0,1);
			transition: width 1s cubic-bezier(.4,0,0,1);

			left: 0;
			/*background: red;*/
			background: #00d359;
		}
		.shape-section-letter, .shape-section-material {
			position: absolute;
			display: block;
			overflow: hidden;
		}
		.shape-section-material-inner{
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
		}
		.shape-section-letter-up{
			color: #000;
		}
		.shape-section-letter-down{
			color: #fff;
		}
		.shape-section.animate-element[data-start=true].visible .shape-section-material {
			width: 50%;
		}
		.main-menu__T.glitch{

		}
		/*.header-l1.topmen {
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			z-index: 99;

			-webkit-animation: bounce2 2300ms ease-out;
			animation: bounce2 2300ms ease-out;
			}*/
			#masthead.topmen {
				position: fixed;
				padding-top: 18px;
				left: 0;
				top: 0;
				width: 100%;
				z-index: 9999;
				background: #121212;
				

				-webkit-animation: bounce2 2300ms ease-out;
				animation: bounce2 2300ms ease-out;
			}
			.shone{
				position: relative;
				padding-top: 100px;
				padding-bottom: 100px;

				min-height: 582px;
			}
			.shone-l1{
				font-style: normal;
				font-weight: 500;
				/* font-size: 36px; */
				/* line-height: 43px; */
				color: #FFFFFF;
				font-size: 2.25em;
				/* line-height: 54px; */
				line-height: 1.2;
				/* color: #FFFFFF; */
				margin-bottom: 20px;

				min-height: 86px;


			}
			.shone-l3{
				font-style: normal;
				font-weight: 300;
				/* font-size: 16px; */
				font-size: 1em;
				/* line-height: 26px; */
				line-height: 1.65;
				margin: 0;
				color: #FFFFFF;
				max-width: 690px;
				margin-bottom: 70px;
			}
			.shone-bg2{
				position: absolute;
				right: 5%;
				top: 30%;
				z-index: 3;
			}
			.page-template-page-gos	.shone-bg2{
				position: absolute;
				right: -3%;
				top: 30%;
			}
			.page-template-page-seo .shone-bg2{

				top: -10%;
			}
			.page-template-page-obsluj .shone-bg2{
				right: -3%;
				top: -20%;
			}

			.page-template-page-sotrudnich .shone-bg2{
				right: -4%;
				top: -27%;
			}
			.shone-bg3{
				position: absolute;
				/*bottom: -84px;*/
				bottom: -6vw;
				left: -141px;


			}
			.shone-bg2__krop{
				position: absolute;
				right: -2%;
				top: -30%;
				z-index: 2;
			}
			.shone-bg{
				width: 1920px;
			}
			#breadcrumbs{
				margin-bottom: 36px;

			}
			#breadcrumbs span, #breadcrumbs a{
				font-style: normal;
				font-weight: 300;
				/*font-size: 16px;*/
				font-size: 1em;
				/*line-height: 26px;*/
				line-height: 1.2;
				/* identical to box height, or 162% */

			}
			#breadcrumbs a{
				color: #FFFFFF;
			}
			#breadcrumbs a:hover{
				color: #17D768;
			}
			#breadcrumbs span{
				color: #757575;
			}
			.tabs-i{
				font-style: normal;
				font-weight: 500;
				/*font-size: 25px;*/
				font-size:  1.5625em;
				/*line-height: 30px;*/
				line-height: 1.2;
				/* identical to box height */
				color: #E7E7E7;

				display: inline-block;
				vertical-align: top;

				cursor: pointer;
				padding-bottom: 20px;
				transition: all 0.6s;
				border-bottom: 2px solid transparent;

				margin-bottom: -2px;
				margin-right: 5%;
			}
			.tabs-i.active{
				color: #000000;
				border-bottom: 2px solid  #000000;
				/*padding-bottom: 10px;*/
			}
			.tabs-wr{
				display: flex;
				flex-direction: row;
				/*justify-content: space-between;*/
				justify-content: flex-start;
				align-items: baseline;

				border-bottom: 2px solid  #E7E7E7; 
				margin-bottom: 55px;

			}
			.shtwo{
				padding-top: 100px;
				padding-bottom: 100px;


				/*margin-bottom: 1000px;*/
			}
			.tabs-down-i{
				display: none;
			}
			.tabs-down-i.active{
				display: block;
			}
			.tabs-down-i__img{
				text-align: center;
				display: inline-block;
				width: 27%;
				vertical-align: top;
				margin: 0 0 1.5em 0;
				/*padding-right: 1.5em;*/
			}
			.tabs-down-i-r{
				display: inline-block;
				width: 72%;
				padding-left: 10%;
			}
			.tabs-down-i__title{
				font-style: normal;
				font-weight: 500;
				/*font-size: 20px;*/
				font-size: 1.25em;
				/*line-height: 24px;*/
				line-height: 1.2;
				/* identical to box height */

				margin-bottom: 16px;

				color: #000000;
			}
			.tabs-down-i__text{
				font-style: normal;
				font-weight: normal;
				/*font-size: 18px;*/
				font-size: 1.125em;
				/*line-height: 32px;*/
				line-height: 1.4;
				/* or 178% */


				color: #0A090A;
			}
			.shthree-i{
				padding: 36px;

				background: #333333;

				display: inline-block;
				vertical-align: top;

				width: 31.6%;
				margin-right: 2%;
				margin-bottom: 2%;

				overflow: hidden;

				/*height: 260px;*/
				min-height: 260px;

				position: relative;

				cursor: pointer;

			}
			.shthree-i:nth-child(3n+3){
				margin-right: 0;
			}
			.shthree-i:hover{

				background: #0A090A;
			}
			.shthree-i:hover .shthree-i__title{
				color: #00D359;
			}

			.shthree-i:hover .shthree-i__img{
				right: -180px;
				bottom: -260px;
			}
			.shthree{
				/*padding-top: 100px;*/
				/*padding-bottom: 100px;*/

				position: relative;
				z-index: 3;

			}
			.shthree-i__sub-title{
				font-style: normal;
				font-weight: normal;
				/*font-size: 18px;*/
				font-size:  1.125em;
				/*line-height: 32px;*/
				line-height: 1.4;
				/* identical to box height, or 178% */
				margin-bottom: 12px;

				color: #969696;


			}
			.shthree-i__title{
				font-style: normal;
				font-weight: 500;
				/*font-size: 24px;*/
				font-size: 1.5em;
				/*line-height: 29px;*/
				line-height: 1.2;
				/* identical to box height */


				/* Цвет шрифта */

				color: #F5F5F5;

				/*margin-bottom: 20px;*/
				margin-bottom: 32px;
			}
			.shthree-i__text{
				font-style: normal;
				font-weight: normal;
				font-size: 1em;

				line-height: 1.4;
				/* or 162% */


				color: #FFFFFF;
				/*display: none;*/

				max-height: 0;
				transition: max-height 0.6s ease-out;
				overflow: hidden;
				padding-bottom: 0 !important;

			}
			.page-template-page-obsluj	.shthree-i__text{
				padding-right: 160px;
			}
			.shthree-i__text.open{
				margin-bottom: 20px;
			}
			.shthree-i__text.open + .shthree-i__btn{
				transform: rotate(265deg);
			}
			.shthree-i__btn{
				width: 42px;
				height: 42px;
				position: relative;

				display: inline-block;

				border-radius: 100%;

				/* right: 10%; */

				transition: all 0.3s;
				z-index: 6;

				border: 1px solid #FFFFFF;

				background-image: url(/assets/image/vek1.png)  ;

				background-position: center;
				background-repeat: no-repeat;

				cursor: pointer;
			}
			.shthree-i__btn:before{
				content: '';
				position: absolute;
				border: 1px solid rgba(255, 255, 255, 0.31);
				left: -12px;
				right: -12px;
				top: -12px;
				bottom: -12px;
				border-radius: 50%;
				/*animation: pulse 1.8s linear infinite;*/
				/*opacity: 0;*/
			}
			.shthree-i__btn:after{
				
			}
			.shthree-i__img{
				position: absolute;
				right: -162px;
				bottom: -230px;
				transition: all 0.3s;
			}
			.fgwr1000{
				margin-top: 1000px;
			}
			.shfour{
				padding-top: 96px;

				position: relative;
				z-index: 5;

				padding-bottom: 300px;
			}
			.shfour-img{
				position: absolute;
				right: 3%;
				top: -60px;
			}
			.shfour-title{
				max-width: 500px;
			}
			.shfour-text{
				font-style: normal;
				font-weight: normal;
				font-size:  1.125em;
				line-height: 1.6;
				/* or 178% */


				color: #969696;
				margin-bottom: 49px;

				max-width: 600px;
			}
			.shfive{
				padding-top: 40px;
			}
			.page-template-page-seo .shfive{
				margin-top: 80px;
			}
			.mthree-i:hover .mthree-i__bnt2{
				border: 1px solid #00D359;
				background-image: url(/assets/image/vek2.png)
			}
			.mthree-i:hover .mthree-i__bnt2:before{
				border: 1px solid  rgba(23, 215, 104, 0.31);
			}
			.mthree-i .mthree-i__bnt2{
				position: absolute;
				right: 0;
				top: 64px;
			}
			.mthree-i__down{
				padding-top: 32px;
				border-top: 1px solid  #DBDBDB;

				/*margin-top: 50px;*/

				padding-bottom: 20px;
			}
			.container.container2{
				padding: 0 15px;
			}
			.container.container2:before{
				display: none;
			}
			.mthree-i__down-price{
				font-style: normal;
				font-weight: 500;
				font-size: 1.375em;
				line-height: 1.2;

				color: #000000;

				background: #E7FF9D;
				border-radius: 5px;

				padding: 14px 36px;

				display: inline-block;

				-webkit-transform: skew(-20deg);
				-moz-transform: skew(-20deg);
				-o-transform: skew(-20deg);

			}
			.mthree-i__down-btn{
				float: right;
			}
			.mthree-i__down ul{
				padding-left: 180px;
				margin-left: 0;
			}
			.mthree-i__down ul li{
				font-style: normal;
				font-weight: normal;
				font-size: 1.125em;
				line-height: 1.2;
				/* or 194% */
				position: relative;

				padding-top: 7px;
				padding-bottom: 7px;
				transition: all 0.3s;
				color: #969696;
			}
			.mthree-i__down ul li:before{
				content: '';
				width: 110px;
				height: 2px;
				position: absolute;
				top: 17px;
				left: -180px;
				transition: all 0.3s;
			}
			.mthree-i__down ul li:after{

				position: absolute;
				top: 10px;
				left: -43px;
			}
			.mthree-i__down ul.mthree-i__ok li:after{
				content: url(/assets/image/ok.svg);
			}
			.mthree-i__down ul.mthree-i__not li:after{
				content: url(/assets/image/notok.svg);
			}
			.mthree-i__down ul li:hover:before{
				width:  10px;
			}
			.mthree-i__down ul.mthree-i__ok li:before{
				background: #C5FD16;
			}
			.mthree-i__down ul.mthree-i__not li:before{
				background: #FFA2A2;
			}
			.mthree-i__down hr{
				background-color: #DBDBDB;
			}
			.shfive-i .mthree-i__down{
				display: none;
			}
			.shfive-i.active .mthree-i__down {
				display: block;
			}
			.mthree-i:hover  .mthree-i__down ul li{
				color: #000000;
			}
			.shsix{
				padding-bottom: 112px;

				position: relative;

				z-index: 5;
			}
			.shsix-add{
				padding-top: 80px;
			}
			.shsix__buy{
				position: absolute;
				right: 0;
				top: 0;
			}
			.shseven{
				background: #0A090A;
				padding-bottom: 60px;

				/*margin-top:  15vw;*/
			}
			.title-v3{
				font-style: normal;
				font-weight: 500;
				font-size:  1.5em;
				line-height: 1.2;
				/* or 125% */


				/* Цвет шрифта */

				color: #F5F5F5;
				margin-bottom: 40px;
			}
			.shseven .title-v1{
				margin-bottom: 10px;
			}
			.shseven-form{
				display: inline-block;
				vertical-align: top;

				background: #FFFFFF;
				box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);

				padding: 38px 42px;

				width: 376px;

			}
			.shseven-form__title{
				font-style: normal;
				font-weight: 500;
				font-size: 1.125em;
				line-height: 1.4;
				/* or 144% */


				color: #000000;
				margin-bottom: 12px;
			}
			.shseven-form__sub{
				font-style: normal;
				font-weight: normal;
				font-size: 1em;
				line-height: 1.4;
				/* or 150% */


				color: #8D8EA0;
				margin-bottom: 25px;
			}
			.wpcf7-form-control-wrap{
				display: block;
				width: 100%;
				margin-bottom: 24px;
			}
			.wpcf7-form-control-wrap input{
				display: block;
				width: 100%;
				border:none;
				border-bottom:1px solid  #CED0D1;
				border-radius: 0;

				background-color: transparent;

				padding-left: 25px;

			}
			.wpcf7-form-control-wrap  input:focus 		{ outline:none; }

			.shseven-form label{
				position: absolute;

				font-style: normal;
				font-weight: normal;
				font-size: 1em;
				line-height: 1.2;
				/* identical to box height, or 175% */

				/*z-index: 2;*/

				color: #CED0D1;

				top: 6px;
				left: 34px;

				position: absolute;
				/*top: 62%;*/
				/*transform: translateY(-50%);*/
				pointer-events: none;
				font-weight: normal;
				transition: all .2s;
				color: #999;
			}
			.shseven-form p{
				position: relative;
			}
			.wpcf7-form-control-wrap:focus ~ label{
				top:-20px;
				font-size:14px;
			}
			.wpcf7-form-control-wrap input:focus ~ label, input:valid ~ label 		{
				top:-20px;
				font-size:14px;
				color:#5264AE;
			}
			.m-one-form .wpcf7-form-control-wrap.your-name:after{

			}
			.wpcf7-form-control-wrap.your-name:after{
				content: url(/assets/image/man.svg);
				position: absolute;
				left: 3px;
				top: 6px;
			}
			.wpcf7-form-control-wrap.tel-723:after{
				content: url(/assets/image/phone-call.svg);
				position: absolute;
				left: 3px;
				top: 6px;
			}


			.shseven-form label.has-value {
				top: -14px;
				font-size: 14px;
				left: 0;
			}
			.wpcf7-form-control-wrap.agree{
				display: none;
			}

			.shseven-form .wpcf7-submit{
				/*margin-top: 20px;*/
			}
			.shseven-l{
				display: inline-block;
				vertical-align: top;
				width: auto;

				position: relative;

			}
			.shseven-img{
				position: absolute;
				left: -132px;
				top: 253px;
				z-index: -1;
				max-width: none;
			}
			.shseven-img2{
				position: absolute;
				/*left: 178px;*/
				left: 300px;
				top: -106px;
				max-width: none;
				z-index: -1;
			}
			.shseven-bg{
				position: absolute;
				left: -1px;
				/* top: -23em; */
				width: 100%;
				z-index: -1;
				top: -19vw;
			}
			.gossect1-i{
				border: 1px solid #F2F3F5;
				box-sizing: border-box;

				margin-bottom: 16px;
			}
			.gossect1-i__l{
				padding-top: 80px;
				padding-bottom: 80px;
				display: inline-block;
				padding-right: 40px;
				background: #F2F3F5;
				padding-right: 40px;

				width: 300px;



				min-height: 310px;

			}
			.gossect1-i__l:before{
				content: '';
				position: absolute;
				right: 100%;
				width: 130%;
				height: 100%;
				top: 0;
				background: #F2F3F5;
			}
			.gossect1-i__title{

				font-style: normal;
				font-weight: 500;
				font-size: 1.25em;
				line-height: 1.2;

				color: #000000;
			}
			.gossect1-i__l-text{
				font-style: normal;
				font-weight: normal;
				font-size: 1em;
				line-height: 1.2;

				color: #000000;
			}
			.gossect1-i__subtitle{
				margin-top: 10px;
			}
			.gossect1-i__down{
				position: absolute;
				left: 0;
				bottom: 80px;
			}
			.gossect1__bg1{
				position: absolute;
				right: -180px;
				top: 0;
			}
			.gossect1-i__r{
				display: inline-block;
				vertical-align: top;

				padding-top: 80px;
				padding-bottom: 40px;

				padding-left: 54px;
				max-width: 400px;
			}
			.gossect1-i__r-btn{
				margin-top: 40px;
			}
			.gossect1-i__r-prise{
				font-style: normal;
				font-weight: normal;
				font-size: 1.5em;
				line-height: 1.2;
				/* identical to box height */


				color: #515051;
				margin-bottom: 16px;

			}
			.gossect1-i__r-prise sup{
				font-size: 0.7em;
				position: relative;
				top: -12px;
			}
			.mthree-in-v2__pre{
				background: #0a090a;
				height: 120px;

			}
			.mthree-in-v2{
				background: #FFFFFF;
				padding-bottom: 80px;
			}
			.mthree-iv2{
				text-align: center;
				background: #FFFFFF;
				box-shadow: 8px 4px 53px rgba(0, 0, 0, 0.08);

				display: inline-block;
				vertical-align: top;
				width: 23.9%;
				margin-top: -82px;

				margin-right: 1%;
				transition: all 0.3s;
			}
			.mthree-iv2:hover{
				transform: scale(1.05);
			}
			.mthree-iv2:nth-child(1) .mthree-iv2__up{
				background: #EDFFB7;
			}
			.mthree-iv2:nth-child(2) .mthree-iv2__up{
				background: #E2FD8C;
			}
			.mthree-iv2:nth-child(3) .mthree-iv2__up{
				background: #DAFF65;
			}
			.mthree-iv2:nth-child(4) .mthree-iv2__up{
				background: #CFFF38;
			}
			.mthree-iv2:nth-child(4) {
				margin-right: 0;
			}
			.mthree-iv2__up{
				display: inline-block;

				padding: 10px;
				width: 200px;
				-webkit-transform: skew(
					-20deg
					);
				-moz-transform: skew(-20deg);
				-o-transform: skew(-20deg);
				transform: skew(-20deg);

				border-radius: 5px;

				position: relative;
				top: -20px;
			}
			.mthree-iv2__up span{
				-webkit-transform: skew(
					20deg
					);
				-moz-transform: skew(20deg);
				-o-transform: skew(20deg);
				transform: skew(20deg);
				display: block;

				font-style: normal;
				font-weight: normal;
				font-size: 1.125em;
				line-height: 1.2;




				/* identical to box height */

				text-align: center;

				color: #000000;
			}
			.mthree-iv2__title{
				padding: 20px;

				font-style: normal;
				font-weight: bold;
				font-size: 1.125em;
				line-height: 1.2;
				/* identical to box height */

				text-align: center;

				color: #000000;
				padding-top: 0;
			}
			.mthree-iv2__b{
				border-bottom: 1px solid #fff;

				background: #0A090A;
				padding: 20px;
				padding-bottom: 18px;
			}
			.mthree-iv2__b span{
				display: block;
				font-style: normal;
				font-weight: 500;
				font-size: 1.125em;
				line-height: 1.2;
				/* identical to box height */


				color: #17D768;

				margin-bottom: 2px;
			}
			.mthree-in-v2__text{
				font-style: normal;
				font-weight: normal;
				font-size:  1em;
				line-height: 1.2;
				/* identical to box height */


				color: #FFFFFF;
			}
			.mthree-iv2__s{
				/*padding: 20px 32px;*/
				margin-left: 0;
				text-align: left;
				margin-bottom: 0;

				transition: all .3s;

				overflow: hidden;
				height: 0;
				padding:  0px 32px;

			}
			.mthree-iv2.openbk .mthree-iv2__s{


				height: auto;
				padding: 20px 32px;
			}
			.mthree-iv2__s li{

				/*margin-bottom: 20px;*/

				font-style: normal;
				font-weight: normal;
				font-size: 1em;
				line-height: 1.4;
				color: #0A090A;
				margin-bottom: 8px;
				position: relative;

			}
			.mthree-iv2__s li:after {
				content: url(/assets/image/ok.svg);
				position: absolute;
				top: 3px;
				left: -23px
			}
			.mthree-iv2__s  li.mthree-iv2__s-not:after {
				content: url(/assets/image/notok.svg);
				position: absolute;
				top: 3px;
				left: -23px
			}
			.mthree-iv2__s li:last-child{
				margin-bottom: 0;
			}
			.mthree-iv2__d{
				padding: 20px 32px;
				text-align: center;
				border-top: 1px solid #EBEBEB;
			}
			.mthree-iv2__btn{
				width: 100%;
			}
			.page-template-page-seo .mfour-bg {
				/*top: -50px;*/
				top: -200px;
			}
			.mfour__krop {
				position: absolute;
				width: 100%;
				top: 0;
				text-align: center;
				z-index: -1;
			}

			.obsl1{
				margin-top: 80px;
			}
			.obsl1  .mthree-i{
				border-bottom: 1px solid #F2F3F5;
			}
			.obsl1 .mthree-i__title{
				color: #000000;
			}
			.obsl1 .mthree-i__price{
				font-size:  1.125em;
				line-height: 2;
				color: #969696;


				/* width: calc(100% - 400px); */
				display: inline-block;
				vertical-align: top;
			}
			.obsl1  .mthree-i__title{
				/* width: calc(100% - 400px); */
				display: inline-block;
				vertical-align: top;
			}
			.mthree-i__poysn-wr{
				width: 390px;
				display: inline-block;
				vertical-align: top;
			}
			.obsl1  .mthree-i__poysn{
				width: 390px;
				border: 1px solid #D7FF59;
				border-radius: 5px;
				display: inline-block;
				vertical-align: top;
				padding: 14px;

				-webkit-transform: skew( 
					-20deg
					);
				-moz-transform: skew(-20deg);
				-o-transform: skew(-20deg);
				transform: skew(
					-20deg
					);
				margin-left: 5px;

				margin-top: -10px;
				margin-bottom: 20px;
			}
			.obsl1  .mthree-i__poysn span{
				font-style: normal;
				font-weight: 500;
				font-size:  1.375em;
				line-height: 1.2;

				color: #000000;

				-webkit-transform: skew( 
					20deg
					);
				-moz-transform: skew(20deg);
				-o-transform: skew(20deg);
				transform: skew(
					20deg
					);
				display: block;

				padding-left: 14px;

			}
			.obsl2 {
				margin-top: 70px;
			}
			.obsl2 .shthree-i{
				width: 48%;
				height: 235px;
			}
			.obsl2 .shthree-i:nth-child(3n+3) {
				margin-right: 2%;
			}
			.obsl2 .shthree-i:nth-child(2n+2) {
				margin-right: 0;
			}
			.obsl2 .shthree-i__img{
				right: 3%;

				bottom: 0px;
			}
			.obsl2 .shthree-i:hover .shthree-i__img{
				right: 3%;
				bottom: 0px;
			}

			.obsl2 .shthree-i:nth-child(3) .shthree-i__img{
				right: 7%;
			}
			.obsl2 .shthree-i:nth-child(5) .shthree-i__img{
				right: 7%;
			}
			.page-template-page-kontekst .shone-bg2{
				right: 4%;
				top: -7%;
			}

			.page-template-page-kontekst .shfive {
				margin-top: 80px;
			}
			.page-template-page-kontekst  .mthree-bg {
				top: -182px;
			}
			.mtwo-sub-title2{
				font-size: 1.5em;
			}

			.rekl1 .mtwo-title{
				margin-bottom: 14px;
			}
			.rekl1 .mthree-in-v2{
				background: #0a090a;
			}
			.rekl1-bk2{
				background: #0a090a;
				padding-bottom: 1px;
			}

			.rekl1-bk2 .container{
				padding-top: 100px;
				border-top: 1px solid #666666;
			}

			.mthree-bg__yandex{
				position: absolute;
				/*right: 5%;*/
				top: -90px;

				right: 17%;
				

			}
			.mthree-bg__google{
				position: absolute;
				/*right: 2%;*/
				/*top: 80px;*/
				top: -90px;
				right: 0;
			}
			.shsotrud{
				font-family: Gotham;
				font-style: normal;
				font-weight: normal;
				font-size: 1.125em;
				line-height: 1.6;
				/* or 178% */

				padding-top: 60px;
				/*padding-bottom: 60px;*/
				padding-bottom: 40vh;
				color: #0A090A;
			}
			.shsotrud p,
			.shvakansii-i__policy div{
				margin-bottom: 1.5em;
			}
			.shsotrud ul li{
				list-style: disc;
			}
			.shsotrud ul {
				margin: 0 0 1.5em 1.2em;		
			}
			.portsingl{
				margin-top: -160px;
			}
			.portsingl .post-thumbnail img{
				width: 100%;
			}
			.portsingl .post-thumbnail{
				margin-bottom: 60px;
			}
			.entry-content{
				font-style: normal;
				font-weight: normal;
				font-size: 18px;
				line-height: 32px;
				/* or 178% */


				color: #0A090A;


				padding-bottom: 40px;
			}
			.entry-content p{
				margin-bottom: 32px;
			}
			.entry-content ul li{
				list-style: disc;
			}
			.entry-content ol li{
				list-style: decimal;
			}
			.entry-content ul ,
			.entry-content ol {
				margin-left: 20px;
			}


			/*-----------------------------*/
			@-webkit-keyframes bounce2 {
				0% {
					-webkit-transform: translateY(-200%);
					transform: translateY(-200%);
					opacity: 1;
				}
				70% {
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
					opacity: 1;
				}
				80% {
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
					opacity: 1;
				}
				90% {
					-webkit-transform: translateY(50%);
					transform: translateY(50%);
					opacity: 1;
				}
				100% {
					-webkit-transform: translateY(0%);
					transform: translateY(0%);
					opacity: 1;
				}
			}
			@keyframes bounce2 {
				0% {
					-webkit-transform: translateY(-200%);
					transform: translateY(-200%);
					opacity: 1;
				}
				70% {
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
					opacity: 1;
				}
				80% {
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
					opacity: 1;
				}
				90% {
					-webkit-transform: translateY(50%);
					transform: translateY(50%);
					opacity: 1;
				}
				100% {
					-webkit-transform: translateY(0%);
					transform: translateY(0%);
					opacity: 1;
				}
			}
			/*-----------------------------*/
			.glitch {
				position: relative;
				color: white;
				mix-blend-mode: lighten;
			}
			.glitch:before, .glitch:after {
			/*	content: attr(data-text);
				position: absolute;
				top: 0;
				width: 100%;
				 
				clip: rect(0, 0, 0, 0);*/
			}
			.glitch:before {
				left: -1px;
				text-shadow: 1px 0 rgba(255, 0, 0, 0.7);
			}
			.glitch:after {
				left: 1px;
				text-shadow: -1px 0 rgba(0, 0, 255, 0.7);
			}
			/*.glitch:hover:before {*/
				.glitch:before {
					text-shadow: 4px 0 rgba(255, 0, 0, 0.7);
					animation: glitch-loop-1 0.8s infinite ease-in-out alternate-reverse;
				}
				/*.glitch:hover:after {*/
					.glitch:after {
						text-shadow: -5px 0 rgba(0, 0, 255, 0.7);
						animation: glitch-loop-2 0.8s infinite ease-in-out alternate-reverse;
					}

					@-webkit-keyframes glitch-loop-1 {
						0% {
							clip: rect(36px, 9999px, 9px, 0);
						}
						25% {
							clip: rect(25px, 9999px, 99px, 0);
						}
						50% {
							clip: rect(50px, 9999px, 102px, 0);
						}
						75% {
							clip: rect(30px, 9999px, 92px, 0);
						}
						100% {
							clip: rect(91px, 9999px, 98px, 0);
						}
					}

					@keyframes glitch-loop-1 {
						0% {
							clip: rect(36px, 9999px, 9px, 0);
						}
						25% {
							clip: rect(25px, 9999px, 99px, 0);
						}
						50% {
							clip: rect(50px, 9999px, 102px, 0);
						}
						75% {
							clip: rect(30px, 9999px, 92px, 0);
						}
						100% {
							clip: rect(91px, 9999px, 98px, 0);
						}
					}
					@-webkit-keyframes glitch-loop-2 {
						0% {
							top: -1px;
							left: 1px;
							clip: rect(65px, 9999px, 119px, 0);
						}
						25% {
							top: -6px;
							left: 4px;
							clip: rect(79px, 9999px, 19px, 0);
						}
						50% {
							top: -3px;
							left: 2px;
							clip: rect(68px, 9999px, 11px, 0);
						}
						75% {
							top: 0px;
							left: -4px;
							clip: rect(95px, 9999px, 53px, 0);
						}
						100% {
							top: -1px;
							left: -1px;
							clip: rect(31px, 9999px, 149px, 0);
						}
					}
					@keyframes glitch-loop-2 {
						0% {
							top: -1px;
							left: 1px;
							clip: rect(65px, 9999px, 119px, 0);
						}
						25% {
							top: -6px;
							left: 4px;
							clip: rect(79px, 9999px, 19px, 0);
						}
						50% {
							top: -3px;
							left: 2px;
							clip: rect(68px, 9999px, 11px, 0);
						}
						75% {
							top: 0px;
							left: -4px;
							clip: rect(95px, 9999px, 53px, 0);
						}
						100% {
							top: -1px;
							left: -1px;
							clip: rect(31px, 9999px, 149px, 0);
						}
					}

					/*-------------------------------*/

					.x1 {
						animation-delay: 1s;
						-webkit-animation: sun5 5s infinite linear;
						animation: sun5 5s infinite linear;
					}

					.x2 {
						animation-delay: 3s;
						-webkit-animation: sun5 3s infinite linear;
						animation: sun5 3s infinite linear;
					}
					.x3 {
						animation-delay: 4s;
						-webkit-animation: sun5 7s infinite linear;
						animation: sun5 7s infinite linear;
					}
					.x4 {
						animation-delay: 5s;
						-webkit-animation: sun5 10s infinite linear;
						animation: sun5 10s infinite linear;
					}
					.x5 {
						animation-delay: 2s;
						-webkit-animation: sun5 6s infinite linear;
						animation: sun5 6s infinite linear;
					}
					@-webkit-keyframes moveclouds { 
						0% { 
							top: 500px;
						}
						100% { 
							top: -500px;
						}
					}

					@-webkit-keyframes sideWays { 
						0% { 
							margin-left:0px;
						}
						100% { 
							margin-left:50px;
						}
					}

					@-moz-keyframes moveclouds {     
						0% { 
							top: 500px;
						}

						100% { 
							top: -500px;
						}
					}

					@-moz-keyframes sideWays {
						0% {
							margin-left:0px;
						}
						100% {
							margin-left:50px;
						}
					}
					@-o-keyframes moveclouds {
						0% { 
							top: 500px;
						}
						100% { 
							top: -500px;
						}
					}

					@-o-keyframes sideWays {
						0% {
							margin-left:0px;
						}
						100% {
							margin-left:50px;
						}
					}


					/*-------------------------------*/
					.pu1{
						position: relative;
						/*opacity: 0;*/
					}

					/*-------------------------------*/


					@-webkit-keyframes wave {
						0% {
							-webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
							transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
						}
						100% {
							-webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
							transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
						}
					}
					@keyframes wave {
						0% {
							-webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
							transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
						}
						100% {
							-webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
							transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
						}
					}
					@-webkit-keyframes lighthouse {
						0% {
							-webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
							transform: translate3d(15%, 0, 0) rotateZ(10deg);
						}
						50% {
							-webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
							transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
						}
						100% {
							-webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
							transform: translate3d(15%, 0, 0) rotateZ(10deg);
						}
					}
					@keyframes lighthouse {
						0% {
							-webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
							transform: translate3d(15%, 0, 0) rotateZ(10deg);
						}
						50% {
							-webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
							transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
						}
						100% {
							-webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
							transform: translate3d(15%, 0, 0) rotateZ(10deg);
						}
					}
					@-webkit-keyframes star {
						0% {
							opacity: 0.2;
						}
						50% {
							opacity: 1;
						}
						100% {
							opacity: 0.2;
						}
					}
					@keyframes star {
						0% {
							opacity: 0.2;
						}
						50% {
							opacity: 1;
						}
						100% {
							opacity: 0.2;
						}
					}
					@-webkit-keyframes shadow {
						from {
							-webkit-box-shadow: 1px 1px 14px 1px #fff;
							box-shadow: 1px 1px 14px 1px #fff;
						}
						to {
							-webkit-box-shadow: 1px 1px 14px 5px #fff;
							box-shadow: 1px 1px 14px 5px #fff;
						}
					}
					@keyframes shadow {
						from {
							-webkit-box-shadow: 1px 1px 14px 1px #fff;
							box-shadow: 1px 1px 14px 1px #fff;
						}
						to {
							-webkit-box-shadow: 1px 1px 14px 5px #fff;
							box-shadow: 1px 1px 14px 5px #fff;
						}
					}
					@-webkit-keyframes planettop {
						from {
							-webkit-transform: scale(1);
							transform: scale(1);
						}
						to {
							-webkit-transform: scale(1.2);
							transform: scale(1.2);
						}
					}
					@keyframes planettop {
						from {
							-webkit-transform: scale(1);
							transform: scale(1);
						}
						to {
							-webkit-transform: scale(1.2);
							transform: scale(1.2);
						}
					}
					@-webkit-keyframes sun {
						from {
							-webkit-transform: scale(1);
							transform: scale(1);
						}
						to {
							-webkit-transform: scale(0.2);
							transform: scale(0.2);
						}
					}
					@keyframes sun {
						from {
							-webkit-transform: scale(1);
							transform: scale(1);

						}
						to {
							-webkit-transform: scale(0.2);
							transform: scale(0.2);
						}
					}

					@keyframes sun5 {

						0% {

							-webkit-transform: scale(0.2);
							transform: scale(0.2);
							opacity: 1;

						}

						75% {

							opacity: 1;
						}
						100% {
							-webkit-transform: scale(1);
							transform: scale(1);
							opacity: 0;
						}
					}


					body.change, html.change {
						overflow: hidden;
					}

					.art-st {
						box-sizing: border-box;
						display: inline-block;
						vertical-align: top;
						width: 48.3%;
						margin-bottom: 1%;
						position: relative;
						margin-right: 1%;
						transition: all .3s;
						overflow: hidden;


						box-sizing: border-box;

						border: 1px solid #F0F0F0;
						box-sizing: border-box;
						/*border-radius: 8px;*/
					}
					.art-st-img {
						height: 290px;
						background-size: cover;
						background-repeat: no-repeat;
						background-position: center;
					}
					.art-post .art-st-img{
						height: 300px;
					}
					.art-down{
						padding: 20px 24px;
					}
					.art-down  .entry-header_prata{
						font-style: normal;
						font-weight: 500;
						font-size: 24px;
						line-height: 29px;
						/* identical to box height */


						color: #000000;
					}
					.art-st:hover .art-down .entry-header_prata{
						color: #17d768;
						text-decoration: underline;
					}
					.anoter-content-date{
						font-style: normal;
						font-weight: normal;
						font-size: 14px;
						line-height: 20px;
						/* identical to box height, or 143% */

						display: flex;
						align-items: center;

						/* Серый */

						color: #B5B6C5;

						margin-bottom: 12px;
					}
					.news-si1{
						position: relative;
						margin-top: -200px;
					}
					.news-si1 .post-thumbnail{
						text-align: center;
					}
					.page-template-page-corporativ .shfive .mtwo-title{
						max-width: 530px;
					}
					.page-template-page-gos .shfive .mtwo-title{
						max-width: 500px;
					}
					.mfive{
						min-height: 800px;
					}
					.nav-links{
						text-align: center;
						margin-top: 20px;
						margin-bottom: 40px;
					}
					.nav-links a, .nav-links span{
						display: inline-block;
						font-style: normal;
						font-weight: 400;
						font-size: 16px;
						line-height: 1;
						border-radius: 100px;
						min-width: 32px;
						text-align: center;
						letter-spacing: .02em;
						color: #000;
						vertical-align: top;
						background: #fff;
						border: 0 solid #156aff;
						box-sizing: border-box;
						border-radius: 100px;
						padding: 6px 9px;
						padding: 8px;
						box-shadow: 0px 3px 4px rgb(0 0 0 / 10%), inset 0px 0px 0px rgb(0 0 0 / 10%);
						margin-right: 10px;
						transition: all .3s;

						color: #FFFFFF;
						/*background: #00D359;*/
						background: #0a090a;
					}
					.nav-links a:hover{
						background: #00D359;
					}
					.nav-links a.prev, 
					.nav-links a.next{
						padding-right: 14px;
						padding-left: 14px;
					}
					.nav-links span{
						background: #00D359;
					}

					/*============================*/
					.mypop{
						z-index: 111111;
						display: -webkit-box;
						display: -webkit-flex;
						display: -ms-flexbox;
						display: flex;
						-webkit-box-flex: 0;
						-webkit-flex: 0 1 auto;
						-ms-flex: 0 1 auto;
						flex: 0 1 auto;
						height: 100vh;
						top: 0;
						position: fixed;
						/* height: 0; */
						will-change: transform;
						width: 100%;
						left: -102%;
						right: 0;
						background: transparent;
						padding: 0;
						margin: 0;
						-webkit-box-align: center;
						-webkit-align-items: center;
						-ms-flex-align: center;
						align-items: center;
						-webkit-box-pack: center;
						-webkit-justify-content: center;
						-ms-flex-pack: center;
						justify-content: center;
						-webkit-transition: all 0.3s ease-out;
						-o-transition: all 0.3s ease-out;
						transition: all 0.3s ease-out;
					}
					.mypop.active{
						left: 0;

						background: #141314;
					}
					.mypop.active .mypop-in{
						display: block;
					}
					.mypop-in{
						border: 1px solid #585858;
						/*border: 1px solid #c4c4c4;*/
						/* display: none; */
						/* background: #FFFFFF; */
						border-radius: 16px;
						max-width: 420px;
						padding: 45px;
						position: relative;
						background: #0a090a;

						overflow: hidden;
					}
					.mypop-close{
						position: absolute;
						right: 0;
						top: 0;
						width: 50px;
						height: 45px;
						background: #ffffff7d;
						cursor: pointer;
					}
					.mypop-close:hover{
						background: #ff0000cc;
					}
/*	.mypop-in-title{
		text-align: center;
	 
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 140%;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 4px;
		position: relative;
	}
	.mypop-in-title2{
	 
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 140%;
		color: #fff;
		text-align: center;
		margin-bottom: 24px;
		}*/
	/*.mypop .wpcf7-form-control-wrap{
		width: 100%;
		display: block;
		}*/
	/*.mypop p{
		margin: 0;
		}*/
	/*.mypop .wpcf7-form-control-wrap input{
		width: 100%;


		padding: 14px 16px;
		border: 1px solid #FFFFFF;
		border-radius: 0;
		background: transparent;
	 

 
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 140%;
		color: #fff;

		}*/
	/*.mypop .wpcf7-form-control-wrap input::placeholder{
		color: #fff;
	}
	.mypop input[type="submit"]{
		 
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: normal;
		text-align: center;
		color: #f7f5f6;
		padding: 17px 30px;
		display: inline-block;
		box-shadow: 0 5px 16px 0 rgba(0, 110, 253, 0.51);
		background-color: #006efd;
		cursor: pointer;
		transition: all 0.2s;
		border: solid 2px #006efd;
		margin: 0 auto;
		display: block;

		box-shadow: 0 5px 16px 0 rgba(0, 110, 253, 0.26);
		border: solid 2px #006dfe;
		background-color: #ffffff;
		color: #006dfe;
		}*/

		.mypop-close:before{
			content: '';
			position: absolute;
			left: 6px;
			top: 21px;
			width: 40px;
			height: 2px;
			background: #fff;
			transform: rotate(45deg);
		}
		.mypop-close:after{
			content: '';
			position: absolute;
			left: 6px;
			top: 21px;
			width: 40px;
			height: 2px;
			background: #fff;
			transform: rotate(-45deg);
		}

		span.wpcf7-not-valid-tip{

			font-style: normal;
			font-weight: normal;
		}
		div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{

			font-style: normal;
			font-weight: normal;
		}
		.wpcf7-form-control-wrap   input:-internal-autofill-selected {
			background: #0a090a;
		}
		.mypop .wpcf7-form-control-wrap  input:focus{
			color: #fff;
			background: #404040;
		}
		.openpop-btn{
			cursor: pointer;
		}
		/*============================*/
		.kontbk .footer-num span, 
		.kontbk .foote-tel-g a, 
		.kontbk .foote-tel-g span{
			color: #0a090a;
		}
		.kontbk .footer-num:before{
			color: #00d359;
		}
		.foote-tel-one{
			border-left: 1px solid #616161;
			padding-left: 20px;
		}
		.kontbk .foote-tel-g a:hover{
			color: #17d768;
		}
		.hidden{
			display: none  !important;
		}
		.gorod-wr{
			padding-top: 70px;
			padding-bottom: 70px;
		}
		.gorod-s{
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: 30px;
			/* identical to box height, or 167% */


			color: #515051;
			display: inline-block;
			vertical-align: top;
			padding: 9px 26px;
			margin-right: 16px;
			margin-bottom: 14px;
			border: 1px solid #DCDCDC;
			position: relative;
			z-index: 2;
		}
		.portfolio-tag-wr{
			margin-bottom: 48px;
		}
		.portfolio-tag-i{
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: 30px;
			/* identical to box height, or 167% */


			color: #515051;
			display: inline-block;
			vertical-align: top;
			padding: 9px 26px;
			margin-right: 16px;
			margin-bottom: 14px;
			border: 1px solid #DCDCDC;
			position: relative;
			z-index: 2;
		}
		.portfolio-tag-i.active {
			font-weight: 500;
			color: #00D359;
		}
		.ptwo{
			padding-bottom: 40px;
		}
		.m-one-h1, .mp-mzag, .m-title{
			font-style: normal;
			font-weight: 500;
			font-size: 25px;
			line-height: 30px;
			/* identical to box height */


			color: #000000;

			margin-bottom: 18px;
		}
		.m-one-p, .mp-mtext{
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: 32px;
			/* or 178% */


			color: #0A090A;
			margin-bottom: 36px;
		}
		.port-blok-i{
			display: inline-block;
			vertical-align: top;
			width: 33%;
			margin-right: 30px;
		}
		.port-blok__title{
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: 30px;
			/* or 167% */


			color: #969696;
		}
		.m-one-at-i{
			display: inline-block;
			vertical-align: top;
			margin-right: 6px;
			color: #000000;
			font-style: normal;
			font-weight: 500;
			font-size: 16px;
			/* background: #00d359; */
			line-height: 30px;
			border: 1px solid black;
			margin-bottom: 6px;
			padding: 2px 16px;
			cursor: pointer;
		}
		.port-blok{
			margin-bottom: 1.5em;
		}
		.port-href__url{
			text-decoration: underline;
		}
		.m_circle-i__child{
			display: inline-block;
			margin-top: -50px;
		}
		.m_circle-i__child-img{
			width: auto;
			margin-bottom: -68px;
		}
		.m_circle-i__child-text{
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: 22px;

			/*color: #FFFFFF;*/
			color: #969696;
			max-width: 280px;
		}



		@keyframes rot  {
			0% {
				transform: rotate(0deg);
			}
			100% {
				transform: rotate(360deg);
			}
		}
		@-webkit-keyframes rot {
			0% {
				transform: rotate(0deg);
			}
			100% {
				transform: rotate(360deg);
			}
		}
		@keyframes rot2 {
			0% {
				transform: rotate(360deg);
			}
			100% {
				transform: rotate(0deg);
			}
		}
		.mthree-iv2__b-btn{
			width: auto;
			display: inline-block;
			cursor: pointer;
			margin-top: 8px;
			color: #cfff38;
		}
		.mthree-iv2__b-btn:hover{
			color: #17d768;
			text-decoration: underline;
		}
		.msix-sl{
			max-height: 492px;
			transition: max-height 0.2s ease-out;
			overflow: hidden;
		}
		.msix-btn{
			margin: 0 auto;
			display: block;
			width: 253px;
			margin-bottom: 32px;
		}
		.bkotzyv{
			padding-top: 80px;
			padding-bottom: 80px;
		}
		.bkotzyv-in{
			display: grid;
			grid-template-columns: repeat(6, 1fr);
			grid-column-gap: 12px;
			grid-row-gap: 12px;
		}
		.bkotzyv-i{
			display: inline-block;
			transition: box-shadow 0.3s;
			box-shadow: 0px 12px 20px rgb(10 9 10 / 4%), 0px 4.62222px 6.37037px rgb(10 9 10 / 2%), 0px 0.977778px 1.62963px rgb(10 9 10 / 2%);
		}
		.bkotzyv-i:hover{
			box-shadow: 0px 0px 0px rgb(0 0 0 / 25%);
		}
		.page-id-784 .msix{
			background: #0a090a;
		}

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

		.site-header .top_r {
			position: relative;

			/*border-left: 1px solid #EEEEEE;*/
			/*padding-left: 30px;*/

			margin-left: 0;
			margin-right: 20px;
			z-index: 70000;
			display: none;
		}
	
		.site-header.change .top_r {
			display: block;
		}
	

		.top_r a {
			/*padding: 12px;*/
			padding: 12px 10px;
			display: block;
			/*font-weight: 500;*/
			font-size: 16px;
			line-height: 100%;

			line-height: 100%;
			/*color: #fff;*/
			/*color: #101010;*/

			display: flex;
			align-items: flex-end;

		}

		.top_r .top_r-ul a:hover {
			/*color: #CD2300 !important;*/
			color: #fff;
			background:  #17D768;
		}

		.top_r ul {
			width: 40px;
			height: 40px;

			margin: 0;
			border-radius: 20px;


			/*background: #375DDD;*/

			border: 1px solid #17D768;
			background: transparent;
		}

		.top_r li {

		}

		.top_r .top_r-ul {
			margin-top: 6px;
			height: 0;
			overflow: hidden;
			transition: all 0.3s;
			/*position: absolute;*/
			/* background: #313131; */
			z-index: 3;
			background: #fff; 
			box-shadow: 0px 4px 16px 0px #2222221A;


			border-radius: 12px;
			color: #000;
		}

		.top_r .top_r-ul a {
			color: #17D768;


			font-size: 14px;
			font-weight: 400;
			line-height: 14px;
			letter-spacing: 0em;
			text-align: center;



		}

		.top_r:hover .top_r-ul {
			/*height: 88px;*/
			height: 38px;
			/*border: 1px solid black;*/
		}

		.top_r:after {
			/*content: '';*/
			width: 7px;
			height: 7px;
			border-right: 1px solid #17D768;
			border-bottom: 1px solid #17D768;
			/* left: 15px; */
			top: 18px;
			right: -5px;
			transform: rotate(45deg);
			transition: all 0.3s;
		}
		/*=====================*/





















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



		/*=========================*/
		@media screen and (max-width: 1920px) { 

		} 
		@media screen and (max-width: 1800px) { 
			.mthree-bg {
				top: -280px;
			}

		} 
		@media screen and (max-width: 1750px) { 
			.mthree-bg {
				top: -280px;
			}

		} 
		@media screen and (max-width: 1700px) { 
			.mthree-bg {
				top: -260px;
			}

		} 
		@media screen and (max-width: 1600px) { 
			.mthree-bg {
				top: -262px;
			}
			.mone-l1, .shone-l1{
				font-size: 2.6em;
			}
		} 
		@media screen and (max-width: 1550px) { 
			.mthree-bg {
				top: -242px;
			}
		} 
		@media screen and (max-width: 1490px) { 
			.mthree-bg {
				top: -227px;
			}
		} 
		@media screen and (max-width: 1440px) { 
			.mthree-bg {
				top: -215px;
			}
			.msix-bg{
				bottom: 38%;
			}
		} 
		@media screen and (max-width: 1400px) { 
			.mthree-bg {
				top: -160px;
			}
			.home	.mthree-in{
				padding-top: 100px;
			}
			.mthree  .mtwo-title,
			.mthree .mtwo-sub-title{
				position: relative;
				top: 100px;
			}
		} 
		@media screen and (max-width: 1370px) { 
			.mthree-bg {
				/*top: -207px;*/
			}
			.mone-l1, .shone-l1{
				font-size: 2.4em;
			}
			.mone-l1 br{
				display: none;
			}
		} 
		@media screen and (max-width: 1330px) { 
			.mthree-bg {
				/*top: -200px;*/
			}
			.container{
				max-width: 1170px;
			}
			.mfive-i__title{
				font-size: 16px;
				line-height: 1.2;

				padding: 20px;
				padding-left: 50px;
			}
			.mfive-i__title:before{
				top: 9px;
			}
			.mtwo-i1-bg{
				left: -80px;
			}
			.mfive-bg{
				width: 60%;
			}
			.main-menu__proect{
				left: calc((-100vw + 1105px) / 2);
			}
			.shone-bg2{
				right: -8%;
			}
			.shone-l3{
				max-width: 580px;
			}
			.gossect1-i__l{
				/*width: 200px;*/
			}
			.gossect1__bg1{
				right: -234px;
				top: 32px;
				z-index: -1;
			}
		} 
		@media screen and (max-width: 1280px) { 
			.portfolio-cheker{
				border: 0;

				gap: 6px;
				flex-wrap: wrap;
			}
			.portfolio-cheker-i{
				border: 1px solid #DCDCDC;
			}
			.portfolio-cheker-i:last-child {
				border: 1px solid #DCDCDC;
			}
			.mthree-bg {
				/*top: -187px;*/
			}
			.mfive-in{
				margin-left: auto;
			}
			.mone-l1 {
				max-width: 590px;
			}
			.mone-l3{
				max-width: 430px;
			}
			.mfive-in{
				width: 100%;
			}
			.mfive-bg{
				position: static;
				width: auto;
				margin: 0 auto;
				margin-top: 40px;
				display: block;

			}
			.main-menu.change2 .main-menu__proect{
				height: 160px;
			}
			.main-menu.change{
				height: calc(100vh - 40px);
			}
		} 
		@media screen and (max-width: 1200px) { 
			.title-v1{
				margin-bottom: 30px;
				font-size: 2em;
			}
			/*стереть*/
			.main-menu{
				/*display: none;*/
			}
			.mone-bg2 {
				top: 24vh;
				/*right: -16%;*/
				right: -11%;
			}
			.mone-bg3 {
				top: 30%;
				right: -7%;
			}
			.msix {
				background: #0a090a;
			}
			.mfour .mtwo-sub-title{
				max-width: 558px;
			}
			.main-menu__proect {
				left: -15px;
			}
			.v-lines__inner {

				width: 33.3%;

			}
		} 
		@media screen and (max-width: 1100px) { 
			.mtwo-i3, .mtwo-i4{
				width: 48%;
			}
			.mtwo-i4{
				margin-right: 0;
			}
			.mtwo-i5{
				width: 100%;
			}
			.mtwo-i1-bg{
				display: none;
			}
			.mtwo-i1, .mtwo-i2{
				width: 48%;
			}
			.mtwo-sub-title{
				margin-bottom: 40px;
			}
			.mtwo .mtwo-title {
				max-width: 100%;


				display: block;
				text-align: right;
				padding-right: 100px;
				color: #0a090a;
			}
			.home .mone-bg{
				width: 1081px;
			}
			.mthree-bg {
				top: -106px;
			}
			.mthree .mtwo-sub-title{
				max-width: 485px;

			}
			.footer-num{
				display: block;
				min-height: 166px;
			}
			.foote-tel{
				width: 47%;
			}
			.mfour-c{
				width: 100%;
			}
			.mfour-i {

				width: 45%;
			}
			.shfour-img {
				position: absolute;
				right: -8%;

			}
		} 

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

		} 
		@media screen and (max-width: 1000px) { 
			.mtwo{
				padding-top: 190px;
			}

			.mthree-i:hover .mthree-i__img {

				opacity: 0;
				display: none;
			}
			.mthree-i  .mthree-i__img {

				display: none;
			}
			.page-template-page-kontekst .shfive{
				padding-top: 0;
			}
			.page-template-page-kontekst .shfive .title-v1{
				margin-bottom: 0;
			}
		} 

		@media screen and (max-width: 992px) { 
			.mone-bg2 {
				top: auto;
				/*right: -16%;*/
				right: -11%;
				bottom: -227px;
			}
			.mone-bg3 {
				top: auto;
				right: -7%;
				bottom: -142px;
				width: 73%;
			}
			.mthree-bg{
				top: -71px;
			}
			.mthree .mtwo-title{
				top: 50px;
			}
			.footer-i{
				width: 47.6%;
				margin-bottom: 34px;
			}
			.main-menu.change .main-menu_hidden{
				padding-top: 30px;
			}
			.main-menu__list-col {

				padding-top: 0;

				width: 48.6%;
				margin-bottom: 32px;

				position: relative;
				z-index: 5;
			}
			.main-menu__list-title{
				margin-bottom: 14px;
			}
			.shape-section-letter{
				font: 35px HelveticaBold,sans-serif;
			}
			.main-menu.change2 .main-menu__proect {
				height: 100px;
			}
			.shfour{
				padding-bottom: 0;
			}
			.shfour-img{
				position: static;
				display: block;
				margin: 0 auto;
			}
			.shone-bg2 {
				position: static !important;

				margin-top: 40px;
			}
			.gossect1__bg1{
				position: static;
			}
			.shsix .shsix__buy{
				position: relative;
				display: block;
				width: 216px;
				margin: 0 auto;
				margin-bottom: 36px;
			}
			.mthree-iv2{
				width: 48%;
				margin-top: 0;
				margin-right: 1%;
				margin-bottom: 4em;
				border: 1px solid #17d768;
			}
		}


		@media screen and (max-width: 900px) { 
			.mtwo-i1, .mtwo-i2 {
				width: 100%;		
			}
			.mtwo-i1-bg {
				display: block;
			}
			.mtwo-i5 .mtwo-i__title{
				display: block;
				margin-left: auto;
			}
			.mthree .mtwo-sub-title{
				top: 50px;
			}
			.shthree-i{
				width: 48.6%;
				margin-right: 0%;
				margin-right: 2%;

			}
			.shthree-i:nth-child(3n+3) {
				margin-right: 2%;
			}
			.shthree-i:nth-child(2n+2) {
				margin-right: 0;
			}

		} 


		@media screen and (max-width: 768px) { 
			.site-branding a{
				display: none;
			}
			.site-branding img:first-of-type{
				display: none;
			}
			.site-logo{
				display: none;
			}
			.site-logo2,
			.site-logo2 img{
				display: block !important;
			}
			.header-tel-wr{
				margin-right: 10%;
			}
			.mob-btn span{
				display: none;
			}
			.mob-btn{
				bottom: 16px;
			}
			.mtwo-title{
				padding-right: 0;
			}
			.mtwo-i1{
				height: 626px;
			}
			.mtwo-i1 .mtwo-i__text{
				float: left;
			}
			.mtwo-i1 .mtwo-i__title{
				float: left;
			}
			.mtwo-i1-bg {
				left: 0;
			}
			.mthree-bg {
				top: -32px;
			}
			.mthree-i__btn{
				left: auto;
				right: 15px;
			}
			.shone-bg2__krop{

			}
			.gossect1-i__r{
				width: 50%;
			}
			.gossect1-i__l{
				width: 49%;
			}
			/* .mtwo-i1, .mtwo-i2 {
				 width: 100%;
			 }
		 	.mtwo-i1-bg {
				 display: block;
				 }*/
				 .tabs-wr{
				 	overflow-x: auto;
				 	overflow-y: hidden;
				 }

				} 
				@media screen and (max-width: 600px) { 
					.mthree-in-v2__pre {

						height: 45px;
					}
					.mthree-iv2 {
						width: 100%;
						margin-top: 0;
						margin-right: 0;
						margin-bottom: 4em;
					}
					.m_circle-i__child{
						display: none;
					}
				}
				@media screen and (max-width: 568px) { 
					.mone-l1, .shone-l1 {
						font-size: 1.7em;
					}
					.mone-l2{
						font-size: 0.825em;
						line-height: 54px;
					}
					.shone-bg2__krop{
						width: 100%;
						right: 0;
						top: -30%;
						z-index: -1;
					}
					.main-menu__list-i{
						font-size: 15px;
						line-height: 1.4;
						margin-bottom: 6px;
					}
					.mone-bg2{
						top: auto;
						right: -124px;
						bottom: -279px;
						width: 600px;
						height: auto;
						max-width: none;
					}
					.mtwo-i3, .mtwo-i4 {
						width: 100%;
						margin-right: 0;

						height: auto;
						padding-bottom: 32px;
					}
					.mtwo-i5{
						height: 580px;
					}
					.mthree .mtwo-title, .mthree .mtwo-sub-title{
						position: static;
					}
					.mthree{
						background: #0a090a;
					}
					.mthree-bg{
						display: none;
					}
					.home .mthree-in {
						padding-top: 60px;
					}
					.msix-lime{
						display: none;
					}
					.msix-tt{
						font-size: 18px;
						line-height: 1.4;
						color: #000000;
						margin-bottom: 10px;
						width: 100%;
					}
					.foote-tel{
						width: 100%;
					}
					.footer-title{
						font-size: 25px;
						line-height: 1.4;
					}
					.footer-down{
						display: block;
					}
					.mtwo-i1{
						padding-top: 180px;
						padding-left: 18px;
					}
					.mtwo-i3-bg{
						right: -34px;
					}
					.mtwo-i2{
						padding-left: 16px;
					}
					.title-v1 {
						margin-bottom: 30px;
						font-size: 1.7em;
					}
					.mthree-i .container{
						padding-left: 25px;
					}
					.mthree-i .container:before{
						display: none;
					}
					.mfour-bg{
						width: 1290px;
					}
					.mfour-down {
						margin-top: 20px;
					}
					.mfour-i__num{

						font-size: 3em;
					}
					.mfour-i__text{ 
						font-size: 1.3em;
						line-height: 1.2;

						margin-top: 2px;
					}
					.mfive .mtwo-sub-title{
						display: block;
						float: none;
					}
					.mfive{
						padding-top: 80px;
						padding-bottom: 0;
					}
					.msix-sub-title br{
						display: none;
					}
					.footer-i__a{
						font-size: 15px;
						line-height: 1.2;
						display: block;
						margin-bottom: 8px;
					}
					.footer-i{
						padding-right: 3%;
						width: 48.6%;
					}
					.footer-unp{
						font-size: 15px;

						margin-top: 20px;
					}
					.mone-bg {
						width: 1032px;
					}
					.mone-bg4{
						display: none;
					}
					.mtwo {
						padding-top: 276px;
					}
					.mtwo .mtwo-title{
						padding-right: 0;
					}
					.main-menu__list-col{
						width: 100%;
					}
					.main-menu.change2 .main-menu_hidden {
						padding-bottom: 100px;
						overflow-y: scroll;
					}
					.main-menu.change2 .main-menu__proect {
						height: 60px;
						bottom: 12px;
						z-index: 6;
					}
					.main-menu.change .main-menu__T{
						font-size: 6.25em;
					}
					.shape-section-letter {
						font: 20px HelveticaBold,sans-serif;
					}
					.shone-bg3 {
						position: absolute;
						/* bottom: -84px; */
						bottom: -20vw;
						left: -72px;
						width: 143px;
					}
					.shthree-i{
						width: 100%;
						margin-right: 0;

						min-height: auto;
					}
					.shthree-i{
						/*height: 200px;*/

						height: auto;

						padding: 20px;
					}
					.shthree-i__btn{
						transform: rotate(89deg);
						margin-left: 8px;
					}
					.gossect1-i__l{
						width: 100%;
					}
					.gossect1-i__down{
						position: static;
					}
					.gossect1-i__title{
						margin-bottom: 10px;
					}
					.gossect1-i__l{
						min-height: auto;
						padding-top: 40px;
						padding-bottom: 40px;
					}
					.gossect1-i__r{
						width: 100%;
						padding-top: 40px;
						padding-bottom: 40px;
						max-width: none;
					}
					.shfour{
						padding-top: 40px;
					}
					.shfour-text{
						font-size: 1em;
					}
					.shfive{
						background: #0a090a;
					}
					.msix-in{
						padding: 0;
						padding-top: 40px;
						padding-bottom: 40px;
					}
					.msix-i{
						width: 33%;
						height: auto;
					}
					.msix-sl{
						font-size: 0;
					}
					.m-port-i{


						width: 100%;


						margin-right: 0;
					}
					.tabs-i{
						font-size: 0.9625em;
					}
					.tabs-wr{
						margin-bottom: 0;
					}
					.tabs-down-i-r{
						width: 100%;
						padding-left: 0;
						padding-top: 12px;
					}
					.tabs-down-i__text{
						font-size: 1em;
					}
					.site-info hr{
						margin-top: 10px;
					}
					.mthree-i__down ul{
						padding-left: 30px;
					}
					.mthree-i__down ul li:after {
						position: absolute;
						top: 10px;
						left: -24px;
					}
					.mthree-i__down ul li:before {
						content: '';
						width: 10px;
						height: 2px;
						position: absolute;
						top: 17px;
						left: -42px;
						transition: all 0.3s;
					}
					.page-template-page-kontekst .mthree-bg {
						top: -60px;
						display: block;
					}
					.post-template-default.single.single-post	.shone-bg2{
						display: none;
					}
					.news-all{
						background: white;
					}
					.art-st{
						width: 100%;
						margin-right: 0;
						margin-bottom: 16px;
					}
					.art-post .art-st-img {
						height: 170px;
					}
					.art-down {
						padding: 10px 16px;
					}
					.art-down .entry-header_prata {

						font-size: 18px;
						line-height: 1.3;

					}
					.shsix.shsix-add .title-v1{

						margin-bottom: 6px;
					}
					.shsix.shsix-add .shsix__buy {
						padding: 0.2em 3.25em;
						position: relative;
						display: block;
						width: auto;
						margin: 0 auto;
						margin-bottom: 18px;
						text-align: center;
					}
					.shsix-add {
						padding-top: 20px;
					}
					.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
						display: flex;
						flex-direction: column;
						gap: 5px;
					}
					.nav-links {
						text-align: center;
						margin-top: 20px;
						margin-bottom: 20px;
					}
					.blog .shone{
						padding-bottom: 0;
						min-height: auto;
					}
					.entry-content {

						font-size: 16px;
						line-height: 1.6;

					}
					.pone-l3 {

						margin-bottom: 32px;
					}
					.pone {

						padding-top: 70px;
					}
					#breadcrumbs {
						margin-bottom: 18px;
					}
					.portfolio-cheker{
						font-size: inherit;
					}
					.portfolio-cheker-i {

						font-size: 1em;
						/* font-size: 1.125em; */

						padding: 10px 20px;

					}
					.portfolio-tag-i {

						font-size: 16px;
						line-height: 1.4;

						padding: 8px 18px;
						margin-right: 6px;
						margin-bottom: 8px;

					}
					.portfolio-tag-wr {
						margin-bottom: 100px;
					}
					.port-blok-i{
						width: 100%;
						margin-right: 0;
						margin-bottom: 16px;
					}
					.port-blok{
						margin-bottom: 2.5em;
						background: #ffffffe6;
						padding: 16px;
					}
					.portsingl .post-thumbnail {
						margin-bottom: 30px;
					}
					.m-one-h1, .mp-mzag, .m-title {

						font-size: 20px;
						line-height: 1.3;


					}
					.m-one-p, .mp-mtext {
						font-style: normal;
						font-weight: 400;
						font-size: 16px;
						line-height: 1.6;
						color: #0A090A;
						margin-bottom: 36px;
					}
					.mthree-i .container{
						padding: 18px;
					}
					.mthree-i .container2{
						padding: 0 15px;
					}
					.mthree-i__title{
						margin-bottom: 4px;
					}
					.tabs-down-i__img{
						display: none;
					}
					.shtwo{
						padding-bottom: 45px;
					}
					.shthree-i__title{
						font-size: 1.4em;
					}
					.shthree-i__sub-title{
						font-size: 1em;

						margin-bottom: 4px;
					}
					.mthree-i__price{
						font-size: 1.1em;
					}
					.mthree-i__btn{
						top: auto;
						bottom: 23%;
					}
					.mypop-in {

						max-width: 350px;
						padding: 45px 20px;

					}
					.mypop-in  .title-v3{
						font-weight: 400;
						font-size: 1.2em;

						margin-bottom: 18px;
					}
					.page-template-page-seo .shfive{
						margin-top: 40px;
					}
					.mthree-in-v2 {

						padding-bottom: 0px;
					}
					.home .msix{
						margin-bottom: 0;
					}
					.home #colophon {
						padding-top: 106px;
					}
					.msix-sl.open{
						max-height: none !important
					}
					main {
						overflow: hidden;
					}
					.bkotzyv{
						padding-top: 50px;
						padding-bottom: 50px;
					}
					.bkotzyv-in{
						display: grid;
						grid-template-columns: repeat(3, 2fr);
						grid-column-gap: 8px;
						grid-row-gap: 8px;
					}
					#shsotrud__policy{
						padding: 10px !important;
					}
				} 

				@media screen and (max-width: 480px) {
					.mfour-i__text{
						font-size: 1.1em;
					}
					.title-v1{
						font-size: 1.4em;
					}
					.top_r a{
						padding: 8px 7px;

						font-size: 14px;
					}
					.top_r {

						margin-right: 0;
					}
					.top_r:hover .top_r-ul {

						height: 30px;
					 
					}
					.top_r ul{
						height: 32px;
						width: 32px;
					}
					.policy .shone{
						padding-bottom: 10px;
						min-height: 399px;
					}
					.pone-in_policy p{
						padding-top: 30px !important;
					}

					.shone-bg__policy img{
						height: 616px;
					}
					.shvakansii-i__policy{
						padding-top: 191px;
					}
				}

				@media screen and (max-width: 340px) { 
					.mob-btn span{
						width: 0;

						opacity: 0;
						overflow: hidden;
					}


				}
				@media screen and (min-width: 2000px) { 
					.mone-bg img{
						width: 100%;
					}
					.mfour-bg img{
						width: 100%;
					}
					.mone-bg3 {

						left: auto;

						right: 12%;
					}
					.mone-bg4 {

						top: 66%;
					}
					.mfour-down {
						margin-top: 390px;

					}
					.mfive {

						margin-top: 306px;
					}
					.shone-bg{
						width: 100%;
					}
				}

