@font-face {
  font-family: 'PFAgoraSansPro-Light';
  src: url("fonts/PFAgoraSansPro-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'PFAgoraSansPro-Thin';
  src: url("fonts/PFAgoraSansPro-Thin.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'PFAgoraSansPro-Black';
  src: url("fonts/PFAgoraSansPro-Black.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'PFAgoraSansPro-Bold';
  src: url("fonts/PFAgoraSansPro-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'PFAgoraSansPro-Reg';
  src: url("fonts/PFAgoraSansPro-Reg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'PFAgoraSansPro-Medium';
  src: url("fonts/PFAgoraSansPro-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}



*{
	margin: 0;
	padding: 0;
}


body{
	font-family: 'PFAgoraSansPro-Reg';
	font-size: 15px;
	line-height: 18px;
	color: black;
	overflow-x: hidden;
}

body ul{
	list-style: none;
}

.left-1{
	position: absolute;
	display: block;
	width: 126px;
	height: 509px;
}

.left-2{
	position: absolute;
	display: block;
	width: 126px;
	height: 494px;
	top: 2500px;
	background: url(img/left-2.png) no-repeat 0 0;
	z-index: -1;
}

.left-img{
	position: absolute;
	display: block;
	width: 337px;
	height: 475px;
	top: 700px;
	background: url(img/left-img.png) no-repeat 0 0;
}



.right-1{
	position: absolute;
	display: block;
	width: 169px;
	height: 400px;
	right: 0;
	opacity: 0.6;
}

.right-2{
	position: absolute;
	display: block;
	width: 170px;
	height: 479px;
	right: 0;
	top: 2500px;
	background: url(img/right-2.png) no-repeat 0 0;
	z-index: -1;
}

.right-img{
	position: absolute;
	display: block;
	width: 239px;
	height: 300px;
	right: 0;
	top: 800px;
	background: url(img/right-img.png) no-repeat 0 0;
}

@media (max-width: 768px) {

	.left-img{
		width: 237px;
		height: 375px;
		background-size: 237px 375px;
	}

}


h2{
	font-family: 'PFAgoraSansPro-Black';
	text-align: center;
	font-size: 31px;
	line-height: 31px;
	text-transform: uppercase;
	color: #252424;
	margin: 0;
	padding: 0;
}

header{
	overflow: hidden;
	min-height: 235px;
	background-color: #F0F0F0;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*border: 1px solid black;*/
}

header > div.header-container{
	background-image: url(img/leaves-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*border: 1px solid black;*/
}

header > div.header-container > div.row{
	overflow: hidden;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}

.site-logo{
	display: block;
	margin: 55px 0 42px 0;
}

.phone-div{
	
}

.phone{
	
	margin: 56px 0 0 0;

	/*border: 1px solid black;*/
}
.phone p{
	margin: 0;
}
.phone p.phone1 a{
	margin-left: 25px;
	float: right;
	display: inline-block;
	font-family: 'PFAgoraSansPro-Bold';
	font-size: 25px;
	line-height: 26px;
	color: #000000;
    text-shadow: 5px 2px 10px rgb(255, 255, 255);
	text-decoration: none;
}
.phone p.phone1 span{
	position: relative;
	font-family: 'PFAgoraSansPro-Medium';
	font-size: 23px;
	line-height: 23px;
	color: #517200;
	top: -1px;
}
.phone p.phone2 a{
	float: right;
	display: inline-block;
	font-family: 'PFAgoraSansPro-Bold';
	font-size: 26px;
	line-height: 25px;
	color: #000000;
    text-shadow: 5px 2px 10px rgb(255, 255, 255);
	text-decoration: none;
}
.phone p.phone2 span{
	position: relative;
	font-family: 'PFAgoraSansPro-Medium';
	font-size: 23px;
	line-height: 23px;
	color: #517200;
	top: -1px;
}
.phone p.address{
	margin: 5px 0;
	float: right;
	font-family: 'Arial';
    font-size: 15px;
	line-height: 23px;
	color: #666666;
}
.phone a{
	font-family: 'PFAgoraSansPro-Thin';
	display: block;
	float: right;
	clear: both;
	font-size: 15px;
	line-height: 23px;
	color: #523326;
	text-decoration: underline;
	padding: 0 0 0 25px;
}
.phone a:hover{
	text-decoration: none;
}


/*NAVIGATION*/


.navbar-collapse{
	max-width: 1170px;
	margin: 0 auto;
	border: 2px solid #00c200;
	border-radius: 30px;
	background: white;
}
.navbar-collapse ul{
	padding: 7px 0;
}
.navbar-collapse li{
	/*border: 1px solid black;*/
}
.navbar-collapse li.active a,
.navbar-collapse li:hover a
{
	color: white;
	background: #00c200;
	border-radius: 30px;
}
.navbar-collapse a{
	display: block;
	font-family: 'PFAgoraSansPro-Light';
	font-size: 20px;
	line-height: 42px !important;
	height: 42px;
	color: #1c1c1c;
	padding: 0 20px !important;
	/*border: 1px solid black;*/
}


	@media (max-width: 768px) {


		.site-logo img{
			margin: 0 auto;			
		}

		.phone p.phone1,
		.phone p.phone2{
			margin-left: inherit;
			float: none;
			display: block;
			text-align: center;
		}

		.phone p.address{
			float: none;
			text-align: center;
		}
		.phone a{
			display: table;
			float: none;
			margin: 0 auto;
		}

		/*NAVBAR*/

		.navbar-default-div,
		.navbar-default{
			background: none !important;
			background-color: none !important;
			/*border: 1px solid black;*/
		}
		.navbar-header{
			text-align: center;
			margin-top: 20px;
			margin-bottom: 45px;
			/*border: 1px solid black;*/
		}
		.navbar-toggle{
			margin: 0 auto !important;
			float: none;
			background: white;
			/*border: 1px solid black !important;*/
		}
		.navbar-nav a{
			text-align: center;
		}

	}




/*Benefits*/


.benefits{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(img/benefits.jpg) no-repeat center 320px;
	/*border: 1px solid black;*/
}

.benefits .row{
	margin: 0;
	padding: 0;
	/*border: 1px solid black;*/
}

.benefits .row > div{
	padding: 0 0 45px 0;
	margin: 85px 0 0 0;
	background: url(img/benefits-block.jpg) no-repeat center bottom;
	/*border: 1px solid black;*/
}

.benefits .row > div.block-0{
	margin-top: 60px;
}

.benefits .row > div.block-0,
.benefits .row > div.block-1,
.benefits .row > div.block-3{
	background: none;
}

.benefits .title{
	font-family: 'PFAgoraSansPro-Bold';
	font-size: 15px;
	line-height: 23px;
	color: #523326;
	text-transform: uppercase;
	margin-top: 15px;
	text-shadow: 1px 1px 1px white;
}

.benefits .text{
	font-size: 15px;
	line-height: 18px;
	color: #292929;
	text-shadow: 0px 0px 5px white;
}

.small-img-list{
	margin-top: 10px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
.small-img-list img{
	display: block;
	margin: 0 auto 10px auto;
}
.small-img-list li{
	font-family: 'PFAgoraSansPro-Medium';
	font-size: 17px;
	line-height: 18px;
	color: black;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 11px;
	background: url(img/leaf.png) no-repeat 20% 0;
	min-height: 170px;
	text-shadow: 0px 0px 5px white;
}



/*SALE*/

.sale-block{
	position: relative !important;
	overflow: hidden;
	background: #F5F5F5;
	z-index: 999 !important;
	/*border: 1px solid black;*/
}

.sale-block .container{
	padding-top: 60px;
	min-height: 627px;	
}

.sale-block .container .row{
	/*margin: 0;*/
}

.sale-block .container h2{
	margin-bottom: 40px;
}

.sale-block .characteristics p{
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	background: url(img/dots.png) no-repeat left top;
}
.sale-block .characteristics p:nth-child(1){
	background: none;
}

.sale-block .text{
	margin: 0 0 20px 0;
}

.sale-block .title{
	font-family: 'PFAgoraSansPro-Bold';
	font-size: 19px;
	line-height: 19px;
}

.bx-slide-wrapper{
	width: 263px;
	margin: 0 auto 25px auto;
	/*border: 1px solid black;*/
}

.bxslider{
	/*width: 265px !important;*/
	margin: 0 auto;
	overflow: hidden;
	/*border: 1px solid black;*/
}
.bxslider li{
	border-bottom: 3px solid #7CB012;
}

#bx-pager{
	/*width: 265px !important;*/
	margin: 10px auto 0 auto;
	overflow: hidden;
	/*border: 1px solid black;*/
}
#bx-pager li{
	display: block;
	width: 78px;
	height: 85px;
	float: left;
	cursor: pointer;
}
#bx-pager li:nth-child(2n+2){
	margin: 0 14px;
}
#bx-pager li a{
	display: block;
	padding-top: 7px;
}
#bx-pager li a.active{
	background: url(img/tri.png) no-repeat center top;
}
#bx-pager li a img{
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #CDCDCD;
}
#bx-pager li a.active img{
	border: 2px solid #7CB012;
}


/*PRICE TABLES*/

.table{
	font-family: 'PFAgoraSansPro-Reg';
	margin: 0;
	color: black;
	font-size: 15px;
	line-height: 23px;

}

.price-block .container{
	padding: 0;
	/*border: 1px solid black;*/
}

.price-block h2{
	clear: both;
	display: block;
	padding: 50px 0 0 0;
	margin: 0 0 40px 0;
	/*border: 1px solid black;*/
}

.price-table{
	border: 2px solid #00c200;
	border-radius: 15px;
	/*min-height: 380px;*/

	font-family: 'PFAgoraSansPro-Black';
	line-height: 380px;
	text-align: center;
	font-size: 36px;
	color: #E8E8E8;
	text-transform: uppercase;

}

.discount{
	font-family: 'PFAgoraSansPro-Medium';
	font-size: 21px;
	line-height: 56px;
	color: black;
	float: left;
	margin-top: 30px;
	padding: 0 0 0 75px;
	background: url(img/discount-img.jpg) no-repeat 0 0;
}

.readmore{
	float: right;
	margin-top: 30px;
}


/*BOTTOM BLOCK*/


.top-b{
	height: 30px;
	width: 100%;
	background: url(img/top-bg.jpg) no-repeat center top;
	margin-bottom: 45px;
}

.bot-b{
	margin-top: 15px;
	height: 30px;
	width: 100%;
	background: url(img/bot-bg.jpg) no-repeat center top;
}

.bottom-block{
	margin-top: 45px;
	background: #F5F5F5;
}

.bottom-block .container .row > div{
	text-align: center;
	margin-bottom: 25px;
}

.bottom-block .title{
	font-family: 'PFAgoraSansPro-Bold';
	font-size: 16px;
	line-height: 23px;
	color: #252424;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
}
.bottom-block .text{
	font-family: 'PFAgoraSansPro-Thin';
	font-size: 15px;
	line-height: 18px;
	color: #292929;
	margin: 0;
}


/*FOOTER*/

.btn{
	padding: 0 20px 0 50px;
	font-family: 'PFAgoraSansPro-Thin';
	font-size: 16px;
	line-height: 43px;
	color: white;
	text-align: center;
	background-color: #7CB012;
	background-image: url(img/btn-img.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 25px;
}

footer{
	font-family: 'PFAgoraSansPro-Thin';
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	color: #606060;
	padding: 35px 0;
}

.indiv{
    background: rgb(244, 161, 17);
    color: #FFF;
    font-size: 28px;
    padding: 4px;
    width: 70%;
    margin: 0px auto;
	border-radius: 10px;

    margin-top: 22px;
}

.benefits .row > div{
	margin: 12px 0 0 0;
}

@media (max-width: 1200px) {
  .indiv {

line-height: 24px;
  }
}





.okonniy-brus{
height: 81px;
    background: rgb(134, 175, 9);
    color: #FFF;
    /* font-size: 24px; */
    padding: 19px;
    width: 70%;
    margin: 0px auto;
    border-radius: 10px;
    margin-top: 9px;
}

.benefits .row > div.block-0 {
    margin-top: 26px;
}

.benefits{
	background: url(img/benefits.jpg) no-repeat center 553px;
}

.okonniy-brus p{
	font-size: 18px;
}

.okonniy-brus p:last-child{
	font-weight: bold;
}

@media (max-width: 1200px) {
  .okonniy-brus {
    height: 220px;
	width: 70%;

  }
}

.akciya{
	    color: red;
    font-weight: bold;
    font-size: 19px;
}


.price-table{
	    overflow-x: auto;
}

.phone p.phone2 span {
	font-size: 26px;
    color: #000000;
}

.phone p.phone1 span{
	font-size: 26px;
    color: #000000;
}


.phone-div {

	}
	
.rabotaem{
margin: 2px 0;
float: right;
font-size: 15px;
line-height: 1px;
color: #666666;
	}	
	
	
.phone a{
	margin-top: 7px;
	font-size: 17px;
}	



@media (max-width: 800px) {
.newbig{
	height: 541px;
}

}

@media (min-width: 801px) {
.newbig{
	height: 288px;
}

}

@media (max-width: 500px) {
.indiv1{
	height: 510px;
}

}





.indiv111{
	background: rgb(54 95 53) !important;
}

@media (max-width: 750px) {
.indiv111{
	height: 400px;
	height: 400px !important;
}

}

@media (max-width: 500px) {
.indiv111{
	background: rgb(54 95 53) !important;
	height: 482px;
	height: 482px !important;
}

}

@media (max-width: 414px) {
.indiv111{
	background: rgb(54 95 53) !important;
	height: 573px;
	height: 573px !important;
}

}


.indiv222{
background: rgb(254 102 12) !important;
}


@media (min-width: 501px) {
.pcnewyear{
	display: block;
}

.mobilenewyear{
	display: none;
}


}



@media (max-width: 500px) {
.mobilenewyear{
	display: block;
}

.pcnewyear{
	display: none;
}


.stock-div{
	height: 192px !important;
}

}



@media (max-width: 1200px) {
.indiv{
	
}
}



@media (min-width: 1200px) {
.indiv{
	height: 200px;
    padding: 0 41px;
}
}



.adress-div{
	margin-top: 35px;
}

.phone1 a{
	float: left;
}

.phone {
	margin-top: 35px;
}

.phone a{
	font-weight: bold;
}

.navbar-collapse a{
	font-size: 15px !important;
	font-family: Arial;
	font-weight: bold;
}

.stock-div{
	background-color: #00a800;
    height: 127px;
    padding: 10px;
    margin-top: 21px;
    line-height: 1.1;
}

.stock-div p{
	font-size: 24px;
    color: white;
}

h3, .h3{
	font-size: 22px;
	font-size: 22px !important;
}

