body {
  background: #fff;
}
body,
input,
button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
a,
.link {
  color: #555;
}
a:hover,
.link:hover {
  color: #333;
}
.h2 {
  font-size: 18px;
  margin-bottom: 2px;
}
.mb-5 {
  margin-bottom: 5px;
}
.page-width {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
button {
  background: #6eb74b;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 4px;
  min-height: 34px;
}
input[type="text"],
input[type="email"] {
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding-right: 10px;
  padding-left: 10px;
}
.block-with-border > .block-content > .content {
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fafafa;
  color: #333;
  padding: 15px;
}
@import "../../../../css/lib/group.css";
.block--header {
  border-bottom: 1px solid #e7e7e7;
  border-top: 5px solid #009b00;
}
.block--header .cell-content {
  align-self: center;
}
.block--header .name {
  color: #009b00;
  font-size: 18px;
  line-height: 20px;
}
.block--header .menu {
  height: 100%;
}
.block--header .menu .item .link {
  display: block;
  padding: 10px 12px;
  line-height: 32px;
  height: 100%;
}
.block--form_collect_email {
  text-align: center;
}
.block--form_collect_email .form {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.block--form_collect_email .form .preloader {
  display: none;
  margin: 12px 0;
}
.block--form_collect_email .form.js-form-sending .preloader {
  display: block;
}
.block--form_collect_email .form .form-field input {
  width: 100%;
}
.block--form_collect_email .form .message {
  border-radius: 4px;
  margin-top: 12px;
  padding: 12px;
  background: #fff;
  display: none;
  text-align: center;
}
.block--form_collect_email .form.js-form-sending {
  cursor: not-allowed;
  pointer-events: none;
}
.block--form_collect_email .form.js-form-send .message {
  display: block;
}
.block--form_collect_email .form .button .btn-style-default {
  width: 100%;
}
.block--products > .block-content > .block-footer {
  text-align: center;
  padding: 40px 0;
}
.block--products > .block-content > .block-footer .link-more {
  background: #6eb74b;
  min-width: 200px;
  padding: 10px 50px;
  font-size: 16px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.block--products--product .block-content {
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 5px;
  padding: 10px 15px 15px 15px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.block--products--product .block-content .order-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.block--products--product .block-content .order-link .text {
  opacity: 0;
}
.block--products--product .block-content:hover {
  border-color: #009b00;
}
.block--products--product .block-content .logo {
  height: 70px;
  overflow: hidden;
}
.block--products--product .block-content .logo .logo-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.block--products--product .block-content .name {
  text-align: center;
  margin: 10px 0 15px 0;
  border-bottom: 2px solid #dfdfdf;
  font-size: 0;
  padding: 0;
  color: transparent;
}
.block--products--product .block-content .information .line {
  margin-bottom: 10px;
  font-size: 16px;
}
.block--products--product .block-content .information .value {
  color: #cc29cc;
  font-weight: 700;
}
.block--products--product .block-content .button {
  margin-top: auto;
}
.block--products--product .block-content .button .link {
  background: #6eb74b;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
}
.block--products--product .block-content .description {
  margin-top: 10px;
  position: relative;
  z-index: 10;
  font-size: 11px;
}
.block--products--product .block-content .description p {
  margin: 2px 0 0;
}
.block--footer {
  border-top: 2px solid #eee;
}
.block--footer .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
