@font-face {
  font-family: 'Tahoma';
  src: url("fonts/regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Tahoma';
  src: local("Tahoma"), local("TahomaBold"), url("../fonts/Tahoma-Bold/Tahoma-Bold.eot"), url("fonts/bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.fancybox-inner > div {
	border-width: 0;
	width: 100%;
	background: url(https://abvpravo.ru/wp-content/uploads/2021/06/shutterstock_507689485.png);
	background-size: auto 100%;
	background-position: left 5% bottom;
	background-repeat: no-repeat;
}

.fancybox-inner > #form_popup5 {
	border-width: 0 !important;
	width: 600px;
	background: none;
}

.fancybox-inner .wpcf7 {
	width: 600px;
	padding-left: 36%;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

input, textarea, button {
	font-family: 'Tahoma';
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

.agree,
span[data-name="agree"]{
	display: none;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #47474794;
}

::-moz-placeholder {
	color: #47474794;
}

:-moz-placeholder {
	color: #47474794;
}

:-ms-input-placeholder {
	color: #47474794;
}

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #000000;
	font-size: 14px;
	font-family: Tahoma;
}

.wrapper {
	height: auto;
	min-height: 100%;
}

.bg {
	height: 200px;
}

footer {
	width: 100%;
	height: auto;
	margin: -200px 0px 0px 0px;
	background: #23282d;
	z-index: 101;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.container {
	max-width: 1170px;
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 426px) { 
	#toggle {
    	display: none;
	}
} 
 
@media screen and (max-width: 425px) { 
	#popout {
		position: fixed;
		height: 100%;
		width: 250px;
		background: rgba(26, 26, 26, .9);
		color: white;
		top: 0;
		left: -250px;
		overflow: auto;
		z-index: 1000;
	}
	
	#toggle {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 6%;
		right: 6%;
	}
	
	#toggle img {
		width: 80%;
	}
	
	.nav ul {
		flex-direction: column;
		padding: 20px;
	}
	
	.nav ul li { 
		border-bottom: 1px solid #dfdfdf; 
		padding: 20px;
		width: 100%;
		justify-content: center;
		height: 68px;
		display: inline-flex;
		align-items: center;
		width: 100%;
	}
	
	.nav ul li a { 
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		text-transform: uppercase;
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background-color: #2a2f38;
	padding: 10px 0px;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.2s linear;
	padding: 0;
}

header.header_fixed #logo img {
	height: 40px;
}

header #logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

header #logo span {
	color: #00a74f;
	text-transform: uppercase;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
}

header #logo img {
    height: 50px;
    transition: 0.2s linear;
}

header ul {
	display: flex;
	margin: 0;
	position: relative;
}

.sub-menu {
	display: none;
	position: absolute;
	background-color: #2a2f38;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 0;
	left: 0;
	flex-wrap: wrap;
	padding: 50px 20px 20px 20px;
	transition: 0.2s ease-in-out;
}

@keyframes ani {
	0% {transform: translateY(-2%); opacity: 0;}
	100% {transform: translateY(0); opacity: 1;}
}

.menu-item-has-children:hover .sub-menu {
	display: flex;
	top: 100%;
	animation: ani 1s forwards;
}

.sub-menu li {
	width: 100%;
}

.sub-menu li a {
	text-align: left;
	margin: 5px 0px;
}

header ul a {
	display: block;
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	transition: 0.2s linear;
	margin: 0px 10px;
}

header ul a:hover,
.current-menu-item a {
    color: #28b761;
}

header .contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

header .phone {
	margin-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	font-size: 21px;
	display: flex;
	align-items: center;
	height: 17px;
}

header .phone:before {
	content: '';
	position: relative;
	top: 1px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 14px;
	background: url(images/phone-icon.png);
	background-size: 100%;
}

header .email {
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	height: 17px;
}

header .email:before {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 15px;
	background: url(images/mail-icon.png);
	background-repeat: no-repeat;
}

header .rezim {
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	display: flex;
	align-items: center;
	height: 17px;
}

header .rezim:before {
	content: '';
	position: relative;
	top: 0px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 15px;
	background: url(images/clock.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

header .hamb {
    display: none;
}

.btn {
	max-width: 90%;
	display: flex;
	width: 191px;
	height: 40px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #fc8800;
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	transition: all 0.4s;
}

.fancybox-wrap .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 100%;
	height: 40px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #fc8800;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	padding: 0;
}

.contacts input.wpcf7-submit {
	display: flex;
	width: 191px;
	height: 40px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #fc8800;
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	transition: all 0.4s;
	margin: 15px auto 0 auto;
}

.pos_abs {
	position: sticky;
	top: 15%;
	z-index: 999;
	left: 0%;
}

.btn_abs {
	position: absolute;
	margin-top: 35px;
}

.btn_abs a {
	position: relative;
	width: 200px;
	height: 50px;
	display: flex;
	margin-bottom: 20px;
}

.btn_abs a p {
	display: flex;
	align-items: center;
	text-align: center;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	transition: 0.5s all ease;
	font-size: 14px;
	line-height: normal;
	padding: 0px 10px 0px 10px;
	position: relative;
	margin-bottom: 0 !important;
	width: 170px;
	justify-content: center;
	border-radius: 0px 30px 30px 0px;
}

.btn_abs a:nth-of-type(1) p {
	background: #fc8800;
}

.btn_abs a:nth-of-type(2) p {
	background: #00a556;
}

.btn_abs a:nth-of-type(1) p:hover {
	background: #000000;
}

.btn_abs a:nth-of-type(2) p:hover {
	background: #000000;
}

.welcome {
	position: relative;
	min-height: 700px;
	padding-top: 100px;
	background: url(images/fon.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 110px 0px 40px 0px;
}

.welcome:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(26, 39, 48, 0.7);
}

.welcome .container {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.welcome .left {
	width: 35%;
}

.welcome .right {
	width: 60%;
}

.welcome .right .form-heading p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	margin: 20px 0px 20px 0px;
	text-align: center;
	text-transform: unset;
}

.welcome .right .form_rashet {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.welcome .right .form_rashet .contl {
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	background-color: rgb(33 32 30 / 0.5);
	width: 49%;
	padding: 20px;
}

.welcome .right .form_rashet .contr {
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	background-color: rgb(33 32 30 / 0.5);
	width: 49%;
	padding: 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.welcome .right .form_rashet .info {
	color: #ffffff;
	font-size: 13px;
}

.welcome .right .form_rashet .label {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
}

.welcome .right .form_rashet .label label {
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 1;
	color: #fc8800;
	font-weight: 300;
}

.welcome .right .form_rashet .input span input {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 34px;
	padding: 0px 20px;
	color: #182c25;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	border: none;
	background: #f6f7f5;
	border-radius: 24px;
}

.welcome .right .form_rashet span select {
	width: 100%;
	padding: 0px 10px 0px 10px;
	height: 34px;
	border: none;
	background: #f6f7f5;
	border-radius: 24px;
}

    

.welcome .right .form_rashet .wpcf7-radio_custom span.wpcf7-list-item-label,
.welcome .right .form_rashet .wpcf7-checkbox_custom span.wpcf7-list-item-label {
	color: #f1f6f3;
	font-weight: 300;
	line-height: 1;
	margin-left: 5px;
	font-size: 13px;
}

.welcome .right .form_rashet .wpcf7-radio_custom,
.welcome .right .form_rashet .wpcf7-checkbox_custom {
	display: flex;
	flex-direction: column;
}

.welcome .right .form_rashet .wpcf7-list-item {
	line-height: 1;
	display: inline-flex;
	align-items: center;
	margin-bottom: 5px;
}

.welcome .right .form_rashet .itog {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	margin-bottom: 20px;
	color: #f1f6f3;
	font-size: 16px;
}

.welcome .right .form_rashet .month {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.welcome .right .form_rashet .month .block {
	display: flex;
	flex: 1;
	justify-content: center;
	text-align: center;
	margin: 0px 0px 0px 20px;
	border-bottom: 1px solid #ffffff;
}

.welcome .right .form_rashet .month .number {
	margin: 0px 10px
}
 
.welcome .right .form_rashet .allItog {
	display: inline-flex;
	width: 100%;
	margin-top: 8px;
	border-bottom: 1px solid #ffffff;
}

.welcome .right .form_rashet .itog label {
	font-size: 16px;
	line-height: 1;
	color: #f1f6f3;
	font-weight: 300;
	letter-spacing: -0.3px;
	width: auto;
}

.welcome .right .form_rashet .itog > span {
	width: auto;
}

.welcome .right .form_rashet .itog span input {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	width: calc(100% - 10px);
	padding: 0px 10px 3px 0px;
	margin: 0px 0px 0px 0px;
	color: #f1f6f3;
	font-size: 17px;
	border: none;
	background: none;
	/* border-bottom: 1px solid #ffffff; */
}

.welcome .wpcf7 .input_button {
	position: relative;
}

.welcome .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 100%;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #fc8800;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	cursor: pointer;
	margin-top: 0px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	line-height: 1;
	padding: 0;
}

.welcome .wpcf7 input.wpcf7-submit:hover {
	background-color: #00a556;
	color: #ffffff;
}

.welcome .wpcf7 .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	transform: translateY(50%);
}

.welcome h1 {
	margin: 0;
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
}

.welcome ul {
	width: 340px;
	padding-left: 52px;
	margin: 40px auto 0;
}

.welcome li {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
}

.welcome li:before {
	content: '';
	position: absolute;
	left: -52px;
	top: 5px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #28b761 url(images/choose-icon.png) center center no-repeat;
}

.welcome .btn {
    margin: 65px auto 0;
}

.captionWhite {
	color: #ffffff;
}

.textAll .captionH {
	margin: 60px 0px 60px 0px;
}

.captionH {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.captionH span {
	flex-shrink: 0;
	margin: 0 25px;
	color: #000000;
}

.captionH i {
	display: block;
	width: 50%;
	height: 1px;
	background-color: #d5dadb;
}

.prices .container {
	padding-top: 48px;
	padding-bottom: 48px;
}

.prices ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 45px auto 0px auto;
}

.prices li {
	width: 32.5%;
	margin-bottom: 1%;
	padding-bottom: 24px;
	background-color: #2a2f38;
	padding-left: 0 !important;
}

.servPage .prices ul {
	justify-content: flex-start;
}

.servPage .prices li {
	width: 24%;
	margin: 0px 0.5% 1% 0.5%;
}

.home .prices li {
	width: 23%
}

.prices.int li {
	width: 24%
}

.prices.pri16 li {
	width: 24%;
}

.prices li:before {
	content: none !important;
}

.prices li:hover .btn, 
.prices li:hover .our-works #nextpage a, 
.our-works #nextpage .prices li:hover a, 
.prices li:hover .reviews #nextpagereviews a, 
.reviews #nextpagereviews .prices li:hover a {
    background-color: #fc8800;
}

.prices li:hover .preview:after {
    background-color: rgba(42, 47, 56, 0);
}

.prices .preview {
	position: relative;
	height: 219px;
	overflow: hidden;
}

.prices .preview:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: rgba(42, 47, 56, 0.4);
	transition: all 0.4s;
}

.prices .preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home .prices .preview img {
	width: auto;
	height: 100%;
}

.prices.pri16 .preview img {
	width: auto;
	min-width: 100%;
	height: 100%;
}

.prices p {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	margin: 25px 0px 0px 0px;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

.prices .from {
    font-weight: 400;
}

.prices .srok {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

.prices .from strong {
    font-size: 16px;
}

.prices .btn-container {
	margin-top: 28px;
	background: url(images/lines-bg.png) center center no-repeat;
}

.prices .btn, 
.prices .our-works #nextpage a, 
.our-works #nextpage .prices a, 
.prices .reviews #nextpagereviews a, 
.reviews #nextpagereviews .prices a {
	margin: 0 auto 0;
	background-color: #28b761;
}

.servPage .tab {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.servPage .tab > input[type="radio"] {
	display: none;
}

.servPage .tab-content {
	display: none;
	width: 100%;
}

.servPage #tab-btn-1:checked~#content-1,
.servPage #tab-btn-2:checked~#content-2,
.servPage #tab-btn-3:checked~#content-3,
.servPage #tab-btn-4:checked~#content-4 {
	display: block;
}

.servPage .tab > label {
	display: block;
	padding: 10px 20px;
	margin: 0px 10px 5px 0px;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	text-decoration: none;
	color: #ffffff;
	background: #28b761;
	border: 0;
	border-radius: 24px;
}

.servPage .tab > input[type="radio"]:checked + label {
	cursor: default;
	color: #ffffff;
	background-color: #fc8800;
}

.page_66 .reviews {
	margin-top: 20px;
}

.action {
	min-height: 375px;
	padding-bottom: 30px;
	background: url(images/action-bg.jpg) center center no-repeat;
	background-size: cover;
}

.action .block {
	padding-top: 75px;
}

.action h2 {
	margin: 0;
	color: #ffffff;
	font-weight: 700;
	font-size: 43px;
	line-height: 43px;
	text-transform: uppercase;
	text-align: center;
}

.action p {
	margin: 35px auto 0;
	max-width: 600px;
	color: #ffffff;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
}

.action .btn,
.action .our-works #nextpage a,
.our-works #nextpage .action a,
.action .reviews #nextpagereviews a,
.reviews #nextpagereviews .action a {
	margin: 32px auto 0;
}

.action .slick-dots {
	display: flex;
	justify-content: center;
	margin: 35px 0 0;
}

.action .slick-dots li {
	width: 9px;
	height: 9px;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #fc8800;
	cursor: pointer;
}

.action .slick-dots .slick-active {
    background-color: #fc8800;
}

.action .slick-dots button {
    display: none;
}

.slick-slide {
    outline: none;
}

.WorkAll {
	margin-top: 60px
}

.WorkAll .caption {
	text-align: center;
	margin: 30px 0 40px 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.our-works {
	position: relative;
}

.our-works .container {
	position: relative;
	padding: 50px 0 80px;
}

.our-works ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 48px 0 0;
}

.our-works li {
	position: relative;
	width: 32%;
	margin: 0.5% !important;
	height: 269px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0 !important;
}

.newwork li {
	flex-direction: column;
	height: auto;
}

.newwork li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 269px;
	overflow: hidden;
}

.newwork .imagepis {
	flex: 1;
	width: 100%;
	padding: 20px;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	background: #2a2f38;
}

.newwork .imagepis .name {
	font-size: 16px;
	margin-bottom: 15px;
}

.newwork .imagepis .tip {
	margin-bottom: 15px
}

.newwork .btn {
    margin: 0 auto 0;
    background-color: #fc8800;
}

.newwork .btn:hover {
    margin: 0 auto 0;
    background-color: #28b761;
}

.newwork .btn-container {
    margin-top: 28px;
    background: url(images/lines-bg.png) center center no-repeat;
    display: flex;
}

.our-works li:before {
	content: none !important;
}

.our-works li:hover div {
	opacity: 1;
}

.our-works li > div {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	transition: all 0.4s;
	background-color: rgba(26, 39, 48, 0.6);
}

.our-works li > div a {
	display: block;
	width: 94px;
	height: 94px;
	margin: auto;
	border-radius: 50%;
	background: #28b761 url(images/eye.png) center center no-repeat;
	background-size: 32px;
	transition: all 0.3s;
}

.our-works li > div a:hover {
	background-size: 40px;
}

.our-works li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.text-vn .our-works li a img {
	height: auto;
	width: 150%;
	/* min-height: 100%; */
}

.our-works #nextpage a {
	margin: 30px auto 0;
}

.advantages {
	background: url(images/advantages-bg.jpg) center bottom no-repeat;
	background-size: cover;
}

.advantages .container {
    padding: 50px 0 15px;
}

.advantages ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

.advantages li {
	width: 15%;
	margin-bottom: 70px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.advantages h3 {
	margin: 30px 0 0;
	color: #2be174;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
}

.advantages p {
	margin: 5px 0 0;
	color: #c3dbec;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}

.advantages .preview {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #28b761;
}

.advantages .preview img {
    width: 52%;
    height: 52%;
    object-fit: contain;
    object-position: center;
}

.services h3 {
    margin: 30px 0 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 20px;
}

.services h3 a {
	color: #ffffff;
}

.services h3 a:hover {
	color: #fc8800;
}

.cost_block_top {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #ffffff;
}

.how-we-work {
	min-height: 422px;
	background: url(images/how-we-work-bg.jpg) center top no-repeat;
	background-size: cover;
}

.how-we-work .container {
    padding-top: 58px;
}

.how-we-work ul {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.how-we-work li {
    width: 130px;
}

.how-we-work .icon {
	position: relative;
	display: flex;
	width: 103px;
	height: 103px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 3px 4px 10px rgba(252, 136, 0, 0.2);
	background-color: #fc8800;
}

.how-we-work .icon img {
    margin: auto;
}

.how-we-work .icon span {
	position: absolute;
	top: 4px;
	left: -1px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 3px solid #f4f4f4;
	background-color: #ffa031;
	color: #f2f2f2;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.how-we-work p {
	margin: 20px 0 0;
	color: #c3dbec;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
}

.reviews .container {
	padding-top: 45px;
	padding-bottom: 45px;
}

.reviews ul {
    margin: 45px 0 0;
}

.reviews li {
	display: flex;
	margin-bottom: 30px;
}

.reviews .author {
	flex-shrink: 0;
	width: 240px;
	margin-right: 10px;
}

.reviews .author img {
	width: 87px;
	height: 87px;
	border-radius: 50%;
}

.reviews .author p {
	margin: 8px 0 0;
	color: #7d8489;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
}

.reviews h3 {
	margin: 30px 0 0;
	color: #3f454a;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
}

.reviews h4 {
	margin: 0 0 10px;
	color: #3f454a;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
}

.reviews .review {
	position: relative;
	padding: 17px 15px 15px 25px;
	background-color: #f2f6f7;
	border-radius: 3px;
}

.reviews .review:before {
	content: '';
	position: absolute;
	left: -100px;
	top: 30px;
	display: block;
	width: 100px;
	height: 42px;
	background: url(images/review-bg.png);
}

.reviews .review p {
	margin: 0;
	color: #000000;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
}

.reviews .review p + p {
    display: none;
}

.reviews .show p + p {
    display: inline-block;
}

.reviews .show .close {
    display: inline;
}

.reviews .show .full {
    display: none;
}

.reviews .more {
	display: inline-block;
	margin: 15px 0 0;
	color: #28b761;
	text-decoration: underline;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
}

.reviews .close {
    display: none;
}

.reviews #nextpagereviews a {
    margin: 15px auto 0;
}

.company {
	min-height: 423px;
	background: url(images/company-bg.jpg) center bottom no-repeat;
	background-size: cover;
}

.company .container {
    padding: 65px 0 79px;
}

.company .flex-container {
	margin-top: 45px;
}

.company p {
	line-height: 1.4;
	margin: 20px 0px;
	text-align: justify;
}

.company .flex-container h2 {
	margin: 20px 0 20px 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.company .flex-container a {
	color: #28b761;
}

.company .flex-container ul {
	margin: 0px 0px 10px 0px;
}

.company .flex-container li {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}

.company .flex-container li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #28b761 url(images/choose-icon.png) center center no-repeat;
	background-size: 50%
}

.contacts {
	position: relative;
	background: #2a2f38;
}

.contacts .container {
	position: relative;
	padding: 40px 0 55px;
}

.contacts .flex-container {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#contacts .map {
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	width: 30%;
	height: 340px;
}

#contacts .map #YMaps_0 {
	height: 340px !important;
}

.contacts .flex-container .wpcf7-form-control-wrap {
	width: 49%;
}

#contacts .wpcf7 .flex-container {
	width: 100%;
}

#contacts .wpcf7 .flex-container .wpcf7-form-control-wrap {
	width: 49%;
}

#contacts .wpcf7 {
	background: #ffffff;
	width: 35%;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

#contacts form {
	width: auto;
	box-shadow: none;
}

.contacts form {
	width: 715px;
	padding: 35px 33px 40px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	}

.contacts form p {
	margin: 10px 0 0;
	color: #000000;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contacts form .flex-container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 29px;
}

.contacts form .flex-container br {
	display: none;
}

.contacts input {
	width: 100%;
	margin-bottom: 11px;
	padding: 13px 20px;
	background-color: #e9e9e9;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	border-radius: 25px;
}

.contacts .btn, .contacts .our-works #nextpage a, .our-works #nextpage .contacts a, .contacts .reviews #nextpagereviews a, .reviews #nextpagereviews .contacts a {
	margin: 27px auto 0;
	cursor: pointer;
}

.contacts h3 {
	margin: 0;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
}

#contacts .data {
	width: 31%;
}

.contacts .data {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 370px;
	padding: 40px 15px 30px 85px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
}

.contacts .data p,
.contacts .data a {
	margin: 0;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
}

.contacts .data p span,
.contacts .data a span {
	margin-right: 10px;
	color: #404040;
	font-weight: 600;
}

.contacts .data p + p,
.contacts .data a + p {
    margin-top: 10px;
}

.contacts .address,
.contacts .phone,
.contacts .email,
.contacts .clock {
	position: relative;
	margin-bottom: 33px;
}

.contacts .address:before,
.contacts .phone:before,
.contacts .email:before,
.contacts .clock:before {
	position: absolute;
	left: -54px;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fc8800;
	background-position: center center;
	background-repeat: no-repeat;
}

.contacts .address:before {
    background-image: url(images/coordinates-icon.png);
}

.contacts .phone:before {
    background-image: url(images/telephone-icon.png);
}

.contacts .email:before {
    background-image: url(images/mail-k-icon.png);
}

.contacts .clock:before {
    background-image: url(images/clock1.svg);
    background-size: 58%;
    background-position: center;
}

footer .container {
	display: flex;
	align-items: center;
	padding: 15px 0;
	justify-content: space-between;
}

footer #logo1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

footer #logo1 span {
	color: #00a74f;
	text-transform: uppercase;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
}

footer #logo1 span a {
	color: #00a74f;
	margin-right: 5px
}

footer #logo1 img {
    height: 50px;
    transition: 0.2s linear;
    width: auto !important;
    display: flex;
}

footer .left {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin: 20px 0px;
}

footer .left span {
	color: #ffffff;
}

footer .left button.el {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 35px;
	border: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	background: #fc8800;
	border-radius: 24px;
	transition: 0.5s all ease;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
	min-width: 200px;
	padding: 0px 10px;
}

footer .left button.el:hover {
	background-color: #00a74f;
}

footer .left button.el:hover span {
	color: #ffffff;
}

footer .left button.el span {
	color: #ffffff;
}

footer .left button.el .dropdown {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 300%;
	padding: 10px 0px;
	bottom: 180%;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0 rgb(13 32 50 / 50%);
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	z-index: 999;
}

footer .left button.el .dropdown:before {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 15px;
	width: 0;
	height: 0;
	box-shadow: -3px -2px 6px rgba(0, 0, 0, 0.05);
	border-top: 6px solid transparent;
	border-right: 6px solid #FFFFFF;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	mix-blend-mode: multiple;
}

footer .left button.el:focus .dropdown,
footer .left button.el:active .dropdown {
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	opacity: 1;
	visibility: visible;
}

footer .left button.el .dropdown a {
	display: flex;
	width: 23%;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	padding: 6px 10px;
	margin: 0px 1% 0px 1%;
	line-height: 1;
	color: #0d2032;
	transition: 0.2s linear;
	text-align: left;
}

footer .left button.el .dropdown a:hover {
	background: #fb9985;
	color: #ffffff;
}

footer p {
	color: #9fa3a6;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 6px;
}

footer a {
	color: #ffffff;
}

footer .container > div {
	width: 32%;
}


.fancybox-inner #form_popup5 .wpcf7 {
	width: auto;
	padding-left: 0;
}

.wpcf7-spinner {
	display: none;
}

#footer-logo {
	width: 30%;
}

#form_popup5 {
	width: 600px;
}

#form_popup5 .wpcf7 form {
	padding: 0;
	margin: 0px 0px 0px 0px;
}

#form_popup5 .timeOut {
	display: flex;
	justify-content: space-between;
}

#form_popup5 .timeOut .left {
	width: 50%;
	background: url(images/chad_9.png);
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#form_popup5 .timeOut .right {
	width: 50%;
	padding: 25px 25px 0px 25px;
}

#form_popup5 .timeOut .right h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

#form_popup5 .timeOut .right h3 {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 20px 0px 20px 0px;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	font-weight: 400;
}

#form_popup5 .timeOut .right i {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	font-weight: 400;
	text-transform: unset;
}

.fancybox-wrap .wpcf7 h4 {
	margin: 0;
	color: #3f454a;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
}

.fancybox-wrap .wpcf7 p {
	margin: 0px 0px 35px 0px;
	color: #3f454a;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-transform: uppercase;
}

.fancybox-wrap .wpcf7 p br {
	display: none;
}

.fancybox-wrap .wpcf7 form {
	width: 100%;
	padding: 30px 30px 0px 30px;
}

.fancybox-wrap .wpcf7 input {
	margin-bottom: 5px;
	width: 100%;
	height: 40px;
	padding: 0px 20px;
	border: none;
	background-color: #f1f1f1;
	color: #838486;
	border-radius: 25px;
}

.fancybox-wrap .wpcf7 textarea {
	margin-bottom: 15px;
	width: 100%;
	height: 70px;
	padding: 16px 20px 16px 20px;
	border: none;
	background-color: #f1f1f1;
	color: #838486;
	border-radius: 25px;
	resize: vertical;
}

.breadcrumb {
	padding-top: 132px;
	font-size: 13px;
	color: #838486;
	margin-bottom: 40px;
}

.servPage .breadcrumb {
	padding-top: 30px
}

.breadcrumb a {
	color: #000000;
}

.title-side {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.title-side h1 {
	flex-shrink: 0;
	margin: 20px 0px;
	color: #000000;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.title-side i {
	display: block;
	width: 50%;
	height: 1px;
	background-color: #d5dadb;
}

.text-vn {
	padding-bottom: 100px;
}

.textAll .text-vn {
	padding-bottom: 0px;
	margin-bottom: 60px;
}

.text-vn p {
	line-height: 1.4;
	margin: 20px 0px;
	text-align: justify;
}

.text-vn a {
	color: #28b761;
}

.text-vn h2 {
	margin: 30px 0 30px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
}

.text-vn strong {
	font-size: 14px;
    text-transform: uppercase;
}

.text-vn ul {
	margin: 0px 0px 10px 0px;
}

.text-vn li {
	margin: 0;
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
}

.text-vn li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #28b761 url(images/choose-icon.png) center center no-repeat;
	background-size: 50%
}

body.page .our-works ul {
	margin-top: 0;
}

body.page .our-works .container,
body.page .prices .container {
	padding-top: 0;
}

.contacts_global {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	position: relative;
}

.contacts_global > .right {
	margin-top: 20px;
}

.contacts_global > .right,
.contacts_global > .left {
    width: 100%; 
}

.contacts_global .block {
	display: flex;
	margin-bottom: 15px;
}

.contacts_global h3 {
	font-weight: 500;
	font-size: 14px;
	width: 20%;
	display: inline-flex;
}

.contacts_global .block .right {
	width: 58%;
	font-size: 14px;
}

.contacts_global a:hover {
	color: #f39787;
}

.contacts_global a {
	color: #000000;
}

.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: none;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.cmn-toggle-switch:focus {
  outline: none;
}

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 19px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: #fff;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -8px;
}

.cmn-toggle-switch span::after {
  bottom: -8px;
}

.cmn-toggle-switch__htx span {
  transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.cmn-toggle-switch__htx span::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  transition-delay: 0, 0.3s;
}

.accordion {
	position: relative;
}

.accordion .trigger #checkbox-1,
.accordion .trigger #checkbox-2,
.accordion .trigger #checkbox-3,
.accordion .trigger #checkbox-4,
.accordion .trigger #checkbox-5,
.accordion .trigger #checkbox-6,
.accordion .trigger #checkbox-7,
.accordion .trigger #checkbox-8,
.accordion .trigger #checkbox-9,
.accordion .trigger #checkbox-10 {
	display: none;
}

.accordion .trigger #checkbox-1:checked+label,
.accordion .trigger #checkbox-2:checked+label,
.accordion .trigger #checkbox-3:checked+label,
.accordion .trigger #checkbox-4:checked+label,
.accordion .trigger #checkbox-5:checked+label,
.accordion .trigger #checkbox-6:checked+label,
.accordion .trigger #checkbox-7:checked+label,
.accordion .trigger #checkbox-8:checked+label,
.accordion .trigger #checkbox-9:checked+label,
.accordion .trigger #checkbox-10:checked+label {
	background-color: #28b761;
	color: #ffffff;
}

.accordion .trigger #checkbox-1:checked+label i:before,
.accordion .trigger #checkbox-2:checked+label i:before,
.accordion .trigger #checkbox-3:checked+label i:before,
.accordion .trigger #checkbox-4:checked+label i:before,
.accordion .trigger #checkbox-5:checked+label i:before,
.accordion .trigger #checkbox-6:checked+label i:before,
.accordion .trigger #checkbox-7:checked+label i:before,
.accordion .trigger #checkbox-8:checked+label i:before,
.accordion .trigger #checkbox-9:checked+label i:before,
.accordion .trigger #checkbox-10:checked+label i:before {
	transform: translate(5px, 8px) rotate(45deg);
	background-color: #ffffff;
}

.accordion .trigger #checkbox-1:checked+label i:after,
.accordion .trigger #checkbox-2:checked+label i:after,
.accordion .trigger #checkbox-3:checked+label i:after,
.accordion .trigger #checkbox-4:checked+label i:after,
.accordion .trigger #checkbox-5:checked+label i:after,
.accordion .trigger #checkbox-6:checked+label i:after,
.accordion .trigger #checkbox-7:checked+label i:after,
.accordion .trigger #checkbox-8:checked+label i:after,
.accordion .trigger #checkbox-9:checked+label i:after,
.accordion .trigger #checkbox-10:checked+label i:after {
	transform: translate(-5px, 8px) rotate(-45deg);
	background-color: #ffffff;
}

.accordion .trigger {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	vertical-align: top;
}

.accordion .trigger .checkbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 20px;
	color: #000000;
	cursor: pointer;
	background-color: #f2f6f7;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.accordion .trigger .checkbox i {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	right: 20px;
}

.accordion .trigger .checkbox i:before,
.accordion .trigger .checkbox i:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 2px;
	background-color: #000000;
	transition: transform 250ms ease;
}

.accordion .trigger .checkbox i:before {
	transform: translate(-5px, 8px) rotate(45deg);
}

.accordion .trigger .checkbox i:after {
	transform: translate(5px, 8px) rotate(-45deg);
}

.accordion .trigger .content {
	position: relative;
	max-height: 0px;
	overflow-y: auto;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	background-color: #f6f6f68a;
	transition: max-height 500ms ease-in-out;
}

.accordion .trigger .content p {
	margin: 0;
}

#checkbox-1:checked~.content,
#checkbox-2:checked~.content,
#checkbox-3:checked~.content,
#checkbox-4:checked~.content,
#checkbox-5:checked~.content,
#checkbox-6:checked~.content,
#checkbox-7:checked~.content,
#checkbox-8:checked~.content,
#checkbox-9:checked~.content,
#checkbox-10:checked~.content {
	max-height: none;
	transition: max-height 500ms ease-in-out;
}

.accordion table td {
	padding: 10px 10px;
	line-height: 1;
}

.accordion table td p {
	margin: 0;
}

.accordion table td.name {
	text-align: center;
	background: rgb(252 136 0 / 13%);
}

.accordion table td.kol p {
	justify-content: space-between;
	display: inline-flex;
	width: 100%
}

.accordion table {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}

.accordion table td {
	border: 1px solid #d5dadb;
	padding: 5px;
}

.singleText .title-side {
	margin: 40px 0px
}

.singleText h2 {
	font-size: 18px;
	line-height: 1.2;
}

.singleText h5 {
	display: flex;
	width: 100%;
	margin: 40px 0px 20px 0px;
	color: #3f454a;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
}

.singleText h3 {
	margin: 30px 0px 30px 0px;
	color: #2a2f38;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.singleText .text-vn a {
	color: #f5085c;
	font-weight: 500;
}

@media (max-width: 1150px) {
	.prices p {
		display: flex;
		flex-direction: column;
		padding: 0px 15px;
		align-items: center;
		text-align: center;
	}

	.prices .preview img {
		width: auto;
		height: 100%;
	}

	.prices .preview {
		align-items: center;
		justify-content: center;
		display: flex;
	}
}

@media (max-width: 1260px) {
	header .contact {
		display: none;
	}
}

@media (max-width: 991px) {
	header h1 {
		height: 93px;
	}
	header img {
		height: 50px;
	}
	header ul a {
		width: 100px;
	}
	header .btn,
	header .our-works #nextpage a,
	.our-works #nextpage header a,
	header .reviews #nextpagereviews a,
	.reviews #nextpagereviews header a {
		width: 170px;
	}
}

@media (max-width: 768px) {
	header {
		max-height: 85px;
		transition: all 0.4s;
		width: 100%;
	}
	#wpcf7-f11-o2 {
		width: auto;
		padding-left: 0;
		background: #fff;
	}
	.btn_abs {
		display: none;
	}
	header.active {
		max-height: 362px;
	}
	header .container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 10px;
	}
	header h1 {
		height: 80px;
	}
	header .phone {
		font-size: 18px
	}
	header img {
		width: auto;
	}
	header nav {
		width: 100%;
		padding: 1px 0 10px;
		position: absolute;
		top: 100%;
		z-index: 1000;
		left: 0;
		background: #343943;
		height: 0;
		visibility: hidden;
	}

	header.active nav {
		height: auto;
		visibility: visible;
	}

	header nav ul {
		height: 0;
		visibility: hidden;
		transition: 0.2s linear;
	}

	header.active nav ul {
		height: auto;
		visibility: visible;
	}

	header ul {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	header li {
		text-align: center;
	}
	header li a {
		width: 100%;
		line-height: 40px;
		padding: 0;
	}
	header .hamb {
		position: absolute;
		right: 30px;
		top: 20px;
		display: block;
	}

	.title-side {
		width: 100%;
	}

	.title-side i {
		display: none;
	}

	.title-side h1 {
		width: 100%;
		margin: 20px 0px;
	}
}

@media (max-width: 991px) {
	.welcome .container {
		padding-top: 50px;
	}
	.welcome h1 {
		line-height: 1.2;
		text-align: center;
	}
	.welcome .left {
		width: 100%;
	}
	.welcome .right {
		margin-top: 30px;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.welcome {
		min-height: 600px;
	}
	.welcome .container {
		padding: 40px 10px 10px;
	}
	.welcome h1 {
		font-size: 34px;
	}
	.welcome p {
		margin-top: 25px;
		font-size: 20px;
	}
	.welcome ul {
		width: 290px;
		padding-left: 40px;
	}
	.welcome li {
		font-size: 14px;
		line-height: 27px;
	}
	.welcome li:before {
		left: -40px;
	}
	.welcome .btn,
	.welcome .our-works #nextpage a,
	.our-works #nextpage .welcome a,
	.welcome .reviews #nextpagereviews a,
	.reviews #nextpagereviews .welcome a {
		margin-top: 40px;
	}
}

@media (max-width: 1150px) {
	.prices ul {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
		margin: 5px auto 0px auto;
	}
	.prices li {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 425px) {
	.prices li,
	.prices.pri16 li {
		width: 100%;
		margin-bottom: 10px;
	}
	.prices.pri16 li {
		margin-bottom: 10px;
	}
	.prices .preview {
		height: 185px;
	}
	.prices .preview img {
		width: 100%;
	}
	.prices p {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.prices p span {
		margin: 3px auto;
	}
}

@media (max-width: 450px) {
	.action p {
		font: 700 13px/20px Tahoma;
	}
}

@media (max-width: 1170px) {
	.our-works ul {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 425px) {
	.our-works .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.our-works li {
		width: 100%;
		height: auto;
	}
	.our-works li img {
		width: 100%;
		height: auto;
		margin-bottom: -5px;
	}
}

@media (max-width: 1150px) {
	.advantages li {
		width: 310px;
	}
}

@media (max-width: 991px) {
	.advantages ul {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.advantages li {
		width: 320px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 768px) {
	.advantages {
		background: #2a2f38;
	}

	.prices p {
		flex-direction: column;
		padding: 0px 15px;
		text-align: center;
	}

	.prices .preview img {
		width: auto;
		height: 100%;
	}

	.prices .preview {
		align-items: center;
		justify-content: center;
		display: flex;
	}
}

@media (max-width: 370px) {
	.advantages .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.advantages li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.how-we-work ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.how-we-work li {
		margin: 0 20px 20px;
	}
}

@media (max-width: 550px) {
	.how-we-work {
		background: #2a2f38;
	}
}

@media (max-width: 991px) {
	.reviews .author {
		width: 210px;
	}
}

@media (max-width: 650px) {
	.reviews li {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.reviews h3 {
		margin-top: 20px;
	}
	.reviews .author {
		width: 210px;
		margin: 0 auto;
		text-align: center;
	}
	.reviews .review {
		margin-top: 10px;
	}
	.reviews .review:before {
		display: none;
	}
}

@media (max-width: 767px) {
	.company {
		background: #f7f9fa;
	}
	.company .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.company .flex-container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.company img {
		width: 100%;
		max-width: 350px;
		height: auto !important;
		margin: 0 auto 25px;
	}
}

@media (max-width: 1150px) {
	.contacts form {
		width: 580px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contacts input {
		/* width: 270px; */
	}
}

@media (max-width: 991px) {
	.contacts .flex-container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts form {
		width: 100%;
		margin: 0 auto 25px;
	}
	.contacts input {
		width: 100%;
	}
	.contacts .data {
		margin: 0 auto;
		width: 100%;
	}

	footer {
		height: auto;
	}
}

@media (max-width: 767px) {
	.contacts .container {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
	}
	.contacts input {
		width: calc(50% - 10px);
	}
}

@media (max-width: 530px) {
	.contacts input {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.contacts .data {
		width: 100%;
		padding-left: 35px;
		padding-right: 5px;
	}
	.contacts .address:before,
	.contacts .phone:before,
	.contacts .email:before,
	.contacts .clock:before {
		left: -30px;
	}

	#wpcf7-f15-o1 form {
		padding-left: 15px;
	}

	#wpcf7-f15-o1 {
		background: #ffffff;
	}
}

@media (max-width: 1150px) {
	footer .container {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	footer img {
		margin-right: 0;
	}
	footer .phone {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	footer .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 10px;
		padding-right: 10px;
	}
	footer .container>div {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100% !important;
		text-align: center;
		margin-bottom: 15px;
	}
	footer .container .phone {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		width: auto;
	}
}

@media (max-width: 460px) {
	footer .container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer .container img {
		width: 140px;
	}
	footer .container>div {
		width: auto;
	}
}

@media (max-width: 470px) {
	.popup {
		width: 100%;
		padding: 20px 15px;
	}
}

@media (max-width: 380px) {
	.popup input {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.popup .btn,
	.popup .our-works #nextpage a,
	.our-works #nextpage .popup a,
	.popup .reviews #nextpagereviews a,
	.reviews #nextpagereviews .popup a {
		margin-top: 10px;
		line-height: 42px;
	}
}

@media (max-width: 768px) {
	header .contact {
		display: flex;
	}

	header .container {
		flex-direction: row;
	}

	header .btn {
		margin-right: 40px;
	}

	header .rezim {
		display: none;
	}

	.home .prices li {
		width: 48%;
	}

	.prices li {
		width: 48%;
	}
}

@media all and (max-width: 600px) {
	header {
		max-height: none;
		height: auto;
	}

	header .container {
		flex-wrap: wrap;
	}

	header .btn {
		margin-top: 10px;
	}

	header .hamb {
		top: 50%;
		margin-top: 15px;
	}

	.header_fixed #logo {
        display: none;
	}

	header.header_fixed .email {
		display: none;
	}

	header.header_fixed .btn {
		margin: 0 0 0 15px;
		padding: 0px 15px;
		box-sizing: border-box;
		width: 140px;
	}

	header.header_fixed .phone {
		font-size: 14px;
		height: auto;
		margin: 0;
	}

	header.header_fixed .container {
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 0;
	}

	header.header_fixed .hamb {
		top: 10%;
		margin-top: 5px;
	}

	.breadcrumb {
		padding-top: 180px;
	}

	.prices li {
		width: 100%;
	}

	.servPage .prices li {
		width: 49%;
	}

	.prices.int li {
		width: 49%;
	}

	.countact_usss .cont_Ainer {
		padding: 0px 20px;
	}
}


header .btn {
    animation: glowing 5s infinite linear;
}

@keyframes glowing {
	0% { background-color: #fc8800;}
	50% { background-color: #28b761;}
	100% { background-color: #fc8800;}
}

.our_team {
	margin-top: 60px;
	margin-bottom: 60px;
}

.our_team .teams {
	align-items: normal !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.our_team .team {
	width: 24%;
	position: relative;
	margin-bottom: 1%;
	text-align: center;
}

.our_team .team .img {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0 4px 40px 0 rgb(0 0 0 / 14%);
	position: relative;
}

.our_team .team .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.our_team .team .bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	
	
    padding: 10px;
	background: #2a2f38;
	
}

.our_team .team .bottom .name {
	font-size: 20px;
	margin-bottom: 10px;
	
	font-weight: 600;
	line-height: 1;
color: #ffffff;}

.our_team .team .bottom .position {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	
	
	font-weight: 400;
	line-height: 1;
color: #b1afaf;}

.providers {
	margin-bottom: 40px;
}

.providers small {
	font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    
    margin-bottom: 40px;
display: block;text-align: center;margin-top: 20px;}

.providers .swiper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
flex-wrap: wrap;}

.providers .swiper .block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19%;
}

.providers .swiper .block img {
	/* width: 100%; */
}

@media all and (max-width: 600px) {
	.our_team .team {
		width: 48%;
		margin-bottom: 4%;
	}

	.our_team .team .img {
		height: 250px;
	}

	.providers .swiper .block {
		width: 28%;	
		margin: 3% 1% 0% 1%;
	}

	.providers .swiper .block img {
		width: 70%;
	}

	.providers .swiper {
		justify-content: center;
	}

	.caption, .welcome p {
		font-size: 20px;
	}
}

.price_material {
	margin: 0px 0px 80px 0px;
}

.price_material table {
	font-size: 14px;
    width: 100%;
    border-collapse: collapse;
	margin: 40px 0px 40px 0px;
}

.price_material table th:first-child {
	width: 25%;
	background: #00a556;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
}

.price_material table th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #2a2f38;
	width: 15%
}

.price_material table th a {
	color: #ffffff;
}

.price_material table td,
.price_material table th {
    border: none;
    padding: 10px 15px;
    box-sizing: border-box;
    vertical-align: middle;
}

.price_material table td {
	line-height: 1;
	text-align: center;
	border: 1px solid #eff3f7;
	padding: 10px;
}

.price_material th {
	background: #f2f6f7;
}

.price_material table td a {
	color: #eb1661;
}

@media all and (max-width: 600px) {
  	.price_material table {
		border: 0;
  	}

	.price_material table thead tr {
		margin-bottom: 0px;
	}
  
  	.price_material table th {
		display: none;
  	}

	.price_material table th:first-child {
		display: block;
		width: 100%;
	}
  
  	.price_material table tr {
    	border-bottom: 1px solid #ddd;
    	display: block;
   		margin-bottom: 10px;
  	}
  
	.price_material table td {
    	display: block;
    	text-align: right;
	}

	.price_material table td:first-child {
		background: #f2f6f7;
		text-align: center;
		font-size: 12px;
	    text-transform: uppercase;
		color: #2a2f38;
	}
  
	.price_material table td::before {
	    content: attr(data-label);
	    float: left;
		font-size: 12px;
	    text-transform: uppercase;
	}
  
  	.price_material table td:last-child {
    	border-bottom: 0;
  	}
}

.countact_usss {
	padding: 50px 0px 50px 0px;
	background: url(images/img3.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.portfolioU.countact_usss {
	margin: 80px 0px 60px 0px;
}

.countact_usss:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(26, 39, 48, 0.7);
}

.countact_usss .cont_Ainer {
	display: flex;
	justify-content: center;
	z-index: 5;
	position: relative;
}

.countact_usss .container {
	display: flex;
	justify-content: center;
	z-index: 5;
	position: relative;
}

.countact_usss .blocks:first-child {
	width: 70%;/* order: 2; */}

.countact_usss .blocks:last-child {
	width: 25%;position: relative;/* order: 1; */}

.countact_usss h3 {
	font-size: 21px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}

.countact_usss .form-heading p {
	    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 1;
	text-align: center;
}

.countact_usss .form-description {
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
	margin-top: 10px;
}

.countact_usss .flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.countact_usss .flex-container br {
	display: none;
}

.countact_usss .wpcf7-form-control-wrap input {
	
    width: 100%;
    height: 47px;
    text-indent: 10px;
    border: none;
    background-color: #e9e9e9;
    color: #838486;
    font-size: 14px;
    border-radius: 24px;
    font-family: 'Exo 2';
    font-weight: 400;
}


.countact_usss .wpcf7-submit {
	width: 32%;
    min-width: 160px;height: 47px;
    border: none;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #fc8800;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    transition: all 0.4s;
    box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
    cursor: pointer;
    line-height: 1;
}

.countact_usss .wpcf7-submit:hover {
	background: #ffffff;
	color: #000000;
}

.countact_usss .wpcf7 h4 {
	display: none;
}

.countact_usss .wpcf7-form-control-wrap {
	width: 32%;
}

.countact_usss .wpcf7 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.countact_usss img {
	height: 339px;
	position: absolute;
	bottom: -50px;
	right: 0;
	left: 0%;
	margin: 0 auto;
}

.question .accordeon {
	margin: 40px 0px 40px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.question .acc_head {
	display: flex;
	align-items: center;
	position: relative;
	height: 50px;
	width: 100%;
	padding: 0px 40px 0px 20px;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	line-height: 1;
	transition: 0.2s linear;
	background: #f2f6f7;
	border-radius: 15px;
	color: #000000;
}

.question .acc_head:hover {
	background: #fc8800;
	color: #ffffff;
}

.question .acc_head i {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 50%;
	margin: -10px 0px 0px 0px;
	background: #080e37;
	border-radius: 50%;
	z-index: 1;
}

.question .acc_head i:before,
.question .acc_head i:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 2px;
	background-color: #ffffff;
	transition: transform 250ms ease;
	top: 50%;
	margin-top: -5px;
}

.question .acc_head i:before {
	transform: translate(-2px, 5px) rotate(45deg);
}

.question .acc_head i:after {
	transform: translate(2px, 5px) rotate(-45deg);
}

.question .acc_body {
	padding: 10px;
	display: none;
	z-index: 1;
	position: relative;
	margin-bottom: 10px;
}

.question .acc_body p {
	font-weight: 400;
	color: #000000;
	line-height: 1.4;
}

.textAll .our-works .blocks .block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.textAll .our-works .blocks .left {
	width: 50%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.textAll .our-works .blocks .left .slider {
	box-shadow: 0 4px 40px 0 rgb(0 0 0 / 14%);
	display: flex;
}

.textAll .our-works .blocks .right {
	width: 47%;
}

.textAll .our-works .blocks .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.textAll .our-works .slick-arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	border: none;
	z-index: 1
}

.textAll .our-works .slick-arrow.slick-prev {
	background: url(images/leftArrow.svg) center / contain no-repeat;
	left: 10px;
}

.textAll .our-works .slick-arrow.slick-next {
	background: url(images/rightArrow.svg) center / contain no-repeat;
	right: 10px;
}

.textAll .our-works .blocks .right h3 {
	margin: 0px 0px 20px 0px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.textAll .our-works .blocks .right p {
	margin: 0px 0px 20px 0px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}

.textAll .our-works .blocks .right ul {
	margin: 0;
	flex-direction: column;
}

.textAll .our-works .blocks .right li {
	width: 100%;
	margin: 0 !important;
	height: auto;
	justify-content: flex-start;
}

.textAll .our-works .blocks .info {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	background-color: #2a2f38;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.textAll .our-works .blocks .info p {
	color: #ffffff;
	font-size: 13px;
	width: 48%;
	display: inline-flex;
	padding: 0px 10px 10px 10px;
}

@media all and (max-width: 600px) {
	.countact_usss .blocks:first-child {
		width: 100%;
	}

	.countact_usss .container {
		justify-content: flex-start;
	}

	.countact_usss .wpcf7-form-control-wrap,
	.countact_usss .wpcf7-submit {
		width: 100%;
		margin-bottom: 7px;
	}

	.countact_usss .wpcf7-form-control-wrap input {
		height: 40px;
	}

	.countact_usss .blocks:last-child {
		display: none;
	}

	.welcome .left {
		width: 100%;
	}

	.welcome .right {
		width: 100%;
	}

	.welcome .right .form_rashet .contl {
		width: 100%;
	}
	
	.welcome .right .form_rashet .contr {
		width: 100%;
	}

	.our-works li {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	footer .left button.el .dropdown {
		width: 100%;
	}

	footer .left button.el .dropdown a {
		width: 48%;
	}

	footer .left {
		width: 90%;
		margin: 0 auto 20px auto;
	}

	#contacts .wpcf7 {
		background: #ffffff;
		margin-bottom: 20px;
		width: 100%;
	}

	#contacts .map {
		width: 100%;
		margin-bottom: 20px;
	}

	#contacts form {
		padding: 20px;
		margin: 0;
	}

	#contacts .data {
		width: 100%;
		margin: 0;
		padding: 30px 20px 0px 60px;
	}

	.captionH span {
		flex-shrink: 1;
	}

	.captionH i {
		width: 0
	}

	.textAll .our-works .blocks .left {
		width: 100%;
	}

	.textAll .our-works .blocks .right {
		width: 100%;
		margin-top: 20px;
	}

	.textAll .our-works .blocks .info {
		position: relative;
	}
}