@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;800&display=swap");
/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  padding: 0;
  margin: 0; }

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*::-moz-selection {
  color: #fff;
  background: #FF6E6E; }

*::selection {
  color: #fff;
  background: #FF6E6E; }

a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none; }

nav,
footer,
header,
aside {
  display: block; }

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px; }

input,
button,
textarea,
a {
  font-family: inherit;
  outline: none; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a,
a:visited,
a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  max-width: 100%;
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

@-webkit-keyframes phone-icon {
  0% {
    transform: translate(0%, 0); }
  10% {
    transform: translate(15%, 0); }
  20% {
    transform: translate(-15%, 0); }
  30% {
    transform: translate(15%, 0); }
  40% {
    transform: translate(-15%, 0); }
  50% {
    transform: translate(0%, 0); } }

@keyframes phone-icon {
  0% {
    transform: translate(0%, 0); }
  10% {
    transform: translate(15%, 0); }
  20% {
    transform: translate(-15%, 0); }
  30% {
    transform: translate(15%, 0); }
  40% {
    transform: translate(-15%, 0); }
  50% {
    transform: translate(0%, 0); } }

@-webkit-keyframes faded {
  from {
    opacity: 0.1; }
  to {
    opacity: 1; } }

@keyframes faded {
  from {
    opacity: 0.1; }
  to {
    opacity: 1; } }

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(75deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(75deg); }
  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes translate-mobile {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(30%); }
  50% {
    transform: translateX(0); }
  80% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0); } }

@keyframes translate-mobile {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(30%); }
  50% {
    transform: translateX(0); }
  80% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes translate-tablet {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-45%); }
  100% {
    transform: translateX(0); } }

@keyframes translate-tablet {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-45%); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes translate {
  0% {
    transform: translateX(-5%); }
  50% {
    transform: translateX(10%); }
  100% {
    transform: translateX(-5%); } }

@keyframes translate {
  0% {
    transform: translateX(-5%); }
  50% {
    transform: translateX(10%); }
  100% {
    transform: translateX(-5%); } }

@-webkit-keyframes container {
  0% {
    top: -100%; }
  50% {
    top: 0%; }
  70% {
    top: -10%; }
  80% {
    top: 0%; }
  90% {
    top: -2%; }
  100% {
    top: 0%; } }

@keyframes container {
  0% {
    top: -100%; }
  50% {
    top: 0%; }
  70% {
    top: -10%; }
  80% {
    top: 0%; }
  90% {
    top: -2%; }
  100% {
    top: 0%; } }

@-webkit-keyframes cup {
  0% {
    transform: translateY(-100%); }
  60% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-5%); }
  100% {
    transform: translateY(0%); } }

@keyframes cup {
  0% {
    transform: translateY(-100%); }
  60% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-5%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes card-1 {
  from {
    left: 100%;
    top: 40%; }
  to {
    top: 35%;
    left: 75%;
    transform: rotate(-5deg) translateX(16%); } }

@keyframes card-1 {
  from {
    left: 100%;
    top: 40%; }
  to {
    top: 35%;
    left: 75%;
    transform: rotate(-5deg) translateX(16%); } }

@-webkit-keyframes card-2 {
  from {
    left: 100%;
    top: 40%; }
  to {
    left: 49%;
    top: 24%;
    transform: rotate(-6deg); } }

@keyframes card-2 {
  from {
    left: 100%;
    top: 40%; }
  to {
    left: 49%;
    top: 24%;
    transform: rotate(-6deg); } }

@-webkit-keyframes card-3 {
  from {
    left: 100%;
    top: 40%;
    transform: rotate(30deg); }
  to {
    left: 55%;
    top: 51%;
    transform: rotate(-2deg); } }

@keyframes card-3 {
  from {
    left: 100%;
    top: 40%;
    transform: rotate(30deg); }
  to {
    left: 55%;
    top: 51%;
    transform: rotate(-2deg); } }

@-webkit-keyframes card-4 {
  from {
    left: 100%;
    top: 40%;
    transform: rotate(200deg); }
  to {
    left: 19%;
    top: 44%;
    transform: rotate(0deg); } }

@keyframes card-4 {
  from {
    left: 100%;
    top: 40%;
    transform: rotate(200deg); }
  to {
    left: 19%;
    top: 44%;
    transform: rotate(0deg); } }

@-webkit-keyframes card-5 {
  from {
    left: 100%;
    top: 40%;
    transform: rotate(-150deg); }
  to {
    left: 3%;
    top: 18%;
    transform: rotate(0deg); } }

@keyframes card-5 {
  from {
    left: 100%;
    top: 40%;
    transform: rotate(-150deg); }
  to {
    left: 3%;
    top: 18%;
    transform: rotate(0deg); } }

.body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #FFF;
  overflow-x: hidden;
  height: 100%;
  min-width: 300px;
  background: linear-gradient(90deg, #252525 20%, #484848 150%);
  font-variant-numeric: lining-nums; }
  @media (min-width: 1024px) {
    .body {
      background: linear-gradient(90deg, #252525 35%, #484848 100%); } }
  .body--carfield {
    background: #252525; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 56px 0 70px; }
  @media (min-width: 768px) {
    .wrapper {
      padding: 82px 0 60px; } }
  @media (min-width: 1024px) {
    .wrapper {
      padding: 0; } }

.banner-shadow {
  box-shadow: 0 33px 26px #1d1d1d5e; }

main {
  flex: 1 0 auto; }

.footer {
  flex: 0 0 auto; }

.bottom-menu {
  flex: 0 0 auto; }

.faded {
  -webkit-animation-name: faded;
          animation-name: faded;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

@media (min-width: 1024px) {
  .title-decor {
    position: relative; }
    .title-decor::after, .title-decor::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: #8E8E8E;
      top: 30%; }
    .title-decor::after {
      right: -650px; }
    .title-decor::before {
      left: -103%; } }

.top-decor {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.bottom-decor {
  border-bottom: none; }
  @media (min-width: 1024px) {
    .bottom-decor {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }

.logo__icon {
  width: 76px;
  height: 24px; }

.title {
  font-size: 34px;
  font-weight: 800;
  line-height: 41px; }
  @media (min-width: 768px) {
    .title {
      font-size: 48px;
      font-weight: 800;
      line-height: 58px; } }

.description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (min-width: 768px) {
    .description {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; } }

.button {
  background: #FF6E6E;
  border: none;
  padding: 10px 10px;
  color: #1D1D1D;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  max-width: 160px;
  font-variant-numeric: lining-nums;
  transition: 0.5s all;
  text-align: center;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }
  .button:hover, .button:focus {
    color: #FFF; }
  .button:active {
    background: #FFF;
    color: #FF6E6E; }
  .button.isDisabled {
    cursor: not-allowed;
    color: #676767;
    background: #1D1D1D;
    text-decoration: none; }

.button-alternative {
  padding: 11px 12px;
  background: transparent;
  border: 1px solid #FF6E6E;
  color: #FF6E6E;
  width: 160px;
  transition: 0.5s all;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  line-height: 18px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }
  .button-alternative:hover, .button-alternative:focus {
    background: #FF6E6E;
    color: #FFF; }
  .button-alternative:active {
    border: 1px solid #FFF;
    background: #FFF;
    color: #FF6E6E; }

.form-input {
  padding: 18px 16px;
  border: none;
  font-variant-numeric: lining-nums;
  border: 1px solid #FFF;
  border-radius: 0px; }
  @media (min-width: 768px) {
    .form-input {
      padding: 10px 16px; } }
  .form-input::-moz-placeholder {
    font-variant-numeric: lining-nums;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #B0B0B0; }
  .form-input:-ms-input-placeholder {
    font-variant-numeric: lining-nums;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #B0B0B0; }
  .form-input::placeholder {
    font-variant-numeric: lining-nums;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #B0B0B0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,
  to {
    transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%,
  to {
    transform: translateZ(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(0deg); } }

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center; }

@-webkit-keyframes tada {
  0% {
    transform: scaleX(1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    transform: scaleX(1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    transform: translateZ(0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    transform: translateZ(0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    transform: translateZ(0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    transform: translateZ(0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%,
  11.1%,
  to {
    transform: translateZ(0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-duration: .75s;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translateZ(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translateZ(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-duration: .75s;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn); }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg); }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg); } }

.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg); }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg); }
  80% {
    transform: perspective(400px) rotateY(-5deg); }
  to {
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg); }
  80% {
    transform: perspective(400px) rotateY(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg); }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg); }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg); } }

.flipOutX {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg); }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg); } }

.flipOutY {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutY;
  backface-visibility: visible !important; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg); }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translateZ(0); } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg); }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg); }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translateZ(0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg); } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom; }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center; }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom; }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom; }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0); } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left; }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0); } }

.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom; } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom; } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(0, 100%, 0);
    visibility: hidden; } }

@keyframes slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(0, 100%, 0);
    visibility: hidden; } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden; } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(100%, 0, 0);
    visibility: hidden; } }

@keyframes slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(100%, 0, 0);
    visibility: hidden; } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(0, -100%, 0);
    visibility: hidden; } }

@keyframes slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(0, -100%, 0);
    visibility: hidden; } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important; } }

.ie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #252525;
  z-index: 1001;
  opacity: 1;
  visibility: visible;
  display: none;
  justify-content: center;
  align-items: center; }
  .ie::before, .ie::after {
    content: "";
    position: absolute;
    background: url(../assets/img/decoration-logo.png);
    width: 275px;
    height: 266px;
    opacity: 0.1; }
    @media (min-width: 1024px) {
      .ie::before, .ie::after {
        width: 358px;
        height: 358px; } }
  .ie::before {
    bottom: 0;
    left: 0;
    transform: translate(-32%, 47%); }
    @media (min-width: 1024px) {
      .ie::before {
        background: url(../assets/img/preloader-bot.png);
        transform: translate(-22%, 1%); } }
  .ie::after {
    top: 0;
    right: 0;
    transform: translate(44%, -51%); }
    @media (min-width: 1024px) {
      .ie::after {
        background: url(../assets/img/preloader-top.png);
        transform: translate(5%, -6%); } }
  .ie__content {
    display: flex;
    align-items: flex-end; }
  .ie__text {
    padding: 0 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center; }
    @media (min-width: 768px) {
      .ie__text {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .ie__text {
        font-size: 36px; } }

.logo-decoration {
  position: absolute;
  transform: rotate(0);
  z-index: 9; }
  .logo-decoration--home {
    display: none; }
    @media (min-width: 1024px) {
      .logo-decoration--home {
        display: block;
        top: -40px;
        right: -8%;
        z-index: 5; } }
  .logo-decoration--about {
    top: -280px;
    right: -255px;
    z-index: 10; }
    @media (min-width: 768px) {
      .logo-decoration--about {
        top: -212px;
        right: 15px; } }
    @media (min-width: 1024px) {
      .logo-decoration--about {
        top: -205px;
        right: 15px; } }
  .logo-decoration--project {
    display: none; }
    @media (min-width: 1270px) {
      .logo-decoration--project {
        display: block;
        top: -28px;
        right: -6%; } }
  .logo-decoration--vacancy {
    display: block;
    top: 536px;
    right: -218px;
    z-index: -1; }
    @media (min-width: 768px) {
      .logo-decoration--vacancy {
        display: none; } }
    @media (min-width: 1024px) {
      .logo-decoration--vacancy {
        display: block;
        top: 160px;
        right: 49%; } }
  .logo-decoration--vacancy-2 {
    top: -160px;
    right: -110px; }
    @media (min-width: 1024px) {
      .logo-decoration--vacancy-2 {
        display: none; } }
  .logo-decoration--vacancy-open {
    z-index: -1;
    top: 900px;
    right: -218px; }
    @media (min-width: 1024px) {
      .logo-decoration--vacancy-open {
        top: 182px;
        right: -14%; } }
  .logo-decoration--vacancy-open-2 {
    top: -222px;
    right: -110px; }
    @media (min-width: 1024px) {
      .logo-decoration--vacancy-open-2 {
        top: unset;
        bottom: -30px;
        right: 18%; } }
  .logo-decoration--contact {
    top: -30px;
    right: -175px; }
    @media (min-width: 1024px) {
      .logo-decoration--contact {
        top: -190px;
        left: -105px;
        right: auto; } }
  .logo-decoration--case {
    z-index: -1;
    display: none; }
    @media (min-width: 1024px) {
      .logo-decoration--case {
        display: block;
        bottom: -120px;
        right: -120px; } }
  .logo-decoration--express {
    display: none; }
    @media (min-width: 1024px) {
      .logo-decoration--express {
        display: block;
        top: -79px;
        left: -130px;
        z-index: -1; } }
  .logo-decoration--mpc {
    top: 45%;
    right: -110px; }
    @media (min-width: 375px) {
      .logo-decoration--mpc {
        top: 46%; } }
    @media (min-width: 768px) {
      .logo-decoration--mpc {
        display: none; } }
  .logo-decoration--tamiri {
    display: none; }
    @media (min-width: 1024px) {
      .logo-decoration--tamiri {
        display: block;
        top: 2516px;
        left: -30px; } }
  .logo-decoration--vector {
    display: none; }
    @media (min-width: 1024px) {
      .logo-decoration--vector {
        display: block;
        top: 3836px;
        right: -30px; } }
  .logo-decoration--art {
    bottom: 1231px;
    left: -228px;
    z-index: -1; }
    @media (min-width: 1024px) {
      .logo-decoration--art {
        bottom: 0;
        left: -36px; } }
  .logo-decoration--global {
    display: none; }
    @media (min-width: 1024px) {
      .logo-decoration--global {
        display: block;
        bottom: -885px;
        right: -350px; } }
  .logo-decoration--grill {
    display: none;
    z-index: 10; }
    @media (min-width: 1024px) {
      .logo-decoration--grill {
        display: block;
        bottom: -20px;
        left: -130px; } }
  .logo-decoration--atk {
    display: none;
    z-index: 10; }
    @media (min-width: 1024px) {
      .logo-decoration--atk {
        display: block;
        bottom: 0px;
        left: -36px; } }
  .logo-decoration--yara {
    display: none;
    z-index: 9; }
    @media (min-width: 1024px) {
      .logo-decoration--yara {
        display: block;
        bottom: 0px;
        left: -36px; } }
  .logo-decoration--smart {
    display: block;
    z-index: -1;
    bottom: 60px;
    left: -235px; }
    @media (min-width: 1024px) {
      .logo-decoration--smart {
        z-index: 9;
        bottom: 0px;
        left: 55px; } }
  .logo-decoration--errorTop {
    display: block;
    z-index: 12;
    right: -140px;
    top: -160px; }
    @media (min-width: 1024px) {
      .logo-decoration--errorTop {
        right: -36px;
        top: -65px; } }
  .logo-decoration--errorBot {
    display: block;
    z-index: 12;
    left: -140px;
    bottom: -160px; }
    @media (min-width: 1024px) {
      .logo-decoration--errorBot {
        left: -36px;
        bottom: -65px; } }
  .logo-decoration--carfieldTop {
    display: none; }
    @media (min-width: 1024px) {
      .logo-decoration--carfieldTop {
        display: block;
        z-index: 8;
        right: 20px;
        bottom: -150px; } }
  .logo-decoration--carfieldBot {
    display: none; }
    @media (min-width: 1024px) {
      .logo-decoration--carfieldBot {
        display: block;
        z-index: -1;
        left: -90px;
        bottom: -90px; } }
  .logo-decoration__icon {
    width: 280px;
    height: 280px; }
  .logo-decoration__icon .smile {
    pointer-events: bounding-box;
    fill: rgba(255, 255, 255, 0.3);
    transition: fill 0.2s; }

.back {
  padding: 16px 0 22px 4px; }
  @media (min-width: 768px) {
    .back {
      padding: 22px 0 24px 4px; } }
  @media (min-width: 1024px) {
    .back {
      display: none; } }
  .back__icon {
    position: relative;
    top: 2px;
    margin-right: 7px;
    fill: transparent;
    stroke: #FF6E6E; }
  .back__link {
    color: #FF6E6E;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px; }

.breadcrumbs {
  padding: 5px 0;
  display: none; }
  @media (min-width: 1024px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs__list {
    display: flex; }
  .breadcrumbs__item::after {
    content: "/";
    margin-left: 2px;
    margin-right: 5px; }
  .breadcrumbs__item:last-child::after {
    display: none; }
  .breadcrumbs__item:last-child .breadcrumbs__link {
    color: #FF6E6E; }
  .breadcrumbs__link {
    font-size: 14px;
    color: #FFF; }

.container {
  max-width: 1238px;
  margin: 0 auto;
  padding: 0 16px; }
  .container--fluid {
    max-width: 1238px;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 1024px) {
      .container--fluid {
        padding: 0 16px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  min-height: 40px;
  max-height: 112px;
  padding: 7px 0;
  background: #424242; }
  @media (min-width: 768px) {
    .header {
      padding: 20px 0; } }
  @media (min-width: 1024px) {
    .header {
      position: static;
      padding: 40px 0;
      background: transparent; } }
  @media (max-width: 1270px) {
    .header--alternative {
      opacity: 1 !important; } }
  @media (min-width: 1024px) {
    .header--alternative {
      opacity: 0;
      position: absolute;
      background: linear-gradient(180deg, #000000 -36.87%, rgba(0, 0, 0, 0) 100%);
      min-height: 184px;
      padding: 48px 0;
      transition: 0.3s all; } }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .header__inner {
        display: grid;
        grid-template-columns: 1fr 4fr 2fr 1fr;
        align-items: center; } }

.footer {
  position: relative;
  z-index: 5;
  display: none; }

@media (min-width: 1024px) {
  .footer {
    display: block; }
    .footer__inner {
      display: flex;
      flex-direction: column;
      background: #1D1D1D;
      padding: 0 55px; }
    .footer__first-block {
      padding: 32px 0 27px;
      display: grid;
      grid-template-columns: 1fr 4fr 1fr 1fr;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .footer__block-title {
      padding-left: 30px;
      font-size: 16px;
      font-weight: 600;
      color: #FFF;
      justify-self: center; }
    .footer__second-block {
      padding: 24px 0 5px;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-column-gap: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .footer__title {
      margin-bottom: 16px;
      font-weight: 600;
      color: #FFF; }
    .footer__item {
      margin-bottom: 16px; }
    .footer__link {
      font-weight: 400;
      line-height: 21px;
      color: #8E8E8E;
      transition: 0.3s all; }
      .footer__link:hover {
        font-weight: 700;
        color: #FFF; }
      .footer__link:active {
        font-weight: 700;
        color: #FF6E6E; }
    .footer__contacts-link {
      font-variant-numeric: lining-nums; }
    .footer__social-item {
      position: relative; }
    .footer .social__icon {
      position: relative;
      top: 3px;
      fill: #FF6E6E;
      margin-right: 6px; }
    .footer__btn-group {
      justify-self: end; }
    .footer__btn-inner {
      margin-bottom: 16px; }
    .footer__btn-title {
      font-weight: 400;
      line-height: 16px;
      color: #8E8E8E;
      margin-bottom: 5px; }
    .footer__btn-link {
      display: block;
      text-align: center; }
    .footer__third-block {
      padding: 12px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      line-height: 21px;
      color: #8E8E8E; } }

.project-list {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(272px, auto); }
  @media (min-width: 460px) {
    .project-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 768px) {
    .project-list {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: minmax(251px, auto); } }
  @media (min-width: 1270px) {
    .project-list {
      grid-template-columns: repeat(2, 602px);
      grid-auto-rows: minmax(378px, auto); } }
  .project-list .project-link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 12px; }
    .project-list .project-link.project__item-link--dark .project-item__tags {
      color: #1D1D1D; }
    .project-list .project-link.project__item-link--dark:hover * {
      color: #FFF; }
    @media (min-width: 1270px) {
      .project-list .project-link {
        padding: 24px; } }
  .project-list .project-item {
    overflow: hidden; }
    .project-list .project-item:hover .project-item__overlay {
      opacity: 1; }
    .project-list .project-item:hover .project-item__img {
      transform: scale(1.1); }
    .project-list .project-item__tags {
      order: 2;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #FFF; }
      @media (min-width: 768px) {
        .project-list .project-item__tags {
          order: 1; } }
    .project-list .project-item__tag {
      position: relative;
      display: inline-block;
      z-index: 12;
      padding: 4px 11px;
      margin-right: 6px;
      margin-bottom: 8px;
      background: rgba(255, 255, 255, 0.25); }
      .project-list .project-item__tag.project__item-tag--dark {
        background: rgba(124, 124, 124, 0.25); }
    .project-list .project-item__tag--dark {
      background: rgba(124, 124, 124, 0.25); }
    .project-list .project-item__text {
      order: 1;
      color: #FFF;
      position: relative;
      z-index: 12; }
      .project-list .project-item__text.project__item-text--dark {
        color: #1D1D1D; }
      @media (min-width: 768px) {
        .project-list .project-item__text {
          order: 2; } }
    .project-list .project-item__text--dark {
      color: #1D1D1D; }
    .project-list .project-item__title {
      font-size: 38px;
      font-weight: 800;
      line-height: 57px; }
    .project-list .project-item__subtitle {
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      max-width: 295px; }
    .project-list .project-item__img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 10;
      transition: 0.5s all; }
      .project-list .project-item__img img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .project-list .project-item__overlay {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 11;
      transition: 0.5s all;
      will-change: opacity; }

.main {
  position: relative; }
  .main::before {
    content: 'Dedey';
    position: absolute;
    color: #8E8E8E;
    font-size: 420px;
    font-weight: 800;
    bottom: -75px;
    left: 16px;
    opacity: 0.1;
    z-index: -1; }
    @media (min-width: 768px) {
      .main::before {
        display: none; } }
  .main-callback {
    margin-top: 54px; }
    @media (min-width: 1024px) {
      .main-callback {
        margin-top: 124px; } }
  .main-project {
    position: relative; }
  .main-project__inner {
    margin-bottom: 37px; }
    @media (min-width: 1270px) {
      .main-project__inner {
        position: relative; } }
  .main-project__list {
    z-index: 4; }
    @media (min-width: 768px) {
      .main-project__list {
        min-width: 800px; } }
  .main-project__text {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .main-project__text {
        align-items: flex-start;
        margin-bottom: 42px;
        max-width: 832px;
        padding-left: 16px; } }
    @media (min-width: 1024px) {
      .main-project__text {
        padding-left: 0;
        align-items: flex-start; } }
  .main-project__title {
    padding-bottom: 21px; }
    @media (min-width: 768px) {
      .main-project__title {
        padding-bottom: 16px; } }
  .main-project__description {
    display: none;
    max-width: 480px; }
    @media (min-width: 768px) {
      .main-project__description {
        display: block; } }
  .main-project__more {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 200px;
    left: 50%;
    transform: translate(-50%, 50%);
    background: transparent;
    color: #FF6E6E;
    border: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: 0.3s all; }
    @media (min-width: 1024px) {
      .main-project__more:hover .main-project__icon {
        opacity: 1; } }
    .main-project__more::before, .main-project__more::after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100vw;
      top: 50%;
      background: rgba(255, 255, 255, 0.1); }
    .main-project__more::before {
      left: 210px; }
    .main-project__more::after {
      right: 210px; }
  .main-project__icon {
    opacity: 1;
    fill: #FF6E6E;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: 10px;
    transition: 0.3s all;
    transform: rotate(-90deg); }
    @media (min-width: 1024px) {
      .main-project__icon {
        opacity: 0; } }

.callback {
  position: relative;
  display: flex;
  padding: 0 0 36px 0; }
  @media (min-width: 1024px) {
    .callback {
      padding: 36px 0; } }
  @media (min-width: 768px) {
    .callback {
      padding: 12px 0 60px 0; } }
  .callback::before {
    display: none;
    content: 'Dedey';
    position: absolute;
    color: #8E8E8E;
    font-size: 350px;
    font-weight: 800;
    top: 45px;
    left: 5%;
    opacity: 0.1;
    z-index: -1; }
    @media (min-width: 768px) {
      .callback::before {
        display: block;
        font-size: 610px;
        top: -70px;
        left: 20%; } }
  .callback__inner {
    width: 288px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .callback__inner {
        width: unset; } }
  .callback__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .callback__title {
        display: none; } }
  .callback__title-desktop {
    display: none; }
    @media (min-width: 768px) {
      .callback__title-desktop {
        display: block;
        text-align: center;
        font-size: 42px;
        font-weight: 800;
        line-height: 50px;
        margin-bottom: 48px; } }
    .callback__title-desktop--pink {
      color: #FF6E6E;
      font-weight: 500; }
  .callback__title-page {
    text-align: center;
    position: relative;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .callback__title-page {
        font-size: 48px;
        margin-bottom: 48px; } }
    @media (min-width: 1024px) {
      .callback__title-page::before, .callback__title-page::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100vw;
        top: 50%;
        background: rgba(255, 255, 255, 0.1); }
      .callback__title-page::before {
        right: 490px; }
      .callback__title-page::after {
        left: 490px; } }
  .callback__form {
    display: flex;
    flex-direction: column;
    max-width: 288px; }
    @media (min-width: 768px) {
      .callback__form {
        max-width: unset;
        width: 536px; } }
  .callback__form-inner {
    display: flex;
    flex-direction: column; }
  .callback__form-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .callback__form-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; } }
  .callback__form-input {
    margin-bottom: 16px; }
    .callback__form-input:last-child {
      margin-bottom: 24px; }
    @media (min-width: 768px) {
      .callback__form-input {
        margin-bottom: 24px;
        width: 100%; }
        .callback__form-input:last-child {
          margin-bottom: 32px; } }
  .callback__button {
    max-width: 288px; }
    @media (min-width: 768px) {
      .callback__button {
        padding: 8px;
        max-width: 142px;
        min-height: 40px; } }
  .callback__brief-more {
    position: relative;
    width: 220px;
    left: 50%;
    margin-top: 16px;
    transform: translate(-50%, 50%);
    background: transparent;
    color: #FF6E6E;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (min-width: 768px) {
      .callback__brief-more {
        margin-top: 45px; } }
    .callback__brief-more::before, .callback__brief-more::after {
      content: '';
      position: absolute;
      height: 1px;
      width: 20vw;
      top: 50%;
      background: rgba(255, 255, 255, 0.1); }
      @media (min-width: 768px) {
        .callback__brief-more::before, .callback__brief-more::after {
          width: 138px; } }
    .callback__brief-more::before {
      left: 240px; }
    .callback__brief-more::after {
      right: 240px; }
  .callback .--active .callback__icon {
    transform: rotateX(180deg); }
  .callback__icon {
    fill: #FF6E6E;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: 10px;
    transition: 0.1s all; }
  .callback__error {
    display: none;
    position: relative;
    color: #FF6E6E;
    padding-left: 5px;
    margin-bottom: 24px;
    left: 10px; }
    .callback__error span {
      position: absolute;
      color: #FF6E6E;
      font-size: 55px;
      top: -6px;
      left: -15px; }
  .callback ._error {
    border: 1px solid #FF6E6E; }

.banner {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .banner {
      padding-top: 16px;
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .banner {
      padding-top: 0; } }
  .banner__content {
    position: relative;
    background: #383838;
    box-shadow: 0px 21px 33px rgba(0, 0, 0, 0.15);
    min-height: 224px;
    max-width: 1206px;
    width: 100%;
    display: grid;
    grid-template-rows: 3fr 1fr;
    padding: 16px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .banner__content {
        min-height: 400px;
        padding: 42px 56px; } }
    @media (min-width: 1024px) {
      .banner__content {
        min-height: 476px; } }
    .banner__content::before {
      content: 'Dedey';
      position: absolute;
      color: #8E8E8E;
      font-size: 200px;
      font-weight: 800;
      top: 45px;
      left: 5%;
      opacity: 0.1;
      z-index: 10;
      -webkit-animation: translate-mobile 20s linear infinite;
              animation: translate-mobile 20s linear infinite; }
      @media (min-width: 768px) {
        .banner__content::before {
          font-size: 535px;
          top: -40px;
          left: -22%;
          -webkit-animation: translate-tablet 35s linear infinite;
                  animation: translate-tablet 35s linear infinite; } }
      @media (min-width: 1024px) {
        .banner__content::before {
          -webkit-animation: translate 15s linear infinite;
                  animation: translate 15s linear infinite; } }
  .banner__btn-play {
    position: relative;
    display: block;
    height: 53px;
    width: 53px;
    background: #FF6E6E;
    border-radius: 50%;
    transition: 0.5s all;
    z-index: 12;
    align-self: center;
    justify-self: center;
    border: none; }
    @media (min-width: 768px) {
      .banner__btn-play {
        top: 25px;
        height: 56px;
        width: 56px; } }
    @media (min-width: 1024px) {
      .banner__btn-play {
        top: 60px; } }
    .banner__btn-play:hover {
      background: #FFF; }
    .banner__btn-play:hover .banner__btn-icon {
      fill: #FF6E6E; }
  .banner__btn-icon {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    transform: translate(50%, 40%);
    fill: #FFF; }
  .banner__text {
    align-self: end;
    color: #FFF;
    z-index: 11; }
  .banner__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .banner__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 13px; } }
  .banner__subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }
    @media (min-width: 768px) {
      .banner__subtitle {
        font-size: 14px;
        line-height: 21px; } }
  .banner__video {
    display: none;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 20; }
    @media (min-width: 768px) {
      .banner__video {
        max-width: unset;
        transform: unset; } }

.lang-switcher {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: 0; }
  @media (min-width: 768px) {
    .lang-switcher {
      margin-right: 24px; } }
  .lang-switcher__button {
    cursor: pointer;
    font-weight: 900;
    color: #FF6E6E;
    padding: 14px 16px;
    width: 52px; }
    @media (min-width: 1024px) {
      .lang-switcher__button {
        display: none; } }
  .lang-switcher__list {
    position: absolute;
    top: 49px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
    width: 52px; }
    .lang-switcher__list.--active {
      visibility: visible;
      opacity: 1; }
    @media (min-width: 768px) {
      .lang-switcher__list {
        top: 62px; } }
    @media (min-width: 1024px) {
      .lang-switcher__list {
        position: relative;
        top: 0;
        flex-direction: row;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%; } }
  .lang-switcher__item {
    background: #252525;
    min-width: 40px; }
    @media (min-width: 1024px) {
      .lang-switcher__item {
        background: transparent; } }
  .lang-switcher__link {
    line-height: 44px;
    font-weight: 900;
    color: #8E8E8E;
    padding: 14px; }
    .lang-switcher__link.--active {
      color: #FF6E6E; }
    @media (min-width: 1024px) {
      .lang-switcher__link {
        padding: 10px; } }

@media (min-width: 1024px) {
  .lang-switcher--alternative .lang-switcher__link {
    color: #FFF; }
    .lang-switcher--alternative .lang-switcher__link.--active {
      color: #FF6E6E; } }

.menu {
  display: none; }

@media (min-width: 1024px) {
  .menu {
    display: block;
    justify-self: center; }
    .menu__list {
      display: flex; }
    .menu__item {
      margin-right: 40px; }
    .menu__link {
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      color: #8E8E8E; }
      .menu__link:hover {
        color: #FF6E6E; }
    .menu__link--active {
      font-weight: 700;
      color: #FF6E6E; } }

@media (min-width: 1024px) and (min-width: 1024px) {
  .menu--alternative .menu__link {
    color: #FFF; }
    .menu--alternative .menu__link--active {
      font-weight: 700;
      color: #FF6E6E; } }

.phone-link {
  position: relative;
  min-width: 170px; }
  .phone-link .phone__icon {
    margin-right: 10px;
    position: relative;
    top: 3px;
    left: 5px; }
  .phone-link:hover .phone__icon,
  .phone-link:focus .phone__icon {
    fill: #FFF;
    -webkit-animation: phone-icon 1000ms infinite;
            animation: phone-icon 1000ms infinite;
    transition: 0.5s all; }
  .phone-link.isDisabled .phone__icon,
  .phone-link.isDisabled:hover .phone__icon,
  .phone-link.isDisabled:focus .phone__icon,
  .phone-link.isDisabled:active .phone__icon {
    fill: transparent;
    -webkit-animation: none;
            animation: none; }
  .phone-link:active .phone__icon {
    fill: #FF6E6E;
    -webkit-animation: phone-icon 1000ms infinite;
            animation: phone-icon 1000ms infinite; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #252525;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader::before, .preloader::after {
    content: "";
    position: absolute;
    background: url(../assets/img/decoration-logo.png);
    width: 275px;
    height: 266px;
    opacity: 0.1; }
    @media (min-width: 1024px) {
      .preloader::before, .preloader::after {
        width: 358px;
        height: 358px; } }
  .preloader::before {
    bottom: 0;
    left: 0;
    transform: translate(-32%, 47%); }
    @media (min-width: 1024px) {
      .preloader::before {
        background: url(../assets/img/preloader-bot.png);
        transform: translate(-22%, 1%); } }
  .preloader::after {
    top: 0;
    right: 0;
    transform: translate(44%, -51%); }
    @media (min-width: 1024px) {
      .preloader::after {
        background: url(../assets/img/preloader-top.png);
        transform: translate(5%, -6%); } }
  .preloader__content {
    display: flex;
    align-items: flex-end; }
  .preloader__text {
    padding: 0 10px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .preloader__text {
        font-size: 39px; } }
    @media (min-width: 1024px) {
      .preloader__text {
        font-size: 80px; } }
  .preloader__icon {
    position: relative;
    top: -15px;
    width: 45px;
    height: 45px;
    -webkit-animation: rotate 1.2s ease-in-out infinite;
            animation: rotate 1.2s ease-in-out infinite;
    transform-origin: bottom; }
    @media (min-width: 768px) {
      .preloader__icon {
        top: -35px; } }

.preloader-done {
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden; }

.gallery {
  padding-bottom: 24px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }
  @media (min-width: 1024px) {
    .gallery {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .gallery__title {
    margin-bottom: 24px; }
  .gallery__slider {
    width: 100%;
    min-width: 288px; }
  .gallery__slide {
    height: 200px;
    overflow: hidden;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none; }
  .gallery__img {
    transition: 0.5s all; }
    .gallery__img:hover {
      transform: scale(1.1); }
  .gallery__controls {
    display: none;
    justify-content: space-between;
    max-width: 80px;
    max-height: 60px;
    margin-top: 24px;
    border: 1px solid #FF6E6E; }
    @media (min-width: 768px) {
      .gallery__controls {
        display: flex;
        margin-left: 17px; } }
    @media (min-width: 1024px) {
      .gallery__controls {
        margin-left: 0; } }
  .gallery__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    stroke: #FF6E6E;
    fill: transparent;
    width: 40px;
    height: 30px;
    transition: 0.2s all;
    cursor: pointer; }
  .gallery__arrow-next .gallery__arrow-icon {
    transform: rotate(-180deg); }
  .gallery__arrow-next:hover {
    transform: translateX(10%); }
  .gallery__arrow-prev:hover {
    transform: translateX(-10%); }
  .gallery__arrow-prev.swiper-button-disabled:hover, .gallery__arrow-next.swiper-button-disabled:hover {
    transform: none; }
  .gallery .swiper-container {
    margin-left: 0 !important;
    margin-right: 16px !important; }
    @media (min-width: 480px) {
      .gallery .swiper-container {
        width: 100%;
        max-width: 1238px; } }
    @media (min-width: 1024px) {
      .gallery .swiper-container {
        margin-right: 0 !important; } }
  .gallery .swiper-pagination {
    position: relative !important;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .gallery .swiper-pagination {
        display: none; } }
  .gallery .swiper-pagination-bullet {
    margin: 0 5px;
    background: #FFF;
    opacity: 1; }
  .gallery .swiper-pagination-bullet-active {
    background: #FF6E6E; }
  .gallery .swiper-button-disabled {
    background: transparent; }
    .gallery .swiper-button-disabled .gallery__arrow-icon {
      stroke: #8E8E8E; }

.vacancy {
  position: relative;
  padding: 32px 0; }
  @media (min-width: 768px) {
    .vacancy {
      padding: 80px 0 60px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
  .vacancy::before {
    content: 'Вакансии';
    position: absolute;
    color: #8E8E8E;
    font-size: 280px;
    font-weight: 800;
    opacity: 0;
    z-index: -1; }
    @media (min-width: 768px) {
      .vacancy::before {
        opacity: 0.1;
        top: 5px;
        left: 5%; } }
    @media (min-width: 1024px) {
      .vacancy::before {
        top: -10px;
        left: 20%; } }
  .vacancy__inner {
    display: flex;
    flex-direction: column; }
  .vacancy__title {
    margin: 0;
    padding-bottom: 32px; }
  @media (min-width: 768px) {
    .vacancy__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 100px;
           column-gap: 100px; } }
  @media (min-width: 1024px) {
    .vacancy__list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 50px;
           column-gap: 50px; } }
  .vacancy__item {
    margin-bottom: 16px; }
  .vacancy__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #FFF;
    text-decoration: underline;
    margin-bottom: 8px;
    transition: 0.3s all; }
    .vacancy__link:hover {
      color: #FF6E6E;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .vacancy__conditions-wrap {
      font-size: 0; } }
  .vacancy__condition {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    background: #505050; }
  .vacancy__button {
    display: none;
    padding: 11px 35px;
    max-width: 242px;
    text-align: center; }
    @media (min-width: 768px) {
      .vacancy__button {
        display: block; } }
  .vacancy__closed-title {
    padding: 8px 0 24px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .vacancy__closed-title {
        font-size: 24px; } }
  @media (min-width: 768px) {
    .vacancy__closed-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -moz-column-gap: 100px;
           column-gap: 100px; } }
  @media (min-width: 1024px) {
    .vacancy__closed-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -moz-column-gap: 50px;
           column-gap: 50px; } }
  .vacancy__closed-item {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .vacancy__closed-item {
        margin-bottom: 16px; } }
  .vacancy__closed-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFF;
    text-decoration: underline;
    transition: 0.3s all; }
    .vacancy__closed-link:hover {
      color: #FF6E6E;
      text-decoration: underline; }

.team {
  padding-bottom: 32px; }
  @media (min-width: 768px) {
    .team {
      padding: 60px 0; } }
  .team__inner {
    position: relative; }
  .team__text {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .team__text {
        margin-bottom: 32px; } }
  .team__subtitle {
    display: none; }
    @media (min-width: 768px) {
      .team__subtitle {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        padding: 16px 0 8px;
        max-width: 478px; } }
  .team__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 16px;
    justify-items: center; }
    @media (min-width: 768px) {
      .team__cards {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px 31px; } }
    @media (min-width: 1024px) {
      .team__cards {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 60px 31px; } }
  .team__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .team__card {
        width: 190px; } }
    @media (min-width: 1024px) {
      .team__card {
        width: unset; } }
  .team__card-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 168px;
    width: 160px;
    margin-bottom: 12px; }
    @media (min-width: 380px) {
      .team__card-img {
        height: 250px;
        width: 190px; } }
    @media (min-width: 1024px) {
      .team__card-img {
        margin-bottom: 36px;
        transition: 0.5s all;
        height: 371px;
        width: 278px;
        border: 1px solid #454545; }
        .team__card-img:hover {
          transform: scale(1.05); } }
  .team__card-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .team__card-title {
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 16px; } }
  .team__card-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    min-height: 30px; }
    @media (min-width: 768px) {
      .team__card-subtitle {
        font-size: 16px;
        line-height: 1.5; } }

.instagram {
  position: relative;
  margin-top: 20px; }
  .instagram::before {
    display: block;
    content: 'Instagram';
    position: absolute;
    color: #8E8E8E;
    font-weight: 800;
    z-index: -1;
    opacity: 0.1;
    font-size: 110px;
    top: -43px;
    left: 10%; }
  @media (min-width: 768px) {
    .instagram {
      margin-top: 0; }
      .instagram::before {
        font-size: 280px;
        top: 5px;
        left: 5%; } }
  @media (min-width: 1024px) {
    .instagram {
      padding: 125px 0 60px; }
      .instagram::before {
        top: -10px;
        left: 20%; } }
  @media (min-width: 768px) {
    .instagram__title {
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .instagram__wrapper {
      min-height: 500px; } }
  @media (min-width: 1024px) {
    .instagram__wrapper {
      position: relative;
      left: 200px; } }
  .instagram #instafeed-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 11px;
    max-height: 873px;
    overflow: hidden;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .instagram #instafeed-container {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        padding: 0; } }
    @media (min-width: 1024px) {
      .instagram #instafeed-container {
        max-height: 815px; } }
    .instagram #instafeed-container a img {
      width: 100%;
      height: 160px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 768px) {
        .instagram #instafeed-container a img {
          height: 290px; } }
      @media (min-width: 1024px) {
        .instagram #instafeed-container a img {
          height: 404px; } }

.vacancy-page.vacancy {
  padding-top: 20px;
  border-bottom: none; }
  @media (min-width: 768px) {
    .vacancy-page.vacancy::after {
      top: 7%;
      right: -66px; } }
  @media (min-width: 1024px) {
    .vacancy-page.vacancy::after {
      background-size: cover;
      width: 380px;
      height: 370px; } }
  .vacancy-page.vacancy::before {
    transform: rotate(90deg); }
    @media (min-width: 768px) {
      .vacancy-page.vacancy::before {
        top: 66%;
        left: -10%; } }
    @media (min-width: 1024px) {
      .vacancy-page.vacancy::before {
        top: 100%;
        left: 29%; } }

.vacancy-open {
  position: relative;
  padding-bottom: 24px; }
  .vacancy-open .title-decor::after {
    right: -590px; }
  .vacancy-open__text-decor {
    position: absolute;
    color: #8E8E8E;
    font-size: 280px;
    font-weight: 800;
    display: none;
    z-index: -1;
    transform: rotate(90deg);
    opacity: 0.1; }
    @media (min-width: 1024px) {
      .vacancy-open__text-decor {
        display: block;
        top: 17%;
        left: 30%; } }
  @media (min-width: 768px) {
    .vacancy-open {
      padding-bottom: 48px; } }
  .vacancy-open__inner {
    position: relative; }
    @media (min-width: 1024px) {
      .vacancy-open__inner {
        padding-left: 105px; } }
    .vacancy-open__inner::before {
      content: 'Dedey';
      position: absolute;
      color: #8E8E8E;
      font-size: 280px;
      font-weight: 800;
      opacity: 0;
      z-index: -1;
      transform: rotate(-90deg); }
      @media (min-width: 768px) {
        .vacancy-open__inner::before {
          opacity: 0.1;
          bottom: 6%;
          right: -350px; } }
      @media (min-width: 1024px) {
        .vacancy-open__inner::before {
          font-size: 350px;
          bottom: 7%;
          right: -45%; } }
  .vacancy-open__title {
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: -10px; }
    @media (min-width: 768px) {
      .vacancy-open__title {
        margin-top: 32px; } }
  .vacancy-open__conditions-wrap {
    max-width: 500px; }
  .vacancy-open__condition {
    display: inline-block;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    background: rgba(133, 133, 133, 0.315);
    margin-bottom: 8px;
    margin-right: 8px; }
  .vacancy-open__about {
    display: flex;
    flex-direction: column;
    margin: 24px 0 16px 0; }
    @media (min-width: 768px) {
      .vacancy-open__about {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .vacancy-open__about {
        margin-top: 4px;
        flex-direction: row;
        justify-content: space-between; } }
  .vacancy-open__info {
    display: flex;
    flex-direction: column;
    order: 2;
    margin: 24px 0; }
    @media (min-width: 1024px) {
      .vacancy-open__info {
        order: 1;
        max-width: 610px; } }
  .vacancy-open p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
    max-width: 300px; }
    @media (min-width: 768px) {
      .vacancy-open p {
        font-size: 16px;
        margin-bottom: 24px;
        max-width: 610px; } }
  .vacancy-open__button {
    display: inline-block;
    margin-top: 20px;
    max-width: unset;
    width: 288px;
    padding: 17px 10px; }
    @media (min-width: 768px) {
      .vacancy-open__button {
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .vacancy-open__button {
        margin-top: 12px;
        min-width: 225px;
        max-width: 227px;
        padding: 13px 10px; } }
  .vacancy-open__hr {
    display: none;
    flex-direction: row;
    order: 1; }
    @media (min-width: 1024px) {
      .vacancy-open__hr {
        order: 2;
        flex-direction: column;
        align-self: flex-start;
        margin-left: 36px; }
        .vacancy-open__hr * {
          margin-bottom: 12px; } }
  .vacancy-open__hr-img {
    max-width: 50%; }
    @media (min-width: 768px) {
      .vacancy-open__hr-img {
        max-width: 270px; } }
    @media (min-width: 1024px) {
      .vacancy-open__hr-img {
        max-width: 378px; } }
  .vacancy-open__hr-inner {
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: space-between;
    margin-left: 12px; }
    @media (min-width: 1024px) {
      .vacancy-open__hr-inner {
        margin-left: 0; } }
  .vacancy-open__hr-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2; }
  .vacancy-open__hr-position, .vacancy-open__hr-phone {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2; }
  .vacancy-open__hr-phone {
    color: #FF6E6E; }
  .vacancy-open__block {
    margin-bottom: 32px;
    max-width: 300px; }
    .vacancy-open__block.--skills {
      margin-bottom: 16px; }
    @media (min-width: 768px) {
      .vacancy-open__block {
        margin-bottom: 48px;
        max-width: 610px; } }
  .vacancy-open__block-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .vacancy-open__block-title {
        font-size: 28px;
        margin-bottom: 32px; } }
  .vacancy-open li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-left: 5px;
    margin-left: 15px;
    list-style-type: "— "; }
    @media (min-width: 768px) {
      .vacancy-open li {
        font-size: 16px; } }
  .vacancy-open__block-inner {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .vacancy-open__block-inner {
        flex-direction: row; } }
  .vacancy-open__list-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px; }
    .vacancy-open__list-subtitle.--important {
      text-transform: uppercase; }

.contact {
  position: relative; }
  .contact__inner {
    position: relative;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 16px 0; }
    @media (min-width: 768px) {
      .contact__inner {
        padding-top: 20px;
        padding-bottom: 10px; } }
    @media (min-width: 1024px) {
      .contact__inner {
        grid-template-columns: 1fr 831px;
        grid-template-rows: 1fr;
        grid-gap: 0 60px;
        padding-bottom: 60px; } }
  .contact__content {
    padding: 0 16px; }
    @media (min-width: 1024px) {
      .contact__content {
        padding: 0;
        align-self: center;
        justify-self: center; } }
  .contact__title {
    display: block;
    margin: 20px 0 24px 0; }
    @media (min-width: 1024px) {
      .contact__title {
        display: none; } }
  .contact__block {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .contact__block {
        margin-bottom: 32px; } }
  .contact__block-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .contact__block-title {
        margin-bottom: 8px; } }
  .contact__block-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #8E8E8E; }
  .contact__button {
    display: block;
    text-align: center;
    padding: 16px 50px;
    max-width: 300px;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .contact__button {
        font-size: 14px;
        font-weight: 500;
        padding: 15px;
        max-width: 180px; } }
  .contact__map {
    width: 100%;
    min-height: 100%; }
    @media (min-width: 1024px) {
      .contact__map {
        min-height: 644px; } }
  .contact__text-decor {
    position: absolute;
    color: #8E8E8E;
    font-size: 200px;
    font-weight: 800;
    display: none;
    z-index: -1;
    transform: rotate(90deg);
    opacity: 0.1; }
    @media (min-width: 1024px) {
      .contact__text-decor {
        display: block;
        top: 395px;
        left: -150px; } }

.brief--main {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s all; }

.brief__inner {
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .brief__inner {
      padding-bottom: 60px; } }

.brief__title-page {
  text-align: center;
  position: relative;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .brief__title-page {
      font-size: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1024px) {
    .brief__title-page::before, .brief__title-page::after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100vw;
      top: 50%;
      background: rgba(255, 255, 255, 0.1); }
    .brief__title-page::before {
      right: 420px; }
    .brief__title-page::after {
      left: 420px; } }

.brief__form {
  display: flex;
  flex-direction: column;
  max-width: 569px;
  min-width: 288px; }
  @media (min-width: 768px) {
    .brief__form {
      width: 537px; } }

.brief__field {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column; }

.brief__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .brief__label {
      font-size: 16px; } }

.brief__selected {
  cursor: pointer;
  position: relative;
  padding: 20px;
  background: #FFF;
  color: #B0B0B0; }
  @media (min-width: 768px) {
    .brief__selected {
      display: none; } }

.brief__icon {
  fill: #FF6E6E;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: 0.5s all; }

.brief__inputs-wrap {
  margin-top: 16px;
  display: none;
  flex-direction: column; }
  .brief__inputs-wrap.active {
    display: flex; }
  @media (min-width: 768px) {
    .brief__inputs-wrap {
      display: flex;
      flex-direction: row; } }

.brief__option {
  width: 100%; }

.brief__input-label {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: transparent;
  padding: 10px 16px;
  color: #FFF;
  border: 1px solid #FFF;
  width: 100%; }
  @media (min-width: 768px) {
    .brief__input-label {
      max-height: 46px;
      padding: 10px 9px; } }

.brief__type:checked + .brief__input-label,
.brief__budget:checked + .brief__input-label {
  background: #FFF;
  color: #1D1D1D; }

.brief__type, .brief__budget {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.brief__textarea {
  padding: 10px 16px;
  resize: none;
  min-height: 104px; }

.brief__brief-submit {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .brief__brief-submit {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.brief__brief-btn {
  order: 2;
  max-width: 288px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .brief__brief-btn {
      order: 1;
      min-width: 142px;
      margin-bottom: 0; } }

.brief__required {
  order: 1;
  position: relative;
  color: #8E8E8E;
  padding-left: 5px;
  margin-bottom: 24px;
  left: 10px; }
  @media (min-width: 768px) {
    .brief__required {
      order: 2;
      padding-right: 70px;
      margin: 0;
      left: 36px;
      font-size: 16px; } }
  .brief__required span {
    position: absolute;
    color: #FFF;
    font-size: 55px;
    top: -6px;
    left: -15px; }

.brief__error {
  display: none;
  position: relative;
  color: #FF6E6E;
  padding-left: 5px;
  margin-bottom: 24px;
  left: 10px; }
  .brief__error span {
    position: absolute;
    color: #FF6E6E;
    font-size: 55px;
    top: -6px;
    left: -15px; }

.brief ._error {
  border: 1px solid #FF6E6E; }

.service {
  position: relative;
  display: block;
  padding: 0 0 36px 0; }
  .service::before {
    display: none;
    content: 'Dedey';
    position: absolute;
    color: #8E8E8E;
    font-size: 350px;
    font-weight: 800;
    top: 45px;
    left: 5%;
    opacity: 0.1;
    z-index: -1; }
    @media (min-width: 768px) {
      .service::before {
        display: block;
        font-size: 610px;
        top: -70px;
        left: 20%; } }
  @media (min-width: 1024px) {
    .service {
      padding: 36px 0; } }
  @media (min-width: 768px) {
    .service {
      padding: 12px 0 60px 0; } }

.answer {
  position: relative;
  padding: 0 0 36px 0; }
  .answer::before {
    display: none;
    content: 'Dedey';
    position: absolute;
    color: #8E8E8E;
    font-size: 350px;
    font-weight: 800;
    top: 45px;
    left: 5%;
    opacity: 0.1;
    z-index: -1; }
    @media (min-width: 768px) {
      .answer::before {
        display: block;
        font-size: 610px;
        top: -70px;
        left: 20%; } }
  @media (min-width: 1024px) {
    .answer {
      padding: 36px 0; } }
  @media (min-width: 768px) {
    .answer {
      padding: 12px 0 60px 0; } }
  .answer__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .answer__title-page {
    text-align: center;
    position: relative;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .answer__title-page {
        font-size: 48px;
        margin-bottom: 48px; } }
    @media (min-width: 1024px) {
      .answer__title-page::before, .answer__title-page::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100vw;
        top: 50%;
        background: rgba(255, 255, 255, 0.1); }
      .answer__title-page::before {
        right: 680px; }
      .answer__title-page::after {
        left: 680px; } }
  .answer__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 288px; }
    @media (min-width: 768px) {
      .answer__form {
        width: 537px;
        max-width: none; } }
  .answer__field {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column; }
  .answer__label {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .answer__label {
        font-size: 16px; } }
  .answer__textarea {
    padding: 10px 16px;
    resize: none;
    min-height: 104px; }
  .answer__btn-group {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .answer__btn-group {
        flex-direction: row;
        align-items: center; } }
  .answer__file-label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    background: transparent;
    padding: 10px 16px;
    color: #FFF;
    border: 1px solid #FFF;
    height: 41px;
    margin-bottom: 12px;
    transition: 0.5s all; }
    .answer__file-label::before {
      content: '+';
      position: absolute;
      color: #FFF;
      top: 0;
      left: 40px;
      font-size: 35px;
      line-height: 1.2;
      transition: 0.5s all; }
    .answer__file-label:hover {
      background: #FFF;
      color: #1D1D1D; }
      .answer__file-label:hover::before {
        color: #1D1D1D; }
    @media (min-width: 768px) {
      .answer__file-label {
        padding: 10px 25px 10px 55px;
        margin-bottom: 0;
        margin-right: 12px; }
        .answer__file-label::before {
          left: 20px; } }
  .answer__file-input {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .answer__button {
    max-width: 288px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .answer__button {
        min-width: 142px;
        margin-bottom: 0; } }
  .answer__error {
    display: none;
    position: relative;
    color: #FF6E6E;
    padding-left: 5px;
    margin-bottom: 24px;
    left: 10px; }
    .answer__error span {
      position: absolute;
      color: #FF6E6E;
      font-size: 55px;
      top: -6px;
      left: -15px; }
  .answer ._error {
    border: 1px solid #FF6E6E; }

.success {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .success::before {
    content: 'Dedey';
    position: absolute;
    color: #8e8e8e;
    font-size: 475px;
    font-weight: 800;
    top: 11px;
    left: 5%;
    opacity: 0.1;
    z-index: -1; }
    @media (min-width: 768px) {
      .success::before {
        font-size: 750px;
        top: -140px;
        left: 22%; } }
  .success__page {
    min-height: 300px;
    max-width: 440px;
    text-align: center;
    padding: 20px 0 32px; }
  .success__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .success__icon {
    width: 47px;
    height: 39px;
    margin-bottom: 16px; }
  .success__title {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0 12px; }
    @media (min-width: 768px) {
      .success__title {
        font-size: 60px;
        margin-bottom: 24px;
        padding: 0; } }
  .success__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 32px;
    padding: 0 12px; }
    @media (min-width: 768px) {
      .success__text {
        font-size: 16px;
        padding: 0; } }
  .success__button {
    max-width: 288px;
    padding: 10px 50px;
    width: 100%; }
    @media (min-width: 1024px) {
      .success__button {
        max-width: 180px; } }

.failure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .failure::before {
    content: 'Dedey';
    position: absolute;
    color: #8e8e8e;
    font-size: 475px;
    font-weight: 800;
    top: 11px;
    left: 5%;
    opacity: 0.1;
    z-index: -1; }
    @media (min-width: 768px) {
      .failure::before {
        font-size: 750px;
        top: -140px;
        left: 22%; } }
  .failure__page {
    min-height: 300px;
    max-width: 520px;
    text-align: center;
    padding: 20px 0 32px; }
  .failure__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .failure__icon {
    width: 39px;
    height: 39px;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .failure__icon {
        width: 64px;
        height: 64px; } }
  .failure__title {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0 6px; }
    @media (min-width: 768px) {
      .failure__title {
        font-size: 60px;
        margin-bottom: 24px;
        padding: 0; } }
  .failure__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 32px;
    padding: 0 12px; }
    @media (min-width: 768px) {
      .failure__text {
        font-size: 16px;
        padding: 0; } }
  .failure__button {
    max-width: 288px;
    padding: 10px 50px;
    width: 100%; }
    @media (min-width: 1024px) {
      .failure__button {
        max-width: 180px; } }

.error {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .error__page {
    min-height: 300px;
    text-align: center;
    padding: 20px 0 32px; }
  .error__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .error__code {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #FF6E6E; }
    @media (min-width: 768px) {
      .error__code {
        font-size: 240px;
        font-weight: 600; } }
  .error__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2; }
    .error__text span {
      font-size: 16px; }
    @media (min-width: 768px) {
      .error__text {
        font-size: 36px;
        margin-bottom: 24px; }
        .error__text span {
          font-size: 24px; } }
  .error__button {
    display: none; }
    @media (min-width: 768px) {
      .error__button {
        display: block;
        max-width: 180px;
        padding: 10px 50px; } }

.bottom-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #333333;
  display: flex; }
  @media (min-width: 1024px) {
    .bottom-menu {
      display: none; } }
  .bottom-menu__list {
    display: flex;
    justify-content: space-around;
    width: 100%; }
  .bottom-menu__item {
    width: 100%; }
  .bottom-menu__link {
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    transition: 0.3s all; }
    .bottom-menu__link:hover {
      background: #4F4F4F; }
    .bottom-menu__link._active {
      background: #4F4F4F; }
  .bottom-menu__icon {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    fill: #FFF; }
  .bottom-menu__text {
    font-size: 8px;
    font-weight: 400;
    line-height: 1.2; }

.project__inner {
  position: relative;
  padding-bottom: 60px; }

.project__title-page {
  text-align: center;
  position: relative;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  margin-top: 24px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .project__title-page {
      font-size: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1024px) {
    .project__title-page::before, .project__title-page::after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100vw;
      top: 50%;
      background: rgba(255, 255, 255, 0.1); }
    .project__title-page::before {
      right: 740px; }
    .project__title-page::after {
      left: 740px; } }

.project__list {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-gap: 16px; }
  @media (min-width: 610px) {
    .project__list {
      grid-template-columns: repeat(2, 286px); } }
  @media (min-width: 768px) {
    .project__list {
      grid-template-columns: repeat(2, 286px); } }
  @media (min-width: 1024px) {
    .project__list {
      grid-template-columns: repeat(3, 286px); } }
  @media (min-width: 1270px) {
    .project__list {
      display: block;
      -moz-column-count: 4;
           column-count: 4; } }

.project__item {
  display: inline-block; }
  .project__item:hover .project__item-overlay {
    opacity: 1; }
  .project__item:hover .project__item-img {
    transform: scale(1.1); }
  .project__item:hover .project__item-text--dark {
    transition: 0.5s all;
    color: #FFF; }
  .project__item:hover .project__item-link--dark {
    transition: 0.5s all;
    color: #FFF; }
  @media (max-width: 610px) {
    .project__item:nth-child(1) {
      order: 1; }
      .project__item:nth-child(1) .project__link {
        min-height: 394px; }
    .project__item:nth-child(2) {
      order: 11; }
    .project__item:nth-child(3) {
      order: 10; }
    .project__item:nth-child(4) {
      order: 2; }
    .project__item:nth-child(5) {
      order: 6; }
    .project__item:nth-child(6) {
      order: 5; }
    .project__item:nth-child(7) {
      order: 3; }
      .project__item:nth-child(7) .project__link {
        min-height: 394px; }
    .project__item:nth-child(8) {
      order: 8; }
      .project__item:nth-child(8) .project__link {
        min-height: 394px; }
    .project__item:nth-child(9) {
      order: 7; }
      .project__item:nth-child(9) .project__link {
        min-height: 394px; }
    .project__item:nth-child(10) {
      order: 9; }
    .project__item:nth-child(11) {
      order: 4; } }
  @media (min-width: 1270px) {
    .project__item {
      margin-bottom: 16px; } }
  @media (min-width: 1270px) {
    .project__item:nth-child(6n+1) .project__link {
      min-height: 394px; }
    .project__item:nth-child(6n+2) .project__link {
      min-height: 394px; } }

.project__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  overflow: hidden;
  width: 100%;
  min-height: 310px; }
  @media (min-width: 1024px) {
    .project__link {
      width: 286px; } }

.project__item-tags {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFF;
  margin-bottom: -8px; }

.project__item-tag {
  position: relative;
  display: inline-block;
  z-index: 12;
  padding: 4px 11px;
  margin-right: 6px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.25); }
  .project__item-tag--dark {
    background: rgba(124, 124, 124, 0.25); }

.project__item-text {
  color: #FFF;
  position: relative;
  z-index: 12;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5; }
  .project__item-text--dark {
    color: #1D1D1D; }

.project__item-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 8px; }

.project__item-link {
  display: block;
  text-decoration: underline;
  margin: auto 0 12px;
  z-index: 12;
  color: #FFF; }
  .project__item-link--dark {
    color: #1D1D1D; }

.project__item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  transition: 0.5s;
  will-change: transform;
  transform: scale(1); }

.project__item-overlay {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  transition: 0.5s all;
  will-change: opacity; }

.project__description {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  min-height: 120px;
  width: 100%; }

.project__description-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #FF6E6E;
  padding: 15px;
  text-decoration: underline; }

.case {
  position: relative;
  padding-bottom: 32px;
  z-index: 8; }
  @media (min-width: 1024px) {
    .case {
      padding-bottom: 60px; } }
  .case .banner__content {
    grid-template-rows: 1fr; }
  .case .banner__btn-play {
    top: 0; }
  .case__text-decor {
    position: absolute;
    color: #8E8E8E;
    font-size: 137px;
    font-weight: 800;
    z-index: -2;
    opacity: 0.1;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    top: 400px;
    left: 0;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr; }
    @media (min-width: 768px) {
      .case__text-decor {
        top: 600px; } }
    @media (min-width: 1024px) {
      .case__text-decor {
        font-size: 280px;
        top: 700px; } }
  .case__control {
    display: none;
    position: fixed;
    top: 50%;
    cursor: pointer;
    padding: 8px 10px;
    background: #FFF;
    color: #FF6E6E;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    transform: rotate(-90deg);
    transition: 0.3s all;
    z-index: 100;
    min-width: 130px;
    text-align: center; }
    .case__control:hover {
      background: #FF6E6E;
      color: #FFF; }
    @media (min-width: 1024px) {
      .case__control {
        display: block; } }
  .case__control--alternative {
    opacity: 0; }
  .case__control--prev {
    left: -45px; }
  .case__control--next {
    right: -45px; }
  .case__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .case__title-page {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    padding-bottom: 16px; }
    @media (min-width: 768px) {
      .case__title-page {
        font-size: 56px;
        padding: 16px 0 48px; } }
  .case__text-wrap {
    position: relative;
    max-width: 484px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .case__text-wrap {
        padding: 0;
        width: 100%;
        max-width: 560px; } }
  .case__subtitle {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .case__subtitle {
        font-size: 16px;
        margin-bottom: 24px;
        margin-top: 24px; } }
  .case__text {
    position: relative;
    z-index: 10;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.7); }
    @media (min-width: 768px) {
      .case__text {
        font-size: 16px;
        margin-bottom: 60px; } }
  .case__title {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    text-transform: lowercase; }
    .case__title:first-letter {
      text-transform: uppercase; }
    @media (min-width: 768px) {
      .case__title {
        font-size: 48px; } }
  .case__img {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin-bottom: 32px;
    z-index: 10; }
    @media (max-width: 416px) {
      .case__img img {
        width: 100vw; } }
    @media (min-width: 768px) {
      .case__img {
        margin-bottom: 60px; } }
  .case__design {
    position: relative;
    margin-bottom: 32px;
    min-height: 364px;
    padding: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    z-index: 10; }
    @media (min-width: 768px) {
      .case__design {
        min-height: 480px; } }
    @media (min-width: 1024px) {
      .case__design {
        min-height: 500px; } }
  .case__design-content {
    max-width: 425px; }
    @media (min-width: 768px) {
      .case__design-content {
        max-width: 480px; } }
  .case__design-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .case__design-title {
        font-size: 16px; } }
  .case__design-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px;
    padding-right: 120px; }
    @media (min-width: 768px) {
      .case__design-text {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .case__design-text {
        font-size: 16px;
        padding-right: 195px; } }
  .case__design-button {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    background: #FFD000;
    color: #1D1D1D;
    border: none;
    padding: 10px 15px;
    transition: 0.5s all;
    min-height: 48px; }
    .case__design-button:hover {
      color: #FFF; }
  .case__design-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: 0; }
    .case__design-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .case__button {
    text-align: center;
    padding: 15px;
    max-width: 288px;
    width: 100%; }
  .case__logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .case__logo-wrap {
        margin-bottom: 48px;
        flex-direction: row;
        justify-content: space-between; } }
  @media (min-width: 768px) {
    .case__logo-wrap picture:not(:last-child) {
      margin-right: 5px; } }
  .case__logo-wrap-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    margin-bottom: 16px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .case__logo-wrap-2 {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px;
        margin-bottom: 60px;
        padding: 0; } }
  .case__masonry {
    display: none;
    margin-bottom: 32px; }
    @media (min-width: 414px) {
      .case__masonry {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px; } }
    @media (min-width: 768px) {
      .case__masonry {
        grid-gap: 16px;
        margin-bottom: 60px; } }
  .case__masonry-img:nth-child(odd) {
    justify-self: end; }
  .case__masonry-img:nth-child(even) {
    justify-self: start; }
  .case__masonry-img {
    max-width: 492px;
    max-height: 308px; }
  .case__masonry-img:last-child, .case__masonry-img:first-child {
    max-width: 675px; }
    @media (min-width: 1240px) {
      .case__masonry-img:last-child, .case__masonry-img:first-child {
        width: 675px; } }
    .case__masonry-img:last-child img, .case__masonry-img:first-child img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .case__masonry-mobile {
    display: block;
    margin-bottom: 32px;
    width: 100%;
    padding: 0 16px; }
    .case__masonry-mobile img {
      width: 100%; }
    @media (min-width: 414px) {
      .case__masonry-mobile {
        display: none; } }
  .case__logo-wrap-3 {
    display: flex;
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .case__logo-wrap-3 {
        margin-bottom: 36px; } }
  .case__logo-card {
    text-align: center; }
    .case__logo-card:not(:last-child) {
      margin-right: 4px; }
    @media (min-width: 768px) {
      .case__logo-card:not(:last-child) {
        margin-right: 32px; } }
  .case__logo-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px; }
  @media (min-width: 768px) {
    .case__logo-img img {
      box-shadow: 10px 5px 50px rgba(0, 0, 0, 0.315); } }
  .case__fonts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .case__fonts {
        flex-direction: row;
        margin-bottom: 60px;
        padding: 0 16px; } }
  .case__fonts-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 28px; }
    @media (min-width: 768px) {
      .case__fonts-inner {
        margin-bottom: 0;
        text-align: left;
        width: 240px; } }
    @media (min-width: 1024px) {
      .case__fonts-inner {
        width: 251px; } }
  .case__fonts-font {
    font-size: 24px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif; }
    .case__fonts-font.--bold {
      font-weight: 800; }
    .case__fonts-font.--thin {
      font-weight: 300; }
    @media (min-width: 768px) {
      .case__fonts-font {
        font-size: 30px;
        margin-bottom: 28px; } }
    @media (min-width: 1024px) {
      .case__fonts-font {
        font-size: 36px; } }
  .case__fonts-retro {
    max-width: 184px;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .case__fonts-retro {
        max-width: 220px;
        margin-bottom: 28px; } }
    @media (min-width: 1024px) {
      .case__fonts-retro {
        max-width: 275px; } }
  .case__fonts-text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif; }
    @media (min-width: 768px) {
      .case__fonts-text {
        font-size: 18px;
        font-weight: 300; } }
  .case__brand-gallery {
    position: relative;
    width: 100%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 32px;
    z-index: 10; }
    @media (min-width: 768px) {
      .case__brand-gallery {
        grid-gap: 32px;
        margin-bottom: 60px; } }
  .case__brand-gallery picture:last-child {
    grid-column: span 2; }
  .case__brand-gallery-img {
    max-width: 101%; }
  .case__logo-wrap-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .case__logo-wrap-4 {
        margin-bottom: 60px; } }
    .case__logo-wrap-4 .case__logo-inner {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .case__logo-wrap-4 .case__logo-inner {
          flex-direction: row;
          margin-bottom: 32px; } }
    .case__logo-wrap-4 .case__logo-img {
      margin-bottom: 2px; }
      @media (min-width: 768px) {
        .case__logo-wrap-4 .case__logo-img {
          margin-bottom: 0; }
          .case__logo-wrap-4 .case__logo-img:first-child {
            margin-right: 32px; } }
  .case__fonts2 {
    margin-bottom: 48px; }
    @media (min-width: 768px) {
      .case__fonts2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 790px;
        margin-bottom: 60px;
        padding: 0 16px; } }
    @media (min-width: 1024px) {
      .case__fonts2 {
        padding: 0; } }
  .case__fonts2-font {
    max-width: 140px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .case__fonts2-font {
        margin-bottom: 24px;
        max-width: unset; } }
  .case__fonts2-inner {
    text-align: center; }
    .case__fonts2-inner:not(:last-child) {
      margin-bottom: 40px; }
    @media (min-width: 768px) {
      .case__fonts2-inner {
        text-align: unset; }
        .case__fonts2-inner:not(:last-child) {
          margin-bottom: 0; } }
  .case__fonts2-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px; }
  .case__branding {
    position: relative;
    margin-bottom: 32px;
    z-index: 11;
    width: 100%; }
    @media (min-width: 768px) {
      .case__branding {
        margin-bottom: 60px;
        width: unset; } }
    .case__branding .case__branding-img {
      display: block;
      margin-bottom: 16px; }
      .case__branding .case__branding-img img {
        width: 100%; }
    .case__branding .case__branding-cards {
      display: block; }
      .case__branding .case__branding-cards img {
        margin: 0 auto; }
      @media (min-width: 1024px) {
        .case__branding .case__branding-cards {
          position: absolute;
          top: 145px;
          right: -105px;
          max-width: 350px; } }
      @media (min-width: 1270px) {
        .case__branding .case__branding-cards {
          top: 115px;
          right: -275px;
          max-width: unset; } }
  .case__logo-wrap-5 {
    position: relative;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .case__logo-wrap-5 {
        margin-bottom: 61px; } }
    .case__logo-wrap-5 .case__logo-inner {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 768px) {
        .case__logo-wrap-5 .case__logo-inner {
          flex-direction: row; } }
    .case__logo-wrap-5 .case__logo-img {
      box-shadow: -4px 4px 40px rgba(0, 0, 0, 0.5); }
    .case__logo-wrap-5 .case__logo-cards {
      display: none; }
      @media (min-width: 1024px) {
        .case__logo-wrap-5 .case__logo-cards {
          display: block;
          position: absolute;
          max-width: 270px;
          top: -149px;
          right: -35px; } }
      @media (min-width: 1270px) {
        .case__logo-wrap-5 .case__logo-cards {
          max-width: unset;
          top: -205px;
          right: -180px; } }
  .case__style {
    position: relative;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .case__style {
        margin-bottom: 60px;
        max-width: 365px; } }
    @media (min-width: 1024px) {
      .case__style {
        max-width: 535px; } }
  .case__style-decor {
    display: none; }
    @media (min-width: 768px) {
      .case__style-decor {
        display: block;
        position: absolute;
        bottom: -100px;
        right: -265px; } }
  .case__branding-2 {
    position: relative;
    z-index: 11;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    width: 100%;
    padding: 0 3px; }
    @media (min-width: 768px) {
      .case__branding-2 {
        margin-bottom: 60px;
        gap: 30px;
        padding: 0 16px; } }
    @media (min-width: 1024px) {
      .case__branding-2 {
        padding: 0; } }
    .case__branding-2 .case__branding-img img {
      width: 100%; }
  .case__logo-wrap-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px; }
    @media (min-width: 1024px) {
      .case__logo-wrap-6 {
        margin-bottom: 60px; } }
    .case__logo-wrap-6 .case__logo-inner {
      display: flex;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .case__logo-wrap-6 .case__logo-inner {
          flex-direction: row; } }
    .case__logo-wrap-6 .case__logo-img {
      margin-bottom: 8px;
      box-shadow: -4px 4px 40px rgba(0, 0, 0, 0.5); }
      @media (min-width: 1024px) {
        .case__logo-wrap-6 .case__logo-img {
          margin-bottom: 0; }
          .case__logo-wrap-6 .case__logo-img:not(:last-child) {
            margin-right: 32px; } }
  .case__design-2 {
    position: relative;
    background-image: url("/assets/img/akt-mobile-bg@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1000px;
    width: 100%;
    padding: 131px 16px 16px;
    margin-top: 136px;
    margin-bottom: 60px;
    color: #1D1D1D;
    z-index: 12; }
    @media (min-width: 768px) {
      .case__design-2 {
        background-image: url("/assets/img/akt-bg@2x.png");
        padding: 30px 110px;
        margin-top: 66px; } }
    @media (min-width: 1024px) {
      .case__design-2 {
        padding: 30px 120px; } }
  .case__design-2-content {
    max-width: 550px; }
    @media (min-width: 768px) {
      .case__design-2-content {
        max-width: 375px; } }
    @media (min-width: 1024px) {
      .case__design-2-content {
        max-width: 426px; } }
  .case__design-2-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .case__design-2-title {
        margin-bottom: 16px; } }
  .case__design-2-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .case__design-2-text {
        margin-bottom: 16px;
        font-size: 16px;
        font-weight: 500;
        max-width: 375px; } }
    @media (min-width: 1024px) {
      .case__design-2-text {
        max-width: 430px; } }
  .case__design-2-button {
    background: #FF6E6E; }
  .case__design-2-img {
    position: absolute;
    top: -105px;
    right: -55px;
    max-width: 350px; }
    @media (min-width: 768px) {
      .case__design-2-img {
        top: -98px;
        max-width: unset;
        width: 395px; }
        .case__design-2-img img {
          width: 100%; } }
    @media (min-width: 1024px) {
      .case__design-2-img {
        top: -219px;
        right: -100px;
        width: 590px; } }
    @media (min-width: 1270px) {
      .case__design-2-img {
        top: -270px;
        right: -259px;
        width: unset; } }
  .case__branding-3 {
    margin-left: 26px;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .case__branding-3 {
        margin-bottom: 60px; } }
    @media (min-width: 1024px) {
      .case__branding-3 {
        margin-left: 55px; } }

.case-slider {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }
  .case-slider__title {
    text-align: center;
    margin-bottom: 28px; }
    @media (min-width: 1024px) {
      .case-slider__title {
        margin-bottom: 34px; } }
  @media (min-width: 768px) {
    .case-slider__slider {
      margin-bottom: 48px; } }
  .case-slider__slide {
    cursor: pointer;
    color: #FFF;
    position: relative;
    min-width: 320px;
    min-height: calc(100vh / 4);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden; }
    @media (min-width: 480px) {
      .case-slider__slide {
        overflow: visible;
        min-height: 230px; } }
    @media (min-width: 1024px) {
      .case-slider__slide {
        min-height: 165px; } }
    @media (min-width: 1270px) {
      .case-slider__slide {
        min-height: 200px; } }
  .case-slider__slide-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 250px;
    z-index: 5; }
    @media (min-width: 1024px) {
      .case-slider__slide-title {
        font-size: 25px; } }
    @media (min-width: 1270px) {
      .case-slider__slide-title {
        font-size: 32px; } }
    .case-slider__slide-title.--dark {
      color: #1D1D1D; }
      .case-slider__slide-title.--dark + .case-slider__icon {
        fill: #1D1D1D; }
    .case-slider__slide-title.--dark-title {
      color: #1D1D1D; }
  .case-slider__icon {
    z-index: 10;
    height: 20px;
    width: 24px;
    fill: #FFF; }
    .case-slider__icon.--dark {
      fill: #1D1D1D; }
  .case-slider__slide picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .case-slider__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .case-slider__controls {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
  .case-slider__btn {
    font-size: 12px;
    font-weight: 600;
    border: none;
    padding: 6px 35px;
    background: #3A3A3A;
    width: 100%;
    color: #FFF;
    transition: 0.5s all; }
    .case-slider__btn:not(:last-child) {
      margin-right: 2px; }
    @media (min-width: 768px) {
      .case-slider__btn {
        display: none; } }

.swiper-container {
  margin-right: -16px !important;
  margin-left: -16px !important; }
  @media (min-width: 768px) {
    .swiper-container {
      margin-right: 0 !important;
      margin-left: 0 !important; } }

.case-banner {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 22px;
  width: 100%;
  z-index: 10; }
  @media (min-width: 768px) {
    .case-banner {
      margin-bottom: 36px;
      max-width: 1000px; } }
  @media (min-width: 1120px) {
    .case-banner {
      margin-bottom: 60px; } }

.case-banner__content {
  min-height: 224px;
  background: transparent;
  box-shadow: none; }
  @media (min-width: 768px) {
    .case-banner__content {
      min-height: 400px; } }
  @media (min-width: 1024px) {
    .case-banner__content {
      min-height: 467px; } }
  .case-banner__content::before {
    display: none; }

.case-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .case-banner__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.about {
  position: relative; }

.mpc .case__title-page {
  text-transform: uppercase; }

.mpc__case {
  position: relative; }

.branding-slider {
  position: relative;
  z-index: 12; }
  .branding-slider__container {
    margin-bottom: 17px; }
  .branding-slider__slide {
    display: flex;
    justify-content: center;
    cursor: -webkit-grab;
    cursor: grab;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none; }
  .branding-slider__img {
    width: 100%; }
    @media (min-width: 1024px) {
      .branding-slider__img {
        max-width: 1000px;
        max-height: 591px; } }
    .branding-slider__img img {
      width: 100%; }
  .branding-slider__pagination {
    position: relative !important;
    margin-bottom: 33px; }
    @media (min-width: 1024px) {
      .branding-slider__pagination {
        margin-bottom: 48px; } }
    .branding-slider__pagination .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      background: transparent;
      border: 1px solid #fff;
      opacity: 1;
      border-radius: 50%;
      margin-right: 16px; }
      @media (min-width: 768px) {
        .branding-slider__pagination .swiper-pagination-bullet {
          width: 12px;
          height: 12px; } }
      .branding-slider__pagination .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #fff; }
        @media (min-width: 768px) {
          .branding-slider__pagination .swiper-pagination-bullet-active {
            width: 14px;
            height: 14px;
            transform: translateY(1px); } }
  .branding-slider__controls {
    display: none;
    width: 120%;
    margin: 0 auto;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translate(-8.5%, -50%);
    z-index: -1; }
    @media (min-width: 1024px) {
      .branding-slider__controls {
        display: flex; } }
  .branding-slider__arrow {
    cursor: pointer;
    padding: 10px;
    outline: none;
    border: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-touch-callout: none; }
  .branding-slider__icon {
    width: 25px;
    height: 16px; }
  .branding-slider .swiper-container {
    max-width: 100vw; }
    @media (min-width: 768px) {
      .branding-slider .swiper-container {
        max-width: 748px; } }
    @media (min-width: 1024px) {
      .branding-slider .swiper-container {
        max-width: 1000px; } }

.tamiri__case {
  position: relative; }
  .tamiri__case .case__design {
    min-height: 450px;
    align-items: start;
    padding-top: 33px; }
    @media (min-width: 768px) {
      .tamiri__case .case__design {
        align-items: center;
        padding-top: 16px; } }
    @media (min-width: 1024px) {
      .tamiri__case .case__design {
        min-height: 500px; } }
    @media (min-width: 768px) {
      .tamiri__case .case__design-content {
        min-width: 560px; } }
    .tamiri__case .case__design-title {
      font-size: 16px; }
    .tamiri__case .case__design-text {
      padding-right: 50px; }
      @media (min-width: 768px) {
        .tamiri__case .case__design-text {
          padding-right: 120px; } }

.tamiri__design-button {
  color: #1D1D1D;
  background: #FFF; }
  .tamiri__design-button:hover {
    color: #FF6E6E; }

.art__design {
  position: relative;
  min-height: 266px;
  margin-bottom: 260px; }
  @media (min-width: 768px) {
    .art__design {
      margin-bottom: 32px;
      min-height: 240px;
      padding: 29px 103px;
      justify-content: flex-start; } }
  @media (min-width: 1024px) {
    .art__design {
      margin-bottom: 60px; } }
  .art__design .case__design-title,
  .art__design .case__design-text {
    color: #1D1D1D; }
  .art__design .case__design-text {
    font-weight: 400; }
    @media (min-width: 1024px) {
      .art__design .case__design-text {
        font-weight: 700; } }

.art__design-img {
  position: absolute;
  top: 104%;
  max-height: 240px; }
  .art__design-img img {
    max-height: 240px; }
    @media (min-width: 1024px) {
      .art__design-img img {
        max-height: none; } }
  @media (min-width: 768px) {
    .art__design-img {
      top: 16px;
      right: -100px; } }
  @media (min-width: 1024px) {
    .art__design-img {
      max-height: none;
      max-width: 734px;
      top: -81px;
      right: -301px; } }
  @media (min-width: 1270px) {
    .art__design-img {
      max-width: 766px;
      top: -100px;
      right: -350px; } }

.global__design {
  position: relative;
  min-height: 300px;
  margin-top: 149px;
  margin-bottom: 48px;
  padding: 80px 16px 35px; }
  @media (min-width: 768px) {
    .global__design {
      margin-top: 120px; } }
  @media (min-width: 1024px) {
    .global__design {
      display: block;
      margin-top: 320px;
      margin-bottom: 60px;
      padding: 142px 60px 32px 228px; } }
  .global__design .case__design-title,
  .global__design .case__design-text {
    color: #1D1D1D; }

.global .case__design-text {
  padding-right: 40px; }

.global__design-button {
  display: inline-block;
  background: #1D1D1D;
  color: #FFF;
  min-height: 48px;
  line-height: 26px; }
  .global__design-button:hover {
    color: #EAB64E; }

.global__design-img {
  position: absolute;
  top: -140px; }
  .global__design-img img {
    max-height: 226px; }
    @media (min-width: 1024px) {
      .global__design-img img {
        max-height: none; } }
  @media (min-width: 1024px) {
    .global__design-img {
      top: -350px;
      left: 110px; } }

@media (min-width: 768px) {
  .global .case__design-img {
    width: 101vw; } }

.global__img--pd16 {
  padding: 0 16px; }
  @media (min-width: 768px) {
    .global__img--pd16 {
      padding: 0; } }

.grill__banner {
  margin-bottom: 60px; }

.grill__banner-decor {
  position: absolute;
  top: 190px;
  right: 0;
  z-index: 10; }
  @media (min-width: 510px) {
    .grill__banner-decor {
      top: 240px; } }
  @media (min-width: 768px) {
    .grill__banner-decor {
      display: none; } }

@media (min-width: 1024px) {
  .atk .case__text-wrap {
    margin-right: 200px; } }

.atk__design-button {
  color: #FFF;
  background: #FF5111; }
  .atk__design-button:hover {
    color: #1D1D1D; }

@media (min-width: 1024px) {
  .yara .case__text-wrap {
    margin-right: 240px; } }

@media (min-width: 1024px) {
  .carfield .case__text-wrap {
    margin-right: 410px; }
  .carfield .case__text {
    max-width: 480px; } }

.carfield__container {
  max-width: 1920px;
  margin: 0 auto; }

.carfield__img {
  width: 100%; }
  .carfield__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.carfield__img--1 {
  margin-bottom: 48px;
  width: 100vw; }
  @media (min-width: 1024px) {
    .carfield__img--1 {
      margin-bottom: 0; } }

.carfield__img--2 {
  display: none; }
  @media (min-width: 768px) {
    .carfield__img--2 {
      display: block;
      width: 100vw; }
      .carfield__img--2 img {
        margin: 0 auto; } }

.carfield__img--3 {
  margin-bottom: 80px;
  width: 100vw; }
  @media (min-width: 1024px) {
    .carfield__img--3 {
      margin-bottom: 34px; } }

.carfield__img--6 {
  margin-bottom: 40px; }

.carfield__img--7 {
  margin-bottom: 40px; }

.carfield__img--8 {
  margin: 0 auto; }
  .carfield__img--8 img {
    max-height: 470px; }

.carfield__img--9 img {
  max-width: 1669px;
  margin: 0 auto; }

.carfield__img--10 {
  margin-bottom: 80px;
  max-height: 330px;
  max-width: 500px; }
  @media (min-width: 1024px) {
    .carfield__img--10 {
      margin-bottom: 100px;
      max-height: 870px;
      max-width: 1200px; } }

.carfield__img--11 {
  position: relative;
  z-index: 16;
  margin-bottom: 80px;
  max-width: 500px; }
  @media (min-width: 1024px) {
    .carfield__img--11 {
      margin-bottom: 200px;
      max-width: 1160px; } }

.carfield__car {
  margin-top: 24px;
  margin-bottom: 36px;
  background: url("/assets/carfild/carfield-car-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100vw;
  display: flex;
  justify-content: center; }
  @media (min-width: 1024px) {
    .carfield__car {
      margin-bottom: 230px; } }

.carfield__flags {
  display: block;
  margin-bottom: 40px;
  max-width: 320px; }
  @media (min-width: 768px) {
    .carfield__flags {
      display: none; } }

.carfield__gadgets {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  z-index: 20; }
  @media (min-width: 768px) {
    .carfield__gadgets {
      flex-direction: row;
      padding: 0 16px; }
      .carfield__gadgets::before {
        content: '';
        position: absolute;
        width: 200%;
        height: 100px;
        background: #EDFF47;
        bottom: 0;
        left: -130%;
        z-index: 9; }
      .carfield__gadgets::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100px;
        background: #000;
        bottom: 0;
        right: -70%;
        transform: translateY(-100px);
        z-index: 9; } }
  @media (min-width: 1024px) {
    .carfield__gadgets {
      padding: 0;
      margin-bottom: 195px;
      transform: translateX(-50px); }
      .carfield__gadgets::before {
        height: 200px;
        left: -110%; }
      .carfield__gadgets::after {
        height: 200px;
        right: -90%;
        transform: translateY(-200px); } }

.carfield__gadget {
  position: relative;
  margin-bottom: 32px;
  z-index: 10; }
  .carfield__gadget::before, .carfield__gadget::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 64px;
    z-index: -1; }
  .carfield__gadget::before {
    background: #000000;
    bottom: 0;
    left: -185%;
    transform: translateY(-64px); }
  .carfield__gadget::after {
    background: #EDFF47;
    bottom: 0;
    right: -115%; }
  @media (min-width: 768px) {
    .carfield__gadget {
      margin-bottom: 0; }
      .carfield__gadget::before, .carfield__gadget::after {
        display: none; } }

.carfield__gadget:nth-child(2)::before, .carfield__gadget:nth-child(2)::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 64px;
  z-index: -1; }

.carfield__gadget:nth-child(2)::before {
  background: #EDFF47;
  bottom: 0;
  left: -115%;
  transform: translateY(0); }

.carfield__gadget:nth-child(2)::after {
  background: #000000;
  bottom: 0;
  right: -185%;
  transform: translateY(-64px); }

@media (min-width: 768px) {
  .carfield__gadget:nth-child(2) {
    transform: translateX(-110px); } }

.carfield__gadget-img img {
  margin: 0 auto; }

@media (min-width: 768px) {
  .carfield__gadget-img {
    margin: 0; } }

.carfield__city {
  position: relative;
  margin-bottom: 80px; }
  .carfield__city img {
    max-width: 165px; }
  .carfield__city::before, .carfield__city::after {
    content: '';
    position: absolute;
    z-index: -1;
    height: 64px;
    width: 400%; }
  .carfield__city::before {
    background: #000;
    bottom: 0;
    left: -405%;
    transform: translateY(-64px); }
  .carfield__city::after {
    background: #EDFF47;
    bottom: 0;
    right: -295%; }
  @media (min-width: 768px) {
    .carfield__city img {
      max-width: 100%; }
    .carfield__city::before, .carfield__city::after {
      width: 200%; }
    .carfield__city::before {
      left: -200%; }
    .carfield__city::after {
      right: -100%; } }
  @media (min-width: 1024px) {
    .carfield__city {
      margin-bottom: 200px; }
      .carfield__city::before, .carfield__city::after {
        height: 140px; }
      .carfield__city::before {
        width: 300%;
        background: #000;
        bottom: 0;
        left: -340%;
        transform: translateY(-140px); }
      .carfield__city::after {
        width: 500%;
        background: #EDFF47;
        bottom: 0;
        right: -360%; } }

.carfield__cups {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .carfield__cups {
      display: flex;
      margin-bottom: 100px; } }

@media (min-width: 1024px) {
  .carfield__cup-mobile {
    display: none; } }

.carfield__cup-1 {
  display: none; }
  @media (min-width: 1024px) {
    .carfield__cup-1 {
      display: block;
      position: relative;
      transform: translateY(-100%);
      max-width: 480px; } }

.carfield__cup-2 {
  display: none; }
  @media (min-width: 1024px) {
    .carfield__cup-2 {
      display: block;
      position: relative;
      transform: translateY(-100%);
      top: -20px;
      right: 30px;
      max-width: 480px; } }

.carfield__cups._active .animation-cup-1 {
  -webkit-animation: cup 1s ease-in-out 0s 1 forwards;
          animation: cup 1s ease-in-out 0s 1 forwards; }

.carfield__cups._active .animation-cup-2 {
  -webkit-animation: cup 1s ease-in-out 0.2s 1 forwards;
          animation: cup 1s ease-in-out 0.2s 1 forwards; }

.carfield__boxes {
  position: relative;
  margin-bottom: 85px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .carfield__boxes {
      min-height: 400px;
      width: 100vw;
      margin-bottom: 80px; } }
  @media (min-width: 1024px) {
    .carfield__boxes {
      min-height: 500px;
      margin-bottom: 100px; } }
  @media (min-width: 1270px) {
    .carfield__boxes {
      min-height: 750px;
      margin-bottom: 150px; } }

@media (min-width: 768px) {
  .carfield__box-mobile {
    display: none; } }

.carfield__box {
  display: none; }
  @media (min-width: 768px) {
    .carfield__box {
      display: unset;
      position: absolute;
      left: 45%;
      top: -100%; }
      .carfield__box img {
        max-width: 470px; } }
  @media (min-width: 1024px) {
    .carfield__box img {
      max-width: 550px; } }
  @media (min-width: 1270px) {
    .carfield__box img {
      max-width: 844px; } }
  .carfield__box--1 {
    transform: translateX(-70%); }
  .carfield__box--2 {
    transform: translate(-37%, 25%); }
  .carfield__box--3 {
    transform: translate(-3%, 63%); }

.carfield__boxes._active .animation-box-1 {
  -webkit-animation: container 1s ease-in-out 0s 1 forwards;
          animation: container 1s ease-in-out 0s 1 forwards; }

.carfield__boxes._active .animation-box-2 {
  -webkit-animation: container 1s ease-in-out 0.2s 1 forwards;
          animation: container 1s ease-in-out 0.2s 1 forwards; }

.carfield__boxes._active .animation-box-3 {
  -webkit-animation: container 1s ease-in-out 0.5s 1 forwards;
          animation: container 1s ease-in-out 0.5s 1 forwards; }

.carfield__slider {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 110px; }
  @media (min-width: 1024px) {
    .carfield__slider {
      justify-content: end;
      margin-top: 28px;
      margin-bottom: 200px; }
      .carfield__slider::before {
        content: 'CarField';
        position: absolute;
        color: #8E8E8E;
        font-size: 250px;
        font-weight: 800;
        z-index: -2;
        opacity: 0.1;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
        top: -220px;
        left: 100px;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr; } }

.carfield__slider-container {
  max-width: 500px; }
  @media (min-width: 768px) {
    .carfield__slider-container {
      max-width: 768px; } }
  @media (min-width: 1024px) {
    .carfield__slider-container {
      max-width: 1507px; } }

.carfield__slider-img {
  width: 100%;
  height: 100%; }
  .carfield__slider-img img {
    width: 100%;
    height: 100%; }

.carfield__slider-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -30px; }
  @media (min-width: 768px) {
    .carfield__slider-pagination {
      display: none; } }
  .carfield__slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #FFF;
    opacity: 1;
    border-radius: 50%;
    margin-right: 16px; }
    .carfield__slider-pagination .swiper-pagination-bullet-active {
      width: 10px;
      height: 10px;
      background: #FFF; }

.carfield__cards {
  width: 100vw;
  margin-top: 12px;
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    .carfield__cards {
      position: relative;
      margin-top: 0;
      margin-bottom: 100px;
      min-height: 937px;
      width: 1924px; } }

.carfield__card-mobile img {
  width: 100%; }

@media (min-width: 1024px) {
  .carfield__card-mobile {
    display: none; } }

.carfield__card {
  display: none; }
  @media (min-width: 1024px) {
    .carfield__card {
      display: unset;
      position: absolute;
      transform: translate(-100%, 40%);
      will-change: transform;
      transition: transform 0.2s ease-in-out; }
      .carfield__card img {
        width: 550px; } }

.carfield__cards._active .animation-card-1 {
  -webkit-animation: card-1 0.7s ease-in-out 0s 1 forwards;
          animation: card-1 0.7s ease-in-out 0s 1 forwards; }

.carfield__cards._active .animation-card-2 {
  -webkit-animation: card-2 1s ease-in-out 0s 1 forwards;
          animation: card-2 1s ease-in-out 0s 1 forwards; }

.carfield__cards._active .animation-card-3 {
  -webkit-animation: card-3 1s ease-in-out 0s 1 forwards;
          animation: card-3 1s ease-in-out 0s 1 forwards; }

.carfield__cards._active .animation-card-4 {
  -webkit-animation: card-4 0.7s ease-in-out 0s 1 forwards;
          animation: card-4 0.7s ease-in-out 0s 1 forwards; }

.carfield__cards._active .animation-card-5 {
  -webkit-animation: card-5 0.7s ease-in-out 0s 1 forwards;
          animation: card-5 0.7s ease-in-out 0s 1 forwards; }

.carfield__card--1 {
  z-index: 1; }

.carfield__card--2 {
  z-index: 2; }

.carfield__card--3 {
  z-index: 3; }

.carfield__card--4 {
  z-index: 4; }

.carfield__card--5 {
  z-index: 5; }

.promo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  width: 100%;
  z-index: 10;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .promo {
      margin-bottom: 60px;
      min-height: 400px; } }
  @media (min-width: 1024px) {
    .promo {
      min-height: 600px;
      width: 100vw; } }
  @media (min-width: 1270px) {
    .promo {
      margin-bottom: 100px;
      height: 100vh;
      width: 100vw; } }
  .promo__play {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    background: #FF6E6E;
    border-radius: 50%;
    transition: 0.5s all;
    border: none;
    z-index: 13; }
    @media (min-width: 1024px) {
      .promo__play {
        height: 100px;
        width: 100px; } }
    .promo__play:hover {
      background: #FFF; }
    .promo__play:hover .promo__play-icon {
      fill: #FF6E6E; }
  .promo__play-icon {
    position: absolute;
    height: 27px;
    width: 27px;
    top: 0;
    left: 0;
    transform: translate(55%, 45%);
    fill: #FFF;
    z-index: 14; }
    @media (min-width: 1024px) {
      .promo__play-icon {
        height: 50px;
        width: 50px;
        transform: translate(60%, 50%); } }
  .promo__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 11; }
  .promo__poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12; }
    .promo__poster img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.styles-kit {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 36px;
  padding: 0 16px;
  max-width: 484px; }
  @media (min-width: 768px) {
    .styles-kit {
      flex-direction: row;
      justify-content: center;
      max-width: unset; } }
  @media (min-width: 1024px) {
    .styles-kit {
      margin-bottom: 62px;
      padding-left: 150px;
      justify-content: flex-start; } }
  .styles-kit__fonts {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .styles-kit__fonts {
        margin-right: 40px;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .styles-kit__fonts {
        margin-right: 60px; } }
  .styles-kit__num {
    color: #ADADAD;
    font-size: 20px;
    font-weight: 700;
    font-variant-numeric: normal;
    margin-bottom: 16px; }
  .styles-kit__title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 32px; }
  .styles-kit__letters {
    font-family: 'Blogger Sans', sans-serif;
    margin-bottom: 24px; }
  .styles-kit__letter {
    color: #646464;
    font-size: 150px;
    font-weight: 300;
    font-style: italic;
    margin-right: 36px; }
  .styles-kit__font {
    font-family: 'Blogger Sans', sans-serif; }
  .styles-kit__style {
    font-size: 16px;
    font-style: italic;
    margin-right: 12px; }
  .styles-kit__style--300 {
    font-weight: 300; }
  .styles-kit__style--500 {
    font-weight: 500; }
  .styles-kit__style--700 {
    font-weight: 700; }
  .styles-kit__color {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
  .styles-kit__hex {
    display: inline-block;
    font-variant-numeric: normal;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    min-width: 75px; }
  .styles-kit__square {
    width: 43px;
    height: 43px;
    border-radius: 7px;
    margin-right: 8px; }
  .styles-kit__square--83D800 {
    background: #83D800; }
  .styles-kit__square--B1FC3E {
    background: #B1FC3E; }
  .styles-kit__square--C7FF70 {
    background: #C7FF70; }
  .styles-kit__square--E1FFB2 {
    background: #E1FFB2; }
  .styles-kit__square--00B0AB {
    background: #00B0AB; }
  .styles-kit__square--37B9B5 {
    background: #37B9B5; }
  .styles-kit__square--62A8A6 {
    background: #62A8A6; }
  .styles-kit__square--9FBBBA {
    background: #9FBBBA; }
  .styles-kit__square--00CEFF {
    background: #00CEFF; }
  .styles-kit__square--7EE6FF {
    background: #7EE6FF; }
  .styles-kit__square--AEEFFF {
    background: #AEEFFF; }
  .styles-kit__square--C9F4FF {
    background: #C9F4FF; }
  .styles-kit__img {
    display: none; }
    @media (min-width: 1024px) {
      .styles-kit__img {
        display: block;
        position: absolute;
        top: 1250px;
        right: -275px;
        opacity: 1;
        z-index: 10; } }

.styles-kit-2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .styles-kit-2 {
      margin-top: -32px;
      margin-bottom: 60px;
      padding: 0; } }
  @media (min-width: 816px) {
    .styles-kit-2 {
      flex-direction: row; } }
  .styles-kit-2__card {
    display: flex;
    flex-direction: column;
    max-width: 322px;
    justify-content: space-between; }
    .styles-kit-2__card:not(:last-child) {
      margin-bottom: 23px; }
    @media (min-width: 816px) {
      .styles-kit-2__card:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 0; } }
  .styles-kit-2__img {
    margin-bottom: 8px; }
  .styles-kit-2__font {
    color: #9F9F9F;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Tw Cen MT Std', sans-serif;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .styles-kit-2__font {
        font-size: 20px;
        text-align: center; } }
    @media (min-width: 1270px) {
      .styles-kit-2__font {
        text-align: left; } }
  .styles-kit-2__text {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Tw Cen MT Std', sans-serif; }
    @media (min-width: 768px) {
      .styles-kit-2__text {
        font-size: 48px;
        text-align: center; } }
    @media (min-width: 1270px) {
      .styles-kit-2__text {
        text-align: left; } }
  .styles-kit-2__text--small {
    line-height: 2.3;
    font-size: 20px; }

.styles-kit-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px; }
  @media (min-width: 768px) {
    .styles-kit-3 {
      flex-direction: row;
      margin-top: -30px;
      padding: 0 16px; } }
  .styles-kit-3__card {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .styles-kit-3__card {
        flex-direction: column;
        align-items: center; } }
  .styles-kit-3__img {
    max-width: 90px;
    max-height: 70px;
    margin-right: 41px; }
    @media (min-width: 768px) {
      .styles-kit-3__img {
        max-width: 190px;
        max-height: none;
        margin-right: 0;
        transform: translateX(-60px); } }
    @media (min-width: 1024px) {
      .styles-kit-3__img {
        max-width: none;
        transform: translateX(-45px); } }
  .styles-kit-3__inner {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .styles-kit-3__inner {
        font-display: row;
        width: 240px; } }
  .styles-kit-3__color {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8; }
    @media (min-width: 768px) {
      .styles-kit-3__color {
        font-size: 24px;
        font-weight: 500; } }
  .styles-kit-3__rgb {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8; }
    @media (min-width: 768px) {
      .styles-kit-3__rgb {
        font-size: 16px; } }

.styles-kit-4 {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .styles-kit-4 {
      display: flex;
      align-items: center;
      margin-bottom: 16px; } }
  .styles-kit-4__img {
    z-index: 10; }
    @media (min-width: 768px) {
      .styles-kit-4__img {
        margin-right: 70px; } }
    @media (min-width: 1024px) {
      .styles-kit-4__img {
        transform: translateX(-70px); } }
  .styles-kit-4__inner {
    opacity: 0.7;
    display: grid;
    grid-template-columns: repeat(2, 110px);
    row-gap: 14px;
    justify-content: space-between;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .styles-kit-4__inner {
        grid-template-columns: 200px;
        row-gap: 0;
        align-items: center;
        padding: 0; } }
  .styles-kit-4__styles {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .styles-kit-4__styles {
        margin-bottom: 34px; } }
  .styles-kit-4__color {
    font-size: 12px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .styles-kit-4__color {
        font-size: 16px; } }
  .styles-kit-4__hex {
    font-size: 12px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .styles-kit-4__hex {
        font-size: 16px; } }

.styles-kit-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1000px; }
  @media (min-width: 768px) {
    .styles-kit-5 {
      margin-bottom: 32px;
      flex-direction: row;
      justify-content: space-between; } }
  .styles-kit-5__card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 277px; }
    .styles-kit-5__card:not(:last-child) {
      margin-bottom: 36px; }
    @media (min-width: 768px) {
      .styles-kit-5__card {
        flex-direction: column;
        align-items: center;
        width: unset; }
        .styles-kit-5__card:not(:last-child) {
          margin-bottom: 0; } }
  .styles-kit-5__img {
    max-width: 94px;
    max-height: 115px; }
    @media (min-width: 768px) {
      .styles-kit-5__img {
        max-width: unset;
        max-height: unset; } }
  .styles-kit-5__inner {
    text-align: center; }
  .styles-kit-5__title {
    display: block;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .styles-kit-5__title {
        font-size: 24px;
        font-weight: 500; } }
  .styles-kit-5__text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px; }
    @media (min-width: 768px) {
      .styles-kit-5__text {
        font-size: 16px; } }

.styles-kit-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .styles-kit-6 {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .styles-kit-6__img {
      margin-right: 40px; } }
  .styles-kit-6__styles {
    display: flex; }
    .styles-kit-6__styles:not(:last-child) {
      margin-bottom: 35px; }
  .styles-kit-6__box {
    height: 80px;
    width: 80px;
    margin-right: 60px; }
    @media (min-width: 768px) {
      .styles-kit-6__box {
        height: 100px;
        width: 100px;
        margin-right: 40px; } }
    .styles-kit-6__box.--white {
      background: #FFF; }
    .styles-kit-6__box.--orange {
      background: #E9521E; }
  .styles-kit-6__text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .styles-kit-6__color {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .styles-kit-6__color {
        font-size: 24px; } }
  .styles-kit-6__hex {
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .styles-kit-6__hex {
        font-size: 16px; } }

.styles-kit-7 {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 0 5px; }
  @media (min-width: 768px) {
    .styles-kit-7 {
      flex-direction: row;
      align-items: center;
      margin-bottom: 40px;
      padding: 0 16px; } }
  .styles-kit-7__img {
    margin-bottom: 32px;
    box-shadow: 4px 14px 30px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .styles-kit-7__img {
        margin-bottom: 0;
        margin-right: 100px; } }
  .styles-kit-7__inner {
    margin-left: -5px; }
    @media (min-width: 768px) {
      .styles-kit-7__inner {
        margin-left: 0;
        transform: translateX(-16px); } }
  .styles-kit-7__styles {
    display: flex;
    align-items: center; }
    .styles-kit-7__styles:not(:last-child) {
      margin-bottom: 30px; }
  .styles-kit-7__hex {
    font-size: 18px;
    font-weight: 400; }
  .styles-kit-7__box {
    position: relative;
    width: 170px;
    height: 80px;
    border-radius: 20px;
    margin-right: 40px;
    box-shadow: 4px 14px 30px rgba(0, 0, 0, 0.2); }
    .styles-kit-7__box::after {
      content: '';
      position: absolute;
      top: 55px;
      right: -140px;
      width: 140px;
      height: 1px; }
  .styles-kit-7__box--E7D3BA {
    background: #E7D3BA; }
    .styles-kit-7__box--E7D3BA::after {
      background: #E7D3BA; }
  .styles-kit-7__box--B58A7A {
    background: #B58A7A; }
    .styles-kit-7__box--B58A7A::after {
      background: #B58A7A; }
  .styles-kit-7__box--823F39 {
    background: #823F39; }
    .styles-kit-7__box--823F39::after {
      background: #823F39; }
