@import url(font.css);
body{
	font-family: 'Museo Sans Cyrl';
	font-weight: normal;
}

.clearfix:before,
.clearfix:after{
	content: " ";
	display: table;
}

.clearfix:after{
	clear: both;
}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	outline: none;
}

.section1{
	/*background: url(../images/slide1.jpg) no-repeat;*/
	height: 430px;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.container{
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

.header{
	padding-top: 16px;
	background: #151e1c;
}

.header.border{
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	height: 100px;
	padding-top: 25px;
}

.logo{
	float: left;
	margin-right: 40px;
	margin-top: 12px;
}

.header-phone{
	background: url(../images/phone-icon.png) no-repeat left center;
	height: 23px;
	padding-left: 24px;
	float: left;
	margin-top: 14px;
	margin-left: 22px;
}

.header-right{
	float: right;
}

.header.border .header-right{
	margin-top: 15px;
}

.header.border .phone{
	color: #58575c;
}

.header.border .phone span{
	color: #7fae21;
}

.header.border .header-phone{
	background: url(../images/phone-icon2.png) no-repeat left center;
}

.phone{
	display: inline-block;
	margin-left: 15px;
	color: #fefefe;
	font-size: 17px;
	line-height: 23px;
	font-weight: 600;
}

.phone span{
	color: #c3ff4c;
	font-weight: 300;
}

.menu-btn{
	float: left;
	background: url(../images/menu-icon.png) no-repeat 0px 0px;
	width: 40px;
	height: 30px;
	margin-left: 55px;
	margin-top: 11px;
	display: none;
}

.header.border .menu-btn{
	background-image: url(../images/menu-icon2.png);
}

.s1-slider-list,
.s1-slider-list2{
	margin: 0;
	padding: 0;
	list-style: none;
}

.s1-slider-list li,
.s1-slider-list2 li{
	text-align: center;
}

.s1-slider-list li{
	background-position: top center;
	background-repeat: no-repeat;
}

.s1-slider-title{
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 45px;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 50px;
}

.s1-slider{
	position: relative;
}

.s1-slider-list{
}

.s1-slider-list li{
	height: 430px;
	padding-top: 100px;
}

.s1-slider-list li p{
	max-width: 768px;
	margin: 0 auto;
}

.s1-slider-list li p,
.s1-slider-list2 li p{
	color: #fff;
	font-weight: 300;
	line-height: 140%;
	margin: 0 auto;
}

.owl-nav div{
	position: absolute;
	background: url(../images/slide-arrows.png) no-repeat;
	width: 47px;
	height: 47px;
	text-indent: -99999px;
	overflow: hidden;
	top: 50%;
	margin-top: -23.5px;
	opacity: .6;
}

.owl-nav div.owl-prev{
	left: 4%;
}

.owl-nav div.owl-next{
	right: 4%;
	background-position: -47px 0;
}

.owl-nav div:hover{
	opacity: 1;
}

.owl-dots{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 43px;
}

.owl-dot{
	height: 2px;
	width: 40px;
	display: inline-block;
	background: #fff;
	margin: 0 4px;
	opacity: .25;
}

.owl-dot.active{
	background: #c3ff4c;
	opacity: 1;
}

.down{
	background: url(../images/down.png) no-repeat;
	width: 28px;
	height: 41px;
	display: block;
	position: absolute;
	bottom: 55px;
	left: 50%;
	margin-left: -18px;
}

.menu{
	position: absolute;
	width: 0;
	min-height: 100%;
	right: 0;
	background: #7fae21;
	z-index: 100;
	padding: 50px 0 40px 0;
	/*display: none;*/
	overflow: hidden;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
}

.menu.active{
	width: 70%;
}

.menu-list{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
	margin-left: 70px;
}

.menu-list li a{
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-list li a:hover{
	background: none;
}

.menu-list li{
	margin-bottom: 19px;
}

.menu h3{
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 50px 70px;
}

.menu-close{
	display: inline-block;
	background: url(../images/close.png) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 22px;
	top: 47px;
}

.section2{
	padding: 60px 0 0;
}

.block-title{
	font-size: 30px;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 50px;
	line-height: 160%;
}

.s2-item{
	width: 25%;
	float: left;
	text-align: center;
	height: 250px;
	padding: 0 40px;
}

.s2-item p{
	font-weight: 500;
	font-size: 16px;
}

.s2-item__img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	position: relative;
	margin: 0 auto 20px;
}

.s2-item__img img{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.s3-item{
	width: 50%;
	float: left;
	padding: 1px;
	position: relative;
}

.s3-item:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5)
}

.s3-item a:hover{
	color: #000 !important;
	text-decoration: none;
}

.s3-item img{
	display: block;
	width: 100%;
}

.s3-btn{
	display: inline-block;
	border: 1px solid #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) skew(-10deg, 0);
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	max-width: 90%;
	min-width: 80%;
	text-align: center;
	padding: 10px 30px;
}

.section4{
	padding: 60px 0;
}

.s4-item{
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 40px;
}

/*.s4-item:nth-child(4n+1){*/
/*	clear: both;*/
/*}*/
/*.three-in-row .s4-item:nth-child(4n+1){*/
/*	clear: both;*/
/*}*/

.s4-item__title{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.s4-item__img img{
	width: 100%;
	height: auto !important;
	max-width: 100%;
}

.s4-item__img{
	margin-bottom: 15px;
}

.s4-item p{
	color: #5c5a5a;
	font-size: 14px;
	line-height: 150%;
}

.s4-item__price{
	font-weight: 500;
	color: #212121;
	font-size: 20px;
}

.s4-item__price span{
	color: #93c927;
}

.s4-item__price i{
	font-style: normal;
	font-weight: 600;
}

.s4-btn{
	text-align: center;
}

.button{
	display: inline-block;
	height: 50px;
	color: #fff;
	font-size: 14px;
	background: #7fae21;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	padding: 0 30px;
}

.objects-more{
	display: inline-block;
	height: 50px;
	color: #7fae21;
	font-size: 14px;
	border: 1px solid #7fae21;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	padding: 0 30px;
}

.s4-grid{
	margin-bottom: 80px;
}

.section5{
	background: url(../images/s5-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	/*height: 600px;*/
	position: relative;
}

.section5 .s1-slider{
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.s1-slider2__wrapp{
	max-width: 750px;
	margin: 0 auto;
}

.section5 .container{
	position: relative;
}

.s1-slider2__btn .button{
	width: 260px;
}

.s1-slider2__btn{
	margin-top: 100px;
}

.section6{
	padding: 60px 0;
}

.s6-slider__list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.s6-slider{
	max-width: 925px;
	margin: 0 auto;
}

.s6-btn{
	text-align: center;
	margin-top: 80px;
}

.s6-btn .button{
	/*width: 260px;*/
}

.s6-slider .owl-nav div{
	background-image: url(../images/slide-arrows2.png);
	opacity: .25;
}

.s6-slider .owl-nav div:hover{
	opacity: .8;
}

.s6-slider .owl-nav div.owl-prev{
	left: -90px;
}

.s6-slider .owl-nav div.owl-next{
	right: -90px;
}

.section7{
	background: #7fae21;
	padding: 60px 0;
}

.section7 .block-title{
	color: #fff;
}

.contact-form__item{
	margin-bottom: 60px;
}

.contact-form__row{
	margin: 0 -15px;
}

.contact-form__col{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
}

.inputbox input[type="text"]{
	display: block;
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	height: 50px;
	padding-left: 54px;
	color: #fff;
	font-family: 'Museo Sans Cyrl';
}

.inputbox{
	position: relative;
}

.inputbox label{
	position: absolute;
	font-size: 14px;
	color: #fff;
	left: 54px;
	top: 18px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}

.inputbox input[type="text"].inpit-name{
	background: url(../images/icon-user.png) no-repeat 19px 16px;
}

.inputbox input[type="text"].inpit-phone{
	background: url(../images/icon-phone.png) no-repeat 19px 17px;
}

.inputbox input[type="text"].inpit-email{
	background: url(../images/icon-mail.png) no-repeat 19px 17px;
}

.inputbox input[type="text"].inpit-msg{
	background: url(../images/icon-comment.png) no-repeat 19px 17px;
}

.inputbox.changed label{
	top: -10px;
	font-size: 12px
}

.contact-form__btn{
	text-align: center;
}

.contact-form__btn input{
	display: inline-block;
	height: 50px;
	color: #7fae21;
	font-size: 14px;
	background: #fff;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	width: 260px;
	border: none;
}

.footer{
	background: #2c2c2c;
	padding: 45px 0;
}

.f-col{
	float: left;
	width: 50%;
}

.copy{
	color: #9b9a9a;
	font-size: 14px;
	margin-top: 15px;
	line-height: 140%;
}

.copy a{
	color: #93c927;
}

.f-logo{
	float: left;
}

.f-col__list1{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

.f-col__list2{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

.f-col__list1 li,
.f-col__list2 li{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.f-col__list1 li:first-child,
.f-col__list2 li:first-child{
	margin-bottom: 15px;
}

.f-col__list1 li a,
.f-col__list2 li a{
	color: #9b9a9a;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
}

.f-col__list1 li,
.f-col__list2 li{
	margin-bottom: 10px;
}

.fb-icon, .live-icon, .mail-icon, .ok-icon, .tw-icon,
.vk-icon
{ display: inline-block; background: url(../images/soc-sprite.png) no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }

.fb-icon { background-position: -0px -0px; width: 37px; height: 37px; }
.live-icon { background-position: -37px -0px; width: 37px; height: 37px; }
.mail-icon { background-position: -0px -37px; width: 37px; height: 37px; }
.ok-icon { background-position: -37px -37px; width: 37px; height: 37px; }
.tw-icon { background-position: -0px -74px; width: 37px; height: 37px; }
.vk-icon { background-position: -37px -74px; width: 37px; height: 37px; }

.social{
	float: right;
	margin-top: 40px;
}

.social a{
	float: left;
	margin-left: 13px;
}

.social a:hover{
	background-image: url(../images/soc-sprite2.png);
}

.text{
	margin: 100px 0;
	font-family: Open Sans;
	line-height: 170%;
}

.text-center{
	text-align: center;
}

.text .block-title{
	margin-bottom: 40px;
}

.catalog_text{
	margin-bottom: 40px;
}

.catalog-title{
	color: #212121;
	font-size: 16px;
	border-bottom: 1px solid #7fae21;
	height: 50px;
	line-height: 50px;
	font-style: italic;
	font-weight: 600;
	margin: 40px 0;
	text-transform: uppercase;
}

.s4-item__btn{
	margin-top: 35px;
	height: 50px;
}

.s4-item__btn .button{
	width: 100%;
	text-align: center;
	display: none;
}

.catalog .s4-item:hover .s4-item__btn .button{
	display: block;
}


.catalog .s4-item{
	padding: 20px;
	height: 570px;
}

.catalog .s4-item:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.2)
}

.catalog .s4-item p{
	padding: 0 15px;
	height: 85px;
	overflow: hidden;
}

.catalog .s4-item__title{
	height: 23px;
	overflow: hidden;
}

.seo-text,
.articles__text{
	margin-bottom: 60px;
	font-family: Open Sans;
}

.seo-text h3,
.articles__text h3{
	font-size: 25px;
	color: #212121;
	font-weight: 300;
	margin: 28px 0 25px;
}

.seo-text p,
.articles__text p{
	font-size: 14px;
	line-height: 170%;
}

.seo-text ul,
.articles__text ul,
.text ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.seo-text ul li,
.articles__text ul li,
.text ul li{
	font-size: 15px;
	line-height: 170%;
	position: relative;
	padding-left: 20px;
	background: url(../images/arrow.png) no-repeat 0 10px;
}

.seo-text a,
.articles__text a{
	color: #7fae21;
}

.product-img{
	width: 50%;
	float: left;
	padding: 0 40px;
	height: 400px;
	position: relative;
}

.product-img img{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}

.product-description{
	width: 50%;
	float: left;
}

.product{
	padding: 100px 0;
}

.product-title,
.product-title h1{
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}

.product-info{
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	list-style: none;
}

.product-info li{
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
}

.product-info li:last-child{
	border-bottom: none;
}

.product-info li span{
	float: left;
	width: 120px;
	font-weight: 500;
}

.product-price{
	font-size: 20px;
	font-weight: 600;
	color: #212121;
	margin-bottom: 40px;
}

.product-price span{
	color: #93c927;
}

.product-price span i{
	font-style: normal;
	font-size: 30px;
}

.product-price sup{
	font-size: 13px;
}

.product-btn .button{
	width: 255px;
	text-align: center;
}

.product-tabs__img{
	width: 25%;
	float: left;
	padding: 15px;
}

.product-tabs__img img{
	width: 100%;
	border: 1px solid #e9e9e9;
	display: block;
}

.product-tabs__grid{
	margin: 0 -15px;
}

.panel-container p{
	line-height: 160%;
}

.panel-container{
	padding-top: 40px;
}

.review-item__img{
	width: 65px;
	height: 65px;
	background:  #e9e9e9 url(../images/user-icon.png) no-repeat center;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}

.review-item__desc{
	margin-left: 95px;
}

.review-item__author{
	color: #212121;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

.review-item__date{
	font-style: italic;
	color: #8e8e8e;
	font-size: 14px;
}

.review-item p{
	line-height: 140%;
	font-weight: 100;
}

.review-item{
	margin-bottom: 30px;
}

.tabs{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e9e9e9;
}

.tabs li{
	float: left;
	margin-right: 45px;
}

.tabs li a{
	display: block;
	height: 50px;
	font-size: 20px;
	font-weight: 300;
	color: #212121;
	text-decoration: none;
	line-height: 50px;
	margin-bottom: -1px;
	border-bottom: 1px solid transparent;
}

.tabs li a.active{
	border-color: #7fae21;
	color: #7fae21;
}

.tab-container{
	margin-bottom: 100px;
}

.objects-item__img img{
	display: block;
	width: 100%;
}

.object-item{
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	min-height: 650px;
}

.object-col{
	width: 33.33333%;
	float: left;
	padding: 0 15px;
}

.object-col:nth-child(3n+1){
	clear: both;
}

.objects-item__desc{
	padding: 35px;
	font-family: Open Sans;
}

.objects-item__title{
	margin-bottom: 25px;
}

.objects-item__title a{
	color: #212121;
	font-size: 25px;
	text-decoration: none;
	font-weight: 300;
}

.object-item p{
	line-height: 140%;
}

.objects-item__price{
	color: #93c927;
	font-size: 20px;
	margin: 20px 0 50px;
}

.objects-item__price span{
	font-size: 30px;
}

.objects-item__btns{
	text-align: center;
}

.objects-item__btns .button,
.objects-more{
	width: 100%;
}

.objects-item__btns .button{
	margin-bottom: 30px;
}

.objects{
	margin: 0 -15px;
}

.object-in__slider{
	margin: 0;
	padding: 0;
	list-style: none;
}

.object-in__slider-item{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.object-in__btn{
	text-align: center;
	margin-bottom: 100px;
}

.object-in__btn .button{
	width: 260px;
	text-align: center;
}

.reviews-more{
	text-align: center;
	margin: 60px 0 100px;
}

.reviews-more .button{
	color: #7fae21;
	border: 1px solid #7fae21;
	width: 260px;
	background: transparent;
}

.articles .objects-more{
	float: left;
}

.objects-item__date{
	color: #8e8e8e;
	font-size: 14px;
	font-style: italic;
	margin: 25px 0 45px;
}

.articles-banner{
	height: 600px;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-color: #000;
	margin-bottom: 100px;
}

.articles-banner:after{
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute
	left: 0;
	top: 0;
	background: #000;
	opacity: .6;
}

.articles-banner__text{
	position: absolute;
	max-width: 790px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	z-index: 2;
	font-family: Open Sans;
}

.articles-banner__text h3{
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 30px 0;
}

.articles-banner__text p{
	line-height: 160%;
}

.articles-banner__date{
	display: inline-block;
	border: 1px solid #ffffff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 20px;
	transform: skew(-10deg, 0);
	margin-top: 20px;
}

.price-item__img{
	text-align: center;
	width: 33.3333%;
	float: left;
}

.price-item__title{
	width: 33.33333%;
	float: left;
	padding-left: 30px;
}

.price-item__img img{
	width: 200px;
}

.price-item__title > span,
.price-item__price > span {
	display: table-cell;
	height: 150px;
	vertical-align: middle;
}

.price-item__price .product-price{
	margin: 0;
}

.price-item{
	border-bottom: 1px solid #e7e7e6;
}

.price-item:last-child{
	border-bottom: none;
}

.price-item__title{
	font-weight: 500;
}

.price-item__price{
	width: 33.3333%;
	float: left;
	padding-left: 30px;
}

.price:last-child{
	margin-bottom: 100px;
}

.text + .section6{
	padding-top: 0;
}

.contacts{
	/*padding: 100px 0;*/
}

.contact-item{
	width: 33.33333%;
	float: left;
}

.contact-item__img{
	float: left;
	width: 65px;
	height: 65px;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	position: relative;
}

.contact-item__img img{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.contact-item__text{
	margin-left: 85px;
	font-weight: 100;
}

.contact-grid{
	margin-bottom: 40px;
}

.contact-item__text h4{
	font-weight: 500;
	margin: 10px 0 10px 0;
}

.map{
	margin-bottom: 60px;
}

.faq{
	/*padding-top: 100px;*/
}

.faq-quesion h3{
	font-weight: 300;
	color: #212121;
	font-size: 20px;
	position: relative;
}

.faq-item{
	padding-left: 95px;
	margin-bottom: 70px;
	font-family: Open Sans;
}

.faq-quesion h3:before{
	content: "";
	display: block;
	position: absolute;
	background: url(../images/comment-icon.png) no-repeat;
	width: 16px;
	height: 16px;
	left: -40px;
	top: 3px;
}

.faq-quesion p{
	color: #212121;
	line-height: 160%;
}

.faq-date{
	color: #8e8e8e;
	font-size: 14px;
	font-style: italic;
}

.faq-ansver{
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
	color: #6d9818;
	font-size: 14px;
	font-style: italic;
	line-height: 160%;
	font-weight: 300;
}

.faq-ansver:before{
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px solid #7fae21;
	width: 65px;
	top: 0;
}

.pagination-list{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.pagination-list li{
	display: inline-block;
}

.pagination-list li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #2c2c2c;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid transparent;
}

.pagination-list li a:hover,
.pagination-list li a.first,
.pagination-list li a.last{
	border-color: #e0e0e0;
	color: #7fae21;
}

.pagination-list li a.first{
	background: url(../images/prev.png) no-repeat center;
}

.pagination-list li a.last{
	background: url(../images/next.png) no-repeat center;
}

.pagination-list li.active a{
	background: #7fae21;
	color: #fff;
	border: 1px solid #7fae21 !important;
}

.pagination{
	margin: 100px 0;
}

.menu .header-phone{
	display: none;
}

.page404{
	height: 100vh;
	background: url(../images/404.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.page404-text{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	color: #fff;
}

.page404-text h4{
	font-size: 45px;
	font-style: italic;
	margin: 0 0 40px 0;
}

.page404-text p{
	font-size: 20px;
}

.page404-btn .button{
	background: #fff;
	color: #7fae21;
}

.page404-btn{
	margin-top: 100px
}

.breadcrumbs{
	margin: 30px 0 40px;
}

.breadcrumbs-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs-list li{
	float: left;
	margin-right: 40px;
	position: relative;
	font-weight: 100;
}

.breadcrumbs-list li:after{
	content: ">";
	display: block;
	position: absolute;
	right: -24px;
	top: 0;
}

.breadcrumbs-list li:last-child:after{
	display: none;
}

.breadcrumbs-list li a{
	color: #7fae21;
}

.modal{
	/*width: 500px;*/
	margin: 0 auto;
	/*background: #fff;*/
	/*padding: 50px 70px;*/
	/*position: relative;*/
}

.modal-title{
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 30px;
}

.modal-form input[type="text"],
.modal-form textarea{
	border: 1px solid #e6e6e6;
	height: 40px;
	display: block;
	width: 100%;
	font-family: 'Museo Sans Cyrl';
	padding: 0 15px;
	font-size: 14px;
}

.modal-form textarea{
	height: 80px;
	resize: none;
	padding: 15px;
}

.modal-form__row{
	margin-bottom: 20px;
}

.modal-form__btn input{
	background: #65b000;
	display: block;
	width: 100%;
	border: none;
	height: 48px;
	color: #fff;
	font-family: 'Museo Sans Cyrl';
	text-transform: uppercase;
	cursor: pointer;
}

.modal-info{
	font-size: 13px;
	text-align: center;
	margin: 15px 0 0 0;
	line-height: 140%;
}

.modal-info a{
	font-weight: 300;
	color: #579900;
}

.galery-item{
	width: 25%;
	float: left;
	padding: 0 12px;
	text-align: center;
	margin-bottom: 24px;
}

.galery-item:nth-child(4n+1){
	clear: both;
}
.galery-item__img img{
	width: 100%;
}

.galery{
	margin: 0 -12px 100px -12px
}

.galery-item__title{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	display: block;
	margin: 30px 0 20px 0;
}

.galery-item__title:hover{
	text-decoration: underline;
}

.navigation{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.navigation > li{
	position: relative;
}

.navigation > li > a{
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	position: relative;
}

.navigation > li > a:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #a5ff30;
	display: none;
}

.navigation > li.active > a:before,
.navigation > li > a:hover:before{
	display: block;
}

.seo-text{
	/*text-align: center;*/
	color: #333;
	font-size: 15px;
	font-weight: 100;
	max-width: 920px;
	margin: 0 auto;
	line-height: 170%;
	font-family: Open Sans;
}

.section-seo{
	padding-bottom: 100px;
	font-family: Open Sans;
}

.section-seo strong{
	font-weight: bold;
}

.modal-dialog {
	margin: auto !important;
}

.input{
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #e6e6e6;
	padding: 0 10px 0 40px;
	font-family: 'Museo Sans Cyrl';
	font-weight: 100;
}

.input-name{
	background: url(../images/icon-user2.png) no-repeat 10px 10px;
}

.input-email{
	background: url(../images/icon-mail2.png) no-repeat 10px 13px;
}

.input-phone{
	background: url(../images/icon-phone2.png) no-repeat 10px 10px;
}

.input-text{
	display: block;
	width: 100%;
	height: 140px;
	border: 1px solid #e6e6e6;
	padding: 10px 10px 0 40px;
	font-family: 'Museo Sans Cyrl';
	font-weight: 100;
	resize: none;
	background: url(../images/icon-text2.png) no-repeat 10px 10px;
}

.input-text:focus,
.input:focus{
	border-color: #7ccc14;
}

.review-form .contact-form__item{
	margin-bottom: 40px;
}

.review-form .contact-form__btn input{
	background: #65b000;
	color: #fff;
	cursor: pointer;
}

.review-form{
	margin: 60px 0 40px;
}


.mfp-modal__btns{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.mfp-modal__btns .button{
	margin: 0 20px;
}

.modal-form__body{
	background: #fff;
	padding: 40px;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}

.modal-form__grid{
	display: flex;
	justify-content: space-between;
}

.modal-form__col{
	width: 45%;
}

.datepickers-container{
	z-index: 9999
}

.slogan{
	float: left;
	color: #fff;
	text-align: center;
	line-height: 140%;
	font-size: 14px;
	margin-right: 16px;
	margin-top: 7px;
}

.work-time{
	float: left;
	color: #fff;
	text-align: center;
	line-height: 140%;
	font-size: 14px;
	width: 120px;
	margin-right: 16px;
	margin-top: 7px;
}

.call-back{
	float: left;
}

.dropdown-submenu{
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-submenu li a{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-submenu li a:hover{
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu > li:hover .dropdown-submenu{
	display:block;
}

.articles-col1{
	width: 23.42342342342342%;
	float: left;
}

.articles-col2{
	width: 72.07207207207207%;
	float: right;
}

.articles-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.articles-list li a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: 300;
}

.articles-list li a:hover{
	color: #7fae21;
}

.articles-list li{
	padding: 12px 0;
	border-bottom: 1px solid #ebebeb;
}

.articles-col2 .block-title{
	text-align: left;
	font-style: normal;
}

.img-responsive,
.articl-img img{
	max-width: 100%;
}

.articl-img{
	margin: 40px 0;
}

.img-widget{
	margin: 50px 0;
}

.img-widget__img{
	width: 67.25%;
	float: left;
	padding: 0 15px;
}

.img-widget__title{
	font-size: 16px;
	margin-bottom: 20px;
}

.img-widget{
	margin: 50px -15px;
}

.img-widget__text{
	width: 28.875%;
	float: left;
	padding: 0 15px;
}

.img-widget__text p{
	color: #808080;
	font-size: 13px;
}

.articles__text ul{
	margin-bottom: 60px;
}

.articles__text ul li{
	margin-bottom: 20px;
}

.articles__text h4{
	font-size: 18px;
	font-weight: 300;
}

.table{
	overflow: auto
}

.table table{
	width: 100%;
	border-collapse: collapse;
}

.table table tr td{
	text-align: center;
	font-size: 14px;
	padding: 20px 10px;
	min-width: 115px;
}

.table table tr td:first-child{
	width: 69.375%;
	text-align: left;
	padding-left: 18px;
	min-width: 220px;
}

.table table tr td:last-child{
	font-size: 16px;
}

.table table tr:nth-child(even){
	background: #fafafa;
}

.p-radio input{
	display: none;
}

.p-radio{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
	z-index: 2;
	cursor: pointer;
}

.p-radio input:checked + label span.p-dario_img{
	border-color: #7fae21;
}

.p-radio span.p-dario_img{
	width: 40px;
	height: 40px;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
}

.p-radio span.p-radio_tooltip{
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: top center;
	top: -85px;
	left: 50%;
	margin-left: -50px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	font-weight: 500;
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
}

.p-radio:hover span.p-radio_tooltip{
	opacity: 1;
	visibility: visible;
	top: -107px;
}

.product-type{
	margin-bottom: 20px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a,
.dropdown-menu > li > span{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
	text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.navigation > li:hover .dropdown-menu{
	display: block;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.flex-row{
	display: flex;
}

.sidebar{
	width: 30%;
	padding-right: 30px;
}

.catalog-col{
	width: 70%;
}

.catalog-col .s4-item{
	width: 33.3333%;
}

.sidebar-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-list li a{
	color: #000;
	text-decoration: none;
}

.sidebar-list li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.sidebar-list li a:hover,
.sidebar-list li.active a{
	color: #7fae21;
}

/*end*/

@media (max-width: 1170px){
	.f-col__list2{
		width: 130px;
	}

	.slogan{
		display: none;
	}

	.object-col{
		width: 50%;
	}

	.object-col:nth-child(3n+1){
		clear: none;
	}

	.object-col:nth-child(2n+1){
		clear: both;
	}

	.catalog-col .s4-item{
		width: 50%;
	}


}

@media (max-width: 900px){

	.header{
		padding-bottom: 20px;
	}
	.navigation{
		display: none;
	}
	.menu-btn{
		display: block;
	}
	.s3-item{
		width: 100%;
	}

	.s6-slider{
		padding: 0 40px;
	}

	.s6-slider .owl-nav div.owl-next{
		right: -50px;
	}

	.s6-slider .owl-nav div.owl-prev{
		left: -50px;
	}

	.f-col{
		width: 100%;
		float: none;
	}

	.f-logo{
		float: none;
		margin-bottom: 30px;
	}

	.f-col__list1,
	.f-col__list2{
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	.social{
		float: none;
	}

	.object-col{
		width: 580px;
		float: none;
		margin: 0 auto;
	}

	.objects-item__btns .button, .objects-more{
		width: 216px;
	}

	.articles-banner__text{
		width: 100%;
		max-width: 100%;
	}

	.contact-item{
		width: 100%;
		float: none;
	}

	.galery-item{
		width: 33.333%;
	}

	.galery-item:nth-child(4n+1){
		clear: none;
	}

	.s1-slider-title{
		font-size: 34px;
	}

	.work-time{
		display: none;
	}

	.articles-col1{
		width: 32%;
	}

	.articles-col2{
		width: 64%;
	}

	.dropdown-menu,
	.dropdown-submenu{
		position: static !important;
		background: none !important;
		border: none !important;
		box-shadow: none !important;
	}

	.dropdown-submenu{
		padding-left: 30px !important;
	}

	.dropdown-menu li a{
		text-transform: none;
	}

	.dropdown-menu > li > a:hover{
		color: #fff !important;
	}

	.dropdown-submenu{
		display: block;
	}

	.dropdown-submenu li a{
		color: #fff;
	}

	.dropdown-submenu li a:hover{
		background: none;
		color: #fff;
	}

	.dropdown-menu{
		float: none;
		padding-top: 15px;
	}

	.dropdown-menu > li{
		margin-bottom: 0;
	}

	.dropdown-menu > li > a{
		color: #fff;
	}

	.dropdown-menu > li > a:hover{
		background: none;
		color: #fff;
	}
}

@media (max-width: 768px){
	.logo{
		margin-top: 10px;
	}
	.phone{
		display: block;
	}
	.header-phone{
		height: auto;
	}

	.menu-btn{
		margin-top: 0px;
	}

	.header{
		padding-top: 30px;
	}

	.menu-list{
		margin-left: 35px;
	}


	.section1{
		background-position: top center;
	}


	.s1-slider-title{
		font-size: 30px;
	}


	.s1-slider-list2 li{
		padding: 0 40px;
	}

	.s2-item{
		width: 50%;
		height: 200px;
	}

	.block-title{
		font-size: 24px;
		margin-bottom: 45px;
	}

	.section2{
		padding: 40px 0;
	}

	.s4-item{
		float: none;
		width: 370px;
		margin: 0 auto 40px;
	}

	.section4{
		padding: 40px 0;
	}

	.s1-slider2__btn{
		margin-top: 20px;
	}

	.section6{
		padding: 45px 0;
	}

	.contact-form__col{
		width: 100%;
		margin-bottom: 5px;
	}

	.contact-form__item{
		margin-bottom: 0;
	}

	.contact-form__btn{
		margin-top: 45px;
	}

	.section7{
		padding: 45px 0;
	}

	.header.border .header-right{
		margin-top: 2px;
	}

	.catalog .s4-item{
		width: 50%;
		float: left;
		height: auto;
	}

	.catalog .s4-item:nth-child(2n+1){
		clear: both;
	}

	.text{
		margin: 45px 0;
	}

	.product-img{
		width: 100%;
	}

	.product-description{
		width: 100%;
	}

	.product-tabs__img{
		width: 50%;
	}

	.price-item__img{
		width: 100%;
		text-align: center;
	}

	.price-item__title{
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}

	.price-item__title > span, .price-item__price > span{
		display: block;
		height: auto;
		margin-bottom: 15px;
	}

	.price-item__price{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.faq-item{
		padding-left: 35px;
	}

	.galery-item{
		width: 50%;
		height: auto;
		margin-bottom: 40px;
	}

	.section1 .owl-nav div{
		margin-top: 0;
		top: auto;
		bottom: 40px;
	}

	.call-back{
		display: none;
	}

	.articles-col1{
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}

	.articles-col2{
		width: 100%;
		float: none;
		margin-bottom: 40px
	}

	.img-widget__img{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.img-widget__text{
		width: 100%;
		float: none;
	}

	.menu h3{
		margin-left: 35px;
	}

	.header-phone{
		margin-top: 5px;
	}

	.section3-list li{
		width: 100% !important;
		text-align: center;
		float: none;
	}

	.section3-list{
		margin: 0;
		padding: 0;
	}

	.flex-row{
		flex-wrap: wrap;
	}

	.sidebar{
		width: 100%;
	}

	.catalog-col{
		width: 100%;
	}


	/*768*/

}

@media (max-width: 600px){
	.menu.active{
		width: 100%;
	}

	.header-phone{
		display: none;
	}

	.menu .header-phone{
		display: block;
		margin-left: 35px;
	}

	.phone span{
		color: #fff;
	}

	.s2-item{
		width: 100%;
	}

	.catalog .s4-item{
		width: 370px;
		margin: 0 auto;
		float: none;
	}

	.tabs li{
		margin-right: 35px;
	}

	.tabs li a{
		font-size: 16px;
	}

	.object-col{
		width: 100%;
	}

	.objects-item__btns .button, .objects-more{
		display: block;
		float: none;
		width: 100%;
	}

	.objects-item__btns .button{

		margin-bottom: 20px;
	}

	.object-item{
		min-height: 0;
	}

	.galery-item{
		width: 100%;
		float: none;
	}

	.modal-dialog{
		width: 100% !important;
	}

	.modal-body{
		padding: 10px 40px !important;
	}

}

@media (max-width: 450px){
	.menu-btn{
		margin-top: 0;
	}

	.logo{
		margin-top: 0;
	}


	.s1-slider-title{
		font-size: 23px;
		margin-bottom: 18px;
		line-height: 34px;
	}

	.s3-btn{
		padding: 10px 20px;
		font-size: 17px;
	}

	.s4-item{
		width: 100%
	}

	.down{
		bottom: 20px;
	}

	.catalog .s4-item{
		width: 100%;
	}

	.menu-btn{
		margin-left: 0;
	}

	.product-tabs__img{
		width: 100%;
	}

	.objects-item__desc{
		padding: 15px;
	}

	.modal{
		padding: 10px;
		width: 100%;
	}

	.s3-item{
		height: 230px !important;
		max-width: 320px;
		margin: 0 auto;
		float: none;
	}
}