@import url("https://fonts.googleapis.com/css?family=Fira+Sans&display=swap&subset=cyrillic");
@font-face {
  src: url("../fonts/RoundedMplus1c-Thin.woff") format("woff");
  font-family: "RoundedMplus1c";
  font-weight: 100;
  font-style: normal;
  font-display: auto; }

@font-face {
  src: url("../fonts/RoundedMplus1c-Light.woff") format("woff");
  font-family: "RoundedMplus1c";
  font-weight: 300;
  font-style: normal;
  font-display: auto; }

@font-face {
  src: url("../fonts/RoundedMplus1c-Regular.woff") format("woff");
  font-family: "RoundedMplus1c";
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  src: url("../fonts/RoundedMplus1c-Medium.woff") format("woff");
  font-family: "RoundedMplus1c";
  font-weight: 500;
  font-style: normal;
  font-display: auto; }

@font-face {
  src: url("../fonts/RoundedMplus1c-Bold.woff") format("woff");
  font-family: "RoundedMplus1c";
  font-weight: 700;
  font-style: normal;
  font-display: auto; }

@font-face {
  src: url("../fonts/RoundedMplus1c-ExtraBold.woff") format("woff");
  font-family: "RoundedMplus1c";
  font-weight: 800;
  font-style: normal;
  font-display: auto; }

@font-face {
  src: url("../fonts/RoundedMplus1c-Black.woff") format("woff");
  font-family: "RoundedMplus1c";
  font-weight: 900;
  font-style: normal;
  font-display: auto; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  overflow-x: hidden;
  padding-top: 56px;
  font-family: "RoundedMplus1c", sans-serif; }

.container, .footer__inner {
  width: 960px;
  margin: 0 auto; }
  @media (max-width: 979px) {
    .container, .footer__inner {
      padding: 0 5.55556vmin;
      width: 100%; } }
  .container.is-relative, .is-relative.footer__inner {
    position: relative; }

.title, .card__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  color: #57453a; }
  @media (max-width: 979px) {
    .title, .card__title {
      font-size: 9.44444vmin;
      line-height: 11.66667vmin; } }
  .title span, .card__title span {
    display: block;
    font-weight: 700;
    color: #f5842b; }
  .title.is-one-line span, .is-one-line.card__title span {
    display: inline-block; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 979px) {
    .flex {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .flex.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.is-visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

@-webkit-keyframes step {
  from {
    opacity: 0.2;
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  75% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    bottom: 100%;
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3); } }

@-moz-keyframes step {
  from {
    opacity: 0.2;
    -moz-transform: scale(1.3);
         transform: scale(1.3); }
  30% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1); }
  75% {
    opacity: 0.8;
    -moz-transform: scale(1);
         transform: scale(1); }
  100% {
    bottom: 100%;
    opacity: 0;
    -moz-transform: scale(1.3);
         transform: scale(1.3); } }

@-o-keyframes step {
  from {
    opacity: 0.2;
    -o-transform: scale(1.3);
       transform: scale(1.3); }
  30% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1); }
  75% {
    opacity: 0.8;
    -o-transform: scale(1);
       transform: scale(1); }
  100% {
    bottom: 100%;
    opacity: 0;
    -o-transform: scale(1.3);
       transform: scale(1.3); } }

@keyframes step {
  from {
    opacity: 0.2;
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  75% {
    opacity: 0.8;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  100% {
    bottom: 100%;
    opacity: 0;
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3); } }

@-webkit-keyframes stepMove {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes stepMove {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes stepMove {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes stepMove {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

svg image {
  opacity: 0; }

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 25px 0 35px; }
  @media (max-width: 979px) {
    .footer__inner {
      display: block;
      padding: 6.94444vmin 2.77778vmin 9.72222vmin;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer__inner img {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.footer__copyrights {
  width: 50%; }
  @media (max-width: 979px) {
    .footer__copyrights {
      margin-bottom: 5.55556vmin;
      width: 100%; } }
  @media (max-width: 767px) {
    .footer__copyrights {
      margin-bottom: 8.33333vmin; } }

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%; }
  @media (max-width: 979px) {
    .footer__logo {
      display: block;
      width: 100%; } }
  .footer__logo img {
    display: block;
    max-width: 154px; }
    @media (max-width: 979px) {
      .footer__logo img {
        display: block;
        margin: 0 auto;
        max-width: 44.44444vmin; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -52px; }
  .row.is-vtop {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row.is-vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row.is-vbottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  @media (min-width: 1101px) {
    .row {
      margin-left: -2.6vw; } }
  @media (max-width: 1250px) {
    .row {
      margin-left: -5.24194vw; } }
  @media (max-width: 979px) {
    .row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -14.44444vmin; } }

.col {
  padding-left: 52px; }
  .col.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .col.is-vcenter {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .col.col-1-of-2 {
    width: 50%; }
    @media (max-width: 979px) {
      .col.col-1-of-2 {
        width: 100%; } }
  .col.col-1-of-3 {
    width: 33.33333%; }
  .col.col-1-of-4 {
    width: 25%; }
  .col.col-1-of-5 {
    width: 20%; }
  @media (min-width: 1101px) {
    .col {
      padding-left: 2.6vw; } }
  @media (max-width: 1250px) {
    .col {
      padding-left: 5.24194vw; }
      .col.col-md-4 {
        width: 33.33333%; }
      .col.col-md-6 {
        width: 50%; } }
  @media (max-width: 979px) {
    .col {
      padding-left: 14.44444vmin; }
      .col.col-sm-12 {
        width: 100%; } }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 600;
  border-bottom: 1px solid rgba(87, 69, 58, 0.13);
  background-color: #fff; }
  .header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 11px 2px 0 14px;
    width: 1220px;
    background-color: #fff; }
    @media (max-width: 1250px) {
      .header__content {
        width: 100%; } }
    @media (max-width: 979px) {
      .header__content {
        padding: 8px 16px 10px;
        width: 100%;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; } }
  .header__logo {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 14px;
    width: 160px; }
    @media (max-width: 979px) {
      .header__logo {
        margin: 0 auto;
        width: 44.44444vmin; } }
    .header__logo img {
      display: block;
      width: 100%; }
  @media (max-width: 979px) {
    .header__nav {
      display: none; } }
  .header__search {
    padding: 2px 0;
    margin-left: auto; }
    @media (max-width: 979px) {
      .header__search {
        margin-left: 0; } }
  .header__lang {
    margin-left: auto;
    padding-bottom: 4px; }
    @media (max-width: 1250px) {
      .header__lang {
        margin-left: auto;
        margin-right: 1.6129vw; } }
    @media (max-width: 979px) {
      .header__lang {
        margin: 0vmin; } }
  .header__hamburger {
    display: none; }
    @media (max-width: 979px) {
      .header__hamburger {
        display: block;
        padding: 2.77778vmin 2.77778vmin;
        background: #f15e22; } }

.section--reason {
  position: relative; }
  .section--reason .section__trace {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5; }
    @media (max-width: 979px) {
      .section--reason .section__trace {
        display: none; } }
    .section--reason .section__trace svg {
      position: absolute;
      width: 1586px;
      height: 1802px;
      -webkit-transform: translateX(150px) translateY(5px);
         -moz-transform: translateX(150px) translateY(5px);
          -ms-transform: translateX(150px) translateY(5px);
           -o-transform: translateX(150px) translateY(5px);
              transform: translateX(150px) translateY(5px); }

.section--contacts {
  padding: 88px 0 31px;
  background-color: #f15e22;
  background-image: url("../images/food_print.svg");
  background-position: 0 20px;
  background-repeat: repeat-x;
  -webkit-background-size: 440px 30px;
     -moz-background-size: 440px 30px;
          background-size: 440px 30px; }

.section--product {
  padding: 0; }
  @media (max-width: 979px) {
    .section--product {
      padding-bottom: 25vmin; } }

.section--about {
  padding: 55px 0 0;
  margin-bottom: -70px; }
  @media (max-width: 979px) {
    .section--about {
      padding: 0;
      margin: 0;
      background-color: #57453a; } }
  .section--about .container, .section--about .footer__inner {
    margin: 0 auto;
    padding-left: 20px;
    width: 1000px; }
    @media (max-width: 979px) {
      .section--about .container, .section--about .footer__inner {
        width: 100%;
        padding: 0 5.55556vmin; } }
  .section--about .is-decore-0 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 979px) {
      .section--about .is-decore-0 {
        display: none; } }
    .section--about .is-decore-0 svg {
      width: 593px;
      height: 542px;
      fill: #fccaa0; }
  .section--about .is-decore-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    -webkit-transform: translateX(-50%) translateX(-24px) translateY(50%) translateY(-131px);
       -moz-transform: translateX(-50%) translateX(-24px) translateY(50%) translateY(-131px);
        -ms-transform: translateX(-50%) translateX(-24px) translateY(50%) translateY(-131px);
         -o-transform: translateX(-50%) translateX(-24px) translateY(50%) translateY(-131px);
            transform: translateX(-50%) translateX(-24px) translateY(50%) translateY(-131px); }
    @media (max-width: 1024px) {
      .section--about .is-decore-1 {
        -webkit-transform: translateX(-50%) translateX(64px) translateY(50%) translateY(-131px);
           -moz-transform: translateX(-50%) translateX(64px) translateY(50%) translateY(-131px);
            -ms-transform: translateX(-50%) translateX(64px) translateY(50%) translateY(-131px);
             -o-transform: translateX(-50%) translateX(64px) translateY(50%) translateY(-131px);
                transform: translateX(-50%) translateX(64px) translateY(50%) translateY(-131px); } }
    @media (max-width: 979px) {
      .section--about .is-decore-1 {
        display: none; } }
    .section--about .is-decore-1 svg {
      width: 885px;
      height: 695px;
      fill: #fee6d4; }
  .section--about .is-decore-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translateX(100%) translateX(-90px) translateY(50%) translateY(17px);
       -moz-transform: translateX(100%) translateX(-90px) translateY(50%) translateY(17px);
        -ms-transform: translateX(100%) translateX(-90px) translateY(50%) translateY(17px);
         -o-transform: translateX(100%) translateX(-90px) translateY(50%) translateY(17px);
            transform: translateX(100%) translateX(-90px) translateY(50%) translateY(17px); }
    @media (max-width: 979px) {
      .section--about .is-decore-2 {
        display: none; } }
    .section--about .is-decore-2 svg {
      width: 687px;
      height: 540px;
      fill: #fccaa0; }

.section--first-aid {
  padding: 230px 0 0;
  margin-top: 180px;
  background: url("../images/aid/aid_bg.png") center bottom no-repeat; }
  @media (max-width: 979px) {
    .section--first-aid {
      margin-top: 0;
      padding-top: 8.33333vmin;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover;
      background: #ece8e5; } }

.section--order {
  position: relative;
  z-index: 40;
  padding: 243px 0 90px;
  min-height: 770px;
  background: url("../images/order/order_bg.png") center top no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover; }
  @media (max-width: 979px) {
    .section--order {
      margin-top: -11.11111vmin;
      padding: 67.5vmin 0 25vmin;
      min-height: 100px;
      -webkit-background-size: cover !important;
         -moz-background-size: cover !important;
              background-size: cover !important;
      background: url("../images/order/order_mobile_bg.png") center top no-repeat; } }

.section--order-hero, .section--order-list {
  padding: 85px 0; }
  @media (max-width: 979px) {
    .section--order-hero, .section--order-list {
      padding: 8.33333vmin 0 0; } }

@media (max-width: 979px) {
  .section--order-hero {
    padding: 8.33333vmin 0 22.22222vmin 0; } }

.section--order-list {
  padding-top: 20px; }
  @media (max-width: 979px) {
    .section--order-list {
      padding: 2.77778vmin 0 16.66667vmin 0; } }

.section--article {
  padding: 45px 0 50px; }
  @media (max-width: 979px) {
    .section--article {
      padding: 12.5vmin 0 13.88889vmin; } }

.advantages {
  counter-reset: advantages;
  background: #f5842b;
  padding: 30px 40px 30px 0; }
  @media (max-width: 979px) {
    .advantages {
      padding: 8.33333vmin 11.11111vmin 13.88889vmin 0; } }
  .advantages__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 979px) {
      .advantages__row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .advantages__col {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    width: 50%; }
    @media (max-width: 979px) {
      .advantages__col {
        width: 100%;
        margin-bottom: 30px; } }
  @media (max-width: 979px) and (max-width: 979px) {
    .advantages__col {
      margin-bottom: 8.33333vmin; } }
    @media (max-width: 979px) {
        .advantages__col:last-child {
          margin-bottom: 0; } }
    .advantages__col p {
      margin: 0 0 20px;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #fff; }
      @media (max-width: 979px) {
        .advantages__col p {
          margin: 0 0 5.55556vmin;
          font-weight: 400;
          font-size: 4.44444vmin;
          line-height: 5.27778vmin; } }
  .advantages__item {
    position: relative;
    padding-left: 110px; }
    @media (max-width: 979px) {
      .advantages__item {
        padding-left: 30.55556vmin; } }
    .advantages__item::before {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      left: 30px;
      top: 0;
      z-index: 10;
      counter-increment: advantages;
      content: counter(advantages);
      width: 61px;
      height: 50px;
      background: url("../images/icn_footprint.svg") center bottom no-repeat;
      font-size: 30px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      color: #57453a; }
      @media (max-width: 979px) {
        .advantages__item::before {
          top: 50%;
          width: 16.94444vmin;
          height: 13.88889vmin;
          font-size: 8.33333vmin;
          line-height: 8.33333vmin;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); } }

.about {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: -webkit-calc(50% + 10px);
  width: -moz-calc(50% + 10px);
  width: calc(50% + 10px); }
  @media (max-width: 979px) {
    .about {
      margin-bottom: 8.33333vmin;
      width: 100%; } }
  @media (max-width: 979px) {
    .about__hero {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .about__title {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 40px;
    line-height: 41px;
    color: #f15e22; }
    @media (max-width: 979px) {
      .about__title {
        margin: 0 0 5.55556vmin;
        font-size: 9.44444vmin;
        line-height: 10vmin;
        text-align: center;
        color: #fff; } }
  .about__image {
    position: relative;
    margin-bottom: 9px;
    z-index: 1; }
    @media (max-width: 979px) {
      .about__image {
        margin-top: -11.11111vmin;
        margin-bottom: 2.5vmin; } }
    .about__image img {
      display: block;
      -webkit-transform: translateX(-8px);
         -moz-transform: translateX(-8px);
          -ms-transform: translateX(-8px);
           -o-transform: translateX(-8px);
              transform: translateX(-8px); }
      @media (max-width: 979px) {
        .about__image img {
          margin: 0 auto;
          width: 68.88889vmin;
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
              -ms-transform: translateX(0);
               -o-transform: translateX(0);
                  transform: translateX(0); } }
    .about__image svg {
      position: absolute;
      left: -10px;
      top: 1px;
      z-index: -1;
      width: 316px;
      height: 308px;
      fill: #fee6d4; }
      @media (max-width: 979px) {
        .about__image svg {
          left: 0;
          right: 0;
          top: 0.27778vmin;
          margin: 0 auto;
          width: 71.38889vmin;
          height: 69.44444vmin; } }
  .about__subtitle, .about__subtitle a {
    margin: 0 0 13px;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    color: #f15e22; }
    @media (max-width: 979px) {
      .about__subtitle, .about__subtitle a {
        display: none;
        margin: 0 0 3.61111vmin;
        font-size: 5.55556vmin;
        line-height: 6.66667vmin;
        text-decoration: underline; } }
  .about__subtitle.is-link {
    display: none; }
    @media (max-width: 979px) {
      .about__subtitle.is-link {
        display: block; } }
  .about__article {
    margin-bottom: 95px; }
    @media (max-width: 979px) {
      .about__article {
        margin-bottom: 0vmin;
        padding: 0 4.44444vmin; } }
  .about__body {
    margin-bottom: 24px; }
    @media (max-width: 979px) {
      .about__body {
        margin-bottom: 6.66667vmin; } }
    .about__body,
    .about__body p {
      font-weight: 400;
      font-size: 18px;
      line-height: 23px;
      color: #57453a; }
      @media (max-width: 979px) {
        .about__body,
        .about__body p {
          font-size: 4.44444vmin;
          line-height: 5.83333vmin;
          color: #fff; } }
    .about__body p {
      margin: 0 0 18px; }
      @media (max-width: 979px) {
        .about__body p {
          margin: 0 0 5vmin; } }
      .about__body p:last-child {
        margin-bottom: 0; }
  @media (max-width: 979px) {
    .about__action {
      display: none; } }

.aid {
  position: relative;
  padding-bottom: 56px; }
  @media (max-width: 979px) {
    .aid {
      padding-bottom: 15.55556vmin; } }
  .aid__title {
    margin-bottom: 50px;
    max-width: 450px; }
    @media (max-width: 979px) {
      .aid__title {
        margin-bottom: 13.88889vmin;
        max-width: 100%;
        text-align: center; } }
  .aid__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .aid__action {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .aid__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    width: 50%; }
    @media (max-width: 979px) {
      .aid__item {
        margin-bottom: 11.11111vmin;
        width: 100%; } }
  .aid__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px;
    width: 100px; }
    @media (max-width: 979px) {
      .aid__icon {
        margin-right: 2.77778vmin;
        width: 20.83333vmin; } }
    .aid__icon img {
      display: block;
      margin: 0 auto;
      width: 56px; }
      @media (max-width: 979px) {
        .aid__icon img {
          width: 13.88889vmin; } }
      @media (max-width: 767px) {
        .aid__icon img {
          width: 12.5vmin; } }
  .aid__body {
    position: relative;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #57453a; }
    @media (max-width: 979px) {
      .aid__body {
        padding-bottom: 2.77778vmin;
        font-size: 4.44444vmin;
        line-height: 5.83333vmin; } }
    .aid__body p {
      margin: 0; }
    .aid__body::after {
      content: ' ';
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      width: 92px;
      height: 4px;
      background-color: #f15e22; }
      @media (max-width: 979px) {
        .aid__body::after {
          -webkit-border-radius: 0.55556vmin;
             -moz-border-radius: 0.55556vmin;
                  border-radius: 0.55556vmin;
          width: 25.55556vmin;
          height: 1.11111vmin; } }
  .aid__mouse-hole {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 979px) {
      .aid__mouse-hole {
        display: none; } }
    .aid__mouse-hole::after {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 30;
      margin: 0 auto;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 14px;
      height: 14px;
      background-color: #f15e22;
      -webkit-transform: translateY(50%) translateY(-1px);
         -moz-transform: translateY(50%) translateY(-1px);
          -ms-transform: translateY(50%) translateY(-1px);
           -o-transform: translateY(50%) translateY(-1px);
              transform: translateY(50%) translateY(-1px); }
    .aid__mouse-hole svg {
      width: 61px;
      height: 68px; }
    .aid__mouse-hole img {
      display: block; }

.article__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #57453a; }
  @media (max-width: 979px) {
    .article__navigation {
      margin-bottom: 5.55556vmin;
      font-size: 5.55556vmin;
      line-height: 6.66667vmin; } }
  .article__navigation span {
    margin-left: 5px;
    color: #f5842b; }
  .article__navigation:hover span {
    text-decoration: underline; }

.article__title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 37px;
  line-height: 45px;
  color: #f5842b; }
  @media (max-width: 979px) {
    .article__title {
      margin: 0 0 2.22222vmin;
      font-size: 8.88889vmin;
      line-height: 10.55556vmin; } }

.article__author {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #57453a; }
  @media (max-width: 979px) {
    .article__author {
      margin: 0 0 5.55556vmin;
      font-size: 4.44444vmin;
      line-height: 5.83333vmin; } }

.article__body {
  margin-bottom: 80px; }
  .article__body h2,
  .article__body h3,
  .article__body h4,
  .article__body h5,
  .article__body h6 {
    margin: 16px 0 12px;
    font-size: 20px;
    line-height: 24px;
    color: #f5842b; }
    @media (max-width: 979px) {
      .article__body h2,
      .article__body h3,
      .article__body h4,
      .article__body h5,
      .article__body h6 {
        margin: 4.44444vmin 0 3.33333vmin;
        font-size: 5.55556vmin;
        line-height: 6.66667vmin; } }
  .article__body h2 {
    font-size: 28px;
    line-height: 32px; }
    @media (max-width: 979px) {
      .article__body h2 {
        font-size: 7.77778vmin;
        line-height: 8.88889vmin; } }
  .article__body h3 {
    font-size: 24px;
    line-height: 28px; }
    @media (max-width: 979px) {
      .article__body h3 {
        font-size: 6.11111vmin;
        line-height: 7.22222vmin; } }
  .article__body p {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 24px;
    color: #57453a; }
    @media (max-width: 979px) {
      .article__body p {
        margin: 0 0 6.66667vmin;
        font-size: 4.44444vmin;
        line-height: 5.83333vmin; } }
    .article__body p + h2,
    .article__body p + h3,
    .article__body p + h4,
    .article__body p + h5,
    .article__body p + h6 {
      margin-top: 40px; }
      @media (max-width: 979px) {
        .article__body p + h2,
        .article__body p + h3,
        .article__body p + h4,
        .article__body p + h5,
        .article__body p + h6 {
          margin-top: 11.11111vmin; } }
  .article__body img {
    display: block;
    max-width: 100%; }

.article__img-caption {
  margin: 8px 0;
  font-size: 20px;
  line-height: 24px;
  color: #57453a; }
  @media (max-width: 979px) {
    .article__img-caption {
      margin: 2.22222vmin 0;
      font-size: 4.44444vmin;
      line-height: 5.83333vmin;
      text-align: left; } }

.article__readmore p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 24px;
  color: #57453a; }
  @media (max-width: 979px) {
    .article__readmore p {
      font-size: 5.55556vmin;
      letter-spacing: -0.02778vmin;
      line-height: 6.66667vmin; } }

.article__readmore ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .article__readmore ul a {
    display: block;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.1px;
    line-height: 24px;
    text-decoration: none;
    color: #f5842b; }
    @media (max-width: 979px) {
      .article__readmore ul a {
        font-size: 5.55556vmin;
        letter-spacing: -0.02778vmin;
        line-height: 6.66667vmin; } }
    .article__readmore ul a:hover {
      text-decoration: underline; }

.btn {
  display: block;
  padding: 12px 16px;
  width: 240px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(44, 44, 44, 0.32);
     -moz-box-shadow: 0 1px 3px 1px rgba(44, 44, 44, 0.32);
          box-shadow: 0 1px 3px 1px rgba(44, 44, 44, 0.32);
  border: 1px solid #fccaa0;
  background-color: #f5842b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5842b), to(#f15e22));
  background-image: -webkit-linear-gradient(top, #f5842b 0%, #f15e22 100%);
  background-image: -moz- oldlinear-gradient(top, #f5842b 0%, #f15e22 100%);
  background-image: -o-linear-gradient(top, #f5842b 0%, #f15e22 100%);
  background-image: linear-gradient(to bottom, #f5842b 0%, #f15e22 100%);
  line-height: 24px;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  color: #fffefe; }
  @media (max-width: 979px) {
    .btn {
      padding: 3.33333vmin 4.44444vmin;
      width: 66.66667vmin;
      -webkit-box-shadow: 0 0.27778vmin 0.83333vmin 0.27778vmin rgba(44, 44, 44, 0.32);
         -moz-box-shadow: 0 0.27778vmin 0.83333vmin 0.27778vmin rgba(44, 44, 44, 0.32);
              box-shadow: 0 0.27778vmin 0.83333vmin 0.27778vmin rgba(44, 44, 44, 0.32);
      line-height: 6.66667vmin;
      font-size: 6.66667vmin; } }
  .btn--hero {
    background-color: rgba(245, 132, 43, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 132, 43, 0.8)), to(rgba(241, 94, 34, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(245, 132, 43, 0.8) 0%, rgba(241, 94, 34, 0.8) 100%);
    background-image: -moz- oldlinear-gradient(top, rgba(245, 132, 43, 0.8) 0%, rgba(241, 94, 34, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(245, 132, 43, 0.8) 0%, rgba(241, 94, 34, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(245, 132, 43, 0.8) 0%, rgba(241, 94, 34, 0.8) 100%);
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
    .btn--hero:hover {
      background-color: #f5842b; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  padding: 60px 0; }
  @media (max-width: 979px) {
    .card {
      position: relative;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 18.05556vmin;
      padding: 16.66667vmin 4.44444vmin; } }
  .card ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .card ul li {
      position: relative;
      margin-left: 24px;
      margin-bottom: 10px;
      padding-left: 26px;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #57453a; }
      @media (max-width: 979px) {
        .card ul li {
          margin-left: 0vmin;
          margin-bottom: 1.11111vmin;
          padding-left: 7.22222vmin;
          font-weight: 400;
          font-size: 4.44444vmin;
          line-height: 5.83333vmin; } }
      .card ul li::after {
        content: ' ';
        position: absolute;
        left: 2px;
        top: 9px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 12px;
        height: 12px;
        background-color: #f15e22; }
        @media (max-width: 979px) {
          .card ul li::after {
            left: 0.55556vmin;
            top: 2.5vmin;
            width: 3.33333vmin;
            height: 3.33333vmin; } }
  .card__art {
    width: 50%; }
    @media (max-width: 979px) {
      .card__art {
        width: 100%; } }
    .card__art img {
      position: absolute;
      z-index: 40; }
  .card__body {
    position: relative;
    z-index: 100;
    width: 50%; }
    @media (max-width: 979px) {
      .card__body {
        width: 100%; } }
  .card__content {
    margin-bottom: 55px; }
    @media (max-width: 979px) {
      .card__content {
        margin-bottom: 15.27778vmin; } }
  .card__title {
    margin: 0 0 30px; }
    @media (max-width: 979px) {
      .card__title {
        margin: 0 0 5.55556vmin;
        text-align: center; } }
  .card p, .card__text {
    margin: 18px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #57453a; }
    @media (max-width: 979px) {
      .card p, .card__text {
        margin: 5vmin 0;
        font-size: 4.44444vmin;
        line-height: 5.83333vmin; } }
  .card__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .card--reason {
    padding-top: 107px;
    margin-bottom: 60px; }
    @media (max-width: 979px) {
      .card--reason {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-top: 11.11111vmin;
        padding-bottom: 0;
        margin-bottom: 2.77778vmin; } }
    .card--reason .card__art {
      position: relative;
      padding-top: 99px;
      padding-left: 115px; }
      .card--reason .card__art > img {
        width: 200px; }
      @media (max-width: 979px) {
        .card--reason .card__art {
          position: absolute;
          height: 100%;
          padding: 0; }
          .card--reason .card__art > img {
            right: 0vmin;
            bottom: 8.33333vmin;
            width: 30.83333vmin;
            height: 40.27778vmin; } }
    @media (max-width: 979px) and (orientation: landscape) {
      .card--reason .card__art > img {
        right: 11.11111vmin; } }
    .card--reason .card__decore {
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
      width: 661px;
      height: 613px;
      -webkit-transform: translateX(23px) translateY(25px);
         -moz-transform: translateX(23px) translateY(25px);
          -ms-transform: translateX(23px) translateY(25px);
           -o-transform: translateX(23px) translateY(25px);
              transform: translateX(23px) translateY(25px); }
      @media (max-width: 979px) {
        .card--reason .card__decore {
          width: 132.77778vmin;
          height: 122.77778vmin;
          -webkit-transform: translateX(6.38889vmin) translateY(48.61111vmin);
             -moz-transform: translateX(6.38889vmin) translateY(48.61111vmin);
              -ms-transform: translateX(6.38889vmin) translateY(48.61111vmin);
               -o-transform: translateX(6.38889vmin) translateY(48.61111vmin);
                  transform: translateX(6.38889vmin) translateY(48.61111vmin); } }
      .card--reason .card__decore img {
        display: block; }
  @media (max-width: 979px) {
    .card--effects {
      padding-top: 0;
      margin-bottom: 0; } }
  .card--effects .card__art {
    position: relative;
    padding-top: 31px;
    padding-left: 82px; }
    .card--effects .card__art > img {
      width: 209px; }
    @media (max-width: 979px) {
      .card--effects .card__art {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
        width: auto;
        height: 100%; }
        .card--effects .card__art > img {
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 63.88889vmin;
          margin: 0 auto;
          width: 31.94444vmin;
          height: 41.66667vmin; } }
  @media (max-width: 979px) {
    .card--effects .card__content {
      margin-bottom: 60vmin; } }
  .card--effects .card__decore {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: translateX(-43px) translateY(-53px);
       -moz-transform: translateX(-43px) translateY(-53px);
        -ms-transform: translateX(-43px) translateY(-53px);
         -o-transform: translateX(-43px) translateY(-53px);
            transform: translateX(-43px) translateY(-53px); }
    @media (max-width: 979px) {
      .card--effects .card__decore {
        -webkit-transform: translateX(5.55556vmin) translateY(42.5vmin);
           -moz-transform: translateX(5.55556vmin) translateY(42.5vmin);
            -ms-transform: translateX(5.55556vmin) translateY(42.5vmin);
             -o-transform: translateX(5.55556vmin) translateY(42.5vmin);
                transform: translateX(5.55556vmin) translateY(42.5vmin); } }
    .card--effects .card__decore svg {
      width: 564px;
      height: 596px; }
      @media (max-width: 979px) {
        .card--effects .card__decore svg {
          width: 78.33333vmin;
          height: 82.77778vmin; } }
  .card__blockquote {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    width: 592px;
    height: 256px;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: #fff; }
    @media (max-width: 1024px) {
      .card__blockquote {
        padding: 2.21774vw 1.5121vw;
        width: 41.73387vw;
        height: 18.04435vw;
        font-size: 3.02419vw;
        line-height: 3.42742vw; } }
    @media (max-width: 979px) {
      .card__blockquote {
        margin: 0 auto;
        padding: 6.11111vmin 4.16667vmin;
        width: 80vmin;
        height: 34.72222vmin;
        font-size: 5.55556vmin;
        line-height: 6.11111vmin; } }
    .card__blockquote svg {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 592px;
      height: 256px;
      fill: rgba(87, 69, 58, 0.9); }
      @media (max-width: 1024px) {
        .card__blockquote svg {
          width: 41.73387vw;
          height: 18.04435vw; } }
      @media (max-width: 979px) {
        .card__blockquote svg {
          width: 80vmin;
          height: 34.72222vmin; } }

.consist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  background: #57453a; }
  @media (max-width: 979px) {
    .consist {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 2.77778vmin 8.33333vmin 13.88889vmin; } }
  .consist__item {
    margin-bottom: 30px;
    padding: 0 16px;
    width: 25%;
    text-align: center; }
    @media (max-width: 979px) {
      .consist__item {
        margin-bottom: 8.33333vmin;
        padding: 0 4.44444vmin;
        width: 100%; } }
  .consist__icon {
    margin: 0 0 10px; }
    @media (max-width: 979px) {
      .consist__icon {
        margin: 0 0 2.77778vmin; } }
    .consist__icon img {
      display: block;
      margin: 0 auto;
      width: 71px;
      height: 71px; }
      @media (max-width: 979px) {
        .consist__icon img {
          width: 19.72222vmin;
          height: 19.72222vmin; } }
  .consist__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 8px;
    height: 36px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #f15e22; }
    @media (max-width: 979px) {
      .consist__title {
        margin: 0 0 2.22222vmin;
        height: 10vmin;
        font-size: 5vmin;
        line-height: 5vmin; } }
  .consist__subtitle {
    margin: 0;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
    color: #f15e22; }
    @media (max-width: 979px) {
      .consist__subtitle {
        font-size: 4.44444vmin;
        line-height: 5vmin; } }
  .consist__body {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff; }
    @media (max-width: 979px) {
      .consist__body {
        font-size: 4.44444vmin;
        line-height: 5vmin; } }

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 979px) {
    .contacts {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .contacts.is-no-flex {
    display: block; }
  .contacts__left {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 83px; }
    @media (max-width: 979px) {
      .contacts__left {
        padding-right: 0;
        padding-bottom: 5.55556vmin;
        width: 100%; } }
  .contacts__title {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #fffefe; }
    @media (max-width: 979px) {
      .contacts__title {
        margin: 0 0 11.11111vmin;
        font-weight: 700;
        font-size: 9.44444vmin;
        line-height: 9.44444vmin;
        text-align: center; } }
  .contacts__image img {
    display: block;
    width: 176px;
    height: 201px; }
    @media (max-width: 979px) {
      .contacts__image img {
        margin: 0 auto;
        width: 48.88889vmin;
        height: 55.83333vmin; } }
  .contacts__right {
    padding-top: 14px;
    padding-right: 100px; }
    @media (max-width: 979px) {
      .contacts__right {
        padding-top: 3.88889vmin;
        padding-right: 0;
        width: 100%; } }
  .contacts__item {
    margin-bottom: 28px; }
    @media (max-width: 979px) {
      .contacts__item {
        margin-bottom: 7.77778vmin; } }
    .contacts__item a {
      color: #fccaa0;
      text-decoration: underline; }
      .contacts__item a:hover {
        text-decoration: none; }
  .contacts__subject {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fffefe; }
    @media (max-width: 979px) {
      .contacts__subject {
        margin-bottom: 0.55556vmin;
        font-size: 4.44444vmin;
        line-height: 5.83333vmin; } }
  .contacts__body {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #fffefe; }
    @media (max-width: 979px) {
      .contacts__body {
        font-size: 4.44444vmin;
        line-height: 5.83333vmin; } }
    .contacts__body p {
      margin: 0; }

.copyrights {
  font-family: "Fira Sans"; }
  @media (max-width: 979px) {
    .copyrights {
      text-align: center; } }
  .copyrights__header {
    font-family: "Georgia", sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #6e93ca; }
    @media (max-width: 979px) {
      .copyrights__header {
        font-size: 7.5vmin; } }
  .copyrights__body {
    font-size: 14px;
    font-weight: 400;
    color: #999999; }
    @media (max-width: 979px) {
      .copyrights__body {
        font-size: 3.88889vmin; } }

.dosage {
  padding: 32px 36px;
  background-color: #57453a; }
  @media (max-width: 979px) {
    .dosage {
      padding: 8.88889vmin 10vmin 17.77778vmin; } }
  .dosage .is-centered {
    text-align: center; }
  .dosage .is-slim {
    margin: 0 auto;
    max-width: 515px; }
    @media (max-width: 979px) {
      .dosage .is-slim {
        max-width: 143.05556vmin; } }
  .dosage__block {
    margin-top: -160px; }
    @media (max-width: 979px) {
      .dosage__block {
        margin-top: 0; } }
    .dosage__block.is-shifted-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 70px;
      width: 160px;
      text-align: center; }
      @media (max-width: 979px) {
        .dosage__block.is-shifted-left {
          margin: 0 auto;
          width: 44.44444vmin; } }
    .dosage__block.is-shifted-right {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 70px;
      width: 160px;
      text-align: center; }
      .dosage__block.is-shifted-right::after {
        content: "";
        display: table;
        clear: both; }
      @media (max-width: 979px) {
        .dosage__block.is-shifted-right {
          margin: 0 auto;
          width: 44.44444vmin; } }
  .dosage__header {
    margin: 0 auto;
    padding: 95px 0 0;
    max-width: 400px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 979px) {
      .dosage__header {
        padding: 5.55556vmin 0 6.94444vmin;
        max-width: 111.11111vmin;
        font-size: 6.66667vmin;
        line-height: 7.77778vmin; } }
    @media (max-width: 979px) {
      .dosage__header br {
        display: none; } }
  .dosage__art {
    margin-bottom: 16px; }
    @media (max-width: 979px) {
      .dosage__art {
        margin-bottom: 4.44444vmin; } }
    .dosage__art img {
      width: 160px; }
      @media (max-width: 979px) {
        .dosage__art img {
          width: 44.44444vmin; } }
  .dosage__title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 979px) {
      .dosage__title {
        margin: 0 0 4.44444vmin;
        font-size: 5.55556vmin;
        line-height: 5.55556vmin; } }
  .dosage p, .dosage__text {
    clear: both;
    margin: 10px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff; }
    @media (max-width: 979px) {
      .dosage p, .dosage__text {
        margin: 2.77778vmin 0;
        font-size: 4.44444vmin;
        line-height: 5vmin; } }
  .dosage ul, .dosage__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 979px) {
      .dosage ul, .dosage__list {
        margin: 0 0 8.33333vmin; } }
    .dosage ul li, .dosage__list li {
      position: relative;
      margin: 0 0 6px;
      padding-left: 24px;
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
      color: #fff; }
      @media (max-width: 979px) {
        .dosage ul li, .dosage__list li {
          margin: 0 0 1.66667vmin;
          padding-left: 6.66667vmin;
          font-size: 4.44444vmin;
          line-height: 5vmin; } }
      .dosage ul li::after, .dosage__list li::after {
        content: ' ';
        position: absolute;
        left: 2px;
        top: 4px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 12px;
        height: 12px;
        background-color: #f15e22; }
        @media (max-width: 979px) {
          .dosage ul li::after, .dosage__list li::after {
            left: 0.55556vmin;
            top: 1.11111vmin;
            width: 3.33333vmin;
            height: 3.33333vmin; } }
  .dosage__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -60px; }
    @media (max-width: 979px) {
      .dosage__row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0; } }
  .dosage__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 60px;
    width: 50%; }
    @media (max-width: 979px) {
      .dosage__col {
        width: 100%;
        padding: 0 8.33333vmin; } }
  .dosage__footer strong {
    color: #f15e22;
    font-weight: 700; }

.features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 979px) {
    .features {
      display: none;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .features__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
    padding: 23px 0 22px;
    width: 255px;
    cursor: pointer; }
    @media (max-width: 979px) {
      .features__item {
        margin: 0 auto;
        margin-bottom: 13.88889vmin;
        padding: 6.38889vmin 0 6.11111vmin;
        width: 70.83333vmin; } }
    .features__item.is-alt {
      z-index: 20; }
    .features__item img {
      display: block;
      margin: 0 auto;
      height: 130px; }
    .features__item img.is-default {
      display: block; }
    .features__item img.is-hovered {
      display: none; }
    .features__item:hover img.is-default {
      display: none; }
    .features__item:hover img.is-hovered {
      display: block; }
    .features__item.is-1:hover .b-1 {
      fill: #fee6d4; }
    .features__item.is-1:hover .b-2 {
      fill: #f5842b; }
    .features__item.is-1:hover .b-3 {
      fill: #f15e22; }
    .features__item.is-2:hover .b-1 {
      fill: #f15e22; }
    .features__item.is-2:hover .b-2 {
      fill: #fee6d4; }
    .features__item.is-2:hover .b-3 {
      fill: #fee6d4; }
    .features__item.is-3:hover .b-1 {
      fill: #fee6d4; }
    .features__item.is-3:hover .b-2 {
      fill: #f15e22; }
    .features__item.is-3:hover .b-3 {
      fill: #f15e22; }
    .features__item.is-4:hover .b-1 {
      fill: #f15e22; }
    .features__item.is-4:hover .b-2 {
      fill: #fee6d4; }
    .features__item.is-4:hover .b-3 {
      fill: #fee6d4; }
  .features__title {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #f15e22; }
    @media (max-width: 979px) {
      .features__title {
        margin: 0 0 3.33333vmin;
        font-size: 5vmin;
        line-height: 5vmin; } }
    .features__title.is-white {
      color: #fff; }
  .features__decore {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .features__decore svg .b-1,
    .features__decore svg .b-2,
    .features__decore svg .b-3 {
      -webkit-transition: fill 0.3s linear;
      -o-transition: fill 0.3s linear;
      -moz-transition: fill 0.3s linear;
      transition: fill 0.3s linear; }
    .features__decore.is-1 svg {
      width: 207px;
      height: 200px; }
      @media (max-width: 979px) {
        .features__decore.is-1 svg {
          width: 57.5vmin;
          height: 55.55556vmin; } }
      .features__decore.is-1 svg .b-1 {
        fill: rgba(254, 230, 212, 0.6); }
      .features__decore.is-1 svg .b-2 {
        fill: rgba(245, 132, 43, 0.2); }
      .features__decore.is-1 svg .b-3 {
        fill: rgba(241, 94, 34, 0.35); }
    .features__decore.is-2 svg {
      width: 211px;
      height: 200px; }
      @media (max-width: 979px) {
        .features__decore.is-2 svg {
          width: 58.61111vmin;
          height: 55.55556vmin; } }
      .features__decore.is-2 svg .b-1 {
        fill: #f5842b; }
      .features__decore.is-2 svg .b-2 {
        fill: rgba(254, 230, 212, 0.49); }
      .features__decore.is-2 svg .b-3 {
        fill: rgba(254, 230, 212, 0.49); }
    .features__decore.is-3 svg {
      width: 211px;
      height: 200px;
      -webkit-transform: translateX(-10px);
         -moz-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
           -o-transform: translateX(-10px);
              transform: translateX(-10px); }
      @media (max-width: 979px) {
        .features__decore.is-3 svg {
          width: 58.61111vmin;
          height: 55.55556vmin; } }
      .features__decore.is-3 svg .b-1 {
        fill: rgba(254, 230, 212, 0.6); }
      .features__decore.is-3 svg .b-2 {
        fill: rgba(241, 94, 34, 0.12); }
      .features__decore.is-3 svg .b-3 {
        fill: rgba(241, 94, 34, 0.2); }
    .features__decore.is-4 svg {
      width: 207px;
      height: 200px;
      -webkit-transform: translateX(10px);
         -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
           -o-transform: translateX(10px);
              transform: translateX(10px); }
      @media (max-width: 979px) {
        .features__decore.is-4 svg {
          width: 57.5vmin;
          height: 55.55556vmin; } }
      .features__decore.is-4 svg .b-1 {
        fill: #f5842b; }
      .features__decore.is-4 svg .b-2 {
        fill: rgba(254, 230, 212, 0.49); }
      .features__decore.is-4 svg .b-3 {
        fill: rgba(254, 230, 212, 0.49); }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: block;
  outline: none;
  padding: 0.55556vmin 0 0;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  -moz-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger span {
    display: block; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger__inner,
  .hamburger.is-active .hamburger__inner::before,
  .hamburger.is-active .hamburger__inner::after {
    background-color: #fff; }

.hamburger__box {
  position: relative;
  display: block;
  width: 6.38889vmin;
  height: 5.27778vmin; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -0.41667vmin; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    position: absolute;
    width: 6.38889vmin;
    height: 0.83333vmin;
    background-color: #fff;
    -webkit-border-radius: 0.83333vmin;
       -moz-border-radius: 0.83333vmin;
            border-radius: 0.83333vmin;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.15s;
       -moz-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -2.22222vmin; }
  .hamburger__inner::after {
    bottom: -2.22222vmin; }

.hamburger__inner {
  -webkit-transition-duration: 0.22s;
     -moz-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger__inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    -moz-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger__inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger.is-active .hamburger__inner {
  -webkit-transform: rotate(225deg);
     -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
     -moz-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -moz-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger.is-active .hamburger__inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hero {
  position: relative;
  padding: 70px 0 50px 12px;
  height: 711px;
  background-position: center bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (max-width: 979px) {
    .hero {
      padding: 20px 0;
      min-height: 90vh;
      height: 162.77778vmin;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover; } }
  @media (max-width: 979px) {
    .hero .container, .hero .footer__inner {
      padding: 0; } }
  .hero__pets {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    margin: 0 auto; }
    .hero__pets img {
      display: block;
      margin: 0 auto;
      -webkit-transform: translateX(25px);
         -moz-transform: translateX(25px);
          -ms-transform: translateX(25px);
           -o-transform: translateX(25px);
              transform: translateX(25px); }
    @media (max-width: 979px) {
      .hero__pets {
        display: none; } }
  .hero__content {
    padding-left: 54px;
    width: 362px;
    height: 100%; }
    @media (max-width: 979px) {
      .hero__content {
        margin: 0 auto;
        margin-top: 5.55556vmin;
        padding: 0 5.55556vmin;
        width: 100vmin; } }
  .hero__logo {
    position: relative;
    z-index: 20;
    margin-bottom: 10px; }
    @media (max-width: 979px) {
      .hero__logo {
        display: none; } }
    .hero__logo img {
      display: block; }
      @media (max-width: 979px) {
        .hero__logo img {
          margin: 0 auto;
          max-width: 100%; } }
  .hero__small-text {
    position: relative;
    z-index: 20;
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #57453a; }
    @media (max-width: 979px) {
      .hero__small-text {
        display: none;
        margin-bottom: 6.38889vmin;
        font-size: 5.55556vmin;
        line-height: 5.55556vmin; } }
  .hero__desc {
    position: relative;
    z-index: 20;
    position: relative;
    padding: 25px 15px 20px 15px;
    font-size: 18px;
    line-height: 24px;
    color: #57453a; }
    @media (max-width: 979px) {
      .hero__desc {
        margin: 0 auto;
        padding: 6.94444vmin 0 5.55556vmin 4.16667vmin;
        font-size: 5vmin;
        line-height: 6.66667vmin;
        width: 83.33333vmin; } }
    .hero__desc svg {
      position: absolute;
      left: -3px;
      top: 0;
      width: 305px;
      height: 192px; }
      @media (max-width: 979px) {
        .hero__desc svg {
          left: -0.83333vmin;
          width: 84.72222vmin;
          height: 53.33333vmin; } }
    .hero__desc strong {
      display: block;
      font-weight: 700;
      font-size: 24px;
      line-height: 29px;
      text-transform: uppercase;
      color: #f15e22; }
      @media (max-width: 979px) {
        .hero__desc strong {
          font-size: 6.66667vmin;
          line-height: 8.05556vmin; } }
    .hero__desc p {
      margin: 0; }
  .hero__decore {
    position: absolute;
    bottom: 17px;
    z-index: 20;
    width: 600px;
    -webkit-transform: translateX(-115px);
       -moz-transform: translateX(-115px);
        -ms-transform: translateX(-115px);
         -o-transform: translateX(-115px);
            transform: translateX(-115px); }
    @media (max-width: 979px) {
      .hero__decore {
        bottom: 13.88889vmin;
        width: 113.88889vmin;
        -webkit-transform: translateX(-12.5vmin);
           -moz-transform: translateX(-12.5vmin);
            -ms-transform: translateX(-12.5vmin);
             -o-transform: translateX(-12.5vmin);
                transform: translateX(-12.5vmin); } }
    .hero__decore img {
      display: block; }
      @media (max-width: 979px) {
        .hero__decore img {
          margin: 0 auto;
          width: 110vmin; } }
  .hero__package {
    position: relative;
    z-index: 1; }
  .hero__dog {
    position: absolute;
    left: 100px;
    bottom: 175px; }
    .hero__dog img,
    .hero__dog svg {
      display: block;
      width: 111px;
      height: 157px; }
    @media (max-width: 979px) {
      .hero__dog {
        left: 20.83333vmin;
        bottom: 65%; }
        .hero__dog img,
        .hero__dog svg {
          width: 29.44444vmin;
          height: 41.66667vmin; } }
  .hero__cat {
    position: absolute;
    top: -137px;
    right: 105px;
    z-index: 2; }
    .hero__cat img,
    .hero__cat svg {
      display: block;
      width: 110px;
      height: 160px; }
    @media (max-width: 979px) {
      .hero__cat {
        top: auto;
        bottom: 94%;
        right: 18.61111vmin; }
        .hero__cat img,
        .hero__cat svg {
          width: 28.61111vmin;
          height: 41.66667vmin; } }
  .hero__footprints {
    position: absolute;
    left: 50%;
    bottom: 31px;
    z-index: 5;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) translateX(-3px);
       -moz-transform: translateX(-50%) translateX(-3px);
        -ms-transform: translateX(-50%) translateX(-3px);
         -o-transform: translateX(-50%) translateX(-3px);
            transform: translateX(-50%) translateX(-3px); }
    @media (max-width: 979px) {
      .hero__footprints {
        bottom: 7.22222vmin;
        width: 11.11111vmin;
        height: 11.11111vmin; } }
    .hero__footprints img {
      display: block;
      width: 24px;
      height: 20px; }
      @media (max-width: 979px) {
        .hero__footprints img {
          width: 5vmin;
          height: 4.16667vmin; } }
    .hero__footprints__left {
      position: absolute;
      right: 0;
      bottom: 10px;
      -webkit-animation: step 1s infinite ease;
         -moz-animation: step 1s infinite ease;
           -o-animation: step 1s infinite ease;
              animation: step 1s infinite ease;
      -webkit-animation-delay: 0.5s;
         -moz-animation-delay: 0.5s;
           -o-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .hero__footprints__right {
      position: absolute;
      left: 0;
      bottom: 10px;
      -webkit-animation: step 1s infinite ease;
         -moz-animation: step 1s infinite ease;
           -o-animation: step 1s infinite ease;
              animation: step 1s infinite ease;
      -webkit-animation-delay: 0;
         -moz-animation-delay: 0;
           -o-animation-delay: 0;
              animation-delay: 0; }
  .hero__more {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 100;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    cursor: pointer; }
    @media (max-width: 979px) {
      .hero__more {
        bottom: 3.88889vmin;
        font-size: 4.44444vmin;
        line-height: 4.44444vmin;
        color: #57453a; } }
  .hero__dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    margin: 0 auto;
    width: 378px;
    height: 2px; }
    .hero__dot::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 2px;
      width: 0;
      background-color: #f15e22;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      transition: all 0.4s linear; }
    .hero__dot::after {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 30;
      margin: 0 auto;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 14px;
      height: 14px;
      background-color: #f15e22;
      -webkit-transform: translateY(50%) translateY(-1px);
         -moz-transform: translateY(50%) translateY(-1px);
          -ms-transform: translateY(50%) translateY(-1px);
           -o-transform: translateY(50%) translateY(-1px);
              transform: translateY(50%) translateY(-1px); }
  .hero .hero__more:hover + .hero__dot::before {
    width: 378px;
    background-color: #f15e22; }
    @media (max-width: 979px) {
      .hero .hero__more:hover + .hero__dot::before {
        width: 190px;
        height: 3px; } }

.instruction {
  position: relative;
  z-index: 70;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: auto;
  margin-top: -200px;
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: calc(50% - 40px); }
  @media (max-width: 1024px) {
    .instruction {
      margin-left: 100px; } }
  @media (max-width: 979px) {
    .instruction {
      margin: 0 -5.55556vmin;
      padding: 13.88889vmin 5.55556vmin;
      width: auto;
      background: #fff; } }
  .instruction__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #57453a; }
    @media (max-width: 979px) {
      .instruction__title {
        margin: 0 0 5.55556vmin;
        font-size: 11.11111vmin;
        line-height: 13.61111vmin;
        text-align: center; } }
  .instruction__image {
    position: relative;
    padding-left: 14px;
    margin-bottom: 40px; }
    .instruction__image img {
      display: block;
      width: 165px; }
    @media (max-width: 979px) {
      .instruction__image {
        padding-left: 0vmin;
        margin-bottom: 11.11111vmin; }
        .instruction__image img {
          margin: 0 auto;
          width: 45.83333vmin; } }
    .instruction__image img {
      display: block; }
    .instruction__image svg {
      position: absolute;
      left: -61px;
      top: 26px;
      z-index: -1;
      width: 363px;
      height: 355px;
      fill: rgba(252, 202, 160, 0.76); }
      @media (max-width: 979px) {
        .instruction__image svg {
          left: -5.55556vmin;
          right: 0vmin;
          top: 7.22222vmin;
          width: 100vmin;
          height: 98.61111vmin;
          fill: #fccaa0; } }
  @media (max-width: 979px) {
    .instruction__action {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  width: 41px;
  font-size: 20px;
  line-height: 20px;
  background-color: #f5842b;
  text-decoration: none;
  color: #fff; }
  @media (max-width: 979px) {
    .lang {
      padding: 2.77778vmin 0;
      width: 11.38889vmin;
      font-size: 5.55556vmin;
      line-height: 5.55556vmin; } }

.logo {
  display: block;
  text-decoration: none; }

.mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: z-index 0.3s step-end, opacity 0.3s ease;
  -o-transition: z-index 0.3s step-end, opacity 0.3s ease;
  -moz-transition: z-index 0.3s step-end, opacity 0.3s ease;
  transition: z-index 0.3s step-end, opacity 0.3s ease; }
  .mobile-menu::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.66667vmin;
    -webkit-box-shadow: 0 -1.66667vmin 0 #fefefe;
       -moz-box-shadow: 0 -1.66667vmin 0 #fefefe;
            box-shadow: 0 -1.66667vmin 0 #fefefe;
    background-color: #f15e22; }

@media (max-width: 979px) and (orientation: landscape) {
  .mobile-menu::after {
    display: none; } }
  .mobile-menu__decore {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 64.16667vmin;
    height: 29.16667vmin; }

@media (max-width: 979px) and (orientation: landscape) {
  .mobile-menu__decore {
    position: fixed; } }
    .mobile-menu__decore svg {
      width: 100%;
      height: 100%; }
  .mobile-menu__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 auto;
    padding: 8px 16px;
    width: 100%; }
  .mobile-menu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 auto;
    width: 100%; }
  .mobile-menu__list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .mobile-menu__item {
    display: block;
    padding: 0; }
  .mobile-menu__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.55556vmin 5vmin 5vmin 12.5vmin;
    font-weight: 400;
    font-size: 5.55556vmin;
    line-height: 5.55556vmin;
    text-decoration: none;
    color: #57453a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .mobile-menu__link::before {
      content: '';
      position: absolute;
      left: 4.72222vmin;
      top: 5.83333vmin;
      width: 4.72222vmin;
      height: 5.55556vmin;
      background: url("../images/foot_brown.png") 0 0 no-repeat;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover; }
    .mobile-menu__link__decore {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 76.875vmin;
      height: 0.78125vmin; }
      .mobile-menu__link__decore svg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 76.875vmin;
        height: 0.78125vmin; }
    .mobile-menu__link:hover, .mobile-menu__link.is-active {
      background-color: #f5842b;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f5842b), to(#f15e22));
      background-image: -webkit-linear-gradient(top, #f5842b 0%, #f15e22 100%);
      background-image: -moz- oldlinear-gradient(top, #f5842b 0%, #f15e22 100%);
      background-image: -o-linear-gradient(top, #f5842b 0%, #f15e22 100%);
      background-image: linear-gradient(to bottom, #f5842b 0%, #f15e22 100%);
      color: #ededed; }
      .mobile-menu__link:hover::before, .mobile-menu__link.is-active::before {
        background-image: url("../images/foot_white.png"); }
      .mobile-menu__link:hover .mobile-menu__link__decore, .mobile-menu__link.is-active .mobile-menu__link__decore {
        display: none; }
  @media (max-width: 979px) {
    .mobile-menu.is-open {
      z-index: 999;
      opacity: 1;
      visibility: visible;
      -webkit-transition: z-index 0.3s step-start, opacity 0.3s ease;
      -o-transition: z-index 0.3s step-start, opacity 0.3s ease;
      -moz-transition: z-index 0.3s step-start, opacity 0.3s ease;
      transition: z-index 0.3s step-start, opacity 0.3s ease; } }
  .mobile-menu__hamburger {
    padding: 2.77778vmin 2.77778vmin;
    background: #f15e22; }

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 979px) {
    .modal {
      display: block; } }
  .modal__inner {
    width: 960px; }
    @media (max-width: 979px) {
      .modal__inner {
        width: 100%; } }
  .modal__header {
    position: relative;
    padding: 17px 30px 18px 38px;
    background-color: #fee6d4; }
    @media (max-width: 979px) {
      .modal__header {
        padding: 4.72222vmin 5.55556vmin 5vmin 6.66667vmin; } }
  .modal__title {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #57453a; }
    @media (max-width: 979px) {
      .modal__title {
        font-size: 8.88889vmin;
        line-height: 11.11111vmin; } }
  .modal__close {
    position: absolute;
    right: 30px;
    top: 23px;
    width: 31px;
    height: 31px;
    background: url("../images/close.svg") center center no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    cursor: pointer; }
    @media (max-width: 979px) {
      .modal__close {
        right: 8.33333vmin;
        top: 7.5vmin;
        width: 6.38889vmin;
        height: 6.38889vmin; } }
  @media (max-width: 979px) {
    .modal__body {
      height: -webkit-calc(100vh - 75px);
      height: -moz-calc(100vh - 75px);
      height: calc(100vh - 75px);
      overflow-y: scroll; } }

.nav {
  margin: 0;
  padding: 0; }
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav__item {
    position: relative;
    margin-right: 2px; }
    .nav__item:last-child {
      margin-right: 0; }
  .nav__link {
    display: block;
    position: relative;
    padding: 10px 13px;
    line-height: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #57453a;
    text-decoration: none;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    @media (max-width: 1250px) {
      .nav__link {
        padding: 0.60484vw 0.70565vw;
        line-height: 1.81452vw;
        font-size: 1.41129vw; } }
    .nav__link::after {
      content: ' ';
      opacity: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: 100;
      height: 4px;
      background-color: #f5842b;
      -webkit-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
    .nav__link.is-active, .nav__link:hover {
      color: #f5842b; }
      .nav__link.is-active::after, .nav__link:hover::after {
        opacity: 1; }

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  outline: none;
  border: none;
  padding: 0;
  background: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: #57453a; }
  @media (max-width: 979px) {
    .navigation {
      margin-bottom: 5.55556vmin;
      font-size: 5.55556vmin;
      line-height: 6.66667vmin; } }
  .navigation span {
    margin-left: 5px;
    color: #f5842b; }
  .navigation:hover span {
    text-decoration: underline; }

.order {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 101px; }
  @media (max-width: 979px) {
    .order {
      display: block;
      padding-left: 0vmin; } }
  .order::before {
    content: '';
    position: absolute;
    left: -19px;
    top: 23px;
    z-index: -1;
    width: 862px;
    height: 467px;
    background: url("../images/order/order_shape.png") 0 0 no-repeat; }
    @media (max-width: 979px) {
      .order::before {
        left: -10.55556vmin;
        top: -0.83333vmin;
        width: 119.72222vmin;
        height: 65vmin;
        -webkit-background-size: cover;
           -moz-background-size: cover;
                background-size: cover; } }
  .order__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 5px;
    max-width: 450px;
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    color: #f15e22;
    text-align: right; }
    @media (max-width: 992px) {
      .order__header {
        max-width: 510px; } }
    @media (max-width: 767px) {
      .order__header {
        display: block;
        max-width: 100%;
        margin: 0 auto 1.38889vmin;
        font-size: 9.44444vmin;
        line-height: 10.55556vmin;
        text-align: center; } }
    .order__header span {
      display: block;
      margin-right: 13px;
      max-width: 200px; }
      @media (max-width: 767px) {
        .order__header span {
          margin-right: 0;
          max-width: 100%; } }
      .order__header span.is-full-wide {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 100%;
        max-width: 100%; }
    .order__header .is-sign {
      display: none; }
      @media (max-width: 767px) {
        .order__header .is-sign {
          display: inline-block; } }
    .order__header img {
      display: block;
      width: 83px;
      height: 117px; }
      @media (max-width: 767px) {
        .order__header img {
          display: none; } }
  .order__title {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #f5842b; }
    @media (max-width: 979px) {
      .order__title {
        font-size: 7.77778vmin;
        line-height: 8.88889vmin;
        text-align: center; }
        .order__title br {
          display: none; } }
  .order__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 979px) {
      .order__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        width: 100%; } }
  .order__content {
    padding-top: 18px;
    padding-right: 35px; }
    @media (max-width: 979px) {
      .order__content {
        padding-top: 5vmin;
        padding-right: 0vmin; } }
  .order__text {
    width: 500px;
    margin-bottom: 54px;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-align: right; }
    .order__text p {
      margin: 0; }
    @media (max-width: 979px) {
      .order__text {
        width: 100%;
        margin-bottom: 17.77778vmin;
        font-size: 5.55556vmin;
        line-height: 6.66667vmin;
        text-align: center; } }
  @media (max-width: 979px) {
    .order__image {
      display: none; } }
  .order__image img {
    display: block;
    width: 286px; }
    @media (max-width: 979px) {
      .order__image img {
        width: 79.44444vmin;
        max-width: 100%; } }
  .order__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 979px) {
      .order__action {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.order-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px; }
  @media (max-width: 979px) {
    .order-list {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; } }
  .order-list__link {
    position: relative;
    display: block;
    margin-bottom: 28px;
    padding-top: 12px;
    padding-left: 43px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-decoration: underline;
    color: #57453a; }
    @media (max-width: 979px) {
      .order-list__link {
        margin-bottom: 3.33333vmin;
        padding-top: 1.66667vmin;
        padding-left: 5.83333vmin;
        font-size: 4.44444vmin;
        line-height: 5.83333vmin; } }
    .order-list__link:hover {
      text-decoration: none; }
    .order-list__link::after {
      content: ' ';
      position: absolute;
      left: 0;
      top: 8px;
      width: 26px;
      height: 37px;
      background: url("../images/pin.png") 0 0 no-repeat; }
      @media (max-width: 979px) {
        .order-list__link::after {
          top: 2.5vmin;
          width: 3.61111vmin;
          height: 5vmin;
          -webkit-background-size: contain;
             -moz-background-size: contain;
                  background-size: contain; } }

.order-hero {
  position: relative; }
  @media (max-width: 979px) {
    .order-hero {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .order-hero__title {
    margin: 0 0 60px;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #f5842b; }
    @media (max-width: 979px) {
      .order-hero__title {
        font-size: 9.44444vmin;
        line-height: 10.55556vmin;
        text-align: center; } }
  .order-hero__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 979px) {
      .order-hero__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .order-hero__media img {
    display: block;
    margin: 0 -40px;
    max-width: 537px; }
    @media (max-width: 979px) {
      .order-hero__media img {
        margin: 0 -9.72222vmin;
        max-width: 138.88889vmin; } }
  .order-hero__description p {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #57453a; }
    @media (max-width: 979px) {
      .order-hero__description p {
        margin: 0 0 5vmin;
        font-size: 4.44444vmin;
        line-height: 5.83333vmin; } }
    .order-hero__description p a {
      text-decoration: underline;
      color: #f15e22; }
      .order-hero__description p a:hover {
        text-decoration: none; }
  .order-hero__decore {
    position: absolute;
    right: -50px;
    top: 30px;
    z-index: -1; }
    @media (max-width: 979px) {
      .order-hero__decore {
        right: -13.88889vmin;
        top: 25vmin; } }
    @media (max-width: 767px) {
      .order-hero__decore {
        right: -13.88889vmin;
        top: 61.11111vmin; } }
    .order-hero__decore svg {
      width: 637px;
      height: 393px;
      fill: #fee6d4; }
      @media (max-width: 979px) {
        .order-hero__decore svg {
          width: 144.44444vmin;
          height: 88.88889vmin; } }

.product {
  position: relative;
  padding-top: 69px; }
  @media (max-width: 979px) {
    .product {
      padding-top: 19.16667vmin; } }
  .product__trace {
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 979px) {
      .product__trace .is-part-1 {
        display: none; } }
    .product__trace .is-part-1 svg {
      width: 1416px;
      height: 1830px;
      -webkit-transform: translateX(-211px);
         -moz-transform: translateX(-211px);
          -ms-transform: translateX(-211px);
           -o-transform: translateX(-211px);
              transform: translateX(-211px); }
  .product__logo {
    margin-bottom: 38px; }
    @media (max-width: 979px) {
      .product__logo {
        margin-bottom: 10.55556vmin; } }
    .product__logo img {
      display: block;
      margin: 0 auto;
      -webkit-transform: translateX(2px);
         -moz-transform: translateX(2px);
          -ms-transform: translateX(2px);
           -o-transform: translateX(2px);
              transform: translateX(2px); }
      @media (max-width: 979px) {
        .product__logo img {
          max-width: 63.88889vmin; } }
  .product__package {
    position: relative;
    z-index: 100;
    margin-bottom: 27px; }
    @media (max-width: 979px) {
      .product__package {
        margin: 0 auto;
        -webkit-transform: translateX(-2.77778vmin);
           -moz-transform: translateX(-2.77778vmin);
            -ms-transform: translateX(-2.77778vmin);
             -o-transform: translateX(-2.77778vmin);
                transform: translateX(-2.77778vmin);
        width: 94.44444vmin; } }
  @media (max-width: 979px) and (orientation: landscape) {
    .product__package {
      -webkit-transform: translateX(-5.55556vmin);
         -moz-transform: translateX(-5.55556vmin);
          -ms-transform: translateX(-5.55556vmin);
           -o-transform: translateX(-5.55556vmin);
              transform: translateX(-5.55556vmin);
      width: 101.38889vmin; } }
    .product__package img {
      display: block;
      margin: 0 auto;
      -webkit-transform: translateX(9px);
         -moz-transform: translateX(9px);
          -ms-transform: translateX(9px);
           -o-transform: translateX(9px);
              transform: translateX(9px); }
      @media (max-width: 979px) {
        .product__package img {
          width: 100%;
          max-width: 166.66667vmin; } }
      @media (max-width: 640px) {
        .product__package img {
          max-width: 100%; } }
  .product__action {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product__list {
    display: none;
    position: relative;
    z-index: 10;
    padding-left: 16.66667vmin;
    padding-top: 22.22222vmin;
    padding-bottom: 13.88889vmin; }
    @media (max-width: 979px) {
      .product__list {
        display: block; }
        .product__list ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .product__list ul li {
            margin: 0 0 5.55556vmin; }
          .product__list ul a {
            position: relative;
            display: block;
            margin-left: 6.66667vmin;
            padding-left: 7.22222vmin;
            font-weight: 700;
            font-size: 5.55556vmin;
            line-height: 6.66667vmin;
            text-transform: uppercase;
            color: #57453a; }
            .product__list ul a::after {
              content: ' ';
              position: absolute;
              left: 0.55556vmin;
              top: 1.66667vmin;
              -webkit-border-radius: 50%;
                 -moz-border-radius: 50%;
                      border-radius: 50%;
              width: 3.33333vmin;
              height: 3.33333vmin;
              background-color: #f15e22; } }
    .product__list__decore {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1; }
      .product__list__decore svg {
        display: block;
        margin: 0 auto;
        width: 66.38889vmin;
        height: 75.83333vmin; }

.up {
  opacity: 0.5;
  display: none;
  position: fixed;
  right: -webkit-calc(50% - 480px);
  right: -moz-calc(50% - 480px);
  right: calc(50% - 480px);
  bottom: 150px;
  z-index: 900;
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -webkit-transform: translateX(200%);
     -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
       -o-transform: translateX(200%);
          transform: translateX(200%); }
  .up img {
    display: block; }
  .up:hover {
    opacity: 1; }
  @media (max-width: 979px) {
    .up {
      display: none; } }

.usage {
  padding: 32px 36px;
  background-color: #57453a; }
  @media (max-width: 979px) {
    .usage {
      padding: 8.88889vmin 10vmin 16.66667vmin; } }
  .usage p, .usage__text {
    clear: both;
    margin: 10px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff; }
    @media (max-width: 979px) {
      .usage p, .usage__text {
        margin: 2.77778vmin 0;
        font-size: 4.44444vmin;
        line-height: 5vmin; } }
  .usage ul li, .usage__list li {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff; }
    @media (max-width: 979px) {
      .usage ul li, .usage__list li {
        margin: 0;
        font-size: 4.44444vmin;
        line-height: 5vmin; } }
    .usage ul li::after, .usage__list li::after {
      top: 4px; }
      @media (max-width: 979px) {
        .usage ul li::after, .usage__list li::after {
          top: 1.11111vmin; } }
  .usage__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px; }
    @media (max-width: 979px) {
      .usage__row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0; } }
  .usage__col {
    margin-bottom: 40px;
    padding-left: 30px;
    width: 33.33333%; }
    @media (max-width: 979px) {
      .usage__col {
        margin-bottom: 20px;
        padding: 0 30px;
        width: 100%; } }
    .usage__col p {
      position: relative;
      margin: 0 0 20px;
      padding-left: 24px;
      font-weight: 400;
      font-size: 18px;
      line-height: 21px;
      color: #fff; }
      @media (max-width: 979px) {
        .usage__col p {
          margin: 0 0 5.55556vmin;
          padding-left: 6.66667vmin;
          font-size: 5vmin;
          line-height: 5.83333vmin; } }
      .usage__col p::after {
        content: ' ';
        position: absolute;
        left: 2px;
        top: 4px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 12px;
        height: 12px;
        background-color: #f15e22; }
        @media (max-width: 979px) {
          .usage__col p::after {
            left: 0.55556vmin;
            top: 1.11111vmin;
            width: 3.33333vmin;
            height: 3.33333vmin; } }
  .usage__blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -36px;
    padding: 40px 30px 40px 40px;
    background-color: #f15e22; }
    @media (max-width: 979px) {
      .usage__blockquote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 -10vmin;
        padding: 11.11111vmin 8.33333vmin 11.11111vmin 11.11111vmin; } }
    .usage__blockquote p {
      font-weight: 700;
      font-size: 30px;
      line-height: 36px;
      color: #fff; }
      @media (max-width: 979px) {
        .usage__blockquote p {
          font-size: 8.33333vmin;
          line-height: 10vmin; } }
    .usage__blockquote strong {
      text-transform: uppercase; }
    .usage__blockquote img {
      display: block;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: -80px;
      margin-right: 60px;
      width: 216px;
      height: 204px; }
      @media (max-width: 979px) {
        .usage__blockquote img {
          margin-top: 5.55556vmin;
          margin-right: 16.66667vmin;
          width: 60vmin;
          height: 56.66667vmin; } }

.submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06); }
  .submenu {
    overflow: hidden;
    margin: -1px;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -100;
    -webkit-transition: z-index 0.3s step-end, opacity 0.3s ease;
    -o-transition: z-index 0.3s step-end, opacity 0.3s ease;
    -moz-transition: z-index 0.3s step-end, opacity 0.3s ease;
    transition: z-index 0.3s step-end, opacity 0.3s ease; }
    .nav__item:hover > .submenu {
      margin: auto;
      width: 100%;
      height: auto;
      z-index: 999;
      opacity: 1;
      -webkit-transition: z-index 0.3s step-start, opacity 0.3s ease;
      -o-transition: z-index 0.3s step-start, opacity 0.3s ease;
      -moz-transition: z-index 0.3s step-start, opacity 0.3s ease;
      transition: z-index 0.3s step-start, opacity 0.3s ease; }
  .submenu::after {
    content: ' ';
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    height: 4px;
    background-color: #f5842b;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
  .submenu__link {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    text-decoration: none;
    color: #57453a;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .submenu__link:hover {
      background-color: rgba(245, 132, 43, 0.8);
      color: #fff; }

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