body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background: #d7d7d7 url("/assets/img/_________5a8828a1dab89.jpg") top left repeat;
}

a {
  color: #1c5e0f;
  text-decoration: underline;
}

#outer {
  width: 1010px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}

#header_decor-mainmenu {
  height: 8px;
  background: #7aaa21;
}

#header {
  position: relative;
  height: 178px;
  background: #f8f8f8;
  border-bottom: 4px solid #7aaa21;
}

#logo {
  position: absolute;
  top: 24px;
  left: 22px;
  width: 245px;
}

#logo img {
  max-width: 230px;
  height: auto;
  border: 0;
}

#slogan {
  position: absolute;
  top: 18px;
  left: 280px;
  width: 420px;
  text-align: center;
  line-height: 1.35;
}

#slogan .big {
  font-size: 20px;
}

#slogan .small {
  font-size: 14px;
}

#phone {
  position: absolute;
  top: 27px;
  right: 24px;
  width: 210px;
  font-size: 22px;
  line-height: 1.2;
  color: #2f2f2f;
  text-align: right;
}

.email {
  position: absolute;
  top: 108px;
  right: 24px;
  color: #146300;
  font-size: 16px;
  font-weight: bold;
}

#mainmenu {
  position: absolute;
  left: 280px;
  bottom: 16px;
  height: 28px;
}

#mainmenu ul {
  margin: 0;
  padding: 0;
}

#mainmenu li {
  float: left;
  list-style: none;
  margin-right: 6px;
  background: #7aaa21;
}

#mainmenu a {
  display: block;
  padding: 7px 13px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#search {
  position: absolute;
  left: 22px;
  bottom: 16px;
}

#keyword {
  width: 150px;
  height: 24px;
  border: 1px solid #aaa;
  color: #777;
  padding-left: 6px;
}

#searchbutton,
.btn01 {
  height: 27px;
  border: 1px solid #477200;
  background: #78a915;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.search-page-form {
  margin: 0 0 14px;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #ddd;
}

.search-page-form input[name="keyword"] {
  width: 320px;
  height: 25px;
  border: 1px solid #aaa;
  padding-left: 6px;
}

#container {
  padding: 16px 18px 22px;
  overflow: hidden;
}

#left {
  float: left;
  width: 220px;
}

#right {
  float: right;
  width: 735px;
}

.zagolovok {
  padding: 8px 10px;
  background: #6fa316;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.box {
  margin-bottom: 16px;
  border: 1px solid #d1d1d1;
  background: #f7f7f7;
}

.vmLinkMenu {
  margin: 0;
  padding: 0;
}

.vmLinkMenu li {
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
}

.vmLinkMenu a {
  display: block;
  padding: 7px 9px;
  color: #333;
  text-decoration: none;
}

.vmLinkMenu a:hover {
  background: #e9f3d2;
  color: #2b6b00;
}

.red-action {
  color: #d30000;
  font-size: 18px;
  font-weight: bold;
}

.c-green {
  color: #3e8b00;
}

.bold {
  font-weight: bold;
}

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

.mt15 {
  margin-top: 15px;
}

.block {
  display: block;
}

#content {
  min-height: 480px;
}

h1 {
  margin: 0 0 14px;
  color: #4c7c10;
  font-size: 24px;
  font-weight: normal;
}

h2 {
  margin: 14px 0 10px;
  color: #4c7c10;
  font-size: 20px;
}

.notice {
  margin: 0 0 14px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  background: #ffffec;
}

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

.category-list .item {
  float: left;
  width: 170px;
  height: 218px;
  margin: 0 12px 18px 0;
  padding: 6px;
  list-style: none;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}

.category-list img {
  max-width: 158px;
  height: 142px;
  object-fit: contain;
  border: 0;
}

.category-list .href {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
}

.category-list .href a {
  color: #275e00;
}

.products {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.products th {
  background: #7aaa21;
  color: #fff;
  text-align: left;
}

.products th,
.products td {
  padding: 7px;
  border: 1px solid #d9d9d9;
}

.products tr:nth-child(even) td {
  background: #f5f5f5;
}

.clear {
  clear: both;
}

#footer {
  width: 1010px;
  margin: 0 auto;
  background: #ececec;
  border-top: 4px solid #7aaa21;
  font-size: 12px;
}

#footer table {
  width: 100%;
}

#footer td {
  padding: 12px 18px;
  vertical-align: top;
}

.fo-phone {
  text-align: right;
}

@media (max-width: 1040px) {
  #outer,
  #footer {
    width: 100%;
  }

  #header {
    height: auto;
    padding: 16px;
  }

  #logo,
  #slogan,
  #phone,
  .email,
  #mainmenu,
  #search {
    position: static;
    width: auto;
    text-align: left;
    margin-bottom: 12px;
  }

  #mainmenu li {
    margin-bottom: 5px;
  }

  #left,
  #right {
    float: none;
    width: auto;
  }

  .category-list .item {
    width: 44%;
  }
}
