html {
	margin-top:0!important;
}

/*font-family: 'Roboto Condensed', sans-serif;*/
/* @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed'); */

@font-face {
  font-family: 'Stolzl';
  src: url('./fonts/Stolzl-Regular.eot');
  src: url('./fonts/Stolzl-Regular.woff2') format('woff2'),
       url('./fonts/Stolzl-Regular.woff') format('woff'),
       url('./fonts/Stolzl-Regular.ttf') format('truetype'),
       url('./fonts/Stolzl-Regular.svg#Stolzl-Regular') format('svg'),
       url('./fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Regular';
  src: url('./fonts/Helvetica-Regular.eot');
  src: url('./fonts/Helvetica-Regular.woff2') format('woff2'),
       url('./fonts/Helvetica-Regular.woff') format('woff'),
       url('./fonts/Helvetica-Regular.ttf') format('truetype'),
       url('./fonts/Helvetica-Regular.svg#Helvetica-Regular') format('svg'),
       url('./fonts/Helvetica-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('./fonts/AvenirNextCyr-Medium.eot');
	src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
		url('./fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('./fonts/AvenirNextCyr-Medium.woff') format('woff'),
		url('./fonts/AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}


html {
	margin-top:0 !important;
}

/* body {
	font-family: 'Roboto Condensed', sans-serif !important;
} */

body, a, .button, button, input[type='submit'], #sliders label {
	font-family: 'Avenir Next Cyr';
	font-weight: 500;
}

h1,h2,h3,h4,h5 {
	font-family: 'Stolzl';
	font-weight:normal;
}

.front-page__title {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	font-style: italic;
	color: #339001;
	font-size: 36px;
	text-align: center;
}

.block_btn a:hover, .button .call:hover {
	filter:brightness(1.1) !important;
	-moz-filter:brightness(1.1) !important;
	-webkit-filter:brightness(1.1) !important;
}

.top-line {
	height:35px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(254,205,49) 50%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(254,205,49) 50%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(254,205,49) 50%, rgb(255,255,255) 100%);
}

.top-line__menu ul {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	float: initial;
	margin: 0;
	list-style-type: none;
}
.top-line__menu ul li a {
	color:#000;
	display:block;
	font-size: 16px;
	padding: 0;
	line-height: 35px;
	text-decoration: none;
}
.top-line__menu ul li a:hover{
	text-decoration: underline;
}

#header .header {
	width:100%;
	padding: 20px 0;
}

#header .header .b-logotype {
	text-align: center;
}
#header .header .logotype {
	opacity: 0.95;
}
#header .header .logotype:hover {
	opacity:1;
}

#header .header .contacts {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: right;
}
#header .header .contacts a {
	color: #086733;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 24px;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
}
#header .header .contacts a.header--addr {
	font-size: 16px;
}
#header .header .contacts a:hover {
	color: #086733;
	text-decoration: underline;
}

.social {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.social__link {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/social_icons.png);
	background-repeat: no-repeat;
	margin-right: 6px;
}
.social__link:last-child {
	margin-right: 0;
}
.social__link_vk {
	background-position: 0 0;
}
.social__link_fb {
	background-position: -46px 0;
}
.social__link_inst {
	background-position: -92px 0;
}
.social__link_ok {
	background-position: -138px 0;
}

#header .bottom-head {
	background-image: url(../images/main_menu_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#header .bottom-head__menu .menu {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0;
	list-style-type: none;
}
#header .bottom-head__menu .menu > li{
	position: relative;
	border-radius:5px 5px 0 0;
}
#header .bottom-head__menu .menu > li:hover{
	background:rgba(65, 185, 0, 0.96);
}
#header .bottom-head__menu .menu > li:hover > a {
	color: #fff;
}
#header .bottom-head__menu .menu > li > a {
	color:#076633;
	display: block;
	padding: 0 14px;
	font-size: 20px;
	line-height: 50px;
	text-decoration: none;
}
#header .bottom-head__menu .sub-menu {
	display:none;
	position:absolute;
	width:-webkit-max-content;
	width:-moz-max-content;
	width:max-content;
	min-width: 230px;
	background:rgba(65, 185, 0, 0.96);
	left:0;
	margin-left: 0;
	border-radius:0 0 5px 5px;
	z-index:999;
}
#header .bottom-head__menu .sub-menu li:last-child a {
	border-radius:0 0 5px 5px;
}
#header .bottom-head__menu .menu li:hover .sub-menu {
	display:block;
}
#header .bottom-head__menu .sub-menu li{
	float:none;
	width:100%;
}
#header .bottom-head__menu .sub-menu li a{
	display: block;
	color:#fff;
	font-size:14px;
	padding:14px 25px;
	text-decoration:none;
}
#header .bottom-head__menu .sub-menu li a:hover{
	background:#369a00;
}

/* #header .bron {
	display: table;
	float: right;
	margin-right: 15px;
	position: relative;
	width: 189px;
}

#header .bron .form {
	background:url(../images/bron.png)repeat-x;
	height: 35px;
	display:block;
	padding: 10px 21px;
	line-height:1;
	font-family:Arial;
	color:#328f00;
	cursor:pointer;
	position: absolute;
	width: 150px;
}

#header .bron .form i{
	display:inline-block;
	background:url(../images/call.jpg)no-repeat;
	width:23px;
	height:25px;
	margin-right:10px;
	margin-bottom:-5px
}

#header .bron .form span{
	text-decoration:underline;
}

#header .bron .form:hover span{
	text-decoration:none;
	color:#3ba900;
} */

/* fw slider на главной */
/* free версия, не дает редачить стили, поэтому импотент */
.b-fullwide-slider {
	position: relative;
	margin-bottom: 100px;
}
.wpsisac-slick-slider-wrp {
	overflow: hidden;
}
.wpsisac-slick-slider button.slick-prev,
.wpsisac-slick-slider button.slick-prev:hover,
.wpsisac-slick-slider button.slick-prev:focus,
.wpsisac-slick-slider button.slick-next,
.wpsisac-slick-slider button.slick-next:hover,
.wpsisac-slick-slider button.slick-next:focus{
	width: 50px!important;
	height: 50px!important;
	border-radius: 50%!important;
	background: url(../images/arrow-slider.png) #516c65 center no-repeat!important;
}
.wpsisac-slick-slider.design-1 .slick-prev {
	left: 10vw!important;
}
.wpsisac-slick-slider.design-1 .slick-next {
	right: 10vw!important;
	-webkit-transform: rotateZ(180deg);
	        transform: rotateZ(180deg);
}
.main-fw-slider__button {
	position: relative;
	text-align: center;
}
a.button_rounded {
	display: inline-block;
	line-height: 60px;
	padding: 0 80px;
	background-image: -moz-linear-gradient( -90deg, rgb(51,144,1) 0%, rgb(60,173,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(51,144,1) 0%, rgb(60,173,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(51,144,1) 0%, rgb(60,173,0) 100%);
	border-radius: 30px;
	z-index: 40;
}

a.button_reserve {

	font-size: 30px;
	/* width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content; */
	max-width: 400px;
	margin: -30px auto 0;
}

.b-services {
	margin-bottom: 60px;
}
.b-services__border {
	position: relative;
	border: 7px solid #fecd31;
	text-align: center;
}
.b-services__title {
	position: relative;
	display: inline-block;
  top: -28px;
	padding: 0 15px;
	background-color: #fff;
}
.b-services__content {
	padding: 10px 5.4% 0;
}
.b-services__tile {
	display: block;
	font-size: 20px;
	color: #339001;
	text-decoration: none;
	margin-bottom: 40px;
}
.b-services__tile:hover {
	text-decoration: underline;
}
.b-services__caption {
	width: 100%;
	margin-bottom: 10px;
}

.b-events {
	margin-bottom: 20px;
	text-align: center;
}
.b-events__title {
	margin-bottom: 50px;
}
.b-events__item {
	margin-bottom: 40px;
}
.b-events__img {
	width: 70%;
	margin-bottom: 20px;
}
.b-events p {
	font-size: 20px;
	color: #046531;
}

.b-special {
	margin-bottom: 70px;
}
.b-special__text {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	font-style: italic;
	color: #339001;
	font-size: 32px;
}

.b-aboutus {
	padding-top: 70px;
	padding-bottom: 100px;
	background: url(../images/aboutus_bg.jpg) center top no-repeat;
	background-size: cover;
}
.b-aboutus__yt-videos {
	padding-bottom: 100px;
}
.b-aboutus__yt-videos .embed-youtube {
	height: 280px;
	padding: 0!important;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border: 2px solid #ccc;
}
.b-aboutus__container {
	position: relative;
	text-align: center;
	padding-top: 37px;
}
.b-aboutus__border {
	position: absolute;
  width: 110%;
  left: -5%;
  height: 100%;
  top: 0px;
  border: 7px solid #fecd31;
}
.b-aboutus__title {
	position: relative;
	top: -2px;
	padding: 0 46px;
}
.b-aboutus__text {
	padding: 60px 0 100px;
	text-align: left;
}
.b-aboutus__text p {
	margin-bottom: 18px;
}

.b-greenfield {
	background-color: #dceccf;
}

.b-rewiews {
	padding-top: 30px;
	padding-bottom: 76px;
}
.b-rewiews__title {
	margin-bottom: 30px
}

.b-news {
	padding-bottom: 76px;
	text-align: center;
}
.b-news__container {
	padding: 30px 0 0;
}
.b-news__link {
	display: block;
	margin-bottom: 40px;
	text-decoration: none;
	color: #000;
}
.b-news__link:hover {
	color: #000;
	text-decoration: underline;
}
.b-news__item {
	height: 100%;
	background-color: #fecd31;
}
.b-news__thumb {
	width: 100%;
	height: 190px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}
.b-news__thumb img {
	min-width: 100%;
	min-height: 190px;
}
.b-news__name {
	padding: 15px;
	font-size: 20px;
}
a.button_allnews {
	font-size: 30px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 400px;
	margin: 0;
}

.b-parnters {
	padding-top: 40px;
	padding-bottom: 40px;
}
.b-parnters__title {
	margin-bottom: 50px;
}
.b-parnters__item {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/*height: 160px;
	padding: 15px;*/
	margin-bottom: 40px;
}





/* .bottom-grey-wrapper .main {
	background:none;
}

.head_nav {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 15px;
}

.head_nav .top_block {
	width:100%;
	max-width:1400px;
	position:relative;
	margin:0 auto;
	display:table;
}

.head_nav #menu-glavnoe-menyu {
	margin-top:-1px;
}

.head_nav .adress span {
	color:#fff;
	text-shadow:0 0 5px #0001;
	font-size: 20px;
	letter-spacing: 1.5px;
}

.header .logo {
    width: 200px;
    height: 138px;
    margin-bottom: 55px;
}

.header .logo a img {
    width: 96px;
}

.header .logo .description {
	font-size: 13px;
	padding-top: 12px;
}

.header .logo .name {
    font-size: 47px;
    line-height: 40px;
}

.header .greeting {
	top: 33% !important;
}

.header .greeting .text {
	width: 1200px;
	font-weight:100;
	font-size: 22px;
	text-shadow:0 0 3px #0008;
	letter-spacing: 1px;
	text-align: center;
} */
/*
.main-button {
    left: 0;
    top: 0;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    position:relative;
    text-align:center;
    margin-top: 45px;
}

.main-button a {
	text-decoration: none;
	font-size: 25px;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 2px;
	padding: 10px 30px;
	background: #8fbe24;
	color: #fff;
	font-weight: bold;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: inline;
	text-shadow: none;
}

.main-button a:hover {
	background: #93c325;
	box-shadow: 0 0 15px #0000008c;
}

a.hotel {
	margin-top: 40px;
    display: block;
    font-size: 18px;
    font-family: Poiret One;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.9;
    transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

a.hotel:hover {
	opacity:1;
}

.sliders .ws_gestures {
	width:435px;
	float:right;
	height:570px;
}

.sliders .ws_gestures .ws_carousel {
	width: 435px !important;
	left:auto !important;
	right: 20px !important;
	height: 600px !important;
}

.sliders .ws_gestures .ws_carousel:before {
	height: 120px;
	content:'';
	background:url(../images/navslid.png)no-repeat;
	width: 282px;
	display:block;
	position: absolute;
	bottom:0;
	margin-left: -141px;
	left: 50%;
}

.sliders .ws_gestures .ws_carousel div {
	width:435px !important;
	height: 570px !important;
}

.sliders .ws_gestures .ws_carousel div img {
	height: 570px !important;
	width:auto !important;
}

#sert_card {
	display:table;
	margin-bottom:25px;
}

.archive_button a {
	padding:13px 0;
}

#sliders {
	margin-bottom: 0;
	min-height:600px;
}

.bottom-grey-wrapper {
	margin-top:0px;
	margin-bottom: 50px;
	padding-top: 2%;
}

#sliders .sliders {
	width: 370px;
	float: right;
	margin-top: auto;
	display: table;
	position: relative;
	right: 0;
	top: 40px;
}

#sliders .article {
    width: 50%;
}

#map {
	margin-top:0;
}

#sliders label {
	left: 0;
	padding:1%;
	margin-right:6px;
}

input + label {
	background:#ddd;
	transition:all 0.5s;
}

.left-side h5,.right h5 {
	font-size:28px !important;
}

#sliders .articles {
    margin-left: 0px
}

.nw {
	padding-top:0 !important;
}

.head_slider, .wowslider-container_head {
    height: 428px;
    margin-bottom: 50px;
    position:relative;
}

.slider_tab_parallax a.ws_next > span:after, .slider_tab_parallax a.ws_prev > span:after, .slider_tab_parallax .ws_playpause > span:after {
	background: #7dab17 !important;
    color: #000000 !important;
}

.slider_tab_parallax a.ws_next > span:before, .slider_tab_parallax a.ws_prev > span:before, .slider_tab_parallax .ws_playpause > span:before {
	color: #7dab17 !important;
    background: #000000 !important;
}

#slider {
	overflow:hidden;
	position:relative;
	width:100%;
	height: 428px;
	margin:0 auto;
}

#slider .slides {
	position:relative;
	transition:all 0.5s ease;
}

#slider .slides .slide {
	float:left;
	display:block;
	position:relative;
	width:100%;
	height:600px;
}

#slider .next {
	position:absolute;
	height:50px;
	width:50px;
	z-index:2;
	cursor:pointer;
	background: url(../images/slider_arrow.png);
	background-size: 100px;
	background-position: -50px;
}

#slider .prev {
	position:absolute;
	height: 50px;
	width: 50px;
	z-index:2;
	cursor:pointer;
	background: url(../images/slider_arrow.png);
	background-size: 100px;
	left: 0 !important;
}

#slider .navigation {
	position:absolute;
	bottom:40px;
	left:0;
	z-index:2;
	cursor:pointer;
	width:100%;
	text-align:center;
}

#slider .navigation .dot{
	display:inline-block;
	width: 13px;
	height: 13px;
	background: #e4e4e4;
	cursor:pointer;
	border-radius:16px;
	margin: 0 5px;
	border: 4px solid #f3f3f3;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	position:relative;
}

#slider .navigation .dot:first-child:after {
	content: '';
    display: block;
    width: 40px;
    border: 1px solid #fff;
    left: -55px;
    top: 5px;
    position: absolute;
}

#slider .navigation .dot:last-child:after {
	content: '';
    display: block;
    width: 40px;
    border: 1px solid #fff;
    right: -55px;
    top: 5px;
    position: absolute;
}

#slider .navigation .active{
	background: #005aab;
}

#slider .img_slider {
	width:100%;
	height:100%;
	background-size:cover !important;
	background-position:center !important;
}

#slider .slide .images {
	width: 640px;
	float: left;
	overflow: hidden;
	position: relative;
	height: 428px;
	margin-left: 55px;
}

#slider .slide .text {
	float:right;
	width: 400px;
	margin-right: 65px;
}

#slider .slide .text .title_slide {
	font-family: Stolzl;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 15px;
}

#slider .slide .text .text_slide {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
}

#slider .slide .text .block_btn {
	text-align:right;
	margin-top:30px;
	margin-right:15px;
}

#slider .slide .text .block_btn a {
	display:table;
	background:url(../images/bg_panel.png)repeat-x;
	padding: 10px 20px;
	font-family:Helvetica-Regular;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	float:right;
	font-size:14px;
	text-decoration: none;
}

#slider .slide .images img {
	height:100%;
} */

.archive_button .sher {
	text-transform:uppercase;
	font-size:20px !important;
}

.zago {
	font-family: 'Helvetica-Regular', sans-serif;
	letter-spacing: 1.5px;
	padding-bottom: 1%;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
}

.yandex-map .contacts {
	display: table;
	text-align: left;
	position: absolute;
	z-index: 41;
	bottom: 0;
	right: 0;
	padding: 20px;
	background: #fff;
}

.yandex-map .contacts span {
	display:block;
	margin:0;
	padding:0;
	float: left !important;
	margin-bottom:10px;
}

.offer-1 {
	width:19% !important;
	height: 290px;
}

.offer-1 img {
	height: 59%;
}

.offers p {
	display:none;
}

.offers span:nth-child(2) {
	text-align:center;
}

.block_title_home {
    font-family: 'Helvetica-Regular', sans-serif;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    text-transform: uppercase;
    padding-top: 50px;
}

/* modal */
.modal {
	position: fixed;
    z-index: 41;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.back {
	width: 100%;
	height: 100%;
	background: rgba(17, 60, 12, 0.33);
}

.okno {
	width: 400px;
	height: auto;
	background: #fff;
	left: 50%;
	position: absolute;
	margin-left: -200px;
	top: 50%;
	margin-top: -250px;
	-webkit-box-shadow: 0 0 15px #0002;
	        box-shadow: 0 0 15px #0002;
}

.close {
	background: #8fbe24;
    padding: 10px 20px;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    color: #000;
    border-left: 1px solid #618216;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	cursor:pointer;
}

.close:hover {
	color:#fff;
}

.title_modal {
	background: #8fbe24;
	width: 95%;
	padding: 10px 0;
	padding-left: 20px;
	font-size: 25px;
}

.content_modal {
	background: #fff;
	padding: 13px;
}

.content-with-sidebar {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom:70px
}

.post-single {
    /*width: 67%;*/
	width: 100%;
    padding: 2%;
    float: left;
    margin:0;
    background: #fff;
    /*border: 1px solid #d8d8d8;*/
	border: 1px solid #fff;
     */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    overflow: hidden;
    margin-bottom:50px;
}

.sidebar {
    width: 22%;
    background: #fff;
    float: right;
    border: 1px solid #d8d8d8;
    font-weight: 100;
    padding: 2%;
    margin:0;
}

footer {
	padding-top: 70px;
	padding-bottom: 108px;
	background-color: #076633;
}

footer .b-logotype {
	margin-top: 30px;
}

footer .menu {
	position:relative;
	margin: 0;
	list-style-type: none;
}

footer .menu li {
	margin-bottom: 8px;
}

footer .menu li a {
	color: #fdfffe;
	font-size: 18px;
	text-decoration:none;
}

footer .menu li a:hover {
	color: #8fbe24;
}

.contacts_footer {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.contacts_footer a {
	display: inline-block;
	color: #8cc263;
	margin-bottom: 6px;
	font-size: 24px;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
}
.contacts_footer a:hover {
	text-decoration: underline;
}

footer .address > div {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

footer .address a {
	font-size: 18px;
	text-align: right;
	color: #fdfffe;
}
footer .header--addr {
	display: none;
}

footer .socials {
	margin-top: auto;
	text-align: right;
}

footer .social {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 16px;
}

footer .callblock > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
}

#wpmtst-form {
	background: #8fbe24;
	border: 1px solid #678a18;
	font-weight: 100;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#wpmtst-form label {
	writing-mode: unset;
	-moz-writing-mode: unset;
	-o-writing-mode: unset;
	-ms-writing-mode: unset;
	-webkit-writing-mode: unset;
	text-align: left;
	left: 0;
}
#wpmtst-form .form-field {
	margin-bottom: 10px;
}
#wpmtst-form textarea {
	height: 100px;
}
#wpmtst-form input[type='text'], #wpmtst-form input[type='email'] {
	height: 30px;
}
#wpmtst-form input[type='submit']{
	border:2px solid #fff;
	background:none;
	color:#fff;
	padding:10px;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	cursor:pointer;
}

#wpmtst-form input[type='submit']:hover{
	color:#8fbe24;
	background:#fff;
}
.strong-view.simple .testimonial {
	margin-top: 0;
}
.testimonial-inner {
	border-bottom: 1px solid #eee;
}
.testimonial-client {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.testimonial-name {
	margin-right: 10px;
	font-weight: bold;
}
.testimonial-company {
	font-size: 12px;
}

.form-call {
	width: 22%;
	padding:2%;
  background: #8fbe24;
  float: right;
  border: 1px solid #678a18;
  font-weight: 100;
  margin: 0;
  margin-bottom:30px;
}

.form-call .block_title{
	text-align:center;
	text-transform:uppercase;
	font-family: Stolzl, 'sans-serif';
	font-size:25px;
	color:#fff;
}

.form-call .content{
	margin-top: 0;
	padding: 0;
}

.form-call .content form {
	margin-top:10px;
}

.form-call .content label{
	writing-mode: initial;
    -moz-writing-mode: initial;
    -o-writing-mode: initial;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    text-align: center;
    height: 40px;
    padding: 2% 1%;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 13px;
    position: relative;
    top: 0px;
    left: 0;
}

.form-call .content input[type='text'],.form-call .content input[type='email']{
	padding:5px;
	margin-bottom:10px;
	outline:0;
}

.form-call .content input[type='submit']{
	border:2px solid #fff;
	background:none;
	color:#fff;
	padding:10px;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	cursor:pointer;
	margin-top:20px;
}

.form-call .content input[type='submit']:hover{
	color:#8fbe24;
	background:#fff;
}

.content_modal form {
	margin-top:10px;
}

.content_modal label{
	writing-mode: initial;
	-moz-writing-mode: initial;
	-o-writing-mode: initial;
	-ms-writing-mode: initial;
	-webkit-writing-mode: initial;
	text-align: center;
	height: 40px;
	padding: 2% 1%;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	font-size: 13px;
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
}

.content_modal input[type='text'],.content_modal input[type='email'],.content_modal input[type='date']{
	padding:5px;
	margin-bottom:10px;
	outline:0;
	width: 96%;
}

.content_modal input[type='text'],.content_modal input[type='email'],.content_modal input[type='date']{
	padding:5px;
	margin-bottom: 4px;
	outline:0;
	width: 96%;
}

.content_modal select {
	padding:5px;
	margin-bottom:10px;
	outline:0;
	width: 100%;
}

.content_modal input[type='submit']{
	border:2px solid #8fbe24;
	background:#fff0;
	color:#8fbe24;
	padding:10px;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	cursor:pointer;
	margin-top: -5px;
}

.content_modal input[type='submit']:hover{
	color:#fff;
	background:#8fbe24;
}

#bwg_container1_0 {
	margin-bottom:30px;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_wrap_0 {
	background-color:#fff !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_container_0 {
    bottom:10px !important;
    top:auto !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_0 {
    display: inline-block;
    position: relative;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    -webkit-box-shadow:0 0 10px #525252a3;
            box-shadow:0 0 10px #525252a3;
    cursor: pointer;
    overflow: hidden;
    z-index: 17;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_thumbnails_0 {
	padding:5px 0;
	height: 30px !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_active_0 {
    background: #addc43 !important;
    opacity: 1;
    filter: Alpha(opacity=100);
    border: 1px solid #b8e454 !important;
    -webkit-box-shadow:0 0 10px #3a3a3a;
            box-shadow:0 0 10px #3a3a3a;
}

.modal_call {
	position: fixed;
    z-index: 41;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.block_news {
	display:table;
	width:100%;
	margin-top:20px;
}

.block_news .page_news {
	display:inline-block;
	width:19.5%;
	vertical-align:top;
	padding:15px;
	margin:13px;
	border:1px solid #ddd;
	-webkit-box-shadow:0 0 10px #0001;
	        box-shadow:0 0 10px #0001;
	min-height:230px;
	margin-bottom:20px;
	filter:grayscale(0.2);
	-moz-filter:grayscale(0.2);
	-webkit-filter:grayscale(0.2);
	text-decoration:none;
}

.block_news .page_news:hover {
	filter:grayscale(0);
	-moz-filter:grayscale(0);
	-webkit-filter:grayscale(0);
	-webkit-box-shadow:0 0 10px #99c42a;
	        box-shadow:0 0 10px #99c42a;
	border:1px solid #99c42a
}

.block_news .page_news .news_image{
	width:100%;
	height:150px;
	background-size: cover !important;
	background-position: center !important;
}

.block_news .page_news .title{
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
	text-decoration:none;
}

.pagination {
	text-align:center;
	padding:10px;
}

.pagination h2{
	margin-bottom:10px;
}

.pagination .page-numbers {
	display:inline-block;
	margin:0 5px;
	background:#99c42a;
	text-align:center;
	padding:5px 10px;
	text-decoration:none;
	font-size:15px;
	min-height:20px;
	min-width:20px;
	vertical-align:top;
	color:#fff;
	border-radius:0 5px 05px;
}

.pagination .page-numbers:hover {
	background:#a7d62f;
}

.pagination .page-numbers.current{
	background:#146e3d !important;
}

#sliders .tabs_block {
	text-align: left;
	display: table;
	width: 100%;
	margin-bottom:30px;
}

#sliders .tabs_block div{
	display:inline-block;
	padding:1%;
	background:#eaeaea;
	margin-right:10px;
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	cursor:pointer;
}

#sliders .tabs_block div:hover {
	background:#abda32;
	-webkit-box-shadow:0 0 10px #abda32;
	        box-shadow:0 0 10px #abda32;
}

#sliders .tabs_block div.active,#sliders .tabs_block div.active:hover{
	background:#99c42a;
	-webkit-box-shadow:0 0 10px #99c42a;
	        box-shadow:0 0 10px #99c42a;
}

#sliders .tabs_content {
	display:table;
	width:100%;
	position:relative;
	margin-bottom:40px;
}

#sliders .tabs_content .tab{
	width:100%;
	position:relative;
	display:table;
}

#sliders .tabs_content .tab .l_block{
	width: 730px;
	float:left;
	text-align:left;
}

#sliders .tabs_content .tab .l_block h2{
	margin-bottom: 15px;
}

#sliders .tabs_content .tab .l_block p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding-bottom: 15px;
	line-height: 1.8;
	width: 100%;
	display: table;
	font-weight:100;
	text-align:justify;
}

#sliders .tabs_content .tab .l_block p a{
	font-size: 14px;
	font-weight: 100;
	font-family: 'Roboto', sans-serif !important;
	font-weight:100;
	float:right;
}

#sliders .tabs_content .tab .r_block{
	width:400px;
	height:484px;
	position:relative;
	float:right;
}

.fix_slider_home {
	position: absolute;
    z-index: -1;
    left: -1000%;
	display:none !important;
}

#sliders .tabs_content .tab .r_block i[title='Пауза'],#sliders .tabs_content .tab .r_block i[title='Нначать'] {
	display:none;
}

#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_0,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_1,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_2,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_3,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_4,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_5,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_6,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_7,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_8,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_9,
#sliders .tabs_content .tab .r_block .bwg_slideshow_dots_container_10 {
	display:none !important;
}

#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_0,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_1,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_2,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_3,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_4,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_5,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_6,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_7,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_8,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_9,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_10 {
	left:0 !important;
	background: #99c42a !important;
    border-radius: 0 !important;
    height: 50px !important;
    width: 50px !important;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
}

#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_0,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_1,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_2,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_3,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_4,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_5,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_6,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_7,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_8,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_9,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_10 {
	right:0 !important;
	left: auto !important;
	background: #99c42a !important;
    border-radius: 0 !important;
    height: 50px !important;
    width: 50px !important;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
}


#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_0 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_1 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_2 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_3 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_4 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_5 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_6 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_7 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_8 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_9 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_10 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_0 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_1 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_2 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_3 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_4 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_5 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_6 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_7 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_8 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_9 i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_10 i {
	color:#000 !important;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
}

#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_0:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_1:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_2:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_3:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_4:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_5:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_6:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_7:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_8:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_9:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_10:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_0:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_1:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_2:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_3:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_4:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_5:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_6:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_7:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_8:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_9:hover,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_10:hover {
	background:#000 !important;
}

#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_0:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_1:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_2:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_3:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_4:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_5:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_6:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_7:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_8:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_9:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_right-ico_10:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_0:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_1:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_2:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_3:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_4:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_5:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_6:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_7:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_8:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_9:hover i,
#sliders .tabs_content .tab .r_block #spider_slideshow_left-ico_10:hover i {
	color:#99c42a !important;
}

#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_0,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_1,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_2,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_3,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_4,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_5,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_6,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_7,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_8,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_9,
#sliders .tabs_content .tab .r_block .bwg_slideshow_image_wrap_10 {
	-webkit-box-shadow:0 0 15px #0001;
	        box-shadow:0 0 15px #0001;
}

.modal_call .okno {
	top:20% !important;
	margin-top:0 !important;
}

.okno input[value='Заказать'] {
	margin-top:20px;
}


.ch_block {
	display:table;
	width:100%;
	position:relative;
}

.ch_block .s_block{
	display: inline-block;
	width: 19.5%;
	vertical-align: top;
	padding: 15px;
	margin: 13px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 10px #0001;
	        box-shadow: 0 0 10px #0001;
	min-height: 230px;
	margin-bottom: 20px;
	filter: grayscale(0.2);
	-moz-filter: grayscale(0.2);
	-webkit-filter: grayscale(0.2);
	text-decoration: none;
}

.ch_block .s_block:hover{
	filter:grayscale(0);
	-moz-filter:grayscale(0);
	-webkit-filter:grayscale(0);
	-webkit-box-shadow:0 0 10px #99c42a;
	        box-shadow:0 0 10px #99c42a;
	border:1px solid #99c42a
}

.ch_block .img_block {
	width:100%;
	height:150px;
	background-size: cover !important;
	background-position: center !important;
	border: 1px solid #ddd5;
}

.ch_block .name_block {
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
	text-decoration:none;
}

.content-with-sidebar #bwg_slideshow_play_pause_0 {
	display:none !important;
}

.bwg_slideshow_image_wrap_0 {
	margin: auto !important
}