/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: SansRounded;
  src: url("../fonts/SansRoundedLight.woff2") format("woff2"), url("../fonts/SansRoundedLight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: SansRounded;
  src: url("../fonts/SansRounded.woff2") format("woff2"), url("../fonts/SansRounded.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

*,
*:after,
*:before {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent; }

html,
body {
  background: #cee6f2;
  color: #000;
  font-family: SansRounded, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.is-overflowed {
  overflow: hidden; }

.container {
  box-sizing: border-box;
  margin: 0 auto;
  width: 944px; }

.wrapper {
  min-width: 1024px; }

a:focus,
a:hover {
  outline: 0;
  text-decoration: none; }

.svg-wrapper {
  display: none; }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.invisible {
  visibility: hidden; }

.btn-question {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  background: #2eb8e6;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 40px;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  min-width: 180px;
  transition: opacity 0.35s ease; }
  .btn-question:hover {
    opacity: 0.7; }

.btn-orange {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  background: #ef840b;
  border-radius: 62px;
  color: #fff;
  cursor: pointer;
  font-family: SansRounded, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 60px;
  opacity: 1;
  text-align: center;
  height: 60px;
  min-width: 290px;
  transition: opacity 0.35s ease; }
  .btn-orange:hover, .btn-orange:focus {
    opacity: 0.75;
    outline: 0; }
  .btn-orange:disabled {
    background: #d1d9df;
    cursor: default; }
    .btn-orange:disabled:hover, .btn-orange:disabled:focus {
      opacity: 1;
      outline: 0; }

.btn-close {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: -35px;
  right: -45px;
  height: 30px;
  width: 30px;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  z-index: 15; }
  .btn-close::after, .btn-close::before {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px; }
  .btn-close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .btn-close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-close:hover, .btn-close:focus {
    -webkit-transform: scale(0.9) rotate(0deg);
            transform: scale(0.9) rotate(0deg);
    opacity: 0.7;
    outline: 0; }

.form__group {
  border: 0;
  padding: 0;
  margin: 0 0 20px; }
  .form__group:last-child {
    margin-bottom: 0; }
  .form__group.is-invalid {
    color: #ff696a; }
    .form__group.is-invalid .form__field {
      border-color: #ff696a; }

.form__label {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 12px;
  position: relative; }

.form__field {
  border: 1px solid #b8cbd9;
  border-radius: 12px;
  color: #202020;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  padding: 15px;
  height: 60px;
  width: 100%; }
  .form__field--textarea {
    resize: none;
    height: 112px;
    line-height: 28px; }
  .form__field:focus {
    border-color: rgba(32, 32, 32, 0.35);
    outline: 0; }

.form__note {
  color: #a3b3bf;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin: 24px auto 0;
  max-width: 370px; }
  .form__note a {
    color: #a3b3bf; }

.header {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 5;
  min-width: 1024px; }
  .header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }

.header-nav {
  margin: auto;
  text-align: center;
  min-width: 340px; }
  .header-nav__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .header-nav__list li {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px; }
    .header-nav__list a {
      color: #fff;
      font-size: 15px;
      letter-spacing: 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }

.logo {
  background: url("../img/logo.png") no-repeat 50% 0;
  background-size: contain;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  height: 120px;
  width: 120px; }

.search-form {
  margin: 40px auto 0;
  position: relative;
  width: 610px; }
  .search-form__field {
    background: #fff;
    border: 0;
    border-radius: 36px;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 18px;
    letter-spacing: 0;
    outline: 0;
    height: 60px;
    padding-left: 30px;
    padding-right: 198px;
    width: 100%; }
    .search-form__field::-webkit-input-placeholder {
      color: #a3b3bf; }
    .search-form__field:-ms-input-placeholder {
      color: #a3b3bf; }
    .search-form__field::-ms-input-placeholder {
      color: #a3b3bf; }
    .search-form__field::placeholder {
      color: #a3b3bf; }
  .search-form__btn {
    background: transparent;
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    background: #ef840b;
    border: 2px solid #fff;
    border-radius: 36px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 56px;
    outline: 0;
    opacity: 1;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 164px;
    transition: opacity 0.35s ease; }
    .search-form__btn:hover, .search-form__btn:focus {
      opacity: 0.7;
      outline: 0; }
  .search-form__results {
    background: #fff;
    border-radius: 30px;
    display: block;
    margin: 12px auto 0;
    padding: 0 30px; }

.intro {
  background: #cee6f2 url("../img/bg-intro.jpg") no-repeat 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  padding: 320px 0 69px;
  position: relative;
  min-height: 575px; }
  .intro__scroll-btn {
    background: transparent;
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    background: url("../img/svg/icon-scroll-down.svg") no-repeat 50% 100%;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 28px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 17px;
    width: 30px; }

.intro-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end; }

.intro-aqua-link {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.35s ease; }
  .intro-aqua-link:hover, .intro-aqua-link:focus {
    opacity: 0.9; }
    .intro-aqua-link:hover .intro-aqua-link__icon, .intro-aqua-link:focus .intro-aqua-link__icon {
      -webkit-transform: translate(0, -10px);
              transform: translate(0, -10px); }
  .intro-aqua-link__icon {
    display: block;
    margin: 0 auto 16px;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /*
            IE FIX
        */
    pointer-events: none; }
    .intro-aqua-link__icon--calc {
      height: 102px;
      width: 68px; }
    .intro-aqua-link__icon--test {
      height: 77px;
      width: 71px; }

.intro-title {
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0 auto 40px; }

.categories-nav-wrapper {
  padding-top: 61px;
  position: relative;
  margin-bottom: -11px; }
  .categories-nav-wrapper::before {
    background: url("../img/bg-wave-categories-top.svg") repeat 0 0;
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    height: 120px;
    width: 100%; }
  .categories-nav-wrapper.is-fixed::after {
    content: "";
    display: block;
    height: 100px; }

.categories-nav {
  background: url("../img/bg-wave-categories.svg") repeat-x 0 50%;
  padding: 40px 0;
  position: relative;
  z-index: 2; }
  .is-fixed .categories-nav {
    position: fixed;
    top: -11px;
    left: 0;
    right: 0;
    z-index: 15; }
  .categories-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center; }
  .categories-nav__list-item {
    flex-shrink: 0;
    margin-right: 35px; }
    .categories-nav__list-item:last-child {
      margin: 0; }
  .categories-nav__list-link {
    color: #fff;
    font-family: SansRounded, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.35s ease; }
    .categories-nav__list-link.is-active, .categories-nav__list-link:hover {
      opacity: 0.7; }
    .categories-nav__list-link--myths {
      color: #214da6; }
    .categories-nav__list-link--props {
      color: #068080; }
    .categories-nav__list-link--food {
      color: #30a608; }
    .categories-nav__list-link--pack {
      color: #9aa619; }
    .categories-nav__list-link--situation {
      color: #f27130; }
    .categories-nav__list-link--experiments {
      color: #f23d5b; }

.content {
  margin-bottom: -11px;
  min-height: calc(100vh - 363px); }

.articles {
  padding: 65px 0 90px;
  position: relative; }
  .articles::before {
    background-repeat: repeat;
    background-position: 50% 100%;
    background-size: auto 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    height: 90px;
    min-width: 1024px; }
  .articles--myths {
    background-color: #cee6f2;
    background: url("../img/bg-bubbles.png") no-repeat -75% 100%, linear-gradient(-180deg, #CEE6F2 0%, #B8E2E6 100%); }
  .articles--props {
    background-color: #b8e2e6;
    background-image: linear-gradient(-180deg, #b8e2e6 0%, #D5F0F0 100%); }
    .articles--props::before {
      background-image: url("../img/bg-wave-props.png");
      content: ""; }
    .articles--props .articles-title {
      color: #068080; }
  .articles--food {
    background-color: #d5f0f0;
    background: url("../img/bg-bubbles.png") no-repeat 50% 100%, linear-gradient(-180deg, #d5f0f0 0%, #ddedde 100%); }
    .articles--food::before {
      background-image: url("../img/bg-wave-food.png");
      content: ""; }
    .articles--food .articles-title {
      color: #30a608; }
  .articles--pack {
    background-color: #ddedde;
    background-image: linear-gradient(-180deg, #DDEDDE 0%, #C2E1F2 100%); }
    .articles--pack::before {
      background-image: url("../img/bg-wave-pack.png");
      content: ""; }
    .articles--pack .articles-title {
      color: #9aa619; }
  .articles--situation {
    background-color: #c2e1f2;
    background: url("../img/bg-bubbles.png") no-repeat 50% 100%, linear-gradient(-180deg, #c2e1f2 0%, #b8e6e6 57%, #c2e2f2 100%); }
    .articles--situation::before {
      background-image: url("../img/bg-wave-situation.png");
      content: ""; }
    .articles--situation .articles-title {
      color: #f27130; }
  .articles--experiments {
    background-color: #c2e2f2;
    background-image: linear-gradient(-180deg, #c2e2f2 0%, #adbcd9 69%, #cee6f2 100%); }
    .articles--experiments::before {
      background-image: url("../img/bg-wave-situation.png");
      content: ""; }
    .articles--experiments .articles-title {
      color: #f23d5b; }

.articles-title {
  color: #214da6;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0; }

.articles-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  /*&::after {
        content: "";
        flex: auto;
    }*/ }

.articles-facts {
  background: url("../img/bg-bubbles-facts.svg") no-repeat 50% 100%;
  margin-top: 30px;
  height: 284px;
  width: 290px; }
  .articles-facts__fact {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #214da6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: SansRounded, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 16px;
    text-align: center;
    margin: 40px auto 0;
    height: 214px;
    width: 214px; }
    .articles-facts__fact p {
      text-align: center;
      margin: 2px auto;
      /*
                IE11 Fix
            */
      max-width: 178px; }
    .articles-facts__fact a {
      color: #214da6; }

.article {
  margin: 35px 0 0; }
  .article__link {
    background: #fff;
    border-radius: 20px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    min-height: 250px;
    width: 290px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease; }
    .article__link:hover {
      -webkit-transform: translate(0, -16px);
              transform: translate(0, -16px); }
  .article__image {
    border-radius: 20px 20px 0 0;
    height: 145px;
    overflow: hidden; }
    .article__image img {
      max-width: 100%; }
  .article__title {
    color: #202020;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 16px;
    max-width: 290px; }

.footer {
  background: #1f4ca3;
  color: #fff;
  padding: 30px 0 115px;
  position: relative;
  margin-top: 30px; }
  .footer::before {
    /*background: url("../img/bg-wave-footer.png") repeat 50% 100%;*/
    background: url("../img/bg-wave-footer.svg") repeat 0 100%;
    /*background-size: auto 30px;*/
    content: "";
    position: absolute;
    height: 30px;
    top: -28px;
    left: 0;
    right: 0;
    min-width: 1024px; }
  .footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  .footer .btn-question {
    margin-top: 60px; }

.footer-nav-wrapper {
  padding: 60px 0 0;
  margin: 0 60px 0 35px;
  max-width: 530px; }
  .footer-nav-wrapper__text {
    color: rgba(255, 255, 255, 0.7);
    font-family: OpenSans, sans-serif;
    font-size: 12px;
    line-height: 1.66667em;
    letter-spacing: 0;
    margin: 10px 0; }

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-nav__list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px; }
  .footer-nav__list a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }

.modals {
  background: url("../img/background.svg");
  background-size: 250%;
  box-sizing: border-box;
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 20;
  -webkit-overflow-scrolling: touch; }
  .modals.is-active {
    display: block; }

.modals-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 45px;
  min-height: calc(100vh - 90px); }

.modals-overlay {
  background: #4bcefa;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6; }

.modal {
  background: #fff;
  border-radius: 24px;
  color: #202020;
  display: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  margin: auto;
  padding: 32px;
  position: relative;
  width: 610px;
  z-index: 25; }

.modal-title {
  color: #202020;
  font-family: SansRounded, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.25em;
  margin: 0; }

.modal-text {
  line-height: 1.42857em;
  margin: 28px auto 35px;
  max-width: 280px; }
  .modal-text p {
    margin: 16px 0 0; }

.modal-auth {
  text-align: center;
  max-width: 350px; }

.modal-auth-form__footer {
  color: #a3b3bf;
  text-align: center;
  margin: 30px auto 0; }

.modal-auth-form__back-link {
  color: #a3b3bf;
  text-decoration: none; }
  .modal-auth-form__back-link:hover {
    color: #202020; }

.modal-question {
  color: #a3b3bf; }
  .modal-question__header-props {
    line-height: 30px;
    margin: 0 0 20px; }
  .modal-question__category {
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(33, 77, 166, 0.4);
    border-radius: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 20px;
    padding: 0 18px;
    text-align: center; }
  .modal-question__author {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .modal-question__datetime {
    display: inline-block;
    vertical-align: top; }
  .modal-question__answer {
    border-top: 1px solid #d8d8d8;
    margin: 24px 0 0; }
  .modal-question__answer-author {
    margin: 30px 0 0; }
  .modal-question__answer-text {
    color: #202020;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.55556em;
    margin: 22px 0 0; }
    .modal-question__answer-text p {
      margin: 22px 0 0; }
    .modal-question__answer-text li {
      margin-top: 6px;
      margin-bottom: 6px; }

.modal-question-answer-author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .modal-question-answer-author__pic {
    display: inline-block;
    vertical-align: top;
    background: #66d3f6;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 12px 0 0;
    height: 60px;
    width: 60px; }
    .modal-question-answer-author__pic img {
      border-radius: 100%;
      max-width: 100%; }

.modal-send-question {
  display: none; }

.modal-send-question-form {
  margin: 30px auto 0; }
  .modal-send-question-form__group {
    margin-bottom: 30px; }
    .modal-send-question-form__group--submit {
      margin: 40px 0 0;
      text-align: center; }
  .modal-send-question-form__counter {
    color: #a3b3bf;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 0;
    text-align: right; }
  .modal-send-question-form__checkboxes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .modal-send-question-form__checkboxes li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px 12px; }
  .modal-send-question-form__checkbox-label {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #d1d9df;
    border-radius: 30px;
    color: #a3b3bf;
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    padding: 0 18px;
    height: 30px;
    transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
    will-change: background-color, border-color, color; }
    .modal-send-question-form__checkbox-label:hover {
      background-color: rgba(209, 217, 223, 0.25);
      border-color: rgba(32, 32, 32, 0.35);
      color: rgba(32, 32, 32, 0.35); }
  .modal-send-question-form__checkbox:focus + .modal-send-question-form__checkbox-label {
    background-color: rgba(209, 217, 223, 0.25);
    border-color: rgba(32, 32, 32, 0.35);
    color: rgba(32, 32, 32, 0.35); }
  .modal-send-question-form__checkbox:checked + .modal-send-question-form__checkbox-label {
    background-color: #202020;
    border-color: #202020;
    color: #fff; }
    .modal-send-question-form__checkbox:checked + .modal-send-question-form__checkbox-label--myths {
      background-color: #214da6;
      border-color: #214da6; }
    .modal-send-question-form__checkbox:checked + .modal-send-question-form__checkbox-label--props {
      background-color: #068080;
      border-color: #068080; }
    .modal-send-question-form__checkbox:checked + .modal-send-question-form__checkbox-label--food {
      background-color: #30a608;
      border-color: #30a608; }
    .modal-send-question-form__checkbox:checked + .modal-send-question-form__checkbox-label--pack {
      background-color: #9aa619;
      border-color: #9aa619; }
    .modal-send-question-form__checkbox:checked + .modal-send-question-form__checkbox-label--situation {
      background-color: #f27130;
      border-color: #f27130; }
    .modal-send-question-form__checkbox:checked + .modal-send-question-form__checkbox-label--experiments {
      background-color: #f23d5b;
      border-color: #f23d5b; }

.modal-success {
  text-align: center;
  max-width: 350px; }

.aquacalc {
  padding: 24px 0 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between; }

.aquacalc-form {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  max-width: 354px;
  width: 354px; }
  .aquacalc-form__field-wrapper {
    border: 1px solid #b8cbd9;
    border-radius: 12px;
    color: #a3b3bf;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 14px;
    min-height: 60px;
    letter-spacing: 0;
    padding: 16px;
    position: relative;
    margin: 0 0 30px;
    min-width: 162px;
    max-width: 162px; }
    .aquacalc-form__field-wrapper--full {
      max-width: 100%;
      width: 100%; }
    .aquacalc-form__field-wrapper--other {
      border-radius: 0;
      border-width: 0 0 1px 0;
      margin-bottom: 4px;
      min-height: 52px;
      max-width: 100%;
      width: 100%; }
    .aquacalc-form__field-wrapper--other-water {
      border: 0;
      margin: 0;
      max-width: 100%;
      width: 100%; }
  .aquacalc-form__label {
    display: inline-block;
    vertical-align: top; }
  .aquacalc-form__value {
    color: #202020;
    letter-spacing: 0;
    text-align: right;
    line-height: 24px; }
  .aquacalc-form__field {
    border: 1px solid #b8cbd9;
    border-radius: 12px;
    color: #202020;
    padding: 0 12px;
    outline: 0;
    height: 48px;
    width: 72px;
    margin: 0 2px; }
  .aquacalc-form__vol {
    color: #202020; }
  .aquacalc-form__range-wrapper {
    height: 24px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .aquacalc-form__range-wrapper {
        height: 44px; } }
  .aquacalc-form__range {
    background: transparent;
    -moz-appearance: none;
         appearance: none;
    outline: 0;
    width: 100%;
    -webkit-appearance: none; }
    .aquacalc-form__range::-webkit-slider-thumb {
      -webkit-appearance: none;
      background: url("../img/bg-slider-thumb.svg") no-repeat 0 0;
      border: 0;
      box-shadow: none;
      cursor: pointer;
      height: 24px;
      width: 18px; }
    .aquacalc-form__range::-moz-range-thumb {
      background: url("../img/bg-slider-thumb.svg") no-repeat 0 0;
      border: 0;
      box-shadow: none;
      cursor: pointer;
      height: 24px;
      width: 18px; }
    .aquacalc-form__range::-moz-range-track {
      background: transparent;
      border-color: transparent;
      box-shadow: 0;
      color: transparent; }
    .aquacalc-form__range::-ms-track, .aquacalc-form__range::-ms-fill-lower, .aquacalc-form__range::-ms-fill-upper {
      background: transparent;
      border-color: transparent;
      border-width: 12px 0 6px;
      color: transparent; }
    .aquacalc-form__range::-ms-thumb {
      background: url("../img/bg-slider-thumb.svg") no-repeat 0 0;
      border: 0;
      box-shadow: none;
      cursor: pointer;
      height: 24px;
      width: 18px; }
    .aquacalc-form__range::-ms-tooltip {
      display: none; }
    .is-disabled .aquacalc-form__range::-webkit-slider-thumb,
    .is-null .aquacalc-form__range::-webkit-slider-thumb {
      background-image: url("../img/bg-slider-thumb-disabled.svg"); }
    .is-disabled .aquacalc-form__range::-moz-range-thumb,
    .is-null .aquacalc-form__range::-moz-range-thumb {
      background-image: url("../img/bg-slider-thumb-disabled.svg"); }
    .is-disabled .aquacalc-form__range::-ms-thumb,
    .is-null .aquacalc-form__range::-ms-thumb {
      background-image: url("../img/bg-slider-thumb-disabled.svg"); }
  .aquacalc-form__note {
    font-size: 14px;
    line-height: 1.42857; }
  .aquacalc-form__checkbox {
    border-right: 1px solid #b8cbd9;
    text-align: center;
    min-height: 36px;
    line-height: 36px;
    width: 50%; }
    .aquacalc-form__checkbox:nth-child(2n) {
      border-right: 0; }
    .aquacalc-form__checkbox--full {
      border-top: 1px solid #b8cbd9;
      border-right: 0;
      width: 100%; }
  .aquacalc-form__checkbox-input {
    position: absolute;
    left: -999px;
    visibility: hidden; }
  .aquacalc-form__checkbox-label {
    display: block;
    color: #a3b3bf;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.33333em;
    padding: 12px 16px;
    text-align: center;
    transition: background-color 0.35s ease, color 0.35s ease; }
  .aquacalc-form__checkbox-input:checked + .aquacalc-form__checkbox-label {
    background: #b8cbd9;
    color: #202020; }
  .aquacalc-form__btn {
    display: block;
    margin: 24px auto; }

.aquacalc-result-col {
  flex-shrink: 0;
  min-height: 420px;
  width: 160px; }

.aquacalc-result {
  background: url("../img/bg-bottle.svg") no-repeat 50% 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
  position: relative;
  height: 420px;
  width: 160px; }
  .aquacalc-result__logo {
    position: absolute;
    top: 96px;
    width: 92px;
    height: 92px;
    left: 50%;
    -webkit-transform: translate(-54%, 0);
            transform: translate(-54%, 0);
    z-index: 5; }

.aquacalc-result-content {
  background: url("../img/bg-bottle-water.svg") no-repeat 50% 0;
  background-size: cover;
  border-radius: 0 0 20px 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: SansRounded, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 0 12px;
  text-align: center;
  letter-spacing: 0;
  height: 73%;
  width: 100%;
  transition: height 0.35s ease; }
  .aquacalc-result-content__text-label {
    font-size: 15px;
    line-height: 20px; }
  .aquacalc-result-content__text-value {
    font-size: 26px;
    text-align: center;
    line-height: 1.06667;
    margin: 8px auto; }

.aquacalc-note {
  font-size: 11px;
  line-height: 1.5;
  margin: 0 auto; }
  .aquacalc-note__small {
    margin: 12px 0; }

.modal-aquatest {
  text-align: center; }
  .modal-aquatest .modal-text {
    color: #202020;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.55556em;
    margin: 22px 0 40px;
    max-width: 550px; }

.aquatest {
  position: relative; }

.aquatest-title {
  text-align: left;
  max-width: 480px; }

.aquatest-counter {
  color: #a3b3bf;
  font-family: SansRounded, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.25em;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  max-width: 50px; }

.aquatest-variants {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d1d9df;
  border-radius: 12px;
  color: #202020;
  font-size: 18px;
  letter-spacing: 0;
  text-align: left;
  margin: 23px auto 40px;
  max-width: 550px; }
  .aquatest-variants__item {
    border-bottom: 1px solid #d1d9df;
    line-height: 1.55556em; }
    .aquatest-variants__item:last-child {
      border-bottom: 0; }
    .aquatest-variants__item.is-wrong .aquatest-variants__label,
    .aquatest-variants__item.is-wrong .aquatest-variants__label:focus,
    .aquatest-variants__item.is-wrong .aquatest-variants__label:hover,
    .aquatest-variants__item.is-wrong .aquatest-variants__checkbox:checked + .aquatest-variants__label {
      background: rgba(230, 46, 77, 0.1);
      color: #e62e4d; }
    .aquatest-variants__item.is-right .aquatest-variants__label,
    .aquatest-variants__item.is-right .aquatest-variants__label:focus,
    .aquatest-variants__item.is-right .aquatest-variants__label:hover,
    .aquatest-variants__item.is-right .aquatest-variants__checkbox:checked + .aquatest-variants__label {
      background: rgba(48, 166, 8, 0.1);
      color: #30a608; }
  .aquatest-variants__label {
    display: block;
    cursor: pointer;
    padding: 16px 20px;
    transition: background-color 0.25s ease, color 0.25s ease; }
    .aquatest-variants__label:focus, .aquatest-variants__label:hover {
      background: rgba(209, 217, 223, 0.25); }
  .aquatest-variants__checkbox:checked + .aquatest-variants__label {
    background: #d1d9df; }
    .aquatest-variants__checkbox:checked + .aquatest-variants__label:hover, .aquatest-variants__checkbox:checked + .aquatest-variants__label:focus {
      background: #d1d9df; }

.aquatest-result-content {
  background: #40b6da url("../img/bg-aquatest-result.jpg") no-repeat 0 0;
  background-size: cover;
  border-radius: 24px 24px 0 0;
  font-family: SansRounded, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: -32px;
  margin-bottom: 0;
  padding: 32px;
  padding-bottom: 52px;
  overflow: hidden; }
  .aquatest-result-content__counter {
    background-color: #fff;
    border-radius: 100%;
    color: #30a608;
    font-family: SansRounded, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 32px;
    flex-shrink: 0;
    letter-spacing: 0;
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px; }
  .aquatest-result-content__desc {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    max-width: 418px;
    text-align: left; }
    .aquatest-result-content__desc p {
      margin: 20px 0 0;
      line-height: 24px; }
  .aquatest-result-content__title {
    font-size: 32px;
    line-height: 40px;
    margin: 0; }

.aquatest-result-share {
  color: #202020;
  letter-spacing: 0;
  padding: 12px 0 0;
  position: relative;
  text-align: center; }
  .aquatest-result-share::before {
    background: url("../img/bg-aquatest-wave.svg") no-repeat 0 100%;
    content: "";
    position: absolute;
    top: -30px;
    left: -32px;
    right: -32px;
    height: 30px; }
  .aquatest-result-share__title {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto; }
  .aquatest-result-share__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #b8cbd9;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin: 15px auto 28px;
    max-width: 243px;
    overflow: hidden; }
  .aquatest-result-share__item {
    border-right: 1px solid #b8cbd9;
    text-align: center; }
    .aquatest-result-share__item:last-child {
      border-right: 0; }
  .aquatest-result-share__link {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    height: 60px;
    width: 60px;
    transition: background-color 0.35s ease; }
    .aquatest-result-share__link:hover, .aquatest-result-share__link:focus {
      background: #b8cbd9; }
      .aquatest-result-share__link:hover .aquatest-result-share__icon, .aquatest-result-share__link:focus .aquatest-result-share__icon {
        fill: #fff; }
  .aquatest-result-share__icon {
    display: inline-block;
    vertical-align: middle;
    fill: #b8cbd9;
    transition: fill 0.35s ease; }
    .aquatest-result-share__icon--fb {
      height: 24px;
      width: 24px; }
    .aquatest-result-share__icon--vk {
      height: 16px;
      width: 29px; }
    .aquatest-result-share__icon--tw {
      height: 18px;
      width: 26px; }
    .aquatest-result-share__icon--ok {
      height: 26px;
      width: 14px; }
  .aquatest-result-share__once-again {
    background: transparent;
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    color: #a3b3bf;
    font-size: 14px;
    line-height: 24px; }

.search__btn-close {
  display: none;
  top: 25px;
  right: 25px;
  z-index: 25; }

.search__msg {
  color: #fff;
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.33333em;
  margin: 65px auto 0;
  max-width: 350px;
  padding: 0 15px;
  text-align: center; }
  .search__msg a {
    color: #fff; }
  .search__msg p {
    margin: 0; }
  .search__msg--fun {
    margin: 24px auto 0;
    max-width: 580px;
    text-align: left; }
    .search__msg--fun p {
      margin-bottom: 12px; }

.search__text {
  margin: 0; }
  .search__text--title {
    margin-bottom: 26px; }

.search__btn {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 36px;
  color: #fff;
  font-size: 18px;
  margin-top: 26px;
  text-align: center;
  line-height: 56px;
  height: 60px;
  min-width: 290px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .search__btn:hover {
    background-color: #fff;
    color: #1954a6; }

.has-search-open .search {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20; }
  .has-search-open .search::before {
    background-color: #1954a6;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 11; }
  .has-search-open .search__btn-close {
    display: block; }

.has-search-open .search-wrapper {
  position: relative;
  margin: auto;
  z-index: 21; }

.has-search-fun-answer .search__msg--fun {
  display: block; }

.has-search-fun-answer .search__msg--tip {
  display: block; }

.has-search-fun-answer .search-form__results {
  display: none; }

.has-search-results .search-form__results {
  display: block; }

.has-search-results .search__msg--tip {
  display: block; }

.has-search-no-answer .search__msg--empty {
  display: block; }

.search-results {
  display: none; }
  .search-results__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .search-results__item {
    border-bottom: 1px solid #d1d9df;
    font-size: 18px;
    display: block;
    line-height: 1.38889em;
    padding: 15px 0;
    position: relative; }
  .search-results__title {
    font-weight: normal;
    letter-spacing: 0;
    max-width: 390px; }
  .search-results__text {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px; }
  .search-results__link {
    color: #202020;
    display: block;
    text-decoration: none;
    transition: color 0.25s ease; }
    .search-results__link:hover .search-results__title,
    .search-results__link:hover .search-results__text {
      color: #ef840b; }
  .search-results__selection {
    color: #ef840b; }
  .search-results__category {
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    padding: 0 10px;
    position: absolute;
    top: 15px;
    right: 0;
    text-align: center;
    letter-spacing: 0;
    line-height: 23px;
    height: 25px; }
    .search-results__category--myths {
      border-color: #214da6;
      color: #214da6; }
    .search-results__category--props {
      border-color: #068080;
      color: #068080; }
    .search-results__category--food {
      border-color: #30a608;
      color: #30a608; }
    .search-results__category--pack {
      border-color: #9aa619;
      color: #9aa619; }
    .search-results__category--situation {
      border-color: #f27130;
      color: #f27130; }
    .search-results__category--experiments {
      border-color: #f23d5b;
      color: #f23d5b; }

.character {
  position: absolute;
  top: 0;
  left: 19%;
  height: 86px;
  width: 100px;
  -webkit-animation: lr 20s linear;
          animation: lr 20s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .character__whale {
    background: url("../img/character.svg") no-repeat 0 0;
    display: block;
    height: 86px;
    width: 100px;
    -webkit-transform: translate(0, 64px);
            transform: translate(0, 64px);
    -webkit-animation: ud 3.5s alternate infinite ease-in-out;
            animation: ud 3.5s alternate infinite ease-in-out; }
    .character__whale.is-end-animation ~ .character__el {
      -webkit-animation: none;
              animation: none;
      opacity: 0; }
    .character__whale.is-end-animation ~ .character__el--k {
      transition-delay: 0s;
      -webkit-transform: translate(32px, 24px) rotate(0deg);
              transform: translate(32px, 24px) rotate(0deg); }
    .character__whale.is-end-animation ~ .character__el--ca {
      transition-delay: 0.05s;
      -webkit-transform: translate(22px, 54px) rotate(0deg);
              transform: translate(22px, 54px) rotate(0deg); }
    .character__whale.is-end-animation ~ .character__el--mg {
      transition-delay: 0.07s;
      -webkit-transform: translate(32px, 24px) rotate(0deg);
              transform: translate(32px, 24px) rotate(0deg); }
    .character__whale.is-end-animation:hover ~ .character__el--k {
      opacity: 1;
      -webkit-transform: translate(-26px, -39px) rotate(-3deg);
              transform: translate(-26px, -39px) rotate(-3deg); }
    .character__whale.is-end-animation:hover ~ .character__el--ca {
      opacity: 1;
      -webkit-transform: translate(16px, -79px) rotate(-1deg);
              transform: translate(16px, -79px) rotate(-1deg); }
    .character__whale.is-end-animation:hover ~ .character__el--mg {
      opacity: 1;
      -webkit-transform: translate(52px, -49px) rotate(4deg);
              transform: translate(52px, -49px) rotate(4deg); }
  .character__el {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: none;
    transition: opacity 0.45s ease, -webkit-transform 0.65s ease;
    transition: opacity 0.45s ease, transform 0.65s ease;
    transition: opacity 0.45s ease, transform 0.65s ease, -webkit-transform 0.65s ease; }
    .character__el--k {
      background-image: url("../img/elements/k1.svg");
      -webkit-transform: translate(-31px, -29px);
              transform: translate(-31px, -29px);
      height: 58px;
      width: 62px;
      -webkit-animation-name: animate-elements;
              animation-name: animate-elements;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-delay: 4s;
              animation-delay: 4s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .character__el--ca {
      background-image: url("../img/elements/ca.svg");
      -webkit-transform: translate(-71px, -49px);
              transform: translate(-71px, -49px);
      height: 46px;
      width: 70px;
      -webkit-animation-name: animate-elements-right;
              animation-name: animate-elements-right;
      -webkit-animation-duration: 2.25s;
              animation-duration: 2.25s;
      -webkit-animation-delay: 7.85s;
              animation-delay: 7.85s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .character__el--mg {
      background-image: url("../img/elements/mg.svg");
      -webkit-transform: translate(-31px, -29px);
              transform: translate(-31px, -29px);
      height: 54px;
      width: 75px;
      -webkit-animation-name: animate-elements;
              animation-name: animate-elements;
      -webkit-animation-duration: 2.25s;
              animation-duration: 2.25s;
      -webkit-animation-delay: 14.5s;
              animation-delay: 14.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .character__el-k {
    background: url("../img/elements/k1.svg") no-repeat 0 0;
    background-size: contain;
    height: 58px;
    width: 62px; }

@-webkit-keyframes lr {
  to {
    -webkit-transform: translate(720px, 0);
            transform: translate(720px, 0); } }

@keyframes lr {
  to {
    -webkit-transform: translate(720px, 0);
            transform: translate(720px, 0); } }

@-webkit-keyframes ud {
  0% {
    -webkit-transform: translate(0, 64px) rotate(0deg);
            transform: translate(0, 64px) rotate(0deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(8.5deg);
            transform: translate(0, 0) rotate(8.5deg); }
  100% {
    -webkit-transform: translate(0, 64px) rotate(0deg);
            transform: translate(0, 64px) rotate(0deg); } }

@keyframes ud {
  0% {
    -webkit-transform: translate(0, 64px) rotate(0deg);
            transform: translate(0, 64px) rotate(0deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(8.5deg);
            transform: translate(0, 0) rotate(8.5deg); }
  100% {
    -webkit-transform: translate(0, 64px) rotate(0deg);
            transform: translate(0, 64px) rotate(0deg); } }

@-webkit-keyframes animate-elements {
  0% {
    opacity: 0;
    -webkit-transform: translate(-31px, -29px);
            transform: translate(-31px, -29px); }
  10% {
    opacity: 1; }
  30% {
    -webkit-transform: translate(-36px, -39px);
            transform: translate(-36px, -39px); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-48px, -42px) rotate(4deg);
            transform: translate(-48px, -42px) rotate(4deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-11px, -19px) rotate(0deg);
            transform: translate(-11px, -19px) rotate(0deg); } }

@keyframes animate-elements {
  0% {
    opacity: 0;
    -webkit-transform: translate(-31px, -29px);
            transform: translate(-31px, -29px); }
  10% {
    opacity: 1; }
  30% {
    -webkit-transform: translate(-36px, -39px);
            transform: translate(-36px, -39px); }
  70% {
    opacity: 1;
    -webkit-transform: translate(-48px, -42px) rotate(4deg);
            transform: translate(-48px, -42px) rotate(4deg); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-11px, -19px) rotate(0deg);
            transform: translate(-11px, -19px) rotate(0deg); } }

@-webkit-keyframes animate-elements-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(71px, -49px);
            transform: translate(71px, -49px); }
  25% {
    opacity: 1;
    -webkit-transform: translate(71px, -49px);
            transform: translate(71px, -49px); }
  70% {
    opacity: 1;
    -webkit-transform: translate(48px, -52px);
            transform: translate(48px, -52px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(71px, -69px);
            transform: translate(71px, -69px); } }

@keyframes animate-elements-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(71px, -49px);
            transform: translate(71px, -49px); }
  25% {
    opacity: 1;
    -webkit-transform: translate(71px, -49px);
            transform: translate(71px, -49px); }
  70% {
    opacity: 1;
    -webkit-transform: translate(48px, -52px);
            transform: translate(48px, -52px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(71px, -69px);
            transform: translate(71px, -69px); } }
