/*! 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; }

.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; }

h1 {
  font: 28px open_sanssemibold, sans-serif;
  line-height: 1;
  color: #000;
  margin-bottom: 0.78em; }

h2 {
  font: 20px open_sanssemibold, sans-serif;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.4em; }

h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em; }

.main {
  margin-bottom: 50px; }
  .main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.margin-1 {
  margin-bottom: 25px; }

.text {
  font-size: 14px;
  color: #000;
  line-height: 1.28;
  margin-bottom: 1em; }

.main-link {
  width: 356px;
  height: 40px;
  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: #ff4d15;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  line-height: 1;
  text-decoration: none;
  margin-top: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center; }
  .main-link:hover {
    background: #396521; }
  .main-link-mobile {
    display: none; }

@media screen and (max-width: 950px) {
  .main .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .main-link {
    width: 100%;
    height: auto;
    padding: 14px 0; }
    .main-link-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

  h1 {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 45px; }

  h2 {
    font-size: 16px;
    line-height: 1.125;
    margin-bottom: 1.5em; } }
@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; }
.header {
  padding: 18px 0 25px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e5e5e5; }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__block {
    width: 320px; }
    .header__block img {
      width: 225px; }
  .header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__link {
    color: #000;
    text-transform: uppercase;
    font-family: open_sanssemibold, sans-serif;
    text-decoration: none;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
    margin-left: 26px;
    line-height: 1; }
    .header__link:first-child {
      margin-left: 0; }
    .header__link:hover {
      color: #396521; }

.close-nav {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #396521;
  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: 1280px) {
  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__block {
    width: 17%; }
    .header__block img {
      width: 100%; }
  .header__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .header__link {
    margin-left: 15px; } }
@media screen and (max-width: 1080px) {
  .header__block {
    width: 14%; }
  .header__link {
    font-size: 14px;
    margin-left: 10px; } }
@media screen and (max-width: 950px) {
  .header {
    margin-bottom: 20px; } }
@media screen and (max-width: 900px) {
  .header {
    padding: 12px;
    margin-bottom: 20px; }
    .header__block {
      width: 10%; }
    .header__link {
      font-size: 12px;
      margin-left: 5px; } }
@media screen and (max-width: 740px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 0;
    padding-left: 16px;
    background: #396521; }
    .header__container {
      width: 100%;
      display: none;
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      margin: 0;
      padding: 4px 15px 20px;
      background: #fff;
      -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__block {
      width: 100%;
      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: 17px;
      margin-bottom: 19px;
      border-bottom: 1px solid #396521; }
    .header__logo {
      width: 133px; }
    .header__nav {
      display: block; }
    .header__link {
      font: 18px open_sansregular, sans-serif;
      display: block;
      margin-left: 0;
      margin-bottom: 25px; }
      .header__link:last-child {
        margin-bottom: 0; }

  .close-nav {
    display: block; } }
.footer {
  background: #d9e2e8; }
  .footer__top {
    padding: 40px 0 25px;
    border-bottom: 1px solid #fff; }
    .footer__top .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__bottom {
    padding: 30px 0; }
    .footer__bottom .container {
      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; }
  .footer__payment {
    width: 192px; }
  .footer__socials {
    width: 191px;
    margin-left: 22px; }
  .footer__block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer__block-inner .footer__nav {
      margin-right: 48px; }
      .footer__block-inner .footer__nav:last-child {
        margin-right: 0; }
  .footer__title {
    font: 18px open_sanssemibold, sans-serif;
    color: #000;
    margin-bottom: 1.1em; }
  .footer__link {
    display: block;
    color: #505050;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 10px; }
    .footer__link:hover {
      text-decoration: underline; }
    .footer__link:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 1000px) {
  .footer__block-inner .footer__nav {
    margin-right: 20px; } }
@media screen and (max-width: 900px) {
  .footer__top {
    padding-bottom: 0; }

  .footer__block {
    width: calc(50% - 11px);
    margin-bottom: 25px;
    margin-right: 11px; }
    .footer__block:nth-child(2n) {
      margin-right: 0;
      margin-left: 11px; } }
@media screen and (max-width: 600px) {
  .footer {
    background: #f2f2f2; }
    .footer__top {
      padding-top: 25px;
      border-bottom: none; }
    .footer__bottom {
      padding: 0 0 27px; }
      .footer__bottom .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .footer__socials {
      margin-left: 0;
      margin-top: 24px; }

  .footer__title {
    margin-bottom: 12px; }

  .footer__block-inner {
    display: block; }
    .footer__block-inner .footer__nav {
      margin: 0; }
      .footer__block-inner .footer__nav:first-child {
        margin-bottom: 10px; } }
@media screen and (max-width: 320px) {
  .footer__block {
    width: 100%;
    margin-right: 0; }
    .footer__block:nth-child(2n) {
      margin-left: 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: 740px) {
  .hamburger {
    display: block; } }
.black-block {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.sidebar {
  width: 304px; }

.navigation {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px 18px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .navigation-link {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    line-height: 1;
    margin-bottom: 1em; }
    .navigation-link:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 7px;
      height: 7px;
      border: 2px solid #818181;
      border-left: none;
      border-bottom: none;
      -webkit-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg); }
    .navigation-link:hover {
      color: #396521; }
    .navigation-link:last-child {
      margin-bottom: 0; }

.sidebar__buttons {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1); }

.sidebar__button {
  border-bottom: 1px dashed #fff;
  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;
  padding: 20px 0; }
  .sidebar__button:last-child {
    border: none; }
  .sidebar__button-icon {
    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: 85px;
    height: 85px;
    margin-bottom: 20px; }
  .sidebar__button-title {
    font: 18px open_sanssemibold, sans-serif;
    color: #000;
    line-height: 1.22;
    text-align: center;
    margin-bottom: 12px; }
  .sidebar__button-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: 163px;
    height: 44px;
    background: #fff;
    border: 1px dashed #007f00;
    border-radius: 20px;
    color: #007f00; }
    .sidebar__button-link:hover {
      color: #ff4d15;
      border-color: #ff4d15; }

@media screen and (max-width: 950px) {
  .sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 28px; }
    .sidebar__buttons {
      display: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 28px; }

  .sidebar__button {
    width: 50%;
    padding: 19px 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .sidebar__button-icon {
      width: 65px;
      height: 65px;
      margin-bottom: 0;
      margin-right: 8px; }
    .sidebar__button-title {
      width: calc(100% - 73px);
      text-align: left;
      margin-bottom: 0; }
    .sidebar__button-link {
      margin-top: 20px; }

  .navigation {
    padding: 24px 18px;
    margin-bottom: 0; } }
@media screen and (max-width: 600px) {
  .sidebar__button {
    width: 100%; } }
.content {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .content__logo {
    display: none;
    width: 100%;
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px; }
  .content__buttons {
    display: none; }

@media screen and (max-width: 950px) {
  .content {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0; }
    .content__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .content__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
@media screen and (max-width: 600px) {
  .content__buttons {
    display: block; } }
.banner {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px 28px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative; }
  .banner__title {
    font: 40px open_sanssemibold, sans-serif;
    color: #373737;
    line-height: 1;
    margin-bottom: 16px; }
    .banner__title span {
      color: #ff4d15; }
  .banner__text {
    width: 62.8%;
    color: #373737;
    line-height: 1.5; }
  .banner__img {
    position: absolute;
    bottom: 43px;
    right: 6px;
    width: 37.8%; }
  .banner__link {
    width: 356px;
    height: 40px;
    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: #ff4d15;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    line-height: 1;
    text-decoration: none;
    margin-top: 20px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    text-align: center; }
    .banner__link:hover {
      background: #396521; }

@media screen and (max-width: 950px) {
  .banner {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 8px 15px; }
    .banner__title {
      font: 16px open_sansregular, sans-serif;
      color: #3a3a3a;
      font-weight: bold; }
    .banner__text {
      font-size: 14px;
      line-height: 1.28;
      margin-bottom: 20px; }
    .banner__link {
      width: 100%;
      height: auto;
      margin-bottom: 17px;
      padding: 14px 0; }
    .banner__img {
      width: 100%;
      height: 127px;
      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;
      position: static; } }
.advantages {
  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; }
  .advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(33.33% - 54px);
    margin: 0 54px 20px 0; }
    .advantages__item:nth-child(3n) {
      margin-right: 0; }
  .advantages__img {
    height: 50px;
    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: 16px; }
  .advantages__title {
    font: 18px open_sanssemibold, sans-serif;
    text-align: center;
    color: #000;
    margin-bottom: 0.5rem; }
  .advantages__text {
    font-size: 14px;
    line-height: 1.14;
    color: #666666;
    text-align: center; }

@media screen and (max-width: 950px) {
  .advantages {
    margin-top: 46px; }
    .advantages__item {
      width: 50%;
      margin-right: 0;
      margin-bottom: 27px;
      padding: 0 10px; } }
@media screen and (max-width: 600px) {
  .advantages__item {
    width: 100%;
    padding: 0; }
    .advantages__item:last-child {
      margin-bottom: 0; } }

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