/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: open_sansregular, sans-serif;
  font-size: 16px;
  color: #000; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding-bottom: 35px; }

.container {
  max-width: 1306px;
  padding: 0 15px;
  margin: 0 auto; }

img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

button, input[type=button] {
  cursor: pointer;
  border: none;
  outline: none;
  background: none; }

.text {
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 16px; }

h2 {
  font: 28px open_sanssemibold, sans-serif;
  line-height: 1;
  margin-bottom: 0.57em; }

h3 {
  font: 20px open_sanssemibold, sans-serif;
  line-height: 1;
  margin-bottom: 16px;
  margin-top: 2.4em;
  margin-bottom: 0.8em; }

h4 {
  font-size: 14p;
  font-weight: bold;
  margin-bottom: 12px; }

.hidden-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px; }
  .title-block-link {
    font-size: 14px;
    line-height: 1;
    color: #396521;
    border: 1px solid #396521;
    border-radius: 3px;
    height: 32px;
    width: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.title {
  display: inline-block;
  font: 28px open_sanssemibold, sans-serif;
  color: #000;
  line-height: 1;
  border-bottom: 2px solid #396521;
  line-height: 1.4; }

.btn-left {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 56%;
  left: 35px; }
  .btn-left:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #3c3c3d;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
            transform: translateY(-50%) translateX(-50%) rotate(135deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .btn-left:hover {
    background: #3c3c3d; }
    .btn-left:hover:after {
      border-color: #fff; }

.btn-right {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 56%;
  right: -20px; }
  .btn-right:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #3c3c3d;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
            transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .btn-right:hover {
    background: #3c3c3d; }
    .btn-right:hover:after {
      border-color: #fff; }

@media screen and (max-width: 900px) {
  .title {
    font-size: 24px; } }
@media screen and (max-width: 600px) {
  .btn-left {
    top: 41%;
    left: 2px; }

  .btn-right {
    top: 41%;
    right: -49px; } }
@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; }
.page-header {
  padding: 8px 0 14px; }
  .page-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.header-logo {
  display: block;
  max-width: 228px; }

.header-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px; }

.header-search {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff url("../img/icons/search.png") no-repeat left 20px center;
  border: 1px solid #ff4d15;
  border-radius: 3px;
  padding-left: 60px; }
  .header-search input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    padding-right: 20px; }
    .header-search input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999999; }
    .header-search input::-moz-placeholder {
      /* Firefox 19+ */
      color: #999999; }
    .header-search input:-ms-input-placeholder {
      /* IE 10+ */
      color: #999999; }
    .header-search input:-moz-placeholder {
      /* Firefox 18- */
      color: #999999; }
  .header-search button {
    width: 140px;
    height: calc(100% + 1px);
    background: #ff4d15;
    color: #fff;
    margin-top: -1px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px; }
  .header-nav a {
    font: 14px open_sanssemibold, sans-serif;
    color: #000;
    line-height: 1;
    text-transform: uppercase; }
    .header-nav a:hover {
      text-decoration: underline; }

.header-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.order-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 223px;
  height: 46px;
  color: #fff;
  background: #007507;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 0 #003e0b;
          box-shadow: 0 2px 0 0 #003e0b; }

.user {
  font: 14px open_sanssemibold, sans-serif;
  color: #006512;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px; }
  .user img {
    margin-right: 7px; }

.humburger {
  width: 23px;
  height: 16px;
  display: none;
  cursor: pointer; }
  .humburger div {
    height: 2px;
    margin-bottom: 5px;
    background: #fff; }
    .humburger div:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 850px) {
  .page-header {
    background: #396521;
    height: 40px;
    padding: 0;
    margin-bottom: 20px; }
    .page-header .container {
      height: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

  .header-logo,
  .header-center,
  .header-last {
    display: none; }

  .humburger {
    display: block; }

  .header-search {
    padding-left: 37px;
    background-position: left 10px center; }
    .header-search button {
      width: 90px; } }
.page-footer {
  background: #f2f2f2;
  padding: 2.3em 0; }
  .page-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.footer-title {
  font: 1.28em open_sanssemibold, sans-serif;
  line-height: 1;
  margin-bottom: 0.77em; }

.footer-link {
  display: block;
  color: #505050;
  line-height: 1;
  margin-bottom: 0.7em; }
  .footer-link:last-child {
    margin-bottom: 0; }

.footer-pay {
  margin-bottom: 2.85em; }

@media screen and (max-width: 1000px) {
  .footer-block:not(:last-child) {
    margin-bottom: 1.43em; }

  .footer-block:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }

  .footer-pay {
    margin-bottom: 1em; } }
@media screen and (max-width: 800px) {
  .footer-block:not(:last-child) {
    width: 48%; } }
@media screen and (max-width: 340px) {
  .footer-block:not(:last-child) {
    width: 100%; } }
.hidden-menu {
  display: none;
  background: #fff;
  padding: 4px 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.hidden-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hidden-menu-logo {
  max-width: 133px; }

.hidden-menu-close {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #396521;
  -webkit-box-shadow: 0 1px 3px 0 #264450;
          box-shadow: 0 1px 3px 0 #264450;
  position: relative; }
  .hidden-menu-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 3px; }
  .hidden-menu-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 3px; }

.hidden-menu-nav {
  padding: 20px 0;
  margin: 25px 0 20px;
  border-top: 1px solid #396521;
  border-bottom: 1px solid #396521; }

.hidden-menu-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-bottom: 25px; }
  .hidden-menu-link:last-child {
    margin-bottom: 0; }

.content {
  width: calc(100% - 325px);
  margin-right: 20px; }

.welcome {
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 33px 30px 38px;
  min-height: 300px;
  background: url("../img/seeds.png") no-repeat right 35px center;
  background-size: 48% auto;
  margin-bottom: 20px; }

.welcome-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #000;
  margin-bottom: 0.5em; }

.welcome-text {
  width: 42%;
  font-size: 14px;
  color: #000;
  line-height: 1.28;
  margin-bottom: 12px; }

.welcome-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 314px;
  height: 46px;
  color: #fff;
  background: #ff4d15;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 0 #9d2f0d;
          box-shadow: 0 2px 0 0 #9d2f0d;
  font-size: 14px; }
  .welcome-link-hidden {
    display: none; }

.blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .blocks-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 23.4%;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 10px 10px 20px; }
    .blocks-item__img {
      height: 48px;
      margin-bottom: 15px; }
    .blocks-item__title {
      font: 18px open_sanssemibold, sans-serif;
      color: #000;
      line-height: 1.2;
      text-align: center;
      margin-bottom: 11px; }
    .blocks-item__link {
      width: 100%;
      max-width: 165px;
      height: 46px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #006512;
      color: #006512;
      border-radius: 3px;
      font: 14px open_sanssemibold, sans-serif; }

@media screen and (max-width: 1100px) {
  .blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .blocks-item {
    width: 48%;
    margin-bottom: 20px; } }
@media screen and (max-width: 900px) {
  .content {
    width: 100%;
    margin-right: 0; }

  .welcome {
    padding: 8px;
    padding-bottom: 133px;
    min-height: auto;
    background-position: center bottom 10px;
    background-size: 30% auto; }
    .welcome-title {
      font-size: 16px; }
    .welcome-text {
      width: 100%; }
    .welcome-link {
      max-width: 300px;
      text-align: center;
      padding: 0 10px;
      margin: 0 auto; }
      .welcome-link-hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px; } }
@media screen and (max-width: 600px) {
  .welcome {
    background-size: 50% auto; }

  .blocks {
    margin-bottom: 0; }

  .blocks-item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 7px; }
    .blocks-item__img {
      width: 50px;
      margin-right: 15px;
      position: relative;
      margin-bottom: 0; }
      .blocks-item__img img {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .blocks-item__link {
      max-width: 100%;
      margin-top: 9px; }
    .blocks-item__title {
      text-align: left;
      font-size: 16px;
      margin-bottom: 0; } }
@media screen and (max-width: 450px) {
  .welcome {
    background-size: 60% auto; } }
@media screen and (max-width: 360px) {
  .welcome {
    background-size: 95% auto; } }
.sidebar {
  width: 305px; }

@media screen and (max-width: 900px) {
  .sidebar {
    display: none; } }
.wrapper {
  margin-bottom: 10px; }
  .wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .wrapper-logo {
    max-width: 190px;
    display: none;
    margin: 0 auto 17px; }

@media screen and (max-width: 900px) {
  .wrapper {
    margin-bottom: 30px; }
    .wrapper .container {
      display: block; } }
@media screen and (max-width: 850px) {
  .wrapper-logo {
    display: block; } }
.slider {
  margin: 0 -10px; }

@media screen and (max-width: 600px) {
  .slider {
    width: 225px;
    margin: 0 auto; } }
.product {
  width: 223px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 10px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  border-bottom: 3px solid #007314;
  position: relative;
  outline: none; }
  .product__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 12px;
    z-index: 1; }
  .product__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    height: 100%;
    background: #ff4d15;
    color: #fff;
    font-family: open_sansbold, sans-serif; }
  .product__like {
    width: 20px;
    margin-left: auto; }
  .product__img {
    width: 100%;
    height: 222px;
    position: relative;
    margin-bottom: 5px; }
    .product__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .product__info {
    padding: 0 10px; }
  .product__name {
    font-size: 18px;
    font-weight: bold;
    color: #006512;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px; }
  .product__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 12px;
    margin-bottom: 19px;
    border-bottom: 1px solid #007314; }
    .product__reviews-link {
      color: #666666;
      line-height: 1; }
  .product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
  .product__price {
    font: 20px open_sanssemibold, sans-serif;
    color: #343434; }
  .product__buy {
    width: 100%;
    max-width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: flex;
    height: 40px;
    background: #007507;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 #003e0b;
            box-shadow: 0 2px 0 0 #003e0b; }
  .product__count {
    font-size: 12px;
    color: #343434;
    line-height: 1; }
  .product__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .product__link:after {
      content: "";
      width: 8px;
      height: 8px;
      border: 2px solid #3a7224;
      border-top: 0;
      border-left: 0;
      position: absolute;
      top: 50%;
      left: 45%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
              transform: translateY(-50%) translateX(-50%) rotate(-45deg);
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    .product__link:hover {
      background: #396521; }
      .product__link:hover:after {
        border-color: #fff; }

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px; }
  .advantages-block {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
  .advantages-img {
    width: 60px;
    min-width: 60px;
    position: relative; }
    .advantages-img img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 53px; }
  .advantages-title {
    font: 18px open_sanssemibold, sans-serif;
    color: #006512;
    line-height: 1;
    margin-bottom: 7px; }
  .advantages-text {
    font-size: 14px;
    line-height: 1.14;
    color: #000; }

@media screen and (max-width: 850px) {
  .advantages-block {
    width: 100%; } }
.banner {
  width: 100%;
  height: 301.8px;
  background: url("../img/banner.jpg") no-repeat center;
  background-size: cover;
  padding: 20px 9px 9px 18px;
  margin-bottom: 20px; }
  .banner-title {
    font: 24px open_sanssemibold, sans-serif;
    line-height: 1.16;
    margin-bottom: 14px; }
    .banner-title span {
      color: #ff4d15; }
  .banner-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 200px;
    height: 46px;
    color: #fff;
    background: #ff4d15;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 #9d2f0d;
            box-shadow: 0 2px 0 0 #9d2f0d;
    font-size: 14px; }
  .banner-hidden {
    display: none; }

@media screen and (max-width: 900px) {
  .banner-hidden {
    display: block; }

  .banner {
    max-width: 288px;
    margin: 0 auto 20px; }
    .banner-title {
      font-size: 22px; }
    .banner-link {
      margin: 0 auto; } }
.navigation {
  width: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  padding: 7px 19px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
  .navigation-link {
    display: block;
    padding: 9px 0;
    padding-right: 20px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    font-size: 14px;
    color: #000; }
    .navigation-link:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #808080;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .navigation-link:last-child {
      border-bottom: none; }
  .navigation-hidden {
    display: none; }

@media screen and (max-width: 900px) {
  .navigation-hidden {
    display: block; } }

/*# sourceMappingURL=style.css.map */