@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Gilroy', sans-serif;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on;
	min-width: 320px;
	color: #2f2f2f;
	overflow-x: hidden;
	position: relative;
	margin: 0;
}

body.mnu-active {
	overflow: hidden;
}

a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal;
}

ul {
	margin: 0;
	padding: 0;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

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

.c-container {
	width: 1240px;
	margin: auto;
	position: relative;
}

.s-title {
	font-size: 32px;
	font-weight: bold;
	color: #2f2f2f;
	text-align: center;
	margin-bottom: 20px;
}

/* Header */
.header-top {
	background-color: #f5f5f5;
	padding: 10px 0;
}

.header-top-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
	margin-left: 23%;
	white-space: nowrap;
	gap: 6.7%;
}

.header-email {
	background: url(../img/email.png) no-repeat left center;
	padding-left: 25px;
	font-size: 16px;
	color: #2c2c2c;
	margin-left: 71px;
	margin-right: 60px;
	-webkit-transition: .5s;
	transition: .5s;
}

.header-email:hover {
	color: #439bf4;
}

.header-time {
	background: url("../img/time2.png") no-repeat left center;
	padding-left: 25px;
	padding-bottom: 1px;
	font-size: 16px;
	color: #2c2c2c;
	padding-right: 20px;
}

.header-msg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-msg-item {
	padding: 5px 0 5px 35px;
	font-size: 16px;
	color: #2c2c2c;
	margin-right: 20px;
}

.header-msg-item:last-of-type {
	margin-right: 0;
}

.header-whatsapp {
	background: url("../img/whatsapp.png") no-repeat left center;
}

.header-telegram {
	background: url("../img/telega.png") no-repeat left center;
}

.header-wrapper {
	padding: 18px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8%;
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-logo:hover .header-logo-title {
	color: #439bf4;
}

.header-logo img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-logo-text {
	margin-left: 15px;
}

.header-logo-title {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2c2c2c;
	line-height: 1;
	letter-spacing: 2.5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.header-logo-title span {
	color: #439bf4;
}

.header-logo-desc {
	font-size: 15px;
	color: #707070;
}

.header-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-left: -10px;
}

.header-services li {
	/*margin-right: 10px;*/
}

.header-services li:last-child {
	margin-right: 0;
}

.header-services a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 10px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: 500;
	height: 100%;
}

.header-services a:hover {
	background-color: #fff;
	color: #2e88e2;
}

.header-services a:hover .header-services-icon {
	display: none;
}

.header-services a:hover .header-services-icon-hover {
	display: block;
}

.header-services img {
	margin-right: 10px;
}

.header-services-icon-hover {
	display: none;
}

.header-services-item {
	position: relative;
}

.header-services-item.active>a {
	background-color: #fff;
	color: #2e88e2;
}

.header-services-item.active>a .header-services-icon {
	display: none;
}

.header-services-item.active>a .header-services-icon-hover {
	display: block;
}

.header-services-drop {
	width: 520px;
	background-color: #fff;
	position: absolute;
	left: 0;
	padding-top: 20px;
	z-index: 10;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  border-radius: 0 0 4px 4px;
	display: none;
}

.header-services-drop ul {
	padding: 0 0px 20px;
}

.header-services-drop ul li {
	padding-left: 20px;
	padding-right: 20px;
}

.header-services-drop ul li.current_page_item {
	background: #2d71b7;
}

.header-services-drop ul li.current_page_item:hover a,
.header-services-drop ul li.current_page_item a:hover {
	background: none;
	color: #fff;
}

.header-services-drop li {
	display: block;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 5px;
}

.header-services-drop li:last-child {
	margin-bottom: 0;
}

.header-services-drop a {
	padding: 0;
	color: #333;
	-webkit-transition: .5s;
	transition: .5s;
}

.header-services-drop a:hover {
	color: #2e88e2;
}

.header-phones {
	background: url("../img/phone.png") no-repeat left 5px;
	padding-left: 25px;
}

.header-phones-item {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #2c2c2c;
	line-height: 1;
	margin-bottom: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.header-services-drop li.current_page_item a {
	color: #fff;
}

.reviews-slider-item .date-post {
	font-size: 12px;
	color: #444;
	padding-bottom: 10px;
}

.header-phones-item:hover {
	color: #439bf4;
}

.header-phones-item:last-of-type {
	margin-bottom: 0;
}

.header-bottom {
	/* background: -webkit-gradient(linear, left bottom, left top, from(#2e88e2), to(#76b5f4));
	background: linear-gradient(to top, #2e88e2 0%, #76b5f4 100%); */
	background: -webkit-gradient(linear, left bottom, left top, from(#2e88e2), to(#76b5f4));
	background: linear-gradient(to top, #2883df 0%, #23588e 100%);
}

.header-bottom-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-mnu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-left: 30px;
}

.header-mnu li {
	margin-right: 20px;
}

.header-mnu li:last-child {
	margin-right: 0;
}

.header-mnu a {
	padding: 20px 10px;
	font-weight: 500;
	height: 100%;
}

.header-mnu-item {
	position: relative;
}

.header-mnu-item:after {
	content: '';
	width: 7px;
	height: 6px;
	background: url("../img/arrow-down-white.png") no-repeat center;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-mnu-item:hover:after {
	background: url("../img/arrow-down.png") no-repeat center;
}

.header-mnu-item>a {
	padding-right: 25px;
	font-weight: 500;

}

.header-bottom-wrapper li:not(.current_page_item):hover>a,
.header-mnu-item.active>a {
	background-color: #fff;
	color: #439bf4;
	transition: 0.5s;
}
.service__item-btn a{
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#2dad6a), to(#33d17d));
  	background: -o-linear-gradient(left, #2dad6a 0%, #33d17d 100%);
  	background: linear-gradient(to right, #2dad6a 0%, #33d17d 100%);
	color: #fff !important;
	transition: background .3s ease-in-out;
}

.service__item-btn:hover a{
	background: -webkit-gradient(linear, right top, left top, from(#2dad6a), to(#33d17d));
  	background: -o-linear-gradient(right, #2dad6a 0%, #33d17d 100%);
  	background: linear-gradient(to left, #2dad6a 0%, #33d17d 100%);
	color: #fff !important;
}

.video-slider.swiper .swiper-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-mnu-drop {
	background-color: #fff;
	padding: 10px 20px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  border-radius: 0 0 4px 4px;
}

.header-mnu-drop li {
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
}

.header-mnu-drop li:last-child {
	margin-bottom: 0;
}

.header-mnu-drop a {
	padding: 0;
	color: #2f2f2f;
	-webkit-transition: .5s;
	transition: .5s;
}

.header-mnu-drop a:hover {
	color: #439bf4;
}

.header-mnu-drop-wrapper {
	position: absolute;
	width: 520px;
	left: 0;
	z-index: 10;
	display: none;
}

.header-search {
	border: 1px solid #9ec8f2;
	width: 270px;
	height: 37px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 20px;
	background-color: #fff;
}

.header-search-input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 5px;
	border: none;
	font: 14px 'Gilroy', sans-serif;
}

.header-search ::-webkit-input-placeholder {
	color: #8e8e8e;
}

.header-search-btn {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	width: 37px;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(68, 68, 68, 0.21);
	box-shadow: 0px 1px 8px 0px rgba(68, 68, 68, 0.21);
	border: none;
	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;
	cursor: pointer;
}

.header-search-tablet {
	display: none;
}

.header-callback {
	/* margin-left: 80px;
	margin-right: 60px; */
	background-color: #23588e;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 14px;
	-webkit-transition: .5s;
	transition: .5s;
	width: 25%;
	text-align: center;
}

.header-callback:hover {
	background-color: #2d71b7;
}

.header-callback img {
	margin-right: 10px;
}

.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	gap: 20px;
}

.header-fixed {
	background: -webkit-gradient(linear, left top, right top, from(#2e88e2), to(#76b5f4));
	background: linear-gradient(90deg, #2e88e2 0%, #76b5f4 100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.header-fixed.active {
	opacity: 1;
	z-index: 100;
}

.header-fixed-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-fixed-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px;
}

.header-fixed-callback {
	background-color: #23588e;
	padding: 10px 20px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	-webkit-transition: .3s;
	transition: .3s;
}

.header-fixed-callback:hover {
	background-color: #2d71b7;
}

.header-fixed-callback img {
	margin-right: 10px;
}

.header-fixed-msg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 30px;
}

.header-fixed-msg-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	margin-right: 12px;
}

.header-fixed-msg-item:last-of-type {
	margin-right: 0;
}

.header-fixed-msg-item-icon {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-color: #fff;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 6px;
}

.header-fixed-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
}

.header-fixed-phone img {
	margin-right: 10px;
}

.header-fixed .header-services-drop {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.toggle-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 25px;
	display: none;
}

.mnu {
	margin-top: 15px;
}

.mnu li {
	display: block;
	margin-bottom: 20px;
}

.mnu a {
	font-size: 17px;
	font-weight: 600;
	color: #383838;
}

.mnu-content {
	background-color: #fff;
	padding: 30px 15px 60px;
	overflow-y: auto;
	max-height: 90vh;
}

.header-callback {
	padding: 13px 20px;
}

.mnu-content a {
	color: #383838;
}

.mnu-services-item {
	display: block;
	margin-bottom: 7px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #383838;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
}

.mnu-services-item.service__item-btn {
	border-bottom: none;
}

.mnu-services-item.service__item-btn a{
	padding: 10px 33px;
}

.mnu-services-item:not(.service__item-btn):after {
	content: '';
	width: 10px;
	height: 10px;
	background: url("../img/mnu-arrow.png") no-repeat center;
	position: absolute;
	top: 5px;
	right: 5px;
}

.mnu-services-item>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mnu-services-item-icon {
	width: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 13px;
}

.mnu-services-item.active:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mnu-services-drop {
	width: 100%;
	padding-top: 10px;
	padding-left: 35px;
	display: none;
}

.mnu-services-drop li {
	display: block;
	margin-bottom: 10px;
}

.mnu-services-drop a {
	font-size: 14px;
	color: #383838;
}

.mnu-other {
	margin-top: 40px;
	display: none;
}

.mnu-wrapper {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
	-webkit-transition: .5s;
	transition: .5s;
}

.mnu-wrapper.active {
	left: 0;
}

.mnu-wrapper .header-time {
	margin: 15px 0;
}


/*Header old*/
/*.header-top {
	background-color: #f5f5f5;
	padding: 10px 0; }
	.header-top-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }

.header-email {
	background: url("../img/email.png") no-repeat left center;
	padding-left: 25px;
	font-size: 14px;
	color: #2c2c2c;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s; }
	.header-email:hover {
		color: #439bf4; }

.header-time {
	background: url("../img/time.png") no-repeat left center;
	padding-left: 25px;
	padding-bottom: 1px;
	font-size: 14px;
	color: #2c2c2c; }

.header-msg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center; }
	.header-msg-item {
		padding: 5px 0 5px 35px;
		font-size: 14px;
		color: #2c2c2c;
		margin-right: 20px; }
		.header-msg-item:last-of-type {
			margin-right: 0; }

.header-whatsapp {
	background: url("../img/whatsapp.png") no-repeat left center; }

.header-telegram {
	background: url("../img/telega.png") no-repeat left center; }

.header-wrapper {
	padding: 18px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between; }

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center; }
	.header-logo:hover .header-logo-title {
		color: #439bf4; }
	.header-logo img {
		-ms-flex-negative: 0;
				flex-shrink: 0; }
	.header-logo-text {
		margin-left: 15px; }
	.header-logo-title {
		font-size: 28px;
		font-weight: bold;
		text-transform: uppercase;
		color: #2c2c2c;
		line-height: 1;
		letter-spacing: 2.5px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.header-logo-title span {
			color: #439bf4; }
	.header-logo-desc {
		font-size: 15px;
		color: #707070; }

.header-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	list-style: none; }
	.header-services li {
		margin-right: 40px; }
		.header-services li:last-child {
			margin-right: 0; }
	.header-services a {
		color: #2f2f2f;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		font-size: 18px;}
		.header-services a:hover {
			color: #439bf4; }
		.header-services a img {
			margin-right: 7px; }
		.header-services a.active {
			color: #439bf4; }

.header-phones {
	background: url("../img/phone.png") no-repeat left 5px;
	padding-left: 25px; }
	.header-phones-item {
		display: block;
		font-size: 18px;
		font-weight: 600;
		color: #2c2c2c;
		line-height: 1;
		margin-bottom: 5px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.header-phones-item:hover {
			color: #439bf4; }
		.header-phones-item:last-of-type {
			margin-bottom: 0; }

.header-bottom {
	background: -webkit-gradient(linear, left bottom, left top, from(#2e88e2), to(#76b5f4));
	background: -o-linear-gradient(bottom, #2e88e2 0%, #76b5f4 100%);
	background: linear-gradient(to top, #2e88e2 0%, #76b5f4 100%);
	padding: 15px 0; }
	.header-bottom-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }

.header-mnu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none; }
	.header-mnu li {
		margin-right: 75px; }
		.header-mnu li:last-child {
			margin-right: 0; }
	.header-mnu-item {
		position: relative; }
		.header-mnu-item:after {
			content: '';
			width: 7px;
			height: 6px;
			background: url("../img/arrow-down.png") no-repeat center;
			position: absolute;
			right: -15px;
			top: 7px; }
	.header-mnu-drop {
		background-color: #fff;
		-webkit-box-shadow: 0px 1px 8px 0px rgba(68, 68, 68, 0.21);
						box-shadow: 0px 1px 8px 0px rgba(68, 68, 68, 0.21);
		padding: 10px 20px;
		margin-top: 10px; }
		.header-mnu-drop li {
			display: block;
			margin-right: 0;
			margin-bottom: 10px; }
			.header-mnu-drop li:last-child {
				margin-bottom: 0; }
		.header-mnu-drop a {
			color: #2f2f2f;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }
			.header-mnu-drop a:hover {
				color: #439bf4; }
		.header-mnu-drop-wrapper {
			position: absolute;
			width: 270px;
			left: -20px;
			z-index: 100;
			display: none; }

.header-search {
	width: 220px;
	height: 37px;
	-ms-flex-negative: 0;
			flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	border-radius: 20px;
	background-color: #fff; }
	.header-search-input {
		width: 95%;
		height: 100%;
		background-color: transparent;
		padding-left: 20px;
		padding-right: 5px;
		border: none;
		font: 14px 'Gilroy', sans-serif; }
	.header-search ::-webkit-input-placeholder {
		color: #8e8e8e; }
	.header-search-btn {
		width: 37px;
		height: 100%;
		-ms-flex-negative: 0;
				flex-shrink: 0;
		border-radius: 50%;
		background-color: #fff;
		-webkit-box-shadow: 0px 1px 8px 0px rgba(68, 68, 68, 0.21);
						box-shadow: 0px 1px 8px 0px rgba(68, 68, 68, 0.21);
		border: none;
		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;
		cursor: pointer; }

.toggle-nav {
	width: 40px;
	height: 25px;
	background: url("../img/toggle.png") no-repeat center;
	display: none; }
	.toggle-nav.active {
		background: url("../img/close.png") no-repeat center; }

.mnu li {
	display: block;
	margin-bottom: 25px; }
	.mnu li:last-child {
		margin-bottom: 0; }

.mnu a {
	font-size: 17px;
	font-weight: 600;
	color: #383838; }

.mnu-inner {
	padding-top: 15px;
	padding-left: 15px; }
	.mnu-inner a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 15px;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center; }
		.mnu-inner a span {
			width: 20px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-negative: 0;
					flex-shrink: 0;
			margin-right: 8px; }

.mnu-other {
	display: none;
	margin-top: 35px; }
	.mnu-other .header-email {
		margin-bottom: 20px; }
	.mnu-other .header-time {
		margin-bottom: 20px; }

.mnu-wrapper {
	width: 100%;
	position: fixed;
	top: 206px;
	left: -100%;
	background-color: #fff;
	padding: 35px 45px;
	opacity: 0;
	z-index: 100;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s; }
	.mnu-wrapper.active {
		left: 0;
		opacity: 1; }*/

/* Main section */
.main-item {
	position: relative;
}

.main-item-bg {
	width: 100%;
	height: 732px;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-item-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(37, 42, 50, 0.7);
	padding-top: 185px;
}

.main-item-info {
	width: 560px;
}

.main-item-title {
	font-size: 64px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	padding-left: 20px;
	border-left: 4px solid #439bf4;
	margin-bottom: 20px;
}

.main-item-desc {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 30px;
}

.main-item-desc span {
	font-weight: 300;
}

.main-item-list {
	margin-bottom: 50px;
}

.main-item-list li {
	display: block;
	background: url("../img/check.png") no-repeat left 5px;
	padding-left: 25px;
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
}

.main-item-list li:last-child {
	margin-bottom: 0;
}

.main-item-list-span {
	font-weight: bold;
}

.main-item-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-item-btn {
	background: -webkit-gradient(linear, left top, right top, from(#2dad6a), to(#33d17d));
	background: -o-linear-gradient(left, #2dad6a 0%, #33d17d 100%);
	background: linear-gradient(to right, #2dad6a 0%, #33d17d 100%);
	border-radius: 4px;
	padding: 25px 30px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin-right: 10px;
}

.main-item-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#2dad6a), to(#33d17d));
	background: -o-linear-gradient(right, #2dad6a 0%, #33d17d 100%);
	background: linear-gradient(to left, #2dad6a 0%, #33d17d 100%);
}

.main-item-more {
	background: -webkit-gradient(linear, left top, right top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(left, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to right, #3d9cfc 0%, #62b0ff 100%);
	border-radius: 4px;
	padding: 25px 50px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.main-item-more:hover {
	background: -webkit-gradient(linear, right top, left top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(right, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to left, #3d9cfc 0%, #62b0ff 100%);
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-nav-wrapper {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	z-index: 100;
}

.main-arrow-prev {
	margin-right: 20px;
	cursor: pointer;
}

.main-arrow-next {
	margin-left: 20px;
	cursor: pointer;
}

.main-pagination {
	width: auto;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
}

.main-pagination .swiper-pagination-current {
	color: #439bf4;
}

/* Main-services section */
.main-services {
	background-color: #f4f4f4;
	padding: 70px 0 85px;
}

.main-services-title {
	font-size: 36px;
	margin-bottom: 30px;
}

.main-services-tabs-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.main-services-tabs-nav-item {
	width: 25%;
	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: 30px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 600;
	color: #2f2f2f;
	border-right: 1px solid #bddeff;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.main-services-tabs-nav-item:hover {
	color: #439bf4;
}

.main-services-tabs-nav-item:first-of-type {
	border-radius: 4px 0 0 4px;
}

.main-services-tabs-nav-item:last-of-type {
	border: none;
	border-radius: 0 4px 4px 0;
}

.main-services-tabs-nav-item.active {
	background-color: #439bf4;
	color: #fff;
	border-radius: 4px;
}

.main-services-tabs-nav-item-1 .main-services-tabs-nav-item-icon {
	background: url("../img/services-icon-1.png") no-repeat center;
}

.main-services-tabs-nav-item-1.active .main-services-tabs-nav-item-icon {
	background: url("../img/services-icon-1-white.png") no-repeat center;
}

.main-services-tabs-nav-item-2 .main-services-tabs-nav-item-icon {
	background: url("../img/services-icon-2.png") no-repeat center;
}

.main-services-tabs-nav-item-2.active .main-services-tabs-nav-item-icon {
	background: url("../img/services-icon-2-white.png") no-repeat center;
}

.main-services-tabs-nav-item-3 .main-services-tabs-nav-item-icon {
	background: url("../img/services-icon-3.png") no-repeat center;
}

.main-services-tabs-nav-item-3.active .main-services-tabs-nav-item-icon {
	background: url("../img/services-icon-3-white.png") no-repeat center;
}

.main-services-tabs-nav-item-4 .main-services-tabs-nav-item-icon {
	background: url("../img/services-icon-4.png") no-repeat center;
}

.main-services-tabs-nav-item-4.active .main-services-tabs-nav-item-icon {
	background: url("../img/services-icon-4-white.png") no-repeat center;
}

.main-services-tabs-nav-item-icon {
	width: 35px;
	height: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.main-services-tabs-content {
	display: none;
}

.main-services-tabs-content.active {
	display: block;
}

.main-services-link {
	/* background: url("../img/arrow-right.png") no-repeat left center; */
	padding-left: 15px;
	font-size: 21px;
	font-weight: 600;
	color: #2f2f2f;
	margin-bottom: 25px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.main-services-link:hover {
	/* color: #439bf4; */
}

.main-services-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

.main-services-item {
	width: 30.9%;
	margin: 0 15px 30px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.main-services-item:hover .main-services-item-bg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.main-services-item:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(35, 48, 64, 0.7);
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.main-services-item-bg {
	width: 100%;
	height: 357px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.main-services-item-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 35px 30px 0 30px;
	z-index: 4;
}

.main-services-item-title {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	padding-left: 15px;
	border-left: 3px solid #439bf4;
	margin-bottom: 5px;
}

.main-services-item-desc {
	padding-left: 18px;
	font-size: 14px;
	color: #a8a8a8;
}

.main-services-item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	z-index: 4;
}

.main-services-item-text {
	color: #fff;
	line-height: 1.6;
	margin-bottom: 20px;
}

.main-services-item-btn {
	border: 1px solid #32cc7a;
	padding: 15px 50px;
	border-radius: 4px;
	font-weight: 500;
}

.main-services-item-btn:hover {
	background: -webkit-gradient(linear, left top, right top, from(#2dad6a), to(#33d17d));
	background: -o-linear-gradient(left, #2dad6a 0%, #33d17d 100%);
	background: linear-gradient(to right, #2dad6a 0%, #33d17d 100%);
}

/* Problems section */
.problems {
	padding: 70px 0 40px;
}

.problems-title {
	margin-bottom: 20px;
}

.problems-desc {
	color: #2f2f2f;
	line-height: 1.6;
	text-align: center;
}

.problems-desc:last-of-type {
	margin-bottom: 50px;
}

.problems-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.problems-items {
	width: 600px;
}

.problems-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #439bf4;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.problems-item:last-of-type {
	margin-bottom: 0;
}

.problems-item:hover {
	color: #34c277;
}

.problems-item:hover .problems-item-number {
	background-color: #34c277;
	border-color: #c2edd6;
}

.problems-item:hover .problems-item-text {
	border-color: #9adcb5;
}

.problems-item-number {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background-color: #439bf4;
	border: 7px solid #c6e1fc;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: bold;
	color: #fff;
	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;
	margin-right: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.problems-item-text-span {
	font-weight: 600;
}

.problems-item-text-wrap {
	border-bottom: 2px dashed #99b7e0;
}

.problems-img {
	width: 605px;
	border-radius: 8px;
}

.problems-alert {
	padding: 30px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 4px;
	border: 1px dashed #439bf4;
	margin-top: 50px;
}

.problems-alert-info {
	width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.problems-alert-info img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px;
}

.problems-alert-text {
	font-size: 18px;
	font-weight: 500;
	color: #2f2f2f;
	line-height: 1.6;
}

.problems-alert-btn {
	background: -webkit-gradient(linear, left top, right top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(left, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to right, #3d9cfc 0%, #62b0ff 100%);
	border-radius: 4px;
	padding: 30px 45px;
	font-weight: 500;
}

.problems-alert-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(right, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to left, #3d9cfc 0%, #62b0ff 100%);
}

/* Main-works section */
.main-works {
	padding: 30px 0 70px;
}

.main-works-title {
	margin-bottom: 30px;
}

.main-works-wrapper {
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	padding: 5px 30px 20px;
}

.main-works-tabs-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.main-works-tabs-nav-item {
	width: 25%;
	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: 30px;
	background-color: #f4f4f4;
	font-size: 18px;
	font-weight: 600;
	color: #2f2f2f;
	border-right: 1px solid #bddeff;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.main-works-tabs-nav-item:hover {
	color: #439bf4;
}

.main-works-tabs-nav-item:first-of-type {
	border-radius: 4px 0 0 4px;
}

.main-works-tabs-nav-item:last-of-type {
	border: none;
	border-radius: 0 4px 4px 0;
}

.main-works-tabs-nav-item.active {
	background-color: #439bf4;
	color: #fff;
	border-radius: 4px;
}

.main-works-tabs-nav-item-1 .main-works-tabs-nav-item-icon {
	background: url("../img/services-icon-1.png") no-repeat center;
}

.main-works-tabs-nav-item-1.active .main-works-tabs-nav-item-icon {
	background: url("../img/services-icon-1-white.png") no-repeat center;
}

.main-works-tabs-nav-item-2 .main-works-tabs-nav-item-icon {
	background: url("../img/services-icon-2.png") no-repeat center;
}

.main-works-tabs-nav-item-2.active .main-works-tabs-nav-item-icon {
	background: url("../img/services-icon-2-white.png") no-repeat center;
}

.main-works-tabs-nav-item-3 .main-works-tabs-nav-item-icon {
	background: url("../img/services-icon-3.png") no-repeat center;
}

.main-works-tabs-nav-item-3.active .main-works-tabs-nav-item-icon {
	background: url("../img/services-icon-3-white.png") no-repeat center;
}

.main-works-tabs-nav-item-4 .main-works-tabs-nav-item-icon {
	background: url("../img/services-icon-4.png") no-repeat center;
}

.main-works-tabs-nav-item-4.active .main-works-tabs-nav-item-icon {
	background: url("../img/services-icon-4-white.png") no-repeat center;
}

.main-works-tabs-nav-item-icon {
	width: 35px;
	height: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.main-works-tabs-content {
	display: none;
}

.main-works-tabs-content.active {
	display: block;
}

.main-works-slider-wrapper {
	padding: 0 40px;
	position: relative;
}

.main-works-item {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.main-works-item:hover .main-works-item-bg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.main-works-item-bg {
	width: 100%;
	height: 258px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.main-works-item-text {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 0 20px 15px;
	font-size: 17px;
	line-height: 1.4;
}

.main-works-btn {
	margin-top: 30px;
	padding: 20px 50px;
	font-weight: 500;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, right top, from(#2dad6a), to(#33d17d));
	background: -o-linear-gradient(left, #2dad6a 0%, #33d17d 100%);
	background: linear-gradient(to right, #2dad6a 0%, #33d17d 100%);
}

.main-works-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#2dad6a), to(#33d17d));
	background: -o-linear-gradient(right, #2dad6a 0%, #33d17d 100%);
	background: linear-gradient(to left, #2dad6a 0%, #33d17d 100%);
}

.main-works-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	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: 0px 0px 30px 0px rgba(82, 82, 82, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(82, 82, 82, 0.3);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.arrow-prev {
	left: 0;
	background: #fff url("../img/arrow-prev-blue.png") no-repeat center;
}

.arrow-prev:hover {
	background: #439bf4 url("../img/arrow-prev-white.png") no-repeat center;
}

.arrow-next {
	right: 0;
	background: #fff url("../img/arrow-next-blue.png") no-repeat center;
}

.arrow-next:hover {
	background: #439bf4 url("../img/arrow-next-white.png") no-repeat center;
}

/* Main-clients section */
.main-clients {
	background-color: #f4f4f4;
	padding: 70px 0;
}

.main-clients-title {
	margin-bottom: 30px;
}

.main-clients-slider-wrapper {
	padding: 0 100px;
	position: relative;
}

.main-clients-item {
	background-color: #fff;
	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-radius: 8px;
	height: 120px;
}

.main-clients .arrow-prev {
	left: 25px;
}

.main-clients .arrow-next {
	right: 25px;
}

/* Main-contacts section */
.main-contacts {
	background: url("../img/main-contacts-bg.png") no-repeat top;
	background-size: cover;
	padding: 120px 0 100px;
}

/* .main-contacts-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
} */
.main-contacts-wrapper {}

.main-contacts-info {
	width: 500px;
	margin: auto;
}

.main-contacts-title {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.main-contacts-desc {
	border-left: 4px solid #34c277;
	padding-left: 30px;
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 45px;
}

.main-contacts-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.main-contacts-options-title {
	color: #fff;
	margin-bottom: 20px;
}

.main-contacts-phones {
	background: url("../img/phone.png") no-repeat left 3px;
	padding-left: 25px;
}

.main-contacts-phone {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.main-contacts-phone:hover {
	color: #439bf4;
}

.main-contacts-phone:last-of-type {
	margin-bottom: 0;
}

.main-contacts-msg {
	margin-left: 130px;
}

.main-contacts-whatsapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	color: #6ebf3a;
	margin-bottom: 20px;
}

.main-contacts-whatsapp img {
	margin-right: 10px;
}

.main-contacts-telegram {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	color: #3aaae3;
}

.main-contacts-telegram img {
	margin-right: 10px;
}

.main-contacts-form {
	width: 625px;
	margin: auto;
}

.contacts-form {
	text-align: center;
}

.contacts-form-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

.main-contacts-form label {
	color: #fff;
}

.contacts-form-input,
.contacts-form-textarea {
	width: 32%;
	height: 50px;
	padding: 0 20px;
	border-radius: 4px;
	background-color: #fff;
	border: none;
	font: 15px 'Gilroy', sans-serif;
	text-align: center;
	margin-bottom: 15px;
}

.contacts-form ::-webkit-input-placeholder {
	color: #8e8e8e;
}

.contacts-form-textarea {
	width: 100%;
	height: 135px;
	max-width: 100%;
	max-height: 100%;
	padding: 20px;
}

.contacts-form-text {
	white-space: nowrap;
	font-size: 13px;
	color: #9f9f9f;
	margin-bottom: 20px;
}

.contacts-form-text a {
	color: #9f9f9f;
	text-decoration: underline;
}

.contacts-form-btn {
	background: -webkit-gradient(linear, left top, right top, from(#2dad6a), to(#33d17d));
	background: -o-linear-gradient(left, #2dad6a 0%, #33d17d 100%);
	background: linear-gradient(to right, #2dad6a 0%, #33d17d 100%);
	border-radius: 4px;
	border: none;
	padding: 20px 50px;
	font: 500 16px 'Gilroy', sans-serif;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1.5px;
}

.contacts-form-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#2dad6a), to(#33d17d));
	background: -o-linear-gradient(right, #2dad6a 0%, #33d17d 100%);
	background: linear-gradient(to left, #2dad6a 0%, #33d17d 100%);
}

/* Footer */
.footer {
	background-color: #25303b;
	padding-top: 50px;
}

.footer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	gap: 30px;
}

.footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-logo:hover .footer-logo-title {
	color: #439bf4;
}

.footer-logo img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer-logo-text {
	margin-left: 15px;
}

.footer-logo-title {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	letter-spacing: 2.5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer-logo-title span {
	color: #439bf4;
}

.footer-logo-desc {
	font-size: 15px;
	color: #bcbcbc;
}

.footer-mnu {
	padding-left: 10px;
}

.footer-mnu li {
	display: block;
	margin-bottom: 10px;
}

.footer-mnu li:last-child {
	margin-bottom: 0;
}

.footer-mnu a {
	padding-left: 10px;
	font-size: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
}

.footer-mnu a:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #439bf4;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.footer-mnu a:hover {
	color: #439bf4;
}

.footer-mnu-2 .footer-mnu-title {
	border-color: #34c277;
}

.footer-mnu-2 .footer-mnu a:before {
	background-color: #34c277;
}

.footer-mnu-2 .footer-mnu a:hover {
	color: #34c277;
}

.footer-mnu-title {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #bcbcbc;
	border-left: 4px solid #439bf4;
	padding-left: 15px;
	margin-bottom: 15px;
}

.footer-mnu-item {
	margin-right: 50px;
}

.footer-mnu-item:last-of-type {
	margin-right: 0;
}

.footer-mnu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-address {
	background: url("../img/address.png") no-repeat left center;
	padding: 3px 0;
	padding-left: 25px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}

.footer-time {
	background: url("../img/time.png") no-repeat left center;
	padding: 3px 0;
	padding-left: 25px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}

.footer-email {
	background: url("../img/email.png") no-repeat left center;
	padding: 3px 0;
	padding-left: 25px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer-email:hover {
	color: #439bf4;
}

.footer-phones {
	background: url("../img/phone.png") no-repeat left center;
	padding-left: 25px;
}

.footer-phone {
	display: block;
	font-size: 15px;
	margin-bottom: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer-phone:hover {
	color: #439bf4;
}

.footer-phone:last-of-type {
	margin-bottom: 0;
}

.footer-bottom {
	background-color: #2b3b4c;
	padding: 15px 0;
}

.footer-bottom-wrapper {
	text-align: center;
	position: relative;
}

.footer-policy {
	font-size: 14px;
	color: #bcbcbc;
	text-decoration: underline;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	left: 0;
}

.footer-policy:hover {
	color: #439bf4;
	text-decoration: underline;
}

.footer-copy {
	font-size: 14px;
	color: #bcbcbc;
	line-height: 1.4;
}

.crumbs {
	margin-bottom: 30px;
}

.crumbs li {
	display: inline-block;
	padding-right: 15px;
	color: #b3b3b3;
	margin-right: 10px;
	position: relative;
}

.crumbs li:after {
	content: '-';
	font-size: 15px;
	color: #707070;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.crumbs li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.crumbs li:last-child:after {
	display: none;
}

.crumbs a {
	font-size: 15px;
	color: #707070;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.crumbs a:hover {
	color: #439bf4;
}

/* Info page */
.info {
	padding: 20px 0 80px;
}

.info-title {
	font-size: 36px;
	margin-bottom: 30px;
}

.info-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info-item {
	width: 32%;
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	padding: 35px 50px 120px;
	text-align: center;
	position: relative;
}

.info-item-title {
	font-size: 21px;
	font-weight: 600;
	color: #2f2f2f;
	margin-top: 25px;
	margin-bottom: 20px;
}

.info-item-text {
	color: #2f2f2f;
	line-height: 1.6;
}

.info-item-btn {
	background: -webkit-gradient(linear, left top, right top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(left, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to right, #3d9cfc 0%, #62b0ff 100%);
	border-radius: 4px;
	padding: 20px 50px;
	font-weight: 500;
}

.info-item-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(right, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to left, #3d9cfc 0%, #62b0ff 100%);
}

.info-item-btn-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 50px 40px;
}

/* Docs page */
.docs {
	padding: 20px 0 80px;
}

.docs-title {
	font-size: 36px;
	margin-bottom: 40px;
}

.docs-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.docs-item {
	width: 49%;
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	padding: 25px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.docs-item:hover .docs-item-text {
	color: #439bf4;
}

.docs-item img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.docs-item-text {
	margin-left: 30px;
	font-weight: 500;
	color: #2f2f2f;
	line-height: 1.4;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.docs-item-pdf:hover .docs-item-text {
	color: #f1684d;
}

.pagination {
	width: 100%;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.pagination li {
	margin-right: 5px;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination a {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	background-color: #f1f1f1;
	font-size: 14px;
	color: #2f2f2f;
	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-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.pagination a:hover {
	background-color: #439bf4;
	color: #fff;
}

.pagination a.active {
	background-color: #439bf4;
	color: #fff;
}

.pagination-dots a {
	background-color: transparent;
	cursor: auto;
}

.pagination-dots a:hover {
	background-color: transparent;
	color: #2f2f2f;
}

.pagination-prev {
	background: #f1f1f1 url("../img/pagination-arrow-prev.png") no-repeat center;
}

.pagination-prev:hover {
	background: #439bf4 url("../img/pagination-arrow-prev-white.png") no-repeat center;
}

.pagination-next {
	background: #f1f1f1 url("../img/pagination-arrow-next.png") no-repeat center;
}

.pagination-next:hover {
	background: #439bf4 url("../img/pagination-arrow-next-white.png") no-repeat center;
}

/* Works page */
.works {
	padding: 20px 0 80px;
}

.works-title {
	font-size: 36px;
	margin-bottom: 35px;
}

.works .main-services-tabs-nav-item {
	background-color: #f4f4f4;
}

.works .main-services-tabs-nav-item.active {
	background-color: #439bf4;
}

/* Articles page */
.articles {
	padding: 20px 0 80px;
}

.articles-title {
	font-size: 36px;
	margin-bottom: 40px;
}

.articles-item {
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 30px;
}

.articles-item:last-of-type {
	margin-bottom: 0;
}

.articles-item-img {
	width: 382px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 8px 0 0 8px;
	-o-object-fit: cover;
	object-fit: contain;
	height: 284px;
}

.articles-item-info {
	padding: 25px;
	padding-right: 30px;
}

.articles-item-title {
	font-size: 19px;
	font-weight: 600;
	color: #2f2f2f;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-right: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.articles-item-title:hover {
	color: #439bf4;
}

.articles-item-desc {
	line-height: 1.6;
	color: #2f2f2f;
	margin-bottom: 20px;
}

.articles-item-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.articles-item-date {
	font-size: 15px;
	color: #707070;
}

.articles-item-btn {
	background: -webkit-gradient(linear, left top, right top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(left, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to right, #3d9cfc 0%, #62b0ff 100%);
	padding: 20px 40px;
	border-radius: 4px;
	font-weight: 500;
}

.articles-item-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(right, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to left, #3d9cfc 0%, #62b0ff 100%);
}

/* 404 page */
.p-404 {
	padding: 20px 0 140px;
}

.p-404-wrapper {
	padding-top: 50px;
	text-align: center;
}

.p-404-title {
	margin-top: 30px;
	font-size: 44px;
	font-weight: bold;
	color: #2f2f2f;
	margin-bottom: 20px;
}

.p-404-desc {
	font-size: 19px;
	font-weight: 500;
	color: #2f2f2f;
	margin-bottom: 25px;
}

.p-404-btn {
	background: -webkit-gradient(linear, left top, right top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(left, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to right, #3d9cfc 0%, #62b0ff 100%);
	border-radius: 4px;
	padding: 20px 50px;
	font-weight: 500;
}

.p-404-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(right, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to left, #3d9cfc 0%, #62b0ff 100%);
}

/* Reasons page */
.reasons {
	padding: 20px 0 80px;
}

.reasons-title {
	font-size: 36px;
	margin-bottom: 10px;
}

.reasons-desc {
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.reasons-text {
	font-size: 17px;
	color: #2f2f2f;
	text-align: center;
	margin-bottom: 30px;
}

.reasons-options-title {
	font-size: 24px;
	font-weight: bold;
	color: #2f2f2f;
	text-align: center;
	margin-bottom: 50px;
}

.reasons-options-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reasons-options-item {
	width: 32%;
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	padding: 50px 20px 30px;
	position: relative;
	text-align: center;
}

.reasons-options-item-number {
	width: 70px;
	height: 70px;
	background-color: #02bc7d;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reasons-options-item-text {
	font-size: 15px;
	color: #2f2f2f;
	line-height: 1.6;
}

.reasons-options-item-phone {
	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;
	margin-top: 15px;
	font-size: 19px;
	font-weight: bold;
	color: #2f2f2f;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.reasons-options-item-phone:hover {
	color: #439bf4;
}

.reasons-options-item-phone img {
	margin-right: 5px;
}

.reasons .problems-alert {
	margin-bottom: 35px;
}

/* About page */
.about {
	padding: 20px 0 40px;
}

.about-title {
	font-size: 36px;
	margin-bottom: 40px;
}

.about-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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: 605px;
	border-radius: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.about-info {
	padding-left: 30px;
}

.about-subtitle {
	font-size: 22px;
	font-weight: bold;
	color: #2f2f2f;
	line-height: 1;
	padding-left: 13px;
	border-left: 3px solid #439bf4;
	margin-bottom: 15px;
}

.about-text {
	color: #2f2f2f;
	line-height: 1.6;
	margin-bottom: 20px;
}

.about-text:last-of-type {
	margin-bottom: 0;
}

/* Team section */
.team {
	padding: 30px 0;
}

.team-title {
	margin-bottom: 30px;
}

.team-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.team-item {
	width: 23%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	border-radius: 8px;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.team-item-img {
	width: 100%;
	border-radius: 8px 8px 0 0;
}

.team-item-title {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.team-item-who {
	font-weight: 500;
	color: #767676;
}

/* Certificates section */
.certificates {
	padding: 40px 0 80px;
}

.certificates-licence {
	width: 16%;
	margin: 0 10px;
	position: relative;
}

.certificates-licence:hover:before {
	opacity: 1;
}

.certificates-licence:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4) url("../img/zoom.png") no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.certificates-licence img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.certificates-licence-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -10px 20px;
}

.certificates-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}

.certificates-item {
	width: 32%;
	margin: 0 10px;
	position: relative;
}

.certificates-item:hover:before {
	opacity: 1;
}

.certificates-item:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4) url("../img/zoom.png") no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.certificates-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Article page */
.article {
	padding: 20px 0 80px;
	color: #2f2f2f;
}

.article-title {
	font-size: 36px;
	margin-bottom: 30px;
}

.article-name {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.article-date {
	background-color: #34c277;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding: 13px 35px;
}

.article-date-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.article-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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 50px;
}

.article-top-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 49%;
}

.article-top-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-info {
	background-color: #f4f4f4;
	border-radius: 8px;
	padding: 35px;
	margin-bottom: 20px;
}

.article-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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-bottom: 17px;
	position: relative;
}

.article-info-item:before {
	content: '';
	width: 99%;
	border: 1px dashed #2f2f2f;
	opacity: 0.8;
	position: absolute;
	bottom: 5px;
	left: 0;
}

.article-info-item:last-of-type {
	margin-bottom: 0;
}

.article-info-item-title {
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
	background-color: #f4f4f4;
	position: relative;
	z-index: 3;
}

.article-info-item-value {
	background-color: #f4f4f4;
	padding-left: 10px;
	position: relative;
	z-index: 3;
	font-size: 15px;
}

.article-info-wrapper {
	width: 49%;
}

.article-desc {
	border: 1px dashed #439bf4;
	border-radius: 4px;
	padding: 30px 40px;
	line-height: 1.6;
}

.article-text {
	line-height: 1.6;
	margin-bottom: 20px;
}

.article-process {
	padding-top: 20px;
}

.article-process-title {
	font-size: 22px;
	font-weight: bold;
	padding-left: 13px;
	line-height: 1;
	border-left: 3px solid #439bf4;
	margin-bottom: 20px;
}

.article-process-img {
	width: 49%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 45px;
}

.article-process-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
}

.article-process-text-wrap {
	width: 49%;
	margin-bottom: 45px;
}

.article-process-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.article-process-end {
	background-color: #f4f4f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	padding: 20px 30px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.article-process-end img {
	margin-right: 15px;
}

.article-process-end-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.article-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1.6;
	margin-bottom: 20px;
}

.article-list li:last-child {
	margin-bottom: 0;
}

.article-list li span {
	width: 30px;
	height: 30px;
	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-radius: 50%;
	background-color: #439bf4;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

/* Contacts page */
.contacts {
	padding: 20px 0 80px;
	color: #s2f2f2f;
}

.contacts-title {
	font-size: 36px;
	margin-bottom: 40px;
}

.contacts-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts-info {
	width: 460px;
	background-color: #fff;
	border-radius: 8px;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
}

.contacts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.contacts-item:last-of-type {
	margin-bottom: 0;
}

.contacts-item-icon {
	width: 40px;
	height: 40px;
	background-color: #439bf4;
	border-radius: 50%;
	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;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.contacts-item-info {
	padding-top: 10px;
}

.contacts-item-title {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.contacts-item-phone {
	display: block;
	color: #2f2f2f;
	margin-bottom: 10px;
}

.contacts-item-phone:last-of-type {
	margin-bottom: 0;
}

.contacts-item-email {
	color: #439bf4;
}

.contacts-msg {
	padding-left: 60px;
}

.contacts-msg-title {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.contacts-msg-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts-whatsapp {
	background: url("../img/whatsapp.png") no-repeat left center;
	padding: 5px 0 5px 35px;
	font-size: 14px;
	color: #6ebf3a;
	margin-right: 20px;
	height: 25px;
}

.contacts-telegram {
	background: url("../img/telega.png") no-repeat left center;
	padding: 5px 0 5px 35px;
	font-size: 14px;
	color: #439bf4;
}

.contacts-map {
	width: 760px;
}

.contacts-map iframe {
	border-radius: 8px;
}

.contacts-callback {
	background: url("../img/main-contacts-bg.png") no-repeat top;
	background-size: cover;
	padding: 70px 0;
	text-align: center;
}

.contacts-callback-title {
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}

.contacts-callback-desc {
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 30px;
}

.contacts-callback-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contacts-callback .contacts-form {
	width: 860px;
}

.contacts-callback .contacts-form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts-callback .contacts-form-inputs {
	display: block;
	width: 225px;
}

.contacts-callback .contacts-form-input {
	width: 100%;
}

.contacts-callback .contacts-form-textarea {
	width: 620px;
	height: 85%;
}

.contacts-callback label {
	color: #fff;
}

/* Service page */
.service {
	padding: 20px 0 80px;
}

.service-title {
	font-size: 36px;
}

.service-desc {
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
}

.service-other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.service-other-item {
	width: 33.333%;
	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: 30px;
	background-color: #f4f4f4;
	font-size: 18px;
	font-weight: 600;
	color: #2f2f2f;
	border-right: 1px solid #bddeff;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-other-item:hover {
	color: #439bf4;
}

.service-other-item:first-of-type {
	border-radius: 4px 0 0 4px;
}

.service-other-item:last-of-type {
	border: none;
	border-radius: 0 4px 4px 0;
}

.service-other-item.active {
	background-color: #439bf4;
	color: #fff;
	border-radius: 4px;
}

.service-other-item-1 .service-other-item-icon {
	background: url("../img/services-icon-1.png") no-repeat center;
}

.service-other-item-2 .service-other-item-icon {
	background: url("../img/services-icon-2.png") no-repeat center;
}

.service-other-item-3 .service-other-item-icon {
	background: url("../img/services-icon-3.png") no-repeat center;
}

.service-other-item-4 .service-other-item-icon {
	background: url("../img/services-icon-4.png") no-repeat center;
}

.service-other-item-icon {
	width: 35px;
	height: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.service-info {
	padding-top: 70px;
}

.service-info-title {
	margin-bottom: 50px;
}

.service-info-with-photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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-bottom: 20px;
}

.service-info-with-photo-text {
	width: 600px;
}

.service-info-img {
	width: 603px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 20px;
}

.service-info-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}

.service-text {
	line-height: 1.6;
	margin-bottom: 20px;
}

.service-text a {
	color: #439bf4;
	text-decoration: underline;
}

.service-text span {
	font-weight: bold;
}

.service-video-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px -15px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-video-item {
	width: 30.9%;
	margin: 0 15px;
}

.service-video-item-top {
	display: block;
	height: 290px;
	border: 5px solid #353535;
	border-radius: 8px;
	position: relative;
}

.service-video-item-play {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(67, 155, 244, 0.8);
	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-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-video-item-play:hover {
	background-color: #439bf4;
}

.service-video-item-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.service-video-item-text {
	margin-top: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

/* Service-category page */
.service-category {
	padding: 20px 0 40px;
}

.service-category-title {
	font-size: 36px;
	margin-bottom: 35px;
}

.service-category-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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-bottom: 20px;
}

.service-category-top-text {
	width: 605px;
}

.service-category-img {
	width: 603px;
	border-radius: 20px;
}

.service-category-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.service-category-subtitle {
	font-size: 22px;
	font-weight: bold;
	padding-left: 13px;
	border-left: 3px solid #439bf4;
	line-height: 1;
	margin-bottom: 50px;
}

.service-category-text {
	line-height: 1.6;
	margin-bottom: 20px;
}

.service-category-text span {
	font-weight: bold;
}

.service-category-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
}

.service-category-info-item {
	width: 48%;
	border-radius: 8px;
	background-color: #f4f4f4;
	padding-bottom: 35px;
}

.service-category-info-item-red .service-category-info-item-list li {
	background: none;
}

.service-category-info-item-red .service-category-info-item-list li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	border: 4px solid #ec5b22;
	position: absolute;
	left: 0;
	top: 4px;
}

.service-category-info-item-title {
	border-radius: 8px 8px 0 0;
	text-align: center;
	background-color: #439bf4;
	padding: 23px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 25px;
}

.service-category-info-item-list {
	padding: 0 28px;
}

.service-category-info-item-list li {
	padding-left: 25px;
	background: url("../img/check.png") no-repeat left 5px;
	display: block;
	line-height: 1.4;
	margin-bottom: 15px;
	position: relative;
}

.service-category-info-item-list li:last-child {
	margin-bottom: 0;
}

.service-category-btn {
	background: -webkit-gradient(linear, left top, right top, from(#2dad6a), to(#33d17d));
	background: -o-linear-gradient(left, #2dad6a 0%, #33d17d 100%);
	background: linear-gradient(to right, #2dad6a 0%, #33d17d 100%);
	border-radius: 4px;
	padding: 25px 50px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
}

.service-category-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#2dad6a), to(#33d17d));
	background: -o-linear-gradient(right, #2dad6a 0%, #33d17d 100%);
	background: linear-gradient(to left, #2dad6a 0%, #33d17d 100%);
}

.service-category-btn-wrap {
	text-align: center;
}

.video-slider-wrapper {
	padding: 0 60px;
	position: relative;
	margin-top: 50px;
}

.video-slider .service-video-item {
	width: auto;
	margin: 0;
}

.video-arrow-prev {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	cursor: pointer;
	z-index: 10;
}

.video-arrow-next {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	cursor: pointer;
	z-index: 10;
}

/* Articles-bnr section */
.articles-bnr {
	background-color: #f4f4f4;
	padding: 50px 0;
}

.articles-bnr-info {
	width: 830px;
}

.articles-bnr-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

.articles-bnr-text {
	line-height: 1.6;
	margin-bottom: 20px;
}

.articles-bnr-btn {
	background: -webkit-gradient(linear, left top, right top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(left, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to right, #3d9cfc 0%, #62b0ff 100%);
	border-radius: 4px;
	padding: 20px 70px;
	font-weight: 500;
}

.articles-bnr-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(right, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to left, #3d9cfc 0%, #62b0ff 100%);
}

.articles-bnr-img {
	position: absolute;
	top: -115px;
	right: 0;
}

/* Examples page */
.examples {
	padding: 20px 0 80px;
}

.examples-title {
	font-size: 36px;
	margin-bottom: 40px;
}

.examples-tabs-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}

.examples-tabs-nav-item {
	width: 25%;
	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: 30px;
	background-color: #f4f4f4;
	font-size: 18px;
	font-weight: 600;
	color: #2f2f2f;
	border-right: 1px solid #bddeff;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.examples-tabs-nav-item:hover {
	color: #439bf4;
}

.examples-tabs-nav-item:first-of-type {
	border-radius: 4px 0 0 4px;
}

.examples-tabs-nav-item:last-of-type {
	border: none;
	border-radius: 0 4px 4px 0;
}

.examples-tabs-nav-item.active {
	background-color: #439bf4;
	color: #fff;
	border-radius: 4px;
}

.examples-tabs-nav-item-1 .examples-tabs-nav-item-icon {
	background: url("../img/services-icon-1.png") no-repeat center;
}

.examples-tabs-nav-item-1.active .examples-tabs-nav-item-icon {
	background: url("../img/services-icon-1-white.png") no-repeat center;
}

.examples-tabs-nav-item-2 .examples-tabs-nav-item-icon {
	background: url("../img/services-icon-2.png") no-repeat center;
}

.examples-tabs-nav-item-2.active .examples-tabs-nav-item-icon {
	background: url("../img/services-icon-2-white.png") no-repeat center;
}

.examples-tabs-nav-item-3 .examples-tabs-nav-item-icon {
	background: url("../img/services-icon-3.png") no-repeat center;
}

.examples-tabs-nav-item-3.active .examples-tabs-nav-item-icon {
	background: url("../img/services-icon-3-white.png") no-repeat center;
}

.examples-tabs-nav-item-4 .examples-tabs-nav-item-icon {
	background: url("../img/services-icon-4.png") no-repeat center;
}

.examples-tabs-nav-item-4.active .examples-tabs-nav-item-icon {
	background: url("../img/services-icon-4-white.png") no-repeat center;
}

.examples-tabs-nav-item-icon {
	width: 35px;
	height: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.examples-tabs-content {
	display: none;
}

.examples-tabs-content.active {
	display: block;
}

.examples-tabs-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.examples-tabs-inner-nav {
	width: 315px;
	background-color: #f4f4f4;
	border-radius: 8px;
	padding-bottom: 30px;
}

.examples-tabs-inner-nav-title {
	background-color: #2b3b4c;
	border-radius: 8px 8px 0 0;
	text-align: center;
	padding: 18px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	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-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.examples-tabs-inner-nav-title span {
	margin-left: 10px;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
	display: none;
}

.examples-tabs-inner-nav-title.active {
	border-radius: 8px 8px 0 0;
}

.examples-tabs-inner-nav-title.active span {
	-webkit-transform: translateY(-6px) rotate(-180deg);
	-ms-transform: translateY(-6px) rotate(-180deg);
	transform: translateY(-6px) rotate(-180deg);
}

.examples-tabs-inner-nav-items {
	padding: 0 20px;
	padding-right: 35px;
}

.examples-tabs-inner-nav-item {
	padding-left: 17px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.examples-tabs-inner-nav-item:hover {
	color: #439bf4;
}

.examples-tabs-inner-nav-item:hover:before {
	opacity: 1;
}

.examples-tabs-inner-nav-item.active {
	color: #439bf4;
}

.examples-tabs-inner-nav-item.active:before {
	opacity: 1;
}

.examples-tabs-inner-nav-item:before {
	content: '';
	width: 5px;
	height: 11px;
	background: url("../img/arrow-right.png") no-repeat center;
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.examples-tabs-inner-content {
	display: none;
	width: 900px;
}

.examples-tabs-inner-content.active {
	display: block;
}

.examples-subtitle {
	padding-left: 13px;
	border-left: 3px solid #439bf4;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

.examples-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.examples-items .pagination {
	margin-top: 0;
}

.examples-item {
	width: 48.5%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	box-shadow: 0px 0px 73px 0px rgba(82, 82, 82, 0.13);
	padding-bottom: 130px;
	position: relative;
	margin-bottom: 30px;
}

.examples-item-img {
	width: 100%;
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.examples-item-info {
	padding: 0 30px;
}

.examples-item-title {
	margin-top: 20px;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.6;
	margin-bottom: 20px;
}

.examples-item-address {
	background: url("../img/address.png") no-repeat left 5px;
	padding: 5px 0;
	padding-left: 25px;
	font-weight: 600;
	margin-bottom: 20px;
}

.examples-item-task {
	background: url("../img/task.png") no-repeat left 5px;
	padding-left: 25px;
	line-height: 1.6;
}

.examples-item-btn {
	background: -webkit-gradient(linear, left top, right top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(left, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to right, #3d9cfc 0%, #62b0ff 100%);
	border-radius: 4px;
	padding: 20px 55px;
	font-weight: 500;
	letter-spacing: 1px;
}

.examples-item-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(right, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to left, #3d9cfc 0%, #62b0ff 100%);
}

.examples-item-btn-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 45px;
}

/* Popup */
.popup {
	display: none;
}

.request {
	background-color: #fff;
	border-radius: 15px;
	max-width: 450px;
	margin: auto;
	padding: 65px 60px 50px;
	position: relative;
	text-align: center;
}

.request-title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

.request-desc {
	font-size: 17px;
	line-height: 1.6;
	color: #6d6d6d;
	margin-bottom: 20px;
}

.request-input {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border-radius: 4px;
	border: 1px solid transparent;
	background-color: #f4f4f4;
	font: 15px 'Gilroy', sans-serif;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
}

.request-input:focus {
	border-color: #439bf4;
}

.request-input:last-of-type {
	margin-bottom: 0;
}

.request ::-webkit-input-placeholder {
	color: #8e8e8e;
}

.request-text {
	margin: 20px 0;
	font-size: 13px;
	color: #9f9f9f;
	line-height: 1.4;
}

.request-text a {
	color: #9f9f9f;
	text-decoration: underline;
}

.request-btn {
	width: 100%;
	text-align: center;
	padding: 25px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, right top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(left, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to right, #3d9cfc 0%, #62b0ff 100%);
	border: none;
	font: 500 16px 'Gilroy', sans-serif;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
}

.request-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#3d9cfc), to(#62b0ff));
	background: -o-linear-gradient(right, #3d9cfc 0%, #62b0ff 100%);
	background: linear-gradient(to left, #3d9cfc 0%, #62b0ff 100%);
}

.request-success {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 15px;
	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;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.request-success-title {
	margin: 15px 0;
	font-size: 25px;
	font-weight: bold;
}

.request-success-text {
	line-height: 1.6;
	color: #6d6d6d;
}

.video-popup {
	background-color: #fff;
	border-radius: 15px;
	padding: 70px 40px 50px;
	max-width: 1240px;
	margin: auto;
	position: relative;
}

.video-popup iframe {
	border-radius: 15px;
}

.mfp-close-btn-in .mfp-close {
	opacity: 1;
	width: 20px;
	height: 20px;
	background: url("../img/popup-close.png") no-repeat center;
	font-size: 0;
	top: 30px;
	right: 20px;
}

.mfp-bg {
	opacity: 1;
	background: rgba(34, 39, 54, 0.6);
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Reviews section */
.reviews {
	padding: 50px 0 120px;
}

.reviews-wrapper {
	border-radius: 17px;
	background-color: #439BF4;
	padding: 45px 0 60px 50px;
}

.reviews-title {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 45px;
}

.reviews-slider {
	padding-right: 31.5%;
}

.reviews-slider-item {
	background: -o-linear-gradient(179deg, rgba(67, 155, 244, 0.2) 17.21%, rgba(0, 0, 0, 0) 99.27%), #FFF;
	background: linear-gradient(271deg, rgba(67, 155, 244, 0.2) 17.21%, rgba(0, 0, 0, 0) 99.27%), #FFF;
	border-radius: 17px;
	padding: 30px 25px 40px;
}

.reviews-slider-item.swiper-slide-next {
	background: #fff;
}

.reviews-slider-item.swiper-slide-active {
	background: #fff;
}

.reviews-slider-item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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-bottom: 10px;
}

.reviews-slider-item-ava {
	width: 72px;
	height: 72px;
}

.reviews-slider-item-ava img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviews-slider-item-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.reviews-slider-item-text {
	line-height: 1.4;
	color: #333;
	margin-bottom: 10px;
}

.reviews-slider-item-text:last-of-type {
	margin-bottom: 0;
}

.reviews-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.reviews-stars li {
	margin-right: 5px;
}

.reviews-stars li:last-child {
	margin-right: 0;
}

.reviews-stars-no {
	opacity: 0.4;
}

.reviews-bottom {
	margin-top: 35px;
	padding-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reviews-arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	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;
	cursor: pointer;
	margin-right: 10px;
}

.reviews-arrow:last-of-type {
	margin-right: 0;
}

.reviews-btn {
	background-color: #fff;
	padding: 16px 40px;
	font-size: 23px;
	color: #2F2F2F;
}

/* Reviews page */
.p-reviews {
	padding: 30px 0 80px;
}

.p-reviews-title {
	font-size: 35px;
	color: #2F2F2F;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.reviews-item {
	background-color: #fff;
	border-radius: 17px;
	border: 1px solid #D7D7D7;
	padding: 25px 25px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.reviews-item-left {
	width: 270px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.reviews-item-ava {
	width: 72px;
	height: 72px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.reviews-item-ava img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviews-item-info {
	width: 100%;
}

.reviews-item-name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.reviews-item-service {
	font-weight: bold;
}

.reviews-item-service-title {
	margin-top: 5px;
	font-size: 16px;
	color: #333;
	margin-bottom: 3px;
}

.reviews-item-text {
	line-height: 1.4;
	color: #333;
	margin-bottom: 10px;
}

.reviews-item-text:last-of-type {
	margin-bottom: 0;
}

.reviews-item-text-wrap {
	width: 100%;
}

.reviews-form {
	margin-top: 100px;
	width: 920px;
	text-align: center;
}

.reviews-form-title {
	font-size: 40px;
	color: #333;
	font-weight: normal;
	margin-bottom: 30px;
}

.reviews-form-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reviews-form-input,
.reviews-form-textarea {
	width: 30%;
	height: 80px;
	text-align: center;
	border: 1px solid #D9D9D9;
	background-color: #fff;
	font: 20px 'Gilroy', sans-serif;
	padding: 0 20px;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 30px;
}

.reviews-form-input:focus,
.reviews-form-textarea:focus {
	border-color: #439BF4;
}

.reviews-form ::-webkit-input-placeholder {
	color: #999;
}

.reviews-form-textarea {
	width: 100%;
	height: 190px;
	max-width: 100%;
	padding: 20px;
}

.reviews-form-text {
	font-size: 20px;
	color: #999;
	line-height: 1.4;
	margin-bottom: 30px;
}

.reviews-form-btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#72B2F3), to(#439BF4));
	background: -o-linear-gradient(top, #72B2F3 0%, #439BF4 100%);
	background: linear-gradient(180deg, #72B2F3 0%, #439BF4 100%);
	padding: 16px 40px;
	border: none;
	font: 24px 'Gilroy', sans-serif;
	color: #fff;
	cursor: pointer;
}

.reviews-form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Price section */
.price {
	padding: 25px 0;
}

.price .s-title {
	margin-bottom: 30px;
}

.price-table {
	border: 1px solid #D3D3D3;
}

.price-table-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #D3D3D3;
}

.price-table-top-item {
	width: 17.8%;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: 500;
	border-right: 1px solid #DEDEDE;
}

.price-table-top-item:last-of-type {
	border: none;
}

.price-table-top-item-first {
	width: 35.9%;
}

.price-table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price-table-item {
	width: 17.8%;
	padding: 10px 25px;
	font-size: 16px;
	border-right: 1px solid #DEDEDE;
}

.price-table-item:last-of-type {
	border: none;
}

.price-table-item-first {
	width: 35.9%;
}

/* Advantages section */
.advantages {
	padding: 25px 0;
}

.advantages .s-title {
	margin-bottom: 40px;
}

.advantages-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.advantages-item {
	width: 24%;
	margin-bottom: 20px;
	padding: 20px 35px 20px;
	padding-right: 15px;
	border: 1px solid #B5B5B5;
}

/*.advantages-item:last-of-type {
			width: 49.3%; }*/
.advantages-item-icon {
	position: relative;
	margin-bottom: 15px;
}

.advantages-item-icon:before {
	content: '';
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: rgba(219, 219, 219, 0.2);
	position: absolute;
	top: 0;
	left: -10px;
}

.advantages-item-icon img {
	position: relative;
	z-index: 3;
}

.advantages-item-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	z-index: 3;
}

.advantages-list li {
	display: block;
	font-size: 18px;
	padding-left: 20px;
	line-height: 1.3;
	margin-bottom: 15px;
	position: relative;
}

.advantages-list li:before {
	content: '-';
	font-size: 18px;
	color: #3396F8;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

/* Steps section */
.steps {
	padding: 25px 0 50px;
}

.steps .s-title {
	margin-bottom: 50px;
}

.steps-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.steps-item {
	width: 20%;
	padding: 20px 15px;
	margin-bottom: 20px;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
}

.steps-item:hover {
	background-color: #3396F8;
}

.steps-item:hover .steps-item-number {
	color: #fff;
}

.steps-item:hover .steps-item-text {
	color: #fff;
}

.steps-item:last-of-type .steps-item-arrow {
	display: none;
}

.steps-item-number {
	font-size: 75px;
	font-weight: 800;
	color: #3396F8;
	padding-left: 10px;
	margin-bottom: 25px;
	position: relative;
}

.steps-item-number:before {
	content: '';
	width: 77px;
	height: 77px;
	background-color: rgba(219, 219, 219, 0.3);
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

.steps-item-number span {
	position: relative;
	z-index: 3;
}

.steps-item-arrow {
	position: absolute;
	top: 30px;
	right: 20px;
}

.steps-item-text {
	color: #333;
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	z-index: 3;
	-webkit-transition: .3s;
	transition: .3s;
}

.steps-text {
	font-size: 18px;
	line-height: 1.3;
}

.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-betwen {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-licene,
.main-preim {
	padding-top: 40px;
	padding-bottom: 40px;
}

.main-preim .item-preim {
	width: 32%;
	margin-bottom: 20px;
	border-left: 2px solid #2e88e2;
	padding: 20px;
	margin-right: 2%;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.main-preim .item-preim:nth-child(3n+3) {
	margin-right: 0px;
}

.main-preim .item-preim .title {
	font-size: 1.2rem;
	font-weight: bold;
}

.main-licene .item-license {
	width: 48%;
	padding: 20px;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.main-licene .item-license a {
	display: block;
	position: relative;
	overflow: hidden;
}

.main-licene .item-license a:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4) url(../img/zoom.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.main-licene .item-license a:hover::before {
	opacity: 1;
}



/* Adaptive */
@media only screen and (max-width: 1350px) {
	.c-container {
		width: 100%;
		padding: 0 20px;
	}

	.header-services {
		width: 330px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -15px;
	}

	.header-services li {
		width: 50%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.header-mnu li {
		margin-right: 40px;
	}

	.header-msg-item {
		margin-right: 15px;
	}

	.header-wrapper {
		padding: 20px 0 15px;
	}

	.header-logo img {
		width: 40px;
	}

	.header-logo-text {
		margin-left: 10px;
	}

	.header-logo-title {
		font-size: 21px;
	}

	.header-logo-desc {
		font-size: 11px;
	}

	.header-phones-item {
		font-size: 16px;
	}

	.main-services-items {
		margin: 0 -10px -30px;
	}

	.main-services-item {
		width: 31.3%;
		margin: 0 10px 30px;
	}

	.problems-items {
		width: 60%;
	}

	.problems-img {
		width: 38%;
	}

	.problems-alert-info {
		width: 65%;
	}

	.main-works-slider-wrapper {
		padding: 0;
	}

	.main-works .arrow-prev {
		left: -15px;
	}

	.main-works .arrow-next {
		right: -15px;
	}

	.main-clients {
		padding: 60px 0 80px;
	}

	.main-clients-slider-wrapper {
		padding: 0 80px;
	}

	.main-clients-item {
		height: 90px;
	}

	.main-clients-item img {
		width: 80%;
		height: 80%;
		object-fit: scale-down;
	}

	.main-clients .arrow-prev {
		left: 0;
	}

	.main-clients .arrow-next {
		right: 0;
	}

	.main-contacts-form {
		width: 54%;
	}

	.main-contacts-info {
		width: 39%;
	}

	.main-contacts-options {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-contacts-msg {
		margin-left: 0;
	}

	.footer-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-logo {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	.info {
		padding: 20px 0 70px;
	}

	.info-item {
		padding: 35px 20px 120px;
	}

	.info-item-title {
		font-size: 19px;
	}

	.info-item-text {
		font-size: 15px;
	}

	.info-item-btn-wrap {
		padding: 0 20px 40px;
	}

	.docs {
		padding-bottom: 60px;
	}

	.docs-title {
		margin-bottom: 30px;
	}

	.p-404 {
		padding-bottom: 50px;
	}

	.about-img {
		width: 48%;
	}

	.article-info {
		padding: 30px 20px;
	}

	.article-desc {
		padding: 25px 40px;
	}

	.article-list li {
		margin-bottom: 10px;
	}

	.contacts-info {
		width: 47%;
	}

	.contacts-map {
		width: 50%;
	}

	.service-info-with-photo-text {
		width: 48.5%;
	}

	.service-info-img {
		width: 48.5%;
	}

	.service-text {
		font-size: 15px;
	}

	.service-video-items {
		margin: 30px -10px 0;
	}

	.service-video-item {
		margin: 0 10px;
	}

	.service-video-item-top {
		height: 220px;
	}

	.service-video-item-text {
		font-size: 15px;
	}

	.service-category-img {
		width: 48%;
	}

	.service-category-top-text {
		width: 49%;
	}

	.service-category-subtitle {
		margin-bottom: 15px;
	}

	.articles-bnr-info {
		width: 60%;
	}

	.examples-tabs-inner-nav {
		width: 32%;
	}

	.examples-tabs-inner-content {
		width: 65%;
	}

	.examples-item-title {
		font-size: 17px;
	}

	.examples-item-address {
		font-size: 15px;
	}

	.examples-item-task {
		font-size: 15px;
	}

	.header-services {
		width: auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0;
		margin-left: -10px;
	}

	.header-services a {
		height: 100%;
		padding: 15px 10px;
		font-size: 14px;
	}

	.header-services li {
		width: auto;
		margin: 0;
	}

	.header-services-drop {
		width: 450px;
		padding-top: 10px;
	}

	.header-services-drop ul {
		padding: 0 0px 10px;
	}

	.header-services-drop ul li {}

	.header-services-drop li {
		margin-bottom: 10px;
	}

	.header-services-drop a {
		padding: 0;
	}

	.header-callback {
		margin: 0 30px;
	}

	.header-mnu {
		margin-left: 20px;
	}

	.header-mnu li {
		margin-right: 20px;
	}

	.header-mnu a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 15px 5px;
		font-size: 14px;
	}

	.header-mnu-item>a {
		padding-right: 25px;
	}

	.header-mnu-drop {
		width: 400px;
	}

	.header-mnu-drop a {
		padding: 0;
	}

	.header-fixed-callback {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	.header-mnu {
		display: none;
	}

	.toggle-nav {
		display: block;
	}

	.main-item-wrap {
		padding-top: 125px;
	}

	.main-item-bg {
		height: 565px;
	}

	.main-item-title {
		font-size: 46px;
	}

	.main-item-desc {
		font-size: 18px;
	}

	.main-item-desc span {
		display: block;
	}

	.main-services {
		padding: 70px 0;
	}

	.main-services-tabs-nav-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 110px;
		padding: 25px;
		font-size: 16px;
	}

	.main-services-tabs-nav-item-icon {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.main-services-items {
		margin: 0;
		margin-bottom: -30px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-services-item {
		width: 48%;
		margin: 0;
		margin-bottom: 30px;
	}

	.problems-desc:last-of-type {
		margin-bottom: 40px;
	}

	.problems-wrapper {
		display: block;
	}

	.problems-items {
		width: 100%;
		margin-bottom: 40px;
	}

	.problems-img {
		width: 100%;
		text-align: center;
	}

	.problems-alert {
		padding: 30px 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.problems-alert-info {
		width: 100%;
		margin-bottom: 20px;
	}

	.main-works-wrapper {
		padding: 65px 20px 40px;
	}

	.main-works-tabs-nav-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 110px;
		padding: 25px;
		font-size: 16px;
	}

	.main-works-tabs-nav-item-icon {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.main-works .arrow-prev {
		left: -10px;
	}

	.main-works .arrow-next {
		right: -10px;
	}

	.main-contacts {
		padding: 60px 0;
		text-align: center;
	}

	.main-contacts-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.main-contacts-info {
		width: 100%;
		margin-bottom: 40px;
	}

	.main-contacts-desc {
		text-align: left;
		margin-bottom: 30px;
	}

	.main-contacts-options {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-contacts-msg {
		margin-left: 50px;
	}

	.main-contacts-form {
		width: 85%;
	}

	.footer-wrapper {
		padding: 0 80px 60px;
	}

	.footer-mnu-wrapper {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px;
		flex-direction: column;
        gap: 20px;
	}

	.footer-phones {
		padding-right: 40px;
	}

	.footer-bottom-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-policy {
		position: static;
	}

	.info-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info-item {
		width: 48%;
		margin-bottom: 30px;
	}

	.info-item:last-of-type {
		width: 100%;
		margin-bottom: 0;
	}

	.docs-item {
		width: 100%;
	}

	.pagination {
		margin-top: 30px;
	}

	.articles-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: -30px;
	}

	.articles-item {
		width: 48%;
		display: block;
		padding-bottom: 150px;
		position: relative;
	}

	.articles-item:last-of-type {
		margin-bottom: 30px;
	}

	.articles-item-img {
		width: 100%;
		height: 270px;
		border-radius: 8px 8px 0 0;
	}

	.articles-item-info {
		padding-bottom: 40px;
		padding-bottom: 0;
	}

	.articles-item-title {
		padding-right: 0;
		font-size: 17px;
	}

	.articles-item-desc {
		font-size: 15px;
		margin-bottom: 0;
	}

	.articles-item-bottom {
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 0 25px 35px;
	}

	.articles-item-btn {
		margin-top: 20px;
	}

	.p-404 {
		padding-bottom: 80px;
	}

	.p-404-wrapper {
		padding-top: 30px;
	}

	.reasons-options-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.reasons-options-item {
		width: 48%;
		margin-bottom: 60px;
	}

	.reasons-options-item:last-of-type {
		width: 100%;
		margin-bottom: 0;
	}

	.about {
		padding-bottom: 25px;
	}

	.about-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.about-img {
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}

	.about-img img {
		width: auto;
	}

	.about-info {
		padding-left: 0;
	}

	.team {
		padding: 25px 0;
	}

	.team-item-title {
		margin-bottom: 5px;
		font-size: 17px;
	}

	.team-item-who {
		font-size: 15px;
	}

	.certificates {
		padding: 35px 0 70px;
	}

	.certificates-licence {
		margin: 0 7px;
	}

	.certificates-licence-wrapper {
		margin: 0 -7px 20px;
	}

	.article-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.article-top-img {
		width: 100%;
		text-align: center;
	}

	.article-top-img img {
		width: auto;
	}

	.article-info-wrapper {
		width: 100%;
		margin-bottom: 30px;
	}

	.article-process-img {
		width: 100%;
		text-align: center;
	}

	.article-process-img img {
		width: auto;
	}

	.article-process-text-wrap {
		width: 100%;
	}

	.contacts-info {
		padding: 35px;
	}

	.contacts-callback .contacts-form {
		width: 100%;
	}

	.contacts-callback .contacts-form-inputs {
		width: 31%;
	}

	.contacts-callback .contacts-form-textarea {
		width: 67%;
	}

	.service {
		padding-bottom: 60px;
	}

	.service-other-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 110px;
		padding: 25px;
		font-size: 16px;
	}

	.service-other-item-icon {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.service-info {
		padding-top: 60px;
	}

	.service-info-title {
		margin-bottom: 20px;
	}

	.service-info-img {
		width: 100%;
		text-align: center;
	}

	.service-info-img img {
		width: auto;
	}

	.service-info-with-photo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.service-info-with-photo-text {
		width: 100%;
		margin-top: 25px;
	}

	.service-video-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: -30px;
	}

	.service-video-item {
		width: 47%;
		margin-bottom: 30px;
	}

	.service-category-top {
		display: block;
		margin-bottom: 0;
	}

	.service-category-top-text {
		width: 100%;
		margin-top: 25px;
	}

	.service-category-img {
		width: 100%;
		text-align: center;
	}

	.service-category-img img {
		width: auto;
	}

	.service-category-info-item-title {
		padding: 13px;
	}

	.service-category-info-item-list {
		padding-right: 20px;
	}

	.service-category-info-item-list li {
		font-size: 15px;
	}

	.service-category-text {
		font-size: 15px;
	}

	.articles-bnr-info {
		width: 50%;
	}

	.examples-tabs-nav {
		margin-bottom: 35px;
	}

	.examples-tabs-nav-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 110px;
		padding: 25px;
		font-size: 16px;
	}

	.examples-tabs-nav-item-icon {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.examples-tabs-inner {
		display: block;
	}

	.examples-tabs-inner-nav {
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 5px;
	}

	.examples-tabs-inner-nav-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px;
	}

	.examples-tabs-inner-nav-item {
		width: 50%;
	}

	.examples-tabs-inner-content {
		width: 100%;
	}

	.examples-subtitle {
		display: none;
	}

	.reviews-wrapper {
		padding: 40px 20px 50px;
		padding-right: 0;
	}

	.reviews-slider {
		padding-right: 15%;
	}

	.reviews-bottom {
		padding-right: 20px;
	}

	.p-reviews-title {
		font-size: 26px;
	}

	.reviews-form {
		width: 100%;
	}

	.reviews-form-title {
		font-size: 26px;
	}

	.reviews-form-input {
		width: 32%;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.reviews-form-textarea {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.reviews-form-text {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.reviews-form-btn {
		font-size: 20px;
	}

	.price-table-top-item {
		font-size: 16px;
	}

	.price-table-item {
		font-size: 14px;
	}

	.advantages-item {
		width: 32%;
	}

	.advantages-item:nth-of-type(4) {
		width: 48.5%;
	}

	.advantages-item:last-of-type {
		width: 48.5%;
	}

	.steps-item {
		width: 32%;
	}

	.toggle-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header-callback {
		margin: 0;
		margin-right: 30px;
	}

	.header-services {
		display: none;
	}

	.header-search-desctop {
		display: none;
	}

	.header-search-tablet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header-bottom {
		padding: 15px 0;
	}

	.header-bottom-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-fixed {
		display: none;
	}

	.header-fixed.active {
		opacity: 0;
		z-index: -1;
	}

	.header-email {
		margin: 0;
	}

	.header-top-wrapper {
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767px) {
	.header-top {
		display: none;
	}

	.header-services {
		display: none;
	}

	.main-item-bg {
		height: 400px;
	}

	.main-item-wrap {
		padding-top: 50px;
	}

	.main-item-info {
		width: auto;
	}

	.main-item-title {
		font-size: 32px;
		padding-left: 12px;
	}

	.main-item-desc {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.main-item-desc br {
		display: none;
	}

	.main-item-list {
		margin-bottom: 20px;
	}

	.main-item-list li {
		margin-bottom: 7px;
	}

	.main-item-btn {
		font-size: 16px;
		padding: 20px 40px;
		letter-spacing: 0px;
	}

	.main-item-more {
		font-size: 16px;
		padding: 20px 40px;
		letter-spacing: 0px;
	}

	.main-pagination {
		font-size: 21px;
	}

	.main-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.main-nav-wrapper {
		bottom: 30px;
	}

	.s-title {
		font-size: 26px;
	}

	.main-services {
		padding: 50px 0;
	}

	.main-services-title {
		font-size: 26px;
	}

	.main-services-tabs-nav {
		margin-bottom: 25px;
	}

	.main-services-tabs-nav-item {
		height: 90px;
		padding: 20px;
		font-size: 13px;
	}

	.main-services-tabs-nav-item-icon {
		margin-bottom: 5px;
	}

	.main-services-link {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.main-services-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
	}

	.main-services-item {
		width: 80%;
		margin-bottom: 20px;
	}

	.main-services-item:last-of-type {
		margin-bottom: 0;
	}

	.main-services-item-bg {
		height: 320px;
	}

	.problems {
		padding: 50px 0 20px;
	}

	.problems-desc {
		margin-bottom: 10px;
	}

	.problems-desc:last-of-type {
		margin-bottom: 35px;
	}

	.problems-item {
		margin-bottom: 20px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.problems-item-number {
		width: 30px;
		height: 30px;
		border: none;
	}

	.problems-item-text {
		line-height: 1.6;
	}

	.problems-alert {
		padding: 25px 25px 35px;
		text-align: center;
	}

	.problems-alert-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.problems-alert-info img {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.problems-alert-text {
		width: 100%;
		font-size: 15px;
	}

	.main-works .c-container {
		padding: 0;
	}

	.main-works-wrapper {
		border-radius: 0;
		padding: 45px 20px;
	}

	.main-works-slider-wrapper {
		padding: 0 50px;
	}

	.main-works-tabs-nav {
		margin-bottom: 25px;
	}

	.main-works-tabs-nav-item {
		height: 90px;
		padding: 20px;
		font-size: 13px;
	}

	.main-works-tabs-nav-item-icon {
		margin-bottom: 5px;
	}

	.main-works .arrow-prev {
		left: 0;
	}

	.main-works .arrow-next {
		right: 0;
	}

	.arrow {
		width: 35px;
		height: 35px;
	}

	.arrow-prev {
		background: #fff url("../img/arrow-prev-mob.png") no-repeat center;
	}

	.arrow-prev:hover {
		background: #439bf4 url("../img/arrow-prev-white-mob.png") no-repeat center;
	}

	.arrow-next {
		background: #fff url("../img/arrow-next-mob.png") no-repeat center;
	}

	.arrow-next:hover {
		background: #439bf4 url("../img/arrow-next-white-mob.png") no-repeat center;
	}

	.main-clients {
		padding: 50px 0;
	}

	.main-clients-slider-wrapper {
		padding: 0 45px;
	}

	.main-contacts {
		padding-top: 40px;
	}

	.main-contacts-title {
		font-size: 26px;
	}

	.main-contacts-desc {
		font-size: 16px;
		padding-left: 20px;
		margin-bottom: 25px;
	}

	.main-contacts-form {
		width: 100%;
	}

	.contacts-form-inputs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts-form-inner {
		padding: 0 20px;
	}

	.contacts-form-input {
		width: 48%;
		margin-bottom: 10px;
	}

	.contacts-form-text a {
		display: inline-table;
	}

	.contacts-form input[type=email] {
		width: 100%;
	}

	.footer-wrapper {
		padding: 0;
		padding-bottom: 30px;
	}

	.footer-info {
		width: 42%;
	}

	.footer-address {
		background-position: left 5px;
	}

	.footer-time {
		background-position: left 5px;
	}

	.footer-bottom-wrapper {
		display: block;
	}

	.footer-policy {
		margin-bottom: 15px;
	}

	.crumbs {
		margin-bottom: 40px;
	}

	.crumbs li {
		margin-right: 8px;
		font-size: 12px;
		padding-right: 13px;
	}

	.crumbs li:after {
		font-size: 12px;
		top: 55%;
	}

	.crumbs a {
		font-size: 12px;
	}

	.info {
		padding: 20px 0 50px;
	}

	.info-title {
		margin-bottom: 15px;
	}

	.info-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info-item {
		width: 75%;
	}

	.info-item:last-of-type {
		width: 75%;
	}

	.docs {
		padding-bottom: 50px;
	}

	.docs-items {
		margin-bottom: -20px;
	}

	.docs-item {
		padding: 20px;
		margin-bottom: 20px;
	}

	.articles {
		padding-bottom: 50px;
	}

	.articles-title {
		margin-bottom: 20px;
	}

	.articles-item {
		width: 100%;
	}

	.p-404 {
		padding-bottom: 50px;
	}

	.p-404-wrapper {
		padding-top: 0;
	}

	.p-404-title {
		margin-top: 40px;
		font-size: 23px;
	}

	.p-404-desc {
		margin-bottom: 30px;
	}

	.p-404-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.p-404-img img {
		width: 300px;
	}

	.reasons {
		padding-bottom: 50px;
	}

	.reasons-desc {
		margin-bottom: 20px;
	}

	.reasons-text {
		margin-top: 40px;
		font-size: 15px;
	}

	.reasons-options-item {
		width: 100%;
	}

	.reasons .problems-alert {
		display: none;
	}

	.about {
		padding-bottom: 20px;
	}

	.about-title {
		margin-bottom: 20px;
	}

	.about-img {
		width: 100%;
		margin-bottom: 25px;
	}

	.about-subtitle {
		font-size: 20px;
	}

	.about-text {
		font-size: 15px;
	}

	.team {
		padding: 20px 0;
	}

	.team-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.team-item {
		width: 66%;
		margin-bottom: 20px;
	}

	.team-item:last-of-type {
		margin-bottom: 0;
	}

	.certificates {
		padding: 20px 0 50px;
	}

	.certificates-licence {
		width: 30.2%;
		margin-bottom: 20px;
	}

	.certificates-licence-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.certificates-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: -20px;
	}

	.certificates-item {
		width: 45%;
		margin-bottom: 20px;
	}

	.article {
		padding-bottom: 50px;
	}

	.article-title {
		margin-bottom: 15px;
	}

	.article-name {
		font-size: 18px;
	}

	.article-top {
		margin-bottom: 35px;
	}

	.article-info-item {
		display: block;
	}

	.article-info-item:before {
		display: none;
	}

	.article-info-item-title {
		background-color: transparent;
		padding: 0;
	}

	.article-info-item-value {
		padding: 0;
		background-color: transparent;
	}

	.article-desc {
		padding: 20px;
		text-align: center;
		font-size: 15px;
	}

	.article-text {
		font-size: 15px;
	}

	.article-process-title {
		font-size: 20px;
	}

	.article-process-img {
		margin-bottom: 25px;
	}

	.article-process-text-wrap {
		margin-bottom: 25px;
	}

	.article-process-end {
		padding: 25px 55px;
		font-size: 15px;
	}

	.article-process-end img {
		width: 20px;
	}

	.article-process-end-wrap {
		margin-top: 30px;
	}

	.article-list li {
		font-size: 15px;
		line-height: 1.4;
	}

	.contacts {
		padding-bottom: 40px;
	}

	.contacts-title {
		margin-bottom: 20px;
	}

	.contacts-wrapper {
		display: block;
	}

	.contacts-info {
		width: 100%;
		margin-bottom: 20px;
	}

	.contacts-map {
		width: 100%;
	}

	.contacts-callback {
		padding: 40px 0 60px;
	}

	.contacts-callback-desc {
		font-size: 15px;
		margin-bottom: 25px;
	}

	.contacts-callback .contacts-form-inner {
		display: block;
	}

	.contacts-callback .contacts-form-inputs {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.contacts-callback .contacts-form-input {
		width: 48%;
	}

	.contacts-callback .contacts-form-textarea {
		width: 100%;
	}

	.service-title {
		margin-bottom: 10px;
	}

	.service-desc {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.service-other-item {
		height: 90px;
		padding: 20px;
		font-size: 13px;
	}

	.service-other-item-icon {
		margin-bottom: 5px;
	}

	.service-info {
		padding-top: 50px;
	}

	.service-info-title {
		font-size: 22px;
	}

	.service-video-items {
		margin: 0;
		margin-top: 30px;
		margin-bottom: -30px;
	}

	.service-video-item {
		width: 80%;
		margin: 0;
		margin-bottom: 30px;
	}

	.service-video-item-top {
		height: 250px;
	}

	.service-category-subtitle {
		font-size: 20px;
	}

	.service-category-info {
		display: block;
	}

	.service-category-info-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.service-category-info-item:last-of-type {
		margin-bottom: 0;
	}

	.video-slider-wrapper {
		padding: 0 40px;
	}

	.video-arrow-prev {
		left: 0;
	}

	.video-arrow-next {
		right: 0;
	}

	.articles-bnr {
		padding: 50px 0 0;
		text-align: center;
	}

	.articles-bnr-info {
		width: 100%;
	}

	.articles-bnr-img {
		position: static;
	}

	.articles-bnr-title {
		font-size: 26px;
	}

	.articles-bnr-text {
		font-size: 15px;
	}

	.examples {
		padding-bottom: 50px;
	}

	.examples-title {
		margin-bottom: 20px;
	}

	.examples-tabs-nav {
		margin-bottom: 30px;
	}

	.examples-tabs-nav-item {
		height: 90px;
		padding: 20px;
		font-size: 13px;
	}

	.examples-tabs-nav-item-icon {
		margin-bottom: 5px;
	}

	.examples-tabs-inner-nav {
		padding-bottom: 0;
	}

	.examples-tabs-inner-nav-title {
		border-radius: 8px;
		margin-bottom: 0;
	}

	.examples-tabs-inner-nav-title span {
		display: block;
	}

	.examples-tabs-inner-nav-items {
		padding: 0 5px;
	}

	.examples-tabs-inner-nav-drop {
		display: none;
		padding-top: 20px;
		padding-bottom: 5px;
	}

	.examples-tabs-inner-nav-item {
		font-size: 13px;
		margin-bottom: 15px;
		padding-left: 15px;
	}

	.examples-item {
		width: 100%;
	}

	.reviews {
		padding: 20px 0 0;
	}

	.reviews .c-container {
		padding: 0;
	}

	.reviews-wrapper {
		border-radius: 0;
	}

	.reviews-title {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.reviews-arrows {
		display: none;
	}

	.reviews-btn {
		font-size: 18px;
	}

	.reviews-item {
		display: block;
	}

	.reviews-item-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.reviews-item-service-title {
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.reviews-item-service-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 10px;
	}

	.reviews-form {
		margin-top: 50px;
	}

	.reviews-form-inputs {
		display: block;
	}

	.reviews-form-input {
		height: 50px;
		width: 100%;
	}

	.reviews-form-textarea {
		height: 120px;
	}

	.reviews-form-text {
		font-size: 14px;
	}

	.price .c-container {
		padding-right: 0;
	}

	.price .s-title {
		padding-right: 20px;
	}

	.price-table {
		width: 760px;
	}

	.price-table-wrap {
		overflow-x: scroll;
		padding-right: 20px;
	}

	.advantages-item {
		width: 48.5%;
		padding: 20px;
	}

	.advantages-item:nth-of-type(4) {
		width: 48.5%;
	}

	.advantages-item:last-of-type {
		width: 100%;
	}

	.advantages-item-text {
		font-size: 16px;
	}

	.advantages-list li {
		font-size: 16px;
	}

	.steps .s-title {
		margin-bottom: 30px;
	}

	.steps-item {
		width: 50%;
	}

	.steps-item-arrow {
		display: none;
	}

	.steps-text {
		font-size: 16px;
	}

	.header-callback {
		display: none;
	}

	.mnu-other {
		display: block;
	}

	.articles-item-bottom {
		position: relative;
	}

	.adaptive-table {
		width: 100%;
		overflow-x: auto;
	}
}

@media only screen and (max-width: 479px) {
	.c-container {
		padding: 0 15px;
	}

	.header-wrapper {
		padding: 12px 0;
	}

	.header-logo img {
		width: 28px;
	}

	.header-logo-text {
		margin-left: 5px;
	}

	.header-logo-title {
		font-size: 15px;
		letter-spacing: 1.5px;
	}

	.header-logo-desc {
		font-size: 8px;
	}

	.header-phones {
		background: url("../img/phone-mob.png") no-repeat left top;
		padding-left: 15px;
	}

	.header-phones-item {
		font-size: 14px;
	}

	.main .c-container {
		padding-right: 5px;
	}

	.main-item-bg {
		height: 500px;
	}

	.main-item-desc span {
		display: inline;
	}

	.main-item-list-hidemob {
		display: none;
	}

	.main-item-btns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	.main-item-btn {
		width: 60%;
		padding: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	.main-item-more {
		width: 60%;
		padding: 20px;
		text-align: center;
	}

	.main-nav {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	.main-services-title {
		margin-bottom: 15px;
	}

	.main-services-tabs-nav {
		margin-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-services-tabs-nav-item {
		width: 50%;
		border-color: #f4f4f4;
		border-bottom: 1px solid #f4f4f4;
	}

	.main-services-tabs-nav-item-1 {
		border-radius: 4px 0 0 0;
	}

	.main-services-tabs-nav-item-1.active {
		border-radius: 4px 4px 0 0;
	}

	.main-services-tabs-nav-item-2 {
		border-right: none;
		border-radius: 0 4px 0 0;
	}

	.main-services-tabs-nav-item-2.active {
		border-radius: 4px 4px 0 0;
	}

	.main-services-tabs-nav-item-3 {
		border-bottom: none;
		border-radius: 0 0 0 4px;
	}

	.main-services-tabs-nav-item-3.active {
		border-radius: 0 0 4px 4px;
	}

	.main-services-tabs-nav-item-4 {
		border: none;
		border-radius: 0 0 4px 0;
	}

	.main-services-tabs-nav-item-4.active {
		border-radius: 0 0 4px 4px;
	}

	.main-services-link {
		font-size: 16px;
		background-position: left 7px;
		line-height: 1.4;
	}

	.main-services-item {
		width: 100%;
	}

	.main-services-item-title {
		font-size: 20px;
		padding-left: 10px;
	}

	.main-services-item-desc {
		font-size: 13px;
		padding-left: 13px;
	}

	.main-services-item-text {
		font-size: 15px;
	}

	.problems {
		padding-top: 40px;
	}

	.problems-desc {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.problems-desc:last-of-type {
		margin-bottom: 20px;
	}

	.problems-item-number {
		margin-right: 10px;
	}

	.problems-alert {
		padding: 30px 20px 40px;
	}

	.problems-alert-btn {
		width: 100%;
		padding: 25px;
	}

	.main-works-title {
		margin-bottom: 15px;
	}

	.main-works-tabs-nav {
		margin-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-works-tabs-nav-item {
		width: 50%;
		border-color: #fff;
		border-bottom: 1px solid #fff;
	}

	.main-works-tabs-nav-item-1 {
		border-radius: 4px 0 0 0;
	}

	.main-works-tabs-nav-item-1.active {
		border-radius: 4px 4px 0 0;
	}

	.main-works-tabs-nav-item-2 {
		border-right: none;
		border-radius: 0 4px 0 0;
	}

	.main-works-tabs-nav-item-2.active {
		border-radius: 4px 4px 0 0;
	}

	.main-works-tabs-nav-item-3 {
		border-bottom: none;
		border-radius: 0 0 0 4px;
	}

	.main-works-tabs-nav-item-3.active {
		border-radius: 0 0 4px 4px;
	}

	.main-works-tabs-nav-item-4 {
		border: none;
		border-radius: 0 0 4px 0;
	}

	.main-works-tabs-nav-item-4.active {
		border-radius: 0 0 4px 4px;
	}

	.main-works-wrapper {
		padding: 45px 15px;
	}

	.main-works-slider-wrapper {
		padding: 0 20px;
	}

	.main-works-item-bg {
		height: 220px;
	}

	.main-works-item-text {
		font-size: 16px;
	}

	.main-clients-slider-wrapper {
		padding: 0 60px;
	}

	.main-contacts {
		padding: 50px 0;
	}

	.main-contacts-info {
		margin-bottom: 60px;
	}

	.main-contacts-desc {
		padding-left: 10px;
	}

	.main-contacts-options {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-contacts-msg {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 20px;
	}

	.main-contacts-whatsapp {
		width: 51%;
	}

	.main-contacts-telegram {
		width: 51%;
	}

	.contacts-form-inner {
		padding: 0 30px;
	}

	.contacts-form-input {
		width: 100%;
	}

	.contacts-form-text {
		margin-bottom: 25px;
	}

	.contacts-form-text {
		white-space: normal;
	}

	.footer-mnu-title {
		padding-left: 10px;
	}

	.footer-mnu-item {
		margin-right: 20px;
	}

	.footer-info {
		width: 100%;
	}

	.footer-phones {
		padding-right: 0;
		width: 100%;
		margin-top: 20px;
	}

	.info-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.info-item:last-of-type {
		width: 100%;
	}

	.info-item-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.docs-title {
		margin-bottom: 20px;
	}

	.docs-item-text {
		margin-left: 20px;
		font-size: 15px;
	}

	.docs-item img {
		width: 30px;
	}

	.pagination-dots {
		display: none;
	}

	.pagination-hidemob {
		display: none;
	}

	.articles-title {
		margin-bottom: 30px;
	}

	.articles-item {
		text-align: center;
	}

	.p-404-img img {
		width: 260px;
	}

	.p-404-title {
		font-size: 20px;
	}

	.p-404-desc {
		font-size: 15px;
	}

	.p-404-btn {
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	.reasons-desc {
		font-size: 16px;
	}

	.reasons-options-title {
		font-size: 20px;
	}

	.team-item {
		width: 100%;
	}

	.certificates-licence {
		width: 48%;
		margin: 0;
		margin-bottom: 20px;
	}

	.certificates-licence-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
	}

	.certificates-items {
		margin: 0;
		margin-bottom: -20px;
	}

	.certificates-item {
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.article-process-end {
		padding: 25px 10px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contacts-info {
		padding: 35px 15px;
	}

	.contacts-msg-items {
		display: block;
	}

	.contacts-whatsapp {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.contacts-callback .contacts-form-input {
		width: 100%;
	}

	.service-other {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.service-other-item {
		width: 50%;
		border-color: #fff;
		border-bottom: 1px solid #fff;
	}

	.service-other-item:first-of-type {
		border-radius: 8px 0 0 0;
	}

	.service-other-item:nth-of-type(2) {
		border-right: none;
		border-radius: 0 8px 0 0;
	}

	.service-other-item:last-of-type {
		width: 100%;
		border: none;
		border-radius: 0 0 8px 8px;
	}

	.service-info-img {
		border-radius: 15px;
	}

	.service-info-img img {
		border-radius: 15px;
	}

	.service-info-with-photo-text {
		margin-top: 20px;
	}

	.service-video-item {
		width: 100%;
	}

	.service-video-item-top {
		height: 205px;
	}

	.service-category-img {
		border-radius: 15px;
	}

	.service-category-info-item {
		padding-bottom: 25px;
	}

	.service-category-info-item-list {
		padding: 0 20px;
	}

	.video-arrow-prev {
		top: 33%;
	}

	.video-arrow-next {
		top: 33%;
	}

	.video-slider-wrapper {
		padding: 0;
	}

	.video-slider .service-video-item-top {
		height: 165px;
		margin: 0 25px;
	}

	.request {
		padding: 70px 20px 50px;
	}

	.request-title {
		font-size: 18px;
	}

	.request-desc {
		font-size: 14px;
	}

	.request-success-title {
		font-size: 18px;
	}

	.request-success-text {
		font-size: 14px;
	}

	.examples-tabs-nav {
		margin-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.examples-tabs-nav-item {
		width: 50%;
		border-color: #fff;
		border-bottom: 1px solid #fff;
	}

	.examples-tabs-nav-item-1 {
		border-radius: 4px 0 0 0;
	}

	.examples-tabs-nav-item-1.active {
		border-radius: 4px 4px 0 0;
	}

	.examples-tabs-nav-item-2 {
		border-right: none;
		border-radius: 0 4px 0 0;
	}

	.examples-tabs-nav-item-2.active {
		border-radius: 4px 4px 0 0;
	}

	.examples-tabs-nav-item-3 {
		border-bottom: none;
		border-radius: 0 0 0 4px;
	}

	.examples-tabs-nav-item-3.active {
		border-radius: 0 0 4px 4px;
	}

	.examples-tabs-nav-item-4 {
		border: none;
		border-radius: 0 0 4px 0;
	}

	.examples-tabs-nav-item-4.active {
		border-radius: 0 0 4px 4px;
	}

	.examples-tabs-inner-nav-title {
		padding: 15px;
	}

	.examples-tabs-inner-nav-items {
		display: block;
	}

	.examples-tabs-inner-nav-item {
		width: 100%;
	}

	.examples-item-title {
		font-size: 16px;
	}

	.price .s-title {
		padding-right: 15px;
	}

	.price-table-top-item {
		font-size: 14px;
	}

	.price-table-item {
		font-size: 12px;
	}

	.price-table-wrap {
		padding-right: 15px;
	}

	.advantages-item {
		width: 100%;
		text-align: center;
	}

	.advantages-item:nth-of-type(4) {
		width: 100%;
	}

	.advantages-item-icon img {
		width: 50px;
	}

	.advantages-item-icon:before {
		width: 80px;
		height: 80px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.advantages-item-text {
		font-size: 14px;
	}

	.advantages-list li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.steps-item {
		margin-bottom: 0;
		text-align: center;
		padding: 15px 0;
	}

	.steps-item:hover {
		background-color: #fff;
	}

	.steps-item:hover .steps-item-number {
		color: #3396F8;
	}

	.steps-item:hover .steps-item-text {
		color: #000;
	}

	.steps-item-number {
		padding-left: 0;
		font-size: 55px;
		margin-bottom: 10px;
	}

	.steps-item-number:before {
		width: 70px;
		height: 70px;
		top: -3px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.steps-item-text {
		font-size: 13px;
	}

	.steps-text {
		font-size: 14px;
		text-align: center;
	}

	.header-search {
		width: 200px;
	}

	.main-preim .item-preim {
		width: 100%;
		margin-right: 0%;

	}
}

@media only screen and (max-width: 400px) {
	.main-item-btn {
		width: 205px;
	}

	.main-item-more {
		width: 205px;
	}

	.reviews-slider-item-title {
		font-size: 16px;
	}

	.reviews-slider-item-text {
		font-size: 14px;
	}

	.reviews-bottom {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.reviews-btn {
		text-align: center;
		font-size: 16px;
	}

	.reviews-item-name {
		font-size: 16px;
	}

	.reviews-item-service {
		font-size: 14px;
	}

	.reviews-item-service-title {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.reviews-item-service-wrap {
		margin-top: 5px;
		display: block;
	}

	.reviews-item-text {
		font-size: 14px;
	}

	.reviews-form-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.reviews-form-text {
		font-size: 12px;
	}

	.reviews-form-input,
	.reviews-form-textarea {
		font-size: 14px;
	}

	.reviews-form-btn {
		width: 100%;
		font-size: 18px;
	}
}

.nav-link a {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid;
	color: #3396F8;
	margin: 5px;
}

@media (max-width:768px) {
    section.article.c-container img {
        width: 600px;
        left: 50%;
        transform: translate(50%, 0%);
    }
}

.block-etapi {
    margin: 30px 0px;
}

.blocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    counter-reset: item-counter;
}

.blocks > div {
    width: calc(33% - 10px);
    margin: 5px;
    min-width: 320px;
}

.block-p {
    padding: 10px;
    text-align: right;
    margin: 10px 20px;
    font-weight:600;
    position:relative;
}

.block-p:after {
    position:absolute;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-align: center;
    left: -20px;
    border-radius: 50%;
    top: 5px;
    counter-increment: item-counter; /* Увеличение счётчика */
    content: counter(item-counter) ". "; /* Вывод значения */
    border: 1px solid grey;
    box-shadow: 1px 1px 2px 2px #80808066;
    color: grey;
}

.block span {
    text-align:justify;
}

/* Основные стили меню */
.header-services-item {
  list-style: none;
  padding: 0;
  margin: 0;
  /* display: flex; */
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}

.header-services-item > .menu-item {
  position: relative;
  padding: 10px 15px;
}

.header-services-item > .menu-item > a {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* Стили подменю (изначально скрыто) */
.header-services-item .sub-menu {
  display: none;
/*   position: absolute;
  top: 100%;
  left: 100%;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  border-radius: 4px; */
  padding: 10px 0;
  margin: 0;
  list-style: none;
/*   z-index: 1000; */
}

/* Показ подменю при наведении */
.header-services-item > .menu-item:hover > .sub-menu {
  display: block;
}

/* Стили для пунктов подменю */
.header-services-item .sub-menu .menu-item {
  padding: 8px 20px;
  white-space: nowrap;
}

.header-services-item .sub-menu .menu-item a {
  color: #555;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.header-services-item .sub-menu .menu-item a:hover {
  color: #000;
  padding-left: 5px;
}

/* Стрелка для пунктов с подменю */
.header-services-item .menu-item-has-children > a:after {
  content: "▼";
  font-size: 10px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

/* Второй уровень подменю */
.header-services-item .sub-menu .menu-item-has-children > a:after {
  content: "▶";
  float: right;
}

.header-services-item .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}

/* Анимация выпадающего меню */
.header-services-item .sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.header-services-item > .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform:translateY(0);
}

/* Подсветка активного пункта меню */
.header-services-item > .menu-item:hover > a {
  color: #0066cc;
}
       
        .important-note {
            background: #f8f9fa;
            border-left: 4px solid #e74c3c;
            padding: 15px 20px;
            margin: 20px 0;
            border-radius: 4px;
        }
        
        .step-box {
            background: #e8f4fd;
            border: 1px solid #3498db;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }
        
        .step-title {
            color: #2c3e50;
            font-weight: bold;
            margin-bottom: 10px;
            display: block;
        }
        
        .consequences-box {
            background: #ffeaa7;
            border: 1px solid #fdcb6e;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }
        .installation-guide {
            max-width: 1000px;
            margin: 0 auto;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            overflow: hidden;
        }
        
        .step-header {
            background: linear-gradient(135deg, #2c3e50 0%, #4a6572 100%);
            color: white;
            padding: 40px 30px;
            text-align: center;
        }
        
        .step-header h1 {
            font-size: 2.5em;
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .step-header p {
            font-size: 1.2em;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .steps-container {
            padding: 30px;
        }
        
        .step {
            display: flex;
            margin-bottom: 25px;
            background: #f8f9fa;
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 5px solid #3498db;
        }
        
        .step:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
        
        .step-number {
            background: #3498db;
            color: white;
            font-size: 1.8em;
            font-weight: bold;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 80px;
        }
        
        .step-content {
            padding: 25px;
            flex-grow: 1;
        }
        
        .step-title {
            color: #2c3e50;
            font-size: 1.4em;
            font-weight: 600;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .step-icon {
            margin-right: 10px;
            font-size: 1.2em;
        }
        
        .step-description {
            color: #555;
            line-height: 1.6;
        }
        
        .conclusion {
            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
            padding: 30px;
            text-align: center;
            border-top: 3px solid #2196f3;
            margin-top: 20px;
        }
        
        .conclusion p {
            font-size: 1.1em;
            color: #1565c0;
            font-weight: 500;
            max-width: 800px;
            margin: 0 auto;
        }
        
        @media (max-width: 768px) {
            .step {
                flex-direction: column;
            }
            
            .step-number {
                min-width: 100%;
                padding: 15px;
            }
            
            
            .steps-container {
                padding: 20px;
            }
        }
        
        @media (max-width: 480px) {
            
            .step-title {
                font-size: 1.2em;
            }
            
            .step-content {
                padding: 20px;
            }
        }

         article ul {
            padding-left: 20px;
        }
        article li {
            margin-bottom: 5px;
        }
        article table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        article th, td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }
        article th {
            background-color: #f2f2f2;
            font-weight: bold;
        }
        article .highlight {
            background-color: #f9f9f9;
            padding: 15px;
            border-left: 4px solid #3498db;
            margin: 15px 0;
        }       

        .content-section {
            border-radius: 8px;
            padding: 30px;
            margin-bottom: 30px;
        }
        
        .content-section h2 {

            padding-bottom: 10px;
            border-bottom: 2px solid #eaeaea;
            font-size: 1.8rem;
        }
        
        .content-section h3 {
            color: #2a5298;
            margin: 25px 0 15px;
            font-size: 1.4rem;
        }
        
        .content-section p {
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .content-section ul {
            margin: 15px 0;
            padding-left: 20px;
        }
        
        .content-section li {
            position: relative;
        }
        
        .highlight-box {
            background-color: #f0f7ff;
            border-left: 4px solid #2a5298;
            padding: 20px;
            margin: 20px 0;
            border-radius: 0 5px 5px 0;
        }
        
        .stages-list {
            counter-reset: stage-counter;
            list-style-type: none;
            padding-left: 0;
        }
        
        .stages-list li {
            counter-increment: stage-counter;
            margin-bottom: 25px;
            padding-left: 50px;
            position: relative;
        }
        
        .factors-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }
        
        .factor-card {
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .factor-card h4 {
            color: #1e3c72;
            margin-bottom: 10px;
        }
        
        .advantages-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }
        
        .advantage-item {
            background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #d1e3ff;
        }
        
        .advantage-item h4 {
            color: #1e3c72;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .company-highlight {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 30px;
            border-radius: 8px;
            margin: 30px 0;
            text-align: center;
        }
        
        .company-highlight h3 {
            color: white;
            margin-bottom: 15px;
        }
        
        footer {
            text-align: center;
            padding: 20px;
            margin-top: 40px;
            color: #666;
            border-top: 1px solid #eaeaea;
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            
            .factors-grid, .advantages-list {
                grid-template-columns: 1fr;
            }
            
            .content-section {
                padding: 20px;
            }
        }

        