*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

header {
	font-family: "RobotoLight";
	height:50px;
	border-bottom: 1px solid #EBEBEB;
	font-size: 14px;
	padding-top: 14px;
}

.listMid {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
    float:left;
}

.listMid li, .listPopup li {
    width:33%;
	float:left;
}

.listMid li div, .listPopup li div {
    width: 300px;
	height: 300px;
    margin: 10px auto;
}

.listPopup li div {
    margin: 10px 25px;
}

section.mobMenu {
    background: #8ab54c;
    height:5px;
    overflow:hidden;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;    
}

section.mobActive {
    height:346px;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;    
}

ul.mobNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display:block;
    width:100%;
    height:100%;    
}

ul.mobNav li {
    margin: 0;
    padding: 0;    
    display:block;
    width:100%;
    height:100%;       
}

ul.mobNav a {
    padding:15px;    
    display:block;
    width:100%;
    height:100%; 
    text-align:center;
    font-size:18px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
}

div.barsCont {
    display: block;
    height:100px;
    width:100%;
    float:left;
}

div.barsCont i {
    margin: 25px auto;
    width: 48px;
    display: block;  
    color: #595a5c;  
}

div.itszr {	
	font-family: "RobotoBold";
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 220px;
	border:#f07f3c 5px solid;
	color:#f07f3c;
	background: #fff url('../img/szr.png');
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

div.itszr:hover {
	border:#fff 5px solid;
	color:#fff;
	background: #f07f3c url('../img/szr_bw.png');
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

div.itfer {
	font-family: "RobotoBold";
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 220px;
	border:#3a5527 5px solid;
	color:#3a5527;
	background: #fff url('../img/ferti.png');
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

div.itfer:hover {
	border:#fff 5px solid;
	color:#fff;
	background: #3a5527 url('../img/ferti_bw.png');
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

div.itsed {
	font-family: "RobotoBold";
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 220px;
	border:#f6a51b 5px solid;
	color:#f6a51b;
	background: #fff url('../img/seed.png');
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

div.itsed:hover {
	border:#fff 5px solid;
	color:#fff;
	background: #f6a51b url('../img/seed_bw.png');
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

.headerBold {
	font-family: "RobotoRegular";
	margin-left:25px;
	margin-right:5px;
	font-weight: bold;
}

footer {
	font-family: "RobotoLight";
	height:50px;
	border-top: 1px solid #EBEBEB;
	font-size: 14px;
	padding-top: 14px;
}

.footerBold {
	font-family: "RobotoRegular";
	margin-left:25px;
	margin-right:5px;
	font-weight: bold;
}

ul.listSoc {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

ul.listSoc li {
	float: left;
	margin: 0 5px;
}

ul.listSoc a {
	color:#C1C1C1;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

ul.listSoc a:hover {
	color: #8AB54D;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

.menu {
	padding: 15px 0;
}

ul.listNav {
	list-style-type: none;
	margin: 0;
	padding: 32px 0 0 0;
	float: left;
	font-size: 20px;
}

ul.listNav li {
	float: left;
	margin: 0 12px;
}

ul.listNav a, a {
	color:#181818;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

ul.listNav a:hover, a:hover {
	color: #8AB54D;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

.sliderMain {
    background-position: bottom center;
	height: 680px;
}

.sliderCat {
	height: 230px;
    overflow:hidden;
}

.logoW {
	display: block;
	margin: 235px auto 0 auto;
	width:580px;
}

span.midText {
	display: block;
	font-size: 48px;
	margin: 70px 75px 0 75px ;
	color: #fff;
	font-family: "RobotoBold";
	text-align: center;
}

span.midText {
	display: block;
	font-size: 48px;
	margin: 70px 75px 0 75px ;
	color: #fff;
	font-family: "RobotoBold";
	text-align: center;
    text-shadow: 1px 1px 2px black, 0 0 1em #EBEBEB;
}

span.lgText {
	display: block;
	font-size: 58px;
	color: #fff;
	font-family: "RobotoBold";
    text-shadow: 1px 1px 2px black, 0 0 1em #EBEBEB;
}

span.mobText {
	display: block;
	font-size: 58px;
	color: #fff;
	font-family: "RobotoBold";
    text-shadow: 1px 1px 2px black, 0 0 1em #EBEBEB;
    margin: 380px 75px 0 25px;
    text-align:center;
}

section.contMid {
	margin:-100px 0 0 0;
}

/*
.listMid li {
	width: 340px;
	height: 340px;
	margin: 10px;
	float: left;
	font-family: "RobotoBold";
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 260px;
	border: #19d567 5px solid;
}

*/

.contGray {
	margin:0 0 0 0;
	padding:0 0 0 0;
	color: #585858;
}

.contGray ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-family: "RobotoLight";
}

.contGray ul li {
	margin: 5px;
}

.contPrd {
	margin:0 0 0 0;
	padding:0 0 25px 0;
	color: #585858;
}

h1, .h1 {
	font-size: 46px;
}

h1.inv, .h1inv {
	color: #fff;
	font-size: 46px;
}

h2, .h2 {
	font-size: 36px;
}

h2.inv, .h2inv {
	color: #fff;
	font-size: 36px;
}

h3, .h3 {
	font-size: 24px;
}

h3.inv, .h3inv {
	color: #fff;
	font-size: 24px;
}

.contPrd h1, .contPrd h2, .contPrd h3 {
    margin:10px 0;
    line-height: 38px;
}

.map {
	background: url('../img/slider_bckg2.jpg');
	height: 600px;
	margin-top:100px;
}

.contWhit {
	margin:-0 0 0 0;
	padding:0 0 40px 0;
	background: #fff;
	color: #585858;
}

.contWhit ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 28px;
	font-family: "RobotoLight";
}

.contWhit ul li {
	margin: 5px;
}

table.contact {
	width:100%;
}

table.contact tr td:first-child {
	font-family: "RobotoBold";
}

table.contact tr td {
	padding:5px;
}

.mapper {
    position: relative;
}

.mappos {
    position:absolute; 
    z-index:15;
}

.mappos img {
    height:48px;
    width:48px;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;  
    cursor:pointer;  
}

.mappos img:hover {
    height:58px;
    width:58px;
    margin:-10px 0 0 -5px;
}

.contactDiv {
    width: 650px;
    background: #fff;
    height: 405px;
    position: relative;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.contactDiv h2 {
    font-size: 24px;
}

.contactDiv span.fio {
    display: block;
    font-size:20px;
}

.contactDiv span.cnt {
    display: block;
    font-size:18px;
}

.sliderCat img {
    margin-top:5px;
}

.sliderCat .catName {
    color:#FFF;
    text-transform: uppercase;
    font-family: "RobotoBold";
    font-size:52px;
    display: block;
    margin-top:156px;
}

section.navig ul {
    margin:0;
    padding:0;
    list-style-type:none;
    color:#ccc;
    font-family: "RobotoLight";    
    font-size:14px;
}

section.navig ul li {
    float:left;  
    padding:7px 0;  
}

section.navig ul li+li::before {
    content: '';
    display:inline-block;
    width:7px;
    height:7px;
    border:3px solid #ccc; 
    margin:0 10px 1px 10px;
    }
    
.filterList {
    margin:0;
    padding:0;
    list-style-type:none;
}    

table.prdInf {
    border-collapse:separate;
    border-spacing: 5px;
    width:100%;    
}

table.prdInf tr.capt {
    background: #F58245;
    font-size: 16px;
    font-family: "RobotoBold";
    color:#fff;
}

table.prdInf tr {
    background: #EBEBEB;
}

table.prdInf tr.cent td {
    text-align:center;
    font-family: "RobotoBold";    
}

table.prdInf tr td {
    padding: 7px;
    font-size: 14px;
}

table.prdInf tr.capt td {
    padding:7px;
    text-align:center;
    
}

table.prdInf tr.capt td {
    padding: 7px;
    font-size: 16px;
}

table.prdInf tr.bot {
    background: #F58245;
}

table.prdInf tr.bot td{
    height:5px;
    margin:0;
    padding:0;
}

.contPrd p {
    font-size: 14px;
}

.contPrd ul {
    font-size: 14px;    
}

.productL {
    margin:0;
    padding:0;
    list-style-type:none;
}

.productL li {
    margin:12px;
    width: 250px;
    height:300px;
    background-repeat: no-repeat;
    border-bottom:#F58245 3px solid;
    position: relative;   
    float:left; 
}

.productL .header {
    position:absolute;
    top:226px;
    font-size: 18px;
    font-family: "RobotoBold";      
}

.productL .shrt {
    position:absolute;
    top:253px;
    font-size: 12px;
    font-family: "RobotoLight";
    line-height: 18px;      
}

.logoS {
    height:85px;
    position:absolute;
    z-index:10;
    top:15px;
    right: 15px;
}

.white-popup {
    position: absolute;
    background: transparent;
    width: 950px;
    top:50%;
    left:50%;
    margin: -150px 0 0 -541px;
}

.white-popup .listPopup {    
    list-style-type:none;
}

ul.listPopup {
    float:left;
}

.paginator {
    width:100%;
    display:block;
    float:left;
    text-align:center;
}

.paginator ul {
    margin:5px auto;
    padding:0;
    list-style-type:none;
    display: inline-block;
}

.paginator ul li {
    float:left;
    margin:5px;
}

.paginator ul li a {
    float:left;
    display: inline-block;
    border: 1px solid #F58245;
    padding:8px 12px;
    color: #F58245;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;    
}

.paginator ul li a:hover {
    border: 1px solid #8AB54D;    
    color: #8AB54D;
}

#filterrest {
    background: #fff;
    color: #F58245;
    border: 1px solid #F58245;
    padding:8px 15px;
    margin-top: 15px; 
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;     
}

#filterrest:hover {
    background: #F58245;
    color: #FFF;
    border: 1px solid #F58245;
    padding:8px 15px;
    margin-top: 15px; 
}