/*! 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: georgia, sans-serif;
  font-size: 16px;
  color: #000; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

.container {
  max-width: 1170px;
  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; }

.button {
  display: inline-block;
  border: none;
  outline: none;
  background: #59c73e;
  color: #fff;
  font-family: arial, sans-serif;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 0 #009372;
          box-shadow: 0 2px 0 0 #009372;
  border-radius: 4px;
  padding: 17px  30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .button:hover {
    background: #009372;
    -webkit-box-shadow: 0 2px 0 0 #25403a;
            box-shadow: 0 2px 0 0 #25403a; }

.hidden-container {
  display: none; }

.hidden-logo {
  max-width: 260px;
  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;
  margin-bottom: 20px; }

.main {
  margin-bottom: 50px; }
  .main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }

h2 {
  display: inline-block;
  font: 30px georgiabold, sans-serif;
  color: #3c3d3c;
  border-bottom: 1px solid #009372;
  margin-bottom: 0.9em; }

@media screen and (max-width: 900px) {
  .main .container {
    display: block; }

  h2 {
    font-size: 24px; } }
@media screen and (max-width: 750px) {
  .button {
    font-size: 14px; }

  .hidden-container {
    display: block; } }
@font-face {
  font-family: 'arial';
  src: url("../fonts/arial/arial.eot");
  src: url("../fonts/arial/arial.eot?#iefix") format("embedded-opentype"), url("../fonts/arial/arial.woff2") format("woff2"), url("../fonts/arial/arial.woff") format("woff"), url("../fonts/arial/arial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'arialbold';
  src: url("../fonts/arial/arial-bold.eot");
  src: url("../fonts/arial/arial-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/arial/arial-bold.woff2") format("woff2"), url("../fonts/arial/arial-bold.woff") format("woff"), url("../fonts/arial/arial-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'georgia';
  src: url("../fonts/georgia/georgia.eot");
  src: url("../fonts/georgia/georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/georgia/georgia.woff2") format("woff2"), url("../fonts/georgia/georgia.woff") format("woff"), url("../fonts/georgia/georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'georgiabold';
  src: url("../fonts/georgia/georgia-bold.eot");
  src: url("../fonts/georgia/georgia-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/georgia/georgia-bold.woff2") format("woff2"), url("../fonts/georgia/georgia-bold.woff") format("woff"), url("../fonts/georgia/georgia-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.header {
  margin-bottom: 20px; }
  .header__logo {
    width: 300px;
    height: 100px;
    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;
    background: #fff;
    position: relative;
    border-radius: 150px/50px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3); }
  .header__block {
    margin-top: -34px;
    background: #009372; }
    .header__block .container {
      padding-left: 320px; }
  .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; }
  .header__link {
    text-transform: uppercase;
    color: #fff;
    font-family: georgiabold, sans-serif;
    padding: 17px 0; }

.close-nav {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #009372;
  position: relative; }
  .close-nav:after, .close-nav:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .close-nav:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

@media screen and (max-width: 900px) {
  .header__link {
    font-size: 12px; } }
@media screen and (max-width: 750px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding-left: 16px;
    background: #009372; }
    .header__container {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 20px 16px;
      background: #fff;
      z-index: 1000;
      -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); }
      .header__container .container {
        padding: 0; }
      .header__container > .container {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #009372; }
    .header__logo {
      width: 170px;
      height: auto;
      border-radius: 0;
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .header__top {
      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; }
    .header__block {
      margin: 0;
      background: none; }
    .header__nav {
      display: block; }
    .header__link {
      display: block;
      color: #000;
      padding: 0;
      font: 16px georgia, sans-serif;
      margin-bottom: 20px; }
      .header__link:active {
        color: #009372; }
      .header__link:last-child {
        margin-bottom: 0; }

  .close-nav {
    display: block; } }
.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; }

.banner {
  padding: 30px 17px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px; }
  .banner__title {
    font: 30px georgiabold, sans-serif;
    color: #3c3d3c;
    line-height: 1;
    margin-bottom: 0.86em;
    text-align: center; }
  .banner__text {
    width: 71%;
    margin: 0 auto;
    color: #3c3d3c;
    line-height: 1.5;
    margin-bottom: 1.875em;
    text-align: center;
    position: relative;
    z-index: 1; }
  .banner__img {
    width: 26.4%;
    max-width: 275px;
    position: absolute;
    bottom: 18px;
    left: 17px; }
    .banner__img-right {
      left: auto;
      right: 17px; }
  .banner .button {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; }

@media screen and (max-width: 750px) {
  .banner {
    padding: 19px 11px;
    margin-bottom: 20px; }
    .banner__title {
      font-size: 16px;
      margin-bottom: 11px; }
    .banner__text {
      width: 100%;
      font-size: 14px;
      line-height: 1.28;
      margin-bottom: 15px; }
    .banner__img {
      position: static;
      -webkit-transform: none;
              transform: none;
      width: 240px;
      margin: 20px auto 0; }
      .banner__img-left {
        display: none; }
    .banner .button {
      width: 100%; } }
.footer {
  height: 70px;
  background: #009372;
  color: #fff;
  font: 14px arial, sans-serif;
  text-align: center; }
  .footer .container {
    height: 100%;
    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; }

.sidebar {
  width: 270px;
  min-width: 270px; }
  .sidebar__catalog {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 20px; }
  .sidebar__title {
    height: 50px;
    background: #009372;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    position: relative; }
  .sidebar img {
    width: 16px;
    margin-right: 8px; }
  .sidebar__nav {
    padding: 20px 18px; }
  .sidebar__link {
    display: block;
    font: 14px arial, sans-serif;
    color: #3c3d3c;
    text-decoration: underline;
    margin-bottom: 15px; }
    .sidebar__link:last-child {
      margin-bottom: 0; }
    .sidebar__link:hover {
      color: #009372; }
  .sidebar__law {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
  .sidebar__text {
    padding: 20px 18px;
    font: 14px arial, sans-serif;
    color: #3c3d3c;
    line-height: 1.42; }

.sidebar-arrow {
  display: none;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.sidebar__title-close .sidebar-arrow {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

@media screen and (max-width: 900px) {
  .sidebar {
    width: 100%;
    min-width: 100%;
    margin-bottom: 50px; }
    .sidebar__title {
      cursor: pointer; }

  .sidebar-arrow {
    display: block; } }
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px; }
  .content-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px; }
  .content-shop__item {
    width: calc(33.33% - 24px);
    margin: 0 12px 20px; }
    .content-shop__item-2 {
      width: calc(50% - 24px); }
  .content-shop__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 14px; }
  .content-shop__img {
    width: 60px;
    margin-right: 17px; }
  .content-shop__title {
    font: 20px arialbold, sans-serif;
    color: #3c3d3c;
    line-height: 1.1; }
  .content-shop__text {
    font: 14px arial, sans-serif;
    color: #3c3d3c;
    line-height: 1.42; }
  .content .button {
    margin-bottom: 20px; }
    .content .button:last-of-type {
      margin-bottom: 0; }

.content-text {
  font: 14px arial, sans-serif;
  color: #000;
  line-height: 1.42; }
  .content-text-margin {
    margin-bottom: 22px; }

.content-title {
  font: 20px arialbold, sans-serif;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px; }

.content-list__item {
  padding-left: 16px;
  position: relative;
  margin-bottom: 14px; }
  .content-list__item:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #59c73e;
    position: absolute;
    top: 6px;
    left: 0; }
.content-list__title {
  font: 14px arialbold, sans-serif;
  color: #000;
  margin-bottom: 14px; }

.shop-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .shop-items__block {
    width: calc(33.33% - 20px);
    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;
    height: 470px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    overflow: hidden;
    padding: 20px 5px;
    margin: 0 10px 20px; }
  .shop-items__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 50px;
    margin-bottom: 16px; }
  .shop-items__title {
    font: 20px arialbold, sans-serif;
    color: #3c3d3c;
    text-align: center;
    margin-bottom: 0.8em; }
  .shop-items__text {
    font: 14px arial, sans-serif;
    color: #3c3d3c;
    text-align: center; }
    .shop-items__text a {
      color: #2b59bf;
      text-decoration: underline; }

@media screen and (max-width: 1175px) {
  .shop-items__title {
    font-size: 16px; } }
@media screen and (max-width: 1050px) {
  .shop-items__block {
    width: calc(50% - 20px); }

  .shop-items__title {
    font-size: 20px; } }
@media screen and (max-width: 900px) {
  .content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0; }
    .content .button {
      width: 100%; }

  .content-shop {
    margin: 0;
    display: block; }
    .content-shop__item {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; }
    .content-shop__img {
      width: 43px;
      min-width: 43px;
      margin-right: 12px; }
    .content-shop__title {
      font-size: 16px; }

  .shop-items {
    margin: 0;
    display: block; }
    .shop-items__block {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; }
    .shop-items__title {
      font-size: 20px; }

  .content-title {
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
