/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: open_sansregular, sans-serif;
  font-size: 16px;
  color: #000; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto; }

img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  line-height: 1; }

button, input[type=button] {
  cursor: pointer;
  border: none;
  outline: none;
  background: none; }

h1 {
  font: 40px open_sansbold, sans-serif;
  color: #3a3a3a;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 0.4em; }
  h1 span {
    color: #fa6624; }

h2 {
  width: 100%;
  font: 30px open_sanssemibold, sans-serif;
  color: #3f3f3e;
  line-height: 1;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  position: relative; }
  h2 span {
    color: #fa6624; }
  h2 a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #74b908;
    text-decoration: underline;
    font: 14px open_sansregular, sans-serif;
    transition: 0.3s color;
    line-height: 1.3; }
    h2 a:hover {
      color: #ffbe00; }

.btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 378px;
  height: 40px;
  font-size: 14px;
  background: #ffbe00;
  color: #fff;
  box-shadow: 0 1px 0 0 #cc7e00;
  transition: 0.3s all; }
  .btn-1:hover {
    background: #74b908;
    box-shadow: 0 1px 0 0 #486e0c; }

.text {
  font-size: 14px;
  color: #000;
  line-height: 1.42;
  margin-bottom: 0.71em; }

.hidden-block {
  display: none;
  margin-bottom: 38px; }

@media screen and (max-width: 920px) {
  h1 {
    font-size: 24px; }

  .hidden-block {
    display: block; } }
@media screen and (max-width: 600px) {
  .text {
    margin-bottom: 24px; } }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans/opensans-semibold.eot");
  src: url("../fonts/opensans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans/opensans-semibold.woff") format("woff"), url("../fonts/opensans/opensans-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans/opensans-regular.eot");
  src: url("../fonts/opensans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-regular.woff2") format("woff2"), url("../fonts/opensans/opensans-regular.woff") format("woff"), url("../fonts/opensans/opensans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans/opensans-bold.eot");
  src: url("../fonts/opensans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-bold.woff2") format("woff2"), url("../fonts/opensans/opensans-bold.woff") format("woff"), url("../fonts/opensans/opensans-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans/opensans-light.eot");
  src: url("../fonts/opensans/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-light.woff2") format("woff2"), url("../fonts/opensans/opensans-light.woff") format("woff"), url("../fonts/opensans/opensans-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.header {
  height: 50px;
  border-bottom: 1px solid #cccccc; }
  .header .container {
    height: 100%; }
  .header__container {
    height: 100%; }
  .header__top {
    display: none; }
  .header__nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1; }
  .header__btn {
    display: flex;
    align-items: center;
    width: 280px;
    min-width: 280px;
    height: 100%;
    background: #74b908;
    color: #fff;
    font-family: open_sansbold, sans-serif;
    padding-left: 19px; }
  .header__link {
    display: flex;
    align-items: center;
    height: 100%;
    color: #000;
    transition: 0.3s all; }
    .header__link:hover {
      color: #74b908; }

.close-nav {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #74b908;
  position: relative; }
  .close-nav:after, .close-nav:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%) rotate(45deg); }
  .close-nav:before {
    transform: translate(-50%, -50%) rotate(-45deg); }

@media screen and (max-width: 920px) {
  .close-nav {
    display: block; }

  .header .container {
    display: flex;
    align-items: center; }
  .header__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #74b908; }
  .header__container {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    padding: 20px 15px; }
  .header__nav {
    height: auto;
    display: block; }
  .header__btn {
    display: none; }
  .header__link {
    height: auto;
    margin-bottom: 14px; }
    .header__link:active, .header__link:hover {
      color: #ffbe00;
      text-decoration: underline; }
    .header__link:last-child {
      margin-bottom: 0; } }
.hamburger {
  width: 23px;
  display: none; }
  .hamburger span {
    display: block;
    height: 2px;
    background: #000;
    margin-bottom: 5px; }
    .hamburger span:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 920px) {
  .hamburger {
    display: block; } }
.black-block {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 900; }

.footer {
  height: 68px;
  background: #74b908;
  color: #fff;
  font: 14px open_sanslight, sans-serif;
  text-align: center; }
  .footer .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.page-logo {
  height: 100px;
  background: #f3f4f9;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-logo__img {
    width: 143px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }

.info {
  background: #f3f4f9;
  margin-bottom: 48px;
  position: relative; }
  .info .container {
    display: flex; }
  .info-section {
    flex: 1;
    padding: 50px 0 0 50px; }
  .info__text {
    max-width: 655px;
    color: #3a3a3a;
    line-height: 1.5;
    margin-bottom: 4em; }
  .info__advantages {
    max-width: 670px;
    margin-top: 65px; }
    .info__advantages-item {
      display: flex;
      color: #3f3f3e;
      margin-bottom: 20px; }
      .info__advantages-item:last-child {
        margin-bottom: 0; }
    .info__advantages-img {
      width: 30px;
      min-width: 30px;
      margin-right: 20px; }
    .info__advantages-title {
      font: 20px open_sanssemibold, sans-serif;
      line-height: 1;
      margin-bottom: 0.55em; }
    .info__advantages-text {
      font: 14px open_sanssemibold, sans-serif;
      line-height: 1.42; }
      .info__advantages-text a {
        color: #74b908;
        text-decoration: underline; }
        .info__advantages-text a:hover {
          color: #ffbe00; }
  .info-pic {
    position: absolute;
    bottom: 0;
    right: 0; }

@media screen and (max-width: 1030px) {
  .info-section {
    padding: 25px 0 0 25px; }
  .info-pic {
    display: none; }
  .info__text {
    margin-bottom: 1.5em; }
  .info__advantages {
    margin-top: 1.5em; } }
@media screen and (max-width: 920px) {
  .info {
    padding-bottom: 45px; }
    .info-section {
      padding: 40px 0 0 0; }
    .info__text {
      max-width: 100%;
      font-size: 14px;
      margin-bottom: 16px; }
    .info .btn-1 {
      margin: 0 auto; }
    .info__advantages {
      margin-top: 16px; }
      .info__advantages-img {
        width: 20px;
        max-width: 20px; }
      .info__advantages-title {
        font-size: 18px; } }
.catalog {
  border: 1px solid #cccccc;
  border-top: none;
  width: 280px;
  background: #fff;
  margin-top: -1px; }
  .catalog-mobile {
    width: 100%;
    position: relative;
    margin-top: 0;
    border: none; }
  .catalog__link {
    height: 32px;
    display: flex;
    color: #3f3f3e;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    position: relative; }
    .catalog__link:last-child {
      border-bottom: none; }
    .catalog__link-name {
      padding-left: 17px; }
  .catalog__arrow {
    width: 10px;
    height: 10px;
    border: 2px solid #bebebe;
    border-left: none;
    border-top: none;
    position: absolute;
    top: 8px;
    right: 20px;
    transform: rotate(45deg); }

.catalog-btn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #74b908;
  font-family: open_sansbold, sans-serif;
  color: #fff; }

.catalog-arrow {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  transform: rotate(45deg); }

@media screen and (max-width: 920px) {
  .catalog {
    display: none; }
    .catalog-mobile {
      display: block; }
    .catalog__nav {
      width: 100%;
      display: none;
      position: absolute;
      top: 50px;
      left: 0;
      background: #fff;
      z-index: 10;
      border: 1px solid #cccccc; } }
.top__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 46px; }
.top__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 20px);
  height: 165px;
  margin: 0 10px;
  background: #f8f8f8;
  box-shadow: 1px 1px 0 0 #d9d9d9;
  padding-top: 28px; }
.top__img {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px; }
.top__title {
  font: 18px open_sanssemibold, sans-serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.8em; }
.top__link {
  font: 14px open_sanssemibold, sans-serif;
  color: #74b908;
  text-decoration: underline;
  line-height: 1;
  transition: 0.3s all; }
  .top__link:hover {
    color: #ffbe00; }

@media screen and (max-width: 900px) {
  .top {
    margin-bottom: 27px; }

  .top__blocks {
    margin-bottom: 0; }

  .top__block {
    width: calc(50% - 20px);
    margin-bottom: 20px; } }
@media screen and (max-width: 600px) {
  .top__blocks {
    margin: 0; }

  .top__block {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }
.seeds__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 60px; }
.seeds__block {
  width: calc(25% - 20px);
  margin: 0 10px;
  background: #f8f8f8;
  box-shadow: 1px 1px 0 0 #d9d9d9;
  position: relative; }
.seeds__wrapper {
  width: 100%;
  padding: 0 20px 30px; }
.seeds__img {
  width: 100%;
  height: 157px;
  margin-bottom: 6px;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center; }
.seeds__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  font: 18px open_sansbold, sans-serif;
  margin-bottom: 0.88em;
  text-align: center; }
.seeds__label {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 1; }
.seeds__nav {
  margin-bottom: 17px; }
  .seeds__nav-item {
    font: 14px open_sanslight, sans-serif;
    line-height: 1;
    margin-bottom: 0.85em;
    padding-left: 12px;
    position: relative; }
    .seeds__nav-item:before {
      content: "";
      width: 3px;
      height: 3px;
      background: #fa6624;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .seeds__nav-item:last-child {
      margin-bottom: 0; }
.seeds__price {
  width: 100%;
  font: 20px open_sanssemibold, sans-serif;
  color: #fa6624;
  line-height: 1;
  text-align: center; }
.seeds__link {
  width: 85.7%;
  height: 40px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: open_sanssemibold, sans-serif;
  color: #fff;
  background: #74b908;
  box-shadow: 0 1px 0 0 #508200;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s all; }
  .seeds__link:hover {
    background: #ffbe00;
    box-shadow: 0 1px 0 0 #cc7e00; }

.reviews {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #74b908; }
  .reviews__stars {
    width: 73px; }
  .reviews__link {
    font: 14px open_sanslight, sans-serif;
    color: #666666;
    line-height: 1;
    transition: 0.3s all; }
    .reviews__link:hover {
      color: #74b908; }

.mobile-seeds-link {
  display: none;
  font-size: 14px;
  color: #74b908;
  text-decoration: underline;
  margin-left: auto;
  transition: 0.3s color;
  float: right; }
  .mobile-seeds-link:hover {
    color: #ffbe00; }

@media screen and (max-width: 990px) {
  .seeds__blocks {
    margin-bottom: 18px; }

  .seeds__block {
    width: calc(50% - 20px);
    margin-bottom: 42px; } }
@media screen and (max-width: 600px) {
  .seeds {
    margin-bottom: 36px; }

  .seeds__blocks {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px; }

  .seeds__block {
    width: 100%;
    margin: 0; }
    .seeds__block:not(:first-child) {
      display: none; }

  h2 a {
    display: none; }

  .mobile-seeds-link {
    display: block; } }
.advantages {
  margin-bottom: 50px; }
  .advantages__title {
    display: flex;
    align-items: center;
    font: 20px open_sansbold, sans-serif;
    line-height: 1;
    margin-bottom: 0.75em; }
    .advantages__title img {
      width: 16px;
      height: 16px;
      margin-right: 10px; }
  .advantages .btn-1 {
    margin: 30px auto 0; }

.comments__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 50px; }
.comments__block {
  width: calc(25% - 20px);
  margin: 0 10px;
  background: #f8f8f8;
  box-shadow: 1px 1px 0 0 #d9d9d9;
  padding: 20px; }
.comments__title {
  font: 18px open_sanssemibold, sans-serif;
  margin-bottom: 0.55em; }
.comments__date {
  font: 14px open_sanslight, sans-serif;
  color: #666666;
  margin-bottom: 1.2em; }
.comments__text {
  font-size: 14px;
  line-height: 1.28; }

@media screen and (max-width: 900px) {
  .comments__blocks {
    margin-bottom: 30px; }

  .comments__block {
    width: calc(50% - 20px);
    margin-bottom: 20px; } }
@media screen and (max-width: 600px) {
  .comments {
    margin-bottom: 45px; }

  .comments__blocks {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }

  .comments__block {
    width: 100%;
    margin-bottom: 0; }
    .comments__block:not(:first-child) {
      display: none; } }

/*# sourceMappingURL=style.css.map */
