@import url(http://fonts.googleapis.com/css?family=PT+Sans);
/*****variables*****/
/*****mixins*****/
.box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.block {
  display: block;
  width: 100%;
  height: 100%;
}
/*****all*****/
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #333333;
  font-size: 14px;
  background: #f5f9eb;
}
a {
  color: #345325;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

p.h4{
    color: green;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 16px;
}
p.h3{
	margin: 8px 0 20px 0;
	padding-left: 21px;
	color: #856417;
	font-style: italic;
	text-align: left;
	font-size: 14px;
}
p.h2 a{
color: #856417;
text-decoration: underline;
font-size: 16px;
}

input:focus,
button:focus {
  outline: none;
}
img {
  border: none;
}
ul {
  list-style: none;
}
.container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.wrapper {
  padding-bottom: 130px;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
/*****header*****/
#header {
  /*height: 190px;*/
  margin: 0 0 -112px;
  overflow: hidden;
}
#logo {
  display: inline-block;
  float: left;
  margin: 13px 45px 0 22px;
  position: relative;
  z-index: 3;
}
.header-content {
  overflow: hidden;
  padding-top: 34px;
  position: relative;
  z-index: 1;
}
.header-content .form-box{
  float: left;
  width: 522px;
}
.header-content .form-box form{
  position: relative;
  overflow: hidden;
}
.header-content .card-box{
  float: right;
  width: 150px;
  border-radius: 6px;
  background: #6fab2b;
  overflow: hidden;
  color: #fff;
  padding: 0 0 12px;
}
.header-content input[type="text"] {
  width: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #649b25;
  border-right: none;
  padding: 11px 14px 11px;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  float: left;
}
.header-content input[type="submit"] {
  width: 122px;
  height: 40px;
  border: solid 1px #6fab2b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-left: none;
  background: #6fab2b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYWIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDkyMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #6fab2b 0%, #5d9221 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fab2b), color-stop(100%,#5d9221));
  background: -webkit-linear-gradient(top,  #6fab2b 0%,#5d9221 100%);
  background: -o-linear-gradient(top,  #6fab2b 0%,#5d9221 100%);
  background: -ms-linear-gradient(top,  #6fab2b 0%,#5d9221 100%);
  background: linear-gradient(to bottom,  #6fab2b 0%,#5d9221 100%);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #f5f9eb;
  cursor: pointer;
  float: left;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  text-shadow: 1px 3px 2px rgba(0,0,0,0.25);
}
.header-content input[type="submit"]:hover {
  background: #5d9221;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYWIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDkyMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #5d9221 0%, #6fab2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d9221), color-stop(100%,#6fab2b));
  background: -webkit-linear-gradient(top,  #5d9221 0%,#6fab2b 100%);
  background: -o-linear-gradient(top,  #5d9221 0%,#6fab2b 100%);
  background: -ms-linear-gradient(top,  #5d9221 0%,#6fab2b 100%);
  background: linear-gradient(to bottom,  #5d9221 0%,#6fab2b 100%);
}
.header-content .search-block {
  margin-bottom: 23px;
}
.contacts {
  display: block;
  overflow: hidden;
  color: #598b20;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}
.contacts .line{
  padding: 0 0 6px 15px;
}
.contacts .tel{
  display: inline-block;
  vertical-align: top;
}
.contacts .mail:hover{
  text-decoration: none;
}
.contacts .mail {
  color: #dd2a1b;
  text-decoration: underline;
  letter-spacing: -0.5px;
}
.contacts .chart{
  letter-spacing: -0.5px;
  color: #000;
  margin: 0 10px 0 0;
}
.contacts h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #058700;
}
.icq {
  display: inline-block;
  width: 19px;
  height: 20px;
  vertical-align: top;
  margin-right: 4px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAIAAADgN5EjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjhGM0VGQzdBOEY3MTFFM0FBOUI5NDlFQjUxRDE4MzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjhGM0VGQzhBOEY3MTFFM0FBOUI5NDlFQjUxRDE4MzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOEYzRUZDNUE4RjcxMUUzQUE5Qjk0OUVCNTFEMTgzNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOEYzRUZDNkE4RjcxMUUzQUE5Qjk0OUVCNTFEMTgzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjRxD8IAAARqSURBVHjaLJRrTFNnHMbf97zv6Tm9UEoBSwsVRQQR5DooAroLqMQFTNyMmOjIYjZjMrMsi/u2kF0yd4nOLctGotNFzLIbLBqz4CUIAY3cUtsK5doyhqWUll7ooe3pOefdIfH5+OT/JM+H/++BXGIVbAoCQhBEgsgnyIaa0UuibCRDce/M8ihNoSLzPhZroQQBFAkkQEIYvJCoQGyUD/Q5bk4vWlvq3y0xNXtjE7/0nw9TbpCACwHrwdJzOkWGJFES2Ay/SFIUnSTJYfcd+3o3a4Z/W7+I8p65tXFJ52kpeTsMXYNDPVnLuVU5b7KUVgICgIQCgAACaajgYtH/Qg5NKnOo9oTSGP2++6N+a3e15aXUdLZAX7N1h3lpfSIucBhRGCAAMEUBiqWVCClVjFoFUhMb8RSgKja9urQWWF1cZ1g6QtwEiIlkLJGIgaSEKZrGDIIQswrl/PPJsZm+qOhzTkxOedyZmT3FeTVZRui3i6urK9syC5zhgb6/5jTU+qLjvF5n2Ff9erG5Dh0729h19zOH7zavXfL4XPaBNZczkFYSiEfJ7KPY3iPbCATXvuydHAtm76RV24PLSfszh0OvyEW6ndx0+F7dwd3FewozzKxCJbpsYee4N7JMns8mUzLAM9vc+APPa8fzWk7WNJRbIsTXf8eWl1aJNHqlypTY31yCKDpFozEVssGY13o7YdiKK2p2PX406RwIl70BqvcVhAOSw7r49MlMeW5jc/1beHdJvt011/eHg0IK/3I0GtpYXOCqmgxfX+rIEvI7uk91f+z32qSfB4ZDPuCZAkVFmWcutxXm5aMbPd8oIztudU72XJtwDoWmhjifG9S+suudl68gpAuohu5enQu61UKIVSkVBjNDq3ioEAzmDJyvacJN2x88eDy/MlHcTOuMontQuv+n7avGmiJtc+el+0wGPPNjVna2CSFam6YdGR755+LdHLoeE8D//utvXvCwtYNN02snHgblSjwnXjw9Go+NpaYo4pwwcs/V2pan1qgTEarB0jC2ozcY88k/RLEsI3HqhdF4f2fw4bcCrSHtN5gDZzVKyJy7WlDeiu98Qn76/P7CvyuIQvMLizCm3qIzYUHiT5w8bjRnzrqmxlemlvN7D7+n22/Z2+e1EbAUS/KnPmgMe+45b6GbfluuZXTJLjRXnT7YdAAnBUGj1B45fDQSXr+CvuO3P6k9VBr0r2PMbETJjGOhbFdlw0lDLlPY1tYeWPEbarKqay3pqRkYAkqmjcEq1+zsfOBpTlWSxerQRkCpVnBhMNglVNTNUCwvYrGssMLUaBQkEWNalASZMgIhlMHZYtIwkm5mONJQz4lCfG569sSxltKGoq4POyUkvd9+NN2QjmkGiQKRsZQA5BJ+OUxBRFGwt//2D9cvBPlpSNF6cc+FTy8bM422Zw4EpNKSSmWqFsmHMEk2uUSQ4/2QEBEAGuF4LGZ1PB0ZfczStKWyrrSyGskDABAhgrwigiRtjgCR5I5yz/8FGACp7he9t3IjwAAAAABJRU5ErkJggg==');
}
.cart {
  position: relative;
  overflow: hidden;
  display: block;
}
.cart > a:after{
  content:"";
  position:absolute;
  bottom: -1px;
  left:0;
  width: 100%;
  height: 1px;
  background: #83bd41;
}
.cart > a {
  display: block;
  text-align: center;
  text-shadow: 1px 3px 2px rgba(0,0,0,0.31);
  padding: 12px 5px 10px;
  border-bottom: 1px solid #639b24;
  text-transform: uppercase;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #f5f9eb;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 10px;
  position: relative;
  background: #6fab2b;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.cart > a:hover {
  opacity: .9;
  color: #fff;
  background: #5d9221;
}
.cart .text a{
  color: #fff;
}
.cart .text{
  display: block;
  padding: 0 0 0 13px;
  line-height: 16px;
}
/*****nav*****/
.nav {
  width: 100%;
  height: 317px;
  background: url(../img/main-bg.png) center no-repeat;
  /*margin-top: -142px;*/
  overflow: hidden;
}
.nav ul {
  padding: 210px 0 0 355px;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.nav ul li {
  float: left;
  text-align: left;
  line-height: 20px;
  margin: 0 5px;
  text-align: center;
  text-transform: uppercase;
}
.nav ul li b{
  padding: 8px 0;
  background: #6fab2b;
  border-radius: 3px;
  border-bottom: 1px solid #55881b;
  width: 150px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  display: block;
  color: #f5f9eb;
  font-weight: normal;
}
.nav ul li a {
  color: #364f24;
  padding: 8px 0;
  background: #dccb5d;
  border-radius: 3px;
  border-bottom: 1px solid #faf1b4;
  font-family: 'PT Sans', sans-serif;
  width: 150px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  display: block;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
}
.nav ul li a:hover{
  background: #6fab2b;
  color: #f5f9eb;
}
/*****site-bar*****/
.site-bar {
  display: inline-block;
  float: left;
  width: 330px;
  margin-top: -80px;
}
.title-1 {
  width: 285px;
  height: 79px;
  background: url(../img/title-1.png);
  margin-bottom: 12px;
}

.title-4 {
  width: 285px;
  height: 79px;
  background: url(../img/title-4.png);
  margin-bottom: 12px;
}

.title-3 {
  width: 285px;
  height: 79px;
  background: url(../img/title-3.png);
  margin-bottom: 12px;
}

.menu-left {
  display: inline-block;
  margin-left: 12px;
  width: 255px;
  margin-bottom: 27px;
}
.menu-left li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  margin-bottom: 8px;
  position: relative;
  line-height: 15px;
}
.menu-left li:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAIAAACHs/j/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDY2RUUzNzFBOTExMTFFM0E2Qjk5QjRDNjE4ODc0NzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDY2RUUzNzJBOTExMTFFM0E2Qjk5QjRDNjE4ODc0NzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NjZFRTM2RkE5MTExMUUzQTZCOTlCNEM2MTg4NzQ3MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NjZFRTM3MEE5MTExMUUzQTZCOTlCNEM2MTg4NzQ3MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhaNXkoAAAOSSURBVHjabFRLbxxFEK7u6Xl4d2bfi7U2jrGTiKyIcZDF48JDQsqJnwE3OCHlgvhrSIiAcklihyTEJLax48c6uzu7M7OzM9NPahwhFEP1Zbqn66uvur4qMi+GBIhBIwCEUAO4NH5oMHhsEctQUMC10KAvbhIKlFloAKWbNgaAonO5IynCmRII3XNeeI6LHpRaGr2NEVIUOs+LdJqHGU+MUnhImR14za7fqTgBozZS0BoJXNicj0pUSgvOp3EU1AOMghyF0mE8OZwc7I0eCzNuVHID47g4iedxmFhxFtTd/hc3vvzwnY+qnm8xipEopQSTRWqIqIyJZ/EgCnvt7oPdncLm7Qp5u7WQicnO4R+OE3tOMpkfD6MkTvVCoNM5GUaWRW5++9l3K4vLjFJMp0wWLgyZcsF3Xz7vr/ZdxobRwd2De+No2K2z+3svFpv6+pKJcoSLX44wN7tRRV9IMjOOO9/fvnNz+QYjnvXDj3fgH0NEw8ijw6fLjZ7rZq2qXavS4/Hw96Oj4/FkMsuTYk4taZQ9SqC6IAVnmdLaZL/ubn9y7VPPc/9l99qE4A8Pn/ZX+mF6Gs6eHI2OhY5cJxd8OogGz86SUWxsC2xmVhaxmmaaQTgjiLm18tU3n39N4Q0jDvOuda/cffZLz191XLfm61aNurZkTt5q8ltX1ftrABbsn5OHe2acEJdYKAxG3J93f+JFxt6EK4VUqzXbQXcQni7VN2bZTpieczPP5DTOeJgiF9lYgM51FiV6/xSqHqn5kEgsK6pPXmIHqFEb7I0r/eeDv2wIOkFfqGwwfXXwanYWqoIT3yVv1WkzIN0m7XVoIdXZSGmpKl6Z+2W413pGKb27evW3Px/47Fa3tk4gd0juu/j84LpYMCo4BiZNn/gVK01ZFJc6xb66DGdAI20lxXp3Zand2z46WaBbq61Nv0IZ40Zjt9EMa8lNnNCzENuGNBpUKsgylB1ll8npMgQBvGe21jY07JyPNaFbzSo9mz7O+SyX7iwnGZeSE4GhqalWtQTgOcaCy3BlgxuF+WAbFoJ/vL65TZ4MpgxdLRwIdF/yiRKAI4B4JtCWkDITxLKxuxT9LxyOjLL1CVgGFNEpzz9Ye+90Mnh0hAOkxsf1k/TeXMYSWKGU4JxrIzTRkirJ8KXY/6CVuRJcCIBlSYt5N2jf3uydhOf3XwQu683ESIgMb+BfJCSJYMayLddmzt8CDACGTifrJmsBfgAAAABJRU5ErkJggg==');
}

.menu-left li b a {
	color:black;
}


.menu-left li a {
  color: #355126;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: underline;
}
.menu-left li a:hover {
  color: #629647;
  text-decoration: none;
}
.title-2 {
  width: 284px;
  height: 91px;
  background: url(../img/title-2.png);
  margin-bottom: 12px;
}
.enter {
  width: 246px;
  margin-left: 12px;
  margin-bottom: 27px;
}
.enter > p:first-child {
  margin-bottom: 5px;
}
.enter p {
  margin-bottom: 10px;
  line-height: 14px;
}
.enter p span {
  color: #563c00;
  display: inline-block;
  float: left;
  margin-top: 5px;
}
.enter p input[type="text"] {
  float: right;
  width: 182px;
  height: 24px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  border: solid 1px #a6a5a1;
}
.enter p input[type="checkbox"] {
  float: left;
  margin-top: 15px;
}
.enter p input[type="submit"] {
  float: right;
  width: 105px;
  height: 39px;
  cursor: pointer;
  border: solid 1px #025800;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.4);
  background-color: #0e7500;
  background-image: -o-linear-gradient(top, #31bf10, #0e7500);
  background-image: -moz-linear-gradient(top, #31bf10, #0e7500);
  background-image: -webkit-linear-gradient(top, #31bf10, #0e7500);
  background-image: -ms-linear-gradient(top, #31bf10, #0e7500);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#31bf10), to(#0e7500));
  background-image: linear-gradient(top, #31bf10, #0e7500);
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}
.enter p input[type="submit"]:hover {
  background-color: #31bf10;
  background-image: -o-linear-gradient(top, #0e7500, #31bf10);
  background-image: -moz-linear-gradient(top, #0e7500, #31bf10);
  background-image: -webkit-linear-gradient(top, #0e7500, #31bf10);
  background-image: -ms-linear-gradient(top, #0e7500, #31bf10);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e7500), to(#31bf10));
  background-image: linear-gradient(top, #0e7500, #31bf10);
}
.enter p label > span {
  margin-top: 14px;
  padding-left: 10px;
  color: #333333 !important;
}
.enter > a {
  color: #5b67d8;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: underline;
  font-size: 13px;
}
.enter > a:hover {
  color: #848de2;
  text-decoration: none;
}
/*****component*****/
.component {
  display: inline-block;
  float: right;
  width: 692px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 34px 9px 0 20px;
  border: solid 2px #f6e26d;
  border-top: none;
  background: #fff;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  margin-top: -56px;
  margin-right: 1px;
}
.component h1 {
  color: #058700;
  font-size: 18px;
  margin-bottom: 18px;
}
.component h2 {
  color: #058700;
  font-size: 17px;
  margin-bottom: 14px;
  margin-top: 20px;
  line-height: 14px;
}
.component ul{
    list-style: disc;
	margin-left: 40px;
}
.component p{
	margin-bottom: 15px;
}

#google_map{
    margin-bottom: 20px;
}
.main-text {
  margin-bottom: 44px;
}
.main-text .text_cut{
  height: 100px;
}
.author {
  font-style: italic;
  text-align: right;
  color: #858585;
  font-size: 12px;
}
.products > div {
  display: inline-block;
  float: left;
  width: 320px;
  height: 303px;
  margin-right: 19px;
  margin-bottom: 45px;
  background: url(../img/product-block-bg.png) no-repeat left top;
  text-align: center;
  position: relative;
}
.products > div h3 {
  margin: 8px 0 20px 0;
  font-style: italic;
  text-align: left;
  color: #856417;
  font-size: 14px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 21px;
}
.products > div a p {
  color: #058700;
  padding-bottom: 10px;
  text-decoration: underline;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.products > div a:hover p {
  color: #07ba00;
}
.products > div .price {
  padding: 5px 20px;
  background: #d6f6a8;
  color: #787878;
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products > div:nth-child(even) {
  margin-right: 0;
}
/*****news-block*****/
.news-block {
  margin-left: 282px;
}
.news-block .row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 72px;
}
.news-block .row > div {
  display: inline-block;
  float: left;
  width: 190px;
  margin-right: 48px;
}
.news-block .row > div > h2,
.news-block .row > div > h2 a {
  color: #795706;
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.news-block .row > div > h2:hover,
.news-block .row > div > h2 a:hover {
  color: #da9d0b;
}
.news-block .row > div > p {
  color: #787778;
}
.news-block .row > div:last-child {
  margin-right: 0;
}
.news-block .date {
  color: #058700 !important;
  font-size: 12px;
  font-style: italic;
}
.news-title {
  height: 62px;
  width: 100%;
  background: url(../img/news-title-bg.png) no-repeat left top;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 80px;
  color: #058700;
  font-size: 22px;
  line-height: 90px;
}
/*****footer*****/
.copyright {
  margin: 0 0 15px 330px;
  font-size: 12px;
  color: #a7a7a4;
}
.text_cut {
height: 76px;
overflow: hidden;
padding: 0 10px;
}
.expand_button{
    padding: 7px;
   
}
.expand_button .readmore{
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
}
.expand_button  .closelink:after{
	content: "▲";
}
.expand_button  .openlink:after{
	content: ▲;
}

.breadcrumbs {
	margin-top: -15px;
  position: relative;
  z-index: 3;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0 0 11px 0px;
  /*border-bottom: 1px solid #d4cec9;*/
  margin: 0;
  text-align: left;
  clear: both;
}
.breadcrumbs li {
  display: inline-block;
  color: #1a0f0b;
  margin-right: 7px;
  position: relative;
}
.breadcrumbs li:after {
  content: ">";
  margin: 0 0 0 10px;
}
.breadcrumbs li:first-child {
  margin-left: 0;
}
.breadcrumbs li.current_item {
  background: none;
  padding: 0;
  color: #969799;
}
.breadcrumbs li.current_item:after {
  display: none;
}
.breadcrumbs li.back {
  display: none;
}
.breadcrumbs a {
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  color: #66442b;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #402e23;
  text-decoration: none;
}
.breadcrumbs span {
  font-size: 12px;
  line-height: 15px;
  color: #1a0f0b;
}
#share42{
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: 512px;
}
#twitter_group{
	background: url(../img/twitter_icon.png) no-repeat 0 0;
}
#google_plus_group{
	background: url(../img/google+_icon.png) no-repeat 0 0;
}
.socials_link {
	height: 24px;
	padding-top: 3px;
	width: 49%;
	display: inline-block;
}
.socials_link a{
	padding-left: 33px;
	padding-top: 0px;
}
