BODY {
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  padding: 0;
  margin: 0;
  min-width:1000px;
  font-size: 13px;
}
a {
  color: #222222;
}
IMG {
  border: 0;
}
.clear {
  clear: both;
}
.head {
  background: #ffffff;
  height: 181px;
}
.header {
  background: #ffffff;
  width: 957px;
  height: 186px;
  margin: 0 auto 0px auto;
  border-bottom: 2px solid #266712;
}
.logo {
  width: 166px;
  height: 120px;
  display: block;
  float:left;
}
.flags {
  width: 192px;
  height: 20px;
  display: block;
  float:right;
  text-align: right;
  padding-top:50px;
}
.flag1 {
  display: inline-block;
  width: 24px;
  height: 17px;
  margin: 3px;
  background: url(/img/flag1.png);
}
.flag2 {
  display: inline-block;
  width: 24px;
  height: 17px;
  margin: 3px;
  background: url(/img/flag2.png);
}
.login{
  display: inline-block;
  width: 99px;
  height: 36px;
  margin: 3px;
  background: url(/img/login.png);
  }
.menu {
  width: 957px;
  padding: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.menu .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.menu .item {
  display: inline-block;
  padding: 20px 1px 20px 1px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
}
.menu .item .submenu {
  position: absolute;
  width: 320px;
  border: 10px solid #f1f0f0;
  background: #ffffff;
  padding: 10px;
  margin-top: 42px;
  margin-left: -6px;
  z-index: 2000;
  display:none;
}
.menu .item .submenu A {
  display: block;
  color: #222222;
  font-size: 13px;
  margin: 7px 5px 7px 25px;
  text-decoration: none;
  font-weight: 400;
}
.menu .item .submenu A:hover {
  color: #74c045;
  text-decoration: underline;
}

.menu .bull {
  display: inline-block;
  color: #d7e027;
  font-size: 20px;
  padding: 18px 5px 5px 5px;
}

.menu .item A.mn, .menu .item A.mns {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #222222;
}
.menu .item:hover {
  background: #f1f0f0;
}
.menu .item:hover .submenu {
  display:block;
}
.lsubmenu {
  width: 218px;
  float: left;
  margin-right: 20px;
  padding-top: 20px;
}
.lsubmenu A.mn, .lsubmenu A.mns {
  display: block;
  font-size: 12px;
  line-height: 30px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}
.lsubmenu .item A.mns {
  color: #74c045;
}
.lsubmenu A.mn2, .lsubmenu A.mn2s {
  display: block;
  font-size: 11px;
  padding: 2px 4px 2px 4px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #74c045;
  margin-left: 10px;
}
.lsubmenu A.mn2:hover, .lsubmenu A.mn2s {
  background: #74c045;
  color: #ffffff;
}
.divline {
  width: 208px;
  height: 1px;
  background: #d8d8d8;
}

.content2 {
  width: 717px;
  float: left;
}
.content {
  width: 957px;
  min-height: 220px;
  margin: 0 auto 0 auto;
  padding: 20px 0 30px 0;
}
.mainlist {
  width: 957px;
  display: inline-block;
}
.mainlist A {
  margin: 7px 14px 7px 0;
  display: inline-block;
}
.mainlist A:nth-child(3n+3) {  
  margin-right: 0;
}
.footer {
  background: url(/img/footer7.jpg) 0 0 repeat;
}
.footermenu {
  width: 957px;
  padding: 20px 0 20px 0;
  min-height: 240px;
  margin: 0 auto 0 auto;
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;

}
.footermenu A {
  color: #ffffff;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
}
.footermenu A.zg {
  color: #d7e027;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.footermenu A:hover {
  text-decoration: underline;
}

.footer2 {
  background: #375f23;
}
.footermenu2 {
  width: 957px;
  padding: 10px 0 10px 0;
  min-height: 20px;
  margin: 0 auto 0 auto;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
}
.way {
  font-size: 12px;
  color: #6f6f6f;
}
.way A {
  font-size: 12px;
  color: #7aaf33;
  text-decoration: none;
}
.way A:hover {
  text-decoration: underline;
}
A.way1 {
  color: #6f6f6f;
}
input[type="text"], textarea {
  margin-top: 10px;
  background: #ffffff;
  width: 337px;
  height: 30px;
  padding: 0px 10px 0 10px;
  margin: 5px 20px 0 0px;
  border: 1px solid #aeaeae;
  resize: none;
}
input[type="text"]:focus, textarea:focus {
  outline-style: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
  box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
}
textarea {
  padding: 5px 10px 5px 10px;
  height: 100px;
}

input[type="SUBMIT"] {
  background: #a7cbdc;
  color: #ffffff;
  border: 0;
  width: 200px;
  height: 20px;
  margin: 5px 20px 0 20px;
  text-align:center;
}

.productprev {
  background: #ffffff;
  width: 223px;
  min-height: 250px;
  margin: 16px 16px 0 0;
  float: left;
  text-align:center;
  padding-top: 10px;
}
.productprev A {
  text-align:center;
  font-weight: bold;
  font-size: 12px;
  color: #222222;
  margin-top: 10px;
  min-height: 40px;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.det1 {
  float: left;
  width: 360px;
}
.det2 {
  float: left;
  width: 348px;
}
.det2 h1 {
  margin: 0 0 10px 0;
  font-weight: normal;
}
.green {
  color: #7aaf33;
}
.newsitem {
  display: block;
  padding: 10px;
  border: 1px solid #dadada;
}
.newsitem:hover {
  background: #fafafa;
}
.newsitem .date {
  text-align:center;
  display: block;
  font-style:italic;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.newsitem .name {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 3px;
}
.hrline {
  width: 200px;
  border-top: 1px solid #ca9865;
  margin: 20px auto 10px auto;
}
.prodzag {
  font-size: 19px;
  border-bottom: 1px solid #375f23;
}

.content > .content2 li,
.content > .content2 p,
.content > .content2 span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin: 0;
    padding: 0;

}

.content > .content2 h1,
.content > .content2 h2,
.content > .content2 h3,
.content > .content2 h4,
.content > .content2 h5,
.content > .content2 h6 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600;
    line-height: normal !important;
    margin: 0;
    padding: 0;
}

