/* CSS Document */
@import "class.css";
@import "feedback.css";

body, .mceContentBody{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height:normal;
	min-width: 320px;
}
body.modal-open {
    overflow: hidden;
}
body.mceContentBody{ width:auto; height:auto !important; }
#wrapper, .mceContentBody{}

#middle, .mceContentBody{overflow: hidden; }
.pagecontent, .mceContentBody{ position:relative;}
.max-width .pagecontent{ width: 100%; }
.pagecontent ol, .mceContentBody ol{ margin:15px 0; padding-left:40px;list-style: none; counter-reset: li; }
.pagecontent ol li, .mceContentBody ol li{
	counter-increment: li;
	padding-bottom: 1rem;
	line-height: 20px;
}
.pagecontent ol li::before, .mceContentBody ol li::before{
	content: counter(li); color: #CDDC39;
  display: inline-block; width: 1em;
  margin-left: -1em;
  font-size: 16px;
  font-family: 'Roboto Regular';
}
.pagecontent ol li strong, .mceContentBody ol li strong{
	font-family: 'Roboto Regular';
}
.pagecontent table, .mceContentBody table{
	border:none;
	border-collapse:collapse;
	background: #FFFFFF;
	box-shadow: 20px 9px 20px rgba(220, 220, 220, 0.25);
	border-radius: 10px;
	width: 100%;
 }
 .pagecontent table tr:nth-child(1) , .mceContentBody table tr:nth-child(1){
border: none;
 }
.pagecontent table tr:nth-child(2) , .mceContentBody table tr:nth-child(2){
		/*background: #CDDC39;*/
		font-family: 'Roboto Regular';
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		color: #FFFFFF;
		border: none;
		position: relative;
}
.pagecontent table tr:nth-child(2) td::after , .mceContentBody table tr:nth-child(2) td::after{
	content: '';
	background: #CDDC39;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
table tr:nth-child(2) td:first-child::after{
	border-radius: 10px 0px 0px 0px;
}
table tr:nth-child(2) td:last-child::after{
	border-radius: 0px 10px 0px 0px;
}

.pagecontent table tr , .mceContentBody table tr{
	border-bottom: 1px solid #E0E0E0;
}
.pagecontent table tr:last-child , .mceContentBody table tr:last-child{
	border-bottom: none;
}
.pagecontent table td, .pagecontent table th,
.mceContentBody table td, .mceContentBody table th{
	border: none;
	padding: 14px 1rem;
	position: relative;
	z-index: 1;
	text-align: center;
}

*{ margin:0; padding:0; }
a:hover{
	color: #3C9E86;
}
textarea{ resize:none; }
:focus { outline: 0; }
.pagecontent a{
	text-decoration: none;
}
.pagecontent ul{
	list-style: none;
	margin: 1rem 0 0 0;
	padding: 0;
}
.pagecontent ul li{
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 19px;
	padding-bottom: 1rem;
}
.pagecontent ul li strong{
	font-family: 'Roboto Regular';
}
.pagecontent ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: 0;
	background: #CDDC39;
	border-radius: 50%;
  }
table, img, div, a { border:0; }
table, td, th, div, img{
	border:none 0;
	border-spacing:0px;
	outline:none;
	padding:0;
	margin:0;
}
h1, h2, h3, h4{
	font-size:24px;
	padding:0;
	margin:10px 0;
}
h2 {
margin-top: 20px;
}
h1{
	font-family: 'Roboto Regular';
	display: block;
	border-bottom: 1px solid #E0E0E0;
	color:#333;
	padding: 0rem 0 8px 10px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
}
h2{ 
	font-family: 'Roboto Regular';
	display: block;
	border-bottom: 1px solid #E0E0E0;
	color:#333;
	padding:0 0 20px 0; 
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
 }
h3{ 
	font-size:16px; 
	margin: 2rem 0 0.7rem 0;
}
h4{ font-size:12px; }
.lcol h2, .rcol h2{
	color:#6d4d28;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:0;
}

p{ 
	text-align: justify;
	line-height: 23px;
	padding-bottom: 10px;
 }
a{
	color:#025e84;
	text-decoration:underline;
	border:none;	
}
a:hover{
}	
.news .item{ margin-bottom:15px; }
.news .introtext{ font-size:11px; }
.news a{ font-size:11px; }
.news a{ font-size:11px; }

.firs {
	/*background: #d0ccc3;*/
}
.dark {
	/*background: #dcd8ce;*/
}

.aleft {
float: left;
margin: 5px 10px;
}

.aright {
float: right;
margin: 5px 10px;
}
.reklama-wrapper{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
}
.reklama{
	background-image: url(img/knopka.png);
	background-repeat: no-repeat;
	width: 305px;
	height: 80px;
	z-index: 9;
	position: absolute;
	right: 0;
	bottom: 0;
}
.reklama::before{
	animation: pulse 6s infinite;
}
@keyframes pulse{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.header-top{
	padding-top: 60px;
}
#banner_top{
	/*padding: 110px 0;*/
	padding: 40px 0 80px 0;

}

#banner-mobile{
	display: none;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	#banner-desk{
		max-width: 502px;
	}
}
@media (max-width: 992px) {
	#banner-desk{
		display: none;
	}
	#banner-mobile{
		display: block;
	}
	.banner_top-img_text {
		margin-top: 40px;
	}
}
.banner_top-title{
	font-family: 'Roboto Regular';
	font-size: 34px;
	line-height: 34px;
	color: #282D43;
}
.banner_top-text{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #828282;
}
.destroyers{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner_top-img_text{
	margin-bottom: 1rem;
	max-width: 65%;
	margin-top: 35px;
    padding-bottom: 30px;
}
.garant {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.garant_img{
	position: absolute;
	bottom: 0;
	right: -30px;
}

.iLive {
	position:absolute;
	left: -638px;
	bottom: -4px
}
.wrapper_scene{
	position: relative;
}
#scene{
	position: absolute;
	bottom: 0;
	right: 10%;
}

.colon {
	font-family: 'Roboto Regular';
	color: #fff;
	font-size: 18px;
	text-align: left;
	background: #3C9E86;
	border-radius: 30px 30px 0px 0px;
	padding: 16px 26px 9px 26px;
}
.mainmenu_mobile .colon {
	font-family: 'Roboto';
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	background: transparent;
	padding: 16px 0px 9px 26px;
}
#resource10.template1 article ul,#resource164.template1 article ul,#resource11.template1 article ul {
 padding-left:0px;
	list-style: none;
	}
	#resource10.template1 article ul li,#resource164.template1 article ul li,#resource11.template1 article ul li {
	margin-top:20px;
	display:table;
	}

.threefoto ul {
		list-style:none;
		padding:0px;
		}
.threefoto img {
	height:120px;
	width:120px;
	}
.threefoto ul li {
		display: inline-block;
margin-left: 24px;
}
.threefoto p {
text-align:center;
text-decoration:underline;
		}
.clear {
clear:both;
}

.B_crumbBox{ color:#da1c37; padding:0px 0; font-family:Arial, Helvetica, sans-serif; font-size:12px;list-style:none;margin-top: 0px !important;
margin-bottom: 0px !important;padding-left: 0px !important;}
.B_crumbBox li {display:inline !important;}
.B_crumbBox img{ margin-bottom:-5px; }
.B_crumbBox a{ color:#232323; text-decoration:underline; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
.B_crumbBox a:hover{ color:#ec1f23; text-decoration:underline; }


article .share table td{
border: 0px;
padding: 0px;
padding-left: 0px;
padding-right: 0px;
}

.share {
position:absolute;
right:0;
}

#resource250 .garantii {
	/*layout*/
	margin: 10px auto;
	width: 95%;
	
	/*style*/
	text-align: center;
}
#resource250 .garantii img {
	/*layout*/
	margin: 0 28px;
}
.phone_top{
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	background: url(/assets/images/phone_top.svg) no-repeat 0 center transparent;
	background-size: contain;
	padding-left: 45px;
	position: relative;
}
.phone_top:hover{
	color: #B6F3CF;
}
.template2 .gallery_album{ display: flex; display: -ms-flex; display: -webkit-flex; flex-wrap: wrap; }
.template2 .gallery_album h2{ width: 100%;}
.template2 .gallery_album .gal-item-user {     margin-right: 23px;
	margin-bottom: 21px;}
.gal-item-user img{
	border-radius: 10px;
}
.btn.btn-ancor{
	margin: 12px 0;
    color: #3C9E86;
    border-radius: 0;
    text-decoration: none;
    line-height: 16px;
    font-size: 14px;
    vertical-align: bottom;
    display: inline-flex;
    max-width: 214px;
    background: transparent;
    box-shadow: none;
    text-align: left;
	/*
    padding: 0px 15px;
    margin-bottom: 18px;
    color: #fff;
    border-radius: 30px;
    background: #3C9E86;
    box-shadow: 0px 0px 10px #51CE84;
    text-decoration: none;
    line-height: 16px;
    height: 38px;
    font-size: 14px;
    vertical-align: bottom;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
	max-width: 214px;
	*/
}
.btn.btn-ancor:hover{
	background: transparent;
	box-shadow: none;
	text-decoration: underline;
	color: #3C9E86;
}
	.btn.btn-link{
		padding: 0px 15px;
		margin-bottom: 18px;
		color: #fff;
		border-radius: 30px;
		background: #3C9E86;
		box-shadow: 0px 0px 10px #51CE84;
		text-decoration: none;
		line-height: 16px;
		height: 50px;
		vertical-align: bottom;
		display: inline-flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 214px;
	}
	.btn.btn-link:hover{background: #40B785;
		box-shadow: 0px 0px 10px #48D17F; }
.activity-item{
	max-width: 270px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 20px 9px 20px rgba(220, 220, 220, 0.25);
	border-radius: 10px;
	position: relative;
	display: block;
	padding: 52px 15px 35px 15px;
	margin: 55px 10px 15px 10px;
}
.activity-item a{
	font-family: 'Roboto Regular';
	color: #3C9E86;
	font-size: 18px;
	text-decoration: none;
	text-transform: capitalize;
	padding-bottom: 14px;
	display: block;
}
.activity-item a:hover{
	color: #46CA7B;
}
.activity-item p{
	text-align: center;
	color: #828282;
	font-size: 13px;
	line-height: 16px;
}
.activity-item-ico{
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-shadow: 5px 5px 10px #EEEEEE;
	border-radius: 50%;
}
.left_banner_img{
	box-shadow: 5px 5px 10px rgba(183, 183, 183, 0.25);
	border-radius: 10px;
	margin-bottom: 27px;
}
.left_banner_img:hover{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.advantages-wrapper{
	position: relative;
	z-index: 0;
}
.advantages-wrapper::before{
	content: '';
	display: block;
	width: 196px;
	height: 196px;
	background: #62D666;
	box-shadow: 0px 0px 15px #5AC152;
	position: absolute;
	top: -60px;
	right: -50px;
	border-radius: 50%;
	z-index: -1;
}
.advantages-wrapper::after{
	content: '';
	display: block;
	width: 1543px;
	height: 896px;
	position: absolute;
	top: -60px;
	left: -285px;
	z-index: -2;
	background-image: url(/assets/images/bg_meedle.png);
}
.advantages-item{
	background: #FFFFFF;
	box-shadow: 20px 9px 20px rgba(220, 220, 220, 0.25);
	border-radius: 10px;
	max-width: 270px;
	padding: 32px 14px;
	font-family: 'Roboto';
	font-size: 13px;
	text-align: center;
	margin-bottom: 12px;
}
.activity-item:hover{
	box-shadow: 20px 9px 25px rgba(178, 178, 178, 0.25);
}
.advantages-item-title{
	color: #3C9E86;
	font-family: 'Roboto Regular';
	font-size: 18px;
	line-height: 18px;
	display: block;
	min-height: 42px;
	padding-bottom: 14px;
}
.advantages-item p{
	text-align: center;
	color: #828282;
	line-height: 17px;
}
.advantages-item strong{
	color: #333333;
}
.item_article{
	max-width: 422px;
	background: #FFFFFF;
	box-shadow: 20px 9px 20px rgba(220, 220, 220, 0.25);
	border-radius: 10px;
	position: relative;
	padding-left: 123px;
	margin-bottom: 30px;
}
.item_article.slick-slide{
	max-width: unset;
}
.item_article:hover{
	box-shadow: 20px 9px 25px rgba(178, 178, 178, 0.25);
}
.item_article:hover h3{
	color: #3C9E86;
}
.item_article-img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 123px;
	height: 100%;
	bottom: 0;
	background-size: cover !important;
	border-radius: 10px;
}
.item_article-link{
	display: block;
	color: #3C9E86;
	font-size: 13px;
	text-decoration: none;
	margin-top: 6px;
}
.item_article-text{
	padding: 22px 12px 22px 28px;
	color: #828282;
	font-size: 13px;
}
.item_article-title h3{
	font-family: 'Roboto Regular';
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}
.item_article_list{
	padding-bottom: 8px;
}
.item_article_list a{
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
.item_article_list a:hover{
	color: #3C9E86;
	text-decoration: underline;
}
.principle-item{
	padding-left: 48px;
	background: url(/assets/images/check.svg) no-repeat 0 0 transparent;
}
#fancybox-close{
	background: url(/assets/images/fancyboxclose.png) no-repeat 0 0 transparent !important;
	top: -25px !important;
	right: -30px !important;
	width: 60px !important;
	height: 60px !important;
}
.left_banners{
	margin-top: 2rem;
}

.city{
	padding-right: 50px;
}
.city-title, .city-phone, .city-address{
	padding: 0 0 12px 40px;
	position: relative;
	min-height: 32px;
	line-height: 32px;
}
.city-title{
	color: #3C9E86;
	font-family: 'Roboto Regular';
	font-size: 24px;
	font-weight: bold;
}
.city-phone a{
	color: #CDDC39;
	font-size: 27px;
	text-decoration: none;
}
.city-phone::after{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(/assets/images/phone.svg) no-repeat 0 center transparent;
	background-size: contain;
}
.city-address::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 32px;
	background: url(/assets/images/map.svg) no-repeat 0 center transparent;
	background-size: contain;
}
.feedback2-title{
	font-family: 'Roboto Regular';
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 2rem;
	color: #333333;
}
.des_item{
	background: #FFFFFF;
	box-shadow: 20px 9px 20px rgba(220, 220, 220, 0.25);
	border-radius: 10px;
	color: #3C9E86;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 11px;
}
.des_item span{
	display: block;
	text-align: center;
	padding-bottom: 8px;
	font-family: 'Roboto Regular';
}
.des_item-img{
	min-height: 200px;
}
.documents{
	padding-left: 40px;
	text-align: right;
}
.img_preview_galary{
	border-radius: 10px;
}
.bottom_block{
	position: relative;
	z-index: 1;
}
.phone_footer{
	font-size: 18px;
	color: #3C9E86;
	background: url(/assets/images/phone.svg) no-repeat 0 center transparent;
	background-size: contain;
	text-decoration: none;
	padding-left: 35px;
	position: relative;
	text-align: right;
}
.contact_bottom{
	text-align: right;
}
.bottom_menu{
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bottom_menu a{
	color: #828282;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.bottom_menu a:hover{
	color: #3C9E86;
}
.dop_menu_footer{
	margin-top: 38px;
}
.dop_menu_footer-link{
	display: block;
	margin-left: 55px;
	margin-bottom: 18px;
	text-decoration: none;
	color: #4F4F4F;
	font-size: 14px;
	font-weight: 300;
}
.by{
	text-align: right;
	margin-top: 5rem;
	margin-bottom: 1rem;
	color: #4F4F4F;
	font-size: 14px;
}
.by a{
	text-decoration: none;
}
#order{
	position: relative;
	margin: 1.75rem auto;
	min-height: 100%;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
    align-items: center;
}
#order .feedback {
	position: relative;
	max-width: 892px;
	margin: 0 auto 0;
}
#thanks{
	position: relative;
	max-width: 892px;
	margin: 1.75rem auto;
	padding: 2rem;
	background: #FFFFFF;
	box-shadow: 20px 9px 20px rgba(220, 220, 220, 0.25);
	border-radius: 10px;
	font-family: 'Roboto Regular';
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
#thanks p{
	text-align: center;
}
#thanks_close{
	width: 40px;
	height: 37px;
	position: absolute;
	top:11px;
	right: 9px;
	background: #CDDC39;
	box-shadow: 0px 0px 10px #C3F143;
	border-radius: 30px;
}
#thanks_close::before, #thanks_close::after {
	content: "";
    display: block;
    width: 23px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
	transition-timing-function: ease;
	cursor: pointer;
}
#thanks_close::before {
    bottom: 48%;
    left: 23%;
    transform: rotate(135deg);
}
#thanks_close::after {
    top: 48%;
    left: 23%;
    transform: rotate(45deg);
}
.modal{
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	outline: 0;
	transition: opacity .15s linear;
	z-index: 1072;
	background-color: rgba(119, 119, 119, 0.57);
}
ul.pagination{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2rem !important;
}
ul.pagination li{
	padding-left: 0;
}
ul.pagination li::before{
	display: none;
}
ul.pagination .page-link{
	color: #BDBDBD;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
ul.pagination .active .page-link, ul.pagination .page-link:hover{
	background: #cddc393b;
	color: #CDDC39;
	border-radius: 50%;
}
.hamburger {
	padding: 12px 0px 0px 0px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	vertical-align: middle;
	cursor: pointer;
}
.hamburger-box {
	width: 42px;
	height: 24px;
	display: inline-block;
	position: relative;
	perspective: 80px;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 42px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.img_style{
	position: relative;
	border-radius: 20px;
	margin: 0 auto;
}
.img_style::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;	
	width: 80px;
	height: 80px;
	background: linear-gradient(180deg, #CDDC39 0%, #3C9E86 100%);
	box-shadow: 5px 5px 10px #EEEEEE;
}
.video{
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
}
.video iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#resource7 #wrapper{
	background: none;
}
#resource7 #header {
    margin-bottom: 3rem;
}
.banner_top-img_text h1{
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	border-bottom: none;
}

.to-top{
	font-family: 'Roboto Regular';
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	position: fixed;
	bottom: 2%;
	left: 1%;
	color: #CDDC39;
	cursor: pointer;
	display: none;
	z-index: 3;
}
.to-top.show{
	display: -ms-flexbox;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
}
.to-top:hover{
	color: #B8D933;
}
.arrow-top{
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background: url('/assets/images/arrow.svg') no-repeat center center #CDDC39;
	box-shadow: 0px 0px 10px #CDDC39;
	border-radius: 50%; 
}
.arrow-top.click::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #40e0d0;
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: -7px;
	z-index: 100;
	border-radius: 50%; 
  }
.arrow-top:hover{
	width: 26px;
	height: 26px;
	background: url('/assets/images/arrow.svg') no-repeat center center #B8D933;
	box-shadow: 0px 0px 15px #9FCB21;
}

#fancybox-right-ico{
	background-image: url(/assets/images/fancybox-right.png) !important;
	background-position: 0 0 !important;
	width: 40px !important;
    height: 40px !important;
}
#fancybox-left-ico{
	background-image: url(/assets/images/fancybox-right.png) !important;
	background-position: 0 0 !important;
	width: 40px !important;
	height: 40px !important;
	-moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.workemail{
	display: none;
}

.rev-slider-wrap{
    position: relative;
	padding: 2rem 1rem; 
	margin-bottom: 2rem;
}
.rev-slider-wrap::before{
	content: url(/assets/images/rev-bg.png);
	position: absolute;
	top: -40px;
	bottom: 40px;
}

.rev_item{
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgb(220 220 220 / 25%);
    border-radius: 10px;
	padding: 25px;
	    min-height: 266px;
}
.rev_item-author{
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #3C9E86;
	    margin-bottom: 1rem;
}
.rev_item-rev{
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #828282;
}

.rev-slider-wrap .slick-dots li.slick-active button {
    width: 9px;
    height: 8px;
    background: #3BAD64;
    border-radius: 5px;
}

.rev-slider-wrap .slick-prev{
	background: url(/assets/images/rev-left.svg) center no-repeat;
	    background-size: contain;
}
.rev-slider-wrap .slick-prev:before {
    content: '';
}

.rev-slider-wrap .slick-next{
	background: url(/assets/images/rev-left.svg) center no-repeat;
	    background-size: contain;
		    transform: rotate(180deg);
}
.rev-slider-wrap .slick-next:before {
    content: '';
}

.rev-slider-wrap .slick-dots li button {
    background: #EEE;
}
.mobile_banner{
	padding: 12px 23px;
	margin: 20px -2rem;
	background: #343434;
	border-radius: 20px; 
}
.mobile_banner-top{
	border-radius: 20px;
	display: flex;
	align-items: center;
    position: relative;
	padding: 12px;
    margin: 0px -1rem;

}
.mobile_banner-top-title{
	color: #D8F858;
	    text-align: left;
	font-family: Roboto Regular;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.mobile_banner-top-percent{
border-radius: 20px;
background: #F46802; 
height: 48px;
color: #FFF;
text-align: right;
font-family: Roboto Regular;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
    line-height: 48px;
    padding: 3px 15px;
    text-align: center;
	margin-right: 7px;
}
.mobile_banner-top-arrow{
	position: absolute;
    top: 29px;
    right: -3px;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_banner-bottom{
	display: none;
	padding: 0px;
	margin: 0 -4px;
}
.mobile_banner-bottom-text{
color: #FFF;
font-family: Roboto Regular;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal; 
}
.mobile_banner-bottom-promo{
color: #FFF;
font-family: Roboto Regular;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal; 
    text-transform: uppercase;
}
.mobile_banner-bottom-sign{
color: #FFF;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
    margin-top: 10px;
	max-width: 150px;
}
.mobile_banner.open .mobile_banner-bottom{
	display: block;
}

.mobile_banner.open{

	background: url(/assets/images/banner-full-bg.jpg) center no-repeat #343434;
	background-size: contain;
	background-position: center 68px;
	border-radius: 20px; 
	padding: 12px 23px;

}

.mobile_banner.open .mobile_banner-top-arrow{
    transform: rotate(90deg);
}

@keyframes click-wave {
	0% {
	  height: 40px;
	  width: 40px;
	  opacity: 0.35;
	  position: relative;
	}
	100% {
	  height: 200px;
	  width: 200px;
	  margin-left: -80px;
	  margin-top: -80px;
	  opacity: 0;
	}
  }

@media(min-width: 990px){
	#resource7 .phone_top {
		background: url(/assets/images/phone.svg) no-repeat 0 center transparent;
		color: #3C9E86;
	}
	
}

@media (max-width: 1700px) {
	#wrapper2::after{
		height: 241px;
		background-size: contain;
	}
}
@media (max-width: 1640px) {
	#wrapper {
		background-position-x: 125% !important;
	}
}
@media (max-width: 1400px) {
	#wrapper {
		background-position-x: 160% !important;
	}
}
@media (max-width: 1250px) {
	#wrapper {
		background-position-x: 180% !important;
	}
}
@media (max-width: 992px) {
	.colon {
		font-size: 16px;
	}
		#banner_top {
				padding: 60px 0;
				text-align: center;
		}
		.banner_top-img_text{
			text-align: center;
			    margin-top: 40px !important;
		}
		.banner_top-img_text img {
			content:url(/assets/images/text_top_mobile.png);
		}
		.banner_top-img_text{
			max-width: unset;
		}
		.call_order{
			content:url(/assets/images/2207/telefon_mobbile.jpg);
		}
	#scene {
			position: relative;
			bottom: unset;
			right: unset;
			max-width: 377px;
			margin: 0 auto;
	}
	#header {
			background: url(/assets/images/bg_top.png) no-repeat top right #fcfcfc;
			background-position-x: 99% !important;
    	background-size: cover;
	}
	.feedback_border::after {
			display: none;
	}
	.bottom_block{
		overflow: hidden;
	}
	.feedback_border::before {
		top: -165px;
    right: 0;
    z-index: 1;
    width: 241px;
    background-position: top left;
	}
	.header-top {
    padding-top: 1rem;
	}
	.advantages-wrapper{
		-ms-flex-pack: center!important;
    justify-content: center!important;
	}
	.left_banners{
		text-align: center;
	}
	.principle-wrapper{
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	#mainmenu{
		display: none;
	}
	.advantages-wrapper::after {
    width: 1543px;
    height: 100%;
    bottom: 0;
    position: absolute;
    top: -60px;
    left: -285px;
    z-index: -2;
    background-image: url(/assets/images/bg_meedle.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
	}
	.advantages-item {
		max-width: unset;
	}
	#resource7 .header-top {
		background: #3C9E86;
	}
	#resource7 #header {
		background: #3C9E86;
	}
	.rev-slider-wrap::before{
		display: none;
	}
}
@media (max-width: 768px) {
	#banner_top {
		padding: 30px 0;
	}
	.pincers{
		content:url(/assets/images/pincers.jpg);
	}
	.mosquitoes{
		content:url(/assets/images/mosquitoes_mobile.jpg);
	}
	#header {
		background-position-x: 83% !important;
	}
	.form_comment{
		margin-top: 18px;
	}
	.contact_bottom {
			text-align: center;
			margin-bottom: 1rem;
	}
	.bottom_menu {
		-ms-flex-pack: center;
    justify-content: center;
	}
	.bottom_menu > div {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
	}
	.dop_menu_footer {
    margin-top: 1rem;
    text-align: center;
	}
	.dop_menu_footer > div > div{
		width: 100%;
	}
	.dop_menu_footer-link{
		margin-left: 0;
	}
	.by {
		text-align: center;
	}
	.bottom_block .feedback_border::before {
		top: -150px;
	}
	.bottom_block .feedback_border::after {
		top: -110px;
	}
	.reklama {
    position: fixed;
		right: 0;
		max-width: 312px;
		width: 100%;
	}
	table {
		overflow-x: auto;
		display: block;
	}
	.phone_top {
    font-size: 24px;
	}
	#header {
		background-position-x: 52% !important;
	}
	.reklama-wrapper{
		display: none;
	}
	.header-top.fixedNav {
		padding-top: 0.7rem;
		position: fixed;
		top: 0;
		left: 15px;
		right: 15px;
		z-index: 99;
		background: #3C9E86;
		background: url(/assets/images/planka-mob.jpg) no-repeat 0 0 #3C9E86;
		background-size: cover;
	}


	.header-top.menu-open{
		position: relative !important;
	}

	.template2 .gallery_album{
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
		
	.template2 .gallery_album .gal-item-user {
		margin-right: 0px;
	}
	.gal-item-user img {
		border-radius: 10px;
		max-width: 130px;
	}

	.btn.btn-ancor{
		width: 100%;
		max-width: unset;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.to-top-text{
		display: none;
	}
	.to-top {
		right: 1%;
		left: unset;
	}
	.ban{
		display: none;
	}

}

@media (max-width: 410px) {
	.city-phone a{
		display: block;
	}
	.city-title {
		font-size: 22px;
	}
}

.phone__region {
	font: 500 14px/16px 'Roboto', san-serif;
	text-align: right;
	color: #FFF;
	margin: 5px 0 0
}

.phone__region_green {
	font: 400 12px/14px 'Roboto', san-serif;
	color: #3C9E86
}

@media only screen and (max-width: 767px) {
	.phone__region_green {
		text-align: center;
	}
}

.master-button__container {
	position: relative;
	margin: 0 0 5px auto;
	display: grid;
	align-items: center;
	justify-content: center;
	background: linear-gradient(89.66deg, rgba(60, 158, 134, .7) 6.25%, rgba(59, 173, 100, .7) 102.33%);
	border-radius: 30px;
	padding: 6px 77px 2px 16px;
	text-decoration: initial
}

.master-button__text {
	font: 300 12px/16px 'Roboto Regular', sans-serif
}

.master-button__phone {
	font: 700 24px/31px 'Intro Bold', sans-serif;
	text-align: center;
	margin: -3px 0 0
}

.master-button__phone:hover,
.master-button__text,
.master-button__phone {
	color: #FFF
}

.master-button__container::before {
	position: absolute;
	content: '';
	right: 0;
	bottom: -5px;
	background: url('/assets/images/master-button-icon.svg') no-repeat center;
	background-size: contain;
	width: 70px;
	height: 75px
}