/*! 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; }

h1 {
  font-size: 36px;
  margin-bottom: 0.47em;
  line-height: 1; }
  h1 span {
    color: #74b908; }

h2 {
  font: 20px open_sanssemibold, sans-serif;
  margin-bottom: 0.75em;
  line-height: 1; }

a {
  text-decoration: none;
  line-height: 1; }

button, input[type=button] {
  cursor: pointer;
  border: none;
  outline: none;
  background: none; }

.main {
  margin-bottom: 30px; }
  .main .container {
    width: 100%;
    display: flex; }

.text {
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 1em; }
  .text:last-of-type {
    margin-bottom: 1.64em; }

.hidden-logo {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #74b908;
  margin-bottom: 30px; }
  .hidden-logo img {
    max-height: 45px;
    max-width: 220px; }

@media screen and (max-width: 750px) {
  .main {
    margin-bottom: 50px; }
    .main .container {
      display: block; }

  .hidden-logo {
    display: flex; }

  h1 {
    font-size: 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 {
  padding: 19px 0 17px;
  margin-bottom: 70px;
  border-bottom: 2px solid #74b908; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    max-width: 219px; }
  .header__nav {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__link {
    font: 18px open_sanssemibold, sans-serif;
    color: #000;
    border-bottom: 2px solid #fff;
    transition: 0.3s all; }
    .header__link:hover {
      color: #74b908;
      border-bottom: 2px solid #ffbe00; }

.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: 960px) {
  .header__logo {
    max-width: 160px; } }
@media screen and (max-width: 750px) {
  .close-nav {
    display: block; }

  .header {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0;
    padding-left: 16px;
    margin-bottom: 20px;
    border: none;
    background: #74b908; }
    .header .container {
      display: block; }
    .header__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #74b908; }
    .header__nav {
      width: 100%;
      flex-direction: column;
      align-items: flex-start; }
    .header__link {
      margin-bottom: 12px; }
      .header__link:last-child {
        margin-bottom: 0; }

  .header__container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 18px 16px 27px; }
    .header__container .container {
      padding: 0; } }
.hamburger {
  width: 23px;
  display: none; }
  .hamburger span {
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 5px; }
    .hamburger span:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 750px) {
  .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; }

.sidebar {
  width: 280px;
  min-width: 280px; }
  .sidebar__top {
    padding: 20px 0 25px;
    background: #f5f5f5;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    box-shadow: 3px 3px 0 0 rgba(116, 185, 8, 0.3); }
    .sidebar__top-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px; }
      .sidebar__top-item:last-child {
        margin-bottom: 0; }
    .sidebar__top-img {
      margin-bottom: 10px; }
    .sidebar__top-title-1 {
      font: 20px open_sansbold, sans-serif;
      margin-bottom: 6px; }
    .sidebar__top-title-2 {
      font-size: 18px; }

.sidebar-advantages__item {
  height: 247px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #74b908;
  box-shadow: 3px 3px 0 0 #74b908;
  border-radius: 5px;
  padding: 20px 15px 0;
  text-align: center; }
  .sidebar-advantages__item:last-child {
    margin-bottom: 0; }
.sidebar-advantages__img {
  margin-bottom: 14px; }
.sidebar-advantages__title {
  font: 18px open_sanssemibold, sans-serif;
  margin-bottom: 0.5em; }
.sidebar-advantages__text {
  font-size: 14px;
  color: #3c3d3c;
  line-height: 1.42; }
  .sidebar-advantages__text a {
    text-decoration: underline;
    color: #2b59bf; }

@media screen and (max-width: 750px) {
  .sidebar {
    width: 100%;
    min-width: 100%;
    margin-bottom: 48px; }

  .sidebar-advantages__item {
    height: auto;
    padding-bottom: 17px; } }
.content {
  width: calc(100% - 300px);
  margin-left: 20px; }

.show-all {
  max-width: 246px;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  background: #ffbe00;
  border-radius: 4px;
  color: #000;
  box-shadow: 0 1px 0 0 #cc9900;
  transition: 0.3s all;
  margin: 0 auto;
  font-size: 14px; }
  .show-all:hover {
    background: #74b908;
    color: #fff;
    box-shadow: 0 1px 0 0 #446c07; }

@media screen and (max-width: 750px) {
  .content {
    width: 100%;
    margin-left: 0; }

  .show-all {
    display: flex; } }
.banner {
  border-radius: 5px;
  border: 1px solid #74b908;
  padding: 35px 21px 20px;
  box-shadow: 3px 3px 0 0 rgba(116, 185, 8, 0.3);
  position: relative;
  margin-bottom: 40px; }
  .banner-hidden {
    display: none; }
  .banner__title {
    font: 40px open_sansbold, sans-serif;
    color: #373737;
    margin-bottom: 0.375em;
    line-height: 1; }
    .banner__title span {
      color: #74b908; }
  .banner__text {
    width: 67.7%;
    color: #373737;
    line-height: 1.5;
    margin-bottom: 1.25em; }
  .banner__btn {
    max-width: 380px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffbe00;
    border-radius: 4px;
    color: #000;
    box-shadow: 0 1px 0 0 #cc9900;
    transition: 0.3s all;
    text-align: center; }
    .banner__btn:hover {
      background: #74b908;
      color: #fff;
      box-shadow: 0 1px 0 0 #446c07; }
  .banner__img {
    position: absolute;
    bottom: 30px;
    right: 26px;
    max-width: 248px;
    width: 28.4%; }

@media screen and (max-width: 950px) {
  .banner {
    margin-bottom: 16px; }
    .banner__title {
      font-size: 16px;
      margin-bottom: 14px; }
    .banner__text {
      width: 100%;
      font-size: 14px;
      margin-bottom: 1em; }
    .banner__btn {
      max-width: 100%;
      margin-bottom: 10px; }
    .banner__img {
      position: static;
      margin: 0 auto; } }
@media screen and (max-width: 750px) {
  .banner {
    display: none; }
    .banner-hidden {
      display: block; }
    .banner__img {
      width: 245px;
      max-width: 100%; }
    .banner-btn {
      font-size: 14px; } }
.slider {
  display: flex;
  margin: 0 -10px 45px; }
  .slider-container {
    position: relative; }
  .slider-title {
    font-size: 40px;
    margin-bottom: 22px; }
  .slider-btn {
    width: 10px;
    height: 10px;
    border: 3px solid #74b908;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    opacity: 0.5;
    transition: 0.3s all;
    position: absolute;
    top: -48px;
    right: 30px; }
    .slider-btn:hover {
      opacity: 1; }
    .slider-btn-right {
      transform: rotate(-135deg);
      right: 15px; }
  .slider__item {
    width: calc(33.33% - 20px);
    margin: 0 10px 5px;
    border: 1px solid #74b908;
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 rgba(116, 185, 8, 0.3);
    position: relative;
    outline: none; }
  .slider__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border-bottom: 1px solid #74b908; }
  .slider__block {
    padding: 20px; }
  .slider__name {
    font: 18px open_sanssemibold, sans-serif;
    line-height: 1;
    text-align: center;
    margin-bottom: 17px; }
  .slider__list {
    padding: 16px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px; }
    .slider__list-item {
      font: 14px open_sanslight, sans-serif;
      line-height: 1;
      position: relative;
      margin-bottom: 12px;
      padding-left: 12px; }
      .slider__list-item:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #ffbe00;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .slider__list-item:last-child {
        margin-bottom: 0; }
  .slider__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    background: #74b908;
    font-family: open_sanssemibold, sans-serif;
    color: #fff;
    text-align: center;
    box-shadow: 0 1px 0 0 #538700;
    transition: 0.3s all; }
    .slider__btn:hover {
      background: #ffbe00;
      box-shadow: 0 1px 0 0 #cc9900; }

.label {
  width: 80px;
  height: 38px;
  background: url(../img/label.png) no-repeat center;
  background-size: 100%;
  font-family: open_sanssemibold, sans-serif;
  padding-left: 17px;
  padding-top: 11px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: -4px; }

.reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  .reviews__link {
    font: 14px open_sanslight, sans-serif;
    color: #666666;
    transition: 0.3s all; }
    .reviews__link:hover {
      color: #74b908; }

.stars {
  width: 73px;
  height: 15px; }

.cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }
  .cost__price {
    font: 20px open_sanssemibold, sans-serif;
    color: #343434;
    line-height: 1; }
  .cost__count {
    font-size: 12px;
    color: #666666;
    line-height: 1.16; }

@media screen and (max-width: 750px) {
  .slider {
    margin-bottom: 40px; }
    .slider-title {
      font-size: 24px; } }
.categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .categories__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 165px;
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    border: 1px dashed #74b908;
    border-radius: 4px;
    padding-top: 20px; }
  .categories__img {
    width: 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px; }
  .categories__title {
    font-size: 18px;
    line-height: 1;
    text-align: center; }

@media screen and (max-width: 1075px) {
  .categories__item {
    width: calc(33.33% - 20px); } }
@media screen and (max-width: 880px) {
  .categories__item {
    width: calc(50% - 20px); } }
@media screen and (max-width: 500px) {
  .categories {
    margin: 0; }
    .categories__item {
      width: 100%;
      margin: 0 0 20px; } }

/*# sourceMappingURL=style.css.map */
