/*[fmt]1A90-1A0A-3*/
/*
Theme Name: Forest2
Author: Vladimir CSSovich
Author URI: http://trackarena.ru/
Version: 1.0
*/
::-webkit-scrollbar { position: absolute; z-index: 1; width: 8px; -webkit-transition: opacity .2s linear; transition: opacity .2s linear; pointer-events: auto; opacity: 0; border-radius: 3px; background: #fff; }
::-webkit-scrollbar-track { background: rgb(255, 255, 255); }
::-webkit-scrollbar-thumb { background: #a3a8a5; }

section {
	width: 100%;
}
.debug-lay {
	/*[disabled]position:absolute;*/
	/*[disabled]z-index:-1;*/
	/*[disabled]width:960px;*/
	/*[disabled]height:1024px;*/
	/*[disabled]opacity:0.7;*/
	/*[disabled]background:url(debug-lay.jpg) no-repeat left top;*/
}
/*general*/
.content {
	max-width: 1900px;
	width: 100vw;
	margin: auto;
	padding: 0 50px;
}
.row {
	display: flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prerow {
	padding-left: 15px;
	padding-right: 15px;
}
.dropdown {
	display: none;
}
.btn_main {
    background-color: #386648;
    color: #ffffff;
    border-color: #386648;
    font-size: 18px;
    /* border-radius: 50px; */
    padding: 13px 30px;
   /* width: 100%;*/
    transition: 0.5s;
}

::selection {
	background: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
}
::-moz-selection {
	background: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
}
::-webkit-selection {
	background: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
}
::-webkit-input-placeholder {
	color: #737373;
	font-size: 16px;
	line-height: 25px;
	font-family: MyriadPro;
}
:-moz-placeholder {
	color: #737373;
	font-size: 16px;
	line-height: 25px;
	font-family: MyriadPro;
}
.placeholder {
	color: #737373;
	font-size: 16px;
	line-height: 25px;
	font-family: MyriadPro;
}
body {
	color: #222;
	font-family: MyriadPro;
	font-size: 16px;
	width: 100%;
	overflow-x: hidden;
	background: url(wp-images/StockSnap_2QQQCATSSE_4k.webp) no-repeat center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.white {
	background-color: #fff;
}
/*UI*/
textarea {
	resize: vertical;
	padding: 5px 15px;
	border: 1px solid #B8B8B8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #FFF;
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	font-family: MyriadPro;
}
textarea:focus {
	border: 1px solid #9C9C9C;
	-moz-box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
textarea:focus:required:invalid:focus {
	border-color: #E9322D;
	-webkit-box-shadow: 0 0 6px #F8B9B7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #F8B9B7;
}
input[type=text], input[type=password], input[type=email] {
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #B8B8B8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #FFF;
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	font-family: MyriadPro;
	font-size: 16px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
	border: 1px solid #9C9C9C;
	-moz-box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input:focus:required:invalid:focus {
	border-color: #E9322D;
	-webkit-box-shadow: 0 0 6px #F8B9B7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #F8B9B7;
}
input[type=button], input[type=submit], input[type=reset], input[type=reset], button, .button {
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #B8B8B8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #FFF;
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 100%);
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	font-family: MyriadPro;
	font-size: 16px;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover, .button:hover {
	opacity: 0.85;
	cursor: pointer;
	border: 1px solid #9D9D9D !important;
	-moz-box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type=button]:active, input[type=submit]:active, input[type=reset]:active, button:active, .button:active {
	background-color: #FFF;
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	-moz-box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
/*wordpress*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft, .floatleft {
	float: left;
	margin-right: 20px;
}
.alignright, .floatright {
	float: right;
	margin-left: 20px;
}
/*header-layout*/
header {
	width: 1500px;
	position: relative;
	height: 30px;
	z-index: 999;
	margin-top: 26px;
	margin-left: 77px;
}
header .header-logo {
	position: absolute;
	left: 20px;
	top: -10px;
}
header .header-logo P{
	font-weight: bold;
	font-size: 38px;
	color: RGB(244, 108, 49);
	font-variant: small-caps;
}
header .header-logo A:link{
	text-decoration: none;
}
header .header-logo A:visited { text-decoration: none; }
header .header-logo A:active { text-decoration: none; }
header .header-logo A:hover { opacity: 0.8; }
header .header-logo img {
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
header .header-logo img:hover {
	opacity: 0.8;
}
header .header-callback {
	position: absolute;
	left: 358px;
	top: 0px;
	/*padding-left: 35px;*/
	/*background: url(wp-images/header-icon-1.png) no-repeat left center;*/
}
header .header-callback a:hover {
	color: #FF3F00;
	text-decoration: none;
}
header .header-callback span {
	color: #FF3F00;
}
header #viewbutton{
	height: auto;
	background-color: RGB(244, 108, 49);
	border: 10px;
	color: #FFFFFF;
	padding: 5px;
	font-size: 38px;
	font-weight: bold;
}
footer #viewbutton{
	font-size: 20px;
	font-weight: bold;
}
.wpcf7-submit {
	height: 100% !important;
	background-color: #386648 !important;
	border: 10px;
	color: #FFFFFF;
	font-size: 18px !important;
	border-color: #386648;
	font-weight: bold;
}
header .header-adress {
	position: absolute;
	right: 30px;
	top: 9px;
}
header .header-adress a {
	padding-left: 28px;
	background: url(wp-images/header-icon-2.png) no-repeat left center;
	text-decoration: none;
}
header .header-adress a:hover {
	color: #FF3F00;
	text-decoration: none;
}
.top_sec {
	background-color: rgba(255,255,255,0.8);
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 10000;
}
.top {
	padding: 15px 0;
	font-weight: 600;
}
.not_mobile .top{
	align-items: center;
}
.header-callback {
	text-align: right;
}
.top_fon {
	background: url(wp-images/StockSnap_OENINF6YWH.webp) no-repeat center top;
	background-size: cover;
	height: 100vh;
}
.trees {
	background: url(wp-images/clipart4139313_2.png) rgba(0,0,0,0.5) no-repeat center bottom;
	background-size: contain;
	height: 100%;	
	display: flex;
	align-items: center;
	justify-content: center;
}
.trees h1{
	text-align: center;
	color: #fff;
}
.trees h4{
	text-align: center;
	color: #fff;
}
/*callback-form*/
#fancybox-content{
	/*background: url(wp-images/body-bg.png) repeat !important;*/
	/*border-width: 0px !important;
	padding: 10px !important;*/
}
.back_call_form{
	padding: 10px !important;
}
.callback-form {
	/*[disabled]display:block;*/
	/*[disabled]background-color:#FFFFFF;*/
	float: left;
	width: 395px;
	height: 295px;
}
.callback-form h3 {
	margin-bottom: 6px;
	opacity: .9;
	color: #111517;
	font-size: 43px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	text-transform: uppercase;
	text-align: center;
}
.callback-form input[type=text] {
	width: 359px;
	float: left;
}
.callback-form textarea {
	width: 359px;
	height: 101px;
	float: left;
	margin-bottom: 15px;
}
.callback-form input[type=submit] {
	float: right;
}
.callback-form .response {
	float: left;
	border: 1px solid #A2A2A2;
	padding: 0px 10px;
}
/*header-gallery*/
.gallery-box {
	width: 98vw;
	height: 40vw;
	position: relative;
	margin-bottom: 80px;
	margin-top: 120px;
	margin-left: auto;
  margin-right: auto;
	max-width: 1900px;
  max-height: 700px;
}
.gallery-box .header-gallery {
	float: left;
	width: 98vw !important;
	height: 40vw !important;
	background: transparent !important;
		max-width: 1900px;
  max-height: 700px;
}
.gallery-box .header-gallery * {
	background: transparent !important;
}
.gallery-box .header-bg {
	/*background: url(wp-images/summer_theme.png);*/
	/*background: url(wp-images/slideshow-mask-2.png);*/
	position: absolute;
	left: -513px;
	top: -113px;
	width: 2066px;
	height: 595px;
	z-index: 99;
}
.gallery-box .header-bg.winter{
	background: url(wp-images/winter_theme.png);
}
.gallery-box .gallery-click {
	position: absolute;
	width: 100%;
	max-width: 1900px;
	height: 500px;
	z-index: 999;
	cursor: pointer;
}
/*header-menu*/
.header-menu {
	position: relative;
	z-index: 999;
	/*padding: 0 70px;*/
	text-align: center;
	/*margin-bottom: 60px;*/
}
.header-menu ul.sf-menu {
	display: flex !important;
  justify-content: space-between;
  width: 100%;
	margin-top: 8px;
}
.header-menu li {
	/*margin-right: 38px;*/
}
.header-menu li:last-child {
	/*margin-right: 0;*/
}
.header-menu a {
	color: #777b78;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 100ms ease;
	-moz-transition: color 100ms ease;
	-ms-transition: color 100ms ease;
	-o-transition: color 100ms ease;
	transition: color 100ms ease;
}
.header-menu a:hover {
	color: #386648;
}
.header-menu .current-menu-item a {
	color: #386648;
}
.header-menu .red a {
	color: #CF0019;
	font-size: 22px;
}
.header-adress{
	color: #386648;
}
.header-adress a{
	color: #386648;
}
.header-adress a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.top_icon {
	height: 110px;
	background: url(./wp-images/les_skazka.svg) no-repeat top left;
	background-size: contain;
	margin-top: -20px;
  margin-bottom: -20px;
}
/*content*/
.content {
	/*width: 1500px;
	float: left;*/
	position: relative;
	z-index: 999;
/*	margin-left: 67px;*/
}
.content article {
	width: 100%;
	margin-bottom: 30px;
	float: left;
	clear: both;
}
.content article .article-title {
	/*width: 1500px;*/
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	text-align: center;
}
.content article .article-title a, .content article .article-title a:visited, .content article .article-title h1 {
	text-decoration: none;
	/*font-size: 24px;*/
	line-height: 70px;
	color: #525252;
	margin-bottom: 0px;
	opacity: .9;
	/*color: #111517;*/
	font-size: 70px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	/*text-transform: uppercase;*/
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
}
.content article .article-title h1 span {
	color: #386648;
}
.content article .article-title a:hover {
	color: #FF3F00;
}
.content article .article-text {
	text-align: justify;
/*	width: 1500px !important;
	float: left;*/
}
.content article .article-text .thumbnail img {
	/*float: left;*/
	border: 5px solid #FFFFFF;
	/*+border-radius:10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	width: 250px;
	height: 190px;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
.content article .article-text a:hover img {
	opacity: 0.9;
}
.content article .article-text .thumbnail {
	display: block;
	width: 260px;
	height: 200px;
	padding: 0px;
	margin: 0px 25px 0px 0px;
	float: left;
	position: relative;
}
.content article .article-text .thumbnail:after {
	content: ' ';
	background: url(wp-images/video-shadow.png);
	width: 326px;
	height: 122px;
	position: absolute;
	left: -34px;
	bottom: -46px;
	z-index: -1;
}
.content article .article-text ul li {
	font-size: 13px;
	font-weight: normal;
	list-style-position: outside;
}
/*page single*/
.content.single {
	background: url(wp-images/menu-global-bg.png) no-repeat center center;
}
.content.single.no-bg {
	background: none !important;
}
/*page simple*/
/*.content.page {
	background: url(wp-images/menu-global-bg.png) no-repeat center center;
}*/
.content.page.no-bg {
	background: none !important;
}
/*page home*/
.content.home .home-menu-box {
/*	float: left;*/
	margin-bottom: 123px;
	position: relative;
	margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.content.home .wrap {
	margin-left: -8px;
	padding-top: 90px;
}
.content.home .home-menu-box h3 {
	opacity: .9;
	color: #111517;
	font-size: 37px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.content.home .home-menu-box img {
	position: relative;
	z-index: 99;
}
.content.home .home-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.content.home .home-menu li {
	position: absolute;
	width: 189px;
	height: 167px;
	background: url(wp-images/menu-bg.png);
	text-align: center;
	color: #a3a8a5;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	padding-top: 30px;
	-webkit-transition: color 100ms ease;
	-moz-transition: color 100ms ease;
	-ms-transition: color 100ms ease;
	-o-transition: color 100ms ease;
	transition: color 100ms ease;
	text-transform: uppercase;
}
.content.home .home-menu li.hover {
	color: #FF3F00;
}
/*.content.home .home-menu li.hover:before {
	opacity: 0.8;
}
.content.home .home-menu li:before {
	content: ' ';
	width: 109px;
	height: 90px;
	z-index: 9;
	position: absolute;
	left: 40px;
	top: 28px;
	-webkit-transition: opacity 100ms ease;
	-moz-transition: opacity 100ms ease;
	-ms-transition: opacity 100ms ease;
	-o-transition: opacity 100ms ease;
	transition: opacity 100ms ease;
}*/
.content.home .home-menu a {
}
.content.home .home-menu li:first-child {
	left: 154px;
	top: 0;
}
.content.home .home-menu li:first-child + * {
	left: 0;
	top: 95px;
}
.content.home .home-menu li:first-child + * + * {
	left: 154px;
	top: 188px;
}
.content.home .home-menu li:first-child + * + * + * {
	right: 154px;
	top: 0;
}
.content.home .home-menu li:first-child + * + * + * + * {
	right: 0px;
	top: 95px;
}
.content.home .home-menu li:first-child + * + * + * + * + * {
	right: 154px;
	top: 186px;
}
/*.content.home .home-menu li:first-child:before {
	background: url(wp-images/menu-icon-2.png) no-repeat center center;
}
.content.home .home-menu li:first-child + *:before {
	background: url(wp-images/menu-icon-1.png) no-repeat center center;
}
.content.home .home-menu li:first-child + * + *:before {
	background: url(wp-images/menu-icon-3.png) no-repeat center center;
}
.content.home .home-menu li:first-child + * + * + *:before {
	background: url(wp-images/menu-icon-4.png) no-repeat center center;
}
.content.home .home-menu li:first-child + * + * + * + *:before {
	background: url(wp-images/menu-icon-6.png) no-repeat center center;
}
.content.home .home-menu li:first-child + * + * + * + * + *:before {
	background: url(wp-images/menu-icon-5.png) no-repeat center center;
}*/
.content.home .home-slider {
	position: absolute;
	width: 364px;
	height: 318px;
	background: url(wp-images/menu-big-bg.png);
	left: 293px;
	top: 108px;
	z-index: 999;
}
.content.home .home-slider .royalSlider {
	width: 223px !important;
	height: 208px !important;
	margin-left: 70px;
	margin-top: 55px;
}
.content.home .home-slider .home-slider-top {
	display: block;
	position: absolute;
	width: 49px;
	height: 21px;
	background: url(wp-images/menu-arrow-top.png) no-repeat center center;
	left: 159px;
	top: 23px;
}
.content.home .home-slider .home-slider-top:hover {
	background: url(wp-images/menu-arrow-top-active.png) no-repeat center center;
}
.content.home .home-slider .home-slider-bottom {
	display: block;
	position: absolute;
	width: 49px;
	height: 21px;
	background: url(wp-images/menu-arrow-bottom.png) no-repeat center center;
	left: 159px;
	bottom: 23px;
}
.content.home .home-slider .home-slider-bottom:hover {
	background: url(wp-images/menu-arrow-bottom-active.png) no-repeat center center;
}
.content.home .home-menu-box .home-gallery .red {
	color: #CF0019;
}
.content.home .green {
  color: #386648;
}
.content.home .home-menu-box .home-gallery .rsABlock {
	width: 223px;
	height: 208px;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	line-height: 59px;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
	vertical-align: baseline;
	color: #525252;
	padding-top: 14px;
}
.content.home .home-menu-box .home-bg {
	position: absolute;
	width: 899px;
	height: 594px;
	/*background: url(wp-images/menu-global-bg.png);*/
	left: 43px;
	top: -40px;
	z-index: -1;
}
/*page price*/
.content.page .price-box {
	float: left;
	width: 913px;
	padding: 20px 25px;
	background-color: #1F1A13;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 55px;
}
.content.page .price-box:after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 2px;
	background: url(wp-images/table-border.png);
	left: 0;
	top: -2px;
}
.content.page .price-box:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 2px;
	background: url(wp-images/table-border.png);
	left: 0;
	bottom: -2px;
}
.content.page .price-table {
	float: left;
}
.content.page .price-box .price-table td {
	padding: 10px;
}
.content.page .price-table tr:nth-child(2n+2) td {
	background-color: #28231D;
}
.content.page .price-table tbody tr:nth-child(2n+2):hover td {
	background-color: #391C1C;
	cursor: pointer;
}
.content.page .price-box .price-table tbody tr:hover td {
	background-color: #391C1C;
	cursor: pointer;
}
/*contact form*/
.content .contact-form {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}
.content .contact-form h3 {
	float: left;
	width: 100%;
	text-transform: uppercase;
	opacity: .9;
	color: #111517;
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 15px;
}
.content .contact-form input[name=message-name] {
	width: 440px;
	margin-right: 15px;
	float: left;
}
.content .contact-form input[name=message-phone] {
	width: 440px;
	float: left;
}
.content .contact-form textarea {
	float: left;
	margin-bottom: 15px;
}
.content .contact-form input[type=submit] {
	float: right;
}
.content .contact-form .response {
	float: left;
	border: 1px solid #D2D2D2;
	width: 858px;
	padding: 0px 10px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
/*searchform-style*/
.content #searchform .screen-reader-text {
	display: none;
}
.content #searchform #s {
	background-color: #FFFFFF;
	display: inline-block;
	color: #000000;
	width: 805px;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 0 8px 0 0;
}
.content #searchform #searchsubmit {
	display: inline-block;
	height: 27px;
	width: 115px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	vertical-align: top;
	border: 1px solid #BFBFBF;
}
/*leftSidebar*/
.footer-sb {
	background-color: #D4AAFF;
	width: 960px;
	float: left;
}
.footer-sb div.wrap {
}
/*RightSidebar*/
.right-sb {
	background-color: #C6F3BA;
	width: 150px;
	float: left;
}
.right-sb div.wrap {
}
/*video box*/
.video-box {
	float: left;
	width: 968px;
	height: 430px;
	margin-bottom: 80px;
	margin-left: 71px;
}
.video-box .touchcarousel-video {
	width: 968px !important;
	height: 373px !important;
	float: left;
	padding-top: 10px;
}
.video-box h3 {
	opacity: .9;
	color: #111517;
	font-size: 37px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
.video-box h4 {
	color: #EB5523;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-bottom: 25px;
}
.video-box .touchcarousel-item {
	float: left;
	width: 312px !important;
	height: 310px !important;
	margin-right: 16px !important;
	position: relative;
}
.video-box .touchcarousel-item:before {
	content: ' ';
	position: absolute;
	width: 326px;
	height: 122px;
	left: -15px;
	bottom: -44px;
	background: url(wp-images/video-shadow.png);
}
.video-box .item-block {
	text-decoration: none;
}
.video-box .title {
	text-align: center;
	display: block;
	color: #F8480B;
	font-size: 23px;
	line-height: 26px;
	margin-bottom: 6px;
	height: 52px;
}
.video-box img {
	/*+border-radius:10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
}
.video-box .wrap {
	display: block;
	width: 300px;
	height: 230px;
	position: relative;
}
.video-box .wrap:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 230px;
	background: rgba(0, 0, 0, 0.5) url(wp-images/video-play.png) no-repeat center center;
	margin: 6px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	opacity: 1;
}
.video-box .wrap:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 230px;
	background: rgba(0, 0, 0, 0.1) url(wp-images/video-play-active.png) no-repeat center center;
	margin: 6px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	opacity: 0;
}
.video-box a:hover .wrap:before {
	opacity: 0;
}
.video-box a:hover .wrap:after {
	opacity: 1;
}
.video-top {
	display: flex;
	justify-content: space-between;	
	padding-top: 20px;
}
.video-box-top-description {
	/*width: 400px;*/
	padding-top: 10px;
	text-align: center;
	font-size: 45px;
	
}
.video-box-top-description p{
	width: 250px;
	margin: 0px;
}
.arrow{
	width: 100px;
	padding-top: 170px;
}
.arrow h2{
	padding-top: 25px;
	height: 80px;
	background: url(wp-images/arrow.PNG) no-repeat center;
	background-size: contain;
	text-align: center;
	font-size: 37px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
/*video box top*/
.video-box-top {
	/*float: left;*/
	/*width: 968px;*/
	/*height: 430px;*/
	margin-bottom: 50px;
	/*margin-left: 71px;*/
	/*padding-top: 50px;*/
	/*padding-left: 170px;*/
}
.video-box-top .touchcarousel-video {
	width: 968px !important;
	/*height: 373px !important;*/
	float: left;
	padding-top: 30px;
}
.video-box-top h3 {
	opacity: .9;
	color: #111517;
	font-size: 37px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
.video-box-top h4 {
	color: #EB5523;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-bottom: 25px;
}
.video-box-top .touchcarousel-item {
	float: left;
	width: 400px !important;
	height: 400px !important;
	margin-right: 16px !important;
	position: relative;
}
.video-box-top .touchcarousel-item:before {
	content: ' ';
	position: relative;
	width: 326px;
	height: 122px;
	/*left: -15px;
	bottom: -44px;*/
	background: url(wp-images/video-shadow.png);
}
.video-box-top .item-block {
	text-decoration: none;
}
.video-box-top .title {
	text-align: center;
	display: block;
	color: #F8480B;
	font-size: 23px;
	line-height: 26px;
	margin-bottom: 6px;
	height: 52px;
}
.video-box-top img {
	/*+border-radius:10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 6px solid #FFFFFF;
}
.video-box-top .wrap {
	display: block;
	width: 450px;
	height: 345px;
	position: relative;
}
.video-box-top .wrap:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	height: 345px;
	background: rgba(0, 0, 0, 0.5) url(wp-images/video-play.png) no-repeat center center;
	margin: 6px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	opacity: 1;
}
.video-box-top .wrap:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	height: 345px;
	background: rgba(0, 0, 0, 0.1) url(wp-images/video-play-active.png) no-repeat center center;
	margin: 6px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	opacity: 0;
}
.video-box-top a:hover .wrap:before {
	opacity: 0;
}
.video-box-top a:hover .wrap:after {
	opacity: 1;
}

/*review box*/
.reviews-box {
	/*float: left;*/
	width: 100%;
	/*height: 230px;*/
	/*margin-bottom: 70px;*/
	/*margin-left: 71px;*/
	position: relative;
	padding-top: 50px;
}
.reviews-box h3 {
	opacity: .9;
	color: #111517;
	font-size: 37px;
	font-weight: bold;
	/*text-shadow: 0 1px 0 #FFF;*/
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
.reviews-box h4 {
	color: #386648;
	font-size: 30px;
	font-weight: bold;
	/*text-shadow: 0 1px 0 #FFF;*/
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-bottom: 50px;
}
.reviews-box .touchcarousel-reviews {
	float: left;
	width: 100%;
	height: 112px;
}
.reviews-box .touchcarousel-container {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.reviews-box .touchcarousel-item {
	width: 310px;
	height: 95px;
	margin-right: 15px !important;
	float: left;
	padding-top: 8px !important;
}
.reviews-box .touchcarousel-item a {
	text-decoration: none;
}
.reviews-box .item-block {
	width: 310px;
	height: 100px;
	display: block;
}
.reviews-box .image {
	float: left;
	width: 95px;
	text-align: center;
	height: 100px;
	margin-right: 10px;
}
.reviews-box .image img {
	border: 5px solid #FFFFFF;
	/*+border-radius:7px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	/*+box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3);*/
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	width: 90px;
	height: 90px;
}
.reviews-box .review {
	float: left;
	width: 195px;
	margin-left: 9px;
}
.reviews-box .review p {
	margin: 0px 0px 5px;
	padding: 0px;
	line-height: 16px;
	text-align: justify;
	opacity: .7;
	color: #0A0A0A;
}
.reviews-box .review b {
	margin: 0px;
	padding: 0px;
	opacity: .65;
	color: #0A0A0A;
	font-weight: bold;
}
.reviews-box .scrollbar-holder {
	bottom: -17px !important;
}
.reviews-box a.rewiew-callback {
	/*position: absolute;
	right: 0;
	top: 0;*/
	background-color: #386648;
  color: #ffffff;
  border-color: #386648;
  font-size: 22px;
  border-radius: 4px;
  padding: 0 10px;
  transition: 0.5s;
  font-weight: 600;
  height: 100%;
	margin-right: 50px;
	margin-left: 15px;
}
.reviews-box a.rewiew-callback:hover{
	opacity: 0.6;
	text-decoration: none;
}
.review-form {
	/*[disabled]display:block;*/
	background-color: #FFFFFF;
	float: left;
	/*width: 425px;*/
	height: auto;
	width: 100%;
}
.review-form h3 {
	color: #386648;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-bottom: 12px;
}
.review-form input[name=request-name] {
	/*width: 392px;*/
	width: 100%;
	margin-right: 7px;
}
.review-form input[name=request-phone] {
	width: 175px;
}
.review-form textarea {
	height: 120px;
	/*width: 392px;*/
	width: 100%;
}
.review-form .response {
	border: 1px solid #C0BEB7;
	margin-top: 17px;
	text-align: center;
}
/*contacts page*/
.content.contacts .article-title {
	margin-bottom: 0px;
}
.content.contacts .article-text {
	margin-top: 37px;
	margin-bottom: 25px;
}
.content.contacts h3 {
	color: #EB5523;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	text-transform: uppercase;
}
.content.contacts h4 {
	opacity: .9;
	color: #111517;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.content.contacts .address-box {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.content.contacts .phone-box {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}
.content.contacts .map-box {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 17px;
}
.content.contacts .map-box h4 {
	border-bottom: 2px dashed #232529;
	padding-bottom: 13px;
	margin-bottom: 16px;
}
.content.contacts .map-box div * {
	width: 100%;
}
/*page index*/
.content.index {
	width: 1500px !important;
	float: left;
	clear: both;
}
.content.index article {
	border-bottom: 2px dashed #232629;
	padding-bottom: 50px;
	margin-bottom: 50px;
	width: 1500px !important;
	float: left;
	clear: both;
}
.content.index .article-title {
	margin-bottom: 25px;
	width: 1500px !important;
	float: left;
	clear: both;
}
.content.index .wrap {
	background: url(wp-images/menu-global-bg.png) no-repeat center center;
	float: left;
	width: 1500px !important;
	clear: both;
}
.content.index .article-text {
	float: left;
	width: 1500px !important;
	clear: both;
}
.content.index .article-text p {
	margin-bottom: 15px;
	width: 960px !important;
}
.content.index .article-text a {
	color: #9F0718;
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.content.index .article-text a:hover {
	color: #232323;
}
/*footer*/
footer {
	width: 100vw;
	/*float: left;*/
	clear: both;
	height: 150px;
	padding: 60px 0 50px 0;
	/*border-top: 1px solid #C0BEB7;*/
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #a3a8a5;
}
footer a:focus {
	color: #a3a8a5;
}
footer .footer-lt {
	float: left;
	color: #6A6865;
}
footer .footer-menu {
	display: flex;
	justify-content: space-between;
	float: left;
	/*margin-left: 226px;
	width: 550px;*/
	text-align: center;
}
footer .footer-menu .sf-menu {
	display: flex !important;
  justify-content: space-between;
  width: 100%;
	float: none !important;
}
footer .footer-menu .current_page_item a {
	color: #a3a8a5;
}
footer .footer-menu li {
	/*margin-right: 38px;*/
}
footer .footer-menu li:last-child {
 /* margin-right: 0;*/
}
footer .footer-menu .dropdown {
	width: 100%;
}
/*footer .sf-menu {
  float: none !important;
	display: inline-block !important;
}*/

footer .footer-rt {
	float: right;
}

.feedback {
	display: block;
	margin-bottom: 50px;
}
.feedback ul {
	padding-left: 5px; 
	padding-top: 30px;
}
.feedback li {
	list-style: none; 
    background: url(wp-images/feedback-icon.png) no-repeat 0 0; 
	 background-size: 50px 50px;
    padding-left: 80px;
	padding-top: 5px;
	padding-bottom: 40px;
	min-height: 80px;
   }
.feedback p{
	margin: 0 0 1em;
}
.feedback a{
	padding: 5px;
background-color: RGB(244, 108, 49);
border: 10px;
	border-radius: 5px;
	text-decoration: none;
color: #FFFFFF;
font-size: 20px;
font-weight: bold;
}
.feedback h3{
	text-align: center;
} 
#review-form {
	padding: 10px !important;
	background: none;
}

.chat {
	position: fixed;
	right: 35px;
	bottom: 17px;
	z-index: 999;
}
.chat svg{
	margin: 5px 0;
}
#side_menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: url(wp-images/StockSnap_6WS2NTFGOM_72.webp) no-repeat top center;
	display: none;
	z-index: 10008;
	padding-top: 18px;
}
#side_menu .filter {
	background: rgba(0,0,0,0.4);
}
#side_menu .side_menu_cross{
	margin-left: -5px;
}
#side_menu a{
	color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 100ms ease;
  -moz-transition: color 100ms ease;
  -ms-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  transition: color 100ms ease;
}
#side_menu a:hover {
  color: #386648;
}
#side_menu .current-menu-item a {
  color: #386648;
}
#side_menu ul{
	padding-top: 30px;
}
#side_menu li{
	width: 100%;
	line-height: 2;
}
#side_menu.open{
	display: block;
}

.more_feedback {
	display: block;
	font-size: 24px;
		background-color: #386648;
  color: #ffffff;
  border-color: #386648;
  font-size: 22px;
  border-radius: 4px;
  padding: 0 10px;
  transition: 0.5s;
  font-weight: 600;
  height: 100%;
}
.more_feedback:hover{
	opacity: 0.6;
	text-decoration: none;
	  color: #ffffff;
}

p.rewiew_box{
	padding: 10px;
}

a.mapbutton{
	height: auto;
	background: url(wp-images/YandexNavigatorLogo.svg.png) #fff no-repeat right 5px center;
	background-size: 37px;
	border: 1px solid #9D9D9D;
	color: #000;
	padding: 10px 50px 10px 10px;
	font-size: 26px;
	/*font-weight: bold;*/
	text-decoration: none;
	border-radius: 4px;
	line-height: 27px;
}
a.mapbutton:hover {
cursor: pointer;
  border: 1px solid #9D9D9D !important;
box-shadow: 0 0 7px rgba(121, 121, 121, 0.41), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
.mobile_version {
	display: none;
}
.aleft {
	text-align: left;
}
.aright {
	text-align: right;
}
.big_text {
	font-size: 80pt;
}
.h_work {
	font-size: 20px;
}
.textmedia_phone {
		font-size: 22px;
	}
.ph_720{
		display: none;
	text-align: right;
	}
	.ph_992{
		display: block;
	}


	.header-menu li:last-child {
		margin-right: 0;
	}


@media (max-width: 2600px) {
	body{
	background-image: url(wp-images/StockSnap_2QQQCATSSE_3k.webp);
	}
	.top_fon {
	background-image: url(wp-images/StockSnap_OENINF6YWH_3k.webp);
	}
}
@media (max-width: 2000px) {
	body{
	background-image: url(wp-images/StockSnap_2QQQCATSSE_2k.webp);
	}
	.top_fon {
	background-image: url(wp-images/StockSnap_OENINF6YWH_2k.webp);
	}
}
@media (max-width: 1800px) {
	.header-menu ul.sf-menu {
	display: block !important;
	}
	footer .footer-menu .sf-menu {
		display: block !important;
	}
	.header-menu li {
  margin-right: 30px;
}

	.header-menu {
		display: flex;
  justify-content: center;
	}
	
	.header-menu ul.sf-menu{
		width: auto;
	}
	footer .footer-menu li {
  margin-right: 30px;
}
}
@media (max-width: 1722px) {
	.header-menu a{
		font-size: 20px;
	}
	footer .footer-menu a {
		font-size: 20px;
	}
}
@media (max-width: 1605px) {
	.header-menu li {
  margin-right: 20px;
}
	footer .footer-menu li {
  margin-right: 20px;
}
}
@media (max-width: 1550px) {
	.big_text {
	font-size: 60pt;
}
}
@media (max-width: 1510px) {
	.header-menu a{
		font-size: 18px;
	}
	footer .footer-menu a {
		font-size: 18px;
	}
	.textmedia_phone {
		font-size: 18px;
	}
	.h_work {
		font-size: 18px;
	}
}
@media (max-width: 1400px) {
	body{
	background-image: url(wp-images/StockSnap_2QQQCATSSE_1_4k.webp);
	}
	.top_fon {
	background-image: url(wp-images/StockSnap_OENINF6YWH_1_4k.webp);
	}
	.gallery-box {
		margin-top: 180px;
	}
}
@media (max-width: 1235px) {
	.big_text {
	font-size: 50pt;
}
}
@media (max-width: 1200px) {
	.top_sec {
		/*position: absolute;*/
	}
}
@media (min-width: 1100px) {
	.chat span{
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	.chat {
		width: 100%;
		display: flex;
		
	position: fixed;
	bottom: 0;
		right: 0;
	z-index: 999;
}
	.chat span{
		color: #fff;
		font-size: 20px;
		font-family: "Open Sans Normal", sans-serif;
	}
	.chat a{
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	.chat a:hover {
  opacity: 0.8;
	}
	.chat svg{
		vertical-align: middle;
	}
	.chat .telegram a{
		background-color: #37aee2;
	}
	.chat .whatsapp a{
		background-color: #25d366;
	}
	.chat .telegram{
		width: 50%;
	}
	.chat .whatsapp{
		width: 50%;
	}
	footer {
  margin-bottom: 60px;
}
	}
@media (max-width: 1000px) {
	body{
	background-image: url(wp-images/StockSnap_2QQQCATSSE_1k.webp);
	}
	.top_fon {
	background-image: url(wp-images/StockSnap_OENINF6YWH_1k.webp);
	}
	.article-text .midblock .filter {
		background: rgba(0,0,0,0.5) url(wp-images/les-skaz-mob-m.png) no-repeat center center;
		background-size: contain;
		min-height: 1580px;
	}
}
@media (max-width: 992px) {
	.ph_720{
		display: block;
	}
	.ph_992{
		display: none;
	}
}
@media (max-width: 768px) {
	#fancybox-next {display: none !important;}
	#fancybox-prev {display: none !important;}
	.aleft {
	text-align: center;
}
.aright {
	text-align: center;
}
	.big_text {
	font-size: 70pt;
}
}

input.btn_main{
	background-color: #386648;
    color: #fff;
    border-color: #386648;
    font-size: 20px;
    /* border-radius: 50px; */
    padding: 1px 10px;
   /* width: 100%;*/
    transition: 0.5s;
	font-weight: 600;
	height: 100%;
}
input.btn_main:hover{
	opacity: 0.6;
}
footer input.btn_main{
	background-color: #fff;
    color: #386648;
	border-color: #fff;
	width: auto;
}
footer .footer-menu a{
	font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.midblock .btn_main {
	background-color: #fff;
    color: #386648;
	border-color: #fff;
	width: auto;
	font-size: 20px;
    /* border-radius: 50px; */
    padding: 5px 10px;
   /* width: 100%;*/
    transition: 0.5s;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
}
.midblock .btn_main:hover{
	opacity: 0.6;
}
.tex-area {
	width: 100%;
	padding: 80px 0 50px 0;
}
.midblock {
	width: 100vw;
text-align: justify;
	/*background: url(wp-images/StockSnap_2QQQCATSSE.jpg) no-repeat center center;
	background-size: cover;*/
}
.midblock .filter {
	background: rgba(0,0,0,0.5);
	width: 100%;	
	padding: 150px 0;
	color: #fff;
}
.midblock .filter .row{
	justify-content: center;
}
.article-text .midblock .filter {
	background: rgba(0,0,0,0.5) url(wp-images/les-skaz.png) no-repeat center center;
	background-size: contain;
	min-height: 1080px;
	z-index: 999;
  position: relative;
}
.midblock .filter.\33 000-sut {
	background: rgba(0,0,0,0.5) url(wp-images/3k.png) no-repeat center center;
	background-size: contain;
	min-height: 700px;
	padding-top: 550px;
}

.midblock .filter.\36 000-sut {
	background: rgba(0,0,0,0.5) url(wp-images/6k.png) no-repeat center center;
	background-size: contain;
	min-height: 700px;
	padding-top: 550px;
}

.midblock .filter.\38 000-sut {
	background: rgba(0,0,0,0.5) url(wp-images/8k.png) no-repeat center center;
	background-size: contain;
	min-height: 700px;
	padding-top: 550px;
}

.midblock .filter.banya {
	background: rgba(0,0,0,0.5) url(wp-images/ban.png) no-repeat center center;
	background-size: contain;
	min-height: 700px;
	padding-top: 550px;
}

@media (max-width: 1000px) {
	.article-text .midblock .filter {
		background: rgba(0,0,0,0.5) url(wp-images/les-skaz-mob-m.png) no-repeat center center;
		background-size: contain;
		min-height: 1680px;
	}
	.midblock .filter.\33 000-sut {
	background: rgba(0,0,0,0.5) url(wp-images/3k-mob-m.png) no-repeat center center;
	background-size: contain;
	min-height: 890px;
	padding-top: 650px;
		padding-bottom: 100px;
}

.midblock .filter.\36 000-sut {
	background: rgba(0,0,0,0.5) url(wp-images/6k-mob-m.png) no-repeat center center;
	background-size: contain;
	min-height: 890px;
	padding-top: 650px;
	padding-bottom: 100px;
}

.midblock .filter.\38 000-sut {
	background: rgba(0,0,0,0.5) url(wp-images/8k-mob-m.png) no-repeat center center;
	background-size: contain;
	min-height: 890px;
	padding-top: 650px;
	padding-bottom: 100px;
}

.midblock .filter.banya {
	background: rgba(0,0,0,0.5) url(wp-images/ban-mob-m.png) no-repeat center center;
	background-size: contain;
	min-height: 760px;
	padding-top: 520px;
	padding-bottom: 100px;
}
}
@media (max-width: 500px) {
	.article-text .midblock .filter {
		background: rgba(0,0,0,0.5) url(wp-images/les-skaz-mob-s.png) no-repeat center center;
		background-size: contain;
		min-height: 1826px;
	}
	.midblock .filter.\33 000-sut {
	background: rgba(0,0,0,0.5) url(wp-images/3k-mob-s.png) no-repeat center center;
	background-size: contain;
	min-height: 890px;
	padding-top: 650px;
		padding-bottom: 100px;
}

.midblock .filter.\36 000-sut {
	background: rgba(0,0,0,0.5) url(wp-images/6k-mob-s.png) no-repeat center center;
	background-size: contain;
	min-height: 890px;
	padding-top: 650px;
	padding-bottom: 100px;
}

.midblock .filter.\38 000-sut {
	background: rgba(0,0,0,0.5) url(wp-images/8k-mob-s.png) no-repeat center center;
	background-size: contain;
	min-height: 890px;
	padding-top: 650px;
	padding-bottom: 100px;
}

.midblock .filter.banya {
	background: rgba(0,0,0,0.5) url(wp-images/ban-mob-s.png) no-repeat center center;
	background-size: contain;
	min-height: 760px;
	padding-top: 520px;
	padding-bottom: 100px;
}
}
.content.bottom_cont{
	background: rgba(255,255,255,0.8);
}
.foot_fon{
	background: url(wp-images/clipart4139313_3.png) no-repeat bottom center;
	background-size: contain;
	width: 100vw;
	height: 100vh;
	position: absolute;
	bottom: 0;
}
.bot_sec{
	position: relative;
}
.sub_title {
	text-align: center;
  font-size: 30px;
  font-weight: bold;
	margin-bottom: 70px;
	color: #525252;
}
.slider_img{
		width: 979px;
		height: 352px;
	}
@media (max-width: 998px) {
	.slider_img{
		width: 685px;
		height: 246px;
	}
	.content.home .home-slider{
		width: 254px;
  		height: 222px;
		background-size: cover;
		left: 205px;
  		top: 130px;
	}
	.content.home .home-slider .home-slider-top {
		width: 34px;
		left: 110px;
  		top: 13px;
	}
	.content.home .home-slider .home-slider-bottom {
		width: 34px;
		left: 110px;
  		bottom: 13px;
	}
	.content.home .home-slider .royalSlider {
		/*width: 156px !important;
  		height: 145px !important;*/
  		margin-left: 16px;
  		margin-top: 25px;
	}
	.content.home .home-menu-box .home-gallery .rsABlock {
		width: 223px;
  		height: 208px;
  		font-size: 45px;
		line-height: 49px;
	}
	.content.home .home-menu li {
		width: 132px;
  		height: 116px;
		font-size: 20px;
		padding-top: 15px;
		background-size: cover;
	}
	.content.home .home-menu-box {
		width: 672px;
	}
	.content.home .home-menu li:first-child {
  left: 110px;
	}
	.content.home .home-menu li:first-child + * + * {
  left: 110px;
	}
	.content.home .home-menu li:first-child + * + * + * {
  right: 110px;
	}
	.content.home .home-menu li:first-child + * + * + * + * + * {
  right: 110px;
	}
}
@media (max-width: 672px) {
	body{
		background: url(wp-images/StockSnap_6WS2NTFGOM_72.webp) repeat;
	}
	.midblock .filter {
  background: rgba(0,0,0,0.2);
	}
	.slider_img {
    width: 450px;
	}
	.content {
		padding: 0 15px;
	}
	.content article .article-title h1{
		font-size: 48px;
		line-height: 60px;
	}
	.content.home .home-menu-box {
		width: 450px;
	}
	.content.home .wrap {
		margin-left: 0px;
	}
	.content.home .home-slider .royalSlider {
  		width: 200px !important;
		margin-left: 0px;
	}
	.content.home .home-slider {
    	width: 203px;
    	height: 177px;
    	left: 124px;
    	top: 143px;
  }
	.content.home .home-menu li {
    	width: 105px;
    	height: 92px;
		line-height: 20px;
	}
	.content.home .home-menu li:first-child {
    	left: 60px;
  }
	.content.home .home-menu li:first-child + * + * {
    	left: 60px;
  }
	.content.home .home-menu li:first-child + * + * + * {
    	right: 60px;
  }
	.content.home .home-menu li:first-child + * + * + * + * + * {
    	right: 60px;
  }
	.content.home .home-slider .home-slider-top {
    	width: 24px;
    	left: 90px;
    	top: 10px;
  }
	.content.home .home-slider .home-slider-bottom {
    	width: 24px;
    	left: 90px;
    	bottom: 10px;
  }
	.content.home .home-menu-box .home-gallery .rsABlock {
    	font-size: 35px;
    	line-height: 35px;
  }
	.content.home .home-menu-box .home-gallery .rsABlock {
    width: 200px;
	}
	.not_mobile {
		display: none;
	}
	.mobile_version{
		display: block;
	}
	.top_sec {
		/*position: relative;*/
		background-color: #fff;
	}
	.foot_fon {
		background-size: cover;
	}
	.reviews-box a.rewiew-callback {
		margin: 0 auto 20px auto;
	}
	.more_feedback {
		margin: 0 auto 20px auto;
	}
	.top_fon {
		height: 85vh;
	}
	.trees {
		padding-top: 180px;
	}
	a.mapbutton {
		background-size: 27px;
		padding-right: 30px;
		font-size: 20px;
	}
	.ti {
		padding-top: 180px;
	}
	
	/*body {
		background-size: auto 1000px;
	}*/
}
@media (max-width: 449px) {
	input.btn_main{
		font-size: 16px;
	}
	footer #viewbutton {
  font-size: 16px;
	}
	.slider_img {
    width: 320px;
	}
	.content.home .home-menu-box {
    width: 320px;
  }
	.content.home .home-menu li {
    width: 84px;
    height: 75px;
    line-height: 18px;
	padding-top: 12px;
	font-size: 16px;
  }
	.content.home .home-menu li:first-child {
    left: 40px;
  }
	.content.home .home-menu li:first-child + * + * {
    left: 40px;
  }
	.content.home .home-menu li:first-child + * + * + * {
    right: 40px;
  }
	.content.home .home-menu li:first-child + * + * + * + * + * {
    right: 40px;
  }
	.content.home .home-slider {
    width: 152px;
    height: 132px;
    left: 84px;
    top: 156px;
  }
	.content.home .home-slider .home-slider-top {
    width: 14px;
    left: 70px;
    top: 10px;
  }
	.content.home .home-slider .home-slider-bottom {
    width: 14px;
    left: 70px;
    bottom: 10px;
  }
	.content.home .home-slider .royalSlider {
    width: 152px !important;
	}
	.content.home .home-menu-box .home-gallery .rsABlock {
    width: 152px;
		font-size: 25px;
    line-height: 25px;
		padding-top: 5px;
  }
}

.top_sec.hell {
background-color: rgba(255,255,255,0.8);
 /* position: fixed;*/
}
.map {
	padding: 120px 0 30px 0;
}
@media (max-width: 672px) {
	.map {
	padding: 30px 0;
}
}

.herver .filter {
	display: none;
}
.herver .tex-area{
	background: rgba(255, 255, 255, 0.8);
}
.herver .bottom_cont {
	background: none;
}
a.tophoto {
	font-size: 26px;
	border-radius: 10px;
	text-decoration: none;
}
a.tophoto:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}
.artto {
	padding-bottom: 30px;
	text-align: center;
}