@charset "UTF-8";

/*
Theme Name: Energoinvestproject
Author: LudMila Dzuba
Author URI: https://
*/

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent; }
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0; }
.slick-list:focus {
	outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto; }
.slick-track:before, .slick-track:after {
	content: "";
	display: table; }
.slick-track:after {
	clear: both; }
.slick-loading .slick-track {
	visibility: hidden; }
.links .slick-track{
	left: -20px;}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none; }
[dir="rtl"] .slick-slide {
	float: right; }
.slick-slide img {
	display: block; }
.slick-slide.slick-loading img {
	display: none; }
.slick-slide.dragging img {
	pointer-events: none; }
.slick-initialized .slick-slide {
	display: block; }
.slick-loading .slick-slide {
	visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent; }
.slick-arrow.slick-hidden {
	display: none; }

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;}
.slick-prev {
	left: -25px; }
[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px; }
.slick-prev:before {
	content: "←"; }
[dir="rtl"] .slick-prev:before {
	content: "→"; }
.slick-next {
	right: -25px; }
[dir="rtl"] .slick-next {
	left: -25px;
	right: auto; }
.slick-next:before {
	content: "→"; }
[dir="rtl"] .slick-next:before {
	content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px; }
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%; }
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer; }
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1; }
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75; }
.col-1 {
	width: 8.3333%; }
.col-2 {
	width: 16.6666%; }
.col-3 {
	width: 24.9999%; }
.col-4 {
	width: 33.3332%; }
.col-5 {
	width: 41.6665%; }
.col-6 {
	width: 49.9998%; }
.col-7 {
	width: 58.3331%; }
.col-8 {
	width: 66.6664%; }
.col-9 {
	width: 74.9997%; }
.col-10 {
	width: 83.333%; }
.col-11 {
	width: 91.6663%; }
.col-12 {
	width: 99.9996%; }
@media only screen and (min-width: 0) {
	[class*="col-xs"] {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px; }
	.col-xs-1 {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%; }
	.col-xs-2 {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%; }
	.col-xs-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%; }
	.col-xs-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; }
	.col-xs-5 {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%; }
	.col-xs-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%; }
	.col-xs-7 {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%; }
	.col-xs-8 {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%; }
	.col-xs-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%; }
	.col-xs-10 {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%; }
	.col-xs-11 {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%; }
	.col-xs-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%; }
	.col-xs-offset-1 {
		margin-left: 8.33333%; }
	.col-xs-offset-2 {
		margin-left: 16.66667%; }
	.col-xs-offset-3 {
		margin-left: 25%; }
	.col-xs-offset-4 {
		margin-left: 33.33333%; }
	.col-xs-offset-5 {
		margin-left: 41.66667%; }
	.col-xs-offset-6 {
		margin-left: 50%; }
	.col-xs-offset-7 {
		margin-left: 58.33333%; }
	.col-xs-offset-8 {
		margin-left: 66.66667%; }
	.col-xs-offset-9 {
		margin-left: 75%; }
	.col-xs-offset-10 {
		margin-left: 83.33333%; }
	.col-xs-offset-11 {
		margin-left: 91.66667%; }
	.col-xs-offset-12 {
		margin-left: 100%; } }

@media only screen and (min-width: 575px) {
	[class*="col-sm"] {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px; }
	.col-sm-1 {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%; }
	.col-sm-2 {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%; }
	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%; }
	.col-sm-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; }
	.col-sm-5 {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%; }
	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%; }
	.col-sm-7 {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%; }
	.col-sm-8 {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%; }
	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%; }
	.col-sm-10 {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%; }
	.col-sm-11 {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%; }
	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%; }
	.col-sm-offset-1 {
		margin-left: 8.33333%; }
	.col-sm-offset-2 {
		margin-left: 16.66667%; }
	.col-sm-offset-3 {
		margin-left: 25%; }
	.col-sm-offset-4 {
		margin-left: 33.33333%; }
	.col-sm-offset-5 {
		margin-left: 41.66667%; }
	.col-sm-offset-6 {
		margin-left: 50%; }
	.col-sm-offset-7 {
		margin-left: 58.33333%; }
	.col-sm-offset-8 {
		margin-left: 66.66667%; }
	.col-sm-offset-9 {
		margin-left: 75%; }
	.col-sm-offset-10 {
		margin-left: 83.33333%; }
	.col-sm-offset-11 {
		margin-left: 91.66667%; }
	.col-sm-offset-12 {
		margin-left: 100%; } }

@media only screen and (min-width: 900px) {
	[class*="col-md"] {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px; }
	.col-md-1 {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%; }
	.col-md-2 {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%; }
	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%; }
	.col-md-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; }
	.col-md-5 {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%; }
	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%; }
	.col-md-7 {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%; }
	.col-md-8 {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%; }
	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%; }
	.col-md-10 {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%; }
	.col-md-11 {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%; }
	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%; }
	.col-md-offset-1 {
		margin-left: 8.33333%; }
	.col-md-offset-2 {
		margin-left: 16.66667%; }
	.col-md-offset-3 {
		margin-left: 25%; }
	.col-md-offset-4 {
		margin-left: 33.33333%; }
	.col-md-offset-5 {
		margin-left: 41.66667%; }
	.col-md-offset-6 {
		margin-left: 50%; }
	.col-md-offset-7 {
		margin-left: 58.33333%; }
	.col-md-offset-8 {
		margin-left: 66.66667%; }
	.col-md-offset-9 {
		margin-left: 75%; }
	.col-md-offset-10 {
		margin-left: 83.33333%; }
	.col-md-offset-11 {
		margin-left: 91.66667%; }
	.col-md-offset-12 {
		margin-left: 100%; } }

@media only screen and (min-width: 1025px) {
	[class*="col-lg"] {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px; }
	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%; }
	.col-lg-2 {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%; }
	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%; }
	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; }
	.col-lg-5 {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%; }
	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%; }
	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%; }
	.col-lg-8 {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%; }
	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%; }
	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%; }
	.col-lg-11 {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%; }
	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%; }
	.col-lg-offset-1 {
		margin-left: 8.33333%; }
	.col-lg-offset-2 {
		margin-left: 16.66667%; }
	.col-lg-offset-3 {
		margin-left: 25%; }
	.col-lg-offset-4 {
		margin-left: 33.33333%; }
	.col-lg-offset-5 {
		margin-left: 41.66667%; }
	.col-lg-offset-6 {
		margin-left: 50%; }
	.col-lg-offset-7 {
		margin-left: 58.33333%; }
	.col-lg-offset-8 {
		margin-left: 66.66667%; }
	.col-lg-offset-9 {
		margin-left: 75%; }
	.col-lg-offset-10 {
		margin-left: 83.33333%; }
	.col-lg-offset-11 {
		margin-left: 91.66667%; }
	.col-lg-offset-12 {
		margin-left: 100%; } }

@media only screen and (min-width: 1200px) {
	[class*="col-xl"] {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px; }
	.col-xl-1 {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%; }
	.col-xl-2 {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%; }
	.col-xl-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%; }
	.col-xl-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; }
	.col-xl-5 {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%; }
	.col-xl-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%; }
	.col-xl-7 {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%; }
	.col-xl-8 {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%; }
	.col-xl-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%; }
	.col-xl-10 {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%; }
	.col-xl-11 {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%; }
	.col-xl-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%; }
	.col-xl-offset-1 {
		margin-left: 8.33333%; }
	.col-xl-offset-2 {
		margin-left: 16.66667%; }
	.col-xl-offset-3 {
		margin-left: 25%; }
	.col-xl-offset-4 {
		margin-left: 33.33333%; }
	.col-xl-offset-5 {
		margin-left: 41.66667%; }
	.col-xl-offset-6 {
		margin-left: 50%; }
	.col-xl-offset-7 {
		margin-left: 58.33333%; }
	.col-xl-offset-8 {
		margin-left: 66.66667%; }
	.col-xl-offset-9 {
		margin-left: 75%; }
	.col-xl-offset-10 {
		margin-left: 83.33333%; }
	.col-xl-offset-11 {
		margin-left: 91.66667%; }
	.col-xl-offset-12 {
		margin-left: 100%; } }

@media only screen and (min-width: 1440px) {
	[class*="col-xxl"] {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px; }
	.col-xxl-1 {
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%; }
	.col-xxl-2 {
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%; }
	.col-xxl-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%; }
	.col-xxl-4 {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%; }
	.col-xxl-5 {
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%; }
	.col-xxl-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%; }
	.col-xxl-7 {
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%; }
	.col-xxl-8 {
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%; }
	.col-xxl-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%; }
	.col-xxl-10 {
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%; }
	.col-xxl-11 {
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%; }
	.col-xxl-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%; }
	.col-xxl-offset-1 {
		margin-left: 8.33333%; }
	.col-xxl-offset-2 {
		margin-left: 16.66667%; }
	.col-xxl-offset-3 {
		margin-left: 25%; }
	.col-xxl-offset-4 {
		margin-left: 33.33333%; }
	.col-xxl-offset-5 {
		margin-left: 41.66667%; }
	.col-xxl-offset-6 {
		margin-left: 50%; }
	.col-xxl-offset-7 {
		margin-left: 58.33333%; }
	.col-xxl-offset-8 {
		margin-left: 66.66667%; }
	.col-xxl-offset-9 {
		margin-left: 75%; }
	.col-xxl-offset-10 {
		margin-left: 83.33333%; }
	.col-xxl-offset-11 {
		margin-left: 91.66667%; }
	.col-xxl-offset-12 {
		margin-left: 100%; } }

body {
	font-size: 16px;
	outline-style: none;
	background-color: #FBFAFF;
	margin: 0;
	font-family: Montserrat, Arial, sans-serif;}
main {
	min-height: calc(100vh - 240px); }
input,
textarea,
select {
	background-color: #FBFAFF !important; }
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
ul, li {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	outline: none; }
a {
	text-decoration: none;
	outline: none; }
.container {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative; }
.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden; }
.locked {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none; }
.head {
	display: block;
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 1000; }
.head-wrap {
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.logo {
	width: 80px;
	height: auto; }
.logo img {
	width: 80px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; }
.title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #05004E; }
.title-page {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	height: 440px;
	padding-bottom: 200px; }
.title-big {
	font-size: 3.175rem;
	font-weight: 700;
	color: #fff; }
h2, .title-small {
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: 700;
	color: #05004E;
	text-align: center;
	margin: 60px auto 30px; }
.text,
p,
a,
li,
.post_content p {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	text-align: justify; }
.view{
	font-size: 12px;
	opacity: 0.1;}
.text-light,
.text-light p,
.text-light p a,
.text-light a,
.text-light span{
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #fff;}
span,
a {
	font-weight: 700; }
.icon-arr {
	width: 8px;
	height: 21px;
	fill: #fff; }
.icon-arr-down {
	width: 12px;
	height: 45px;
	fill: #fff; }
.icon-arr-right {
	width: 38px;
	height: 8px;
	fill: #467DD2;}
.icon-arr-left {
	width: 38px;
	height: 8px;
	fill: #467DD2; }
.btn {
	height: 46px;
	line-height: 46px;
	background: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	color: #0A39AC;
	font-weight: 600;
	border: none;
	border-radius: 50px;
	padding: 0 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	z-index: 50; }
.btn:hover {
	-webkit-box-shadow: 0px 0px 35px -8px white;
	-moz-box-shadow: 0px 0px 35px -8px white;
	box-shadow: 0px 0px 35px -8px white; }
.btn-blue {
	background: -webkit-linear-gradient(357.99deg, #03C6FF 2.11%, #4348FF 100%);
	background: -o-linear-gradient(357.99deg, #03C6FF 2.11%, #4348FF 100%);
	background: linear-gradient(92.01deg, #03C6FF 2.11%, #4348FF 100%);
	color: #fff;
	margin: 50px auto;
	padding: 0 70px;
	height: 52px;
	line-height: 52px;
	font-weight: 600;
	overflow: hidden;
	max-width: 300px; }
.btn-blue:hover {
	-webkit-box-shadow: none;
	box-shadow: none; }
.btn-blue:after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 70%;
	height: 100%;
	background: -webkit-linear-gradient(330deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	background: -o-linear-gradient(330deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	-webkit-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease; }
.btn-blue:hover:after {
	left: 100%; }
.btn--more{
	color: #467DD2;
	font-size: 14px;
	font-style: italic; 
	font-weight: 500;}
.list {
	width: 100%;
	margin: 15px auto;
	overflow: hidden; }
.box {
	width: 100%;
	height: auto;
	position: relative;
	margin: 30px auto 40px; }
.box:last-of-type {
	margin-bottom: 100px; }
ul {
	position: relative;
	padding: 0 25px;
	z-index: 15; }
ul:before {
	content: url(assets/img/bg-img/Line-before2.png);
	display: block;
	width: 10%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 19px; }
ul li {
	margin: 10px 0;
	left: 20px;
	position: relative;
	text-align: justify;
	z-index: 15; }
ul li:before {
	content: url(assets/img/bg-img/dot3.png);
	display: inline-block;
	width: 15%;
	height: 100%;
	position: absolute;
	left: -48px;
	top: -10px;
	z-index: -10; }
.items-list {
	max-width: 1440px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin: 20px auto; }
.items-list-contract {
	width: 100%;
	height: 410px;
	background-image: url(assets/img/bg-img/contract-lines-bg.png); }
.items-list-disconnection {
	width: 100%;
	height: 380px;
	background-image: url(assets/img/bg-img/disconnect-lines-bg.png); }
.items-list-electrical {
	width: 100%;
	height: 460px;
	background-image: url(assets/img/bg-img/energy_saving-lines-bg.png);
	margin: 30px auto 70px; }
.items-list-safety {
	width: 100%;
	height: 380px;
	background-image: url(assets/img/bg-img/elec-lines-bg.png); }
.items-list-general {
	width: 100%;
	height: 380px;
	margin-bottom: 80px;
	background-image: url(assets/img/bg-img/meter_readings-lines-bg.png); }
.items-list-pay {
	width: 100%;
	height: 250px;
	margin-bottom: 80px;
	background-image: url(assets/img/bg-img/pay-lines-bg.png); }
.items-list-news {
	width: 100%;
	height: auto;
	margin: 40px auto 50px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row; }
.items-row {
	width: 100%;
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative; }
.item {
	position: absolute;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	margin: 10px;
	border-radius: 7px;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	color: #fff; }
.item-left {
	background: -webkit-linear-gradient(140.56deg, #01C9FF 0%, #4445FF 100%);
	background: -o-linear-gradient(140.56deg, #01C9FF 0%, #4445FF 100%);
	background: linear-gradient(309.44deg, #01C9FF 0%, #4445FF 100%); }
.item-right {
	background: -webkit-linear-gradient(140.56deg, #4445FF 0%, #01C9FF 100%);
	background: -o-linear-gradient(140.56deg, #4445FF 0%, #01C9FF 100%);
	background: linear-gradient(309.44deg, #4445FF 0%, #01C9FF 100%); }
.item a {
	text-align: center;
	font-weight: 600;
	color: #fff; }
.item-contract {
	width: 270px;
	height: 120px; }
.item-disconnection {
	width: 230px;
	height: 90px; }
.item-electrical {
	width: 230px;
	height: 95px; }
.item-safety {
	width: 250px;
	height: 265px;
	text-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 20px; }
.item-safety span {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 25px auto 15px; }
.item-general {
	width: 270px;
	height: 150px;
	padding: 15px 25px; }
.item-pay {
	width: 270px;
	height: 235px;
	padding: 25px 15px;
	margin: 10px 20px; }
.item-news {
	width: 370px;
	height: 132px;
	padding: 25px 15px;
	margin: 10px 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 600; }
.item-news img {
	margin: 15px 40px 15px 25px;
	height: auto; }
.list-info{
	display: flex;
	flex-wrap: wrap;
/* 	align-items: flex-start; */
	justify-content: space-between;
	padding: 50px 0; }
.item-info {
	min-width: 560px;
	width: 46%;
	min-height: 260px;
	height: auto;
	background-color: #fff;
	padding: 80px 140px 40px 75px;
	margin: 30px 5px;
	position: relative;
	border-radius: 7px;
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06); }
.item-info .number-mini{
	position: absolute;
	font-size: 120px;
	line-height: 100%;
	font-weight: 300;
	color: #F7F7F7;
	left: 30px;
	top: 0;
	opacity: 0.75;
	z-index: 10;
	margin: 20px 0; }
.item-info .info-about {
	font-weight: 500;
	text-align: left;
	z-index: 100;
	position: relative; }
.item-info img{
	max-width: 180px;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.9;
	z-index: 10; }
.item-ad{
	padding: 30px 140px 30px 75px;
	align-items: flex-start;}
.item-ad .info-about{
	font-weight: 500 !important;
	font-family: Montserrat, Arial, sans-serif;}
.video-box {
	width: 850px;
	height: 480px;
	outline: none;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
	margin: 100px auto 150px;
	z-index: 10;
	position: relative; }
.video-box:before {
	content: '';
	background-image: url(assets/img/bg-img/video-bg-big.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left bottom;
	width: 620px;
	height: 474px;
	position: absolute;
	left: -120px;
	bottom: -80px;
	z-index: -5; }
.video-box video {
	width: 850px;
	height: 480px;
	outline: none; }
.video__logo {
	background-image: url(assets/img/bg-img/video-bg-small.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right top;
	width: 140px;
	height: 117px;
	position: absolute;
	right: -30px;
	top: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.video__logo-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2.5px solid #fff;
	left: 7px;
	position: relative; }
.burger-menu {
	width: 24px;
	height: 16px;
	background-color: transparent;
	outline-style: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 15px;
	position: relative;
	z-index: 30300;
	display: none;
	overflow: hidden; }
.burger-menu_active .burger-menu__lines,
.burger-menu_active .burger-menu__btn {
	background-color: transparent; }
.burger-menu_active .burger-menu__lines:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }
.burger-menu_active .burger-menu__lines:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.burger-menu_active .burger-menu__nav {
	top: 0; }
.burger-menu_active .burger-menu__overlay {
	display: block;
	background-color: rgba(10, 27, 63, 0.7);
	left: 0; }
.burger-menu__btn {
	position: relative;
	width: 24px;
	height: 16px;
	z-index: 1400;
	background-color: transparent;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s; }
.burger-menu__lines, .burger-menu__lines:before, .burger-menu__lines:after {
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #fff;
	z-index: 3040; }
.burger-menu__lines {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }
.burger-menu__lines:before {
	content: '';
	top: -5px; }
.burger-menu__lines:after {
	content: '';
	top: 5px; }
.burger-menu__nav {
	width: 340px;
	height: 100%;
	padding: 50px 20px 20px 2px;
	position: fixed;
	z-index: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	background-color: rgba(10, 27, 63, 0.8);
	top: -100%;
	right: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	overflow-y: auto; }
.burger-menu__nav:before {
	display: none; }
.burger-menu__nav li {
	z-index: 1000; }
.burger-menu__link {
	width: 100%; 
	margin: 1px 0 !important;}
.burger-menu__link:before {
	left: -38px;}
.burger-menu__link a {
	padding: 20px 0;
	font-size: 0.9rem;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	-webkit-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
	z-index: 1001; }
.burger-menu__link a:hover {
	color: #B2B0BC;}
.burger-menu__overlay {
	position: fixed;
	top: 0;
	left: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 120;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s; }
.burger-menu .current-menu-item a:after{
	display: none !important;}
.burger-submenu {
	margin: 5px 0 !important; }
.burger-submenu:before {
	display: none; }
.burger-submenu li {
	margin: 15px 10px;
	left: 0;
	text-align: left;
	line-height: 1; }
.burger-submenu a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	font-size: 0.8rem;
	line-height: 1;
	color: #fff;
	text-align: left; }
.burger-submenu li:before {
	display: none; }
.burger-submenu .sub-menu{
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 10px;}
.burger-submenu__nav{
	margin: 5px 0 !important;}
.burger-menu__nav li{
	left: 5px !important;}
.burger-submenu__nav .sub-menu{
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0 20px;
	position: relative;
	margin-bottom: 50px;
	margin-top: -20px;}
.burger-submenu__nav .sub-menu .burger-menu__link{
	background-color: transparent;
	border: none;
	padding: 5px 15px 5px 40px;
	text-align: left;}
.burger-submenu__nav .sub-menu .burger-menu__link a{
	color: #fff;
	font-weight: 400;
	white-space: normal;
	text-align: left !important;
	line-height: 1.2em;
	padding: 20px 0;}
.menu-image-title-after.menu-image-not-hovered img{
	padding-right: 3px;}
.menu-image-title-after.menu-image-title{
	padding-left: 3px;}
.hero-page {
	width: 100%;
	height: 600px;
	background-image: url(assets/img/bg-img/hero-page-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: 100% 100%;
	background-position: bottom;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 5; }
.hero-page:after {
	content: '';
	background-image: url(assets/img/bg-img/lines-page-bg.png);
	background-size: 100%;
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -10;
	top: 120%;
	left: 0;
	pointer-events: none;
	display: none;
	opacity: 0.3; }
.hero-post {
	width: 100%;
	height: 140px;
	background-image: url(assets/img/bg-img/hero-post__img.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 5; }
.hero-page-contact:before {
	display: none;}
.hero-page-contact:after {
	display: block;}
.hero-page-price:after {
	display: block;}
.hero-page-user:after {
	display: block;}
.hero-page-wrap {
	width: 100%;
	height: 560px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	padding: 120px 0 50px;}
.hero-page__img {
	width: 50%;
	height: 440px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: -50px; }
.hero-page__img img {
	width: 100%;
	height: auto; }
.hero-page__img-contact {
	width: 700px;
	height: auto;
	position: relative;
	margin: 30px 0 0;
	bottom: 0; }
.hero-page__img-contact img {
	width: 700px;
	height: auto; }
.hero-page__img-contract {
	height: auto;
	position: relative;
	margin: 0 0 80px;
	right: 0;
	bottom: 40px; }
.hero-page__img-contract img {
	height: auto; }
.hero-page__img-disconnection {
	width: 640px;
	height: auto;
	position: relative;
	margin: 10px 0 0;
	bottom: 0;
	right: -25px; }
.hero-page__img-disconnection img {
	width: 640px;
	height: auto; }
.hero-page__img-dispute {
	width: 500px;
	height: auto;
	position: relative;
	margin: 50px 0 0;
	bottom: 0;
	right: -25px; }
.hero-page__img-dispute img {
	width: 500px;
	height: auto; }
.hero-page__img-user {
	width: 450px;
	height: auto;
	position: relative;
	margin: 30px 0 0;
	bottom: 0; }
.hero-page__img-user img {
	width: 450px;
	height: auto; }
.hero-page__img-general {
	width: 580px;
	height: auto;
	position: relative;
	margin: 30px 0 0;
	bottom: 0;
	right: 5px; }
.hero-page__img-general img {
	width: 580px;
	height: auto; }
.hero-page__img-price {
	width: 430px;
	height: auto;
	position: relative;
	margin: 40px 0 0;
	bottom: 0;
	right: 5px; }
.hero-page__img-price img {
	width: 430px;
	height: auto; }
.hero-page__img-quality {
	width: 550px;
	height: auto;
	position: relative;
	margin: 0;
	bottom: 0;
	right: -25px; }
.hero-page__img-quality img {
	width: 550px;
	height: auto; }
.hero-page__img-news {
	width: 550px;
	height: auto;
	position: relative;
	margin: 30px 0 0;
	bottom: 0;
	right: -25px; }
.hero-page__img-news img {
	width: 550px;
	height: auto; }
.hero-page__img-info img {
	max-width: 450px; }
.hero-page-scroll {
	width: 165px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0 60px;
	position: absolute;
	bottom: 0;
	left: 100px; }
.hero-page-scroll img {
	height: 50px;
	width: 8px; }
.hero-page-scroll p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	font-size: 0.8125rem;
	color: #fff;
	margin: 5px 10px; }
.hero {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(assets/img/bg-img/hero-bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 100% 100%;
	background-position: bottom center;
	overflow: hidden;
	z-index: 5; }
.hero-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }
.hero-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.hero-text h1 {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #05004E;
	font-weight: 600;
	font-size: 3.175rem;
	color: #fff;
	margin: 260px 0 12px; }
.hero-text p {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #05004E;
	font-size: 1.275rem;
	color: #fff;
	margin: 10px 0; }
.hero-text p span {
	color: #52E2F0; }
.hero__img {
	width: 600px;
	height: auto;
	position: relative;
	margin: 200px -50px 250px 0; }
.hero__img img {
	width: 600px; }
.hero-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.hero-btn__more {
	margin: 50px 0; }
.hero-btn__more:after {
	display: none; }
.hero-btn__contact {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 50px 20px; }
.hero-scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 200px 0 80px 50px;
	position: relative;
	bottom: 30px; }
.hero-scroll img {
	height: 60px;
	width: auto; }
.hero-scroll p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	font-size: 0.8125rem;
	margin: 5px 10px;
	color: #fff; }
.reform {
	margin: 50px 0 50px;
	overflow: hidden; }
.reform-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.reform__title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #05004E;
	margin: 0 0 20px;
	text-align: center; }
.reform__text {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	margin: 20px 0 0; }
.progress {
	background-image: url(assets/img/bg-img/progress-lines-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 420px;
	background-position: center center; }
.progress-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.progress__title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #05004E;
	margin: 50px; }
.progress__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
.progress__item {
	width: 233px;
	height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: -webkit-linear-gradient(163.24deg, #01C9FF 0%, #4445FF 100%);
	background: -o-linear-gradient(163.24deg, #01C9FF 0%, #4445FF 100%);
	background: linear-gradient(286.76deg, #01C9FF 0%, #4445FF 100%);
	border-radius: 7px;
	padding: 13px;
	margin: 50px 42px 70px; }
.progress__item:nth-of-type(2), .progress__item:nth-of-type(3) {
	background: -webkit-linear-gradient(140.56deg, #4445FF 0%, #01C9FF 100%);
	background: -o-linear-gradient(140.56deg, #4445FF 0%, #01C9FF 100%);
	background: linear-gradient(309.44deg, #4445FF 0%, #01C9FF 100%); }
.progress__item p {
	font-weight: 400;
	line-height: 1.5em;
	color: #fff;
	font-size: 1.05rem;
	text-align: center; }
.progress__item h3 {
	font-size: 1.15rem;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px; }
.progress-row {
	text-align: center;}
.progress__qty {
	font-size: 2.2rem;
	color: #fff;
	font-weight: 600;
	margin: 20px 0 0;
	display: inline-block; }
.progress__qty-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.progress__qty-wrap span {
	font-size: 2.5rem;
	font-weight: 700;
	color: #05004E;
	font-size: 1.25rem;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	display: inline-block; }
.about {
	width: 100%;
	height: auto;
	position: relative;
	margin: 110px 0 50px; }
.about-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
.about__img {
	width: 50%;
	position: relative;
	text-align: center;
	margin: 110px 0 0; }
.about__img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; }
.about-block {
	width: 48%;
	padding-left: 80px; }
.about__title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #05004E;
	text-align: center;
	margin: 15px 0 40px; }
.about__text {
	margin-top: 20px;
	line-height: 1.6rem; }
.about__text a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	text-decoration: underline;
	-webkit-text-decoration-color: #05004E;
	text-decoration-color: #05004E;
	font-weight: 600; }
.about__text span {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	font-weight: 600; }
.about-slider {
	height: 430px; }
.about-slider__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 15px;
	outline: none; }
.about-slider__dots {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 0;
	margin: 0 20px; }
.about-slider__dots:before {
	display: none; }
.about-slider__dots li {
	margin: 0 10px;
	width: 26px;
	height: 26px;
	opacity: 0.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	left: 0; }
.about-slider__dots li:before {
	display: none; }
.about-slider__dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	background: #306EFF;
	border-radius: none;
	content: none; }
.about-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 70px auto 45px; }
.slick-dots {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 0;
	margin: 0 40px; }
.slick-dots:before {
	display: none; }
.slick-active {
	opacity: 1 !important; }
.slick-prev__arrow, .slick-next__arrow {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 36px;
	height: 30px;
	left: 0;
	cursor: pointer; }
.slick-prev__arrow img, 
.slick-next__arrow img {
	width: 11px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; }
.about-slider__item .text{
	width: 100%;}
.about-slider__qr img{
	max-width: 200px;
	height: auto;
	margin: 50px auto !important;}
.advantages {
	margin: 100px auto;
	position: relative; }
.advantages-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.advantages__bg {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.advantages__bg img {
	width: 100%;
	height: auto; }
.advantages__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
.advantages__title {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #05004E;
	margin: 20px 0 70px; }
.advantages__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	width: 350px;
	height: 300px;
	background-color: #fff;
	margin: 100px 20px;
	padding: 20px;
	overflow: hidden;
	border-radius: 7px; }
.advantages__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 5px; }
.advantages__img img {
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left; }
.advantages__item:nth-of-type(1), .advantages__item:nth-of-type(2), .advantages__item:nth-of-type(3) {
	margin: 20px 20px 120px;
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06); }
.advantages__item:nth-of-type(4), .advantages__item:nth-of-type(5), .advantages__item:nth-of-type(6) {
	margin: 120px 20px 40px;
	-webkit-box-shadow: 0px -10px 30px -10px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px -10px 30px -10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -10px 30px -10px rgba(0, 0, 0, 0.06); }
.advantages__item:nth-of-type(1), .advantages__item:nth-of-type(4) {
	margin-left: 0; }
.advantages__item:nth-of-type(3), .advantages__item:nth-of-type(6) {
	margin-right: 0; }
.advantages .text {
	text-align: left;
	margin: 15px 0 5px; }
.steps {
	position: relative;
	margin: 10px auto 150px; }
.steps-wrap {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.steps__title {
	margin: 0 auto 20px; }
.steps-tabmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 40px;
	margin: 40px auto 20px; }
.steps-list {
	vertical-align: top;
	padding: 0;}
.steps-list:nth-child(2) {
	-webkit-box-shadow: 0px 0 30px 17px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0 30px 17px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0 30px 17px rgba(0, 0, 0, 0.08);}
.steps-list .text {
	font-weight: 600;
	opacity: 0.5;
	display: inline-block;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: left; }
.steps-list__content {
	width: 100%;
	height: 420px;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 8px;
	-webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
	background: -webkit-linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%);
	background: -o-linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%);
	background: -webkit-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
	background: -o-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
	background: linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%); }
.steps-list__content:before {
	display: none; }
.steps-list__about {
	width: 100%;
	height: 420px;
	margin: 0;
	padding: 60px 80px 20px 50px;
	opacity: 0;
	left: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	position: absolute;
	list-style: none;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	z-index: 100; }
.steps-list__about:before {
	display: none; }
.steps-list__about .text-light {
	text-align: left;
	width: 400px;
	color: #fff;
	opacity: 1;
	font-weight: 400; }
.steps-list__about .text-light a {
	color: #fff;
	font-weight: 600; }
.steps-list__about .text-light:first-of-type {
	display: none; 
	font-weight: 600;}
.steps-list__about .btn {
	margin: 40px 0 5px; }
.steps-list__about.active {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	z-index: 200;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
.steps-list-number {
	font-size: 1.875rem;
	font-weight: 700;
	left: 0;
	margin: auto 20px auto 7px !important;
	position: relative;
	display: inline-block;
	opacity: 0.3;
	color: #2089FF;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease; }
.steps-list__img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 300px;
	height: auto; }
.steps-list__img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; }
.steps__item {
	padding: 15px 20px 15px 20px;
	background: #fff;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.steps__item:hover .text,
.steps__item:hover .steps-list-number {
	opacity: 1; }
.steps__item .light {
	height: 0;
	width: 0;
	position: absolute;
	top: 24px;
	left: 10px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }
.steps__item.active span.light {
	background: -webkit-linear-gradient(310.94deg, #4346FF 23.22%, #02C7FF 75.27%);
	background: -o-linear-gradient(310.94deg, #4346FF 23.22%, #02C7FF 75.27%);
	background: linear-gradient(139.06deg, #4346FF 23.22%, #02C7FF 75.27%);
	left: 2px;
	height: 100%;
	width: 5px;
	top: 0;
	border-radius: 0; }
.steps__item.active .steps-list-number {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-left: 5px;
	opacity: 1; }
.steps__item.active .text {
	opacity: 1; }
.steps__item.active {
	background: #FBFAFF;
	padding: 15px 20px 15px 20px; }
.steps-info {
	display: none; }
.map {
	margin: 50px auto 100px; }
.map-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative; }
.map__title {
	margin: 30px 0 65px; }
.map-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
.map__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 20px 20px 120px; }
.map__list .btn {
	margin: 50px 0; }
.map__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 40px 0 0; }
.map__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.map__img {
	width: 50%;
	height: auto; }
.map__img img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;}
.map ul:before{
	display: none;}
.map ul li:before{
	content: url(assets/img/icons/icon-check.png);
	display: inline-block;
	width: 80%;
	height: auto;
	position: absolute;
	left: -35px;
	top: 0;
	z-index: 100;}
.map ul li{
	text-align: left;
	margin: 16px 0;}
.last-news {
	padding: 40px 0; 
	position: relative;}
.last-news:before{
	content: '';
	width: 77%;
	height: 60%;
	border-radius: 10px;
	background: -webkit-linear-gradient(95.58deg, #04C4FF 0%, #7073FD 16.15%, #7073FD 45.31%, #04C4FF 100%);
	background: -o-linear-gradient(95.58deg, #04C4FF 0%, #7073FD 16.15%, #7073FD 45.31%, #04C4FF 100%);
	background: -webkit-linear-gradient(95.58deg, #04C4FF 0%, #7073FD 16.15%, #7073FD 45.31%, #04C4FF 100%);
	background: -o-linear-gradient(95.58deg, #04C4FF 0%, #7073FD 16.15%, #7073FD 45.31%, #04C4FF 100%);
	background: linear-gradient(95.58deg, #04C4FF 0%, #7073FD 16.15%, #7073FD 45.31%, #04C4FF 100%);
	position: absolute;
	top: 60%;
	left: 12%;
	transform: translateY(-55%);}
.last-news__title{
	margin-bottom: 80px; 
	text-align: center;}
.last-news__inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.last-news__list{
	width: 50%;
	padding: 50px 60px;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06); }
.last-news__content{
	margin: 60px 0;
	left: 0; }
.last-news__content:last-of-type{
	margin-bottom: 80px; }
.last-news__sibtitle {
	margin: 8px 0;
	text-align: left; }
.last-news__sibtitle a{
	font-size: 18px;
	font-weight: 600;}
.last-news__content:hover .last-news__sibtitle {
	text-decoration: underline; }
ul.last-news__list:before,
.last-news__list li:before{
	display: none; }
.last-news__img{
	width: 45%; 
	position: relative;
	right: -20px;
	bottom: 0;}
.last-news__img img{
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; }
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
	.last-news:before{
		width: 90%; 
		left: 5%; } 
	.last-news__img{
		right: 0; } }
@media only screen and (min-width: 320px) and (max-width: 1439px) {
	.last-news:before{
		width: 100%; 
		left: 0; 
	border-radius: 0;} 
	.last-news__img{
		right: 0; } }
@media only screen and (min-width: 320px) and (max-width: 899px) {
	.last-news__img{
		display: none;} 
	.last-news__list{
		width: 100%; }}
@media only screen and (min-width: 320px) and (max-width: 500px) {
	.last-news__title{
		margin-bottom: 40px; }
	.last-news__list{
		padding: 0 30px 40px; }}
.links {
	margin: 120px auto 0;
	position: relative;
	overflow: hidden; }
.links-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.links-slider-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 50px auto 40px; }
.links-slider__bg {
	width: 970px;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	background: -webkit-linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%);
	background: -o-linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%);
	background: -webkit-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
	background: -o-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
	background: linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%);
	-webkit-box-shadow: 0px 0 30px -7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0 30px -7px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0 30px -7px rgba(0, 0, 0, 0.1) }
.links-slider {
	margin-top: 30px; }
.links-slider__item,
.links .slick-slide{
	width: 340px;
	height: 200px;
	background-color: #fff;
	margin: 30px 15px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; }
li.links-slider__item{
	padding-right: 10px;
	-webkit-box-shadow: 0px -10px 30px -10px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px -10px 30px -10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -10px 30px -10px rgba(0, 0, 0, 0.06); }
.links-slider__item:hover {
	-webkit-box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.65);
	box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.65); }
a.links-slider__item{
	width: 100%;
	margin: 0;}
.links-slider__nav {
	height: 30px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px auto 80px; }
.links-slider__dots {
	height: 30px;
	width: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto; }
.links-slider__dots:before {
	display: none; }
.links-slider__dots li {
	margin: auto 10px;
	width: 26px;
	height: 26px;
	opacity: 0.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0; }
.links-slider__dots li:before {
	display: none; }
.links-slider__dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	background-color: #306EFF;
	content: none;
	outline: none; }
.links-prev__arr, .links-next__arr {
	width: 60px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
	cursor: pointer; }
.links-prev__arr img, .links-next__arr img {
	width: 11px;
	height: auto; }
.links-slider__img {
	height: auto;
	max-height: 100%;
	width: 45%;
	left: 0;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.links-slider__img img {
	height: 95%;
	
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top left;
	object-position: top left;
	margin: 0; }
.links__text {
	width: 55%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0; }
.links__text{
	line-height: 1.3;
	font-size: 0.95rem;
	text-align: center;
	font-weight: 600; }
.links ul:before{
	display: none !important;}
.links ul li:before{
	display: none !important;}
.slick-initialized .slick-slide{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;}
.help {
	margin: 10px auto 100px; }
.help-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 30px; }
.contact-form-answer {
	width: 400px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 60px 80px 50px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.contact-form-answer .text {
	text-align: center; }
.contact-map {
	width: 100%;
	position: relative;
	overflow: hidden; }
.contact-box__map {
	width: 100%;
	height: 700px;
	position: relative; }
.contact-box__map iframe {
	width: 100%;
	height: 700px; }
.contact-box__info {
	width: 446px;
	height: auto;
	position: absolute;
	top: 90px;
	left: 125px;
	padding: 27px 42px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px #ACACA7;
	box-shadow: 0px 0px 20px #ACACA7; }
.contact-box__title {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	margin: 27px auto 43px; }
.contact-box__text {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	margin: 25px 0; }
.contact-box__text span {
	display: block; }
.contact-box__text #phone-EIP-1 {
	display: inline-block;
	font-weight: 400; }
.contact-box__text #phone-EIP-1 a,
.contact-box__text #phone-EIP-1 span {
	font-weight: 400; }
.contact-box__text #phone-fax {
	display: inline-block;
	font-weight: 400; }
.contact-box__text #phone-fax a,
.contact-box__text #phone-fax span {
	font-weight: 400; }
.contact-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 50px 0 10px; }
.contact-more a {
	font-weight: 400; }
.contact-more_antikor {
	margin: 55px 0; }
.contact-more #phone-fax,
.contact-more #phone-EIP-1,
.contact-more #phone-EIP-2,
.contact-more #phone-EIP-3,
.contact-more #phone-KSP {
	display: inline-block;
	font-weight: 400; }
.contact-more #phone-fax a,
.contact-more #phone-fax span,
.contact-more #phone-EIP-1 a,
.contact-more #phone-EIP-1 span,
.contact-more #phone-EIP-2 a,
.contact-more #phone-EIP-2 span,
.contact-more #phone-EIP-3 a,
.contact-more #phone-EIP-3 span,
.contact-more #phone-KSP a,
.contact-more #phone-KSP span {
	font-weight: 400; }
.contact #phone-fax,
.contact #phone-EIP,
.contact #phone-EIP-2,
.contact #phone-EIP-3,
.contact #phone-KSP {
	display: inline-block;
	font-weight: 400; }
.contact #phone-fax a,
.contact #phone-fax span,
.contact #phone-EIP a,
.contact #phone-EIP span,
.contact #phone-EIP-2 a,
.contact #phone-EIP-2 span,
.contact #phone-EIP-3 a,
.contact #phone-EIP-3 span,
.contact #phone-KSP a,
.contact #phone-KSP span {
	font-weight: 400; }
.contact-footer__text {
	margin-top: 80px !important;
	opacity: 0; }
.wpcf7-form p{
	margin: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
span.wpcf7-form-control-wrap {
	width: 46%;
	border: none;
	border-bottom: 1px solid #B2B0BC;
	margin: 23px 0;
	padding: 7px 0;
	outline: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	color: #68676F;}
span.wpcf7-form-control-wrap.textarea{
	width: 100%;
	border-bottom: none;}
select.input,
input.input {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	color: #68676F;}
input.input::-webkit-input-placeholder,
input.input:-ms-input-placeholder,
input.input::-ms-input-placeholder,
input.input::placeholder,
input.input option:first-of-type,
select.input::-webkit-input-placeholder,
select.input:-ms-input-placeholder,
select.input::-ms-input-placeholder,
select.input::placeholder,
select.input option:first-of-type {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	color: #B2B0BC; }
textarea.textarea {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	width: 100%;
	resize: none;
	border: 1px solid #B2B0BC;
	padding: 7px;
	margin: 20px 0 0;
	outline: none; }
textarea.textarea::-webkit-input-placeholder,
textarea.textarea:-ms-input-placeholder,
textarea.textarea::-ms-input-placeholder,
textarea.textarea::placeholder {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	color: #B2B0BC; }
input.btn{
	margin: 0 auto 30px;}
.wpcf7 form .wpcf7-response-output{
	margin-bottom: 80px;
	padding: 20px 10px;}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
	border-color: #dc3232;}
#contract1 {
	bottom: 25px;
	left: -100px; }
#contract2 {
	bottom: 45px;
	left: 100px; }
#contract3 {
	bottom: 0;
	right: -250px; }
#contract4 {
	top: 15px;
	left: -190px; }
#contract5 {
	top: 0;
	left: 0;}
#contract6 {
	top: 30px;
	right: -150px; }
.disconnection {
	padding: 15px 0 50px; }
#disconnection1 {
	bottom: 5px;
	left: -300px; }
#disconnection2 {
	bottom: 48px; }
#disconnection3 {
	bottom: 10px;
	right: -240px; }
#disconnection4 {
	top: 10px;
	left: -140px; }
#disconnection5 {
	top: -30px;
	right: -130px; }
.dispute {
	padding: 0 0 50px; }
.app {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0; }
.app-about {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.app__img {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 35px 0 35px 20px; }
.app__img img {
	width: 100%;
	height: auto; }
.app-download {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 7px 0 0; }
.app-download a {
	width: 45%;
	height: auto; }
.app-download a img {
	width: 100%;
	height: auto; }
.price {
	padding: 30px 0 20px;}
.safety {
	padding: 5px 0 0; }
.safety-zakon a {
	font-weight: 400; }
#electrical1 {
	left: -245px;
	top: 30px; }
#electrical2 {
	left: -70px;
	top: -15px; }
#electrical3 {
	right: -270px;
	top: -20px; }
#electrical4 {
	left: -120px;
	top: 45px; }
#electrical5 {
	left: 120px;
	top: 0; }
#electrical6 {
	right: -280px;
	top: 30px; }
#general1 {
	left: -270px;
	top: 30px; }
#general2 {
	left: 0;
	top: 0; }
#general3 {
	left: 10px;
	top: 30px; }
#general4 {
	right: -270px;
	top: 0; }
.news {
	padding: 10px 0 50px; }
.news-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;}
.news-item {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px auto; }
.news__img {
	height: auto;
	width: 45%;
	overflow: hidden;
	border: 0.2px solid rgba(178, 176, 188, 0.3);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
	z-index: 100; }
.news__img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; }
.news-about {
	width: 50%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative; }
.news-about p {
	text-align: left; }
.news__title {
	text-align: left;
	font-size: 1.2rem;
	margin: 40px 0 15px; }
.news-origin {
	font-size: 0.8rem;
	text-decoration: underline;
	opacity: 0.7; 
	display: block;
	margin: 80px 0; }
#news1 img {
	width: 82px; }
#news2 img {
	width: 70px; }
#news3 img {
	width: 90px; }
.box-news {
	border-bottom: 0.7px solid #ddd;
	padding: 40px 0 60px;}
.box-news.box {
	margin-bottom: 0; }
.box-news__links {
	border-top: 0.7px solid #ddd;
	border-bottom: 0.7px solid #ddd;
	padding: 20px 0;
	margin: 70px auto 90px; }
.accordion {
	position: relative;
	top: -70px; 
	width: 95%;
	margin: 10px auto;}
.accordion p:first-child {
	margin-top: 60px; }
.accordion p:last-child {
	margin-bottom: 40px; }
.accordion .wp-block-image {
	width: 100%;
	height: auto;
	margin: 80px auto  !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap; }
.accordion .wp-block-image img{
	display: block;
	max-width: 900px !important;
	height: auto;
	margin: 0 auto;}
.accordion dd,
.accordion__panel {
	font-size: 1em;
	line-height: 1.5em;}
.accordion dt {
	padding-right: 120px;
	-webkit-margin-after: 0;
	margin-block-end: 0; }
.accordionTitle {
	font-size: 0.9rem;
	text-align: right;
	font-weight: 400;
	padding: 15px;
	padding-left: 0;
	margin-top: 40px;
	display: block;
	color: #467DD2; }
.accordionTitle:after {
	content: "\00AB";
	font-size: 1.4em;
	display: inline-block;
	position: relative;
	right: -10px;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	bottom: -5px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg); }
.accordionTitleActive:after,
.accordionTitle.is-expanded:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg); }
.accordionItem {
	width: 95%;
	height: auto;
	overflow: hidden;
	max-height: 5000em;
	-webkit-transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	margin: 10px auto;}
.accordionItem.is-collapsed {
	max-height: 0; }
.no-js .accordionItem.is-collapsed {
	max-height: auto; }
.animateIn {
	-webkit-animation: accordionIn 0.8s normal ease-in-out both 1;
	animation: accordionIn 0.8s normal ease-in-out both 1; }
.animateOut {
	-webkit-animation: accordionOut 0.8s alternate ease-in-out both 1;
	animation: accordionOut 0.8s alternate ease-in-out both 1; }
@-webkit-keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0; }
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1); } }
@keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0; }
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1); } }
@-webkit-keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1); }
	100% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg); } }
@keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1); }
	100% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg); } }
.box-news {
	display: none; }
#loadMore {
	background: -webkit-linear-gradient(165.46deg, #01C9FF 0%, #6647E9 100%);
	background: -o-linear-gradient(165.46deg, #01C9FF 0%, #6647E9 100%);
	background: linear-gradient(284.54deg, #01C9FF 0%, #6647E9 100%);
	color: #fff;
	font-weight: 600;
	width: 280px;
	height: 60px;
	line-height: 60px;
	margin: 20px auto; }
.quality {
	padding: 10px 0 50px; }
.quality .box:last-of-type {
	margin-bottom: 50px; }
.user {
	padding: 50px 0 50px; }
.user-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%; }
.user-enter {
	width: 50%;
	margin: 10px 0 80px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }



.post {
	width: 100%;
	padding: 120px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative; }
.post__img {
	width: 52%;
	height: auto;
/* 	overflow: hidden; */
	margin-bottom: 100px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
	border: 1px solid #F3F3F3;
	-webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.06); }
.post__img img {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; }
.post__headline{
	width: 46%;
	display: flex;
	flex-wrap: wrap;
	padding-left: 50px;
	padding-top: 40px; }
.post__headline time.date{
	width: 60%;
	padding: 20px 0;
	position: relative;
	top: 30px; }
.post__title {
	width: 100%;
	position: relative;
	font-size: 1.5rem;
	line-height: 140%;
/* 	max-height: 210px; */
/* 	overflow: hidden; */
	margin-top: 30px; }
.post_content {
	width: 100%; }
.post_content .wp-block-image{
	margin: 100px auto; }
.post_content .wp-block-image figure{
	margin: 0 auto;
	float: none; 
	text-align: center;}
.post_content .wp-block-image figure img{
	height: auto !important; }
.post_content p {
	margin: 30px auto; }
.post_content__img {
	width: 1000px;
	height: 600px;
	overflow: hidden;
	margin: 100px auto 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 140px 60px 0px 0 #EEEAE9;
	box-shadow: 140px 60px 0px 0 #EEEAE9;
	position: relative;
	left: -30px; }
.post_content__img img {
	min-width: 100%;
	min-height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; }
.post__link {
	margin: 60px auto 20px;
	width: 100%;
	font-size: 0.9rem;
	font-weight: 400;
	font-style: italic;}
.post-back {
	display: block;
	margin: 50px auto 10px; }



.user-enter p {
	text-align: center; }
.user-enter__form {
	width: 75%; }
.user-about {
	width: 45%; }
.account {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.account input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #B2B0BC;
	margin: 23px 0;
	padding: 7px 0;
	outline: none; }
.account input::-webkit-input-placeholder {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	font-size: 0.9rem;
	color: #B2B0BC; }
.account input:-ms-input-placeholder {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	font-size: 0.9rem;
	color: #B2B0BC; }
.account input::-ms-input-placeholder {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	font-size: 0.9rem;
	color: #B2B0BC; }
.account input::placeholder {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	font-size: 0.9rem;
	color: #B2B0BC; }
.account__btn {
	background: -webkit-linear-gradient(140.56deg, #01C9FF 0%, #4445FF 100%);
	background: -o-linear-gradient(140.56deg, #01C9FF 0%, #4445FF 100%);
	background: linear-gradient(309.44deg, #01C9FF 0%, #4445FF 100%);
	color: #fff;
	margin: 35px auto;
	padding: 0 75px; }
.zakon {
	padding: 30px 0 50px; }
.zakon a {
	font-weight: 400; }
.footer {
	width: 100%;
	background-image: url(assets/img/bg-img/footer-bg.png);
	background-image: url(assets/img/bg-img/footer-bg-newХ2.png);
	background-repeat: no-repeat;
	background-size: 110% 100%;
	background-position: top center;
	position: relative; }
.footer-address {
	position: relative;
	padding: 120px 0 0;}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative; }
.footer__inner{
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 60px;
	padding-bottom: 40px;
	z-index: 100;}
.footer__links{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;}
.footer__icons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;}
.footer__icon{
	width: 54px;
	height: 54px;
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.5s ease;}
.footer__icon:hover{
	-webkit-box-shadow: 0px 0px 35px -8px white;
	-moz-box-shadow: 0px 0px 35px -8px white;
	box-shadow: 0px 0px 35px -8px white;}
.footer__icon:nth-child(2){
	margin: 0 28px;}
.footer__text {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	color: #fff;
	margin: 64px 0 40px;
	z-index: 100; }
.footer__text p {
	margin: 0;}
.footer__text p span {
	font-weight: 600; }
.footer__img {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-left: -160px;}
.footer__img .footer__text{
	position: relative;
	bottom: 0;
	margin-bottom: 10px;
	margin-right: 40px;}
.footer__img img {
	width: 120%;
	height: auto;
	-o-object-fit: contain;
 	object-fit: contain;
	-o-object-position: center;
	object-position: center;}
.footer__img-qr{
	width: 100%;
	text-align: right;
	right: 0;
	position: relative;}
.footer__img-qr img{
	max-width: 180px;
	height: auto; }
.footer__img-small {
	position: absolute;
	bottom: -2px;
	right: -110px;
	display: none; }
.footer__img-small img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: auto;
	height: 330px; }
.footer-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background-color: #050223;
	height: 40px; }
.footer-copy p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5em;
	color: #05004E;
	color: #fff;
	font-size: 0.775rem; }
.footer #phone-fax,
.footer #phone-EIP-2,
.footer #phone-KSP {
	display: inline-block;
	font-weight: 400; }
.footer #phone-fax a,
.footer #phone-fax span,
.footer #phone-EIP-2 a,
.footer #phone-EIP-2 span,
.footer #phone-KSP a,
.footer #phone-KSP span {
	font-weight: 400;
	font-size: 1rem;
	color: #fff; }
.top {
	position: fixed;
	bottom: 25px;
	right: -150px;
	background: -webkit-linear-gradient(287.84deg, #01C9FF 0%, #4445FF 100%);
	background: -o-linear-gradient(287.84deg, #01C9FF 0%, #4445FF 100%);
	background: -webkit-linear-gradient(162.16deg, #01C9FF 0%, #4445FF 100%);
	background: -o-linear-gradient(162.16deg, #01C9FF 0%, #4445FF 100%);
	background: linear-gradient(287.84deg, #01C9FF 0%, #4445FF 100%);
	z-index: 1200;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	opacity: .7;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3); }
.top:hover {
	opacity: 1; }
.top.active {
	right: 25px; }
.top img {
	height: 30px;
	width: auto; }
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff; }
.preloader .pulse {
	position: relative;
	left: 50%;
	top: 45vh; }
.preloader .pulse:before, .preloader .pulse:after {
	content: '';
	border: 5px solid #467DD2;
	width: 100px;
	height: 100px;
	border-radius: 500px;
	position: absolute; }
.preloader .pulse:before {
	-webkit-animation: pulse-outer .8s ease-in infinite;
	animation: pulse-outer .8s ease-in infinite; }
.preloader .pulse:after {
	-webkit-animation: pulse-inner .8s linear infinite;
	animation: pulse-inner .8s linear infinite; }

@-webkit-keyframes pulse-outer {
0% {
	opacity: 1;
		filter: alpha(opacity=100); }
50% {
		opacity: 0.5;
		filter: alpha(opacity=50); }
100% {
		opacity: 0;
		filter: alpha(opacity=0); } }

@keyframes pulse-outer {
0% {
		opacity: 1;
		filter: alpha(opacity=100); }
50% {
		opacity: 0.5;
		filter: alpha(opacity=50); }
100% {
		opacity: 0;
		filter: alpha(opacity=0); } }

@-webkit-keyframes pulse-inner {
0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(0);
		transform: scale(0); }
100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1);
		transform: scale(1); } }

@keyframes pulse-inner {
0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(0);
		transform: scale(0); }
100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1);
		transform: scale(1); } }
.visible {
	display: block; }
.hidden {
	display: none; }
.fixed-btn {
	position: absolute;
	height: 0; 
	z-index: 1000;}
.nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-align-items: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;}
.nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 12; }
nav ul:before{
	display: none; }
nav ul li:before{
	display: none; }
.menu-item{
	position: relative;
	margin: auto 25px;}
.menu-item a{
	color: #fff;
	font-weight: 500;
	position: relative;
	cursor: pointer;}
.menu-item a:after{
	content: '';
	width: 0;
	height: 1.5px;
	background-color: transparent;
	left: 50%;
	bottom: -3px;
	position: absolute;
	display: inline-block;
	transition: all .2s;}
.menu-item:hover a:after{
	width: 100%;
	left: 0;
	background-color: #fff;}
.current-menu-item a{
	font-weight: 600;}
.current-menu-item a:after{
	width: 100%;
	left: 0;
	background-color: #fff;}
.sub-menu{
	display: none;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 10px 0 0;
	position: absolute;
	left: 0;
	top: 25px;}
.sub-menu .menu-item{
	margin: 1px 0;
	position: relative;
	width: 100%;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
	border: 0.6px solid rgba(255, 255, 255, 0.3);
	border: 1px solid #F3F3F3;
	box-sizing: border-box;
	border-radius: 6px;
	display: block;
	white-space: nowrap;}
.sub-menu .menu-item a:after{
	display: none;}
.sub-menu .menu-item a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.95rem;
	color: #5b1bdd;
	font-weight: 600;
	text-align: left;
	padding: 15px 25px;}
.burger-menu__nav .sub-menu .menu-item a{
	padding: 5px 0; }
.menu-item:hover .sub-menu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: block;}
.sub-menu .menu-item:hover{
	background-color: rgba(69, 79, 252, 0.95);
	border: 0.6px solid rgba(255, 255, 255, 0.3);}
.sub-menu .menu-item:hover a{
	color: #fff;}
/*# sourceMappingURL=style.css.map */
.box-news a{
	text-decoration: underline;}
ul{
	overflow: hidden;}
ul.nav-menu{
	overflow: visible;}
ul.nav-menu li:last-of-type:after{
	display: none;}
.menu-item:last-of-type:hover a:after,
.menu-item:last-of-type.current-menu-item a:after{
	width: 36px;
	height: 36px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	bottom: -8px;}
.error{
	margin: 10px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
	overflow: hidden;}
.error .btn{
	margin: 10px auto 50px;}
.img-404{
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px auto 150px;}
.img-404 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
	.box:last-of-type{
		margin-bottom: 20px;	}
	.safety-zakon,
	.general,
	.contract{
		margin-bottom: 80px !important;	}
	ul.links-slider{
		padding: 0; }
	li.links-slider__item {
		padding-right: 10px !important;
		margin: 30px 12px !important; }
	a.links-slider__item {
		width: 100%; }
	.links-slider__item .text{
		width: 60%;
		padding: 0 10px; }
	.links-slider__img  {
		width: 40%;
		height: 90%; }
	.footer{
		background-size: cover;	}
	.footer__img{
		margin-left: -100px;	}
	.footer-address{
		padding: 60px 0 0; }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
	ul.links-slider{
		padding: 0; }
	li.links-slider__item {
		padding-right: 10px !important;
		margin: 30px 12px !important; }
	a.links-slider__item {
		width: 100%; }
	.links-slider__item .text{
		width: 60%;
		padding: 0 10px; }
	.links-slider__img  {
		width: 40%;
		height: 90%; }
	.footer-address{
		padding: 60px 0 0;	}
	.footer__img{
		margin-left: -60px;
		width: 45%;	}
	.footer__inner{
		padding-left: 0;	}
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
	.container {
		max-width: 1200px;}
	ul.links-slider{
		padding: 0; }
	li.links-slider__item {
		padding-right: 10px !important;
		margin: 30px 12px !important; }
	a.links-slider__item {
		width: 100%; }
	.links-slider__item .text{
		width: 60%;
		padding: 0 10px; }
	.links-slider__img  {
		width: 40%;
		height: 90%; }
	.footer{
		background-size: auto 100%;}
	.footer-address{
		padding: 60px 0 0;}
	.footer__img{
		margin-left: -40px;
		width: 45%;}
	.footer__inner{
		padding-left: 0;}
	.footer__img-qr {
		right: 0; }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
	.container {
		max-width: 1100px; 	}
	.footer-address{
		padding: 60px 0 0;	}
	.footer__img{
		margin-left: -40px;
		width: 45%;	}
	.footer__inner{
		width: 55%;
		padding-left: 0;	}
	.footer__img-qr {
		padding-right: 20px; }
	.footer__img-qr img{
		width: 220px;
		height: auto;	}
	ul.links-slider{
		padding: 0;	}
	li.links-slider__item{
		padding-right: 10px !important;
		margin: 30px 15px !important; }
	a.links-slider__item{
		width: 100%; }
	.links-slider-wrap{
		max-width: 900px; }
	.links-slider__bg{
		width: 110%; }
	.links-slider__item .text{
		padding: 0 10px; }
	.items-list-disconnection {
		margin: 60px auto 40px; 	}
	.item-news {
		width: 320px; 	}
	.item-news img {
		margin: 15px 25px 15px 15px; 	}
	.hero-text h1 {
		font-size: 2.9rem; 	}
	.progress__item {
		margin: 40px 30px 60px; }
	.about-block {
		width: 50%; }
	.about__img {
		left: -50px; }
	.about__img img {
		width: 115%; }
	.about-slider__item {
		padding: 7px; }
	.about-nav {
		margin: 65px auto 45px; }
	.advantages__item {
		width: 320px;
		height: 300px; }
	.steps-tabmenu {
		padding: 0; }
	.hero-page__img-electrical {
		width: 520px; }
	.hero-page__img-general {
		margin: 50px 0 0; }
	.hero-page__img-general img {
		width: 480px; }
	.hero-page__img-price {
		width: 400px;
		margin: 60px 0 0;
		right: 30px; }
	.hero-page__img-price img {
		width: 400px; }
	.hero-page__img-quality {
		width: 480px;
		margin: 20px 0 0; }
	.hero-page__img-quality img {
		width: 480px; }
	.hero-page__img-user {
		width: 380px;
		margin: 60px 0 0;
		right: 0; }
	.hero-page__img-user img {
		width: 380px; }
	.hero-page__img-news {
		width: 500px;
		right: -5px;
		margin: 70px 0 0; }
	.hero-page__img-news img {
		width: 500px; }
	.hero-page-scroll {
		left: 120px;
		margin: 0 0 55px; }
	.contact-box__info {
		left: 50px;
		top: 60px; }
	.contact-more .box {
		margin-bottom: 40px; }
	#contract2{
		bottom: 65px;
		left: 0;}
	#contract3 {
		bottom: 20px;
		right: -60px; }
	#contract4 {
		left: -120px; }
	#contract6 {
		right: -100px; }
	.disconnection {
		padding: 15px 0 20px; }
	#disconnection1 {
		left: -200px;
		bottom: 60px; }
	#disconnection3 {
		right: -200px; }
	#disconnection4 {
		top: -10px; }
	.app-about {
		width: 55%; }
	.app-about .text {
		margin: 9px 0; }
	.app__img {
		width: 40%; }
	.app-download {
		width: 60%; }
	#electrical1 {
		left: -200px; }
	#electrical3 {
		right: -180px; }
	#electrical5 {
		left: 60px; }
	#electrical6 {
		right: -150px; }
	.price .box:last-of-type {
		margin-bottom: 70px; }
	.zakon {
		padding: 20px 0; }
	.zakon .box:last-of-type {
		margin-bottom: 60px; }
	.news-item {
		width: 95%; }
	.news-about {
		width: 51%; }
	#general1{
		left: -200px; }
	#general4{
		right: -200px; }
	.list-info {
		justify-content: center; }
	.item-info {
		min-width: 660px;
		min-height: 220px; }
	.post{
		padding: 80px 0 40px;}
	.post__img{
		width: 50%; 
		margin-bottom: 80px;}
	.post__headline{
		width: 46%;
		padding-left: 30px;
    	padding-top: 0; }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.container {
		max-width: 970px; 	}
	.title{
		font-size: 2.1rem;	}
	p, a, li, span {
		font-size: 0.95rem;	}
	.footer-address{
		padding: 60px 0 0;	}
	.footer__img{
		display: none;	}
	.footer__inner{
		width: 90%;
		padding-left: 0;
		margin: 20px auto 0;	}
	.footer__img-qr {
		padding-right: 20px;
		margin-top: -100px;	}
	.footer__img-qr img{
		width: 220px;
		height: auto;	}
	.items-list-disconnection {
		margin: 60px auto 40px; }
	.items-list-electrical {
		height: 400px;
		margin: 10px auto 50px; }
	.item-news {
		width: 280px;
		margin: 10px;
		padding: 25px 10px; }
	.item-news img {
		margin: 15px 20px; }
	.hero-text h1 {
		font-size: 2.9rem; }
	.hero__img {
		margin: 240px 0;
		left: -60px; }
	.hero__img img {
		width: 550px; }
	.progress__item {
		width: 210px;
		height: 230px;
		padding: 25px 13px;
		margin: 30px 12px 40px; }
	.progress__qty{
		margin: 10px 0 5px;
		font-size: 2.0rem; }
	.progress__item p {
		font-size: 0.95rem;	}
	.about__title {
		margin: 15px 0 20px; }
	.about__img {
		margin-top: 110px;
		left: -60px;
		text-align: left; }
	.about__img img {
		width: 104%; }
	.about-block {
		width: 50%;
		padding: 0; }
	.about-slider {
		height: 400px; }
	.about-slider__item img {
		width: 250px;
		height: auto; }
	.advantages {
		margin: 50px auto 100px; }
	.advantages__title{
		margin: 20px 0 40px; }
	.advantages__bg {
		display: none; }
	.advantages__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.advantages__item {
		margin: 30px 40px !important;
		width: 370px;
		height: 270px; }
	.advantages__item:nth-of-type(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; }
	.advantages__item:nth-of-type(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; }
	.advantages__item:nth-of-type(3) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5; }
	.advantages__item:nth-of-type(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3; }
	.advantages__item:nth-of-type(5) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; }
	.advantages__item:nth-of-type(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6; }
	.steps {
		margin: 10px auto 60px;	}
	.steps-tabmenu {
		padding: 0; }
	.map {
		margin: 50px auto 60px;	}
	.map__title{
		margin: 30px 0 40px; }
	.map__list {
		padding: 20px 0 20px 80px; }
	.links {
		margin: 60px auto 0; }
	.links-slider-wrap{
		margin: 50px auto 0; }
	ul.links-slider{
		padding: 0 20px;
		margin: 30px auto;
		width: 100%; }
	li.links-slider__item{
		padding-right: 10px !important;
		margin: 30px 14px !important; }
	a.links-slider__item{
		width: 100%; }
	.links .slick-track{
		left: -20px; }
	.links-slider__bg {
		width: 110%; }
	.links-slider__item .text {
		padding: 0 15px;
		font-size: 1.1rem;
		font-weight: 500; }
	.help {
		margin: 10px auto 60px;	}
	.hero-page__img-disconnection {
		width: 560px;
		margin: 30px 0 0;
		right: -50px; }
	.hero-page__img-disconnection img {
		width: 560px; }
	.hero-page__img-dispute {
		width: 450px;
		margin: 50px 0 0; }
	.hero-page__img-dispute img {
		width: 450px; }
	.hero-page__img-electrical img {
		width: 520px; }
	.hero-page__img-general {
		margin: 50px 0 0;
		right: -50px; }
	.hero-page__img-general img {
		width: 450px; }
	.hero-page__img-price {
		width: 380px;
		margin: 60px 0 0;
		right: 10px; }
	.hero-page__img-price img {
		width: 380px; }
	.hero-page__img-quality {
		width: 460px;
		margin: 20px 0 0; }
	.hero-page__img-quality img {
		width: 460px; }
	.hero-page__img-user {
		width: 350px;
		margin: 60px 0 0;
		right: 0; }
	.hero-page__img-user img {
		width: 350px; }
	.hero-page__img-zakon {
		width: 550px; }
	.hero-page__img-zakon img {
		width: 550px; }
	.hero-page__img-news {
		width: 500px;
		right: -5px;
		margin: 70px 0 0; }
	.hero-page__img-news img {
		width: 500px; }
	.contact-box__info {
		left: 50px;
		top: 60px; }
	.contact-more .box {
		margin-bottom: 40px; }
	#contract1 {
		left: -40px; }
	#contract2 {
		left: 40px; }
	#contract3 {
		bottom: 15px;
		right: -60px; }
	#contract4 {
		left: -60px; }
	#contract6 {
		right: -60px; }
	.disconnection {
		padding: 15px 0 0; }
	#disconnection1 {
		left: -100px;
		bottom: 60px; }
	#disconnection3 {
		bottom: 80px;
		right: -100px; }
	#disconnection4 {
		top: -10px; }
	#disconnection5 {
		right: -60px; }
	.app-about {
		width: 55%; }
	.app-about .text {
		margin: 9px 0; }
	.app__img {
		width: 40%;
		padding: 65px 0 35px 25px; }
	.app-download {
		width: 60%; }
	#electrical1 {
		left: -100px; }
	#electrical2 {
		left: -40px; }
	#electrical3 {
		right: -100px;
		top: -30px; }
	#electrical4 {
		left: -60px; }
	#electrical5 {
		left: 40px; }
	#electrical6 {
		right: -100px; }
	#general1 {
		left: -180px; }
	#general4 {
		right: -180px; }
	.price .box:last-of-type {
		margin-bottom: 70px; }
	.zakon {
		padding: 20px 0; }
	.zakon .box:last-of-type {
		margin-bottom: 60px; }
	.news-item {
		width: 98%; }
	.news__img{
		width: 50%;
		height: auto; }
	.news-about {
		width: 45%; }
	.accordion {
		width: 100%; }
	.accordionItem {
		width: 98%; }
	.accordion .wp-block-image img {
		max-width: 800px !important; }
	#news1 img {
		width: 72px; }
	#news2 img {
		width: 60px; }
	#news3 img {
		width: 80px; }
	.list-info {
		justify-content: center; }
	.item-info {
		min-width: 660px;
		min-height: 220px;}
	.post{
		padding: 80px 0 40px;}
	.post__img{
		width: 50%; 
		margin-bottom: 80px;}
	.post__headline{
		width: 46%;
		padding-left: 10px;
    	padding-top: 0; }
	.post__title{
		font-size: 1.3rem;	}
}

@media only screen and (min-width: 900px) and (max-width: 1023px) {
	.container {
		max-width: 850px; }
	.title {
		font-size: 2.2rem; }
	.title-page {
		font-size: 2.2rem;
		width: 60%; }
	.logo {
		width: 70px; }
	.logo img {
		width: 70px; }
	.items-list-contract {
		margin: 40px auto; }
	.items-list-disconnection {
		margin: 60px auto 40px; }
	.items-list-electrical {
		height: 380px;
		margin: 10px auto 50px; }
	.items-list-pay {
		margin: 0 auto;
		bottom: 50px; }
	.item-news {
		width: 280px;
		padding: 25px 10px;
		margin: 10px 15px; }
	.item-news {
		width: 200px;
		height: 180px;
		padding: 10px 15px;
		margin: 10px 25px;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.item-news img {
		margin: 15px 20px 5px; }
	.item-news p {
		margin-top: 8px; }
	.news-item {
		width: 98%; 
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column; 
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;}
	.news__img {
		width: 70%;
		height: auto; }
	.news__img img {
		width: 100%;
		height: auto; }
	.news-about {
		width: 70%; }
	.news__title{
		margin: 20px 0 15px;}
	.accordion {
		width: 100%;
		top: -50px; }
	.accordion p:first-child {
		margin-top: 40px; }
	.accordion dt {
		padding-right: 0; }
	.accordion .wp-block-image {
		margin: 60px auto !important; }
	.accordion .wp-block-image img {
		max-width: 700px !important; }
	.accordionTitle{
		margin-top: 30px;}
	.video-box {
		margin: 60px 0 100px; 
		width: 800px;
		height: 450px; }
	.video-box video {
		width: 800px;
		height: 450px; }
	.hero-text h1 {
		font-size: 2.9rem;
		margin-top: 200px; }
	.hero__img {
		margin: 260px 0 120px;
		left: -60px; }
	.hero__img img {
		width: 500px; }
	.hero-scroll {
		margin: 190px 0 40px 60px; }
	.hero-btn__more, .hero-btn__contact {
		margin-top: 30px; }
	.progress__qty-wrap {
		display: inline-block; }
	.progress__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item {
		width: 320px;
		height: 230px;
		margin: 16px 24px;
		padding: 20px 55px; }
	.progress__item p {
		margin-top: 5px; }
	.about {
		margin: 90px 0 60px; }
	.about__img {
		width: 47%;
		left: -60px; }
	.about__img img {
		width: 107%; }
	.about__title {
		margin: 15px auto 20px; }
	.about-block {
		width: 53%;
		padding: 0; }
	.about-slider {
		height: 410px; }
	.about-slider__item {
		padding: 7px; }
	.advantages__bg {
		display: none; }
	.advantages__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.advantages__item {
		margin: 30px 20px !important;
		-webkit-box-shadow: 0px 0px 40px -15px rgba(40, 121, 255, 0.35) !important;
		box-shadow: 0px 0px 40px -15px rgba(40, 121, 255, 0.35) !important;
		width: 370px;
		height: 270px; }
	.advantages__item:nth-of-type(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; }
	.advantages__item:nth-of-type(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; }
	.advantages__item:nth-of-type(3) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5; }
	.advantages__item:nth-of-type(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3; }
	.advantages__item:nth-of-type(5) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; }
	.advantages__item:nth-of-type(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6; }
	.steps-tabmenu {
		padding: 0; }
	.steps-list__img {
		width: 250px; }
	.map {
		margin-bottom: 50px; }
	.map__img {
		width: 45%; }
	.map__list {
		padding: 20px 0 20px 20px; }
	.links {
		margin-top: 70px; }
	ul.links-slider {
		padding: 0; }
	.links-slider__bg {
		width: 110%; }
	.links-slider-wrap {
		margin-top: 10px; }
	a.links-slider__item {
		width: 100%; }
	.links-slider__item .text {
		padding: 0 15px;
		font-weight: 500;
		font-size: 1rem; }
	.links-slider__nav {
		margin: 40px auto; }
	.footer__text {
		margin: 150px 0 20px; }
	.footer__img {
		right: -60px; }
	.footer__img img {
		height: 250px; }
	.hero-page__img {
		width: 40%; }
	.hero-page__img-contact {
		margin: 50px 0 0;
		right: 30px; }
	.hero-page__img-contact img {
		width: 580px; }
	.hero-page__img-contract {
		bottom: 0;
		margin: 40px auto 80px; }
	.hero-page__img-contract img {
		width: 400px; }
	.hero-page__img-disconnection {
		width: 550px;
		margin: 30px 0 0;
		right: -20px; }
	.hero-page__img-disconnection img {
		width: 550px; }
	.hero-page__img-dispute {
		width: 420px;
		margin: 70px 0 0; }
	.hero-page__img-dispute img {
		width: 420px; }
	.hero-page__img-electrical {
		right: -10px; }
	.hero-page__img-electrical img {
		width: 480px; }
	.hero-page__img-general {
		margin: 50px 0 0;
		right: -20px; }
	.hero-page__img-general img {
		width: 400px; }
	.hero-page__img-price {
		width: 360px;
		margin: 70px 0 0;
		right: 10px; }
	.hero-page__img-price img {
		width: 360px; }
	.hero-page__img-quality {
		width: 430px;
		margin: 20px 0 0;
		right: -45px; }
	.hero-page__img-quality img {
		width: 430px; }
	.hero-page__img-user {
		width: 330px;
		margin: 80px 0 0;
		right: -20px; }
	.hero-page__img-user img {
		width: 330px; }
	.hero-page__img-zakon {
		width: 550px;
		right: -80px; }
	.hero-page__img-zakon img {
		width: 550px; }
	.hero-page__img-news {
		width: 470px;
		right: -25px;
		margin: 80px 0 0; }
	.hero-page__img-news img {
		width: 470px; }
	.contact-box__info {
		width: 420px;
		padding: 15px 20px;
		left: 50px;
		top: 60px; }
	.contact-more .box {
		margin-bottom: 40px; }
	#contract1 {
		left: -20px; }
	#contract2 {
		left: 20px; }
	#contract3 {
		bottom: 20px;
		right: -20px; }
	#contract4 {
		left: 0; }
	#contract6 {
		right: 0; }
	.disconnection {
		padding: 15px 0 0; }
	#disconnection1 {
		left: -60px;
		bottom: 60px; }
	#disconnection2 {
		bottom: 20px; }
	#disconnection3 {
		right: -60px;
		bottom: 50px; }
	#disconnection4 {
		left: -50px;
		top: -10px; }
	#disconnection5 {
		right: -50px;
		top: -30px; }
	.app-about {
		width: 58%; }
	.app-about .text {
		margin: 9px 0; }
	.app__img {
		width: 40%;
		padding: 65px 0 35px 25px; }
	#electrical1 {
		left: -50px;
		top: -40px; }
	#electrical2 {
		left: -40px; }
	#electrical3 {
		right: -50px;
		top: -30px; }
	#electrical4 {
		top: 35px;
		left: -20px; }
	#electrical5 {
		left: 20px; }
	#electrical6 {
		right: -70px; }
	#general1 {
		left: -120px; }
	#general2 {
		top: -20px; }
	#general4 {
		right: -120px; }
	.price .box:last-of-type {
		margin-bottom: 70px; }
	.user-about {
		width: 48%; }
	.zakon {
		padding: 20px 0 0; }
	.zakon .box:last-of-type {
		margin-bottom: 60px; }
	.footer {
		background: linear-gradient(90deg, #2E70FF 0%, #15A2FF 100%); }
	.footer-address{
		padding-top: 20px; }
	.footer__inner {
		width: 100%; 
		padding-left: 30px; }
	.footer__img {
		width: 100%;
		position: absolute;
		right: 0;
		margin-left: 0;	} 
	.footer__img img {
		height: 310px; 
		object-position: left; }
	.footer__text {
		margin: 80px 0 20px; }
	.footer__links {
		margin-bottom: 100px; }
	.footer__img-qr {
		width: 70%;
		padding-right: 30px; } 
	.list-info {
		justify-content: center; }
	.item-info {
		min-width: 600px;
		min-height: 220px;}
	.hero-post{
		height: 110px;
		background-position: top;
		background-size: auto;}
	.post{
		padding: 50px 0 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;}
	.post__img{
		width: 70%; 
		margin-bottom: 10px;}
	.post__headline{
		width: 100%;
		padding: 0; 
		margin-bottom: 30px;}
	.post__title{
		width: 70%;
		font-size: 1.3rem;	}
}

@media only screen and (min-width: 782px) and (max-width: 899px) {
	.container {
		max-width: 740px; }
	.title {
		font-size: 2.3rem; }
	.title-page {
		width: 60%;
		font-size: 1.9rem; }
	.logo {
		width: 70px; }
	.logo img {
		width: 70px; }
	.nav {
		display: none; }
	.burger-menu {
		display: flex; }
	.items-list-contract {
		margin: 40px auto; }
	.items-list-disconnection {
		margin: 60px auto 40px; }
	.items-list-electrical {
		height: 380px;
		margin: 10px auto 50px; }
	.items-list-safety {
		height: 320px; }
	.items-list-pay {
		margin: 0 auto;
		bottom: 30px; }
	.item-contract {
		width: 200px;
		height: 150px; }
	.item-electrical {
		width: 210px;
		height: 100px; }
	.item-safety {
		margin: 0 10px;
		width: 230px; }
	.item-pay {
		width: 230px;
		height: 250px;
		margin: 7px;
		padding: 12px; }
	.item-news {
		width: 200px;
		height: 180px;
		padding: 10px 15px;
		margin: 10px 15px;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column; }
	.item-news img {
		margin: 15px 20px; }
	.item-news p {
		margin: 10px auto;
		line-height: 1.42em; }
	.video-box {
		width: 700px;
		height: 390px;
		margin: 60px auto 100px; }
	.video-box:before {
		width: 520px;
		height: 424px;
		left: -70px;
		bottom: -80px; }
	.video-box video {
		width: 700px;
		height: 390px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center; }
	.video__logo {
		width: 130px;
		height: 112px;
		right: -15px; }
	.hero-text h1 {
		font-size: 2.5rem;
		margin-top: 200px; }
	.hero__img {
		margin: 250px 0 110px;
		left: -50px; }
	.hero__img img {
		width: 450px; }
	.hero-scroll {
		margin: 160px 0 40px 60px; }
	.hero-btn__more {
		margin: 30px 0 50px;
		padding: 15px; }
	.hero-btn__contact {
		margin: 30px 0 50px 12px;
		padding: 15px; }
	.progress-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item {
		width: 310px;
		height: 230px;
		margin: 15px 20px 15px;
		padding: 25px 35px; 
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item h3 {
		display: inline-block; }
	.progress__qty {
		margin-top: 0; }
	.progress__qty-wrap {
		display: inline-block; }
	.progress__qty-wrap p {
		margin-top: 0; }
	.about {
		margin: 70px 0 30px; }
	.about__img {
		display: none; }
	.about-block {
		width: 100%;
		padding: 10px; }
	.about__title {
		margin: 15px auto 20px; }
	.about__text {
		margin: 12px 0; }
	.about-slider {
		height: 330px;
		margin: 20px 0; }
	.about-slider__item {
		padding: 10px; }
	.about-slider img{
		max-height: 240px;
		width: auto; }
	.advantages {
		margin: 50px auto 100px; }
	.advantages__bg {
		display: none; }
	.advantages__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.advantages__item {
		margin: 30px 20px !important;
		-webkit-box-shadow: 0px 0px 40px -15px rgba(40, 121, 255, 0.35) !important;
		box-shadow: 0px 0px 40px -15px rgba(40, 121, 255, 0.35) !important;
		width: 310px;
		height: 310px; }
	.advantages__item:nth-of-type(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; }
	.advantages__item:nth-of-type(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; }
	.advantages__item:nth-of-type(3) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5; }
	.advantages__item:nth-of-type(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3; }
	.advantages__item:nth-of-type(5) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; }
	.advantages__item:nth-of-type(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6; }
	.steps {
		margin: 10px auto 100px; }
	.steps-tabmenu {
		padding: 0; }
	.steps-list__about{
		padding: 30px 30px 20px;}
	.steps-list .text-light {
		font-weight: 400; 
		width: 100%; }
	.steps-list__img {
		width: 250px; }
	.steps__item.active .steps-list-number {
		font-size: 2.7rem; }
	.map {
		margin: 0 auto; }
	.map-about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.map__img {
		width: 70%; }
	.map__list {
		width: 70%;
		padding: 20px 0 20px 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.map__list > .text {
		text-align: center; }
	.map__items .text {
		margin: 6px 0; }
	.links {
		margin-top: 40px; }
	.links-slider__bg {
		margin-top: 10px; }
	.links-slider-wrap {
		margin-top: 0px; }
	.links-slider__item .text {
		padding: 0 20px;
		font-size: 1rem; }
	.links-slider__nav {
		display: none; }
	ul.links-slider{
		padding: 0;
		margin: 30px auto;
		width: 420px;}
	a.links-slider__item{
		width: 100% !important; }
	li.links-slider__item{
		margin: 30px 7px !important; }
	.links .slick-track{
		left: -20px; }
	.footer {
		background: linear-gradient(90deg, #2E70FF 0%, #15A2FF 100%); }
	.footer-address{
		padding-top: 20px; }
	.footer__inner {
		width: 100%; 
		padding-left: 30px; }
	.footer__img {
		width: 100%;
		position: absolute;
		right: 0;
		margin-left: 0; } 
	.footer__img img {
		height: 270px; 
		object-position: left; }
	.footer__text {
		margin: 80px 0 20px; }
	.footer__links {
		margin-bottom: 100px; }
	.footer__img-qr {
		width: 70%;
		padding-right: 30px; } 
	.hero-page-disconnection {
		margin-bottom: 0; }
	.hero-page__img {
		width: 40%; }
	.hero-page__img-contact {
		margin: 50px 0 0;
		right: 30px; }
	.hero-page__img-contact img {
		width: 520px; }
	.hero-page__img-contract {
		margin: 80px 0 0;
		right: 80px; }
	.hero-page__img-contract img {
		width: 450px; }
	.hero-page__img-disconnection {
		width: 470px;
		margin: 30px 0 0;
		right: 10px; }
	.hero-page__img-disconnection img {
		width: 470px; }
	.hero-page__img-dispute {
		width: 350px;
		margin: 90px 0 0; }
	.hero-page__img-dispute img {
		width: 400px; }
	.hero-page__img-electrical {
		right: 10px; }
	.hero-page__img-electrical img {
		width: 400px; }
	.hero-page__img-general {
		margin: 70px 0 0; }
	.hero-page__img-general img {
		width: 380px; }
	.hero-page__img-price {
		width: 320px;
		margin: 80px 0 0;
		right: 10px; }
	.hero-page__img-price img {
		width: 320px; }
	.hero-page__img-quality {
		width: 380px;
		margin: 30px 0 0;
		right: -25px; }
	.hero-page__img-quality img {
		width: 430px; }
	.hero-page__img-user {
		width: 300px;
		margin: 80px 0 0;
		right: -10px; }
	.hero-page__img-user img {
		width: 300px; }
	.hero-page__img-zakon {
		width: 350px;
		right: 0; }
	.hero-page__img-zakon img {
		width: 500px; }
	.hero-page__img-news {
		width: 400px;
		right: -10px;
		margin: 100px 0 0; }
	.hero-page__img-news img {
		width: 400px; }
	.hero-page-scroll {
		left: 60px; }
	.hero-page-scroll {
		left: 80px;
		margin: 0 0 55px; }
	.contact-box__info {
		width: 380px;
		padding: 15px 20px;
		left: 20px;
		top: 70px; }
	.contact-box__title {
		margin: 20px 0 30px;
		font-size: 1rem; }
	.contact-box__map {
		width: 115%; }
	.contact-box__map iframe {
		width: 115%;
		position: relative; }
	.contact-more .box {
		margin-bottom: 50px; }
	.contact-footer__text {
		opacity: 1; }
	#contract1 {
		left: -20px; }
	#contract2 {
		left: 10px; }
	#contract3 {
		bottom: 20px;
		right: -30px; }
	#contract4 {
		left: -30px; }
	#contract6 {
		right: -30px; }
	.disconnection {
		padding: 15px 0 0; }
	#disconnection1 {
		left: 0;
		bottom: 60px; }
	#disconnection2 {
		bottom: 20px; }
	#disconnection3 {
		right: 0;
		bottom: 50px; }
	#disconnection4 {
		top: -10px;
		left: -30px; }
	#disconnection5 {
		right: -20px; }
	.app-about {
		width: 100%; }
	.app-about .text {
		margin: 9px 0; }
	.app__img {
		display: none; }
	.app-download {
		width: 60%; }
	#electrical1 {
		left: -50px;
		top: -40px; }
	#electrical2 {
		left: -20px; }
	#electrical3 {
		right: -50px;
		top: -30px; }
	#electrical4 {
		top: 35px;
		left: -30px; }
	#electrical5 {
		top: -15px;
		left: 20px; }
	#electrical6 {
		right: -30px;
		top: 10px; }
	.general .box:last-of-type {
		margin-bottom: 70px; }
	#general1 {
		left: -70px;
		top: 15px; }
	#general2 {
		top: -30px; }
	#general3 {
		top: 40px; }
	#general4 {
		right: -70px; }
	.price .box:last-of-type {
		margin-bottom: 60px; }
	.user {
		padding: 20px 0 0; }
	.user-about {
		width: 45%; }
	.zakon {
		padding: 20px 0; }
	.zakon .box:last-of-type {
		margin-bottom: 40px; }
	.news-item {
		width: 98%; 
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.news__title {
		font-size: 1.12rem; 
		margin: 20px 0 15px;}
	.news__img {
		width: 80%;
		height: auto; }
	.news__img img {
		width: 100%;
		height: auto; }
	.news-about {
		width: 100%; }
	.accordion {
		width: 100%;
		top: -30px;
		margin: 40px auto 20px; }
	.accordion p:first-child {
		margin-top: 20px; }
	.accordion .wp-block-image {
		margin: 60px auto !important; }
	.accordion .wp-block-image img {
		max-width: 650px !important; }
	.accordionItem {
		width: 100%; }
	.accordionTitle {
		text-align: left; 
		margin-top: 20px;}
	.box-news__links {
		margin: 30px auto 40px; }
	#news1 img {
		width: 75px; }
	#news2 img {
		width: 65px; }
	#news3 img {
		width: 85px; } 
	.user-wrap {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;}
	.user-enter {
		width: 70%;
		order: 2;}
	.user-enter__form {
		width: 100%; }
	.user-about {
		width: 70%;}
	.burger-menu__nav{
		width: 560px;
		padding: 80px 20px 20px 40px; }
	.list-info {
		justify-content: center; }
	.item-info {
		min-width: 580px;
		min-height: 220px;}
	.hero-post{
		height: 110px;
		background-position: top;
		background-size: auto;}
	.post{
		padding: 50px 0 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;}
	.post__img{
		width: 80%; 
		margin-bottom: 0;}
	.post__headline{
		width: 100%;
		padding: 0; 
		margin-bottom: 30px;}
	.post__title{
		width: 80%;
		font-size: 1.3rem;	}
	.post_content p{
		text-align: left; }
	.post_content .wp-block-image{
		margin: 80px auto;}
}

@media only screen and (min-width: 600px) and (max-width: 781px) {
	.container {
		max-width: 560px; }
	.title {
		font-size: 1.8rem; }
	.title-page {
		width: 100%;
		font-size: 2.1rem;
		line-height: 1.4;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 130px 0 0; }
	.title-small {
		font-size: 1.3rem;
		width: 90%; }
	.logo {
		width: 65px; }
		.logo img {
			width: 65px; }
	.nav {
		display: none; }
	.burger-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.items-row-contract {
		height: auto;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.items-list-contract {
		margin: 0 auto 60px;
		height: auto;
		background-image: none; }
	.items-list-disconnection {
		margin: 80px auto 40px; }
	.items-list-electrical {
		height: 380px;
		margin: 10px auto 50px; }
	.items-list-safety {
		height: auto; }
	.items-list-safety .items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.items-list-pay {
		height: auto;
		margin: 0 auto;
		bottom: 30px; }
	.items-list-pay .items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.items-list-news {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin: 10px auto; }
	.item-contract {
		width: 360px;
		height: 140px;
		padding: 15px 45px; }
	.item-contract a {
		font-size: 1rem; }
	.item-disconnection {
		width: 160px;
		height: 130px; }
	.item-electrical {
		width: 150px;
		height: 120px;
		margin: 7px;
		padding: 7px; }
	.item-safety {
		width: 400px;
		height: 170px;
		margin: 7px;
		padding: 0 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.item-safety span {
		margin: 0 auto 7px; }
	.item-general {
		width: 200px;
		height: 180px;
		padding: 12px; }
	.item-pay {
		width: 380px;
		height: 160px;
		margin: 7px;
		padding: 12px 20px; }
	.item-news {
		width: 350px;
		margin: 12px; }
	.video-box {
		width: 500px;
		height: 280px;
		margin: 60px auto 100px;}
	.video-box:before {
		width: 320px;
		height: 284px;
		left: -50px;
		bottom: -60px; }
	.video-box video {
		width: 500px;
		height: 280px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center; }
	.video__logo {
		width: 90px;
		height: 75px; }
	.video__logo-img {
		width: 40px;
		height: 40px; }
	.hero-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.hero-text {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.hero-text h1 {
		font-size: 2.3rem;
		margin: 150px 0 12px; }
	.hero-text p {
		font-size: 1.1rem; }
	.hero__img {
		margin: 25px 0 100px;
		text-align: center; }
	.hero__img img {
		width: 350px; }
	.hero-scroll {
		display: none; }
	.hero-btn__more, .hero-btn__contact {
		margin: 30px 0 20px;
		padding: 15px;
		font-size: 0.9rem; }
	.hero-btn__contact {
		margin-left: 20px; }
	.reform {
		margin-bottom: 20px; }
	.progress {
		background-image: none; }
	.progress__title {
		margin: 30px auto; }
	.progress-row {
		display: inline-block; }
	.progress__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item {
		width: 430px;
		height: 170px;
		margin: 10px;
		padding: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item h3 {
		display: inline-block;
		margin-left: 7px; }
	.progress__item p {
		margin: 10px; }
	.progress__qty {
		margin-top: 0;
		font-size: 2.2rem; }
	.progress__qty-wrap {
		display: inline-block; }
	.progress__qty-wrap span {
		font-size: 1.5rem; }
	.about {
		margin: 70px 0 30px; }
	.about__title {
		margin: 15px auto 20px; }
	.about__img {
		display: none; }
	.about-block {
		width: 100%;
		padding: 6px; }
	.about__text {
		margin: 15px 0; }
	.about-slider {
		height: 400px;
		margin-top: 20px; }
	.about-slider__item {
		padding: 10px; }
	.about-nav {
		margin: 60px auto; }
	.about-slider__dots li button {
		width: 7px;
		height: 7px; }
	.slick-prev__arrow img,
	.slick-next__arrow img {
		width: 9px; }
	.advantages {
		margin: 50px auto 100px; }
	.advantages__title {
		margin: 20px auto 40px; }
	.advantages__bg {
		display: none; }
	.advantages__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: -24px;
		margin-right: -24px; }
	.advantages__item {
		width: 360px;
		height: 130px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 10px !important;
		-webkit-box-shadow: 0px 0px 25px -15px rgba(40, 121, 255, 0.35) !important;
		box-shadow: 0px 0px 25px -15px rgba(40, 121, 255, 0.35) !important;
		padding: 10px 30px 10px 60px; }
	.advantages__item .text {
		text-align: center;
		width: 53%;
		line-height: 1.2;
		margin: 7px 30px 5px; }
	.advantages__item .text span {
		font-weight: 400; }
	.advantages__item p:last-of-type {
		display: none; }
	.advantages__img img {
		height: 56px; }
	.advantages__item:nth-of-type(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; }
	.advantages__item:nth-of-type(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; }
	.advantages__item:nth-of-type(3) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5; }
	.advantages__item:nth-of-type(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3; }
	.advantages__item:nth-of-type(5) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; }
	.advantages__item:nth-of-type(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6; }
	.steps {
		padding: 60px 0 40px;
		margin: 10px auto 80px;
		background: -webkit-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: -o-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%); }
	.steps .title {
		color: #fff;
		margin: 20px auto 50px; }
	.steps .text-light,
	.steps .text-light a {
		color: #fff;
		text-align: left; }
	.steps .text-light:nth-of-type(2n) {
		margin-bottom: 45px; }
	.steps-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.steps-info__img {
		width: 70%;
		height: auto;
		margin: 40px auto 0; }
	.steps-info__img img {
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center; }
	.steps-info .btn {
		padding: 0 70px;
		margin: 30px auto 10px; }
	.steps-tabmenu {
		display: none; }
	.map {
		margin-bottom: 50px; }
	.map-about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.map__img {
		width: 90%; }
	.map__list {
		width: 90%;
		padding: 20px 0 20px 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.map__list > .text {
		text-align: center; }
	.map__items .text {
		margin: 6px 0; }
	.links {
		overflow: hidden;
		margin-top: 70px; }
	.links-slider {
		width: 92%; 
		margin: 30px auto;}
	.links-slider__item:nth-of-type(8) .links-slider__img img {
		width: auto; }
	a.links-slider__item {
		width: 100% !important; }
	li.links-slider__item {
		padding-right: 10px !important;
		margin: 30px 0 !important;}
	.links-slider__bg {
		width: 140%; }
	.links-slider-wrap {
		margin-top: 10px; }
	.links-slider__item .text {
		width: 60%;
		padding: 0 10px;
		font-weight: 500;
		font-size: 1.1rem; }
	.links-slider__nav {
		display: none; }
	.footer {
		background: linear-gradient(90deg, #2E70FF 0%, #15A2FF 100%);}
	.footer__text {
		margin: 0 0 60px; }
	.footer__img {
		display: none; }
	.footer__inner {
		width: 100%;
		padding-left: 0;}
	.hero-page {
		-webkit-background-size: 200% 120%;
		background-size: 200% 120%;
		background-position: top center;
		height: 680px; }
	.hero-page-wrap {
		padding-top: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.hero-page-disconnection {
		margin-bottom: 0; }
	.hero-page__img {
		width: 100%; }
	.hero-page__img-contact {
		width: 100%;
		margin: 90px 0 0;
		right: 30px; }
	.hero-page__img-contact img {
		width: 600px; }
	.hero-page__img-contract {
		width: 100%;
		margin: 20px 0 0;
		right: 60px; }
	.hero-page__img-contract img {
		width: 480px; }
	.hero-page__img-disconnection {
		margin: 40px 0 0;
		right: 10px; }
	.hero-page__img-disconnection img {
		width: 450px; }
	.hero-page__img-dispute {
		width: 400px;
		margin: 90px 0 0;
		right: 0; }
	.hero-page__img-dispute img {
		width: 380px; }
	.hero-page__img-electrical {
		margin: 40px 0 0;
		right: 0; }
	.hero-page__img-electrical img {
		width: 480px; }
	.hero-page__img-general {
		margin: 70px 0 0;
		right: 25px; }
	.hero-page__img-general img {
		width: 450px; }
	.hero-page__img-price {
		width: 340px;
		margin: 50px 0 0;
		right: 0; }
	.hero-page__img-price img {
		width: 340px; }
	.hero-page__img-quality {
		width: 450px;
		margin: 0;
		right: 0; }
	.hero-page__img-quality img {
		width: 460px; }
	.hero-page__img-user {
		width: 350px;
		margin: 60px 0 0;
		right: -30px; }
	.hero-page__img-user img {
		width: 350px; }
	.hero-page__img-zakon {
		margin: 100px 0 0;
		width: 500px;
		right: -10px; }
	.hero-page__img-zakon img {
		width: 500px; }
	.hero-page__img-news {
		width: 400px;
		right: 0;
		margin: 70px 0 0; }
	.hero-page__img-news img {
		width: 400px; }
	.hero-page__img-info {
		right: 0; }
	.hero-page-scroll {
		display: none; }
	.contact-map {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: -50px; }
	.contact-box {
		height: auto; }
	.contact-box__map {
		width: 100%;
		height: 450px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		top: -110px;
		position: relative; }
	.contact-box__map iframe {
		width: 100%;
		height: 450px;
		position: relative; }
	.contact-box__info {
		width: calc(100% - 20px);
		padding: 15px;
		margin: 10px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		position: relative;
		top: 0;
		left: 0;
		-webkit-box-shadow: 0px 0px 20px rgba(172, 172, 167, 0.2);
		box-shadow: 0px 0px 20px rgba(172, 172, 167, 0.2); }
	.contact-box__title {
		margin: 10px 0 20px;
		font-size: 0.9rem; }
	.contact-box__text {
		margin: 10px 0;
		font-size: 0.9rem; }
	.contact-more {
		margin: 0; }
	.contact-footer__text {
		opacity: 1; }
	.wpcf7-form p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	span.wpcf7-form-control-wrap,
	span.wpcf7-form-control-wrap.textarea {
		width: 95%;
		margin: 15px 0; }
	span.wpcf7-form-control-wrap.textarea {
		margin: 20px 0 0; }
	.wpcf7{
		margin-bottom: 90px; }
	#contract1,
	#contract2,
	#contract3,
	#contract4,
	#contract5,
	#contract6 {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0; }
	.disconnection {
		padding: 15px 0 0; }
	#disconnection1 {
		left: 0;
		bottom: 60px; }
	#disconnection2 {
		bottom: 20px; }
	#disconnection3 {
		right: 0;
		bottom: 50px; }
	#disconnection4 {
		top: 0;
		left: -20px; }
	#disconnection5 {
		top: -10px;
		right: -10px; }
	.app {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.app-about {
		width: 100%; }
	.app-about .text {
		margin: 9px 0; }
	.app__img {
		width: 65%;
		padding: 15px 0 35px 25px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1; }
	.app-download {
		margin: 12px auto 0;
		width: 80%; }
	#electrical1 {
		left: 0;
		top: -30px; }
	#electrical2 {
		left: 0; }
	#electrical3 {
		right: 0;
		top: -30px; }
	#electrical4 {
		top: 25px;
		left: 0; }
	#electrical5 {
		width: 165px;
		top: -15px;
		left: 0; }
	#electrical6 {
		right: 0;
		top: 10px; }
	.general .box:last-of-type {
		margin-bottom: 70px; }
	#general1 {
		left: -20px;
		top: -10px; }
	#general2 {
		top: -30px; }
	#general3 {
		top: 50px; }
	#general4 {
		right: -20px;
		top: 25px; }
	.price .box:last-of-type {
		margin-bottom: 50px; }
	.quality {
		padding: 0; }
	.user {
		padding: 20px 0 30px; }
	.user-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.user-enter {
		width: 100%;
		margin: 40px 0; }
	.user-enter__form {
		width: 85%; }
	.user-about {
		width: 100%; }
	.zakon {
		padding: 20px 0; }
	.zakon .box:last-of-type {
		margin-bottom: 40px; }
	.news-item {
		width: 98%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.news__title {
		font-size: 1.08rem;
		width: 100%;
		text-align: left; 
		margin: 20px 0 15px; }
	.news__img {
		width: 100%;
		height: auto;
		margin: 10px auto 25px;
		z-index: 0;
		position: relative; }
	.news__img img {
		width: 100%;
		height: auto; }
	.news-about {
		width: 100%; }
	.news-about p {
		text-align: left; }
	.accordion {
		top: -30px;
		margin-bottom: 20px; }
	.accordion p {
		text-align: left; }
	.accordion p:first-child {
		margin-top: 20px; }
	.accordion .wp-block-image {
		margin: 50px auto !important; }
	.accordion .wp-block-image img {
		max-width: 500px !important; }
	.accordion dt {
		padding-right: 20px; }
	.accordionItem {
		width: 100%; }
	.accordionTitle{
		margin-top: 20px;}
	.box-news__links {
		margin: 0 auto; } 
	.burger-menu__nav{
		width: 100%;
		padding: 80px 20px 20px 50px; }
	.list-info {
		justify-content: center; }
	.item-info {
		min-width: 530px; 
		min-height: 220px;
		padding: 70px 100px 40px 75px; }
	.item-info .number-mini {
		font-size: 100px; }
	.item-info img {
		max-width: 180px; } 
	.hero-post{
		height: 110px;
		background-position: top;
		background-size: auto;}
	.post{
		padding: 40px 0 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;}
	.post__img{
		width: 90%; 
		margin-bottom: 0;}
	.post__headline{
		width: 100%;
		padding: 0; 
		margin-bottom: 30px;}
	.post__title{
		width: 90%;
		font-size: 1.3rem;	}
	.post_content p{
		text-align: left; }
	.post_content .wp-block-image{
		margin: 80px auto;}
} 

@media only screen and (min-width: 501px) and (max-width: 599px) {
	.container {
		max-width: 480px; }
	.title {
		font-size: 1.8rem; }
	.title-page {
		width: 100%;
		font-size: 2.1rem;
		line-height: 1.4;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 130px 0 0; }
	.title-small {
		font-size: 1.3rem;
		width: 90%; }
	.dispute-wrap .title-small{
		width: 80%;}
	.logo {
		width: 65px; }
	.logo img {
		width: 65px; }
	.nav {
		display: none; }
	.burger-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.items-row-contract {
		height: auto;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.items-list-contract {
		margin: 50px auto;
		height: auto;
		background-image: none; }
	.items-list-disconnection {
		margin: 80px auto 40px; }
	.items-list-electrical {
		height: 380px;
		margin: 10px auto 50px; }
	.items-list-safety {
		height: auto; }
	.items-list-safety .items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.items-list-pay {
		height: auto;
		margin: 0 auto;
		bottom: 30px; }
	.items-list-pay .items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.items-list-news {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin: 10px auto; }
	.item-contract {
		width: 330px;
		height: 110px;
		padding: 15px 25px; }
	.item-contract a {
		font-size: 1rem; }
	.item-disconnection {
		width: 160px;
		height: 130px; }
	.item-electrical {
		width: 150px;
		height: 120px;
		margin: 7px;
		padding: 7px; }
	.item-safety {
		width: 400px;
		height: 170px;
		margin: 7px;
		padding: 0 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.item-safety span {
		margin: 0 auto 7px; }
	.item-general {
		width: 200px;
		height: 180px;
		padding: 12px; }
	.item-pay {
		width: 380px;
		height: 160px;
		margin: 7px;
		padding: 12px 20px; }
	.item-news {
		width: 350px;
		margin: 12px; }
	.box:last-of-type,
	.quality .box:last-of-type{
		margin-bottom: 80px;}
	.video-box {
		width: 420px;
		height: 260px;
		margin: 60px auto 100px;}
	.video-box:before {
		width: 320px;
		height: 284px;
		left: -50px;
		bottom: -60px; }
	.video-box video {
		width: 420px;
		height: 260px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center; }
	.video__logo {
		width: 90px;
		height: 75px; }
	.video__logo-img {
		width: 40px;
		height: 40px; }
	.hero{
		background-size: 150% 150%;
		background-position: top center;}
	.hero-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.hero-text {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.hero-text h1 {
		font-size: 2.3rem;
		margin: 170px 0 12px; }
	.hero-text p {
		font-size: 1.1rem; }
	.hero__img {
		margin: 50px 0 70px;
		text-align: center; }
	.hero__img img {
		width: 350px; }
	.hero-scroll {
		display: none; }
	.hero-btn__more, .hero-btn__contact {
		margin: 30px 0 20px;
		padding: 15px;
		font-size: 0.9rem; }
	.hero-btn__contact {
		margin-left: 20px; }
	.reform {
		margin: 90px auto 20px; }
	.progress {
		background-image: none; }
	.progress__title {
		margin: 30px auto; }
	.progress-row {
		display: inline-block; }
	.progress__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item {
		width: 360px;
		height: 170px;
		margin: 10px;
		padding: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item h3 {
		display: inline-block;
		margin-left: 7px; }
	.progress__item p {
		margin: 10px; }
	.progress__qty {
		margin-top: 0;
		font-size: 1.7rem; }
	.progress__qty-wrap {
		display: inline-block; }
	.progress__qty-wrap span {
		font-size: 1.5rem; }
	.about {
		margin: 70px 0 30px; }
	.about__title {
		margin: 15px auto 20px; }
	.about__img {
		display: none; }
	.about-block {
		width: 100%;
		padding: 6px; }
	.about__text {
		margin: 15px 0; }
	.about-slider {
		height: 470px;
		margin-top: 20px; }
	.about-slider__item {
		padding: 10px; }
	.about-nav {
		margin: 60px auto; }
	.about-slider__dots li button {
		width: 7px;
		height: 7px; }
	.slick-prev__arrow img,
	.slick-next__arrow img {
		width: 9px; }
	.advantages {
		margin: 50px auto 100px; }
	.advantages__title {
		margin: 20px auto 40px; }
	.advantages__bg {
		display: none; }
	.advantages__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: -24px;
		margin-right: -24px; }
	.advantages__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 10px !important;
		-webkit-box-shadow: 0px 0px 25px -15px rgba(40, 121, 255, 0.35) !important;
		box-shadow: 0px 0px 25px -15px rgba(40, 121, 255, 0.35) !important;
		width: 330px;
		height: 100px;
		padding: 10px 20px 10px 40px; }
	.advantages__item .text {
		text-align: center;
		width: 53%;
		line-height: 1.2;
		margin: 7px auto 5px; }
	.advantages__item .text span {
		font-weight: 400; }
	.advantages__item p:last-of-type {
		display: none; }
	.advantages__img img {
		height: 56px; }
	.advantages__item:nth-of-type(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; }
	.advantages__item:nth-of-type(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; }
	.advantages__item:nth-of-type(3) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5; }
	.advantages__item:nth-of-type(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3; }
	.advantages__item:nth-of-type(5) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; }
	.advantages__item:nth-of-type(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6; }
	.steps {
		padding: 60px 0 40px;
		margin: 10px auto 80px;
		background: -webkit-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: -o-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%); }
	.steps .title {
		color: #fff;
		margin: 20px auto 50px; }
	.steps .text-light,
	.steps .text-light a {
		color: #fff;
		text-align: left; }
	.steps .text-light:nth-of-type(2n) {
		margin-bottom: 45px; }
	.steps-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.steps-info__img {
		width: 70%;
		height: auto;
		margin: 40px auto 0; }
	.steps-info__img img {
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center; }
	.steps-info .btn {
		padding: 0 70px;
		margin: 30px auto 10px; }
	.steps-tabmenu {
		display: none; }
	.map {
		margin-bottom: 50px; }
	.map-about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.map__img {
		width: 90%; }
	.map__list {
		width: 90%;
		padding: 20px 0 20px 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.map__list > .text {
		text-align: center; }
	.map__items .text {
		margin: 6px 0; }
	.links {
		overflow: hidden;
		margin-top: 70px; }
	.links-slider {
		width: 100%; }
	.links-slider__item:nth-of-type(8) .links-slider__img img {
		width: auto; }
	.links-slider__bg {
		width: 140%;
		height: 235px; }
	.links-slider-wrap {
		margin-top: 10px; }
	.links-slider__item .text {
		font-size: 1.1rem; }
	.links-slider__nav {
		display: none; }
	.help-wrap{
		padding-left: 0;}
	.footer {
		background: linear-gradient(90deg, #2E70FF 0%, #15A2FF 100%);}
	.footer-address {
		padding: 90px 0 0;}
	.footer__inner {
		width: 100%;
		padding-left: 0;}
	.footer__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;}
	.footer__text {
		margin: 0 0 60px; }
	.footer__img {
		display: none; }
	.footer__img-qr {
		text-align: center;
		margin: 80px auto 50px;}
	.hero-page {
		-webkit-background-size: 200% 120%;
		background-size: 200% 120%;
		background-position: top center;
		height: 680px; }
	.hero-page-wrap {
		padding-top: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.hero-page-disconnection {
		margin-bottom: 0; }
	.hero-page__img {
		width: 100%; }
	.hero-page__img-contact {
		width: 100%;
		margin: 40px 0 0;}
	.hero-page__img-contact img {
		width: 550px; }
	.hero-page__img-contract {
		width: 100%;
		margin: 20px 0 0;}
	.hero-page__img-contract img {
		width: 450px; }
	.hero-page__img-disconnection {
		margin: 0;
		right: 10px; }
	.hero-page__img-disconnection img {
		width: 450px; }
	.hero-page__img-dispute {
		width: 350px;
		margin: 40px 0 0;
		right: 0; }
	.hero-page__img-dispute img {
		width: 350px; }
	.hero-page__img-electrical {
		margin: 30px 0 0;
		right: 0; }
	.hero-page__img-electrical img {
		width: 480px; }
	.hero-page__img-general {
		margin: 50px 0 0;
		right: 25px; }
	.hero-page__img-general img {
		width: 400px; }
	.hero-page__img-price {
		width: 340px;
		margin: 40px 0 0;
		right: 0; }
	.hero-page__img-price img {
		width: 340px; }
	.hero-page__img-quality {
		width: 430px;
		margin: 0;
		right: 0; }
	.hero-page__img-quality img {
		width: 430px; }
	.hero-page__img-user {
		width: 330px;
		margin: 30px 0 0;}
	.hero-page__img-user img {
		width: 330px; }
	.hero-page__img-zakon {
		margin: 60px 0 0;
		width: 470px;}
	.hero-page__img-zakon img {
		width: 470px; }
	.hero-page__img-news {
		width: 400px;
		right: 0;
		margin: 60px 0 0; }
	.hero-page__img-news img {
		width: 400px; }
	.hero-page__img-info {
		right: 0; }
	.hero-page-scroll {
		display: none; }
	.contact-map {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: -50px; }
	.contact-box {
		height: auto; }
	.contact-box__map {
		width: 100%;
		height: 450px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		top: -110px;
		position: relative; }
	.contact-box__map iframe {
		width: 100%;
		height: 450px;
		position: relative; }
	.contact-box__info {
		width: calc(100% - 20px);
		padding: 15px;
		margin: 10px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		position: relative;
		top: 0;
		left: 0;
		-webkit-box-shadow: 0px 0px 20px rgba(172, 172, 167, 0.2);
		box-shadow: 0px 0px 20px rgba(172, 172, 167, 0.2); }
	.contact-box__title {
		margin: 10px 0 20px;
		font-size: 0.9rem; }
	.contact-box__text {
		margin: 10px 0;
		font-size: 0.9rem; }
	.contact-more {
		margin: 0; }
	.contact-footer__text {
		opacity: 1; }
	.wpcf7-form p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	span.wpcf7-form-control-wrap,
	span.wpcf7-form-control-wrap.textarea {
		width: 95%;
		margin: 15px 0; }
	span.wpcf7-form-control-wrap.textarea {
		margin: 20px 0 0; }
	.wpcf7{
		margin-bottom: 90px; }
	#contract1,
	#contract2,
	#contract3,
	#contract4,
	#contract5,
	#contract6 {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0; }
	.disconnection {
		padding: 15px 0 0; }
	#disconnection1 {
		left: 0;
		bottom: 60px; }
	#disconnection2 {
		bottom: 20px; }
	#disconnection3 {
		right: 0;
		bottom: 50px; }
	#disconnection4 {
		top: 0;
		left: -20px; }
	#disconnection5 {
		top: -10px;
		right: -10px; }
	.app {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.app-about {
		width: 100%; }
		.app-about .text {
			margin: 9px 0; }
	.app__img {
		width: 65%;
		padding: 15px 0 35px 25px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1; }
	.app-download {
		margin: 12px auto 0;
		width: 80%; }
	#electrical1 {
		left: 0;
		top: -30px; }
	#electrical2 {
		left: 0; }
	#electrical3 {
		right: 0;
		top: -30px; }
	#electrical4 {
		top: 25px;
		left: 0; }
	#electrical5 {
		width: 165px;
		top: -15px;
		left: 0; }
	#electrical6 {
		right: 0;
		top: 10px; }
	.general .box:last-of-type {
		margin-bottom: 70px; }
	#general1 {
		left: -20px;
		top: -10px; }
	#general2 {
		top: -30px; }
	#general3 {
		top: 50px; }
	#general4 {
		right: -20px;
		top: 25px; }
	.price .box:last-of-type {
		margin-bottom: 50px; }
	.quality {
		padding: 0; }
	.user {
		padding: 20px 0 30px; }
	.user-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.user-enter {
		width: 100%;
		margin: 0 0 40px; }
	.user-enter__form {
		width: 95%; }
	.user-about {
		width: 100%; }
	.zakon {
		padding: 20px 0; }
	.zakon .box:last-of-type {
		margin-bottom: 40px; }
	.box-news{
		padding: 20px 0 40px; }
	.news-item {
		width: 98%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.news__title {
		font-size: 1.08rem;
		width: 100%;
		text-align: left; 
		margin: 20px 0 15px; }
	.news__img {
		width: 100%;
		height: auto;
		margin: 10px auto 25px;
		z-index: 0;
		position: relative; }
	.news__img img {
		width: 100%;
		height: auto; }
	.news-about {
		width: 100%; }
	.news-about p {
		text-align: left; }
	.accordion {
		top: -30px;
		margin-bottom: 20px; }
	.accordionTitle{
		padding-left: 0;
		margin-top: 20px; }
	.accordion p {
		text-align: left; }
	.accordion p:first-child {
		margin-top: 20px; }
	.accordion .wp-block-image {
		margin: 40px auto !important;
		width: 100% !important;}
	.accordion .wp-block-image img {
		max-width: 100% !important; }
	.accordion dt {
		padding-right: 20px; }
	.accordionItem {
		width: 100%; }
	.box-news__links {
		margin: 0 auto; } 
	.burger-menu__nav{
		width: 100%;
		padding: 80px 20px 20px; }
	.list-info {
		justify-content: center;
		padding: 30px 0; }
	.item-info {
		min-width: 460px; 
		min-height: 220px;
		padding: 65px 80px 40px 60px; }
	.item-info .number-mini {
		font-size: 90px;
		left: 25px; }
	.item-info img {
		max-width: 170px; }
	.hero-post{
		height: 110px;
		background-position: top;
		background-size: auto;}
	.post{
		padding: 40px 0 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;}
	.post__img{
		width: 100%; 
		margin-bottom: 0;}
	.post__headline{
		width: 100%;
		padding: 0; 
		margin-bottom: 30px;}
	.post__title{
		font-size: 1.3rem;	}
	.post_content p{
		text-align: left; }
	.post_content .wp-block-image{
		margin: 60px auto;}
} 

 @media only screen and (min-width: 411px) and (max-width: 500px) {
	.container {
		max-width: 380px; }
	.logo {
		width: 65px; }
	.logo img {
		width: 65px; }
	.title {
		font-size: 1.7rem; }
	.title-page {
		width: 100%;
		font-size: 1.9rem;
		line-height: 1.4;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 90px 0 0; }
	.title-small {
		font-size: 1.2rem;
		width: 90%; }
	.nav {
		display: none; }
	.burger-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.items-row {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.items-list {
		height: auto;
		background-image: none; }
	.items-list-contract {
		margin: 30px auto 50px;
		background: none; }
	.items-list-disconnection {
		margin: 30px auto 40px; }
	.items-list-electrical {
		height: auto;
		margin: 10px auto 50px; }
	.items-list-safety {
		height: auto; }
	.items-list-safety .items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.items-list-general {
		margin: 10px auto 60px; }
	.items-list-pay {
		height: auto;
		margin: 0 auto;
		bottom: 30px; }
	.items-list-pay .items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.items-list-price {
		width: 450px;
		margin: 50px 0 0;
		right: 30px; }
		.items-list-price img {
			width: 450px; }
	.items-list-news {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin: 10px auto; }
	.item {
		margin: 7px; }
	.item-contract {
		width: 310px;
		height: 110px;
		padding: 15px 25px; }
	 .item-contract a {
		 font-size: 1rem; }
	.item-disconnection {
		width: 310px;
		height: 100px;
		padding: 15px 25px; }
	.item-electrical {
		width: 270px;
		height: 100px;
		margin: 7px;
		padding: 7px; }
	.item-safety {
		width: 350px;
		height: 170px;
		margin: 7px;
		padding: 0 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.item-safety span {
		margin: 0 auto 7px; }
	.item-general {
		width: 330px;
		height: 125px;
		padding: 15px; }
	.item-pay {
		width: 330px;
		height: 180px;
		margin: 7px;
		padding: 12px 20px; }
	.item-news {
		width: 320px;
		margin: 12px auto; }
	.video-box {
		width: 400px;
		height: 230px;
		margin: 60px auto 100px;
		left: -25px; }
	.video-box:before {
		width: 320px;
		height: 284px;
		left: -40px;
		bottom: -50px; }
	.video-box video {
		width: 400px;
		height: 230px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center; }
	.video__logo {
		width: 70px;
		height: 60px;
		right: 0; }
	.video__logo-img {
		width: 35px;
		height: 35px; }
	.hero {
		-webkit-background-size: 150% 150%;
		background-size: 150% 150%;
		background-position: top center;}
	.hero-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.hero-text {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.hero-text h1 {
		font-size: 1.9rem;
		margin: 180px 0 12px; }
	.hero-text p {
		font-size: 1rem; }
	.hero__img {
		margin: 40px 0 80px;
		text-align: center; }
	.hero__img img {
		width: 300px; }
	.hero-scroll {
		display: none; }
	.hero-btn__more, .hero-btn__contact {
		height: 42px;
		line-height: 42px;
		margin: 30px 0 20px;
		padding: 15px;
		font-size: 0.9rem; }
	.hero-btn__contact {
		margin-left: 20px; }
	.reform {
		margin-bottom: 20px; }
	.progress {
		background-image: none; }
	.progress__title {
		margin: 30px auto; }
	.progress-row {
		display: inline-block; }
	.progress__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item {
		width: 300px;
		height: 140px;
		margin: 10px;
		padding: 3px 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item h3 {
		display: inline-block;
		margin: 3px 7px 3px; }
	.progress__item p {
		margin: 0 10px;
		font-size: 0.95rem; }
	.progress__qty {
		margin-top: 0;
		font-size: 1.7rem; }
	.progress__qty-wrap {
		display: inline-block; }
	.progress__qty-wrap span {
		padding: 3px;
		font-size: 1.5rem; }
	.about {
		margin: 70px 0 30px; }
	.about__img {
		display: none; }
	.about-block {
		width: 100%;
		padding: 0; }
	.about__title {
		margin: 15px auto; }
	.about__text {
		margin: 12px 0; }
	.about-slider {
		height: 510px;
		margin-top: 10px; }
	.about-slider__item {
		padding: 5px; }
	.about-nav {
		margin: 50px auto; }
	.about-slider__dots li button {
		width: 7px;
		height: 7px; }
	.slick-prev__arrow,
	.slick-next__arrow {
		display: none !important; }
	.advantages {
		margin: 50px auto 100px; }
	.advantages__title {
		margin: 20px auto 40px; }
	.advantages__bg {
		display: none; }
	.advantages__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: -24px;
		margin-right: -24px; }
	.advantages__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 10px !important;
		-webkit-box-shadow: 0px 0px 25px -15px rgba(40, 121, 255, 0.35) !important;
		box-shadow: 0px 0px 25px -15px rgba(40, 121, 255, 0.35) !important;
		width: 330px;
		height: 100px;
		padding: 10px 20px 10px 40px; }
	.advantages__item .text {
		text-align: center;
		width: 53%;
		line-height: 1.2;
		margin: 7px auto 5px; }
	.advantages__item .text span {
		font-weight: 400; }
	.advantages__item p:last-of-type {
		display: none; }
	.advantages__img img {
		height: 56px; }
	.advantages__item:nth-of-type(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; }
	.advantages__item:nth-of-type(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; }
	.advantages__item:nth-of-type(3) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5; }
	.advantages__item:nth-of-type(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3; }
	.advantages__item:nth-of-type(5) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; }
	.advantages__item:nth-of-type(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6; }
	.steps {
		padding: 60px 0 40px;
		margin: 10px auto 80px;
		background: -webkit-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: -o-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%); }
	.steps .title {
		color: #fff;
		margin: 20px auto 50px; }
	.steps .text-light,
	.steps .text-light a {
		color: #fff;
		text-align: left; }
	.steps .text-light:nth-of-type(2n) {
		margin-bottom: 45px; }
	.steps-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.steps-info__img {
		width: 70%;
		height: auto;
		margin: 40px auto 0; }
	.steps-info__img img {
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center; }
	.steps-info .btn {
		padding: 0 70px;
		margin: 30px auto 10px; }
	.steps-tabmenu {
		display: none; }
	.map {
		margin-bottom: 50px; }
	.map-about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.map__img {
		width: 90%; }
	.map__list {
		width: 90%;
		padding: 20px 0 20px 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.map__list > .text {
		text-align: center; }
	.map__items .text {
		margin: 6px 0; }
	.links {
		padding: 40px 0 10px;
		margin: 10px auto 40px;
		background: -webkit-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: -o-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%);
		overflow: hidden;
		margin-top: 70px; }
	.links .title {
		color: #fff;
		margin: 20px auto; }
	.links-slider {
		width: 100%;
		margin-top: 0;
		padding: 0; }
	.links-slider__item:nth-of-type(8) .links-slider__img img {
		width: auto;
		height: 100%; }
	.links-slider__bg {
		width: 140%;
		height: 240px; }
	.links-slider-wrap {
		margin-top: 10px;
		margin-bottom: 10px; }
	li.links-slider__item {
		margin: 0 3px !important;
		width: 100%; }
	 .links-slider__item .text {
		 font-size: 1rem; }
	.links-slider__nav {
		display: none; }
	 .links-slider__img{
		 width: 45% !important;
	 	align-self: flex-start;}
	.links-slider__img img {
		height: auto;
		max-width: 140px;
		top: 0;
		left: 0; }
	.help {
		margin-bottom: 50px; }
	.help-wrap {
		padding: 0; }
	.footer {
		background: linear-gradient(90deg, #2E70FF 0%, #15A2FF 100%);}
	.footer-address {
		padding: 60px 0 0;}
	.footer__inner {
		width: 100%;
		padding-left: 0;}
	.footer__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;}
	.footer__text {
		margin: 0 0 60px; 
		text-align: center;}
	.footer__text p{
		margin: 16px 0; }
	.footer__text span {
		display: block;}
	.footer__img {
		display: none; }
	.footer__img-qr {
		text-align: center;
		margin: 80px auto 50px;}
	.hero-page {
		height: 600px;
		background-size: 130% 120%;
		background-position: top center; }
	.hero-page-wrap {
		padding-top: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.hero-page-disconnection {
		margin-bottom: 0; }
	.hero-page__img-contact {
		width: 100%;
		margin: 70px 0 0;
		right: 30px; }
	.hero-page__img-contact img {
		width: 480px; }
	.hero-page__img-contract {
		width: 100%;
		margin: 0;
		right: 50px; }
	.hero-page__img-contract img {
		width: 400px; }
	.hero-page__img-disconnection {
		margin: 0;
		right: 10px; }
	.hero-page__img-disconnection img {
		width: 420px; }
	.hero-page__img-dispute {
		width: 330px;
		margin: 40px 0 0;
		right: 15px; }
	.hero-page__img-dispute img {
		width: 330px; }
	.hero-page__img-electrical {
		width: 100%;
		margin: 30px 0 0;
		right: 0; }
	.hero-page__img-electrical img {
		width: 400px; }
	.hero-page__img-general {
		width: 350px;
		margin: 35px 0 0;
		right: 15px; }
	.hero-page__img-general img {
		width: 350px; }
	.hero-page__img-price {
		width: 280px;
		margin: 40px 0 0;
		right: 0; }
	.hero-page__img-price img {
		width: 280px; }
	.hero-page__img-quality {
		width: 380px;
		margin: 0;
		right: 0; }
	.hero-page__img-quality img {
		width: 380px; }
	.hero-page__img-user {
		width: 340px;
		margin: 30px 0 0;
		right: -10px; }
	.hero-page__img-user img {
		width: 300px; }
	.hero-page__img-zakon {
		margin: 60px 0 0;
		width: 400px;
		right: 10px; }
	.hero-page__img-zakon img {
		width: 400px; }
	.hero-page__img-news {
		width: 350px;
		right: 10px;
		margin: 35px 0 0; }
	.hero-page__img-news img {
		width: 350px; }
	.hero-page__img-info {
		right: 0; 
	 	width: 90%; }
	.hero-page-scroll {
		display: none; }
	.contact-map {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: -50px; }
	.contact-box {
		height: auto; }
	.contact-box__map {
		width: 100%;
		height: 450px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		top: -110px;
		position: relative; }
	.contact-box__map iframe {
		width: 100%;
		height: 450px;
		position: relative; }
	.contact-box__info {
		width: calc(100% - 20px);
		padding: 15px;
		margin: 10px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		position: relative;
		top: 0;
		left: 0;
		-webkit-box-shadow: 0px 0px 20px rgba(172, 172, 167, 0.2);
		box-shadow: 0px 0px 20px rgba(172, 172, 167, 0.2); }
	.contact-box__title {
		margin: 10px 0 20px;
		font-size: 0.9rem; }
	.contact-box__text {
		margin: 10px 0;
		font-size: 0.9rem; }
	.contact-more {
		margin: 0 0 20px; }
	.contact-more .box:last-of-type {
		margin-bottom: 60px; }
	.contact-more .text {
		text-align: left; }
	.contact-footer__text {
		opacity: 1;
		margin-top: 0 !important; }
	.wpcf7-form p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; 
		margin: 30px 0;}
	span.wpcf7-form-control-wrap,
	span.wpcf7-form-control-wrap.textarea {
		width: 90%;
		margin: 15px 0; 
		font-size: 0.9rem;}
	span.wpcf7-form-control-wrap.textarea {
		margin: 20px 0 0;
		overflow-y: scroll; }
	input.input::-webkit-input-placeholder,
	input.input:-ms-input-placeholder,
	input.input::-ms-input-placeholder,
	input.input::placeholder,
	input.input option:first-of-type,
	select.input::-webkit-input-placeholder,
	select.input:-ms-input-placeholder,
	select.input::-ms-input-placeholder,
	select.input::placeholder,
	select.input option:first-of-type,
	textarea.textarea::-webkit-input-placeholder,
	textarea.textarea:-ms-input-placeholder,
	textarea.textarea::-ms-input-placeholder,
	textarea.textarea::placeholder{
		font-size: 0.9rem;}
	.wpcf7{
		margin-bottom: 80px;}
	#contract1,
	#contract2,
	#contract3,
	#contract4,
	#contract5,
	#contract6 {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0; }
	.disconnection {
		padding: 15px 0 0; }
	#disconnection1,
	#disconnection2,
	#disconnection3,
	#disconnection4,
	#disconnection5 {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0; }
	.app {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.app-about {
		width: 100%; }
	.app__img {
		width: 80%;
		padding: 15px 0 35px 25px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1; }
	.app-download {
		margin: 12px auto 0;
		width: 100%; }
	#electrical1,
	#electrical2,
	#electrical3,
	#electrical4,
	#electrical5,
	#electrical6 {
		left: 0;
		right: 0;
		top: 0; }
	.general .box:last-of-type {
		margin-bottom: 70px; }
	#general1,
	#general2,
	#general3,
	#general4 {
		left: 0;
		top: 0;
		right: 0; }
	.price .box:last-of-type {
		margin-bottom: 50px; }
	.quality {
		padding: 0; }
	.user {
		padding: 20px 0 50px; }
	.user-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.user-enter {
		width: 100%;
		margin: 0 0 40px; }
	.user-enter__form {
		width: 95%; }
	.user-about {
		width: 100%; }
	.zakon {
		padding: 20px 0 40px; }
	.zakon .box:last-of-type {
		margin-bottom: 40px; }
	.box-news{
		padding: 20px 0 40px; }
	.news-item {
		width: 98%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.news__title {
		font-size: 1.08rem;
		width: 100%;
		text-align: left; 
	 	margin-top: 20px;}
	.news__img {
		width: 100%;
		height: auto;
		margin: 10px auto 25px;
		z-index: 0;
		position: relative; }
	.news__img img {
		width: 100%;
		height: auto; }
	.news-about {
		width: 100%; }
	.news-about p {
		text-align: left; }
	.accordion {
		top: -30px;
		margin-bottom: 20px; }
	.accordionTitle {
		padding-left: 0; 
	 	margin-top: 20px;}
	.accordion p {
		text-align: left; }
	.accordion p:first-child {
		margin-top: 20px; }
	.accordion .wp-block-image {
		margin: 40px auto !important;
		width: 100% !important;}
	.accordion .wp-block-image img {
		max-width: 100% !important; }
	.accordion dt {
		padding-right: 20px; }
	.accordionItem {
		width: 100%; }
	.box-news__links {
		margin: 0 auto; }
	#news1 img {
		width: 75px;
		margin: 15px 20px 5px; }
	#news2 img {
		width: 65px; }
	#news3 img {
		width: 80px; }
	.top.active {
		right: 10px; }
	.soc-menu.soc-active {
		right: 10px; } 
	.burger-menu__nav{
		width: 100%; }
	.list-info {
		justify-content: center;
		padding: 30px 0; }
	.item-info {
		min-width: 380px; 
		min-height: 220px;
		margin: 24px auto;
		padding: 65px 60px 40px 40px; }
	.item-info .number-mini {
		font-size: 90px;
		left: 25px; }
	.item-info img {
		max-width: 160px; }
	 .hero-post{
		height: 110px;
		background-position: top;
		background-size: auto;}
	.post{
		padding: 40px 0 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;}
	.post__img{
		width: 100%; 
		margin-bottom: 0;}
	.post__headline{
		width: 100%;
		padding: 0; 
		margin-bottom: 30px;}
	.post__title{
		font-size: 1.2rem;	}
	.post_content p{
		text-align: left; }
	.post_content .wp-block-image{
		margin: 60px auto;}
} 

@media only screen and (min-width: 320px) and (max-width: 410px) {
	.container {
		max-width: 320px; }
	.logo {
		width: 60px; }
	.logo img {
		width: 60px; }
	.title {
		font-size: 1.7rem; }
	.title-page {
		width: 100%;
		font-size: 1.7rem;
		line-height: 1.4;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 90px 0 0; }
	.title-small {
		font-size: 1.1rem; }
	.text,
	li,
	a {
		font-size: 0.9rem;
		line-height: 1.45; }
	.btn-blue {
		padding: 0 50px; }
	.nav {
		display: none; }
	.burger-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.items-row {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.items-list {
		height: auto;
		background-image: none; }
	.items-list-contract {
		margin: 30px auto 50px;
		background: none; }
	.items-list-disconnection {
		margin: 30px auto 40px; }
	.items-list-electrical {
		height: auto;
		margin: 10px auto 50px; }
	.items-list-safety {
		height: auto; }
	.items-list-safety .items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.items-list-general {
		margin: 10px auto 60px; }
	.items-list-pay {
		height: auto;
		margin: 0 auto;
		bottom: 30px; }
	.items-list-pay .items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.items-list-news {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin: 10px auto; }
	.item {
		margin: 7px; }
	.item-contract {
		width: 280px;
		height: 100px;
		padding: 15px 25px; }
	.item-contract a {
		font-size: 0.9rem; }
	.item-disconnection {
		width: 280px;
		height: 100px;
		padding: 15px 25px; }
	.item-electrical {
		width: 270px;
		height: 100px;
		margin: 7px;
		padding: 7px; }
	.item-safety {
		width: 290px;
		height: 170px;
		margin: 7px;
		padding: 0 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.item-safety span {
		margin: 0 auto 7px; }
	.item-general {
		width: 280px;
		height: 145px;
		padding: 16px; }
	.item-pay {
		width: 280px;
		height: 200px;
		margin: 7px;
		padding: 12px 20px; }
	.item-news {
		width: 290px;
		margin: 12px auto; }
	.item-news img {
		margin: 15px 24px 15px 8px; }
	.video-box {
		width: 320px;
		height: 200px;
		margin: 60px auto 100px;
		left: -15px; }
	.video-box:before {
		width: 320px;
		height: 300px;
		left: -80px;
		bottom: -50px; }
	.video-box video {
		width: 320px;
		height: 200px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center; }
	.video__logo {
		width: 70px;
		height: 60px;
		right: 0; }
	.video__logo-img {
		width: 35px;
		height: 35px; }
	.hero {
		background-size: 150% 150%;
		background-position: top center; }
	.hero-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.hero-text {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.hero-text h1 {
		font-size: 1.6rem;
		margin: 150px 0 12px; }
	.hero-text p {
		font-size: 0.95rem;
		text-align: center;
		margin: 30px; }
	.hero__img {
		margin: 25px 0 50px;
		text-align: center; }
	.hero__img img {
		width: 260px; }
	.hero-scroll {
		display: none; }
	.hero-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.hero-btn__more, .hero-btn__contact {
		width: 200px;
		height: 42px;
		line-height: 42px;
		margin: 8px;
		padding: 15px;
		font-size: 0.9rem; }
	.reform {
		margin-bottom: 20px; }
	.progress {
		background-image: none; }
	.progress__title {
		margin: 30px auto; }
	.progress-row {
		display: inline-block; }
	.progress__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item {
		width: 300px;
		height: 140px;
		margin: 7px;
		padding: 3px 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.progress__item h3 {
		display: inline-block;
		margin: 3px 7px 3px;
		font-size: 1rem; }
	.progress__item p {
		margin: 0 10px;
		font-size: 0.95rem; }
	.progress__qty {
		margin-top: 0;
		font-size: 1.7rem; }
	.progress__qty-wrap {
		display: inline-block; }
	.progress__qty-wrap span {
		padding: 3px;
		font-size: 1.3rem; }
	.about {
		margin: 70px 0 30px; }
	.about__img {
		display: none; }
	.about-block {
		width: 100%;
		padding: 0; }
	.about__title {
		margin: 15px auto; }
	.about__text {
		margin: 15px 0; }
	.about-slider {
		height: 450px;
		margin-top: 10px; }
	.about-slider__item {
		padding: 5px; }
	.about-slider img{
		width: 260px;
		height: auto;}
	.about-nav {
		margin: 75px auto 30px; }
	.about span,
	.about a {
		font-size: 0.975em; }
	.about .slick-dots {
		margin: 0 15px; }
	.about-slider__dots li button {
		width: 7px;
		height: 7px; }
	.slick-prev__arrow, .slick-next__arrow {
		display: none !important;}
	.advantages {
		margin: 50px auto 100px; }
	.advantages__title {
		margin: 20px auto 40px; }
	.advantages__bg {
		display: none; }
	.advantages__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: -24px;
		margin-right: -24px; }
	.advantages__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 10px !important;
		-webkit-box-shadow: 0px 0px 25px -15px rgba(40, 121, 255, 0.35) !important;
		box-shadow: 0px 0px 25px -15px rgba(40, 121, 255, 0.35) !important;
		width: 330px;
		height: 100px;
		padding: 10px 20px 10px 30px; }
	.advantages__item .text {
		text-align: center;
		width: 58%;
		line-height: 1.2;
		margin: 7px auto 5px; }
	.advantages__item .text span {
		font-weight: 400; }
	.advantages__item p:last-of-type {
		display: none; }
	.advantages__img img {
		height: 48px; }
	.advantages__item:nth-of-type(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; }
	.advantages__item:nth-of-type(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; }
	.advantages__item:nth-of-type(3) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5; }
	.advantages__item:nth-of-type(4) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3; }
	.advantages__item:nth-of-type(5) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; }
	.advantages__item:nth-of-type(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6; }
	.steps {
		padding: 60px 0 40px;
		margin: 10px auto 80px;
		background: -webkit-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: -o-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%); }
	.steps .title {
		color: #fff;
		margin: 20px auto 50px; }
	.steps .text-light,
	.steps .text-light a {
		color: #fff;
		text-align: left; }
	.steps .text-light:nth-of-type(2n) {
		margin-bottom: 45px; }
	.steps-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.steps-info__img {
		width: 70%;
		height: auto;
		margin: 40px auto 0; }
	.steps-info__img img {
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center; }
	.steps-info .btn {
		padding: 0 70px;
		margin: 30px auto 10px; }
	.steps-tabmenu {
		display: none; }
	.map {
		margin-bottom: 50px; }
	.map-about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.map__img {
		width: 90%; }
	.map__list {
		width: 90%;
		padding: 20px 0 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.map__list > .text {
		text-align: center; }
	.map__items .text {
		margin: 6px 0; }
	.links {
		padding: 40px 0 10px;
		margin: 10px auto 40px;
		background: -webkit-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: -o-linear-gradient(357.09deg, #4346FF 0.45%, #02C7FF 100%);
		background: linear-gradient(92.91deg, #4346FF 0.45%, #02C7FF 100%);
		overflow: hidden;
		margin-top: 70px; }
	.links .title {
		color: #fff;
		margin: 20px auto; }
	.links-slider {
		width: 100%;
		margin-top: 0;
		padding: 0; }
	.links-slider__item:nth-of-type(8) .links-slider__img img {
		height: 90%; }
	.links-slider__bg {
		width: 140%;
		height: 240px; }
	.links-slider-wrap {
		margin-top: 10px;
		margin-bottom: 10px; }
	.links-slider__item, .links .slick-slide{
		height: auto;
	}
	a.links-slider__item {
		margin: 0 3px !important;
		min-height: 167px;
	 }
/* 	.links-slider__item {
		height: 140px !important; } */
	li.links-slider__item {
		padding-right: 10px !important;
		margin: 30px 0 !important;}
	.links-slider__item .text {
		width: 60%;
		font-weight: 500;
		font-size: 0.95rem; }
	.links-slider__nav {
		display: none; }
	.links-slider__img {
		width: 45% !important;
		align-self: flex-start; }
	.links-slider__img img {
		height: auto;
		max-width: 120px;
		top: 0;
		left: 0; }
	.help {
		margin-bottom: 40px; }
	.help-wrap {
		padding: 0; }
	.footer {
		background: linear-gradient(90deg, #2E70FF 0%, #15A2FF 100%);}
	.footer-address {
		padding: 60px 0 0;}
	.footer__inner {
		width: 100%;
		padding-left: 0;}
	.footer__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;}
	.footer__text {
		margin: 0 0 60px; 
		text-align: center;}
	.footer__text p{
		margin: 16px 0; }
	.footer__text span {
		display: block;}
	.footer__img {
		display: none; }
	.footer__img-qr {
		text-align: center;
		margin: 80px auto 50px;}
	.hero-page {
		height: 600px;
		background-size: 140% 120%;
		background-position: top center; }
	.hero-page-wrap {
		padding-top: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.hero-page-disconnection {
		margin-bottom: 0; }
	.hero-page__img-contact {
		width: 100%;
		margin: 20px 0 0;
		right: 20px; }
	.hero-page__img-contact img {
		width: 450px; }
	.hero-page__img-contract {
		width: 100%;
		margin: 40px 0 0;
		right: 50px; }
	.hero-page__img-contract img {
		width: 380px; }
	.hero-page__img-disconnection {
		margin: 50px 0 0;
		right: 20px; }
	.hero-page__img-disconnection img {
		width: 380px; }
	.hero-page__img-dispute {
		width: 300px;
		margin: 80px 0 0;
		right: 15px; }
	.hero-page__img-dispute img {
		width: 300px; }
	.hero-page__img-electrical {
		margin: 50px 0 0;
		right: 20px; }
	.hero-page__img-electrical img {
		width: 400px; }
	.hero-page__img-general {
		margin: 0;
		right: 15px; }
	.hero-page__img-general img {
		width: 370px; }
	.hero-page__img-price {
		width: 260px;
		margin: 80px 0 0;
		right: 0; }
	.hero-page__img-price img {
		width: 260px; }
	.hero-page__img-quality {
		width: 400px;
		margin: 40px 0 0;
		right: 0; }
	.hero-page__img-quality img {
		width: 400px; }
	.hero-page__img-user {
		width: 300px;
		margin: 70px 0 0;
		right: -10px; }
	.hero-page__img-user img {
		width: 300px; }
	.hero-page__img-zakon {
		margin: 80px 0 0;
		width: 390px;
		right: 0; }
	.hero-page__img-zakon img {
		width: 390px; }
	.hero-page__img-news {
		width: 290px;
		right: 10px;
		margin: 35px 0 0; }
	.hero-page__img-news img {
		width: 290px; }
	.hero-page__img-info {
		right: 0; 
	 	width: 90%; }
	.hero-page-scroll {
		display: none; }
	.contact-map {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: -60px; }
	.contact-box {
		height: auto; }
	.contact-box__map {
		width: 100%;
		height: 450px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		top: -110px;
		position: relative; }
	.contact-box__map iframe {
		width: 100%;
		height: 450px;
		position: relative; }
	.contact-box__info {
		width: calc(100% - 20px);
		padding: 15px;
		margin: 10px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		position: relative;
		top: 0;
		left: 0;
		-webkit-box-shadow: 0px 0px 20px rgba(172, 172, 167, 0.2);
		box-shadow: 0px 0px 20px rgba(172, 172, 167, 0.2); }
	.contact-box__title {
		margin: 10px 0 20px;
		font-size: 0.9rem; }
	.contact-box__text {
		margin: 10px 0;
		font-size: 0.9rem; }
	.contact-more {
		margin: 0 0 20px; }
	.contact-more .text {
		text-align: left; }
	.contact-more .box:last-of-type {
		margin-bottom: 60px; }
	.contact-footer__text {
		opacity: 1;
		margin-top: 0 !important; }
	.wpcf7-form p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; 
		margin: 30px 0;}
	span.wpcf7-form-control-wrap,
	span.wpcf7-form-control-wrap.textarea {
		width: 90%;
		margin: 15px 0; 
		font-size: 0.9rem;}
	span.wpcf7-form-control-wrap.textarea {
		margin: 20px 0 0;
		overflow-y: scroll; }
	input.input::-webkit-input-placeholder,
	input.input:-ms-input-placeholder,
	input.input::-ms-input-placeholder,
	input.input::placeholder,
	input.input option:first-of-type,
	select.input::-webkit-input-placeholder,
	select.input:-ms-input-placeholder,
	select.input::-ms-input-placeholder,
	select.input::placeholder,
	select.input option:first-of-type,
	textarea.textarea::-webkit-input-placeholder,
	textarea.textarea:-ms-input-placeholder,
	textarea.textarea::-ms-input-placeholder,
	textarea.textarea::placeholder{
		font-size: 0.9rem;}
	.wpcf7{
		margin-bottom: 80px;}
	#contract1,
	#contract2,
	#contract3,
	#contract4,
	#contract5,
	#contract6 {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0; }
	.disconnection {
		padding: 15px 0 0; }
	#disconnection1,
	#disconnection2,
	#disconnection3,
	#disconnection4,
	#disconnection5 {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0; }
	.app {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.app-about {
		width: 100%; }
	.app__img {
		width: 90%;
		padding: 15px 0 35px 25px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1; }
	.app-download {
		margin: 12px auto 0;
		width: 100%; }
	#electrical1,
	#electrical2,
	#electrical3,
	#electrical4,
	#electrical5,
	#electrical6 {
		left: 0;
		right: 0;
		top: 0; }
	.general .box:last-of-type {
		margin-bottom: 70px; }
	#general1,
	#general2,
	#general3,
	#general4 {
		left: 0;
		top: 0;
		right: 0; }
	.price .box:last-of-type {
		margin-bottom: 50px; }
	.quality {
		padding: 0 0 30px; }
	.user {
		padding: 20px 0 60px; }
	.user-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.user-enter {
		width: 100%;
		margin: 0 0 40px; }
	.user-enter__form {
		width: 95%; }
	.user-about {
		width: 100%; }
	.zakon {
		padding: 20px 0 40px; }
	.zakon .box:last-of-type {
		margin-bottom: 40px; }
	.box-news{
		padding: 20px 0 40px; }
	.news-item {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; }
	.news__title {
		font-size: 1.08rem;
		width: 100%;
		text-align: left; 
		margin-top: 20px; }
	.news__img {
		width: 110%;
		height: auto;
		margin: 10px auto 25px;
		z-index: 0;
		left: -5%;
		position: relative; }
	.news__img img {
		width: 100%;
		height: auto; }
	.news-about {
		width: 100%; }
	.news-about p {
		text-align: left; }
	.accordion {
		top: -30px;
		margin-bottom: 20px; }
	.accordionTitle{
		margin-top: 20px; }
	.accordion p {
		text-align: left; }
	.accordion p:first-child {
		margin-top: 20px; }
	.accordion .wp-block-image {
		margin: 40px auto !important;
		width: 100% !important;}
	.accordion .wp-block-image img {
		max-width: 100% !important; }
	.accordion dt {
		padding-right: 20px; }
	.accordionItem {
		width: 100%; }
	.box-news__links {
		margin: 0 auto; }
	#news1 img {
		width: 70px; }
	#news2 img {
		width: 60px; }
	#news3 img {
		width: 75px; } 
	.burger-menu__nav{
		width: 100%;
		padding: 80px 20px 20px 0; }
	.list-info {
		justify-content: center;
		padding: 30px 0; }
	.item-info {
		min-width: 300px; 
		min-height: 220px;
		margin: 24px auto;
		padding: 65px 40px 40px 20px; }
	.item-info .number-mini {
		font-size: 80px;
		left: 15px; }
	.item-info img {
		max-width: 140px; }
	.hero-post{
		height: 110px;
		background-position: top;
		background-size: auto;}
	.post{
		padding: 40px 0 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;}
	.post__img{
		width: 100%; 
		margin-bottom: 0;}
	.post__headline{
		width: 100%;
		padding: 0; 
		margin-bottom: 30px;}
	.post__title{
		font-size: 1.2rem;	}
	.post_content p{
		text-align: left; }
	.post_content .wp-block-image{
		margin: 60px auto;}
}
.date{
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	margin: 20px 0 5px;
	color: #989898; }
.menu-item:last-of-type:hover a:after, .menu-item:last-of-type.current-menu-item a:after {
	bottom: -10.5px;
	left: -2px; }


/* ::-webkit-scrollbar {
	width: 15px; }

::-webkit-scrollbar-track {
	-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
	background-color: #f9f9fd;
	border-radius: 2px; }

::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: linear-gradient(101.54deg, #005bea, #00c6fb); }
 */
.text--left{
	text-align: left;
}
table{
	margin: 50px auto;
}
table td,
table th,
table tf{
	border: 1px solid #E5E5E5;
    padding: 20px ;	
}
table th{
	padding: 30px 20px;
}

.empty{
	padding: 20px;
}

.wp-block-cover, .wp-block-cover-image{
	height: auto;
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56,25%;
    background-color: #fff;
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.new_page__wrap .wp-block-image{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.new_page__wrap .wp-block-image img{
	height: auto !important;
	
}