body {
	padding:0;
	margin:0;
}

:root {
	--grey1: #E8E8E8;
	--grey2: #A3A3A3;
	--grey3: #474747;
	--grey4: #2D2C2C;
	--green1: #4FBD4E;
}

.hide-pc {
	display: none;
}
.hide-mb {
	display: block;
}
.wrap-service {
	color: var(--grey3);
	background: #F8F8F8;
}
.wrap-service .owl-item div {
    position: static;
}

.gal-slider .owl-item div {
        display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-service,.wrap-service * {
	box-sizing: border-box;
	font-family: Tahoma;
}

.wrap-service p {
	font-size: 18px;
	margin: 0;
	line-height: 1.6;
	font-weight: 400;
}
.wrap-service a {
	color: inherit;
	text-decoration: none;
}
.wrap-service a.link:hover {
	text-decoration: underline;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.wrap-service .container {
	max-width: 100%;
	width: 1170px;
	margin: auto;
	margin-left: auto;
}

.wrap-service .container-min {
	max-width: 100%;
	width: 840px;
	margin: auto;
	margin-left: auto;
}
.wrap-service .container-mid {
		max-width: 100%;
	width: 1000px;
	margin: auto;
	margin-left: auto;
}


*.but {
outline: none;
font-family: Tahoma;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 18px;
text-transform: uppercase;
padding: 14px 30px;
text-align: center;
min-width: 170px;
color: #fff;
border: 2px solid var(--grey3);
background-color: var(--grey3);
cursor: pointer;
transition: all .3s ease;
display: inline-block!important;
width: auto!important;
text-decoration: none;
color: #fff!important;
}


*.but:hover {
	opacity: .8;
}

*.but.but-trans {
color: var(--grey3)!important;
border: 2px solid var(--grey3);
background-color: transparent;
}






section.front-section {
	height: 80vh;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

section.front-section.img-section::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
    background: rgba(0,0,0,.4) linear-gradient(0deg, rgb(0 0 0 / 80%) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
}



section.front-section .full-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	z-index: 1;
	pointer-events: none;
}

section.front-section iframe.full-screen{
	    width: 100%!important;
    height: calc(100vw * .5656)!important;
    transform: translate3d(0px, calc((80vh - 100vw * .5656) / 2), 10px);
}

section.front-section .layer {
	z-index: 2;
	width: 1030px;
	max-width: calc(100% - 30px);
	min-height: 230px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	padding-top: 65px;
	/*align-items: center;*/
	text-align: center;
	background: rgba(71, 71, 71, 0.4);
border: 2px solid #FFFFFF;
box-sizing: border-box;
backdrop-filter: blur(20px);
color: #fff;
}

section.front-section .layer *.title {
	margin: 0;
	line-height: 1;
	font-size: 55px;
line-height: 100%;
text-align: center;
text-transform: uppercase;
margin-bottom: 18px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section.front-section .layer *.subtitle {
	margin: 0;
	line-height: 1.4;
}



section.text-section {
	padding: 60px 0;
	line-height: 1.6;
}

section.text-section p {
	padding-bottom: 20px;
	margin: 0;
}
section.text-section p ~ br,
section.text-section h1 ~ br,
section.text-section h2 ~ br,
section.text-section h3 ~ br,
section.text-section h4 ~ br
 {
	display: none;
}

section.text-section *.title {
	font-size: 18px;
text-align: center;
text-transform: uppercase;
color:var(--green1);
padding-bottom: 0;
padding-bottom: 18px;
font-weight: 500;
}
section.text-section *.section-title {
    padding-bottom: 20px;
    }

section.text-section p:last-child {
	padding-bottom: 0;
}


section.section-videos {
	padding: 60px 0;
}
.grid-1-1-1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
	.grid-1-1-1 .col {
		padding: 0;
	}
*.video-poster {
	width: 100%;
	display: grid;
	padding-bottom: 56.25%;
	position: relative;
	background: var(--grey3);
}
.video-poster:after {
	content: '';
	position: absolute;
	width: 90px;
	height: 90px;
	background: url(../img/play.svg) center no-repeat;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px) scale(1,1);
	transition: all .3s ease;
}
.video-poster:hover:after {
	transform: translate3d(-50%, -50%, 0px) scale(.9,.9);
}
.video-poster img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}
.wrap-service *.video-title {
	margin: 0;
	margin-top: 16px;
}


.section-reviews {
	padding: 60px 0;
}

.wrap-service *.section-title {
	font-size: 40px;
	text-transform: uppercase;
	color: var(--grey3);
	margin: 0;
	line-height: 1;
}
  .wrap-service *.lh-1-4 {
    	line-height: 1.4;
    }
.wrap-service *.section-title + *.section-subtitle {
	margin-top: 16px;
}
.wrap-service *.title-white {
	color: #fff;
}
.container-reviews {
	width: 100%;
	padding-left: calc((100% - 1170px) / 2 - 20px);
}


.review-item {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(71 71 71 / 20%);
    width: 40%;
    margin-left: 20px;
    transition: all .3s ease;
}

.active+.active .review-item {
	background-color: var(--grey1);
}
.owl-full-height .owl-item > *{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.owl-full-height .owl-item > * > a {
	/*height: 100%;*/
	display: flex;
	align-items: center;
}
/*.owl-full-height .owl-item > * > a img {
	height: 100%;
	width: auto;
}*/
.counter-out {
	padding: 0 16px;
	font-size: 20px;
	color: var(--grey2);
	display: inline-block;
	line-height: 1;
}
.owl-carousel .owl-nav button.owl-prev {
	font-size: 0;
	height: 18px;
	width: 10px;
	background: url(../img/left.svg) left center no-repeat;
	background-size: contain;
	    vertical-align: middle;
}
.owl-carousel .owl-nav {
	display: flex;
	align-items: center;
}
.owl-carousel .owl-nav button.owl-next {
	font-size: 0;
	height: 18px;
	width: 10px;
	background: url(../img/right.svg) right center no-repeat;
	background-size: contain;
	    vertical-align: middle;
}
.counter-out span {
	color: var(--grey3);
}
.rev-slider .owl-nav {
padding-left: 20px;
}
.rev-header {
	display: flex;
	align-items: center;
	justify-content: start;
	padding-bottom: 22px;
	border-bottom: 2px solid var(--grey2);
	margin-bottom: 22px;
	width: 100%;
}
.owl-full-height .owl-stage {
display: flex;
}
.rev-header .col-img {
	padding-right: 22px;
}
.wrap-service .owl-carousel .owl-item .rev-header .col-img img {
	width: 58px!important;
	}
.rev-header .col-img img {
	width: 58px!important;
	height: auto!important;
	    border-radius: 50%;
}
.rev-header .col-name p {
	margin: 0;
}
.rev-header .col-name p.name {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.rev-header .col-name p.soc img {
	width: 16px!important;
	height: 16px!important;
}
.owl-carousel .owl-item img {
	margin: 0;
}
.rev-slider .owl-stage-outer {
    padding: 30px 0;
}


.rev-slider {
	margin-top: 30px;
}



.section-price {
	padding: 80px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.grid-prices {
	margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    justify-content: center;
    gap: 30px;
}
.grid-prices .col {
	padding: 0;
}
.col-price {
	/*width: 200px;*/
	color: #fff;
	background: rgba(71, 71, 71, 0.4);
border: 2px solid #FFFFFF;
box-sizing: border-box;
backdrop-filter: blur(20px);
padding: 40px 16px 20px;
}
.section-price *.section-title {
	margin-bottom: 20px;
}
.col-price *.title-price {
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.col-price *.pack-item {
	font-size: 16px;
margin-bottom: 20px;
line-height: 1;
}



section.section-faq {
	padding: 60px 0;
}

.answers {
	margin-top: 60px;
}

.item-answer {
	margin-bottom: 40px;
	padding: 0 40px;
	background: var(--grey1);
box-shadow: 0px 10px 20px var(--grey1);
transition: all .3s ease;
}


.item-answer.active {
	background: #fff;
	box-shadow: 0px 10px 20px rgba(79, 189, 78, 0.2);
}
.item-answer .answer-head {
	padding: 35px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid var(--grey1);
	cursor: pointer;
}

.item-answer *.title-answer {
	margin: 0;
	color: var(--grey2);
	text-transform: uppercase;
	transition: all .3s ease;
}
.item-answer.active *.title-answer,.item-answer .answer-head:hover *.title-answer {
color:  var(--grey3);
	}

.item-answer .answer-text {
	padding: 35px 0px;
	display: flex;
	height: auto;
	transition: all .3s ease;
	overflow: hidden;
}
.item-answer:not(.active) .answer-text {
	height: 0px;
	padding: 0px 0px;
}
.item-answer .answer-text * {
	font-size: 16px;
}

section.section-faq {
	padding: 80px 0;
}
 .wrap-service *.section-title.faq-title {
 	    color: var(--grey4);
 }

.answer-text-opened {
	height: auto !important;
}


.grid-faq {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

.answers.v-2 {
	margin-top: 20px;
	margin-bottom: 0px;
}

.answers.v-2 .item-answer {
		background: none;
		padding: 0;
		border-bottom: 1px solid #9C9C9C;
		box-shadow: none;
		padding-bottom: 10px;
		margin-bottom: 0;
}
.answers.v-2 .item-answer .item-answer.active {
    background: #fff;
    box-shadow: none;
}
.answers.v-2 .item-answer   .answer-head {
border-bottom: none;
padding: 20px 0 10px;
}

.answers.v-2 .item-answer *.title-answer {
	font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 18px;
color: #000;
text-transform: none;
line-height: 1.3;
}
.answers.v-2 .item-answer.active *.title-answer {
	color: #5AA65A;
}

.answers.v-2 .item-answer .answer-text {
	padding: 0px;
}
.answers.v-2 .item-answer.active .answer-text {
	padding: 0px 0 00px;
}
.answers.v-2 button.answer-toggled {
	background-image: url(../img/plus-faq.svg);
}
.answers.v-2 .item-answer.active button.answer-toggled {
	background-image: url(../img/minus-faq.svg);
}

button.answer-toggled {
	width: 20px;
	height: 20px;
	border: none;
	background: transparent center no-repeat;
	background-image: url(../img/down.svg);
	background-size: contain;
	transition: all .2s ease;
	cursor: pointer;
	opacity: .5;
}
.item-answer .answer-head:hover button.answer-toggled {
opacity: 1;
}
.item-answer.active button.answer-toggled {
	opacity: 1;
	background-image: url(../img/close.svg);

}



section.section-callback {
	padding: 80px 0;
	background: linear-gradient(89.55deg, #474747 18.97%, #4FBD4E 119.8%);
	color: #fff;
}

.grid-form {
    display: grid;
    grid-column-gap: 210px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.grid-form .col {
	padding: 0;
}

.grid-form input, .section-promo input {
	display: block;
	width: 100%;
	height: 48px;
	 padding-left: 40px;
	border: none;
	outline: none;
	/* margin-bottom: 30px; */
	font-weight: 400;
	font-family: Tahoma;
	color: var(--grey3);
}

.section-promo input[type='submit']
{
	background: #5CA85C;
	color: #fff;
	width: 254px !important;
	max-width: 100%;
}

.services-forms .wpcf7-not-valid-tip {
	margin-top: 6px;
}

.services-forms .wpcf7-form-control-wrap input,{
	padding-left: 40px;
}

.section-promo .wpcf7-form-control-wrap input
{
	padding-left: 30px;
}

.services-forms .wpcf7 form .wpcf7-response-output,
.services-forms .wpcf7 form.invalid .wpcf7-response-output, .services-forms .wpcf7 form.unaccepted .wpcf7-response-output, .services-forms .wpcf7 form.payment-required .wpcf7-response-output {
	margin: 0!important;
}

.services-forms .wpcf7-form-control-wrap textarea, .section-promo .wpcf7-form-control-wrap textarea,
.services-forms .wpcf7-form-control-wrap:not(:first-child) input, .section-promo .wpcf7-form-control-wrap:not(:first-child) input{
	margin-top: 25px;
}

.grid-form input:focus,.grid-form textarea:focus, .section-promo input:focus, .section-promo textarea:focus {
	border: none;
	outline: none;
}
.grid-form textarea, .section-promo textarea {
	height: 160px;
	margin-bottom: 60px;
	resize: vertical;
	max-height: 240px;
	display: block;
	width: 100%;
	padding-left: 40px;
		font-weight: 400;
	font-family: Tahoma;
	padding-top: 14px;
	color: var(--grey3);
	border: none;
}
.wpcf7-spinner {
	display: block;
    margin: 0 auto;
}
.wpcf7-form br {
	display: none;
}
.grid-form input::-webkit-input-placeholder,.grid-form textarea::-webkit-input-placeholder,
.section-promo input::-webkit-input-placeholder,.section-promo textarea::-webkit-input-placeholder {
	color: var(--grey2)!important;
	font-weight: 400!important;
	font-family: Tahoma!important;
	font-size: 16px!important;
}

section.section-callback *.section-title {
	margin: 0 0 60px;
}
section.section-callback *.contact-text {
	margin: 0;
	padding: 20px 0 20px;
}

section.section-callback *.contact-item {
	margin: 0px 0 20px;
}
section.section-callback *.contact-item ~ br {
	display: none;
}
section.section-callback *.contact-item b {
	font-weight: 400;
	color: var(--green1);
}
section.section-callback *.contact-text + *.contact-item {
	padding-top: 20px;
}

section.section-services {
	padding: 80px 0;
}

.grid-services {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.grid-services .col {
	padding: 0;
}
.service-item {
	position: relative;
	box-shadow: 0px 10px 20px rgba(71, 71, 71, 0.2);
	transition: all .3s ease;
}
.service-item:hover{
	box-shadow: 0px 10px 20px rgba(79, 189, 78, 0.2);
}
.service-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	color: var(--grey1)!important;;
	text-decoration: none;
	transition: all .3s ease;
}
.service-item a:hover {
	opacity: 1;
	color: var(--green1) !important;
}
.service-item .layer {
	position: relative;
	height: 100%;

	border: 2px solid #FFFFFF;
box-sizing: border-box;
backdrop-filter: blur(4px);
}
.service-item .layer img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-item .layer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 40, 40, 0.64);
	z-index: 1;
	backdrop-filter: blur(4px);
}

.section-gal {
	padding: 30px 0 60px;
}
.section-gal .owl-stage {
	padding: 30px 0;
}
.section-gal .item img {
	width: 570px;
	height: 100%!important;
	object-fit: cover;
}
.wrap-service .owl-carousel .owl-item img {
    width: 100%!important;
}
.section-gal .item.hor a  {
	width: calc(7.2vw - 16px);
	height: 100%;
	position: relative;
}

.section-gal .item a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: left;
background: rgba(40, 40, 40, 0.4);
border: 2px solid #FFFFFF;
box-sizing: border-box;
backdrop-filter: blur(4px);
transition: all .3s ease;
box-shadow: 0px 10px 20px rgba(71, 71, 71, 0.2);
}

.section-gal .item a  {
	transition: all .3s ease;
	transform: scale(.8,.8);
}

/*.section-gal .owl-item:not(.active) + .active .item img  {
	transition: all .3s ease;
	transform: scale(.8,.8);
}

.section-gal  .active .item img  {
	transform: scale(.9,.9);
}*/

.section-gal  * + .active.center .item a  {
	transform: scale(1,1);
}
.section-gal  * + .active.center .item a:after {
background: rgba(40, 40, 40, 0);
backdrop-filter: blur(0px);
border: 2px solid var(--green1);
box-shadow: 0px 10px 20px rgba(79, 189, 78, 0.2);
}
/*
.section-gal  .active.center + .active .item img,
.section-gal .owl-item:not(.active) + .active.center .item img
  {
	transform: scale(.9,.9);
}
.section-gal  .active.center + .active + .active .item img  {
	transform: scale(.8,.8);
}*/
.rev-slider .owl-dots {
display: none;
}
.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.owl-carousel button.owl-dot{
	width: 12px;
	height: 12px;
	border-radius: 8px;
	background-color: #fff;
	border: 2px solid var(--green1);
	margin:0 2px;
	transition: all .3s ease;
	opacity: 1;
}
.owl-carousel button.owl-dot:hover {
	opacity: .8;
}
.owl-carousel button.owl-dot.active{
	background-color: var(--green1);
}


section.section-reasons {
	padding: 80px 0;
	background-color: var(--grey3);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
section.section-reasons *.section-title {
	margin-bottom: 40px;
}
.wrap-service *.text-green {
	text-transform: uppercase;
	color: var(--green1);
}
section.section-reasons .text-layer {
	width: 55%;
}

.wrap-service ul,.wrap-service li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.wrap-service ul {
	margin: 18px 0;
}
.wrap-service li {
margin-bottom: 18px;
line-height: 1.6;
	}
.wrap-service li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 8px;
	display: inline-block;
}
.wrap-service li b {
	display: inline-block;
	font-weight: bold;
}

section.no-pb {
	padding-bottom: 0;
}

section.no-pt {
	padding-top: 0;
}

section.section-packages {
	padding: 60px 0;
}
.grid-packages {
	display: grid;
	    grid-template-columns: calc(66.66% - 9px) auto;
	grid-gap: 30px;
	align-items: center;
}
.grid-packages .col-img img {
	width: 100%;
}
.grid-packages  .text  {
	padding-top: 15px;
	padding-bottom: 30px;
}

.grid-1-2  {
	display: grid;
	grid-template-columns: auto calc(66.66% - 9px);
	grid-gap: 30px;
}


@media (max-width: 1280px) {
	.wrap-service .container,
	.wrap-service .container-mid,
	.wrap-service .container-min {
		padding-left: 20px;
		padding-right: 	20px;
	}
.grid-prices {
	display: flex;
	    flex-wrap: wrap;
}
}

@media (max-width: 991px) {
	.grid-faq {
	grid-template-columns: 1fr;
	grid-gap: 0px;
}
	section.front-section .layer *.title {
    font-size: 30px;
    line-height: 1.4;
}
.col-price {
    width: 230px;
    flex: 0 0 230px;
    }
	.hide-pc {
	display: none;
}
.hide-mb {
	display: block;
}

.review-item {
    width: calc(100vw - 40px);
    }
    .grid-form {
    grid-template-columns: 1fr;
}
.grid-services {
	grid-template-columns: 1fr 1fr;
}
section.text-section,section.section-videos,.section-reviews,section.section-faq,section.section-packages {
		padding: 40px 0;
	}
	section.section-callback *.section-title {
    margin: 0 0 20px;
}
.section-gal {
	    padding: 10px 0 40px;
}
	.section-price,section.section-callback,section.section-services,section.section-reasons  {
		padding: 50px 0;
	}
	.answers,.grid-services {
		margin-top: 40px;
	}
	.grid-form textarea {
    margin-bottom: 30px;
}
.grid-packages {
	grid-template-columns: 1fr;
}
}

@media (max-width: 600px) {
	.grid-1-2 {
		grid-template-columns: 1fr;
	}
	section.front-section .layer {
		padding-left: 20px;
		padding-right: 20px;
	}
	section.section-reasons .text-layer {
		width: 100%;
	}
	.grid-1-1-1 {
	grid-template-columns: 1fr;
}

.grid-services {
	grid-template-columns:  1fr;
}
.service-item .layer img {
	height: 56.25vw;
	width: 100%;
	object-fit: cover;
	}
	.service-item a {
		opacity: 1;
	}
section.front-section {
    height: calc(100vh - 60px);
}
.hide-pc {
	display: block!important;
}
.hide-mb {
	display: none!important;
}
.wrap-service *.section-title {
	font-size: 30px;
	}
	.section-gal .item.hor a,.section-gal .item img {
		width: 100%;
	}
	.section-gal .item.hor a {
		width: auto;
	}
	.section-gal .item img {
		/*width: 100%;*/
	}
.owl-full-height .owl-item > * > a {
	height: auto;
}
.gal-slider.owl-full-height .owl-item > * {
    align-items: center;
    justify-content: center;
}
.section-gal * + .active .item a {
    transform: scale(1,1);
    width: calc(100% - 30px);
}
.section-gal * + .active .item a:after {
    background: rgba(40, 40, 40, 0);
    backdrop-filter: blur(0px);
    border: 2px solid var(--green1);
    box-shadow: 0px 10px 20px rgb(79 189 78 / 20%);
}
section.front-section .layer {
	padding-top: 30px;
	padding-bottom: 30px;
}
}

@media (max-width: 480px) {
.col-price {
    width: 100%;
    flex: 0 0 100%;
    }
}



@media (max-width: 1128px) {
.single-service .d-md-block.header-menu {
    /*display: none !important;*/
}
}

.gal-slider__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 770px;
	height: 545px;
}

.gal-slider__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gal-slider__wrapp .owl-item {
	position: relative;
}

.gal-slider__wrapp .owl-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	opacity: 1;
	transition: .3s ease;
}

.gal-slider__wrapp .owl-item.active.center:before  {
	opacity: 0;
	z-index: -1;
}



.gal-slider__btn-tabs {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.gal-slider__btn-tab {
	height: 53px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 0 30px;
	font-size: 18px;
	color: #2D2C2C;
	text-transform: uppercase;
	border: 2px solid #2D2C2C;
	margin: 0 15px;
	cursor: pointer;
	transition: .3s ease;
}


.gal-slider__btn-tab:hover {
	color: #fff;
	background: #2D2C2C;
}



.gal-slider__btn-tab.active {
	color: #5AA65A;
	border: 2px solid #5AA65A;
	pointer-events: none;
}

.gal-slider__wrapp .owl-stage{
	position: relative;
}

.gal-slider.owl-carousel .owl-nav button.owl-prev {
	left: 30px;
}

.gal-slider.owl-carousel .owl-nav button.owl-next {
	right: 30px;
}

.gal-slider.owl-carousel .owl-nav button.owl-prev svg,
.gal-slider.owl-carousel .owl-nav button.owl-next svg {
	width: 30px;
	height: 51px;
}
.gal-slider.owl-carousel .owl-nav button.owl-prev,
.gal-slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	background: none;
}

.section-gal.section-gal-new {
	padding-top: 70px;
}

.popup-contact {
	display: none;
	padding: 10px 20px 35px;
	width: 270px;
    position: fixed;
    top: 50%;
    z-index: 10000;
    right: 200px;
    background: #fff;
    transform: translateY(-50%);
	box-shadow: 0px 10px 30px rgba(71, 71, 71, 0.15);
}

.popup-contact__title {
	font-size: 24px;
	color: #2D2C2C;
	text-transform: uppercase;
	margin-bottom: 27px;
}

.popup-contact textarea,
.popup-contact input {
	width: 100%;
	border:none;
	border-bottom: 1px solid #A2A2A2;
	padding: 0 10px 10px;
	font-size: 16px;
	color: #A2A2A2;
	height: 40px;
}

.popup-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact textarea:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact input::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact input:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}
.popup-contact input:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  font-weight: 400;
  color: #A2A2A2;
}

.popup-contact textarea {
	padding-top: 5px;
}

.popup-contact__cross {
	margin-bottom: 10px;
	display: block;
	text-align: right;
	cursor: pointer;
}

.popup-contact .wpcf7-form-control-wrap {
	margin-bottom: 30px;
	display: block;
}

.popup-contact .wpcf7-form-control-wrap.textarea-993 {
	margin-bottom: 16px;
}

.popup-contact__text {
	color: #A2A2A2;
	text-align: left;
	font-size: 12px;
	margin-bottom: 25px;
	line-height: 16.8px;
}

.popup-contact .but {
	width: 100%!important;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	background: #5CA85C;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
}

.popup-contact .wpcf7-spinner{
	display: none;
}

.fancybox-container {
	z-index: 1000;
}

.popup-contact .wpcf7 form .wpcf7-not-valid-tip {
	font-size: 0.7em;
}
.popup-contact .wpcf7 form .wpcf7-response-output {
	margin: 5px 0 0 0;
    padding: 0.5em 0.5em;
    font-size: 0.8em;
}


.gallery-switch {
  background: rgba(0, 0, 0, 0.53);
  border: 2px solid #FFFFFF;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 30px;
  height: 53px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 15px;
  cursor: pointer;
}
.gallery-switch:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery-switch.active {
  background: #fff;
  color: #4FBD4E;
}
.gallery-switch__wrapp {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;

  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 10000;
  padding: 25px 0;
}

.gallery-switch {
  background: rgba(0, 0, 0, 0.53);
  border: 2px solid #FFFFFF;
  color: #fff!important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 53px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 15px;
  cursor: pointer;
}
.gallery-switch:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.gallery-switch.active {
  background: #fff;
  color: #4FBD4E!important;
}

.gallery__view {
  position: absolute;
  bottom: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  background: #fff;
  right: 50px;
}

.tab-item {
	position: relative;
}

.section-related {
	padding: 60px 0;
}

.related__list {
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
}

.section-title.related__title {
	margin-bottom: 60px;
}

.related__item {
	height: 212px;
	background-size: cover;
	background-position: 50% 50%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	position: relative;
	transition: .3s ease;
}

.related__item:hover {
	transform: scale(1.05);
}

.related__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 40, 40, 0.55);
	backdrop-filter: blur(3px);
	border: 2px solid #FFFFFF;
}

.related__item p {
	font-weight: 400;
	color: #F8F8F8;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	width: 253px;
}



@media screen and (max-width: 1199px) {

	.popup-contact {
		padding: 10px 15px 20px;
		width: 250px;
	    right: 50px;
	}

	.popup-contact__title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.popup-contact textarea,
	.popup-contact input {
		padding: 0 7px 7px;
		font-size: 15px;
		height: 36px;
	}
	.popup-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 15px;
	}
	.popup-contact textarea::-moz-placeholder { /* Firefox 19+ */
	  font-size: 15px;
	}
	.popup-contact textarea:-ms-input-placeholder { /* IE 10+ */
	  font-size: 15px;
	}
	.popup-contact textarea:-moz-placeholder { /* Firefox 18- */
	  font-size: 15px;
	}
	.popup-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 15px;
	}
	.popup-contact input::-moz-placeholder { /* Firefox 19+ */
	  font-size: 15px;
	}
	.popup-contact input:-ms-input-placeholder { /* IE 10+ */
	  font-size: 15px;
	}
	.popup-contact input:-moz-placeholder { /* Firefox 18- */
	  font-size: 15px;
	}



	.popup-contact .wpcf7-form-control-wrap {
		margin-bottom: 20px;
	}

	.popup-contact .wpcf7-form-control-wrap.textarea-993 {
		margin-bottom: 14px;
	}

	.popup-contact__text {
		margin-bottom: 20px;
	}

	.popup-contact .but {
		height: 45px;
	}

	 .gallery-switch {
	    padding: 0 20px;
	    height: 43px;
	    font-size: 15px;
	    margin: 0 12px;
	  }
	  .gallery-switch__wrapp {
	    padding: 20px 0;
	  }



	.section-related {
		padding: 50px 0 30px;
	}

	.related__list {
	    grid-template-columns: repeat(3,1fr);
	    grid-column-gap: 25px;
	    grid-row-gap: 25px;
	}

	.section-title.related__title {
		margin-bottom: 50px;
	}

	.related__item {
		height: 180px;
		padding: 15px 30px;
	}

	.related__item p {
		font-size: 17px;
		width: auto;
	}

}

@media screen and (max-width: 991px) {
	.rev-slider .review-item.item {
		width: 530px;
	}
	.popup-contact {
		padding: 10px 15px 20px;
		width: 250px;
	    right: 50px;
	}

	.popup-contact__title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.popup-contact textarea,
	.popup-contact input {
		padding: 0 7px 7px;
		font-size: 14px;
		height: 36px;
	}
	.popup-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 14px;
	}
	.popup-contact textarea::-moz-placeholder { /* Firefox 19+ */
	  font-size: 14px;
	}
	.popup-contact textarea:-ms-input-placeholder { /* IE 10+ */
	  font-size: 14px;
	}
	.popup-contact textarea:-moz-placeholder { /* Firefox 18- */
	  font-size: 14px;
	}
	.popup-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 14px;
	}
	.popup-contact input::-moz-placeholder { /* Firefox 19+ */
	  font-size: 14px;
	}
	.popup-contact input:-ms-input-placeholder { /* IE 10+ */
	  font-size: 14px;
	}
	.popup-contact input:-moz-placeholder { /* Firefox 18- */
	  font-size: 14px;
	}



	.popup-contact .wpcf7-form-control-wrap {
		margin-bottom: 16px;
	}

	.popup-contact .wpcf7-form-control-wrap.textarea-993 {
		margin-bottom: 12px;
	}

	.popup-contact__text {
		margin-bottom: 16px;
	}

	.popup-contact .but {
		height: 40px;
	}

	.gal-slider__item {
		width: 520px;
		height: 300px;
	}

	.gal-slider__btn-tabs {
		margin-top: 35px;
	}

	.gal-slider__btn-tab {
		height: 40px;
		padding: 0 20px;
		font-size: 14px;
		margin: 0 10px;
	}

	.gal-slider.owl-carousel .owl-nav button.owl-prev {
		left: 15px;
	}

	.gal-slider.owl-carousel .owl-nav button.owl-next {
		right: 15px;
	}

	.gal-slider.owl-carousel .owl-nav button.owl-prev svg,
	.gal-slider.owl-carousel .owl-nav button.owl-next svg {
		width: 25px;
		height: 40px;
	}


	.section-gal.section-gal-new {
		padding-top: 30px;
	}

	.gallery-switch {
	    padding: 0 15px;
	    height: 40px;
	    font-size: 14px;
	    margin: 0 10px;
	 }

	.gallery__view {
	    bottom: 100px;
	    right: 50px;
	  }


	.section-related {
		padding: 70px 0 30px;
	}

	.related__list {
	    grid-template-columns: repeat(3,1fr);
	    grid-column-gap: 20px;
	    grid-row-gap: 20px;
	}

	.section-title.related__title {
		margin-bottom: 35px;
	}

	.related__item {
		height: 160px;
		padding: 15px 25px;
	}

	.related__item p {
		font-size: 16px;
	}
}

@media screen and (max-width: 850px) {
	.gallery-switch__wrapp {
		padding: 20px 0 55px;
	}
}

@media screen and (max-width: 767px) {
	.rev-slider .review-item.item {
		width: 470px;
	}
	.gal-slider__item {
		width: 100%;
		height: 250px;
	}

	.gal-slider__btn-tabs {
		margin-top: 25px;
	}

	.gal-slider__btn-tab {
		height: 35px;
		padding: 0 14px;
		font-size: 12px;
		margin: 0 8px;
	}

	.gal-slider.owl-carousel .owl-nav button.owl-prev {
		left: 10px;
	}

	.gal-slider.owl-carousel .owl-nav button.owl-next {
		right: 10px;
	}




	.section-gal.section-gal-new {
		padding-top: 20px;
	}

	.owl-item.active:before  {
		opacity: 0;
		z-index: -1;
	}
	.section-gal-new.section-gal .owl-stage {
		padding: 20px 0;
	}

	.popup-contact {
		padding: 10px 15px 20px;
		width: 240px;
	    right: 50px;
		display: none!important;
	}

	.popup-contact__title {
		font-size: 19px;
		margin-bottom: 15px;
	}

	.popup-contact textarea,
	.popup-contact input {
		padding: 0 7px 7px;
		font-size: 13px;
		height: 32px;
	}
	.popup-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 13px;
	}
	.popup-contact textarea::-moz-placeholder { /* Firefox 19+ */
	  font-size: 13px;
	}
	.popup-contact textarea:-ms-input-placeholder { /* IE 10+ */
	  font-size: 13px;
	}
	.popup-contact textarea:-moz-placeholder { /* Firefox 18- */
	  font-size: 13px;
	}
	.popup-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 13px;
	}
	.popup-contact input::-moz-placeholder { /* Firefox 19+ */
	  font-size: 13px;
	}
	.popup-contact input:-ms-input-placeholder { /* IE 10+ */
	  font-size: 13px;
	}
	.popup-contact input:-moz-placeholder { /* Firefox 18- */
	  font-size: 13px;
	}



	.popup-contact .wpcf7-form-control-wrap {
		margin-bottom: 12px;
	}

	.popup-contact .wpcf7-form-control-wrap.textarea-993 {
		margin-bottom: 12px;
	}

	.popup-contact__text {
		margin-bottom: 16px;
	}

	.popup-contact .but {
		height: 30px;
		font-size: 12px;
	}

	.gallery-switch {
	    padding: 0 12px;
	    height: 36px;
	    font-size: 12px;
	    margin: 0 8px;
	  }
	  .gallery-switch__wrapp {
	    padding: 15px 0 50px;
	  }

	.gallery__view {
	    bottom: 80px;
	    right: 20px;
	 }

	.section-related {
		padding: 60px 0 30px;
	}

	.related__list {
	    grid-template-columns: repeat(2,1fr);
	    grid-column-gap: 25px;
	    grid-row-gap: 25px;
	}

	.section-title.related__title {
		margin-bottom: 35px;
	}

	.related__item {
		height: 170px;
		padding: 15px;
	}

	.related__item p {
		font-size: 17px;
	}
}


@media screen and (max-width: 575px) {
	.rev-slider .owl-height .owl-stage {
		display: block;
	}
	.rev-slider .owl-full-height .owl-item > * {

	}
	.rev-slider .review-item.item {
		width: calc(100vw - 40px);
		height: auto;
	}
	.gal-slider__item {
		width: 100%;
		height: 250px;
	}

	.gal-slider__btn-tabs {
		flex-direction: column;
		width: 250px;
		margin: 25px auto 0;
	}

	.gal-slider__btn-tab {
		height: 38px;
		text-align: center;
		justify-content: center;
		width: 100%;
		padding: 0 14px;
		font-size: 12px;
		margin: 0 8px;
	}

	.gal-slider__btn-tab:not(:last-child) {
		margin-bottom: 10px;
	}

	.gal-slider.owl-carousel .owl-nav button.owl-prev {
		left: 10px;
	}

	.gal-slider.owl-carousel .owl-nav button.owl-next {
		right: 10px;
	}

	/* .gal-slider.owl-carousel .owl-nav button.owl-prev,
	.gal-slider.owl-carousel .owl-nav button.owl-next {
		display: none;
	} */

	.gallery-switch__wrapp {
	  padding: 15px 0 90px;
	}

	.section-gal.section-gal-new {
		padding-top: 20px;
	}

	.owl-item.active:before  {
		opacity: 0;
		z-index: -1;
	}
	.section-gal-new.section-gal .owl-stage {
		padding: 20px 0;
	}

	.gallery-switch {
	    padding: 0 10px;
	    height: 34px;
	    font-size: 11px;
	    margin: 0 7px;
	  }

	.gallery__view {
	    display: none;
	  }


	.section-related {
		padding: 60px 0 30px;
	}

	.related__list {
	    grid-template-columns: repeat(2,1fr);
	    grid-column-gap: 20px;
	    grid-row-gap: 20px;
	}

	.section-title.related__title {
		margin-bottom: 35px;
	}

	.related__item {
		height: 160px;
		padding: 15px 25px;
	}

	.related__item p {
		font-size: 16px;
	}


}

@media screen and (max-width: 400px) {
	.related__list {
	    grid-template-columns: repeat(1,1fr);
	    grid-column-gap: 0px;
	    grid-row-gap: 25px;
	}

	.section-title.related__title {
		margin-bottom: 35px;
	}

	.related__item {
		height: 200px;
		padding: 15px 30px;
	}

	.related__item p {
		font-size: 16px;
	}
}

.areas__breadcrumbs {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 10;
}

.areas__breadcrumbs svg {
	margin: 0 6px;
}

.areas__breadcrumbs .kama_breadcrumbs {
	margin-bottom: 0;
}

.areas__breadcrumbs a span:not(.kb_title) {
	color: #5AA65A;
	font-weight: 600;
	font-size: 16px;
    text-shadow: 0 0 1px #fff;
}
.areas__breadcrumbs .kb_title  {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
    text-shadow: 0 0 1px #5AA65A;
}

.wrap-service .areas-reasons .container {
	position: relative;
}
.areas-reasons {
	position: relative;
}
.areas-reasons:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: block;
	width: 100%;
	height: 100%;

}
