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

html, body {
	margin: 0;
	padding: 0;
	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: #ffffff;
	text-transform: uppercase;
	transition: 0.5s all ease;
	font-size: 14px;
	line-height: normal;
	padding: 0px 25px 0px 25px;
	position: relative;
	margin-bottom: 0 !important;
	width: 200px;
	justify-content: center;
}

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

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

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

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


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

* {
	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 !important;
}

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: 'Exo 2';
}

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

.bg {
	height: 200px;
}

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

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	width: 90%;
}

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

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

@media (min-width: 992px) {
	.container {
		width: 970px;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
		position: relative;
		z-index: 1;
	}
}
 
@media screen and (max-width: 600px) { 	
	.nav ul {
		flex-direction: column;
		padding: 20px;
	}
	
	.nav ul li {
		border-bottom: 1px solid #5e6269;
		padding: 16px 20px;
		justify-content: center;
		height: auto;
		display: inline-flex;
		align-items: center;
		width: 100%;
	}
	
	.nav ul li a {
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		text-transform: uppercase;
		height: auto;
	}
}

body.page header {
	background-color: rgb(47 52 62) !important;
	/* position: relative; */
}

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
}

header .fixed {
	position: fixed;
	width: 100%;
}

header.header_fixed .fixed {
	background: rgb(47 52 62) !important;
	z-index: 9;
}

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

header .container.nav {
	display: flex;
	justify-content: center;
	border-top: 1px solid #5e6269;
margin-top: 67px;}

header #logo {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

header ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	border-radius: 2px;
	overflow: hidden;
}

header ul a {
	height: 49px;
	padding: 0px 15px;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	transition: 0.5s linear;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

header .contact {
	display: flex;
	align-items: center;
}

header .contact p {
	color: white;
	text-align: center;
	font-size: 16px;
}

header .contact div {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-left: 20px;
}

header .phone {
	margin-bottom: 3px;
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
}

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

header .email {
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
}

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

header .hamb {
    display: none;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-form-control-wrap input.wpcf7-not-valid {
	background-color: #fcd7d7 !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0px 0px 0px 0px;
	border: 1px solid #a17f8b !important;
	padding: 10px 5px;
	background: #0000007a;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	font-weight: 200;
	max-width: 300px;
}

.fancybox-wrap .wpcf7-form-control-wrap {
    max-width: 300px;
}

.btn, .contacts input.wpcf7-submit,
.fancybox-wrap .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 190px;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background-color: #ff6688;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	transition: all 0.4s;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
	position: relative;
	cursor: pointer;
}

.fancybox-wrap .wpcf7 input.wpcf7-submit {
	width: 100%;
	margin: 0;
}

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

.welcome {
	position: relative;
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 40px;
	background: url(images/Living-room-desk.jpg) no-repeat;
	background-size: cover;
}

.welcome:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(47 52 62 / 90%);
}

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

.welcome .left {
	width: 60%
}

.welcome .right {
	width: 35%;
}

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

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

.welcome .right {
	padding: 30px;
	/* box-shadow: 1px 1px 15px rgb(214 113 139); */
	background-color: rgb(254 101 136);
}

.welcome .wpcf7 h4 {
	display: none;
}

.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;
	border-radius: 8px;
}

.welcome .wpcf7 input.wpcf7-submit {
	display: flex;
	width: 100%;
	height: 47px;
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #313640;
	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: #ffffff;
	color: #213548;
}

.welcome .wpcf7 br {
	display: none;
}

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

.caption, .welcome .left p {
	margin: 0;
	color: #ffffff;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.welcome .left p {
	position: relative;
    color: #06aa9b;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    text-transform: uppercase;
}

.welcome .left span {
	position: relative;
	color: #06aa9b;
	font-weight: 700;
	font-size: 22px;
	text-align: left;
	display: flex;
	justify-content: center;
	width: 100%;
	
margin-top: 30px;text-transform: uppercase;}

.welcome li:before {
	content: '';
	position: absolute;
	left: -52px;
	top: 5px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #00a1a1 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,
.accc h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #2a2f38;
}

.accc h2 {
	margin: 40px 0px
}

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

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

.prices .roww {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.prices .roww .col-md-6 {
	width: 48%;
}

.prices .roww h3 {
	margin: 30px 0 30px 0;
	color: #2a2f38;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}

.prices .roww li {
	display: flex;
	align-items: center;
	color: #2a2f38;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	padding: 0px 0px 0px 35px;
	position: relative;
}

.prices .roww li:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #06aa9b;
	border-radius: 50%;
	left: 15px;
	top: 6px
}

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

.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: rgb(236 244 245 / 40%);
	transition: all 0.4s;
}

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

.prices p {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 25px 0px 0px 0px;
	color: #2a2f38;
	font-weight: 400;
	font-size: 16px;
	line-height: 14px;
	padding: 0px 15px;
}

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

.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: #00a1a1;
}

.action {
	min-height: 375px;
	padding-bottom: 30px;
	background: url(images/background.png);
	position: relative;
}

.action:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(47 52 62 / 80%);
}

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

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

.action p {
	margin: 35px auto 0;
	max-width: 600px;
	color: #fefefe;
	font-weight: 700;
	font-size: 22px;
	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;
	box-shadow: none;
}

.action .btn {
	background-color: #ffffff;
	color: #2a2f38;
}

.action .btn:hover {
	background-color: #ff6688;
	color: #ffffff;
}

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

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

.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: #2a2f38;
}

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

.our-works li {
	position: relative;
	width: 24%;
	margin: 0.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.our-works li a {
	opacity: 0.9;
	transition: 0.3s linear;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6);
}

.our-works .info {
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.our-works .info .option {
	display: flex;
	width: 100%;
}

.our-works .info .option .text {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

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

.our-works li img {
	width: auto;
	height: 332px;
}

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

.advantages {
	position: relative;
	background: url(images/kromvel.png);
	margin-bottom: 40px;
}

.advantages:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(47 52 62 / 80%);
}

.advantages .container {
	position: relative;
	z-index: 1;
    padding: 50px 0 15px;
}

.advantages h2 {
    color: #ffffff;
}

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

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

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

.advantages p {
	margin: 5px 0 0;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
}

.advantages .preview {
	display: flex;
	width: 112px;
	height: 112px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #474b4e;
	box-shadow: 0px 12px 90px -10px rgb(71 75 78);
}

.advantages .preview img {
    margin: auto;
}

.services h2 {
	color: #2a2f38;
}

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

.services p {
	line-height: 1.2;
	font-size: 14px;
	margin: 10px 0px;
	padding: 0px 10px;
}

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

.services li {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
}

.services li > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.services .preview {
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

.services .preview img {
	width: 100%;
}

.how-we-work {
	background: url(images/background.png);
	position: relative;
}

.how-we-work:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(47 52 62 / 80%);
}

.how-we-work .container {
	position: relative;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 50px;
}

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

.how-we-work li {
    width: 18%;
}

.how-we-work .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 103px;
	height: 103px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0px 12px 90px -10px rgb(71 75 78);
	background-color: #474b4e;
}

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

.how-we-work .icon span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #2a2f38;
	font-weight: 500;
	font-size: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 10px 10px rgb(1 7 12 / 22%);
}

.how-we-work p {
	margin: 20px 0 0;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
}

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

.reviews h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

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

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

.works_slider .flex_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.works_item {
    width: 32%;
}

.works_item.before div:first-child {
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}

.works_item.after div:first-child {
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}

.itimg {
	display: flex;
	width: 100%;
	overflow: hidden;
	height: 300px;
	align-items: center;
	justify-content: center;
}

.itimg img {
	height: 100%;
	width: auto;
}

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

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

.works_slider .slick-dots .slick-active {
    background-color: #3f454a;
}

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

.who_text_inner {
	margin: 0 0 10px;
	color: #3f454a;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
}

.who_inner_name {
	margin: 10px 0 0;
	color: #3f454a;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}

.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: #f7f8fa;
	border-radius: 3px;
}

.reviews .review p {
	margin: 0;
	color: #666a6d;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}

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

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

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

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

.company p {
	margin: 0;
	color: #3f4555;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.company h2,
.works_all h2 {
	color: #3f454a;
	margin-bottom: 50px;
}

.contacts {
	position: relative;
}

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

.contacts h2 {
    color: #2a2f38;
}

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

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

.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: 319px;
	margin-bottom: 11px;
	padding: 16px 20px;
	background-color: #e9e9e9;
	border: none;
	color: #838486;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
}

.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: 370px;
	padding: 40px 15px 30px 85px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	background-color: #ffffff82;
}

.contacts .data p,
.contacts .data a {
	margin: 0;
	color: #5b5b5b;
	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 .social {
	position: relative;
	margin-bottom: 23px;
	padding-left: 20px;
}

.contacts .address p,
.contacts .phone p,
.contacts .email p,
.contacts .social p {
	margin-bottom: 5px;
}

.contacts .address:before,
.contacts .phone:before,
.contacts .email:before,
.contacts .social:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #00a1a1;
	background-position: center center;
	background-repeat: no-repeat;
}

.contacts > div:last-child {
	margin-bottom: 0;
}

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

footer img {
    width: 250px;
}

footer p {
	color: #ffffff;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
}

footer a {
	color: #ffffff;
}

footer .container > div:nth-child(3) {
	width: 16%;
}

footer .container > div:nth-child(2) {
	width: 30%;
}

footer .container > div:nth-child(4) {
	width: 22%;
}

footer .left {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

footer .left span {
	color: #d3d8dd;
}

footer .left button.el {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 35px;
	border: none;
	box-shadow: 0px 0px 20px 0 #0000005e;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	background: #00a1a1;
	transition: 0.5s all ease;
	position: relative;
	cursor: pointer;
	margin: 10px 0px 15px 0px;
}

footer .left button.el:hover {
	background-color: rgb(195 79 120);
	color: #ffffff;
}

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: 24px;
	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-logo {
	width: 26%;
	text-align: center;
}

#footer-logo #logo1 {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.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: 12px 0px 0px 0px;
	color: #3f454a;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

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

.fancybox-wrap .wpcf7 input {
	margin-bottom: 10px;
	width: 100%;
	padding: 0px 20px;
	height: 40px;
	border: none;
	background-color: #e9e9e9;
	color: #838486;
	font: 400 16px/16px Calibri;
}

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

#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_5.png);
	background-size: auto 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#form_popup5 .timeOut .right {
	width: 50%;
	padding: 10px 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;
	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: 0px 0px 20px 0px;
	font-size: 15px;
	line-height: 1;
	width: 100%;
	font-weight: 400;
	text-transform: unset;
}

#form_popup5 .timeOut .bl {
	width: 100%;
}

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

.breadcrumb a {
	color: #2a2f38;
}

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

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

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

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

.tt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2a2f38;
    margin-top: 50px;
}

.home .text-vn {
	padding: 40px 0px 0px 0px;
}

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

.home .text-vn p,
.home .text-vn li {
	font-size: 15px;
	line-height: 1.1
}

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

.text-vn h3 {
	color: #3f454a;
	margin: 30px 0 30px 0;
	font-weight: 700;
	font-size: 12px;
	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: #00a998 url(images/choose-icon.png) center center no-repeat;
	background-size: 50%;
}

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

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

.singleText h5 {
	display: flex;
	width: 100%;
	margin: 40px 0px 20px 0px;
	color: #3f454a;
	font-weight: 700;
	font-size: 23px;
	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: #00a998;
	font-weight: 500;
}

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

.accordion {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.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 {
	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 {
	/* background-color: #ff6688; */
	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 {
	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 {
	transform: translate(-5px, 8px) rotate(-45deg);
	background-color: #ffffff;
}

.accordion .trigger {
	display: inline-block;
	width: 49%;
	margin-bottom: 2%;
	vertical-align: top;
}

.accordion .trigger .checkbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px;
	color: #3f4555;
	cursor: pointer;
	background-color: #f7f8fa;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 29%);
}

.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: 3px;
	background-color: #3f4555;
	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: #f7f8fa;
	transition: max-height 500ms ease-in-out;
}

.accordion .trigger .content p {
	padding: 16px 20px;
	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 {
	max-height: 350px;
	transition: max-height 500ms ease-in-out;
}

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

@media all and (max-width: 1024px) {
	.contacts .flex-container {
		flex-direction: column;
	}

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

	.contacts .data {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}

	.contacts form {
		width: 100%;
	}

	.contacts input {
		width: 100%;
	}
}

.accc .accordion {
	position: relative;
	margin-bottom: 40px;
}

.accc .accordion .trigger #checkbox-1,
.accc .accordion .trigger #checkbox-2,
.accc .accordion .trigger #checkbox-3,
.accc .accordion .trigger #checkbox-4,
.accc .accordion .trigger #checkbox-5,
.accc .accordion .trigger #checkbox-6,
.accc .accordion .trigger #checkbox-7,
.accc .accordion .trigger #checkbox-8,
.accc .accordion .trigger #checkbox-9,
.accc .accordion .trigger #checkbox-10,
.accordion .trigger #checkbox-11,
.accordion .trigger #checkbox-12,
.accordion .trigger #checkbox-13,
.accordion .trigger #checkbox-14,
.accordion .trigger #checkbox-15,
.accordion .trigger #checkbox-16,
.accordion .trigger #checkbox-17,
.accordion .trigger #checkbox-18 {
	display: none;
}

.accc .accordion .trigger #checkbox-1:checked+label,
.accc .accordion .trigger #checkbox-2:checked+label,
.accc .accordion .trigger #checkbox-3:checked+label,
.accc .accordion .trigger #checkbox-4:checked+label,
.accc .accordion .trigger #checkbox-5:checked+label,
.accc .accordion .trigger #checkbox-6:checked+label,
.accc .accordion .trigger #checkbox-7:checked+label,
.accc .accordion .trigger #checkbox-8:checked+label,
.accc .accordion .trigger #checkbox-9:checked+label,
.accc .accordion .trigger #checkbox-10:checked+label,
.accordion .trigger #checkbox-11:checked+label,
.accordion .trigger #checkbox-12:checked+label,
.accordion .trigger #checkbox-13:checked+label,
.accordion .trigger #checkbox-14:checked+label,
.accordion .trigger #checkbox-15:checked+label,
.accordion .trigger #checkbox-16:checked+label,
.accordion .trigger #checkbox-17:checked+label,
.accordion .trigger #checkbox-18:checked+label {
	background-color: #ff6688;
	border: 1px solid #ff6688;
	color: #ffffff;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

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

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

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

.accc .accordion .trigger .checkbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 20px;
	color: #333;
	cursor: pointer;
	/* border: 1px solid #dddddd; */
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

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

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

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

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

.accc .accordion .trigger .content {
	position: relative;
	max-height: 0px;
	overflow-y: auto;
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	transition: max-height 500ms ease-in-out;
	margin-bottom: 0;
	background: #ffffff;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

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

.accc #checkbox-1:checked~.content,
.accc #checkbox-2:checked~.content,
.accc #checkbox-3:checked~.content,
.accc #checkbox-4:checked~.content,
.accc #checkbox-5:checked~.content,
.accc #checkbox-6:checked~.content,
.accc #checkbox-7:checked~.content,
.accc #checkbox-8:checked~.content,
.accc #checkbox-9:checked~.content,
.accc #checkbox-10:checked~.content,
#checkbox-11:checked~.content,
#checkbox-12:checked~.content,
#checkbox-13:checked~.content,
#checkbox-14:checked~.content,
#checkbox-15:checked~.content,
#checkbox-16:checked~.content,
#checkbox-17:checked~.content,
#checkbox-18:checked~.content {
	max-height: none;
	transition: max-height 500ms ease-in-out;
}

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

.accc .accordion table td p {
	margin: 0;
}

.accc .accordion table td.name {
	text-align: center;
	background: #545860;
	color: #ffffff;
}

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

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

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

.features .prices,
.features .newwork {
	margin: 50px 0px 50px 0px
}

.features .prices ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.features .prices ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
}

.features .prices.pri16 ul li {
	width: 23%;
}

.features .prices ul li:before {
	content: none;
}

.features .prices .preview {
	position: relative;
	height: 200px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-radius: 50%; */
	margin: 0 auto;
	/* border: 4px solid #000000; */
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

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

.features .prices h3 {
	margin: 30px 0 0;
	color: #2a2f38;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}

.cost_block_top {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #23282d;
	line-height: 1.2;
    font-size: 14px;
    margin: 10px 0px;
    padding: 0px 10px;
}

.features .prices .btn-container {
	display: flex;
	margin-top: 20px;
}


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

.newwork ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
	height: auto;
}

.newwork li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	/* border-radius: 50%; */
	/* border: 4px solid #000000; */
	border-radius: 10px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

.newwork ul li img {
    height: auto;
    width: 150%;
    /* min-height: 100%; */
}

.newwork ul li:before {
	content: none;
}

.imagepis {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #23282d;
}

.imagepis .btn-container {
	display: flex;
	margin-top: 20px;
}


.features .section_title {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2a2f38;
	margin: 40px 0px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.features {
    /* margin-top: 50px; */
    padding: 40px 0px;
    position: relative;
    z-index: 2;
}

.our_team {
	margin-top: 60px;
}

.our_team h2,
.providers h2,
.price_material h2 {
	color: #2a2f38;
}

.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 20px -10px rgb(171 191 216 / 29%);
    border-radius: 10px;
}

.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: #00a998;
	box-shadow: 0px 12px 90px -10px rgb(113 124 123 / 42%);
}

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

.our_team .team .bottom .position {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #dfdcdc;
	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: 768px) {
	.our-works .info .option .text {
		flex-direction: column;
		margin-bottom: 5px;
		font-weight: 500
	}

	.our-works .info .option .text span {
		font-weight: 300;
		font-size: 13px
	}

	.our-works .info h3 {
		line-height: 1;
		margin-bottom: 10px;
	}

	.advantages li {
		width: 48%;
	}

	.company .container {
		padding: 40px 0px
	}

	footer .container {
		flex-wrap: wrap;
	}

	footer {
		height: auto;
	}

	footer .container > div {
		margin-top: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
	}

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

	footer .container > div:nth-of-type(2) {
		order: 3;
		text-align: center;
		width: 100%;
	}
	
	footer .container > div:nth-of-type(3) {
		order: 4;
		width: 100%;
	}

	footer .container .contacts {
		order: 2;
		align-items: flex-start;
		padding-left: 90px;
	}

	footer .left button.el .dropdown {
		width: 300px;
	}

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

	footer .left {
		justify-content: center;
		width: 100%;
	}
}

@media all and (max-width: 600px) {
	header .container:first-child {
		flex-wrap: wrap;
	}
    
    header #logo {
    	width: 100%;
    	justify-content: center;
    	display: flex;
    	text-align: center;
    	margin-bottom: 10px;
    }

    header .contact p {
    	font-size: 12px;
    }

    header .btn {
    	width: auto;
    	padding-left: 10px;
    	padding-right: 10px;
    }

    header .hamb {
		position: absolute;
		right: 12px;
		top: 0;
		display: block;
	}

	header .container.nav nav ul {
		height: 0;
		transition: 0.2s linear;
		padding: 0;
	}

	header.active .container.nav nav ul {
		height: 227px;
	}

	header .container.nav nav {
		background-color: #2f343df5;
		width: 100%;
	}

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

	.services li {
		width: 100%;
		margin-bottom: 20px;
	}

	.how-we-work ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.how-we-work li {
		width: 32%;
		margin-bottom: 20px;
	}

	.works_slider .flex_container {
		flex-direction: column;
	}

	.works_item {
		width: 100%;
	}

	.works_item.before {
		order: 2;
		height: 200px;
		margin-bottom: 20px;
	}

	.works_item.after {
		order: 3;
		height: 200px;
	}

	.itimg {
		height: 175px;
	}

	.accordion .trigger {
		width: 100%;
	}

	footer .container .contacts {
		padding-left: 0;
	}

	footer .container > div:nth-child(4) {
		width: 100%;
	}

	.contacts .address, .contacts .phone, .contacts .email, .contacts .social {
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}

	.contacts .address:before, .contacts .phone:before,
	.contacts .email:before, .contacts .social:before {
		content: none;
	}

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

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

	.features {
		margin-top: 0;
	}

	.cost_block_top {
		padding: 0;
		font-size: 13px
	}

	.features .prices,
	.features .newwork {
		margin: 20px 0px;
	}

	.pos_abs .btn_abs {
		display: none;
	}

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

	.welcome .left {
		width: 100%;
	}

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

	.welcome .left h1 {
		font-size: 35px;
	}
}

@media all and (max-width: 425px) {
	header .contact {
		width: 100%;
		margin: 20px 0px
	}

	header .btn {
		width: 100%;
	}

	.welcome .container {
		padding-top: 120px;}

	.prices .roww {
		flex-wrap: wrap;
	}

	.prices .roww .col-md-6 {
		width: 100%;
	}

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

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

	.how-we-work li {
		width: 48%
	}


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

	footer .container > div:nth-of-type(2) {
		width: 100%;
		text-align: center;
	}
	
	footer .container > div:nth-of-type(3) {
		width: 100%;
	}

	footer .container .contacts {
		order: 2;
		align-items: flex-start;
		padding-left: 0px;
	}

	.contacts .address, .contacts .phone, .contacts .email, .contacts .social {
		text-align: center;
		width: 100%;
		padding-left: 0;
	}

	.contacts .address:before, .contacts .phone:before,
	.contacts .email:before, .contacts .social:before {
		content: none;
	}

	.contacts .address p, .contacts .phone p,
	.contacts .email p,	.contacts .social p {
        padding-left: 0;
 }

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

	.contacts .data {
		padding: 20px;
	}
}

.works_all .textwidget {
	display: flex;
	flex-direction: column;
	margin: 40px 0px 50px 0px;
}

.works_all .textwidget .workzav {
	width: 100%;
	background: #f7f8fa;
	padding: 20px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
	/* border: 1px solid #dddddd; */
	box-shadow: 0px 12px 20px -10px rgb(171 191 216 / 29%);
}

.workzav p {
	/* text-align: center; */
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

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

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

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

@media all and (max-width: 768px) {
	header .contact p {
		font-size: 13px;
	}

	header .phone {
		font-size: 16px
	}

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

	header .email {
		font-size: 13px;
	}

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

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

@media all and (max-width: 600px) {
	header {
		position: fixed !important;
		top: 0;
		width: 100%;
	}

	.home header {
		position: fixed !important;
	}

	header .btn {
		width: 100%;
		margin: 10px 0px 5px 0px;
		}

	header .fixed {
		position: relative;
		width: 100%;
	}
	
	header.header_fixed .fixed {
		background: #3b3f48;
		z-index: 9;
	}

	header.header_fixed .container.nav {
		border-top: none;
		padding: 0;
	}
	
	header.header_fixed {
		background-color: rgb(47 52 62) !important;
	}

	header.header_fixed #logo {
        display: none;
	}

	header.header_fixed .rezim {
        display: none;
	}

	header.header_fixed .email {
		display: none;
	}

	header.header_fixed .contact {
		align-items: center;
		margin: 0px 0px 5px 0px;
	}

	header.header_fixed .contact div {
		width: 100%;
	}

	header.header_fixed .hamb {
		top: -94px;
	}

	header .container.nav {
		padding-top: 0;
		padding-bottom: 0;
		border: none;
		margin-top: 0;
		position: absolute;
		top: 0;
		}
}

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

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

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

.price_material table {
	font-size: 14px;
    width: 100%;
    border-collapse: collapse;
	margin: 40px 0px 40px 0px;
	box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%);
}

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

.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: #00a998;
}

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

.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%;
	background: #00a998;color: #ffffff;}
  
  	.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: #545860;
		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: #ff6688;
	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: 35%;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 .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: #00a998;
    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;
	}

}