@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

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

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

* {
	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 {
	display: none;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
}

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

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


/* Firefox 19+ */

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


/* Firefox 18- */

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

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #333333;
	font-size: 14px;
	font-family: 'Open Sans';
}

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

.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: #000000;
	text-transform: uppercase;
	transition: 0.5s all ease;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 0px 25px 0px 25px;
	position: relative;
	margin-bottom: 0 !important;
	width: 200px;
	justify-content: center;
	border-radius: 0px 30px 30px 0px;
}

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

.btn_abs a:nth-of-type(2) p {
	background: #0cb2be;
	color: #ffffff;
}

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

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

.bg {
	height: 200px;
}

footer {
	width: 100%;
	height: auto;
	margin: -200px 0px 0px 0px;
	background: #f4f9ff;
	z-index: 101;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 90%;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.container {
		width: 90%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@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: #ffffff;
	border-bottom: 1px solid #d4dce9;
	width: 100%;
}

header.header_fixed .btn {
	height: 40px;
}

header.header_fixed .right .two {
	margin-top: 5px;
}

header.header_fixed img {
	height: 40px;
	transition: 0.2s linear;
}

header.header_fixed #logo span {
	font-size: 18px;
}

header.header_fixed .container {
	padding: 10px 15px 10px 15px;
	    transition: 0.2s linear;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1240px;
	padding: 18px 15px 20px 15px;
	    transition: 0.2s linear;
}

header .right {
	display: flex;
	flex-direction: column;
}

header .right .one {
	display: flex;
	justify-content: flex-end;
}

header .right .two {
	display: flex;
	margin: 20px 0px 0px 0px;
	justify-content: flex-end;
	position: relative;
transition: 0.2s linear;}

header img {
    height: 55px;
    transition: 0.2s linear;
}


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

header #logo span {
	margin: 0px 0px 0px 10px;
	color: #152033;
	font-weight: 700;
	font-size: 23px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -1px;
}

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

header ul a {
	display: flex;
	margin: 0px 0px 0px 35px;
	color: #152033;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	transition: 0.5s linear;
	border-radius: 45px;
}

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

header .contact {
	display: flex;
	align-items: center;
	margin-right: 25px;
}

header .rezim {
	margin-left: 20px;
	text-align: center;
	color: #152033;
}

header .phone {
	margin-bottom: 5px;
	color: #152033;
	font-weight: 700;
	font-size: 26px;
	margin-left: 20px;
}

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

header .email {
	color: #152033;
	font-weight: 400;
	font-size: 13px;
	transition: 0.2s linear;
}

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

header .hamb {
    display: none;
}

.fancybox-content {
	border-color: transparent !important;
	border: 0 !important;
	margin: 0 auto;
}

#form_popup5 {
	width: 600px;
}

.fancybox-wrap #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: 45%;
	background: url(images/chad_7.png);
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#form_popup5 .timeOut .right {
	width: 55%;
	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: 20px 0px 20px 0px;
	color: #0a3247;
	text-transform: uppercase;
}

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

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

.btn, .contacts input.wpcf7-submit,
.fancybox-wrap .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 191px;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background-color: #ffd93e;
	color: #152033;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	transition: all 0.4s;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	cursor: pointer;
	/* z-index: 500; */
}

.fancybox-wrap .wpcf7 input.wpcf7-submit {
	margin-bottom: 0
}

.btn:hover, .contacts input.wpcf7-submit:hover,
.fancybox-wrap .wpcf7 input.wpcf7-submit:hover {
	background-color: #00adc1;
	color: #ffffff;
}

.welcome {
	position: relative;
	min-height: 700px;
	padding-top: 126px;
	background: url(images/kromvel.png);
}

.welcome .container {
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.welcome .container .left {
    width: 40%;
}

.welcome .container .right {
    width: 48%;
}

.welcome .wpcf7 {
	width: 100%;
	padding: 30px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	background-color: #ffffffbf;
}

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

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

.welcome .wpcf7 p {
	margin: 10px 0 0;
	color: #3f454a;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.welcome .wpcf7-form-control-wrap {
	width: 80%;
}

.welcome .wpcf7-form-control-wrap:first-child {
	margin-top: 20px;
}

.welcome .wpcf7 .flex-container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 29px;
}

.welcome .wpcf7 input {
	width: 100%;
	margin-bottom: 11px;
	padding: 16px 20px;
	background-color: #ffffff;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
}

.welcome .wpcf7 br {
	display: none;
}

.welcome .wpcf7 .btn {
	margin: 27px auto 0;
	cursor: pointer;
}

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

.welcome h1 {
	margin: 0;
	color: #152033;
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 40px;
}

.caption, .welcome p {
	margin: 0;
	color: #152033;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.welcome p {
	color: #152033;
}

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

.welcome li {
	position: relative;
	color: #152033;
	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: #0cb2be url(images/choose-icon.png) center center no-repeat;
}

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

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

.prices h2 {
	display: flex;
	align-items: center;
}

.prices h2 span {
	flex-shrink: 0;
	display: flex;
	color: #3f454a;
	justify-content: center;
	text-align: center;
	width: 100%;
	position: relative;
}

.prices h2 span:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	position: absolute;
	background-color: #0cb2be;
	bottom: -10px;
}

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

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

.prices li {
	width: 49.5%;
	margin-bottom: 1%;
	padding-bottom: 24px;
	background-color: #f2f6f7;
	box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6);
	/* border-radius: 10px; */
	overflow: hidden;
}

.newser li {
	width: 32%;
	padding-left: 0 !important;
}

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

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

.newwork ul {
	justify-content: space-between !important;
}

.newwork li {
	flex-direction: column;
	height: auto !important;
	width: 32% !important;
	padding-left: 0 !important;
	margin-bottom: 1%;
	padding-bottom: 24px;
	background-color: #f2f6f7;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	border-radius: 10px;
	overflow: hidden !important;
}

.newwork .imagepis {
	width: 100%;
	padding: 20px;
	/* margin: 30px 0 0; */
	color: #152033;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}

.newwork .btn-container {
    margin-top: 28px;
    margin: 28px auto 0 auto;
    display: flex;
    justify-content: center;
}

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

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

.newwork img {
	width: 150% !important;
	height: auto;
}

.newser li h3 {
	padding: 30px 20px 0px 20px;
	text-align: center;
}


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

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

.prices .preview {
	position: relative;
	height: 219px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

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

.prices p span:first-child {
	font-size: 18px;
} 

.prices .from {font-weight: 400;line-height: 1;margin: 5px 0px 20px 0px;}

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

.prices .btn-container {
	margin-top: 28px;
}

.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: #0cb2be;
	color: #ffffff;
}

.newser li .btn:hover {
	background-color: #ffd93e;
}

.prices li > span {
	padding: 0px 30px;
	display: flex;
	text-align: center;
}

.action {
	min-height: 375px;
	padding: 30px 0px;
	background-color: #ffd93e;
	display: flex;
	align-items: center;
}

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

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

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

.action .btn {
	background: #00adc1;
	color: #ffffff;
}

.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 #152033;
	cursor: pointer;
}

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

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

.slick-slide {
    outline: none;
}

.our-works {
	position: relative;
}

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

.our-works h2 {
    color: #3f454a;
}

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

.our-works li {
	position: relative;
	width: 100%;
	margin: 0.5%;
	height: 269px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.our-works .img {
	position: relative;
	width: 41%;
}

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

.our-works li .img 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);
	z-index: 1;
}

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

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

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

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

.our-works li article {
	width: 55%
}

.our-works li article h3 {
	text-transform: uppercase;
	font-weight: 600;
}

.our-works .option {
	margin: 10px 0px
}

.our-works .option .text {
	font-weight: 700;
}

.our-works .option .text span {
	font-weight: 400;
}

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

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

.advantages h2 {
    color: #152033;
}

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

.advantages li {
	width: 32%;
	margin-bottom: 55px;
	text-align: center;
}

.advantages h3 {
	margin: 30px 0 0;
	color: #152033;
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
}

.advantages p {
	margin: 15px 0 10px 0;
	color: #152033;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
}

.advantages .alert {
	margin: 5px 0 0;
	color: #152033;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
}

.advantages .preview {
	display: flex;
	width: 112px;
	height: 112px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #00adc1;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

.advantages .preview i {
    margin: auto;
    color: #ffffff;
    font-size: 25px
}

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

.services ul {
	display: flex;
	flex-direction: column;
	margin: 20px 0px;
}

.services li {
	position: relative;
	color: #152033;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 30px;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

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

.services .alert {
	background-color: #ffd93e;
	color: #737373;
	padding: 20px 20px 10px 20px;
	border-radius: 20px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

.services .alert p {
	margin: 0 0 10px 0;
	font-weight: 600;
}

.how-we-work {
	min-height: 422px;
	background: #ecf1f7;
	background-size: cover;
}

.how-we-work .container {
    padding-top: 50px;
    padding-bottom: 40px;
}

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

.how-we-work h2 {
	color: #152033;
}

.how-we-work article {
	display: flex;
	margin: 40px 0px;
}

.how-we-work article .left {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffd93e;
}

.how-we-work article .right {
	width: 80%;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6);
}

.how-we-work h3 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
}

.how-we-work h4 {
	font-size: 15px;
	text-transform: uppercase;
}

.how-we-work p {
	margin-top: 10px;
	font-size: 13px
}

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

.reviews h2 {
	display: flex;
	align-items: center;
}

.reviews h2 span {
	flex-shrink: 0;
	margin: 0 25px;
	color: #3f454a;
}

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

.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 p {
	margin: 0;
	color: #152033;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}

.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: #c64d4f;
	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-size: cover;
}

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

.company .flex-container {
	display: flex;
	margin-top: 45px;
	align-items: flex-start;
	justify-content: space-between;
}

.company .flex-container > div:first-child {
	width: 63%;
}

.company .contt {
	box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important;
	padding: 20px;
	width: 35%;
}

.company .contt h3 {
    margin: 20px 0px;
    color: #152033;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.company .flex-container > div:first-child ul {
	margin-bottom: 15px
}

.company .flex-container > div:first-child li {
	position: relative;
	color: #152033;
	font-weight: 400;
	font-size: 14px;
	margin-top: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
}

.company .flex-container > div:first-child li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0cb2be;
}

.company .contt li {
	position: relative;
	color: #152033;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
	padding-left: 35px;
	margin-bottom: 20px;
}

.company .contt li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0cb2be url(images/choose-icon.png) center center no-repeat;
}

.company img {
	flex-shrink: 0;
	width: 324px;
	margin-right: 34px;
}

.company p {
	margin: 0;
	color: #152033;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 15px;
}

.company .contt p {
	margin: 20px 0px
}

.company h2 {
	color: #3f454a;
	margin: 20px 0px;
}

.contacts {
	position: relative;
	z-index: 1;
}

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

.contacts h2 {
    color: #152033;
    margin-bottom: 30px;
}

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

.contacts form {
	width: 100%;
	padding: 35px 33px 40px;
	background-color: #ffffff;
	box-shadow: 0px 30px 120px 0px #dde5ee;
}

.contacts form p {
	margin: 10px 0 0;
	color: #3f454a;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	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 input {
	width: 100%;
	margin-bottom: 11px;
	padding: 16px 20px;
	background-color: #f2f6f7;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
}

.contacts br {
	display: none;
}

.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: #3f454a;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
}

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

.contacts .wpcf7 {
	width: 48%;
}

.contacts .data p,
.contacts .data a {
	margin: 0;
	color: #5b5b5b;
	font-weight: 400;
	font-size: 16px;
	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;
	display: flex;
	align-items: center;
}

.contacts .address:before,
.contacts .phone:before,
.contacts .email:before,
.contacts .clock:before {
	position: absolute;
	left: -54px;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #00aebb;
	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/clock.svg);
    background-size: 50%;
}

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

footer #logo1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer #logo1 img {
    height: 55px;
}

footer #logo1 span {
    margin: 0px 0px 0px 10px;
    color: #152033;
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: left;
}

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

footer .left span {
	color: #000000;
}

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: #00aebb;
	border-radius: 10px;
	transition: 0.5s all ease;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
}

footer .left button.el:hover {
	background-color: rgb(255 217 62);
	color: #000000;
}

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

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: 50%;
	margin-left: -8px;
	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;
}

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

footer p {
	color: #152033;
	font-weight: 600;
	font-size: 13px;
	line-height: 12px;
	margin: 10px 0px;
}

footer a {
	color: #152033;
}

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

#footer-logo {
	width: 30%;
	text-align: center;
}

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

.fancybox-wrap .wpcf7 p {
	margin: 0px 0px 24px 0px;
	color: #3f454a;
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	line-height: 16px;
	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%;
	padding: 0px 20px;
	height: 40px;
	border: none;
	background-color: #e9e9e9;
	color: #838486;
}

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

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.breadcrumb {
	padding-top: 180px;
	font-size: 13px;
	color: #838486;
}

.breadcrumb a {
	color: #2a2f38;
}

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

#contacts {
	padding-top: 60px;
}

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

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

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

.text-vn p {
	margin: 0px 0px 10px 0px;
	color: #666a6d;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

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

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

.text-vn li {
	margin: 0;
	color: #666a6d;
	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: #ffd93e 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;
	z-index: 1000;
}

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

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

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #23252a;
	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: #00adc1;
	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: #333;
	cursor: pointer;
	background-color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	box-shadow: 0px 30px 120px 0px #dde5ee;
}

.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(78 198 212 / 15%);
}

.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 #eff3f7;
	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: 25px;
	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: 768px) {
	header .container {
		flex-wrap: wrap;
		width: 100%;
	}

	header .container .left {
		width: 100%;
		order: 2;
		margin-top: -57px;
	}

	header .right {
		width: 100%;
	}

	.company .flex-container {
		flex-wrap: wrap;
	}

	.company .flex-container > div:first-child {
		width: 100%;
	}

	.company .contt {
		width: 100%
	}

	.company .container {
		padding: 60px 0px 30px 0px;
	}

	.prices .container {
		padding-top: 20px;
	}

	.contacts .address:before, .contacts .phone:before,
	.contacts .email:before, .contacts .clock:before {
		left: 0;
	}

	.contacts .address p, .contacts .phone p,
	.contacts .email p,	.contacts .clock p {
        padding-left: 40px;
	}

	.contacts p,
	.contacts p span {
		display: flex;
		flex-direction: column;
	}

	.contacts .data {
		padding: 0;
	}

	.contacts .address, .contacts .phone,
	.contacts .email, .contacts .clock {
		flex-direction: column;
		align-items: flex-start;
     }

     footer .container {
     	flex-wrap: wrap;
     	justify-content: space-evenly;
     	text-align: center;
     }

     footer {
     	height: auto;
     }

     #footer-logo {
     	width: 100%;
     	order: 3
     }

	footer #logo1 {
		margin: 20px 0px;
		justify-content: center;
	}

     .accordion .trigger .checkbox {
		font-size: 14px;
		padding: 10px 50px 10px 20px;
		line-height: 1;
	}

	.accordion .trigger .checkbox i {
		top: 50%;
		margin-top: -6px;
	}

	.accordion table td {
		font-size: 12px
	} 

	.accordion table tr {
		width: 100%;
		max-width: 100%;
	}

	.accordion table td.w1 {
		width: 50%;
	}

	.accordion table td.w2 {
		width: 20%;
	}

	.accordion table td.w3 {
		width: 30%;
	}

	.accordion .trigger .content p {
		word-break: break-word;
	}

	.accordion table td.kol {
		word-break: break-word;
		text-align: center;
	}

	.accordion .trigger .content p.int {
		text-align: center;
	}

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

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

	footer .left {
		justify-content: center;
	}
}

@media all and (max-width: 600px) {
	header .hamb {
		position: absolute;
		right: 12px;
		top: -1px;
		display: block;
	}

	.btn_abs {
		display: none;
	}

	header .two nav ul {
		height: 0;
		transition: 0.2s linear;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		overflow: hidden;
	}

	header.active .two nav ul {
	    height: 211px;
	}

	header .two nav {
		width: 100%;
	}

	header .two nav ul {
		flex-direction: column;
		padding: 0px 20px;
		background: #fafafa;
	}
	
	header .two nav li {
		border-bottom: 1px solid #dfdfe0;
		padding: 16px 20px;
		justify-content: center;
		height: auto;
		display: inline-flex;
		align-items: center;
		width: 100%;
	}
	
	header .two nav li a {
		color: #152033;
		text-decoration: none;
		width: 100%;
		text-transform: uppercase;
		height: auto;
	}

	header .right .one {
		flex-direction: column;
		align-items: flex-end;
	}

	header .container .left {
		margin-top: -168px;
	}

	header .contact {
		margin-bottom: 10px;
		margin-right: 0;
	}

	header .right .two {
		background-color: #f9f9f9;
		padding: 20px 0px;
	}

	.welcome .container .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.welcome .container .right {
		width: 100%;
		margin-top: 30px;
	}

	header img {
		height: 40px;
	}
	
	header #logo span {
		font-size: 13px
	}

	.welcome .container {
		padding-top: 0;
	}
	
	header .phone {
		font-size: 16px;
		margin-left: 0;
	}

	.prices li,
	.prices.pri16 li {
		width: 100%;
	}

	.action h2 {
		font-size: 30px;
		line-height: 1.2;
	}

	.advantages li {
		width: 48%;
	}

	.how-we-work article {
		flex-direction: column;
	}

	.how-we-work article .left,
	.how-we-work article .right {
		width: 100%
	}
	
	.contacts .data,
	.contacts .wpcf7 {
		width: 100%;
	}

	.contacts .flex-container {
		flex-direction: column;
	}

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

	.breadcrumb {
		padding-top: 200px;
	}

	.our-works ul,
	.our-works li {
		flex-direction: column;
		height: auto;
		margin-bottom: 15px;
	}

	.newwork li {
		width: 100% !important;
	}

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

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

	.our-works .container {
		padding-bottom: 20px;
	}

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

	.contacts .container {
		padding-top: 0;
	}

	#contacts {
	    padding-top: 120px;
	} 
}

@media all and (max-width: 420px) {
	header .contact {
		flex-direction: column;
	}

	header .container .left {
		margin: -52px  0  0  0;
		position: relative;
		z-index: 2;
	}

	.welcome h2 {
		font-size: 35px;
	}

	.welcome .wpcf7 {
		padding: 15px;
	}

	.welcome ul {
		width: 100%;
	}

	.welcome li {
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.welcome li:before {
		top: 0;
	}

	.action h2 {
		font-size: 25px;
	}

	.welcome {
		padding-top: 0px;
	}

	header {
	}

	.breadcrumb {
		padding-top: 20px;
	}

	#contacts {
	    padding-top: 0px;
	} 
}

.works_all {
	margin-top: 50px;
	margin-bottom: 80px;
}

.works_all .textwidget {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px 50px 0px
}

.works_all .textwidget .workzav {
	width: 24%;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%) !important;
	padding: 20px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #0cb2be;
}

.workzav p {
	text-align: center;
	line-height: 1;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}

.workzav span {
	margin-top: 10px;
	display: block;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
}

.img_op {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.img_op img {
	width: 40%;
	margin-bottom: 10px;
	display: inline-flex;
}

.rews {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 0px auto 0px auto;
}

.reviews__item {
	display: flex;
	margin-top: 30px;
}

.reviews__item-user {
	width: 40px;
	display: flex;
}

.reviews__item-user div {
	width: 40px;
	height: 40px;
	display: flex;
	background-color: #000000;
	color: #ffffff;
	font-size: 20px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.reviews__item-content {
	padding-left: 15px;
}

.reviews__item-user-name {
	font-weight: 600;
	font-size: 16px;
}

.rating_size_m .rating__stars {
    width: 70px;
    height: 14px;
    margin: 10px 0px;
    position: relative;
    display: inline-block;
}

.rating__stars-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAZklEQVR4AWL4uYWZCdAJHVMBAIJAAG1DoAtjGarYxxjqwHADnA8HFuWL3E8puH8gAqILPaB34Qq4FAQ1yoo+8ES7NRWKe6u+Ogo0XjtaCmlSd6K/4OQQOF0JKYTsMasgOIRkBfDZATita/85jgoHAAAAAElFTkSuQmCC);
}

.reviews__item-text {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media all and (max-width: 600px) {
	.welcome {
		padding-top: 232px;
	}

	header .contact {
		width: 100%;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	header.header_fixed .email,
	header.header_fixed .rezim {
		height: 0;
		opacity: 0;
		visibility: hidden;
		font-size: 0;
		display: none;
	}

	header.header_fixed #logo {
		height: 0;
		opacity: 0;
		visibility: hidden;
		font-size: 0;
	}

	header.header_fixed .right .one {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	header.header_fixed .contact {
		width: 50%;
		margin-bottom: 0;
		justify-content: unset;
	}

	header.header_fixed .btn {
		width: auto;
		padding: 0px 20px;
	}

	header.header_fixed .right .two {
		background: none;
		padding: 0;
		margin: 0;
	}

	header.header_fixed .phone {
		margin: 0;
	}

	header.header_fixed .hamb {
		top: -40px;
		right: 0;
	}
	
    .works_all .textwidget {
		flex-wrap: wrap;
	}

	.works_all .textwidget .workzav {
		width: 48%;
		margin-bottom: 15px;
	}
}

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

@keyframes glowing {
	0% { background-color: #ffd93e; box-shadow: 0 0 2px #ffd93e; }
	50% { background-color: #0cb2be; box-shadow: 0 0 9px #0cb2be; color: #ffffff; }
	100% { background-color: #ffd93e; box-shadow: 0 0 2px #ffd93e; }
}

.our_team .teams {
	align-items: normal !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 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;
	position: relative;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
    
}

.our_team .team .img img {
	max-height: 100%;
	position: relative;
}

.our_team .team .bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -45%;
    padding: 10px;
	background: #ffd93e;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
border-radius: 24px;}

.our_team .team .bottom .name {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1;
	
	text-transform: uppercase;
}

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

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

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

@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: 100%;
	}

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

.price_material {
	margin: 50px 0px 50px 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: #ffd04c;
	font-size: 16px;
	
	color: #000000;
font-weight: 700;}

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

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

.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: #0cb2be;
}

.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: #0cb2be;
		text-align: center;
		font-size: 12px;
	    text-transform: uppercase;
		color: #ffffff;
	}
  
	.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: #ffd93e;
	background-size: cover;
	background-position: center;
}

.countact_usss .container {
	display: flex;
	justify-content: center;
}

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

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



.countact_usss h3 {
	    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 6px;
    line-height: 1;
	text-align: center;
}

.countact_usss .form-description {
	text-align: center;
	margin-bottom: 15px;
	
	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 .text-257 input,
.countact_usss .tel-785 input {
	margin-bottom: 15px;
    width: 100%;
    height: 47px;
    text-indent: 10px;
    border: none;
    background-color: #ffffff;
    color: #838486;
    font-size: 14px;
    border-radius: 24px;
    font-family: 'Exo 2';
    font-weight: 400;
}


.countact_usss .wpcf7-submit {
	width: 100%;
    min-width: 160px;height: 47px;
    border: none;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #00adc1;
    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: 100%;
}

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

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

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

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